html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
/*Maeda Add Start*/
  clear: both;
/*Maeda Add End*/
}

/*Maeda Add Start*/
caption {
  font-size:1.6rem;
  text-align:left;
  font-weight:bold;
}
/*Maeda Add End*/

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

address {
  font-style: normal
}

[type="email"], [type="tel"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
} 

input[type="checkbox"]:checked+label {
  background: #ff0000
}

label {
  font-size:20px;
  margin-bottom:15px;
}

input[type="text"] {
  width:100%;
  font-size: 2.4rem;
}

textarea {
  font-size:20px;
  width:100%;
}
button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-table;
  min-height: 1%
}

* html .clearfix {
  height: 1%
}

.clearfix {
  display: block
}

.clear {
  clear: both
}

html {
  font-size: 62.5%;
  overflow: auto
}

* {
  /*font-weight: bold;*/
  word-break: break-all
}

body {
  color: #333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500
}

.wrap {
  position: relative
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast
}

p {
  line-height: 2;
  height: auto
}

a {
  color: #333
}

button, select {
  cursor: pointer
}

::selection {
  background: #00594f;
  color: #fff
}

::-moz-selection {
  background: #00594f;
  color: #fff
}

.click-btn {
  font-size: 1.6rem;
  max-width: 230px;
  width: 100%;
  line-height: 64px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s;
  font-weight: bold;
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
  margin: 30px 0 0 0
}

.click-btn:hover {
  color: #333
}

.bouncein.active {
  animation-name: bouncein;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-fill-mode: forwards
}

@keyframes bouncein {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0.6;
    transform: scale3d(0.3, 0.3, 0.3)
  }
  20% {
    transform: scale3d(1.3, 1.3, 1.3)
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.05, 1.05, 1.05)
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97)
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
  will-change: opacity, transform
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  will-change: opacity, transform
}

.fadein-r {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 0.5s;
  will-change: opacity, transform
}

.fadein-r.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  will-change: opacity, transform
}

.fadein-l {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 0.5s;
  will-change: opacity, transform
}

.fadein-l.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  will-change: opacity, transform
}
.header-pc {
  width: 100%;
  box-shadow: 0px 30px 35px -35px #c2c2c2;
  position: relative;
  display: flex;
  justify-content: space-between;
  -webkit-position: sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  display: block
}

@media (max-width: 1024px) {
  .header-pc {
    display: none
  }
}

.header-pc__inner {
  width: 100%;
  background-color: #fff
}

.header-pc__inner__top {
  height: 95px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header-pc__inner__top--logo {
  width: 315px;
  margin: 0px 15px 0 0
}

.header-pc__inner__top .top-menu__link {
  display: flex;
  margin: 0 0 20px 0
}

.header-pc__inner__top .top-menu__link__item {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 30px 0 0
}

.header-pc__inner__top .top-menu__link__item a {
  padding: 0 0 0 20px;
  color: #333;
  position: relative;
  transition: all 0.3s
}

.header-pc__inner__top .top-menu__link__item a:hover {
  color: #008da8
}

.header-pc__inner__top .top-menu__link__item a::after {
  background-image: url(../imgs/menu-icon.png);
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 17px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.header-pc__inner__top .top-menu__btn {
  display: flex
}

.header-pc__inner__top .top-menu__btn__read {
  margin: 0 10px 0 0
}

.header-pc__inner__top .top-menu__btn__read button {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-family: inherit;
  border: 2px solid #008da8;
  padding: 0 10px 0 10px;
  overflow: hidden
}

.header-pc__inner__top .top-menu__btn__lang {
  margin: 0 10px 0 0
}

.header-pc__inner__top .top-menu__btn__lang a {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-family: inherit;
  border: 2px solid #008da8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px 0 10px;
  display: block;
  box-sizing: border-box;
  overflow: hidden
}

.header-pc__inner__top .top-menu__btn__color {
  margin: 0 10px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-family: inherit;
  border: 2px solid #008da8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px 0 10px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  white-space: nowrap
}

.header-pc__inner__top .top-menu__btn__color p {
  line-height: 35px
}

.header-pc__inner__top .top-menu__btn__color:after {
  content: '›';
  position: absolute;
  right: 8px;
  top: 0;
  transform: translateY(-50%);
  font-size: 20px;
  color: #008da8;
  pointer-events: none;
  transform: rotate(90deg)
}

.header-pc__inner__top .top-menu__btn__color .list {
  display: none;
  box-sizing: border-box;
  position: absolute;
  width: calc(100% + 35px);
  left: -2px;
  top: 40px;
  z-index: 10;
  text-align: left;
  line-height: 28px;
  border: 2px solid #008da8;
  padding: 10px 0px 10px 10px;
  background-color: #fff
}

.header-pc__inner__top .top-menu__btn__color .list .row p {
  font-size: 1.4rem;
  line-height: 20px
}

.header-pc__inner__top .top-menu__btn__color .list .row .dispnone {
  display: none
}

.header-pc__inner__top .top-menu__btn__color .list .row legend {
  display: none
}

.header-pc__inner__top .top-menu__btn__color .list .row label.option {
  display: block
}

.header-pc__inner__top .top-menu__btn__form .search_container {
  box-sizing: border-box;
  position: relative;
  width: 380px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #e6e6e6
}

@media (max-width: 1280px) {
  .header-pc__inner__top .top-menu__btn__form .search_container {
    width: 280px
  }
}

.header-pc__inner__top .top-menu__btn__form .search_container input[type="text"] {
  border: none;
  height: 35px;
  width: 100%;
  padding: 3px 10px;
  box-sizing: border-box;
  font-size: 1.6rem
}

.header-pc__inner__top .top-menu__btn__form .search_container input[type="text"]:focus {
  outline: 0
}

.header-pc__inner__top .top-menu__btn__form .search_container button {
  cursor: pointer;
  border: none;
  background: #333333;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right: 0px;
  top: -3px;
  outline: none
}

.header-pc__inner__top .top-menu__btn__form .search_container button::after {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  right: 14px;
  top: 14px
}



/* 2023/03 Maeda Add Start */
.form-area_sp .form-area_sp__inner .search_container {
  box-sizing: border-box;
  position: relative;
  width: 380px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #e6e6e6
}

@media (max-width: 1280px) {
  .form-area_sp .form-area_sp__inner .search_container{
    width: 100%
  }
}

.form-area_sp .form-area_sp__inner .search_container input[type="text"] {
  border: none;
  height: 35px;
  width: 100%;
  padding: 3px 10px;
  box-sizing: border-box;
  font-size: 1.6rem
}

.form-area_sp .form-area_sp__inner .search_container input[type="text"]:focus {
  outline: 0
}

.form-area_sp .form-area_sp__inner .search_container button {
  cursor: pointer;
  border: none;
  background: #333333;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right: 0px;
  top: -3px;
  outline: none
}

.form-area_sp .form-area_sp__inner .search_container button::after {
  background-repeat: no-repeat;
  content: '検索';
}
/* 2023/03 Maeda Add End */















.header-pc__inner__bottom {
  height: 82px;
  background-color: #008da8
}

.header-pc__inner__bottom .bottom-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto
}

.header-pc__inner__bottom .bottom-menu__link {
  font-size: 1.6rem;
  font-weight: bold;
  height: 82px
}

.header-pc__inner__bottom .bottom-menu__link--item {
  color: #fff;
  display: block;
  line-height: 82px;
  height: 82px;
  padding: 0 15px 0 15px;
  transition: all 0.3s;
  font-weight: bold;
  cursor: pointer
}
.header-pc__inner__bottom .bottom-menu__link--item:hover {
  background: #59b0bf
}

.header-pc__inner__bottom .bottom-menu__link:hover .child-block {
  visibility: visible
}

.header-pc__inner__bottom .bottom-menu__link .child-block {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #dceff2;
  padding: 45px 0 45px 0;
  visibility: hidden
}

.header-pc__inner__bottom .bottom-menu__link .child-block__menu {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px
}

.header-pc__inner__bottom .bottom-menu__link .child-block__menu__link {
  max-width: 242px;
  width: 100%;
  text-align: center
}

.header-pc__inner__bottom .bottom-menu__link .child-block__menu__link a {
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  position: relative;
  border: solid 2px #fff;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  padding: 14px 20px 14px 5px
}

.header-pc__inner__bottom .bottom-menu__link .child-block__menu__link a:hover {
  border: solid 2px #008da8
}

.header-pc__inner__bottom .bottom-menu__link .child-block__menu__link a::after {
  content: "";
  top: 40%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #008da8;
  border-right: solid 2px #008da8;
  transform: rotate(45deg)
}

.header-sp {
  display: none;
  width: 100%;
  z-index: 10000;
  position: relative;
  position: fixed;
  background-color: #fff
}

@media (max-width: 1024px) {
  .header-sp {
    display: block
  }
}

@media print {
/* 印刷時に適用するスタイル */
    .header-sp {
    display: none
  }
}

.header-sp__inner {
  z-index: 10;
  margin: 0 auto;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 45px
}

.header-sp__inner__logo {
  width: 105px;
  transition: all 0.3s;
  display: inline-block
}

.header-sp__inner__logo--img {
  width: 100%;
  display: inline-block
}

.header-sp__inner .slide_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #008da8;
  z-index: 110;
  cursor: pointer
}

.header-sp__inner .slide_btn .topBar {
  background-color: #fff;
  height: 2px;
  width: 60%;
  position: absolute;
  top: 12px;
  left: 22%
}

.header-sp__inner .slide_btn .middleBar {
  background-color: #fff;
  height: 2px;
  width: 60%;
  position: absolute;
  top: 22px;
  left: 22%
}

.header-sp__inner .slide_btn .bottomBar {
  background-color: #fff;
  height: 2px;
  width: 40%;
  position: absolute;
  top: 32px;
  left: 22%
}

.header-sp__inner .active .topBar {
  width: 60%
}

.header-sp__inner .active .bottomBar {
  width: 60%
}

.header-sp__inner label.form_sp {
  cursor: pointer;
  background-color: #333;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0px;
  right: 45px;
  padding: 10px;
  box-sizing: border-box
}

.header-sp__inner input.check-box {
  display: none
}

.header-sp__inner .form-area_sp {
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  background-color: #333;
  width: 100%;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  z-index: 150
}

.header-sp__inner .form-area_sp__inner {
  position: relative
}

.header-sp__inner .form-area_sp__inner input.text-area {
  display: block
}

.header-sp__inner .form-area_sp__inner .search-form_sp {
  padding: 0 90px 0 0
}

.header-sp__inner .form-area_sp__inner .search-form_sp .text-area {
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff
}

.header-sp__inner .form-area_sp__inner .close-btn {
  width: 70px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer
}

.header-sp__inner input:checked~.form-area_sp {
  height: auto;
  opacity: 1;
  display: block
}

.header-sp__inner .menu-list {
  display: none;
  position: absolute;
  z-index: 100;
  top: 45px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #fff
}

.header-sp__inner .menu-list__wrap {
  height: 580px;
  overflow-x: hidden;
  overflow-y: scroll
}

.header-sp__inner .menu-list .main-menu {
  margin: 15px 0 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap
}

.header-sp__inner .menu-list .main-menu__item {
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px #e6e6e6
}

.header-sp__inner .menu-list .main-menu__item:last-child {
  border-bottom: solid 1px #e6e6e6
}

.header-sp__inner .menu-list .main-menu__item--title {
  height: 38px;
  line-height: 38px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0px 15px 0px 15px;
  text-align: center;
  position: relative
}

.header-sp__inner .menu-list .main-menu__item--title::before {
  content: "";
  top: 41%;
  right: 20px;
  bottom: -10px;
  transition: all 0.3s;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #008da8;
  border-right: solid 2px #008da8;
  transform: rotate(135deg)
}

.header-sp__inner .menu-list .main-menu__item .open::before {
  transform: rotate(315deg)
}

.header-sp__inner .menu-list .main-menu__item .accordion-wrap {
  display: none;
  background-color: #008da8
}

.header-sp__inner .menu-list .main-menu__item .accordion-wrap .child-block {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 10px 0
}

.header-sp__inner .menu-list .main-menu__item .accordion-wrap .child-block__item {
  width: calc(100% / 2);
  box-sizing: border-box;
  padding: 4px
}

.header-sp__inner .menu-list .main-menu__item .accordion-wrap .child-block__item a {
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
  position: relative;
  border: solid 2px #fff;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  padding: 12px 5px 12px 5px
}

.header-sp__inner .menu-list .option-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 15px 0;
  gap: 10px 10px
}

.header-sp__inner .menu-list .option-menu__item {
  font-size: 1.4rem;
  font-weight: bold
}

.header-sp__inner .menu-list .option-menu__item a {
  padding: 0 0 0 20px;
  color: #333;
  position: relative;
  transition: all 0.3s
}

.header-sp__inner .menu-list .option-menu__item a::after {
  background-image: url(../imgs/menu-icon.png);
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.header-sp__inner .menu-list .btn-area {
  width: 94%;
  margin: 0 auto;
  background-color: #dceff2;
  border-radius: 5px;
  padding: 15px 30px 15px 30px;
  box-sizing: border-box
}

.header-sp__inner .menu-list .btn-area li {
  margin: 0 0 10px 0
}

.header-sp__inner .menu-list .btn-area li:last-child {
  margin: 0 0 0 0
}

.header-sp__inner .menu-list .btn-area__read button {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #008da8;
  color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-family: inherit;
  position: relative
}

.header-sp__inner .menu-list .btn-area__read button::after {
  background-image: url(../imgs/read-icon.png);
  top: 0px;
  left: calc( 40% - 30px);
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  z-index: 5;
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.header-sp__inner .menu-list .btn-area__lang a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-family: inherit;
  border: 1px solid #008da8;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px 0 10px;
  display: block;
  box-sizing: border-box
}

.header-sp__inner .menu-list .btn-area__color {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 3px;
  font-family: inherit;
  border: 1px solid #008da8;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  position: relative
}

.header-sp__inner .menu-list .btn-area__color .text {
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  position: relative;
  padding: 0 20px 0 10px
}

.header-sp__inner .menu-list .btn-area__color .text:after {
  content: '›';
  position: absolute;
  right: 8px;
  top: 0;
  transform: translateY(-50%);
  font-size: 20px;
  color: #008da8;
  pointer-events: none;
  transform: rotate(90deg)
}

.header-sp__inner .menu-list .btn-area__color .list {
  display: none;
  box-sizing: border-box;
  width: 100%;
  z-index: 10;
  text-align: left;
  line-height: 28px;
  padding: 10px 0px 10px 10px;
  background-color: #fff
}

.header-sp__inner .menu-list .btn-area__color .list .row p {
  font-size: 1.4rem;
  line-height: 20px
}

.header-sp__inner .menu-list .btn-area__color .list .row .dispnone {
  display: none
}

.header-sp__inner .menu-list .btn-area__color .list .row legend {
  display: none
}

.header-sp__inner .menu-list .btn-area__color .list .row label.option {
  display: block
}

article {
  background-image: url(../imgs/bg_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden
}

article .article-wrap {
  padding: 0 0 120px 0;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto
}

@media (max-width: 768px) {
  article .article-wrap {
    padding: 0 0 60px 0
  }
}

article .article-wrap .sidebar {
  max-width: 350px;
  width: 100%;
  margin: 0 0 0 50px
}

@media (max-width: 768px) {
  article .article-wrap .sidebar {
    max-width: inherit;
    margin: 30px 0 0 0
  }
}

article .article-wrap .sidebar__box {
  border: solid 2px #333;
  border-radius: 3px;
  padding: 35px 24px 35px 24px;
  background-color: #fff;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  box-shadow: 0px 5px 0px 0px #e6e6e6
}

article .article-wrap .sidebar__box:last-child {
  margin: initial
}

article .article-wrap .sidebar__box .sidebar-title {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 2px #e6e6e6;
  padding: 0 0 15px 40px;
  margin: 0 0 10px 0;
  position: relative
}

article .article-wrap .sidebar__box .sidebar-title::after {
  top: 10px;
  left: 0px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 32px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

article .article-wrap .sidebar__box .seen::after {
  background-image: url(../imgs/news-icon_l.png)
}

article .article-wrap .sidebar__box .health::after {
  background-image: url(../imgs/news-icon_r.png)
}

article .article-wrap .sidebar__box .section::after {
  background-image: url(../imgs/site-icon_r.png)
}

article .article-wrap .sidebar__box .facility::after {
  background-image: url(../imgs/search-icon_l.png)
}

article .article-wrap .sidebar__box .sidebar-subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0px 0 5px 5px;
  margin: 20px 0 10px 0
}

article .article-wrap .sidebar__box .sidebar-subtitle:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: 2px;
  width: 15px;
  height: 15px;
  background: #008da8
}

article .article-wrap .sidebar__box .link-list_1__item {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #008da8;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px
}

article .article-wrap .sidebar__box .link-list_1__item:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: -4px;
  width: 3px;
  height: 3px;
  background: #008da8;
  border-radius: 100%
}

article .article-wrap .sidebar__box .link-list_1__item:last-child {
  margin: inherit
}

article .article-wrap .sidebar__box .link-list_1__item a {
  color: #008da8;
  transition: all 0.3s
}

article .article-wrap .sidebar__box .link-list_1__item a:hover {
  border-bottom: dotted 1px #008da8;
  opacity: 0.6
}

article .article-wrap .sidebar__box .link-list_2__item {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #008da8;
  margin: 0 0 10px 0
}

article .article-wrap .sidebar__box .link-list_2__item:last-child {
  margin: inherit
}

article .article-wrap .sidebar__box .link-list_2__item a {
  color: #008da8;
  transition: all 0.3s
}

article .article-wrap .sidebar__box .link-list_2__item a:hover {
  border-bottom: dotted 1px #008da8;
  opacity: 0.6
}

article .article-wrap .sidebar__box .link-list_3 {
  display: flex;
  flex-wrap: wrap
}

article .article-wrap .sidebar__box .link-list_3__item {
  text-align: left;
  width: calc(100% / 2);
  box-sizing: border-box;
  padding: 10px 0px 10px 35px;
  font-size: 1.6rem;
  line-height: 1.5
}

article .article-wrap .sidebar__box .link-list_3__item a {
  position: relative;
  transition: all 0.3s
}

article .article-wrap .sidebar__box .link-list_3__item a:hover {
  opacity: 0.6;
  color: #008da8
}

article .article-wrap .sidebar__box .link-list_3__item a::after {
  left: -35px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

article .article-wrap .sidebar__box .link-list_3__item:nth-child(1) a::after {
  background-image: url(../imgs/scene-icon_1.png)
}

article .article-wrap .sidebar__box .link-list_3__item:nth-child(2) a::after {
  background-image: url(../imgs/scene-icon_2.png)
}

article .article-wrap .sidebar__box .link-list_3__item:nth-child(3) a::after {
  background-image: url(../imgs/scene-icon_3.png)
}

article .article-wrap .sidebar__box .link-list_3__item:nth-child(4) a::after {
  background-image: url(../imgs/scene-icon_4.png)
}

article .article-wrap .sidebar__box .link-list_3__item:nth-child(5) a::after {
  background-image: url(../imgs/scene-icon_5.png)
}

article .article-wrap .sidebar__box .link-list_3__item:nth-child(6) a::after {
  background-image: url(../imgs/scene-icon_6.png)
}

article .article-wrap .sidebar__box .link-list_3__item:nth-child(7) a::after {
  background-image: url(../imgs/scene-icon_7.png)
}

article .article-wrap .sidebar__box .link-list_3__item:nth-child(8) a::after {
  background-image: url(../imgs/scene-icon_8.png)
}

article .article-wrap .sidebar__box .link-list_3__item:nth-child(9) a::after {
  background-image: url(../imgs/scene-icon_9.png)
}

article .article-wrap .sidebar__box .link-list_3__item:nth-child(10) a::after {
  background-image: url(../imgs/scene-icon_10.png)
}

article .article-wrap .sidebar__box .link-list_4 {
  counter-reset: count 0
}

article .article-wrap .sidebar__box .link-list_4__item {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #008da8;
  margin: 0 0 10px 0
}

article .article-wrap .sidebar__box .link-list_4__item:before {
  counter-increment: count 1;
  content: counters(count, "-") ". ";
  color: #333
}

article .article-wrap .sidebar__box .link-list_4__item a {
  color: #008da8;
  transition: all 0.3s
}

article .article-wrap .sidebar__box .link-list_4__item a:hover {
  border-bottom: dotted 1px #008da8;
  opacity: 0.6
}

article .article-wrap .contents {
  width: 100%
}

article .article-wrap .contents .contents-h1 {
  font-size: 3.0rem;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  color: #333;
  border-bottom: solid 2px #333;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em
}

@media (max-width: 768px) {
  article .article-wrap .contents .contents-h1 {
    font-size: 2.8rem
  }
}

@media (max-width: 480px) {
  article .article-wrap .contents .contents-h1 {
    font-size: 2.6rem
  }
}

article .article-wrap .contents .date {
  font-size: 1.5rem;
  text-align: right;
  margin: 0 0 15px 0
}

article .article-wrap .contents .date__up {
  display: block
}

article .article-wrap .contents h1 {
  font-size: 2.8rem;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  color: #333;
  border-bottom: solid 2px #333;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em
}

@media (max-width: 768px) {
  article .article-wrap .contents h1 {
    font-size: 2.8rem
  }
}

@media (max-width: 480px) {
  article .article-wrap .contents h1 {
    font-size: 2.6rem
  }
}

article .article-wrap .contents h2 {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: solid 4px #008da8;
  text-align: left;
  padding: 5px 0px 5px 10px;
  margin: 30px 0 30px 0;
  font-weight: bold
}

@media (max-width: 768px) {
  article .article-wrap .contents h2 {
    font-size: 2.2rem
  }
}

@media (max-width: 480px) {
  article .article-wrap .contents h2 {
    font-size: 2.0rem
  }
}

article .article-wrap .contents h3 {
  font-size: 2.2rem;
  position: relative;
  color: #333;
  margin: 30px 0 30px 0;
  padding: 0 0 10px 5px;
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #e6e6e6
}

@media (max-width: 768px) {
  article .article-wrap .contents h3 {
    font-size: 2.0rem
  }
}

@media (max-width: 480px) {
  article .article-wrap .contents h3 {
    font-size: 1.8rem
  }
}

article .article-wrap .contents h3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 90px;
  height: 2px;
  background-color: #008da8
}

article .article-wrap .contents h4 {
  font-size: 2.0rem;
  margin: 30px 0 30px 0;
  padding: 0 0 0 25px;
  font-weight: bold;
  position: relative
}

@media (max-width: 768px) {
  article .article-wrap .contents h4 {
    font-size: 1.8rem
  }
}

@media (max-width: 480px) {
  article .article-wrap .contents h4 {
    font-size: 1.6rem
  }
}

article .article-wrap .contents h4::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #008da8;
  font-size: 24px;
  left: 0px;
  width: 18px;
  height: 18px;
  line-height: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

article .article-wrap .contents h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #008da8;
  margin: 30px 0 30px 0
}

article .article-wrap .contents h6 {
  font-size: 1.6rem;
  margin: 30px 0 30px 0;
  font-weight: bold
}

article .article-wrap .contents p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 10px 0;
  word-break: break-word;
}

article .article-wrap .contents a {
  color: #008da8;
  transition: all 0.3s
}

article .article-wrap .contents a:hover {
  border-bottom: dotted 1px #008da8;
  opacity: 0.6
}

article .article-wrap .contents .tel {
  color: #333;
  transition: all 0.3s
}

article .article-wrap .contents .tel:hover {
  color: #008da8;
  border-bottom: dotted 1px #008da8;
  opacity: 0.6
}

article .article-flex {
  display: flex
}

@media (max-width: 768px) {
  article .article-flex {
    flex-wrap: wrap
  }
}

.breadcrumb-area {
  padding: 100px 0 60px 25px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative
}

.breadcrumb-area .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  position: relative;
  gap: 10px 0px;
  line-height:1.3em;
}

.breadcrumb-area .breadcrumbs::before {
  background-image: url(../imgs/breadcrumb-home.png);
  left: -25px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 17px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
  top: -3px
}

.breadcrumb-area .breadcrumbs__item a {
  transition: all 0.3s;
  color: #008da8
}

.breadcrumb-area .breadcrumbs__item a:hover {
  opacity: 0.6
}

.breadcrumb-area .breadcrumbs__item::after {
  content: '＞';
  padding: 0 10px
}

.breadcrumb-area .breadcrumbs__item:last-child {
  color: #333
}

.breadcrumb-area .breadcrumbs__item:last-child::after {
  content: '';
  padding: initial
}

.breadcrumb-area .breadcrumbs__item:first-child a {
  color: #333
}

.print-btn {
  background-color: #333;
  color: #fff;
  height: 35px;
  line-height: 35px;
  font-size: 1.6rem;
  display: inline-block;
  text-align: right;
  border-radius: 3px;
  padding: 0 25px 0 40px;
  box-sizing: border-box;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 50px
}

@media (max-width: 768px) {
  .print-btn {
    display: none
  }
}

.print-btn:hover {
  opacity: 0.6
}

.print-btn::after {
  background-image: url(../imgs/print-icon.png);
  left: 20px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

address {
  margin: 60px 0 0 0
}

address p {
  margin: initial
}

.single .contents h1 {
  font-size: 3.0rem;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  color: #333;
  border-bottom: solid 2px #333;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em
}

@media (max-width: 768px) {
  .single .contents h1 {
    font-size: 2.8rem
  }
}

@media (max-width: 480px) {
  .single .contents h1 {
    font-size: 2.6rem
  }
}

.single .contents h2 {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: solid 4px #008da8;
  text-align: left;
  padding: 5px 0px 5px 10px;
  margin: 30px 0 30px 0;
  font-weight: bold
}

@media (max-width: 768px) {
  .single .contents h2 {
    font-size: 2.2rem
  }
}

@media (max-width: 480px) {
  .single .contents h2 {
    font-size: 2.0rem
  }
}

.single .contents h3 {
  font-size: 2.2rem;
  position: relative;
  color: #333;
  margin: 30px 0 30px 0;
  padding: 0 0 10px 5px;
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #e6e6e6
}

@media (max-width: 768px) {
  .single .contents h3 {
    font-size: 2.0rem
  }
}

@media (max-width: 480px) {
  .single .contents h3 {
    font-size: 1.8rem
  }
}

.single .contents h3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 90px;
  height: 2px;
  background-color: #008da8
}

.single .contents h4 {
  font-size: 2.0rem;
  margin: 30px 0 30px 0;
  padding: 0 0 0 25px;
  font-weight: bold;
  position: relative
}

@media (max-width: 768px) {
  .single .contents h4 {
    font-size: 1.8rem
  }
}

@media (max-width: 480px) {
  .single .contents h4 {
    font-size: 1.6rem
  }
}

.single .contents h4::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #008da8;
  font-size: 24px;
  left: 0px;
  width: 18px;
  height: 18px;
  line-height: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.single .contents h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #008da8;
  margin: 30px 0 30px 0
}

.single .contents h6 {
  font-size: 1.6rem;
  margin: 30px 0 30px 0;
  font-weight: bold
}

.single .contents p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 10px 0;
  word-break:break-word;
}

.single .contents a {
  color: #008da8;
  transition: all 0.3s
}

.single .contents a:hover {
  border-bottom: dotted 1px #008da8;
  opacity: 0.6
}

.single .contents table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 30px 0;
  border: solid 1px #fff;
}

.single .contents table tr {
  border-bottom: solid 1px #fff
}

.single .contents table tr th {
  background-color: #008da8;
  color: #fff;
  text-align: center;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  /* min-width: 80px; */
  font-size: 1.6rem;
  font-weight: bold;
  border: solid 1px #000;
  line-height: 1.5;
  /* 2023/03 Maeda Add Start */
  vertical-align: middle;
  /* 2023/03 Maeda Add End */
}

.single .contents table tr th:last-child {
  /* border-right: inherit; */
}

.single .contents table tr td {
  padding: 10px 10px 10px 10px;
  text-align: left;
  background-color: #fff;
  font-size: 1.6rem;
  vertical-align: middle;
  border: solid 1px #000;
  line-height: 1.5
}

@media (max-width: 480px) {
  .single .contents table tr td {
    padding: 10px 5px 10px 5px
  }
}

.single .contents table tr td:last-child {
  /* border-right: inherit; */
}

.single .contents table tr:nth-child(even) td {
  /* background-color: #f2f2f2; */
}

.single .contents table tr td:nth-child(1) {
  /* text-align: center; */
}

.single .contents table tr td:nth-child(2) {
  /* text-align: center; */
}

.single .contents img {
  display:inline;
  max-width: 100%;
  margin: 15px 5px 10px 0;
}

@media (max-width: 480px) {
  .single .contents img {
    width: auto;
    max-width: 100%;
  }
}

.single .contents iframe {
  width: 80%;
  margin: 30px 0 30px 0
}

@media (max-width: 480px) {
  .single .contents iframe {
    width: 100%;
    height: auto
  }
}

.single .contents ul, .single .contents ol {
  font-size: 1.6rem;
  padding: 0 0 0 30px;
  margin: 20px 0 20px 0
}

.single .contents ul li {
  list-style-type: disc;
  padding: 0 0 10px 0;
  line-height: 35px;
}

.single .contents ol li {
  list-style-type: decimal;
  padding: 0 0 10px 0;
  line-height: 35px;
}

.single .contents ol ul li {
  list-style-type: disc;
  padding: 0 0 10px 0;
  line-height: 35px;
}

.single .contents ul li:last-child {
  padding: 0 0 0 0
}

.single .contents address {
  margin: 60px 0 0 0
}

.single .contents address p {
  margin: initial
}

.general .contents .classify {
  border: solid 2px #333;
  border-radius: 3px;
  padding: 35px 24px 35px 24px;
  background-color: #fff;
  margin: 0 0 40px 0;
  box-sizing: border-box;
  box-shadow: 0px 5px 0px 0px #e6e6e6
}

.general .contents .classify:last-child {
  margin: inherit
}

.general .contents .classify .classify-title {
  font-size: 2.0rem;
  border-bottom: solid 2px #e6e6e6;
  text-align: left;
  padding: 0px 0px 20px 0px;
  margin: 0 0 20px 0;
  font-weight: bold;
  border-left: initial
}

.general .contents .classify .classify-link {
  display: flex;
  flex-wrap: wrap
}

.general .contents .classify .classify-link__item {
  text-align: left;
  width: calc(100% / 2);
  box-sizing: border-box;
  padding: 10px 0px 10px 0px;
  font-size: 1.6rem;
  line-height: 1.5
}

@media (max-width: 768px) {
  .general .contents .classify .classify-link__item {
    width: calc(100% / 1)
  }
}

.general .contents .classify .classify-link__item a {
  transition: all 0.3s;
  color: #008da8
}

.general .contents .classify .classify-link__item a:hover {
  opacity: 0.6;
  border-bottom: dotted 1px #008da8;
}

.facility .contents .facility-img {
  margin: 0 0 60px 0;
}

.classifying .contents .classify {
  border: solid 2px #333;
  border-radius: 3px;
  padding: 35px 24px 35px 24px;
  background-color: #fff;
  margin: 0 0 40px 0;
  box-sizing: border-box;
  box-shadow: 0px 5px 0px 0px #e6e6e6
}

.facility .contents .facility-img {
  margin: 0 0 60px 0
}

.facility .contents .overview-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 50px 0;
  border: solid 1px #fff
}

.facility .contents .overview-table__tr {
  border-bottom: solid 1px #fff
}

.facility .contents .overview-table__tr:last-child {
  border-bottom: initial
}

.facility .contents .overview-table__tr--th {
  background-color: #008da8;
  color: #fff;
  text-align: center;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  min-width: 80px;
  font-size: 1.6rem;
  font-weight: bold;
  border: solid 1px #000;
  vertical-align: middle;
  line-height: 1.5
}

@media (max-width: 480px) {
  .facility .contents .overview-table__tr--th {
    display: block
  }
}

.facility .contents .overview-table__tr--td {
  padding: 10px 10px 10px 10px;
  text-align: left;
  background-color: #fff;
  font-size: 1.6rem;
  vertical-align: middle;
  border: solid 1px #000;
  line-height: 1.5
}

@media (max-width: 480px) {
  .facility .contents .overview-table__tr--td {
    display: block
  }
}

.facility .contents .overview-table__tr--td span {
  display: block
}

.facility .contents .overview-table tr:nth-child(odd) td {
  background-color: #fff
}

.facility .contents .overview-table tr td:nth-child(1) {
  text-align: center
}

.facility .contents .overview-table tr td:nth-child(2) {
  text-align: center
}

.facility .contents .price-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 50px 0;
  border: solid 1px #fff
}

.facility .contents .price-table__tr {
  border-bottom: solid 1px #fff
}

.facility .contents .price-table__tr:last-child {
  border-bottom: initial
}

.facility .contents .price-table__tr--th {
  background-color: #008da8;
  color: #fff;
  text-align: center;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  min-width: 80px;
  font-size: 1.6rem;
  font-weight: bold;
  border-left: solid 1px #fff;
  vertical-align: middle;
  line-height: 1.5
}

.facility .contents .price-table__tr--td {
  padding: 10px 10px 10px 10px;
  text-align: center;
  background-color: #fff;
  font-size: 1.6rem;
  vertical-align: middle;
  border-left: solid 1px #fff;
  line-height: 1.5
}

.facility .contents .price-table tr:nth-child(even) td {
  background-color: #f2f2f2
}

.facility .contents address {
  margin: 60px 0 0 0
}

.facility .contents address p {
  margin: initial
}

/* 2023/03 Maeda Add Start */
.facility .contents ul, .facility .contents ol {
  font-size: 1.6rem;
  padding: 0 0 0 30px;
  margin: 20px 0 20px 0
}

.facility .contents ul li {
  list-style-type: disc;
  padding: 0 0 10px 0;
  line-height: 35px;
}

.facility .contents ol li {
  list-style-type: decimal;
  padding: 0 0 10px 0;
  line-height: 35px;
}

.facility .contents ol ul li {
  list-style-type: disc;
  padding: 0 0 10px 0;
  line-height: 35px;
}

.facility .contents ul li:last-child {
  padding: 0 0 0 0
}

.facility .contents table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 30px 0;
  border: solid 1px #fff;
}

.facility .contents table tr {
  border-bottom: solid 1px #fff
}

.facility .contents table tr th {
  background-color: #008da8;
  color: #fff;
  text-align: center;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  min-width: 80px;
  font-size: 1.6rem;
  font-weight: bold;
  border: solid 1px #000;
  line-height: 1.5
}

.facility .contents table tr th:last-child {
  /* border-right: inherit; */
}

.facility .contents table tr td {
  padding: 10px 10px 10px 10px;
  text-align: left;
  background-color: #fff;
  font-size: 1.6rem;
  vertical-align: middle;
  border: solid 1px #000;
  line-height: 1.5
}

@media (max-width: 480px) {
  .facility .contents table tr td {
    padding: 10px 5px 10px 5px
  }
}

.facility .contents table tr td:last-child {
  /* border-right: inherit; */
}

.facility .contents table tr:nth-child(even) td {
  /* background-color: #f2f2f2; */
}

.facility .contents table tr td:nth-child(1) {
  /* text-align: center; */
}

.facility .contents table tr td:nth-child(2) {
  /* text-align: center; */
}
/* 2023/03 Maeda Add End */




.affiliation .contents .news-wrap {
  border: solid 2px #333;
  background-color: #fff;
  border-radius: 3px;
  padding: 40px 20px 40px 40px;
  box-sizing: border-box;
  margin: 0 0 60px 0;
  box-shadow: 0px 5px 0px 0px #e6e6e6
}

@media (max-width: 480px) {
  .affiliation .contents .news-wrap {
    padding: 20px 20px 20px 20px
  }
}

.affiliation .contents .news-wrap .news-list__item {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 2px #e6e6e6
}

@media (max-width: 768px) {
  .affiliation .contents .news-wrap .news-list__item {
    align-items: flex-start;
    flex-direction: column
  }
}

.affiliation .contents .news-wrap .news-list__item--date {
  font-size: 1.4rem;
  margin: 0 10px 0 0;
/* 2023/02 Maeda Add Start */
  word-break: keep-all;
/* 2023/02 Maeda Add End */
}

@media (max-width: 768px) {
  .affiliation .contents .news-wrap .news-list__item--date {
    margin: 0 0 10px 0
  }
}

.affiliation .contents .news-wrap .news-list__item--text {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left
}

.affiliation .contents .news-wrap .news-list__item--text a {
  color: #008da8;
  transition: all 0.3s
}

.affiliation .contents .news-wrap .news-list__item--text a:hover {
  opacity: 0.6;
  border: initial
}

.affiliation .contents .news-wrap .scroll {
  height: 210px;
  padding: 0 15px 0 0;
  overflow-x: hidden;
  overflow-y: scroll
}

.affiliation .contents .affili-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 50px 0;
  border: solid 1px #fff
}

.affiliation .contents .affili-table__tr {
  border-bottom: solid 1px #fff
}

.affiliation .contents .affili-table__tr:last-child {
  border-bottom: initial
}

.affiliation .contents .affili-table__tr--th {
  background-color: #008da8;
  color: #fff;
  text-align: center;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  min-width: 80px;
  font-size: 1.6rem;
  font-weight: bold;
  border-left: solid 1px #fff;
  vertical-align: middle;
  line-height: 1.5
}

@media (max-width: 480px) {
  .affiliation .contents .affili-table__tr--th {
    display: block
  }
}

.affiliation .contents .affili-table__tr--td {
  padding: 10px 10px 10px 10px;
  text-align: left;
  background-color: #fff;
  font-size: 1.6rem;
  vertical-align: middle;
  border-left: solid 1px #fff;
  line-height: 1.5
}

@media (max-width: 480px) {
  .affiliation .contents .affili-table__tr--td {
    display: block
  }
}

.affiliation .contents .affili-table__tr--td span {
  display: block
}

.affiliation .contents .affili-table tr:nth-child(odd) td {
  background-color: #f2f2f2
}

.affiliation .contents .affili-table tr td:nth-child(1) {
  text-align: center
}

.affiliation .contents .affili-table tr td:nth-child(2) {
  text-align: center
}

.facility-list .contents .section-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px 40px;
  margin: 0 0 60px 0
}

@media (max-width: 768px) {
  .facility-list .contents .section-wrap {
    flex-direction: column
  }
}

.facility-list .contents .section-wrap__item {
  border: solid 2px #333;
  border-radius: 3px;
  padding: 35px 24px 35px 24px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 5px 0px 0px #e6e6e6;
  width: 48%
}

@media (max-width: 768px) {
  .facility-list .contents .section-wrap__item {
    width: 100%
  }
}

.facility-list .contents .section-wrap__item .section-title {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 2px #e6e6e6;
  padding: 0 0 15px 40px;
  margin: 0 0 10px 0;
  position: relative
}

.facility-list .contents .section-wrap__item .section-title::after {
  background-image: url(../imgs/news-icon_l.png);
  top: 10px;
  left: 0px;
  content: "";
  position: absolute;
  display: inline-block;
  background: initial;
  width: 34px;
  height: 32px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.facility-list .contents .section-wrap__item .section::after {
  background-image: url(../imgs/site-icon_r.png)
}

.facility-list .contents .section-wrap__item .facility::after {
  background-image: url(../imgs/search-icon_l.png)
}

.facility-list .contents .section-wrap__item .section-list__item {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #008da8;
  margin: 0 0 10px 0
}

.facility-list .contents .section-wrap__item .section-list__item:last-child {
  margin: inherit
}

.facility-list .contents .section-wrap__item .section-list__item a {
  color: #008da8;
  transition: all 0.3s
}

.facility-list .contents .section-wrap__item .section-list__item a:hover {
  border-bottom: dotted 1px #008da8;
  opacity: 0.6
}

.facility-list .contents .overview-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 50px 0;
  border: solid 1px #fff
}

.facility-list .contents .overview-table__tr {
  border-bottom: solid 1px #fff
}

.facility-list .contents .overview-table__tr:nth-child(6) {
  border-bottom: solid 2px #008da8
}

.facility-list .contents .overview-table__tr:last-child {
  border-bottom: solid 2px #008da8
}

.facility-list .contents .overview-table__tr--th {
  background-color: #008da8;
  color: #fff;
  text-align: center;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  min-width: 80px;
  font-size: 1.6rem;
  font-weight: bold;
  border-left: solid 1px #fff;
  vertical-align: middle;
  line-height: 1.5
}

.facility-list .contents .overview-table__tr--td {
  padding: 10px 10px 10px 10px;
  text-align: center;
  background-color: #fff;
  font-size: 1.6rem;
  vertical-align: middle;
  border-left: solid 1px #fff;
  line-height: 1.5
}

.facility-list .contents .overview-table__tr--td .information {
  text-align: left;
  margin: 0 0 0 10%
}

@media (max-width: 768px) {
  .facility-list .contents .overview-table__tr--td .information {
    margin: initial
  }
}

.facility-list .contents .overview-table__tr--td .information li {
  position: relative;
  padding: 0 0 0 20px
}

.facility-list .contents .overview-table__tr--td .information li::after {
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.facility-list .contents .overview-table__tr--td .information li a {
  color: #333;
  transition: all 0.3s
}

.facility-list .contents .overview-table__tr--td .information li a:hover {
  color: #008da8;
  border-bottom: dotted 1px #008da8;
  opacity: 0.6
}

/* 2023/02 Maeda Edit */
/* informaition__mail -> informaition__mailON */
.facility-list .contents .overview-table__tr--td .information__mailON::after {
  background-image: url(../imgs/mail-icon.png);
  width: 12px;
  height: 9px
}

/* 2023/02 Maeda Edit */
/* informaition__tel -> informaition__telON */
.facility-list .contents .overview-table__tr--td .information__telON::after {
  background-image: url(../imgs/tel-icon.png);
  width: 10px;
  height: 14px
}

.facility-list .contents .overview-table tr td:first-of-type a {
  color: #333;
  transition: all 0.3s;
  border-bottom: solid 1px #333
}

.facility-list .contents .overview-table tr td:first-of-type a:hover {
  color: #008da8;
  opacity: 0.6;
  border-bottom: solid 1px #008da8
}

.facility-list .contents .overview-table tr:nth-child(even) td {
  background-color: #f2f2f2
}

.general .contents .procedure-list {
  margin: 80px 0 0 0
}

.general .contents .procedure-list__item {
  margin: 0 0 20px 0;
  padding: 0 0 15px 25px;
  border-bottom: solid 2px #e6e6e6;
  font-size: 1.6rem
}

.general .contents .procedure-list__item:last-child {
  margin: 0
}

.general .contents .procedure-list__item a {
  color: #333;
  position: relative;
  transition: all 0.3s
}

.general .contents .procedure-list__item a:hover {
  color: #008da8;
  border-bottom: initial
}

.general .contents .procedure-list__item a::after {
  background-image: url(../imgs/menu-icon.png);
  left: -25px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.sitemap .contents .sitemap-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 40px;
  margin: 0 0 60px 0
}

@media (max-width: 768px) {
  .sitemap .contents .sitemap-wrap {
    flex-direction: column
  }
}

.sitemap .contents .sitemap-wrap__item {
  border: solid 2px #333;
  border-radius: 3px;
  padding: 35px 24px 35px 24px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 5px 0px 0px #e6e6e6;
  width: 30%
}

@media (max-width: 1024px) {
  .sitemap .contents .sitemap-wrap__item {
    width: 45%
  }
}

@media (max-width: 768px) {
  .sitemap .contents .sitemap-wrap__item {
    width: 100%
  }
}

.sitemap .contents .sitemap-wrap__item .sitemap-title {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 2px #e6e6e6;
  padding: 0 0 15px 0;
  margin: 0 0 10px 0;
  position: relative
}

.sitemap .contents .sitemap-wrap__item .sitemap-title::after {
  content: none
}

.sitemap .contents .sitemap-wrap__item .sitemap-list__item {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #008da8;
  margin: 0 0 10px 0
}

.sitemap .contents .sitemap-wrap__item .sitemap-list__item:last-child {
  margin: inherit
}

.sitemap .contents .sitemap-wrap__item .sitemap-list__item a {
  color: #008da8;
  transition: all 0.3s
}

.sitemap .contents .sitemap-wrap__item .sitemap-list__item a:hover {
  border-bottom: dotted 1px #008da8;
  opacity: 0.6
}
/* 2023/02 Maeda Add Start For Sitemap */
/* For Sitemap */
.sitemap .contents .sitemap-wrap__item .procedure-list__item {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #008da8;
  margin: 0 0 10px 0
}

.sitemap .contents .sitemap-wrap__item .procedure-list__item:last-child {
  margin: inherit
}

.sitemap .contents .sitemap-wrap__item .procedure-list__item a {
  color: #008da8;
  transition: all 0.3s
}

.sitemap .contents .sitemap-wrap__item .procedure-list__item a:hover {
  border-bottom: dotted 1px #008da8;
  opacity: 0.6
}
/* 2023/02 Maeda Add End */




.news .contents .news-tab .tab-area {
  display: flex;
  cursor: pointer;
  padding: 10px 0 10px 0;
  flex-wrap: wrap;
  gap: 10px 15px
}

.news .contents .news-tab .tab-area__item {
  text-align: center;
  font-size: 1.6rem;
  background-color: #e6e6e6;
  padding: 5px 15px;
  border-radius: 50px
}

.news .contents .news-tab .tab-area .active {
  background-color: #008da8;
  color: #fff
}

.news .contents .news-tab .panel-area {
  margin: 30px 0 0 0
}

.news .contents .news-tab .panel-area__item {
  display: none
}

.news .contents .news-tab .panel-area__item .month-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px
}

.news .contents .news-tab .panel-area__item .month-list__item {
  font-size: 1.6rem
}

.news .contents .news-tab .panel-area__item .month-list__item a {
  color: #333
}

.news .contents .news-tab .panel-area__item .month-list__item a:hover {
  color: #008da8
}

.news .contents .news-tab .panel-area__item .month-news__item {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 2px #e6e6e6
}

@media (max-width: 768px) {
  .news .contents .news-tab .panel-area__item .month-news__item {
    align-items: flex-start;
    flex-direction: column
  }
}

.news .contents .news-tab .panel-area__item .month-news__item--date {
  font-size: 1.6rem;
  margin: 0 10px 0 0
}

@media (max-width: 768px) {
  .news .contents .news-tab .panel-area__item .month-news__item--date {
    margin: 0 0 10px 0
  }
}

.news .contents .news-tab .panel-area__item .month-news__item--text {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left
}

.news .contents .news-tab .panel-area__item .month-news__item--text a {
  color: #008da8;
  transition: all 0.3s
}

.news .contents .news-tab .panel-area__item .month-news__item--text a:hover {
  opacity: 0.6;
  border: initial
}

.news .contents .news-tab .panel-area .active {
  display: block
}

.switch-area {
  padding: 0 0 45px 0
}

.switch-area__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto
}

.switch-area__inner__box {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

@media (max-width: 768px) {
  .switch-area__inner__box {
    justify-content: center;
    flex-direction: column
  }
}

.switch-area__inner__box .text {
  font-size: 1.6rem;
  margin: 0 20px 0 0
}

@media (max-width: 768px) {
  .switch-area__inner__box .text {
    margin: 0 0 10px 0
  }
}

.switch-area__inner__box .btn {
  display: inline-flex;
  position: relative;
  border-radius: 3px;
  border: 1px solid #008da8
}

.switch-area__inner__box .btn__item {
  padding: 0px 10px 0px 10px;
  font-size: 1.6rem;
  color: #333;
  line-height: 35px;
  height: 35px;
  cursor: pointer
}

@media (max-width: 480px) {
  .switch-area__inner__box .btn__item {
    font-size: 1.4rem
  }
}

.switch-area__inner__box .btn input[type="radio"] {
  display: none
}

.switch-area__inner__box .btn input[type="radio"]:checked+label {
  background-color: #008da8;
  color: #fff
}
.switch-area__inner__box .btn label{
    margin-bottom:0px;
}

.footer {
  padding: 60px 0 45px 0;
  background-color: #fff;
  color: #333;
  text-align: center;
  border-top: solid 2px #cccccc;
  overflow: hidden
}

.footer__inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative
}

@media (max-width: 1024px) {
  .footer__inner {
    flex-wrap: wrap
  }
}

.footer__inner__logo {
  width: 135px;
  margin: 0 40px 0 0;
  position: absolute;
  left: 0;
  top: 0
}

@media (max-width: 1024px) {
  .footer__inner__logo {
    position: initial;
    left: initial;
    top: initial;
    margin: 0 0 20px 0
  }
}

.footer__inner__main {
  font-size: 1.4rem;
  max-width: 860px;
  width: 100%
}

.footer__inner__main .footer-title {
  font-size: 2.0rem;
  font-weight: bold
}

.footer__inner__main .footer-contact {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
  flex-wrap: wrap;
  gap: 10px 20px
}

.footer__inner__main .footer-contact__item {
  position: relative;
  font-weight: bold
}

.footer__inner__main .footer-contact__item a {
  transition: all 0.3s
}

.footer__inner__main .footer-contact__item a:hover {
  color: #008da8
}

.footer__inner__main .footer-contact__item::after {
  content: "";
  height: 16px;
  width: 1px;
  border-right: 1px solid #333;
  position: absolute;
  right: -10px;
  bottom: 0px
}

.footer__inner__main .footer-contact__item:last-child::after {
  content: none
}

@media (max-width: 768px) {
  .footer__inner__main .footer-contact__item:first-child::after {
    content: none
  }
  .footer__inner__main .footer-contact__item:nth-child(2)::after {
    content: none
  }
}

.footer__inner__main .footer-map {
  margin: 15px 0 0 0;
  font-weight: bold
}

.footer__inner__main .footer-map a {
  transition: all 0.3s;
  border-bottom: solid 1px #333
}

.footer__inner__main .footer-map a:hover {
  border-bottom: none;
  color: #008da8
}

.footer__inner__main address {
  margin: initial
}

.footer__inner__main .footer-reception {
  margin: 15px 0 0 0;
  font-weight: bold
}

.footer__inner__main .footer-link {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 0 0;
  flex-wrap: wrap;
  gap: 20px 0px
}

@media (max-width: 1024px) {
  .footer__inner__main .footer-link {
    justify-content: center;
    gap: 20px 10px
  }
}

@media (max-width: 480px) {
  .footer__inner__main .footer-link {
    flex-direction: column
  }
}

.footer__inner__main .footer-link__item {
  font-weight: bold
}

.footer__inner__main .footer-link__item a {
  transition: all 0.3s;
  border-bottom: solid 1px #333
}

.footer__inner__main .footer-link__item a:hover {
  border-bottom: none;
  color: #008da8
}

.footer__copy {
  font-size: 1.0rem;
  padding: 20px 0 0 0;
  font-weight: bold
}

/*Maeda Add Start*/
/**画像枠**/
/*右寄せにするための設定*/
.img_right{
	clear:right;
	float:right;
	padding: 3px;
	margin: 0px 0px 0px 8px;
	text-align: center;
}

/*左寄せにするための設定*/
.img_left{
	clear:left;
	float:left;
	padding: 3px;
	margin: 0px 8px 0px 0px;
	text-align: center;
}

/*左寄せにし、幅48％で固定*/
.img_left_harf{
	float:left;
	padding: 3px 6px 3px 3px;
	text-align: left;
	width: 48%;
}
.img_left_harf img{
	vertical-align: text-top;
	padding: 3px;
	float:left
}


/*左寄せ横並べにするための設定*/
.left2 {
    float: left;
    margin-right: 10px;
}

/*横並べ右寄せにするための設定*/
.right2 {
    float: left;
    margin-left: 10px;
}

/*縦並べ文字横*/
.img_waku .img_left img{
	vertical-align: text-top;
	padding: 3px;
	float: left;
}

/* Add y-yasuoka */
.cal{
    float: left;
    width: 100%;
    margin-right: 20px;
}
.clearfix{
	clear: both;
}

a{
	word-break: break-all;
}
@media all and (-ms-high-contrast: none) {
  ul li {
    line-height:35px;
  }
}

/*音声読み上げソフトが隠れてしまう対策*/
.movable-ai-player:not(#ai_box_sub_move){
  top: 177px !important;
}

@media (max-width: 1024px) {
.movable-ai-player:not(#ai_box_sub_move) {
    top: 45px !important;
}
/*Maeda Add End*/