@charset "UTF-8";
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 400;
  color: #4d4d4d;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}
.pc-only {
  display: none;
}
.wrapper {
  overflow-x: hidden;
}
.bg-title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 70%;
  float: left;
  z-index: 9;
}
.bg-title img {
  width: 100%;
  height: auto;
}
@media print, (min-width: 600px) {
  .bg-title {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 70%;
    float: none;
    z-index: 9;
  }
  .bg-title img {
    width: 100%;
    height: auto;
  }
}
/* ------------------------------------------------------------
	メニュー
------------------------------------------------------------ */
.header .open_menu {
  position: fixed;
  top: 0px;
  height: 100vh;
  color: #fff;
}
body.show {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
}
.open_menu_title span {
  display: inline-block;
  padding: 0 0 0 20px;
}
.header .nav_block_list li a:hover {
  border-bottom: 2px solid #fff;
  transition: 0.3s;
}
#open_menu {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.show #open_menu {
  visibility: visible;
  opacity: 1;
}
.show .nav_button {
  z-index: 10000;
}
.show .header .nav_button span {
  background-color: #fff;
}
.show .header .nav_menu {
  color: #fff;
  transition: 0.3s;
}
#nav_btn {
  background-color: #023f64;
}
#nav_btn span {
  display: block;
  position: absolute;
  width: 22px;
  height: 3px;
  top: 23px;
  left: 16px;
  background: repeating-linear-gradient(to right, #fff, #fff 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 8px);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  cursor: pointer !important;
  appearance: none;
  outline: none;
}
#nav_btn span:nth-child(1) {
  top: 15px;
}
#nav_btn span:nth-child(2) {
  top: 23px;
}
#nav_btn span:nth-child(3) {
  top: 31px;
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
  position: fixed;
}
.show #nav_btn span {
  top: 23px;
  height: 2px;
  left: 16px;
  background: repeating-linear-gradient(to right, #fff, #fff 4px, white 4px, white 8px);
  cursor: pointer;
  cursor: pointer !important;
  appearance: none;
  outline: none;
}
.show #nav_btn span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show #nav_btn span:nth-child(2), .show #nav_btn span:nth-child(3) {
  top: 23px;
  left: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-----------------------------
トップへ戻るボタン
------------------------------*/
#page-top {
  position: fixed;
  right: 5px;
  bottom: 70px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #D6F0D6;
  padding: 0 0 0 35px;
  border-top: solid 1px;
  z-index: 91;
}
#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}
/*-----------------------------
お知らせ
------------------------------*/
.news-wrap {
  width: 100%;
  background-color: #FFF;
  padding: 0;
}
.news-inner {
  width: 90%;
  margin: 0 auto;
}
.news-inner h2 {
  margin-top: 30px;
  padding: 15px 0px;
  background-image: url(../img/bg-title-01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 60px;
}
.news-inner h2 .en {
  font-size: 2.5rem;
  font-weight: 400;
  color: #0b3065;
  letter-spacing: 0.2rem;
  font-family: 'Oswald', sans-serif;
}
.news-inner h2 .jp {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.2rem;
  padding-left: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
.news-list {
  width: 100%;
  border-top: 1px solid #EDEDED;
}
.news-list ul {
  margin: 0;
  padding: 0;
}
.news-list ul li {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #EDEDED;
}
.news-list ul li .box {
  width: 100%;
  float: none;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}
.news-list ul li .box .time {
  color: #0b3065;
  font-size: 0.8rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
.news-list ul li .box .thumb {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.news-list ul li .box .thumb img {
  width: 100%;
  height: auto;
}
/*.news-list ul li .box .day {
  color: #0b3065;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}*/
.news-list ul li .title {
  width: 100%;
  float: none;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  /*border-left: 1px solid #EDEDED;*/
  position: relative;
}
.news-list ul li .title a {
  color: #222222;
  text-decoration: none;
}
.news-list ul li .title a:hover {
  color: #222222;
  text-decoration: underline;
}
.news-list-link {
  float: none;
}
.news-list-link ul {}
.news-list-link ul li {}
.news-list-link ul {}
.news-list-link ul {
  font-size: 0.9rem;
  margin: 0;
}
.news-list-link ul li {
  width: 130px;
  padding: 30px 0 40px 0;
  float: right;
}
.news-list-link ul:after {
  content: "";
  display: block;
  clear: both;
}
.news-list ul li .title a {
  color: #222222;
  text-decoration: underline;
}
.news-list ul li .title a:hover {
  color: #222222;
  text-decoration: none;
}
.news-list-link ul li a {
  color: #222222;
  text-decoration: none;
}
.news-list-link ul li a:hover {
  color: #222222;
  text-decoration: underline;
}
.news-list-link ul li {
  list-style: none;
}
.news-list-link ul li::after {
  top: 10px;
  left: 10px;
  position: relative;
  content: url(../img/icon-arrow-02.png);
}
.sns-wrap {
  width: 100%;
  background-color: #f7fae6;
  padding: 40px;
  border-top: 1px solid #EDEDED;
}
.bnr {
  width: 100%;
  background-color: #e5f0f9;
  padding: 20px 20px;
}
.bnr-inner ul {
  display: flex;
  padding: 20px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.bnr-inner ul li {
  width: 48%;
  margin: 2px auto;
}
.bnr-inner ul li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .bnr {
    width: 100%;
    background-color: #e5f0f9;
    padding: 10px;
  }
  .bnr-inner ul {
    display: flex;
    padding: 40px 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bnr-inner ul li {
    width: 45%;
    margin: 10px;
    list-style: none;
  }
  .bnr-inner ul li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 800px) {
  .bnr {
    width: 100%;
    background-color: #e5f0f9;
    padding: 10px;
  }
  .bnr-inner ul {
    display: flex;
    padding: 40px 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bnr-inner ul li {
    width: 30%;
    margin: 10px;
    list-style: none;
  }
  .bnr-inner ul li img {
    width: 100%;
    height: auto;
  }
}
/* ------------------------------------------------------------

	フッター

------------------------------------------------------------ */
#footer {
  width: 100%;
  background: #0b3065;
  color: #fff;
  clear: both;
  position: relative;
  z-index: 1;
  top: 0px;
}
#footer-second {
  width: 100%;
  background: #3c3c3c;
  color: #fff;
  padding: 50px 0;
  clear: both;
  position: relative;
  z-index: 1;
  top: 30px;
}
.footer-inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
.footer-contents {
  float: none;
}
.footer-inner .logo {
  width: 150px;
  margin: 0 auto 20px auto;
}
.footer-inner .logo img {
  width: 100%;
  height: auto;
}
.footer-contents .title {
  padding: 0 0 0 20px;
  color: #FFF;
  font-size: 0.8rem;
  text-align: left;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
.footer-contents .title a {
  color: #FFF;
  text-decoration: none;
}
.footer-contents .title-jp-01 {
  padding: 0 0 0 20px;
  color: #FFF;
  font-size: 1rem;
  text-align: left;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}
.footer-contents .title-jp-01 a {
  color: #FFF;
  text-decoration: none;
}
.footer-contents .title-en-01 {
  padding: 0 0 0 20px;
  color: #FFF;
  font-size: 0.8rem;
  text-align: left;
  letter-spacing: 0.05rem;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.footer-contents .title-en-01 a {
  color: #FFF;
  text-decoration: none;
}
.footer-contents .title-jp-02 {
  padding: 20px 0 0 20px;
  color: #FFF;
  font-size: 0.9rem;
  text-align: left;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}
.footer-contents .title-jp-02 a {
  color: #FFF;
  text-decoration: none;
}
.footer-contents .title-en-02 {
  padding: 0 0 0 20px;
  color: #FFF;
  font-size: 0.8rem;
  text-align: left;
  letter-spacing: 0.05rem;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.footer-contents .title-en-02 a {
  color: #FFF;
  text-decoration: none;
}
.access-detail {
  font-size: 0.9rem;
}
/*.footer-contents .access {
  font-size: 0.9rem;
}
.footer-contents .access::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url(../img/icon-access.svg) no-repeat;
  background-size: contain;
  margin-right: -10px;
  vertical-align: middle;
}*/
.footer-contents .access {
  font-size: 0.8rem;
  margin-bottom: 18px;
}
.footer-contents .access span {
  display: inline-block;
  padding-top: 14px;
}
.footer-contents .access::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-image: url(../img/icon-access.svg);
  background-size: contain;
  margin-right: -10px;
  vertical-align: top;
  background-position: left top;
}
.footer-contents .tel {
  font-size: 0.9rem;
  margin: -25px 0 0 0;
}
.footer-contents .tel::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url(../img/icon-tel.svg) no-repeat;
  background-size: contain;
  margin-right: -10px;
  vertical-align: middle;
}
.footer-contents .attention {
  font-size: 0.9rem;
  padding: 0px 0 0 20px;
}
.footer-contents .attention a {
  color: #FFF;
}
/*.footer-navi {
  display: none;
}*/
.footer-navi {
  width: 100%;
  float: none;
  background-image: url(../img/bg-title-02.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 40px auto;
  padding: 20px 0 0 0;
}
.footer-navi ul {
  padding: 15px 0 0 0;
}
.footer-navi ul li {
  color: #FFF;
  font-size: 0.9rem;
  list-style: none;
  margin: 0 0 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-navi ul li a {
  color: #FFF;
  text-decoration: none;
}
.footer-navi ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer-navi ul li ul {
  width: 90%;
  margin: 0 auto;
}
.copyright {
  text-align: center;
  font-size: 0.6rem;
  padding: 40px 0;
  letter-spacing: 0.05rem;
  background-color: #0066ae;
  font-family: 'Oswald', sans-serif;
}
.news-list ul li:after, .news-list ul:after, .footer-contents:after, .footer-inner:after, .footer-inner:after {
  content: "";
  display: block;
  clear: both;
}
.welcome {
  width: 95%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 30px;
}
.welcome-title {
  margin: 30px 0;
  width: 100%;
  background-color: #0b3065;
  padding: 30px 0;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.welcome p {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  padding-bottom: 20px;
}
.welcome p .jp {
  font-family: 'Noto Sans JP', sans-serif;
}
.welcome p .en {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.welcome h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 30px;
}
.welcome h2 .jp {
  font-family: 'Noto Sans JP', sans-serif;
}
.welcome h2 .en {
  font-family: 'Oswald', sans-serif;
}
.pickup-wrapper ul {
  width: 95%;
  margin: 30px auto;
}
.pickup-wrapper ul li {
  width: 100%;
  border: 1px solid #0b3065;
  padding: 10px;
  list-style-type: none;
  margin-bottom: 20px;
}
.pickup-wrapper ul li a {
  color: #575757;
}
.pickup_block {}
.pickup_block:after {
  content: "";
  display: block;
  clear: both;
}
.pickup_photo {
  width: 80px;
  float: left;
}
@media screen and (min-width: 361.5px) {.pickup_photo {
  width: 100px;
  float: left;
}}
.pickup_photo img {
  width: 100%;
  height: auto;
}
.pickup_td {
  float: left;
  width: 70%;
  padding: 10px 0 0 10px;
}
.pickup_td a {
  text-decoration: none;
}
.pickup_td a:hover {
  text-decoration: none;
}
@media screen and (max-width: 361px) {
  .pickup_td {
    float: left;
    width: 60%;
    padding: 0px 0 0 10px;
  }
}
.pickup_title {
  color: #0b3065;
  font-size: 1.2rem;
  font-weight: 600;
}
.pickup_detail {
  font-size: .9rem;
  padding-top: 10px;
}
.wrap {
  width: 100%;
  position: relative;
  bottom: 0px;
  z-index: 0;
  margin-bottom: 0px;
  overflow: hidden;
}
.wrap img {
  width: 100%;
  height: auto;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  animation: zoomUp 5s linear 0s 1 normal both;
}
.slide-img img {
  display: block;
}
.link-detail {
  width: 100%;
  background-color: #0b3065;
  display: flex;
  display: block;
  margin: 0 auto;
}
.link-detail a {
  background-color: #0b3065;
  color: #FFF;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
}
.link-detail a:hover {
  background-color: #e5f0f9;
  color: #0b3065;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
}
.link-detail i img {
  width: 20px;
  position: relative;
  top: 5px;
  left: 5px;
}
.youtube-wrapper {
  width: 95%;
  margin: 0 auto;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.right-fixed-banner {
  position: fixed;
  bottom: 0;
  right: 0px;
  width: 50px;
  margin-right: 0;
  background-color: #FFF;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 0;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  gap: 5px;
  justify-content: space-between;
  z-index: 999;
}
.banner-box {
  width: 40px;
  padding: 10px 0 0 10px;
  margin-bottom: 0px;
}
.banner-box img {
  width: 100%;
}
.banner-box a:hover {
  opacity: 0.6;
}