.visual .slick-arrow, .visual .slick-dots li button {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 0;
  height: 0;
}

@keyframes fadeAni {
  0% {
    transform: translateY(50px);
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

* {
  box-sizing: border-box;
}

.visual {
  position: relative;
  height: 580px;
}

.visual .inr {
  position: relative;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.visual .inr .txt {
  position: absolute;
  top: 215px;
  left: 98px;
  z-index: 5;
}

.visual .inr .txt p {
  display: block;
  color: #252525;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.visual .inr .txt i {
  display: inline-block;
}

.visual .inr .txt i.blue {
  color: #056eb8;
}

.visual .inr .txt i.green {
  color: #00a19a;
}

.visual .inr .txt i.orange {
  color: #ec8f25;
}

.visual .inr .txt span {
  display: block;
  color: #252525;
  font-size: 48px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.visual .inr .txt em {
  display: block;
  margin-top: 15px;
  color: #898989;
  font-size: 20px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.visual .inr .txt a {
  display: block;
  width: 170px;
  height: 40px;
  margin-top: 45px;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #046fa6 0%, #017e83 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.visual .inr .txt a i {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  color: #898989;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  background-image: url(../images/main/ico_arrow.png);
  background-repeat: no-repeat;
  background-position: 75% 50%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.visual .inr .txt a:hover i {
  background-position: 90% 50%;
}

.visual .inr .txt .inr-txt {
  opacity: 0;
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
}

.visual .slick-slider {
  height: 580px;
}

.visual .slick-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 580px;
}

.visual .slick-list li {
  height: 580px;
  background-repeat: no-repeat;
  background-position: center 100%;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.visual .slick-list li.visual01 {
  background-image: url(../images/main/bg_visual01.png);
}

.visual .slick-list li.visual02 {
  background-image: url(../images/main/bg_visual02.png);
}

.visual .slick-list li.visual03 {
  background-image: url(../images/main/bg_visual03.png);
}

.visual .slick-list li.visual02 .txt, .visual .slick-list li.visual03 .txt {
  top: 175px;
}

.visual .slick-list li.visual02 .txt a, .visual .slick-list li.visual03 .txt a {
  width: 190px;
  margin-top: 25px;
}

.visual .slick-list li.visual02 .txt a i, .visual .slick-list li.visual03 .txt a i {
  background-position: 82% 50%;
}

.visual .slick-list li.visual02 .txt a:hover i, .visual .slick-list li.visual03 .txt a:hover i {
  background-position: 90% 50%;
}

.visual .slick-list li.slick-active .txt .inr-txt {
  animation: fadeAni 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
}

.visual .slick-list li.slick-active .txt .inr-txt.inr-txt-1 {
  animation-duration: 1.5s;
}

.visual .slick-list li.slick-active .txt .inr-txt.inr-txt-2 {
  animation-duration: 2.5s;
}

.visual .slick-list li.slick-active .txt .inr-txt.inr-txt-3 {
  animation-duration: 3.5s;
}

.visual .slick-list li.slick-active .txt .inr-txt.inr-txt-4 {
  animation-duration: 4.5s;
}

.visual .slick-list li.slick-active .txt .inr-txt.inr-txt-5 {
  animation-duration: 5.5s;
}

.visual .slick-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1440px;
  height: 36px;
  background: url(../images/main/btn_prev.png) no-repeat;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 1;
}

.visual .slick-arrow.slick-next {
  left: auto;
  right: 50%;
  transform: rotate(-180deg) translateX(-50%);
}

.visual .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 1400px;
  padding-left: 90px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 1;
}

.visual .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}

.visual .slick-dots li.slick-active button {
  width: 40px;
  background: #056eb8;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.visual .slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #898989;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.content {
  padding-bottom: 75px;
}

.quick_box {
  height: 180px;
  background: linear-gradient(to right, #045b92, #027284);
}

.quick_box .inr {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.quick_box ul {
  height: 100%;
}

.quick_box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  float: left;
  width: 12.5%;
}

.quick_box ul li a {
  display: block;
}

.quick_box ul li a span {
  display: block;
  position: relative;
  padding-top: 90px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.quick_box ul li a span:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 81px;
  height: 82px;
  background-repeat: no-repeat;
  background-position: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.quick_box ul li a.quick01 span:before {
  background-image: url(../images/main/ico_quick01.png);
}

.quick_box ul li a.quick02 span:before {
  background-image: url(../images/main/ico_quick02.png);
}

.quick_box ul li a.quick03 span:before {
  background-image: url(../images/main/ico_quick03.png);
}

.quick_box ul li a.quick04 span:before {
  background-image: url(../images/main/ico_quick04.png);
}

.quick_box ul li a.quick05 span:before {
  background-image: url(../images/main/ico_quick05.png);
}

.quick_box ul li a.quick06 span:before {
  background-image: url(../images/main/ico_quick06.png);
}

.quick_box ul li a.quick07 span:before {
  background-image: url(../images/main/ico_quick07.png);
}

.quick_box ul li a.quick08 span:before {
  background-image: url(../images/main/ico_quick08.png);
}

.quick_box ul li a:hover span:before {
  top: -10px;
}

.quick_box ul:after {
  content: '';
  display: block;
  clear: both;
}

.news_box {
  padding-top: 80px;
}

.news_box .inr {
  max-width: 1400px;
  margin: 0 auto;
}

.news_box .inr > div h3 {
  float: left;
  min-width: 308px;
  color: #898989;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.1em;
}

.news_box .inr > div h3 span {
  display: inline-block;
  position: relative;
}

.news_box .inr > div h3 span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #cde2f1;
  z-index: -1;
}

.news_box .inr > div h3 span.blue {
  color: #056eb8;
}

.news_box .inr > div h3 span.green {
  color: #00a19a;
}

.news_box .inr > div ul {
  float: right;
  width: calc(100% - 308px);
}

.news_box .inr > div ul li {
  float: left;
  width: 23%;
  margin: 0 1.3%;
}

.news_box .inr > div ul li:first-child {
  margin-left: 0;
}

.news_box .inr > div ul li:last-child {
  margin-right: 0;
}

.news_box .inr > div ul:after {
  content: '';
  display: block;
  clear: both;
}

.news_box .inr > div:after {
  content: '';
  display: block;
  clear: both;
}

.news_box .news ul li a {
  display: block;
  position: relative;
  height: 250px;
  padding: 30px 30px 10px;
  background: #ebebeb;
}

.news_box .news ul li a span {
  display: block;
  min-height: 44px;
  color: #363636;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.news_box .news ul li a em {
  display: block;
  min-height: 98px;
  margin-top: 10px;
  color: #898989;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.news_box .news ul li a i {
  display: block;
  margin-top: 25px;
  color: #898989;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
}

.news_box .news ul li a:before, .news_box .news ul li a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}

.news_box .news ul li a:before {
  top: 0;
  right: 0;
  border-top: 3px solid #056eb8;
  border-left: 3px solid #056eb8;
}

.news_box .news ul li a:after {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #00a19a;
  border-right: 3px solid #00a19a;
}

.news_box .news ul li a:hover:before, .news_box .news ul li a:hover:after {
  width: 100%;
  height: 98.5%;
  opacity: 1;
  transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
}

.news_box .facility {
  margin-top: 80px;
}

.news_box .facility h3 span:before {
  background: #cceceb !important;
}

.news_box .facility ul li .tit {
  color: #363636;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
}

.news_box .facility ul li .img {
  position: relative;
  width: 100%;
  height: 140px;
  margin-top: 15px;
}

.news_box .facility ul li .img:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -50px;
  right: 20px;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: 0;
}

.news_box .facility ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.news_box .facility ul li .img.facility01:before {
  background-image: url(../images/main/ico_facility01.png);
}

.news_box .facility ul li .img.facility02:before {
  background-image: url(../images/main/ico_facility02.png);
}

.news_box .facility ul li .img.facility03:before {
  background-image: url(../images/main/ico_facility03.png);
}

.news_box .facility ul li .img.facility04:before {
  background-image: url(../images/main/ico_facility04.png);
}

.news_box .facility ul li a {
  display: block;
  width: 150px;
  height: 40px;
  margin-top: 60px;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #046fa6 0%, #017e83 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.news_box .facility ul li a span {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  color: #898989;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  background-image: url(../images/main/ico_arrow.png);
  background-repeat: no-repeat;
  background-position: 75% 50%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.news_box .facility ul li a:hover span {
  background-position: 90% 50%;
}

.location_box {
  margin-top: 80px;
  text-align: center;
}

.location_box .inr {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.location_box h3 {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
}

.location_box h3:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #ececec;
  z-index: -1;
}

.location_box #map {
  width: 100%;
  height: 500px;
  margin-top: 50px;
  border: 1px solid #e0e0e0;
}

.location_box #map > div > div > div:nth-child(6) > div:nth-child(2) {
  border: 0 !important;
  background: none !important;
}

.location_box #map > div > div > div:nth-child(6) > div:nth-child(2) > div:first-child {
  display: none !important;
}

.info_box {
  margin-top: 50px;
  height: 290px;
}

.info_box .inr {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 45px 0;
  background: #e4f3ff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.info_box .inr:after {
  content: '';
  display: block;
  clear: both;
}

.info_box .inr > div {
  display: inline-flex;
  justify-content: center;
  float: left;
}

.info_box .inr > div:after {
  content: '';
  display: block;
  clear: both;
}

.info_box .inr > div > div {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  float: left;
}

.info_box .inr > div > div:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 205px;
  border-left: 1px solid #c3dff4;
}

.info_box .inr > div > div h3 {
  color: #363636;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
}

.info_box .top {
  width: 63%;
}

.info_box .bottom {
  width: 34%;
}

.info_box .advice {
  width: 46%;
  padding-left: 80px;
}

.info_box .advice:before {
  display: none !important;
}

.info_box .advice a:not(.link) {
  display: block;
  color: #056eb8;
  font-size: 40px;
  font-weight: 800;
}

.info_box .advice p {
  margin-top: 5px;
  color: #898989;
  font-size: 14px;
  line-height: 1.4em;
}

.info_box .advice .link {
  display: block;
  width: 200px;
  height: 40px;
  margin-top: 15px;
  background: linear-gradient(to right, #056fb8, #00a09b);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.info_box .advice .link span {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
  background-image: url(../images/main/ico_arrow01.png);
  background-repeat: no-repeat;
  background-position: 82% 50%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.info_box .advice .link:hover span {
  background-position: 90% 50%;
}

.info_box .time {
  width: 54%;
  padding-left: 70px;
}

.info_box .time ul {
  display: inline-flex;
  flex-direction: column;
  margin-top: 10px;
}

.info_box .time ul li {
  display: inline-flex;
  margin-top: 5px;
}

.info_box .time ul li:first-child {
  margin-top: 0;
}

.info_box .time ul li > * {
  display: flex;
  align-items: center;
}

.info_box .time ul li p {
  min-width: 80px;
  color: #056eb8;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}

.info_box .time ul li span {
  color: #898989;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
}

.info_box .time ul li span em {
  margin-left: 8px;
  color: #00a19a;
  font-size: 30px;
  font-weight: 700;
}

.info_box .time ul li span + span {
  margin-left: 8px;
}

.info_box .time i {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-left: 80px;
  color: #898989;
  font-size: 14px;
  font-weight: 500;
}

.info_box .use {
  padding-left: 60px;
}

.info_box .use ul li {
  float: left;
  width: 50%;
  margin-top: 30px;
}

.info_box .use ul li a {
  display: block;
}

.info_box .use ul li a span {
  display: block;
  position: relative;
  padding-left: 50px;
  color: #898989;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  word-break: keep-all;
}

.info_box .use ul li a span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.info_box .use ul li a span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0%;
  top: 50%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.info_box .use ul li a.use01 span:after {
  background-image: url(../images/main/ico_use01.png);
}

.info_box .use ul li a.use02 span:after {
  background-image: url(../images/main/ico_use02.png);
}

.info_box .use ul li a.use03 span:after {
  background-image: url(../images/main/ico_use03.png);
}

.info_box .use ul li a.use04 span:after {
  background-image: url(../images/main/ico_use04.png);
}

.info_box .use ul li a.use05 span:after {
  background-image: url(../images/main/ico_use05.png);
}

.info_box .use ul:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 1600px) {
  .visual .slick-list li {
    background-position: 40% 100%;
  }
}

@media screen and (max-width: 1490px) {
  .content .inr {
    max-width: 100%;
    padding: 0 20px;
  }
  .visual .inr {
    max-width: 100%;
    padding: 130px 20px 0;
  }
  .visual .inr .txt p {
    font-size: 45px;
  }
  .visual .inr .txt span {
    font-size: 45px;
  }
  .visual .inr .txt em {
    font-size: 18px;
  }
  .visual .slick-list li.visual02 .txt a, .visual .slick-list li.visual03 .txt a {
    margin-top: 29px;
  }
  .visual .slick-arrow {
    width: 20px;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .visual .slick-arrow.slick-prev {
    left: 20px;
  }
  .visual .slick-arrow.slick-next {
    right: 20px;
    transform: rotate(-180deg);
  }
  .visual .slick-dots {
    width: 100%;
    left: 0;
    padding-left: 98px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .quick_box .inr {
    padding: 0;
  }
  .quick_box ul li a span {
    font-size: 18px;
  }
  .news_box .inr > div h3 {
    min-width: 250px;
    font-size: 34px;
  }
  .news_box .inr > div ul {
    min-width: calc(100% - 250px);
  }
  .news_box .facility ul li .tit {
    font-size: 22px;
  }
  .location_box h3 {
    font-size: 34px;
  }
  .info_box {
    padding: 0 20px;
  }
  .info_box .inr {
    padding: 45px 0;
  }
  .info_box .inr > div > div h3 {
    font-size: 22px;
  }
  .info_box .advice a:not(.link) {
    font-size: 38px;
  }
  .info_box .time ul li p {
    font-size: 17px;
  }
  .info_box .time ul li span {
    font-size: 17px;
  }
  .info_box .time ul li span em {
    font-size: 28px;
  }
  .info_box .use ul li a span {
    font-size: 17px;
  }
}

@media screen and (max-width: 1370px) {
  .visual .inr {
    max-width: 100%;
    padding: 20px 0;
  }
  .visual .inr .txt p {
    font-size: 42px;
  }
  .visual .inr .txt span {
    font-size: 42px;
  }
  .visual .inr .txt em {
    font-size: 17px;
  }
  .visual .slick-list li {
    background-position: 60% 100%;
  }
  .visual .slick-list li.visual02 .txt a, .visual .slick-list li.visual03 .txt a {
    margin-top: 33px;
  }
  .info_box .inr > div > div {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1280px) {
  .visual .inr .txt p {
    font-size: 40px;
  }
  .visual .inr .txt span {
    font-size: 40px;
  }
  .visual .inr .txt em {
    font-size: 17px;
  }
  .visual .slick-list li {
    background-position: 60% 100%;
  }
  .visual .slick-list li.visual02 .txt a, .visual .slick-list li.visual03 .txt a {
    margin-top: 35px;
  }
  .quick_box ul li a span {
    font-size: 17px;
  }
  .news_box .inr > div h3 {
    min-width: 230px;
    font-size: 30px;
  }
  .news_box .inr > div ul {
    min-width: calc(100% - 230px);
  }
  .news_box .facility ul li .tit {
    font-size: 20px;
  }
  .location_box h3 {
    font-size: 30px;
  }
  .info_box .inr > div > div h3 {
    font-size: 20px;
  }
  .info_box .advice a:not(.link) {
    font-size: 35px;
  }
  .info_box .time ul li span em {
    font-size: 27px;
  }
}

@media screen and (max-width: 1240px) {
  .info_box .inr > div > div {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .visual {
    height: 480px;
  }
  .visual .inr .txt {
    top: 150px;
  }
  .visual .inr .txt p {
    font-size: 38px;
  }
  .visual .inr .txt span {
    font-size: 38px;
  }
  .visual .inr .txt em {
    font-size: 16px;
  }
  .visual .slick-slider {
    height: 480px;
  }
  .visual .slick-list {
    height: 480px;
  }
  .visual .slick-list li {
    height: 480px;
  }
  .visual .slick-list li.visual02 .txt, .visual .slick-list li.visual03 .txt {
    top: 105px;
  }
  .visual .slick-list li.visual02 .txt a, .visual .slick-list li.visual03 .txt a {
    margin-top: 42px;
  }
}

@media screen and (max-width: 1150px) {
  .info_box {
    height: auto;
  }
  .info_box .inr {
    padding: 0;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .info_box .top {
    justify-content: inherit !important;
    float: none !important;
    width: 100%;
    padding: 30px 50px;
    background: #e4f3ff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .info_box .top .advice {
    width: 40%;
    padding-left: 0;
  }
  .info_box .top .time:before {
    height: 100%;
  }
  .info_box .bottom {
    display: block !important;
    justify-content: inherit !important;
    float: none !important;
    width: 100%;
    margin-top: 40px;
  }
  .info_box .bottom .use {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .info_box .bottom .use:before {
    display: none;
  }
  .info_box .bottom .use ul {
    margin-top: 15px;
    padding: 20px 0;
    background: #ebebeb;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .info_box .bottom .use ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 40px;
    margin-top: 0;
  }
  .info_box .bottom .use ul li a span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .visual .inr .txt p {
    font-size: 35px;
  }
  .visual .inr .txt span {
    font-size: 35px;
  }
  .visual .inr .txt a i {
    font-size: 15px;
  }
  .visual .slick-list li {
    background-size: cover;
  }
  .visual .slick-list li.visual02 .txt a, .visual .slick-list li.visual03 .txt a {
    margin-top: 46px;
  }
  .quick_box ul li a span {
    font-size: 16px;
  }
  .news_box {
    padding-top: 40px;
  }
  .news_box .inr > div h3 {
    float: none;
    min-width: 100%;
    font-size: 28px;
  }
  .news_box .inr > div h3 p {
    display: inline-block;
    vertical-align: middle;
  }
  .news_box .inr > div h3 span {
    display: inline-block;
    vertical-align: middle;
  }
  .news_box .inr > div ul {
    float: none;
    min-width: 100%;
    margin-top: 20px;
  }
  .news_box .inr > div ul li a span {
    font-size: 17px;
  }
  .news_box .inr > div ul li a i {
    font-size: 15px;
  }
  .news_box .inr .news ul li a {
    padding: 30px 20px 10px;
  }
  .news_box .inr .facility {
    margin-top: 40px;
  }
  .news_box .inr .facility ul li .tit {
    font-size: 18px;
  }
  .news_box .inr .facility ul li a span {
    font-size: 15px;
  }
  .location_box h3 {
    font-size: 28px;
  }
  .location_box #map {
    margin-top: 30px;
  }
  .info_box .inr > div > div h3 {
    font-size: 18px;
  }
  .info_box .advice a:not(.link) {
    font-size: 32px;
  }
  .info_box .time ul li p {
    font-size: 16px;
  }
  .info_box .time ul li span {
    font-size: 16px;
  }
  .info_box .time ul li span em {
    font-size: 25px;
  }
}

@media screen and (max-width: 850px) {
  .visual {
    height: 420px;
  }
  .visual .inr .txt {
    top: 120px;
    left: 50px;
  }
  .visual .inr .txt p {
    font-size: 30px;
  }
  .visual .inr .txt span {
    font-size: 30px;
  }
  .visual .inr .txt em {
    font-size: 15px;
  }
  .visual .slick-slider {
    height: 420px;
  }
  .visual .slick-list {
    height: 420px;
  }
  .visual .slick-list li {
    height: 420px;
  }
  .visual .slick-list li.visual02 .txt, .visual .slick-list li.visual03 .txt {
    top: 83px;
  }
  .visual .slick-list li.visual02 .txt a, .visual .slick-list li.visual03 .txt a {
    margin-top: 44px;
  }
  .visual .slick-arrow.slick-prev {
    left: 10px;
  }
  .visual .slick-arrow.slick-next {
    right: 10px;
  }
  .visual .slick-dots {
    padding-left: 50px;
  }
  .info_box .bottom .use ul {
    padding: 5px 20px 20px;
  }
  .info_box .bottom .use ul li {
    justify-content: inherit;
    width: 33.33333333333333%;
    margin-top: 15px;
  }
  .info_box .bottom .use ul li a span {
    font-size: 15px;
  }
}

@media screen and (max-width: 840px) {
  .content {
    padding-bottom: 50px;
  }
  .quick_box {
    height: auto;
    padding-bottom: 20px;
  }
  .quick_box ul li {
    width: 25%;
    margin-top: 20px;
  }
  .quick_box ul li a span {
    padding-top: 70px;
    font-size: 15px;
  }
  .quick_box ul li a span:before {
    width: 61px;
    height: 62px;
    background-size: cover;
  }
  .news_box {
    padding-top: 30px;
  }
  .news_box .inr > div h3 {
    font-size: 25px;
  }
  .news_box .inr > div ul {
    margin-top: 0;
  }
  .news_box .inr > div ul li {
    width: 49%;
    margin: 20px 0 0;
  }
  .news_box .inr > div ul li:nth-child(even) {
    float: right;
  }
  .news_box .facility {
    margin-top: 30px;
  }
  .news_box .facility ul li:nth-child(3),
  .news_box .facility ul li:nth-child(4) {
    margin-top: 40px;
  }
  .location_box {
    margin-top: 50px;
  }
  .location_box h3 {
    font-size: 25px;
  }
  .location_box #map {
    height: 300px;
  }
  .info_box {
    margin-top: 30px;
  }
  .info_box .inr > div > div h3 {
    font-size: 17px;
  }
  .info_box .top {
    padding: 30px;
  }
  .info_box .top .advice {
    width: 47%;
  }
  .info_box .top .advice a:not(.link) {
    font-size: 30px;
  }
  .info_box .top .advice .link span {
    font-size: 15px;
  }
  .info_box .top .time ul li span em {
    font-size: 22px;
  }
  .info_box .bottom {
    margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .visual {
    height: 350px;
  }
  .visual .inr .txt {
    top: 100px;
  }
  .visual .inr .txt p {
    font-size: 25px;
  }
  .visual .inr .txt span {
    font-size: 25px;
  }
  .visual .inr .txt a {
    height: 35px;
    margin-top: 30px;
  }
  .visual .slick-slider {
    height: 350px;
  }
  .visual .slick-list {
    height: 350px;
  }
  .visual .slick-list li {
    height: 350px;
  }
  .visual .slick-list li.visual01 {
    background-image: url(../images/main/bg_visual01_m.jpg);
  }
  .visual .slick-list li.visual02 {
    background-image: url(../images/main/bg_visual02_m.jpg);
  }
  .visual .slick-list li.visual03 {
    background-image: url(../images/main/bg_visual03_m.jpg);
  }
  .visual .slick-list li.visual02 .txt, .visual .slick-list li.visual03 .txt {
    top: 69px;
  }
  .visual .slick-list li.visual02 .txt a, .visual .slick-list li.visual03 .txt a {
    margin-top: 30px;
  }
  .info_box .inr > div {
    display: inherit;
  }
  .info_box .top {
    padding: 30px;
  }
  .info_box .top .advice {
    float: none;
    width: 100%;
  }
  .info_box .top .advice p {
    word-break: keep-all;
  }
  .info_box .top .advice p br {
    display: none;
  }
  .info_box .top .time {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0;
  }
  .info_box .top .time ul li span em {
    font-size: 22px;
  }
  .info_box .top .time:before {
    left: 50%;
    width: 100%;
    height: 1px;
    border-left: 0;
    border-top: 1px solid #c3dff4;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}

@media screen and (max-width: 450px) {
  .visual {
    height: 300px;
  }
  .visual .inr .txt p {
    font-size: 22px;
  }
  .visual .inr .txt span {
    font-size: 22px;
  }
  .visual .inr .txt a {
    margin-top: 15px;
  }
  .visual .slick-slider {
    height: 300px;
  }
  .visual .slick-list {
    height: 300px;
  }
  .visual .slick-list li {
    height: 300px;
  }
  .visual .slick-list li.visual02 .txt, .visual .slick-list li.visual03 .txt {
    top: 73px;
  }
  .visual .slick-list li.visual02 .txt a, .visual .slick-list li.visual03 .txt a {
    margin-top: 15px;
  }
  .visual .slick-dots {
    bottom: 10px;
  }
  .info_box .bottom .use ul li {
    width: 50%;
  }
}

@media screen and (max-width: 420px) {
  .quick_box ul li a span {
    padding-top: 60px;
  }
  .quick_box ul li a span:before {
    width: 51px;
    height: 52px;
  }
  .news_box .inr > div ul li {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
  .news_box .inr > div ul li:nth-child(even) {
    float: none;
  }
  .news_box .facility ul li {
    margin-top: 30px;
  }
  .news_box .facility ul li a {
    margin-top: 30px;
  }
  .news_box .facility ul li:nth-child(2), .news_box .facility ul li:nth-child(3), .news_box .facility ul li:nth-child(4) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 400px) {
  .info_box .bottom .use ul li {
    width: 100%;
  }
  .info_box .time ul li {
    display: inherit;
  }
  .info_box .time ul li p {
    min-width: 60px;
    font-size: 15px;
  }
  .info_box .time ul li span {
    font-size: 15px;
  }
  .info_box .time ul li span em {
    font-size: 20px;
  }
  .info_box .time i {
    padding-left: 60px;
  }
}
