@charset "UTF-8";
/*
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: 0.9em;
  background: #e2f2f4;
  border-radius: 5px;
  color: #333;
  font-size: 165%;
  box-sizing: border-box;
  padding: 10px 15px 10px 15px;
}

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

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 1.1em;
  background: #fff8c6;
  border-radius: 5px;
  color: #333;
  font-size: 120%;
  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: 1.2em;
  display: block;
  line-height: 1.2;
  background: #f1f1f1;
  border-bottom: 2px solid #e4cc13;
  border-radius: 5px;
  font-size: 110%;
  padding: 10px 15px 13px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 1.2em;
  font-size: 110%;
  display: block;
  padding: 0 0 5px 10px;
  line-height: 1.2;
  border-bottom: 2px solid #5dc2d0;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 1.3em;
  font-size: 100%;
  padding-left: 10px;
  line-height: 1.2;
  border-left: 5px solid #5dc2d0;
}

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 {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol, .pubcom-table ol {
    margin-left: 22px;
  }
}

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

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

.wysiwyg table ul, .pubcom-table table ul {
  margin-left: 0;
}

.wysiwyg table ol, .pubcom-table table ol {
  padding-left: 1.5em;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol, .pubcom-table table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.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: #edf7f8;
}

.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: 100%;
  color: #333;
  background: #fbfbfb;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 175% !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  table.gsc-search-box td {
    font-size: 240%;
  }
}

.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: 3px solid #efd724 !important;
  box-sizing: border-box;
  border-radius: 0 !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    width: 267px;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 4px solid #efd724 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 46px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
  }
}

@-moz-document url-prefix() {
  .cse input.gsc-input, input.gsc-input {
    min-height: 40px;
  }
  @media screen and (max-width: 768px) {
    .cse input.gsc-input, input.gsc-input {
      min-height: 55px;
    }
  }
}

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

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
}

@-moz-document url-prefix() {
  @media screen and (max-width: 768px) {
    td.gsc-search-button {
      height: 65px;
    }
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #efd724 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 86px !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 145px !important;
  }
}

.gsc-search-button-v2 svg {
  fill: #333 !important;
}

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

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

.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: #e9e9e9;
  border: 6px solid #dfdfdf;
  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: #5dc2d0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 250px;
}

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

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 1;
  }
}

@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 {
    /* end-#header-nav */
    /* .header-subnav-area */
  }
  #header .header-subnav-area {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin: 0 auto;
    padding: 10px 0;
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: .85;
  }
  #header .header-subnav-area .box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: flex-end;
    gap: 15px 20px;
    margin-left: auto;
    padding: 5px 30px;
    width: 660px;
    right: 0;
  }
  #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;
    vertical-align: bottom;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    font-size: 87.5%;
    margin-right: 10px;
    line-height: 1.2;
  }
  #header .header-subnav-area .header-size dd, #header .header-subnav-area .header-color dd {
    line-height: 1;
  }
  #header .header-subnav-area .header-size dd a, #header .header-subnav-area .header-color dd a {
    display: block;
  }
  #header .header-subnav-area .header-size dd + dd, #header .header-subnav-area .header-color dd + dd {
    margin-left: 2px;
  }
  #header .header-subnav-area .header-size dd img, #header .header-subnav-area .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .header-size dd img:hover, #header .header-subnav-area .header-color dd img:hover {
    opacity: .85;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
  }
  #header .header-subnav-area .header-lang .lang-select {
    padding: 3px 6px;
    border: solid 1px #C9C9C7;
    background: #fff;
    color: #333;
  }
  #header .header-subnav-area .header-lang option {
    color: #333;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    color: #fff;
    min-height: 30px;
    padding: 3px 12px;
    font-weight: bold;
    border: solid 1px #000;
    background: #000;
    line-height: 1;
    cursor: pointer;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
  #header .header-subnav-area .header-link {
    border: 1px solid #cacaca;
    background: #fff;
    padding: 4px 0;
    text-align: center;
    width: 150px;
    box-sizing: border-box;
  }
  #header .header-subnav-area .header-link a {
    text-decoration: none;
    padding-right: 20px;
    display: block;
    background: url(../img_common/common_arrow.png) no-repeat right 7px top 4px;
    color: #333;
    font-size: 90%;
  }
  #header .header-subnav-area .header-link a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .header-search {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  #header .header-subnav-area .header-search > p {
    font-size: 90%;
  }
  #header #header-nav, #header #header-nav2 {
    background: #94d6df;
    font-size: 115%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.1);
  }
  #header #header-nav .in, #header #header-nav2 .in {
    width: 1000px;
    min-height: 80px;
    margin: 0 auto;
    position: relative;
  }
  #header #header-nav .list, #header #header-nav2 .list {
    display: flex;
    position: relative;
  }
  #header #header-nav .list > li, #header #header-nav2 .list > li {
    width: 163px;
    margin-left: 2px;
    text-align: center;
  }
  #header #header-nav .list > li p, #header #header-nav2 .list > li p {
    border-right: 1px solid #caebef;
  }
  #header #header-nav .list > li:first-child, #header #header-nav2 .list > li:first-child {
    margin-left: 0;
  }
  #header #header-nav .list > li:first-child p, #header #header-nav2 .list > li:first-child p {
    border-left: 1px solid #caebef;
  }
  #header #header-nav .list > li:last-child p, #header #header-nav2 .list > li:last-child p {
    border-left: 1px solid #caebef;
  }
  #header #header-nav .list > li:nth-child(5) a, #header #header-nav2 .list > li:nth-child(5) a {
    padding: 22px 0 19px;
  }
  #header #header-nav .list > li:nth-child(5) p, #header #header-nav2 .list > li:nth-child(5) p {
    line-height: 110%;
    border-right: none;
  }
  #header #header-nav .list > li > a, #header #header-nav2 .list > li > a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 22px 0 25px;
    font-weight: bold;
  }
  #header #header-nav .list > li > a:focus, #header #header-nav2 .list > li > a:focus {
    background: #fff;
  }
  #header #header-nav .list > li > a:focus .dropmenu, #header #header-nav2 .list > li > a:focus .dropmenu {
    opacity: 1;
    visibility: visible;
  }
  #header #header-nav .list > li:hover > a,
  #header #header-nav .list > li > a:focus {
    background-color: #fff;
    text-decoration: underline;
  }
  #header #header-nav2 .list > li:hover > a,
  #header #header-nav2 .list > li > a:focus {
    background-color: #fff;
    text-decoration: underline;
  }
  #header .modal-menu-close {
    position: absolute;
    top: -65px;
    right: 40px;
    padding: 0px 10px;
  }
  #header #header-nav .nav-category-list-box {
    border: 2px solid #94d6df;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.4);
  }
  #header #header-nav .nav-category-list-box .nav-category-list {
    width: 1000px;
    max-height: 320px;
    overflow-y: auto;
    padding: 40px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    top: 10px;
    transform: translate(0%, 0px);
  }
  #header #header-nav .nav-category-list-box .nav-category-list .nav-category-item {
    width: 293px;
  }
  #header #header-nav .nav-category-list-box .nav-category-list .nav-category-item a {
    display: block;
    width: 100%;
    padding: 17px 35px 17px 15px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    background: url(../img_common/common_arrow.png) no-repeat right 10px top 30px;
    border-radius: 10px;
    color: #333;
    text-align: left;
    text-decoration: none;
  }
  #header #header-nav .nav-category-list-box .nav-category-list .nav-category-item a:hover {
    background: url(../img_common/common_arrow.png) no-repeat right 10px top 30px, #effdff;
    border: 2px solid #5dc2d0;
    text-decoration: underline;
  }
  #header #header-nav2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  #header #header-nav2 .in {
    position: relative;
    width: 1100px;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  #header #header-nav2 .header-search-menu {
    padding: 0 0 10px 20px;
    position: relative;
  }
  #header #header-nav2 .header-search-menu a {
    border-right: none !important;
  }
  #header #header-nav2 .list li.fixed-logo {
    display: flex;
  }
  #header #header-nav2 .list li a {
    padding: 20px 0;
    font-size: 100%;
  }
  #header #header-nav2 .list li:nth-child(5) a {
    padding: 17px 0 10px;
  }
  #header #header-nav2 .nav-category-list-box {
    border: 2px solid #94d6df;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.4);
  }
  #header #header-nav2 .nav-category-list-box .nav-category-list {
    width: 1000px;
    max-height: 320px;
    overflow-y: auto;
    padding: 40px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    top: 10px;
  }
  #header #header-nav2 .nav-category-list-box .nav-category-list .nav-category-item {
    width: 293px;
  }
  #header #header-nav2 .nav-category-list-box .nav-category-list .nav-category-item a {
    display: block;
    width: 100%;
    padding: 17px 35px 17px 15px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    background: url(../img_common/common_arrow.png) no-repeat right 10px top 30px;
    border-radius: 10px;
    color: #333;
    text-align: left;
    text-decoration: none;
  }
  #header #header-nav2 .nav-category-list-box .nav-category-list .nav-category-item a:hover {
    background: url(../img_common/common_arrow.png) no-repeat right 10px top 30px, #effdff;
    border: 2px solid #5dc2d0;
    text-decoration: underline;
  }
  #header #header-nav2 .dropmenu {
    top: 90%;
  }
  #header #header-nav2 .dropmenu .nav-category-list {
    top: 0px !important;
  }
  #header #header-nav2 .modal-search {
    position: absolute;
    top: 65px;
    right: -50px;
    display: none;
    background-color: #fff;
    border-radius: 5px;
    z-index: 90;
    background: url(../img_common/search_bg.png) no-repeat;
    background-size: contain;
    padding: 40px 30px;
    padding-left: 25px;
  }
  #header #header-nav2 .modal-search p {
    font-size: 78%;
  }
  #header .header-subnav-area {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .header-subnav-area .support-list {
    display: flex;
    justify-content: space-between;
    column-gap: 13px;
    border-left: 1px solid #c4dfb1;
  }
  #header .header-subnav-area .support-list:first-child {
    border-left: none;
  }
  #header .header-subnav-area .support-list a {
    color: #333;
    font-size: 87.5%;
    font-weight: bold;
  }
  #header .header-subnav-area .support-list button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
    color: #333;
    font-size: 83%;
    font-weight: bold;
    text-decoration: underline;
  }
  #header .header-subnav-area .support-list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
    min-width: 478px;
    max-width: 478px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header {
    padding-top: 120px;
  }
  #sp-header > .box {
    padding: 30px 20px;
    align-items: center;
    justify-content: space-between;
    background-color: #fbfbfb;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
  }
  #sp-header > .box #sp-header-logo {
    width: 40%;
  }
  #sp-header > .box #sp-header-logo img {
    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 {
    margin-left: 10px;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: fixed;
    right: 18%;
    z-index: 210;
    padding: 10px 30px;
    border-right: 3px solid #efefef;
    border-left: 3px solid #efefef;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0%;
    top: 55%;
    padding: 12px 25px;
  }
  #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 {
    display: none;
    position: fixed;
    left: 0;
    z-index: 250;
    width: 100%;
    height: 90%;
    overflow: auto;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    padding: 0 0 20px 0;
    background-color: #f3fafb;
    box-sizing: border-box;
    border-radius: 5px;
  }
  #sp-header .modal-search .box,
  #sp-header .modal-menu .box {
    display: block;
    border-bottom: 2px solid #dbedf0;
    background: #f3fafb;
  }
  #sp-header .modal-search .box > a,
  #sp-header .modal-menu .box > a {
    display: block;
    font-weight: bold;
    font-size: 130%;
    color: #333;
    text-decoration: none;
    background: url(../img_common/sp/common_arrow.png) no-repeat right 35px top 50px;
    padding: 33px 25px 33px 80px;
  }
  #sp-header .modal-search .box > a:hover,
  #sp-header .modal-menu .box > a:hover {
    text-decoration: underline;
  }
  #sp-header .modal-search .box p,
  #sp-header .modal-menu .box p {
    font-weight: bold;
    font-size: 130%;
    color: #333;
    text-decoration: none;
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    background: #333 url(../img_common/icon_modal_close.png) no-repeat left 41.5% center;
    padding: 20px 0;
    text-align: center;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
    color: #fff;
  }
  #sp-header .modal-search .arrow,
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-search .list li,
  #sp-header .modal-menu .list li {
    border-bottom: 2px solid #dbedf0;
    background: #fff;
  }
  #sp-header .modal-search .list a,
  #sp-header .modal-menu .list a {
    display: block;
    padding: 30px 20px 30px 80px;
    color: #333;
    font-size: 130%;
    text-decoration: none;
  }
  #sp-header .modal-search .list a:hover,
  #sp-header .modal-menu .list a:hover {
    text-decoration: underline;
  }
  #sp-header .modal-search .title,
  #sp-header .modal-menu .title {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat right 35px top 40px;
    padding: 33px 25px 33px 80px;
    font-weight: normal;
  }
  #sp-header .modal-search .on,
  #sp-header .modal-menu .on {
    background: url(../img_common/modal_menu_btn_minus.png) no-repeat right 35px top 45px;
  }
  #sp-header .modal-search .header-search,
  #sp-header .modal-menu .header-search {
    padding: 50px 50px 70px;
    font-size: 86%;
    text-align: center;
    background: #f3fafb;
  }
  #sp-header .modal-search .header-search p,
  #sp-header .modal-menu .header-search p {
    padding-bottom: 10px;
    text-align: start;
  }
  #sp-header .modal-search .header-search img,
  #sp-header .modal-menu .header-search img {
    width: 650px;
    border: 6px solid #5dc2d0;
  }
  #sp-header .modal-search {
    display: none;
    position: fixed;
    right: 24px;
    background: #fbfbfb;
  }
  #sp-header .modal-search > .in {
    background: #fafafa;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search .arrow {
    right: 28%;
  }
  #sp-header .menu-btn-menu-close, #sp-header .menu-btn-search-close {
    display: none;
    position: fixed;
    top: 23px;
    right: 27px;
    background: #fbfbfb;
  }
  #sp-header .menu-btn-menu-close > a, #sp-header .menu-btn-search-close > a {
    display: block;
    padding: 0px 15px;
  }
  #sp-header .menu-btn-search-close {
    display: none;
    position: fixed;
    top: 14px;
    right: 153px;
    background: #fbfbfb;
  }
  #sp-header .menu-btn-search-close > a {
    display: block;
    padding: 10px 15px;
  }
  #sp-header .support-block {
    margin-top: 50px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    background: #fff;
    box-sizing: border-box;
    margin: auto;
    margin-bottom: 40px;
    padding: 30px 50px;
    width: 650px;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 25px;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    margin-right: 20px;
    width: 140px;
  }
  #sp-header .support-block .header-size dd,
  #sp-header .support-block .header-color dd {
    font-size: 0;
    margin-right: 10px;
  }
  #sp-header .support-block .header-color dd img {
    height: 60px;
  }
  #sp-header .support-block .header-lang {
    display: flex;
  }
  #sp-header .support-block .header-lang .lang-select {
    flex: 1;
    padding: 15px 28px;
    border: 0;
    background: #fff;
    font-size: 100%;
    border: 1px solid #e5e5e5;
    color: #333;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #fff;
    padding: 25px 40px;
    background: #000;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
  }
  #sp-header .support-block .header-lang img {
    width: 538px;
  }
  #sp-header .support-block .header-link, #sp-header .support-block .switch-item {
    margin-top: 10px !important;
  }
  #sp-header .support-block .header-link a, #sp-header .support-block .switch-item a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    color: #333;
    background: url(../img_common/sp/common_arrow.png) no-repeat right 20px top 30px;
    background-size: 14px;
    border: 2px solid #e5e5e5;
  }
  #sp-header .support-block .header-link a:hover, #sp-header .support-block .switch-item a:hover {
    text-decoration: underline;
  }
}

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

.sec .sec-in {
  width: 100%;
  max-width: 1000px;
  padding: 30px 0 100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .sec .sec-in {
    max-width: 710px;
  }
}

.sec .sec-ttl {
  padding-top: 30px;
  font-size: 300%;
  text-align: center;
  position: relative;
  font-weight: normal;
  line-height: 130%;
  letter-spacing: 7px;
}

@media screen and (max-width: 768px) {
  .sec .sec-ttl {
    letter-spacing: 10px;
    font-size: 215%;
    padding-top: 45px;
  }
}

.sec .sec-ttl-sub {
  text-align: center;
  font-size: 115%;
  font-weight: bold;
  color: #055e6a;
  line-height: 100%;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .sec .sec-ttl-sub {
    font-size: 85%;
  }
}

.sec a {
  color: #333;
  text-decoration: none;
}

.sec a:hover {
  opacity: 0.85;
}

.sec .flex {
  display: flex;
}

.sec img:hover {
  opacity: .85;
}

.sec-mv {
  padding: 30px 0 0px;
  min-height: 450px;
}

.sec-mv .slider-wrap {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.sec-mv .bx-wrapper {
  margin: 0 auto;
}

.sec-mv .bx-viewport {
  overflow: visible !important;
}

.sec-mv .slide-controls button {
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.sec-mv .slide-controls button:hover {
  opacity: 0.85;
}

.sec-mv .slide-controls .arrow .bx-prev, .sec-mv .slide-controls .arrow .bx-next {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 38%;
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .arrow .bx-prev, .sec-mv .slide-controls .arrow .bx-next {
    top: 35%;
  }
}

.sec-mv .slide-controls .arrow .bx-prev {
  background-image: url("../img_top/prev.png");
  left: calc(50% - 470px);
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .arrow .bx-prev {
    left: 5px;
  }
}

.sec-mv .slide-controls .arrow .bx-prev:hover {
  background-image: url("../img_top/hover_prev.png");
  opacity: 1;
}

.sec-mv .slide-controls .arrow .bx-next {
  background-image: url("../img_top/next.png");
  right: calc(50% - 470px);
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .arrow .bx-next {
    right: 5px;
  }
}

.sec-mv .slide-controls .arrow .bx-next:hover {
  background-image: url("../img_top/hover_next.png");
  opacity: 1;
}

.sec-mv .slide-controls .control-unit {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  column-gap: 23px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .control-unit {
    column-gap: 30px;
  }
}

.sec-mv .slide-controls .control-unit .bx-pager-list {
  display: flex;
  column-gap: 12px;
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .control-unit .bx-pager-list {
    column-gap: 20px;
  }
}

.sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 40px;
    height: 40px;
  }
}

.sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  padding: 0;
  width: 100%;
  transition: all  0.3s ease;
}

.sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  background-color: #333;
}

.sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active:focus-visible {
  background-color: #5dc2d0;
}

.sec-mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
  border: 2px solid #333;
  background-color: #5dc2d0;
}

.sec-mv .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .sec-mv .slide-controls .control-unit .bx-controls-auto-item button {
    height: 36px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sec-mv .slide-controls .control-unit .bx-controls-auto-item button {
    height: 54px;
    width: 45px;
  }
}

.sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
  transition: all  0.3s ease;
}

.sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-start:hover {
  background-image: url("../img_top/hover_start.png");
}

.sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
  transition: all  0.3s ease;
}

.sec-mv .slide-controls .control-unit .bx-controls-auto-item button.bx-stop:hover {
  background-image: url("../img_top/hover_stop.png");
}

.sec-mv .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.sec-mv img {
  object-fit: cover;
  border-radius: 20px;
}

@media print, screen and (min-width: 769px) {
  .sec-mv img {
    width: 1000px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .sec-mv img {
    width: 710px;
    height: 285px;
  }
}

.sec-news {
  margin-top: 70px;
  background: #daf2f5;
}

@media screen and (max-width: 768px) {
  .sec-news {
    margin-top: 40px;
  }
}

.sec-news .flex {
  margin-top: 30px;
  gap: 30px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sec-news .flex {
    display: block;
    margin-top: 45px;
  }
}

.sec-news .news-left .tab-list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sec-news .news-left .tab-list .tab1, .sec-news .news-left .tab-list .tab2 {
  position: relative;
  width: 300px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 150%;
  transition: all  0.3s ease;
}

.sec-news .news-left .tab-list .tab1::before, .sec-news .news-left .tab-list .tab2::before {
  content: '';
  position: absolute;
  left: 34%;
  height: 3px;
  width: 100px;
  background: #5dc2d0;
}

.sec-news .news-left .tab-list .tab1[aria-selected=true], .sec-news .news-left .tab-list .tab2[aria-selected=true] {
  background: #5dc2d0;
}

.sec-news .news-left .tab-list .tab1[aria-selected=true] a, .sec-news .news-left .tab-list .tab2[aria-selected=true] a {
  background: none;
  text-decoration: underline;
}

.sec-news .news-left .tab-list .tab1 a, .sec-news .news-left .tab-list .tab2 a {
  padding: 13px 0;
  display: block;
  text-decoration: none;
}

.sec-news .news-left .tab-list .tab1 span, .sec-news .news-left .tab-list .tab2 span {
  display: block;
}

.sec-news .news-left .tab-list .tab1:hover, .sec-news .news-left .tab-list .tab2:hover {
  background: #5dc2d0;
}

.sec-news .news-left .tab-list .tab1:hover a, .sec-news .news-left .tab-list .tab2:hover a {
  background: none;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .tab-list .tab1, .sec-news .news-left .tab-list .tab2 {
    font-size: 130%;
    width: 346px;
  }
  .sec-news .news-left .tab-list .tab1 a, .sec-news .news-left .tab-list .tab2 a {
    background-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .tab-list {
    gap: 18px;
  }
}

.sec-news .news-left #tab1 .box-in, .sec-news .news-left #tab2 .box-in {
  padding: 30px 10px 20px;
  padding-left: 0;
  background: #fff;
  border: 3px solid #5dc2d0;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left #tab1 .box-in, .sec-news .news-left #tab2 .box-in {
    border: 5px solid #5dc2d0;
    border-radius: 0 0 15px 15px;
  }
}

.sec-news .news-left #tab1 ul, .sec-news .news-left #tab2 ul {
  padding-right: 30px;
  width: 610px;
  max-height: 330px;
  overflow-y: auto;
}

.sec-news .news-left #tab1 ul .list, .sec-news .news-left #tab2 ul .list {
  margin: 15px 0;
  padding-bottom: 20px;
  padding-left: 25px;
  border-bottom: 1px solid #f5f5f5;
}

.sec-news .news-left #tab1 ul .list .date, .sec-news .news-left #tab2 ul .list .date {
  padding-top: 8px;
}

.sec-news .news-left #tab1 ul .list span, .sec-news .news-left #tab2 ul .list span {
  display: block;
}

.sec-news .news-left #tab1 ul .list span a, .sec-news .news-left #tab2 ul .list span a {
  text-decoration: underline;
}

.sec-news .news-left #tab1 ul .list span a:hover, .sec-news .news-left #tab2 ul .list span a:hover {
  text-decoration: none;
}

.sec-news .news-left #tab1 ul .list:first-child, .sec-news .news-left #tab2 ul .list:first-child {
  margin-top: 0;
}

.sec-news .news-left #tab1 ul .list:first-child .date, .sec-news .news-left #tab2 ul .list:first-child .date {
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left #tab1 ul, .sec-news .news-left #tab2 ul {
    padding-right: 80px;
    max-height: 600px;
  }
  .sec-news .news-left #tab1 ul .list, .sec-news .news-left #tab2 ul .list {
    padding-bottom: 45px;
  }
  .sec-news .news-left #tab1 ul .list span, .sec-news .news-left #tab2 ul .list span {
    margin-top: 15px;
    line-height: 140%;
  }
}

.sec-news .news-left .link-wrap {
  text-align: center;
}

.sec-news .news-left .link-wrap a {
  padding: 13px 0;
  display: block;
  margin: 20px auto 0;
  width: 300px;
  background: url(../img_common/common_white_arrow.png) no-repeat right 20px top 18px, #94d6df;
  border-radius: 5px;
  transition: all  0.3s ease;
}

.sec-news .news-left .link-wrap a:hover {
  background: url(../img_common/common_white_arrow.png) no-repeat right 20px top 18px, #5dc2d0;
}

@media screen and (max-width: 768px) {
  .sec-news .news-left .link-wrap {
    font-size: 110%;
  }
  .sec-news .news-left .link-wrap a {
    width: 380px;
    background: url(../img_common/common_white_arrow.png) no-repeat right 20px top 40px, #94d6df;
    border-radius: 15px;
    padding: 26px;
    background-size: 10px;
  }
}

.sec-news .news-right .title {
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
  width: 320px;
  background: #5dc2d0;
  border: 2px solid #5dc2d0;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 150%;
}

.sec-news .news-right .title::after {
  content: "";
  position: absolute;
  right: -6%;
  top: -75%;
  background: url(../img_top/event_title.png) no-repeat;
  background-size: contain;
  height: 78px;
  width: 78px;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .title {
    padding: 20px 0;
    width: 710px;
    font-size: 130%;
    letter-spacing: 7px;
  }
  .sec-news .news-right .title::after {
    content: "";
    position: absolute;
    right: 7%;
    top: -39%;
    background: url(../img_top/event_title.png) no-repeat;
    height: 108px;
    width: 108px;
  }
}

.sec-news .news-right .box-in {
  padding: 20px 27px;
  background: #fff;
  border: 3px solid #5dc2d0;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .box-in {
    padding: 0px 27px 20px 27px;
  }
}

.sec-news .news-right .top-event-calender {
  text-align: center;
  background: #fff;
  border-radius: 15px 15px 0 0;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .top-event-calender {
    text-align: center;
    margin: 20px 0 0;
  }
}

.sec-news .news-right .top-event-calender .ctrl-in {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.sec-news .news-right .top-event-calender .ctrl-in > a {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .top-event-calender .ctrl-in > a {
    margin-top: 60px;
    height: 64px;
    width: 64px;
  }
  .sec-news .news-right .top-event-calender .ctrl-in > a img {
    height: 64px;
    width: 64px;
  }
}

.sec-news .news-right .top-event-calender .date {
  margin-bottom: 20px;
  font-size: 90%;
}

.sec-news .news-right .top-event-calender .date .month {
  display: block;
  font-size: 255%;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .top-event-calender .date .month {
    font-size: 220%;
  }
}

.sec-news .news-right .top-event-calender .mini-calendar th, .sec-news .news-right .top-event-calender tr, .sec-news .news-right .top-event-calender td {
  font-size: 90%;
  border: 1px solid #d7d7d7;
  padding: 3px 10px;
}

.sec-news .news-right .top-event-calender .mini-calendar th .sun, .sec-news .news-right .top-event-calender tr .sun, .sec-news .news-right .top-event-calender td .sun {
  background: #fff2f4;
}

.sec-news .news-right .top-event-calender .mini-calendar th .sat, .sec-news .news-right .top-event-calender tr .sat, .sec-news .news-right .top-event-calender td .sat {
  background: #ecfdff;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .top-event-calender .mini-calendar th, .sec-news .news-right .top-event-calender tr, .sec-news .news-right .top-event-calender td {
    font-size: 105%;
    padding: 10px 22px;
  }
}

.sec-news .news-right .top-event-calender .mini-calendar th a, .sec-news .news-right .top-event-calender tr a, .sec-news .news-right .top-event-calender td a {
  text-decoration: underline;
}

.sec-news .news-right .top-event-calender .mini-calendar {
  height: 328px;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .top-event-calender .mini-calendar {
    height: 689px;
  }
}

.sec-news .news-right .top-event-calender .mini-calendar .col-day > td:first-child {
  background: #fff2f4;
}

.sec-news .news-right .top-event-calender .mini-calendar .col-day > td:last-child {
  background: #ecfdff;
}

.sec-news .news-right .top-event-calender .calendar-area {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right {
    margin-top: 72px;
  }
}

.sec-news .news-right .link-wrap {
  text-align: center;
}

.sec-news .news-right .link-wrap a {
  padding: 13px 0;
  display: block;
  margin: 30px auto 0;
  width: 250px;
  background: url(../img_common/common_white_arrow.png) no-repeat right 20px top 18px, #94d6df;
  border-radius: 5px;
  transition: all  0.3s ease;
}

.sec-news .news-right .link-wrap a:hover {
  background: url(../img_common/common_white_arrow.png) no-repeat right 20px top 18px, #5dc2d0;
}

@media screen and (max-width: 768px) {
  .sec-news .news-right .link-wrap {
    font-size: 110%;
  }
  .sec-news .news-right .link-wrap a {
    margin: 40px auto 20px;
    padding: 26px;
    width: 380px;
    background: url(../img_common/common_white_arrow.png) no-repeat right 20px top 40px, #94d6df;
    border-radius: 15px;
    background-size: 10px;
  }
}

.sec-information {
  background: #fff;
}

.sec-information .sec-in {
  padding: 40px 0 70px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-in {
    padding-bottom: 100px;
  }
}

.sec-information .sec-ttl {
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-ttl {
    letter-spacing: 10px;
  }
}

.sec-information .information-tab {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .sec-information .information-tab {
    margin-top: 40px;
  }
}

.sec-information .information-tab .tab-list {
  display: flex;
  gap: 20px;
}

.sec-information .information-tab .tab-list .tab3, .sec-information .information-tab .tab-list .tab4 {
  width: 490px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  font-size: 150%;
  transition: all  0.3s ease;
}

.sec-information .information-tab .tab-list .tab3 span, .sec-information .information-tab .tab-list .tab4 span {
  display: block;
}

@media screen and (max-width: 768px) {
  .sec-information .information-tab .tab-list .tab3, .sec-information .information-tab .tab-list .tab4 {
    font-size: 130%;
  }
  .sec-information .information-tab .tab-list .tab3 a, .sec-information .information-tab .tab-list .tab4 a {
    background: url(../img_common/common_arrow.png) no-repeat right 15px top 60px;
    background-size: 10px;
  }
}

.sec-information .information-tab .tab-list .tab3 {
  border: 2px solid #efd722;
}

.sec-information .information-tab .tab-list .tab3[aria-selected=true] {
  background: #efd722;
}

.sec-information .information-tab .tab-list .tab3[aria-selected=true] a {
  background: none;
  text-decoration: underline;
}

.sec-information .information-tab .tab-list .tab3 a {
  padding: 13px 0;
  display: block;
  background: url(../img_common/common_yellow_arrow.png) no-repeat right 11px top 50px;
}

@media screen and (max-width: 768px) {
  .sec-information .information-tab .tab-list .tab3 a {
    background: url(../img_common/common_yellow_arrow.png) no-repeat right 16px top 67px;
  }
}

.sec-information .information-tab .tab-list .tab3:hover {
  background: #efd722;
}

.sec-information .information-tab .tab-list .tab3:hover a {
  background: none;
}

.sec-information .information-tab .tab-list .tab4 {
  border: 2px solid #5dc2d0;
}

.sec-information .information-tab .tab-list .tab4[aria-selected=true] {
  background: #5dc2d0;
}

.sec-information .information-tab .tab-list .tab4[aria-selected=true] a {
  background: none;
  text-decoration: underline;
}

.sec-information .information-tab .tab-list .tab4 a {
  padding: 13px 0;
  display: block;
  background: url(../img_common/common_arrow.png) no-repeat right 11px top 50px;
}

@media screen and (max-width: 768px) {
  .sec-information .information-tab .tab-list .tab4 a {
    background: url(../img_common/common_arrow.png) no-repeat right 16px top 67px;
  }
}

.sec-information .information-tab .tab-list .tab4:hover {
  background: #5dc2d0;
}

.sec-information .information-tab .tab-list .tab4:hover a {
  background: none;
}

.sec-information .information-tab #tab3 .box-in, .sec-information .information-tab #tab4 .box-in {
  margin: 20px 0 0;
  padding-left: 0;
  background: #f8f8f8;
  border-radius: 15px 15px 0 0;
}

@media screen and (max-width: 768px) {
  .sec-information .information-tab #tab3 .box-in, .sec-information .information-tab #tab4 .box-in {
    border-radius: 15px;
  }
}

.sec-information .information-tab #tab3 .list, .sec-information .information-tab #tab4 .list {
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.sec-information .information-tab #tab3 .list .modal-item, .sec-information .information-tab #tab4 .list .modal-item {
  width: 200px;
  background: #fff;
  border-radius: 15px;
  border-bottom: 1px solid #f5f5f5;
  display: block;
}

.sec-information .information-tab #tab3 .list .modal-item a, .sec-information .information-tab #tab3 .list .modal-item .item-nolink, .sec-information .information-tab #tab4 .list .modal-item a, .sec-information .information-tab #tab4 .list .modal-item .item-nolink {
  border-radius: 15px;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  text-align: center;
  border: 3px solid #fff;
  transition: all  0.3s ease;
}

.sec-information .information-tab #tab3 .list .modal-item a img, .sec-information .information-tab #tab3 .list .modal-item .item-nolink img, .sec-information .information-tab #tab4 .list .modal-item a img, .sec-information .information-tab #tab4 .list .modal-item .item-nolink img {
  display: block;
  margin: 15px auto 0;
  height: 75px;
  max-width: 120px;
}

@media screen and (max-width: 768px) {
  .sec-information .information-tab #tab3 .list .modal-item a img, .sec-information .information-tab #tab3 .list .modal-item .item-nolink img, .sec-information .information-tab #tab4 .list .modal-item a img, .sec-information .information-tab #tab4 .list .modal-item .item-nolink img {
    max-height: 75px;
    max-width: 110px;
  }
}

.sec-information .information-tab #tab3 .list .modal-item a p, .sec-information .information-tab #tab3 .list .modal-item .item-nolink p, .sec-information .information-tab #tab4 .list .modal-item a p, .sec-information .information-tab #tab4 .list .modal-item .item-nolink p {
  margin-top: 30px;
  font-size: 115%;
}

@media screen and (max-width: 768px) {
  .sec-information .information-tab #tab3 .list .modal-item a, .sec-information .information-tab #tab3 .list .modal-item .item-nolink, .sec-information .information-tab #tab4 .list .modal-item a, .sec-information .information-tab #tab4 .list .modal-item .item-nolink {
    padding: 23px 0;
  }
  .sec-information .information-tab #tab3 .list .modal-item a p, .sec-information .information-tab #tab3 .list .modal-item .item-nolink p, .sec-information .information-tab #tab4 .list .modal-item a p, .sec-information .information-tab #tab4 .list .modal-item .item-nolink p {
    margin-top: 30px;
    font-size: 100%;
    line-height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sec-information .information-tab #tab3 .list, .sec-information .information-tab #tab4 .list {
    padding: 35px;
    gap: 20px;
  }
}

.sec-information .information-tab #tab3 ul .modal-item > a:hover {
  border-radius: 15px;
  text-decoration: underline;
  border: 3px solid #e4cc13;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sec-information .information-tab #tab4 .list li:nth-child(5n) a, .sec-information .information-tab #tab4 .list li:nth-child(5n) .item-nolink {
    padding: 30px 0 30px;
  }
  .sec-information .information-tab #tab4 .list li:nth-child(5n) a p, .sec-information .information-tab #tab4 .list li:nth-child(5n) .item-nolink p {
    margin-top: 13px;
    font-size: 95%;
    line-height: 100%;
  }
}

.sec-information .information-tab #tab4 ul .modal-item > a:hover {
  border-radius: 15px;
  text-decoration: underline;
  border: 3px solid #5dc2d0;
  box-sizing: border-box;
}

.sec-useful {
  position: relative;
  background: #daf2f5;
}

.sec-useful .sec-in {
  padding: 30px 0 70px;
}

@media screen and (max-width: 768px) {
  .sec-useful .sec-in {
    padding-bottom: 90px;
    max-width: 670px;
  }
}

.sec-useful .slider-wrap {
  margin: 50px auto 0;
  width: 100%;
}

.sec-useful .bx-wrapper {
  max-width: 1025px !important;
}

.sec-useful .bx-viewport {
  margin: -4px;
  padding: 4px;
  height: auto !important;
}

.sec-useful .slide-controls button {
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.sec-useful .slide-controls button:hover {
  opacity: 0.85;
}

.sec-useful .slide-controls .arrow .bx-prev, .sec-useful .slide-controls .arrow .bx-next {
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 53%;
}

@media screen and (max-width: 768px) {
  .sec-useful .slide-controls .arrow .bx-prev, .sec-useful .slide-controls .arrow .bx-next {
    top: 51.5%;
    width: 60px;
    height: 60px;
  }
}

.sec-useful .slide-controls .arrow .bx-prev {
  background-image: url("../img_top/prev.png");
  left: calc(50% - 520px);
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-useful .slide-controls .arrow .bx-prev {
    left: 10px;
  }
}

.sec-useful .slide-controls .arrow .bx-prev:hover {
  background-image: url("../img_top/hover_prev.png");
  opacity: 1;
}

.sec-useful .slide-controls .arrow .bx-next {
  background-image: url("../img_top/next.png");
  right: calc(50% - 520px);
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-useful .slide-controls .arrow .bx-next {
    right: 25px;
  }
}

.sec-useful .slide-controls .arrow .bx-next:hover {
  background-image: url("../img_top/hover_next.png");
  opacity: 1;
}

.sec-useful .slide-controls .control-unit {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  column-gap: 23px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sec-useful .slide-controls .control-unit {
    column-gap: 30px;
  }
}

.sec-useful .slide-controls .control-unit .bx-pager-list {
  display: flex;
  column-gap: 12px;
}

@media screen and (max-width: 768px) {
  .sec-useful .slide-controls .control-unit .bx-pager-list {
    column-gap: 20px;
  }
}

.sec-useful .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .sec-useful .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .sec-useful .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 40px;
    height: 40px;
  }
}

.sec-useful .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  padding: 0;
  width: 100%;
  transition: all  0.3s ease;
}

.sec-useful .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  background-color: #333;
}

.sec-useful .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
  border: 3px solid #333;
  background-color: #5dc2d0;
}

@media screen and (max-width: 768px) {
  .sec-useful .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border: 2px solid #333;
  }
}

.sec-useful .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .sec-useful .slide-controls .control-unit .bx-controls-auto-item button {
    height: 36px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sec-useful .slide-controls .control-unit .bx-controls-auto-item button {
    height: 54px;
    width: 45px;
  }
}

.sec-useful .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
  transition: all  0.3s ease;
}

.sec-useful .slide-controls .control-unit .bx-controls-auto-item button.bx-start:hover {
  background-image: url("../img_top/hover_start.png");
}

.sec-useful .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
  transition: all  0.3s ease;
}

.sec-useful .slide-controls .control-unit .bx-controls-auto-item button.bx-stop:hover {
  background-image: url("../img_top/hover_stop.png");
}

.sec-useful .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .sec-useful .list {
    display: flex;
    justify-content: center;
    width: 1025px !important;
    gap: 25px;
  }
}

.sec-useful .list li {
  width: 230px;
  border-radius: 10px;
  transition: all  0.3s ease;
  box-sizing: border-box;
}

.sec-useful .list li .item-nolink {
  background-color: #fff;
  border-radius: 10px;
}

.sec-useful .list li a, .sec-useful .list li .item-nolink {
  background: url(../img_common/common_arrow.png) no-repeat right 10px top 100px, #fff;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  width: 230px;
}

@media screen and (max-width: 768px) {
  .sec-useful .list li a, .sec-useful .list li .item-nolink {
    background: url(../img_common/common_arrow.png) no-repeat right 15px top 135px, #fff;
    display: block;
    background-size: 10px;
    width: 316px;
  }
}

.sec-useful .list li a:hover {
  text-decoration: underline;
  outline: 3px solid #5dc2d0;
}

.sec-useful .list li .item-in {
  display: flex;
  align-items: center;
}

.sec-useful .list li .item-in .item-txt {
  padding: 5px 9px;
  font-size: 115%;
  scrollbar-width: none;
}

.sec-useful .list li .item-in .item-txt p {
  line-height: 130%;
}

@media screen and (max-width: 768px) {
  .sec-useful .list li .item-in .item-txt {
    padding: 0 20px;
    font-size: 100%;
  }
}

.sec-useful img {
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

@media print, screen and (min-width: 769px) {
  .sec-useful img {
    height: 120px;
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .sec-useful img {
    height: 162px;
    width: 123px;
  }
}

.sec-about .sec-in {
  padding: 45px 0 100px;
}

.sec-about .col {
  margin: 50px 0 30px;
  display: flex;
  gap: 0 25px;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sec-about .col {
    margin-top: 40px;
    display: block;
  }
}

.sec-about .col .col-in {
  padding: 33px 0px;
  width: 340px;
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-in {
    padding: 40px 0px 20px;
    width: 710px;
  }
}

.sec-about .col .col-right {
  border-radius: 15px;
  background: #fff;
  border: 2px solid #e9e9e9;
  width: 340px;
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-right {
    margin-top: 50px;
    width: 710px;
  }
}

.sec-about .col .col-right .col-head {
  font-size: 145%;
  text-align: center;
  line-height: 130%;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-right .col-head {
    font-size: 130%;
    letter-spacing: 7px;
  }
}

.sec-about .col .col-right .item .item-nolink {
  text-align: center;
}

.sec-about .col .col-right .item a {
  text-align: center;
  text-decoration: underline;
  font-size: 115%;
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-right .item a {
    font-size: 100%;
  }
}

.sec-about .col .col-right .item a:hover {
  text-decoration: none;
}

.sec-about .col .col-right .item .item-in .item-txt {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-right .item .item-in .item-txt {
    margin-top: 20px;
  }
}

.sec-about .col .col-right .item .item-in .item-img {
  margin: 30px 0 5px;
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-right .item .item-in .item-img {
    margin: 10px 0 -10px;
  }
}

.sec-about .col .col-right .link-wrap {
  display: block;
  font-size: 115%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-right .link-wrap {
    font-size: 105%;
    background-size: 24px;
  }
}

.sec-about .col .col-right .link-wrap a, .sec-about .col .col-right .link-wrap .item-nolink {
  background: url(../img_common/common_arrow.png) no-repeat right 20px top 27px, #daf2f5;
  display: block;
  padding: 18px 0;
  transition: all  0.3s ease;
  border-radius: 0 0 10px 10px;
}

.sec-about .col .col-right .link-wrap a:hover, .sec-about .col .col-right .link-wrap .item-nolink:hover {
  text-decoration: underline;
  background: url(../img_common/common_white_arrow.png) no-repeat right 20px top 27px, #5dc2d0;
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-right .link-wrap a, .sec-about .col .col-right .link-wrap .item-nolink {
    padding: 28px 0;
    background: url(../img_common/common_arrow.png) no-repeat right 28px top 44px, #daf2f5;
    background-size: 10px;
  }
}

.sec-about .col .col-right img {
  object-fit: contain;
  box-shadow: 1px 3px 3px 3px rgba(201, 206, 212, 0.37);
}

@media print, screen and (min-width: 769px) {
  .sec-about .col .col-right img {
    height: 280px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-right img {
    height: 450px;
    width: 320px;
  }
}

.sec-about .col .col-left {
  display: flex;
  flex-wrap: wrap;
}

.sec-about .col .col-left .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 5px 10px;
}

.sec-about .col .col-left .list .item-nolink {
  border: 3px solid #e9e9e9;
  border-radius: 10px;
}

.sec-about .col .col-left .list li {
  width: 310px;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-left .list li {
    width: 344px;
    border-radius: 15px;
  }
}

.sec-about .col .col-left .list li a, .sec-about .col .col-left .list li .item-nolink {
  background: url(../img_common/common_arrow.png) no-repeat right 6px top 80px;
  display: block;
  box-sizing: border-box;
  border: 3px solid #e9e9e9;
  transition: all  0.3s ease;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-left .list li a, .sec-about .col .col-left .list li .item-nolink {
    background: url(../img_common/common_arrow.png) no-repeat right 8px top 88px;
    background-size: 10px;
  }
}

.sec-about .col .col-left .list li a:hover {
  text-decoration: underline;
  border: 3px solid #5dc2d0;
}

.sec-about .col .col-left .list li .item-in {
  display: flex;
  align-items: center;
}

.sec-about .col .col-left .list li .item-in .item-txt {
  padding: 5px 18px;
  font-size: 115%;
}

.sec-about .col .col-left .list li .item-in .item-txt p {
  line-height: 130%;
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-left .list li .item-in .item-txt {
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec-about .col .col-left .list li .item-in .item-txt p {
    line-height: 100%;
  }
}

.sec-about .col .col-left img {
  object-fit: cover;
  border-radius: 7px 0 0 7px;
}

@media print, screen and (min-width: 769px) {
  .sec-about .col .col-left img {
    height: 100px;
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .col .col-left img {
    height: 113px;
    width: 156px;
  }
}

.sec-about .population {
  background: #f8f8f8;
  border-radius: 15px;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 20px 50px;
}

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

.sec-about .population > div {
  padding-top: 15px;
  border-right: 2px solid #fff;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .sec-about .population > div {
    padding: 25px 0 15px;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
}

.sec-about .population .col-head {
  font-size: 150%;
  text-align: center;
  line-height: 130%;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .sec-about .population .col-head {
    font-size: 130%;
  }
}

.sec-about .population .update-date {
  font-size: 80%;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .sec-about .population .update-date {
    font-size: 65%;
  }
}

.sec-about .population ul {
  display: flex;
  justify-content: space-around;
  width: 705px;
}

@media print, screen and (min-width: 769px) {
  .sec-about .population ul {
    justify-content: inherit;
    width: 660px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .population ul {
    gap: 30px 0;
  }
}

.sec-about .population ul .link-wrap {
  text-align: center;
}

.sec-about .population ul .link-wrap a {
  padding: 11px 0;
  display: block;
  width: 250px;
  background: url(../img_common/common_white_arrow.png) no-repeat right 20px top 18px, #94d6df;
  border-radius: 5px;
  transition: all  0.3s ease;
}

.sec-about .population ul .link-wrap a:hover {
  background: url(../img_common/common_white_arrow.png) no-repeat right 20px top 18px, #5dc2d0;
}

@media screen and (max-width: 768px) {
  .sec-about .population ul .link-wrap {
    font-size: 110%;
  }
  .sec-about .population ul .link-wrap a {
    padding: 26px;
    width: 380px;
    background: url(../img_common/common_white_arrow.png) no-repeat right 20px top 40px, #94d6df;
    border-radius: 15px;
    background-size: 10px;
  }
}

.sec-about .population ul li:first-child {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .sec-about .population ul li:first-child .icon img {
    margin-top: 10px;
    height: 63px;
    width: 57px;
  }
}

.sec-about .population ul li:first-child .text {
  margin-bottom: 0px;
  margin-left: 0px;
}

@media print, screen and (min-width: 769px) {
  .sec-about .population ul li:nth-child(2) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .population ul li:nth-child(2) .icon img {
    margin-top: 10px;
    height: 49px;
    width: 57px;
  }
}

.sec-about .population ul li:nth-child(2) .text {
  margin-bottom: 0px;
  margin-left: 0px;
}

.sec-about .population ul .box {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 115%;
}

.sec-about .population ul .box .text {
  text-align: left;
}

.sec-about .population ul .box .text p {
  line-height: 140%;
}

.sec-about .population ul .box img:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .sec-about .population ul .box .icon img {
    height: 64px;
    width: 33px;
  }
  .sec-about .population ul .box .text {
    margin: 20px;
  }
  .sec-about .population ul .box .text p {
    line-height: 120%;
  }
}

@media screen and (max-width: 768px) {
  .sec-about .population ul {
    width: auto;
    flex-wrap: wrap;
    padding: 0 80px 25px;
    justify-content: space-evenly;
  }
}

.sec-discover {
  background: #daf2f5;
}

.sec-discover .sec-in {
  padding: 30px 0 70px;
}

@media screen and (max-width: 768px) {
  .sec-discover .sec-in {
    padding: 30px 0 100px;
  }
}

.sec-discover .list {
  display: flex;
  margin-top: 50px;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .sec-discover .list {
    margin-top: 40px;
    gap: 10px 18px;
  }
}

.sec-discover .list a {
  transition: all  0.3s ease;
}

.sec-discover .list a:hover {
  text-decoration: underline;
}

.sec-discover .list a:hover .item-img {
  background: #5dc2d0;
}

.sec-discover .list a:hover .item-img img {
  opacity: 1;
}

.sec-discover .list li .item-img {
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-discover .list li .item-img {
    padding: 7px;
  }
}

.sec-discover .list li .item-txt {
  margin: 5px 10px;
  text-align: center;
  font-size: 100%;
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .sec-discover .list li .item-txt {
    margin: 0 auto;
    font-size: 130%;
    max-width: 270px;
  }
}

@media screen and (max-width: 768px) {
  .sec-discover .list li:nth-child(odd) {
    margin-left: 25px;
  }
}

.sec-discover img {
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #fff;
}

@media print, screen and (min-width: 769px) {
  .sec-discover img {
    height: 150px;
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .sec-discover img {
    border-radius: 5px;
    height: 210px;
    width: 310px;
  }
}

.sec-related {
  padding: 30px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec-related {
    padding-bottom: 30px;
    padding-top: 0;
  }
}

.sec-related .sec-in {
  padding: 30px 0 70px;
}

@media screen and (max-width: 768px) {
  .sec-related .sec-in {
    width: 670px;
  }
}

.sec-related .slider-wrap {
  margin: 50px auto 0;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sec-related .slider-wrap {
    margin-top: 40px;
  }
}

.sec-related .bx-viewport {
  overflow: visible !important;
}

.sec-related .bx-viewport > ul {
  display: flex;
}

.sec-related .bx-viewport > ul li {
  padding: 5px 0;
}

.sec-related .bx-viewport > ul li a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .sec-related .bx-viewport > ul {
    justify-content: center;
    width: 1000px !important;
  }
}

.sec-related .slide-controls button {
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.sec-related .slide-controls button:hover {
  opacity: 0.85;
}

.sec-related .slide-controls .arrow .bx-prev, .sec-related .slide-controls .arrow .bx-next {
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 56%;
}

@media screen and (max-width: 768px) {
  .sec-related .slide-controls .arrow .bx-prev, .sec-related .slide-controls .arrow .bx-next {
    top: 48%;
    width: 60px;
    height: 60px;
  }
}

.sec-related .slide-controls .arrow .bx-prev {
  background-image: url("../img_top/prev.png");
  background-size: 42px;
  left: calc(50% - 520px);
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-related .slide-controls .arrow .bx-prev {
    background-size: 60px;
    left: 5px;
  }
}

.sec-related .slide-controls .arrow .bx-prev:hover {
  background-image: url("../img_top/hover_prev.png");
  opacity: 1;
}

.sec-related .slide-controls .arrow .bx-next {
  background-image: url("../img_top/next.png");
  background-size: 42px;
  right: calc(50% - 520px);
  transition: all  0.3s ease;
}

@media screen and (max-width: 768px) {
  .sec-related .slide-controls .arrow .bx-next {
    background-size: 60px;
    right: 5px;
  }
}

.sec-related .slide-controls .arrow .bx-next:hover {
  background-image: url("../img_top/hover_next.png");
  opacity: 1;
}

.sec-related .slide-controls .control-unit {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  column-gap: 23px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sec-related .slide-controls .control-unit {
    column-gap: 30px;
  }
}

.sec-related .slide-controls .control-unit .bx-pager-list {
  display: flex;
  column-gap: 12px;
}

@media screen and (max-width: 768px) {
  .sec-related .slide-controls .control-unit .bx-pager-list {
    column-gap: 20px;
  }
}

.sec-related .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .sec-related .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .sec-related .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 40px;
    height: 40px;
  }
}

.sec-related .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  padding: 0;
  width: 100%;
  transition: all  0.3s ease;
}

.sec-related .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  background-color: #333;
}

.sec-related .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
  border: 3px solid #333;
  background-color: #5dc2d0;
}

@media screen and (max-width: 768px) {
  .sec-related .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border: 2px solid #333;
  }
}

.sec-related .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .sec-related .slide-controls .control-unit .bx-controls-auto-item button {
    height: 36px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sec-related .slide-controls .control-unit .bx-controls-auto-item button {
    height: 54px;
    width: 45px;
  }
}

.sec-related .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
  transition: all  0.3s ease;
}

.sec-related .slide-controls .control-unit .bx-controls-auto-item button.bx-start:hover {
  background-image: url("../img_top/hover_start.png");
}

.sec-related .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
  transition: all  0.3s ease;
}

.sec-related .slide-controls .control-unit .bx-controls-auto-item button.bx-stop:hover {
  background-image: url("../img_top/hover_stop.png");
}

.sec-related .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.sec-related img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .sec-related img {
    width: 230px;
    height: 160px;
  }
}

@media screen and (max-width: 768px) {
  .sec-related img {
    width: 323px;
    height: 225px;
  }
}

.sec-advertisement {
  background: #f3f4f4;
}

.sec-advertisement .sec-in {
  padding: 30px 0 70px;
  max-width: 860px;
}

@media screen and (max-width: 768px) {
  .sec-advertisement .sec-in {
    padding: 40px 0 100px;
  }
}

.sec-advertisement .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 27px;
  margin: 40px 0 15px;
}

@media screen and (max-width: 768px) {
  .sec-advertisement .list {
    width: 600px;
    margin: 45px auto 15px;
    gap: 15px 25px;
    justify-content: center;
  }
}

.sec-advertisement .list a {
  display: block;
}

.sec-advertisement .ads-in-btn {
  text-align: end;
  text-decoration: underline;
  font-size: 90%;
}

@media screen and (max-width: 768px) {
  .sec-advertisement .ads-in-btn {
    margin-right: 125px;
    font-size: 86%;
  }
}

.sec-advertisement img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .sec-advertisement img {
    height: 60px;
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .sec-advertisement img {
    height: 60px;
    width: 180px;
  }
}

.sec-sns .sec-in {
  padding: 30px 0 10px;
}

.sec-sns .list {
  margin-top: 50px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .sec-sns .list {
    gap: 20px 19px;
  }
}

.sec-sns .list a, .sec-sns .list .item-nolink {
  width: 180px;
  min-height: 163px;
  border-radius: 10px;
  border: 2px solid #e9e9e9;
  box-sizing: border-box;
  display: block;
  padding: 30px 20px 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-sns .list a, .sec-sns .list .item-nolink {
    width: auto;
    min-height: 212px;
    padding: 40px 10px 30px;
  }
}

.sec-sns .list a:hover {
  border: 2px solid #5dc2d0;
  text-decoration: underline;
}

.sec-sns .list li {
  background: url(../img_common/common_arrow.png) no-repeat right 10px top 140px;
}

.sec-sns .list li .item-txt {
  margin-top: 20px;
}

.sec-sns .list li .item-txt p {
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .sec-sns .list li .item-txt p {
    font-size: 86%;
  }
}

@media screen and (max-width: 768px) {
  .sec-sns .list li {
    width: 224px;
    background: url(../img_common/common_arrow.png) no-repeat right 15px top 180px;
    background-size: 10px;
  }
}

.sec-sns .list li img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .sec-sns .list li img {
    max-height: 51px;
    max-width: 51px;
  }
}

@media screen and (max-width: 768px) {
  .sec-sns .list li img {
    max-height: 62px;
    max-width: 62px;
  }
}

.sec-emergency {
  display: flex;
}

.sec-emergency .sec-in {
  padding: 20px 0 0;
}

.sec-emergency .emergency-box {
  display: flex;
  margin-top: 20px;
  border: 2px solid #c63402;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .sec-emergency .emergency-box {
    display: block;
    border-width: 4px;
  }
}

.sec-emergency .emergency-box > .in {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sec-emergency .emergency-box > .in {
    flex-direction: column;
  }
}

.sec-emergency .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
  width: 250px;
  padding: 45px 0;
  box-sizing: border-box;
  background: #c63402;
}

@media screen and (max-width: 768px) {
  .sec-emergency .title-box {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 12px 25px 25px;
  }
}

.sec-emergency .emergency-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-emergency .emergency-title {
    margin-bottom: 0px;
    padding-top: 5px;
    font-size: 128.5%;
  }
}

.sec-emergency .btn {
  display: block;
  width: 160px;
  padding: 5px 10px 5px 44px;
  box-sizing: border-box;
  background: #fff url(../img_top/icon_arw_red.png) no-repeat right 10px center;
  background-size: 10px;
  color: #333;
  font-size: 90%;
  font-weight: bold;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .sec-emergency .btn {
    width: 300px;
    padding: 10px 10px 11px 80px;
    font-size: 85.7%;
    text-align: left;
    background-position: right 20px center;
    background-size: 14px;
    border-radius: 5px;
  }
}

.sec-emergency .btn a {
  color: #333;
}

.sec-emergency .box {
  width: 798px;
  padding: 18px 0px 18px 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sec-emergency .box {
    width: 100%;
    padding: 28px 13px 20px;
  }
}

.sec-emergency .emergency-list {
  flex-direction: column;
  row-gap: 5px;
  height: 160px;
  padding-right: 13px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .sec-emergency .emergency-list {
    height: 256px;
    row-gap: 20px;
  }
}

.sec-emergency .emergency-list .item {
  display: flex;
  align-items: flex-start;
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .sec-emergency .emergency-list .item {
    padding-bottom: 25px;
    flex-direction: column;
  }
}

.sec-emergency .emergency-list .item .date {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .sec-emergency .emergency-list .item .date {
    line-height: 1;
  }
}

.sec-emergency .emergency-list .item .txt a {
  color: #333;
  text-decoration: underline;
  line-height: 1.5;
}

.sec-emergency .emergency-list .item .txt a:hover {
  text-decoration: none;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
#footer-print {
  overflow-x: hidden;
}

footer {
  margin-top: 120px;
  background: url(../img_common/footer_bg.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  footer {
    background: url(../img_common/sp_footer_bg.png) no-repeat;
    background-size: cover;
  }
}

footer .in {
  position: relative;
}

footer .box {
  padding-top: 90px !important;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 100%;
}

footer .box .footer-logo {
  font-size: 190%;
}

@media screen and (max-width: 768px) {
  footer .box .footer-logo {
    font-size: 170%;
    text-align: start;
    padding: 0 70px;
  }
}

footer .box dd {
  display: flex;
  justify-content: space-between;
  line-height: 140% !important;
}

@media screen and (max-width: 768px) {
  footer .box dd {
    display: block;
  }
  footer .box dd li {
    line-height: 120%;
    font-size: 95%;
  }
}

footer .box .footer-right {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  footer .box .footer-right .btn-list {
    margin: 60px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
  }
}

footer .box .footer-right li {
  margin-bottom: 10px;
  width: 200px;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  footer .box .footer-right li {
    width: 320px;
  }
}

footer .box .footer-right li a {
  display: block;
  padding: 6px 20px;
  background: url(../img_common/common_arrow.png) no-repeat 170px 15px, #fff;
  color: #333;
  text-decoration: none;
  font-size: 90%;
  border-radius: 7px;
  transition: all  0.3s ease;
}

footer .box .footer-right li a:hover {
  text-decoration: underline;
  background: url(../img_common/common_white_arrow.png) no-repeat 170px 15px, #5dc2d0;
}

@media screen and (max-width: 768px) {
  footer .box .footer-right li a {
    padding: 20px;
    background: url(../img_common/common_arrow.png) no-repeat 298px 29px, #f8f8f8;
    background-size: 8px;
    text-align: left;
  }
  footer .box .footer-right li a:hover {
    text-decoration: underline;
    background: url(../img_common/common_white_arrow.png) no-repeat 298px 29px, #5dc2d0;
  }
}

@media screen and (max-width: 768px) {
  footer .box .footer-left {
    text-align: start;
    padding: 0 70px;
  }
}

footer .box .footer-left span {
  text-shadow: 1px 1px 3px #FFFFFF;
}

footer .box .footer-left span a {
  color: #333;
  text-decoration: none;
}

footer .box .link-list {
  margin-top: 15px;
  display: flex;
}

@media screen and (max-width: 768px) {
  footer .box .link-list {
    font-size: 90%;
    justify-content: center;
  }
}

footer .box .link-list li a {
  text-shadow: 1px 1px 3px #FFFFFF;
  color: #333;
  margin-right: 30px;
}

footer .box .link-list li a:hover {
  text-decoration: none;
}

footer .box .link-list li:last-child a {
  padding-right: 0;
  margin-left: 30px;
}

footer .box .link-list li:last-child::before {
  content: '|';
  position: absolute;
}

footer #pagetop a {
  display: block;
  padding: 18px 0 18px 60px;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  footer #pagetop a {
    padding: 0;
    height: 246px;
    width: 180px;
  }
}

footer .page-top {
  display: none;
  position: fixed;
  z-index: 1;
  right: -20px;
  font-size: 0;
  transition: all .5s ease;
}

footer .page-top:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  footer .page-top {
    margin-top: 100px;
    right: -20px;
    width: 167px;
  }
  footer .page-top img {
    width: 100%;
    object-fit: cover;
  }
}

footer .copyright {
  padding: 0 0 50px;
  color: #333;
  font-size: 80%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 10px 0 10px;
    font-size: 65%;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box {
    width: 1000px;
    padding: 50px 0 0px 0;
  }
  footer #pagetop img {
    max-height: 150px;
    max-width: 150px;
  }
  footer #pagetop:hover {
    transform: translateY(-10px);
    transition-duration: 0.5s;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 95px 10px 30px;
  }
  footer .address {
    text-align: center;
  }
}
