@charset "UTF-8";
.main_vis {
  height: 60vh;
  position: relative;
}

.main_vis__slider {
  height: 100%;
}

.main_vis__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 60vh;
}

.main_vis__text01 {
  position: absolute;
  top: 30%;
  left: 1rem;
  right: 1rem;
  text-align: center;
  z-index: 10;
}

.main_vis__text02 {
  width: 70%;
  position: absolute;
  bottom: .5rem;
  right: 1rem;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .main_vis {
    height: auto;
  }
  .main_vis__slide img {
    height: auto;
  }
  .main_vis__text01 {
    width: auto;
    left: 1rem;
    right: auto;
  }
  .main_vis__text02 {
    width: auto;
  }
}

@media screen and (min-width: 1300px) {
  .main_vis__text01 {
    left: calc((100% - 1300px) / 2);
  }
  .main_vis__text02 {
    right: calc((100% - 1300px) / 2);
    bottom: 1.5rem;
  }
}

.content1 {
  margin-bottom: .5rem;
  background-color: #429da9;
  background-size: cover;
  color: #fff;
}

.content1__inner {
  width: min(90%, 1080px);
  margin: auto;
  padding: 4rem 0;
}

.content1__ttl {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.content1__3btn {
  max-width: 1080px;
  margin: 2rem auto 0;
}

.content1__3btn li:not(:last-of-type) {
  margin-bottom: 2rem;
}

.content1__3btn__img {
  display: block;
  margin-bottom: 1rem;
}

.content1__3btn__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .content1 {
    background-image: url(../img/content1__bg.jpg);
  }
  .content1__ttl {
    font-size: clamp(1.2rem, -2.429rem + 7.14vw, 3.375rem);
  }
  .content1__3btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4rem;
  }
  .content1__3btn li {
    width: 30%;
  }
}

@media screen and (min-width: 1300px) {
  .content1__ttl {
    margin-left: 10rem;
  }
  .content1__text {
    margin-left: 10rem;
  }
  .content1__3btn {
    margin-top: 8rem;
  }
}

.institution {
  padding: 4rem 0;
  background-color: #429da9;
  background-image: url(../img/front__institution__bg.jpg);
  background-position: top right 20%;
  background-size: cover;
  color: #fff;
}

.institution__ttl {
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}

.institution__ttl__obj img {
  margin-right: 1em;
  height: 1.5em;
}

.institution__img {
  display: block;
  margin-bottom: 1rem;
}

.institution__img img {
  width: 100%;
}

.institution__more_btn {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .institution {
    background-position: top right 20%;
  }
  .institution__ttl {
    margin-bottom: 3rem;
    font-size: clamp(1.2rem, -0.263rem + 2.63vw, 1.875rem);
  }
  .institution__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .institution__img {
    width: 55%;
  }
  .institution__text {
    width: min(55%, 540px);
    padding-left: 3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .institution__text p {
    font-size: 1.1rem;
    text-align: center;
  }
}

.greeting {
  background-image: url(../img/greeting__bg.png);
  background-position: center right 75%;
  background-size: cover;
}

.greeting__inner {
  width: min(100%, 1300px);
  margin: auto;
  padding: 4rem 5%;
  background-color: rgba(255, 255, 255, 0.5);
}

.greeting__ttl {
  margin-bottom: 1em;
  color: #2a83a2;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  font-size: 1.2rem;
}

.greeting__text {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
}

.greeting__motto {
  margin: 1.5rem 0;
}

.greeting__motto li {
  font-size: 1.2rem;
  color: #2a83a2;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
}

.greeting__owner {
  display: block;
  margin-top: 1.5rem;
  text-align: right;
}

.greeting__owner img {
  height: 1rem;
}

@media screen and (min-width: 768px) {
  .greeting {
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
  }
  .greeting__inner {
    padding: 6rem 1rem 8rem;
  }
  .greeting__ttl {
    font-size: 2.25rem;
  }
  .greeting__text {
    width: 50%;
    color: #343434;
  }
  .greeting__motto {
    margin: 3rem 0;
  }
  .greeting__motto li {
    font-size: clamp(1.2rem, 0.098rem + 1.88vw, 1.625rem);
  }
  .greeting__owner {
    margin-left: calc(50% - 12rem);
    text-align: left;
  }
  .greeting__owner img {
    height: auto;
  }
}

@media screen and (min-width: 1300px) {
  .greeting__inner {
    padding: 6rem 0 8rem;
    background-color: transparent;
  }
}

.information {
  margin-bottom: 1rem;
  padding: 4rem 0;
  background-image: url(../img/information__bg.jpg);
  background-size: cover;
  background-position: bottom center;
  color: #fff;
}

.information__ttl {
  margin-bottom: 1.5em;
  font-size: 1.8rem;
  line-height: 1.3;
}

.information__ttl .jpn {
  display: block;
  font-size: .5em;
  color: #fff444;
}

.information__post_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

.information__post_list li {
  width: 48%;
  margin-bottom: 1.5rem;
}

.information__post_list li:nth-of-type(even) {
  margin-left: 4%;
}

.information__post_thum {
  display: block;
  border-radius: .4rem;
  overflow: hidden;
  -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 0 5px rgba(0, 0, 0, 0.3);
}

.information__post_thum img {
  width: 100%;
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
     object-fit: cover;
}

.information__post_info {
  margin-bottom: .5rem;
}

.information__post_time {
  font-size: .8rem;
  width: 5rem;
  color: #fff444;
  font-family: "Alef", sans-serif;
}

.information__post_cat {
  width: 8rem;
  color: #fff;
  font-size: .8rem;
  text-align: center;
  line-height: 1.5;
}

.information__post_cat.-blog {
  background-color: #e58e30;
}

.information__post_cat.-news {
  background-color: #4c70f6;
}

.information__post_ttl {
  line-height: 1.5;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .information__ttl {
    font-size: clamp(1.2rem, -2.429rem + 7.14vw, 3.375rem);
  }
  .information__ttl .jpn {
    font-size: .3em;
  }
  .information__post_list {
    margin-bottom: 5rem;
  }
  .information__post_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .information__post_thum {
    width: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .information__post_text {
    padding-left: 2rem;
  }
  .information__post_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=front-page.css.map */