@charset "UTF-8";
@font-face {
  font-family: "HdTextFont";
  src: url("../font/HdTextFont.woff2") format("woff2"), url("../font/HdTextFont.woff") format("woff");
}
body {
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (min-width: 576px) {
  body {
    margin: 0;
  }
}
@media (min-width: 768px) {
  body {
    margin: 0;
  }
}
@media (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  body {
    margin: 0;
  }
}
body a:focus,
body button:focus {
  outline: 1px solid #f2ad74;
}

/* top画像 */
#sticky {
  z-index: 50 !important;
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
}
#sticky .hdbar {
  height: 35px;
  background-color: #f2ad74;
}
#sticky .hdbar h1 {
  font-size: 0.75em;
  font-weight: normal;
  color: #6c757d;
  line-height: 1.8;
}
#sticky .hdbar .official-magazine {
  color: #fff;
  background-color: #f0832c;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  border-radius: 3px;
  padding: 0 5px;
  text-align: center;
  height: 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#sticky .hdbar .official-magazine:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

header {
  position: relative;
  overflow: hidden;
}
header .firstimg {
  width: 100%;
  height: auto;
  -ms-overflow-style: none;
}
header .firstimg img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
@media (min-width: 768px) {
  header .firstimg img {
    width: 100vw;
  }
}
header .caption {
  position: absolute;
  top: 18%;
  left: 3%;
  z-index: 10;
}
@media (min-width: 992px) {
  header .caption {
    right: 10%;
  }
}
header .caption h2 {
  font-family: "HdTextFont";
  font-size: 1.75rem;
  font-weight: 400;
  text-shadow: 1px 1px 0.5px #343a40;
  line-height: 2rem;
  color: #fff;
}
@media (min-width: 768px) {
  header .caption h2 {
    font-size: 2.875rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 1200px) {
  header .caption h2 {
    text-shadow: 2px 2px 0.5px #343a40;
    font-size: 3.125rem;
    line-height: 4.0625rem;
  }
}
header .pickup {
  background: #fff;
  z-index: 10;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  border-top: 8px solid #f2ad74;
  border-left: 0;
}
@media (min-width: 576px) {
  header .pickup {
    width: 550px;
    border-left: 8px solid #f2ad74;
    border-radius: 30px 0 0 0;
  }
}
@media (min-width: 768px) {
  header .pickup {
    width: 590px;
  }
}
@media (min-width: 1200px) {
  header .pickup {
    width: 50%;
  }
}
header .pickup .pickup-hd {
  color: #f0832c;
  padding-right: 0;
  padding-bottom: 0.45em;
  position: relative;
}
@media (min-width: 576px) {
  header .pickup .pickup-hd {
    padding-right: 1em;
    padding-bottom: 0;
  }
  header .pickup .pickup-hd::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #f0832c;
    left: auto;
    right: 0;
  }
}
header .pickup dl {
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 576px) {
  header .pickup dl {
    padding-left: 1rem;
  }
}
header .pickup dl div a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 4px 0;
}
header .pickup dl div a dt {
  padding-right: 1em;
  font-size: 0.9rem;
}
header .pickup dl div a dd {
  margin-bottom: 0;
}
header .pickup dl div a:hover {
  color: #f0832c;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

/* navカスタマイズ */
nav {
  background-color: #fff;
}

.navbar .dropdown-menu div[class*=col] {
  margin-bottom: 1rem;
}

.navbar .dropdown-menu {
  border: none;
  background-color: #fff !important;
  border-radius: 0;
}

.nav-brand img {
  height: 45px;
}

.nav-link {
  color: #333;
}
.nav-link:hover {
  color: #f0832c;
}

.nav-active > a {
  color: #f0832c;
}

.nav-active-parent > a {
  color: #f0832c;
}

.dropdown-toggle:active {
  color: #f0832c;
}

@media (min-width: 768px) {
  .dropdown-toggle:hover {
    color: #fff;
  }
}
.dropdown-menu .nav-item .nav-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown:hover {
    background: #f2ad74;
    color: #f0832c;
    opacity: 1;
  }
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 50px;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    -o-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
    background-color: #f2ad74 !important;
  }
  .navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    -o-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
  }
  .dropdown-menu .nav-item {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .dropdown-menu .nav-item .nav-link {
    padding: 1rem 2rem;
    background: #fff;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .dropdown-menu .nav-item .nav-link::after {
    content: none;
  }
  .dropdown-menu .nav-item .nav-link::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
  }
  .dropdown-menu .nav-item .nav-link:hover {
    opacity: 1;
    background: #f0832c;
    color: #fff;
  }
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(240, 131, 44, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* 文字サイズ */
.fontsize p {
  font-size: 1rem;
  line-height: 2;
  padding-right: 8px;
}
.fontsize .size-button {
  background-color: #fff;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  border-radius: 3px;
  padding: 0;
  margin-top: 3px;
  margin-right: 5px;
  text-align: center;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fontsize .size-button:hover, .fontsize .size-button.active {
  background-color: #f0832c;
  color: #fff;
}

.top-main {
  background-color: #f2f2f2;
}

.pages-main {
  margin-bottom: 6rem;
}

section {
  padding: 0;
}
section > div {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  section > div {
    padding-top: 5rem;
  }
}
section .hd-blc {
  padding: 0 0 20px 0;
  font-weight: 700;
  font-size: 1.8em;
  background: url(../images/hd.png) no-repeat center bottom;
}
@media (min-width: 768px) {
  section .hd-blc {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  section .hd-blc {
    font-size: 2.25em;
  }
}
section .sub-hd-blc {
  /* 小見出しデザイン */
  position: relative;
  color: #fff;
  padding: 0.5em 0.5em 0.5em 1.4em;
  font-size: 1.5em;
  letter-spacing: 0.25em;
}
section .sub-hd-blc p {
  font-size: 1rem;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  section .sub-hd-blc p {
    padding-left: 2em;
  }
}
section .text-blc {
  margin: 40px 0;
}
@media (min-width: 576px) {
  section .text-blc {
    width: 550px;
  }
}
@media (min-width: 992px) {
  section .text-blc {
    width: 770px;
  }
}

.top-info > div,
.top-about > div,
.top-word > div {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .top-info > div,
.top-about > div,
.top-word > div {
    padding-bottom: 5rem;
  }
}

.link-btn {
  width: auto;
  padding: 10px 40px 10px 13px;
  background-color: #f0832c;
  border: 1px solid #f0832c;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  position: relative;
  font-size: 1.125em;
}
.link-btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #f0832c;
}
.link-btn::after {
  position: absolute;
  right: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
}

.top-info {
  background-color: #fff;
  padding: 0;
  /* お知らせリストスタイル */
}
.top-info::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/wave.svg) repeat-x;
  background-size: 70px 10px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  margin-top: -1px;
}
.top-info .info-list li {
  border-bottom: 1px solid #f2f2f2;
}
.top-info .info-list li a {
  color: #333;
  padding: 30px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-info .info-list li a:hover {
  color: #f0832c;
}
.top-info .info-list li a .date {
  font-size: 0.9em;
}
.top-info .info-list li:nth-of-type(1) {
  border-top: 1px solid #f2f2f2;
}

.top-about {
  padding: 0;
}
.top-about img {
  width: 400px;
}

.top-word {
  background-color: #fff;
  padding: 0;
}
.top-word::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/wave.svg) repeat-x;
  background-size: 70px 10px;
  margin-top: -1px;
}

.top-business,
.page-about {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .top-business > div,
.page-about > div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .top-business .text-blc,
.page-about .text-blc {
    width: 580px;
  }
}

.top-business .business-content,
.top-business .page-about-content,
.page-about .business-content,
.page-about .page-about-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .top-business .business-content,
.top-business .page-about-content,
.page-about .business-content,
.page-about .page-about-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* トップページの施設 */
.top-facility {
  padding: 0;
  background-color: #f2f2f2;
}
.top-facility::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/wave-white.svg) repeat-x;
  background-size: 65px 10px;
  margin-top: -1px;
}
.top-facility .top-each-facility .top-facility-name {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5em;
  border-bottom: 5px dotted #f0832c;
}
@media (min-width: 992px) {
  .top-facility .top-each-facility .top-facility-name {
    font-size: 1.75em;
  }
}

/* 施設レイアウト */
.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  width: 480px;
  height: 226px;
  width: 48%;
  background: #4d6c40;
  text-align: center;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .grid figure {
    height: 233px;
  }
}
@media (min-width: 992px) {
  .grid figure {
    height: 339px;
  }
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption > a {
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 400;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-img img {
  max-width: none;
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-img figcaption {
  text-align: left;
}

figure.effect-img figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  height: 50%;
}

figure.effect-img h2,
figure.effect-img p {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
@media (min-width: 768px) {
  figure.effect-img h2,
figure.effect-img p {
    padding-left: 10px;
  }
}

figure.effect-img h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  font-size: 1.25em;
}
@media (min-width: 992px) {
  figure.effect-img h2 {
    font-size: 1.6em;
  }
}

figure.effect-img p {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, -webkit-transform 0.35s;
  -o-transition: opacity 0.2s, transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
  font-size: 1em;
}
figure.effect-img p::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35a";
  padding-left: 0.5rem;
}

figure.effect-img:hover img,
figure.effect-img:hover p {
  opacity: 1;
}

figure.effect-img:hover img,
figure.effect-img:hover h2,
figure.effect-img:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-img:hover p {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

figure.effect-img:hover h2,
figure.effect-img:hover p {
  background: rgba(33, 33, 33, 0.7);
  color: #fff;
}

/* topへ戻る */
body {
  position: relative;
}

.topbtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  background: #f0832c;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  text-align: center;
  font-size: 0.875em;
  opacity: 0.6;
}
.topbtn i {
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.topbtn:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .topbtn {
    width: 60px;
    height: 60px;
    border-radius: 3px;
  }
}

/* フッター */
/* トップページのマップ */
.top-map .google-map {
  position: relative;
  height: 400px;
  width: 100%;
  padding-top: 20%;
}
@media (min-width: 992px) {
  .top-map .google-map {
    width: 50%;
  }
}
.top-map .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-map .map-text div {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.f-contact-btn {
  font-size: 1.5em;
  background: #f0832c;
  border: 1px solid #f0832c;
  padding: 15px 20px;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.f-contact-btn:hover {
  text-decoration: none;
  background: #fff;
  color: #f0832c;
  border: 1px solid #f0832c;
}

footer {
  background-color: #f2ad74;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  background: url(../images/wave.svg) repeat-x;
  background-size: 70px 10px;
  margin-top: -1px;
}
footer .footer .link-bnr {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  footer .footer .link-bnr {
    padding-bottom: 60px;
  }
}
footer .footer .link-bnr a:hover {
  opacity: 0.6;
}
footer .footer .f-contact {
  background: #fff;
}
footer .footer .f-contact .f-contact-blc .f-contact-h {
  font-size: 1.5em;
  font-weight: bold;
}
@media (min-width: 768px) {
  footer .footer .f-contact .f-contact-blc .f-contact-h {
    font-size: 1.875em;
  }
}
footer .footer .footer-login .staff-btn {
  background: #f0832c;
  border-radius: 1px solid #f0832c;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
footer .footer .footer-login .staff-btn:hover {
  text-decoration: none;
  background: #fff;
  color: #f0832c;
}
footer .footer .footer-nav {
  font-size: 0.75em;
}
footer .footer .footer-nav li {
  padding: 0 8px;
}
footer .footer .footer-nav li:not(:last-child) {
  border-right: 1px solid #333;
}
footer .footer .footer-nav li a {
  color: #333;
}
footer .footer .copyright {
  font-size: 0.75em;
  color: #6c757d;
}
.footer-pages::before, .footer-staff::before {
  background: url(../images/wave-white.svg) repeat-x;
}

/* 下層ページヘッダー部分 */
.page-header {
  position: relative;
  padding: 0;
  margin-top: 91px;
  height: 300px;
  background: url(../images/down-hd-sp.jpg) center center/cover no-repeat;
}
@media (min-width: 768px) {
  .page-header {
    background: url(../images/down-hd.jpg) center center/cover no-repeat;
  }
}
.page-header::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url(../images/wave-white.svg) repeat-x;
  background-size: 70px 12px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  margin-bottom: -1px;
}
.page-header h2 {
  display: inline-block;
  color: #705036;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  text-align: center;
  z-index: 5;
  font-weight: 700;
  font-size: 1.375em;
  width: auto;
  white-space: nowrap;
  padding: 0 40px;
  background: -webkit-linear-gradient(45deg, transparent 25px, rgba(255, 255, 255, 0.8) 25px), -webkit-linear-gradient(315deg, transparent 25px, rgba(255, 255, 255, 0.8) 25px), -webkit-linear-gradient(225deg, transparent 25px, rgba(255, 255, 255, 0.8) 25px), -webkit-linear-gradient(135deg, transparent 25px, rgba(255, 255, 255, 0.8) 25px);
  background: -o-linear-gradient(45deg, transparent 25px, rgba(255, 255, 255, 0.8) 25px), -o-linear-gradient(315deg, transparent 25px, rgba(255, 255, 255, 0.8) 25px), -o-linear-gradient(225deg, transparent 25px, rgba(255, 255, 255, 0.8) 25px), -o-linear-gradient(135deg, transparent 25px, rgba(255, 255, 255, 0.8) 25px);
  background: linear-gradient(45deg, transparent 25px, rgba(255, 255, 255, 0.8) 25px), linear-gradient(135deg, transparent 25px, rgba(255, 255, 255, 0.8) 25px), linear-gradient(225deg, transparent 25px, rgba(255, 255, 255, 0.8) 25px), linear-gradient(315deg, transparent 25px, rgba(255, 255, 255, 0.8) 25px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50.1% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .page-header h2 {
    font-size: 2em;
  }
}

/* ヘッダー画像 */
.business-hd {
  background: url(../images/business-hd.jpg) center center/cover no-repeat;
}
@media (min-width: 768px) {
  .business-hd {
    background: url(../images/business-hd.jpg) center center/cover no-repeat;
  }
}

.info-hd {
  background: url(../images/info-hd.jpg) center center/cover no-repeat;
}
@media (min-width: 768px) {
  .info-hd {
    background: url(../images/info-hd.jpg) center center/cover no-repeat;
  }
}

.recruit-hd {
  background: url(../images/recruit-hd-sp.jpg) center center/cover no-repeat;
}
@media (min-width: 768px) {
  .recruit-hd {
    background: url(../images/recruit-hd.jpg) center center/cover no-repeat;
  }
}

.contact-hd {
  background: url(../images/contact-hd.jpg) center center/cover no-repeat;
}
@media (min-width: 768px) {
  .contact-hd {
    background: url(../images/contact-hd.jpg) center center/cover no-repeat;
  }
}

/* パンくずリスト */
.bread {
  position: relative;
  margin-bottom: 4rem;
}
.bread .breadlist,
.bread .bg-color {
  height: 40px;
}
@media (min-width: 768px) {
  .bread .breadlist,
.bread .bg-color {
    height: 45px;
  }
}
.bread .breadlist {
  font-size: 0.75em;
  text-align: right;
  padding-top: 0.125rem;
}
@media (min-width: 768px) {
  .bread .breadlist {
    font-size: 0.875em;
    padding: 0;
  }
}
.bread .breadlist .bread-item {
  list-style-type: none;
}
.bread .bg-color {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -10;
}

/* 区切り線 */
hr {
  border-top: 1px dotted #f0832c;
}

/* 理事長ひとことコンテンツ */
.page-word {
  margin-bottom: 5rem;
}
.page-word .word-sub-hd {
  color: #f0832c;
  font-weight: 700;
  font-size: 1.25em;
}

/* 下層pdfリンクボタン */
.sec-blc:not(:first-child) {
  margin-top: 5rem;
}
.sec-blc .sec-hd {
  color: #f0832c;
  font-weight: 700;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .sec-blc .sec-hd {
    font-size: 1.5em;
  }
}
.sec-blc .linkpdf-blc .linkpdf-btn:not(:first-child),
.sec-blc .linkpdf-blc .link-btn-site:not(:first-child) {
  margin-top: 1rem;
}
.sec-blc .linkpdf-blc .linkpdf-btn a,
.sec-blc .linkpdf-blc .link-btn-site a {
  display: inline-block;
  width: 100%;
  background: #f2f2f2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  padding: 1.5rem;
  position: relative;
}
.sec-blc .linkpdf-blc .linkpdf-btn a:hover,
.sec-blc .linkpdf-blc .link-btn-site a:hover {
  background: #f0832c;
  text-decoration: none;
  color: #fff;
}
.sec-blc .linkpdf-blc .linkpdf-btn a:before,
.sec-blc .linkpdf-blc .link-btn-site a:before {
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.sec-blc .linkpdf-blc .linkpdf-btn a:after {
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  margin-left: 1rem;
  font-weight: bold;
  font-size: 1.25em;
}
.sec-blc .linkpdf-blc .link-btn-site a:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  margin-left: 1rem;
  font-weight: bold;
  font-size: 1.125em;
}

/* 沿革ページ */
.timeline-container {
  position: relative;
  background: #fff;
  padding: 1rem;
  margin-bottom: 4rem;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #f0832c;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.timeline-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 2em;
}

.timeline-img {
  position: absolute;
  left: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #f0832c, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 4px #f0832c, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.timeline-img img {
  width: 100%;
  height: 100%;
}

.timeline-content {
  position: relative;
  padding: 1.25em;
  margin-left: 1.25em;
  border-radius: 0.25em;
  background: #f5cda8;
}

.timeline-content::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 100%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #f5cda8;
}

.timeline-head {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 1rem;
}

.timeline-txt {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
  text-align: justify;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 640px) {
  .timeline-container::before {
    left: calc(28px + 1rem);
  }
  .timeline-img {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .timeline-txt {
    font-size: 1.125em;
    margin-bottom: 0.75rem;
    font-weight: 300;
  }
}
@media (max-width: 768px) {
  .timeline-txt {
    font-size: 1em;
  }
}
@media (min-width: 641px) {
  .timeline-block:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .timeline-content {
    width: 45%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0;
    font-size: 1em;
  }
  .timeline-block:nth-child(odd) .timeline-content::before {
    right: auto;
    left: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #f5cda8;
  }
  .timeline-content::before {
    top: 6px;
  }
  .timeline-date {
    position: absolute;
    width: 100%;
    left: 120%;
    top: 0px;
    color: #f0832c;
    font-size: 1.125rem;
  }
  .timeline-block:nth-child(even) .timeline-date {
    left: auto;
    right: 120%;
    text-align: right;
  }
}
.timeline-container {
  position: relative;
  background: #fff;
  padding: 2rem;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #f0832c;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* 組織・事業展開 */
.d-dev-blc {
  margin: 0;
}
.d-dev-blc dt {
  background: #f5cda8;
}
@media (min-width: 768px) {
  .d-dev-blc dt {
    background: none;
    border-bottom: 1px solid #f5cda8;
  }
}
.d-dev-blc dt a:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-weight: bold;
}
.d-dev-blc dd {
  border-bottom: 1px solid #f5cda8;
}

/* 求人情報 */
.rec-blc {
  margin: 0;
}
@media (min-width: 768px) {
  .rec-blc {
    border-top: 1px solid #f0832c;
  }
}
.rec-blc > dt {
  background: #f5cda8;
}
@media (min-width: 768px) {
  .rec-blc > dt {
    border-bottom: 1px solid #f0832c;
  }
}
.rec-blc > dd {
  border-bottom: none;
}
@media (min-width: 768px) {
  .rec-blc > dd {
    border-bottom: 1px solid #f0832c;
  }
}
.rec-blc > dd span .rec-detail {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.rec-blc > dd span .rec-detail dt {
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .rec-blc > dd span .rec-detail dt {
    background: none;
    border-bottom: 0;
  }
}
.rec-blc > dd span .rec-detail dd {
  border-bottom: 0;
}

.list-rules li {
  padding-bottom: 0.5rem;
}
.list-rules li span {
  display: inline-block;
  width: 153px;
}

.u-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #f0832c));
  background: -webkit-linear-gradient(transparent 80%, #f0832c 80%);
  background: -o-linear-gradient(transparent 80%, #f0832c 80%);
  background: linear-gradient(transparent 80%, #f0832c 80%);
  text-shadow: 1px 1px 0 #fff, 0 1px 0 #fff;
}

/* お知らせ */
.page-info .page-info-list {
  padding-left: 0;
}
.page-info .page-info-list li {
  list-style-type: none;
  height: 150px;
  border-top: 1px solid #c2bbba;
  color: #333;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .page-info .page-info-list li {
    height: 110px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .page-info .page-info-list li {
    height: 80px;
  }
}
.page-info .page-info-list li:hover {
  opacity: 0.6;
}
.page-info .page-info-list li:hover .list-mark {
  background-color: #fff;
  border: 1px solid #f0832c;
  color: #333;
}
.page-info .page-info-list li:last-child {
  border-bottom: 1px solid #c2bbba;
}
.page-info .page-info-list li a {
  text-decoration: none;
}
.page-info .page-info-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-info .page-info-list li a:focus::after {
  outline: 1px solid #f2ad74;
}
.page-info .page-info-list li .list-blc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-info .page-info-list li i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-info .page-info-list li .list-mark {
  background-color: #f0832c;
  border: 1px solid #f0832c;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 3px;
  width: 150px;
}
.page-info .page-info-list li .list-day {
  display: inline;
}
@media (min-width: 992px) {
  .page-info .page-info-list li .list-day {
    display: block;
  }
}
.page-info .page-info-list li .list-title {
  width: 100%;
  margin-top: 10px;
  padding-right: 0.875rem;
  text-align: justify;
}
@media (min-width: 768px) {
  .page-info .page-info-list li .list-title {
    text-align: inherit;
  }
}
@media (min-width: 992px) {
  .page-info .page-info-list li .list-title {
    margin-top: 0;
    width: auto;
  }
}
.page-info .page-info-list li p {
  margin-bottom: 0;
}
.page-info .page-info-list li p:not(:last-child) {
  margin-right: 25px;
}

@media (min-width: 768px) {
  .info-txt-blc {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .info-txt-blc {
    width: 61%;
  }
}
.info-txt-blc .info-img {
  width: 100%;
}
@media (min-width: 768px) {
  .info-txt-blc .info-img {
    width: 75%;
  }
}

/* もっとみるボタン */
.morelink {
  color: #fff;
  display: block;
  text-align: center;
  width: 170px;
  height: 36px;
  border: 1px solid #f0832c;
  background-color: #f0832c;
  border-radius: 3px;
  padding-top: 3px;
  margin-bottom: 5rem;
  margin-top: 3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.morelink:hover {
  cursor: pointer;
  background-color: #fff;
  color: #f0832c;
  border: 1px solid #f0832c;
}

/* 下層ページのブロックレイアウト */
.page-blc h3 {
  font-size: calc(1.125rem + (1vw - 0.21875rem) * 1.1765);
}
@media (min-width: 1200px) {
  .page-blc h3 {
    font-size: 1.75rem;
  }
}
.page-blc .blc-text h2 {
  color: #f0832c;
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  .page-blc .blc-text h2 {
    font-size: calc(1.625rem + (1vw - 7.68px) * 3.2407);
  }
}
@media (min-width: 1200px) {
  .page-blc .blc-text h2 {
    font-size: 2.5rem;
  }
}
.page-blc .blc-text .dark-hr {
  border-top: 1px solid #696969;
}
.page-blc .blc-text .philo-text {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
}
.page-blc .blc-text .indent {
  text-indent: 1em;
  line-height: 1.625rem;
}
.page-blc .blc-text dl {
  border-bottom: 1px solid #f5cda8;
  position: relative;
}
.page-blc .blc-text dl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 15%;
  height: 3px;
  background: #f0832c;
}
.page-blc .blc-text dl ul li {
  list-style-type: disc;
}
.page-blc .blc-text .blc-text-list li {
  font-size: 1.25rem;
}
.page-blc .blc-text .blc-text-list li span {
  color: #f0832c;
}
.page-blc .blc-text .list-parent {
  padding-left: 1em;
}
.page-blc .blc-text .list-parent li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -1.5em;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
.page-blc .blc-text .list-parent li:before {
  display: marker;
  content: counter(cnt) " ) ";
}
.page-blc .blc-img .card {
  border-radius: 0;
}
.page-blc .blc-img .card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.page-blc .blc-img ul span {
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  .page-blc .blc-img ul span {
    font-size: calc(1.625rem + (1vw - 7.68px) * 3.2407);
  }
}
@media (min-width: 1200px) {
  .page-blc .blc-img ul span {
    font-size: 2.5rem;
  }
}
.page-blc .s-blc h3 {
  color: #f0832c;
}
.page-blc .s-blc ul li {
  list-style-type: disc;
}

/* お問い合わせページ */
.form-div .requ {
  color: #b6231e;
  border: 1px solid #b6231e;
  border-radius: 3px;
}
.form-div input,
.form-div button,
.form-div textarea {
  border: none;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-div select {
  padding: 0.25rem;
}
.form-div input,
.form-div textarea {
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  padding: 5px;
}

.submit_area .btn-lay {
  border: 1px solid #f0832c;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 13px;
  background: #f0832c;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.125em;
}
.submit_area .btn-lay:hover {
  border: 1px solid #f0832c;
  background: #fff;
  color: #f0832c;
  cursor: pointer;
}

/* ウェブアクセシビリティ */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5cda8;
}

.web-acc:first-child {
  margin-top: 6rem;
}

.web-acc dl dt {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.web-acc dl dd {
  margin-left: 1rem;
  margin-bottom: 1.5rem;
  text-align: justify;
}
@media (min-width: 768px) {
  .web-acc dl dd {
    margin-left: 2rem;
  }
}

.web-acc-result {
  margin-top: 6rem;
}

.sec-wrap h4 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .sec-wrap h4 {
    font-size: 1.5rem;
  }
}
.sec-wrap .rec-btn img {
  max-width: 200px;
}

.sub_hd {
  border-left: 5px solid #f0832c;
  padding-left: 10px;
}

/* サイトマップレイアウト */
.sitemap {
  margin-top: 70px;
  margin-bottom: 70px;
}
.sitemap li {
  list-style-type: none;
}
.sitemap li a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sitemap li a:hover {
  color: #f0832c;
}
.sitemap > li {
  border-bottom: 1px dotted #f0832c;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.sitemap > li > a {
  font-size: 1.375rem;
  font-weight: bold;
}
.sitemap > li > ul li {
  margin-bottom: 1.25rem;
}
.sitemap > li > ul li:nth-of-type(1) {
  margin-top: 1.25rem;
}

/* 実践報告会トップ */
.report-list {
  position: relative;
  border-bottom: 1px dotted #f0832c;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.report-list:first-child {
  border-top: 1px dotted #f0832c;
}
.report-list a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.report-list a h3 {
  font-weight: bold;
}
.report-list a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #f0832c;
}
.report-list a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

/* 実践報告会詳細 */
ol.program {
  counter-reset: list;
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 992px) {
  ol.program {
    font-size: 1.25rem;
  }
}
ol.program > li {
  position: relative;
  line-height: 30px;
  margin: 7px 0 7px 40px;
  padding-left: 10px;
  font-weight: bold;
}
ol.program > li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -35px;
  width: 30px;
  height: 30px;
  background: #f0832c;
  text-align: center;
  color: #fff;
}
ol.program > li > ul {
  padding-left: 0;
  list-style-type: none;
}
ol.program > li > ul > li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  line-height: 30px;
  font-weight: normal;
}
ol.program > li > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #f0832c;
}
ol.program ol {
  padding-left: 1rem;
}
ol.program a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
ol.program a:hover {
  text-decoration: none;
  color: #f0832c;
}

.mov-blc .video-hd {
  font-weight: bold;
  font-size: 1.25rem;
  background: url(../images/video_hd.png) no-repeat center bottom/60%;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .mov-blc .video-hd {
    font-size: 1.875rem;
    background-size: 23%;
    padding-bottom: 1.25rem;
  }
}
.mov-blc .video-hd-name {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .mov-blc .video-hd-name {
    font-size: 1.5rem;
  }
}
.mov-blc video {
  width: 100%;
}
@media (min-width: 992px) {
  .mov-blc video {
    width: 70%;
  }
}

.mov-blc:not(:first-child) {
  padding-top: 100px;
}

.mov-blc:first-child {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .mov-blc:first-child .video-hd {
    margin-bottom: 1rem;
  }
}