@charset "UTF-8";
#home {
  /* 追加CSS */
}
#home #content {
  background-color: inherit;
}
#home .main_block .main_body {
  background-color: inherit;
}
#home #header {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: clamp(200px, 20vw, 400px);
  width: 100%;
  color: #fff;
}
#home #header .icon_menu svg {
  fill: #fff;
}
@media screen and (max-width: 599px) {
  #home #header {
    padding-left: 0;
    background-color: #fff;
    z-index: 10;
  }
}
#home .main_block {
  padding-top: 0;
}
#home h2 {
  color: #01A8E2;
  padding-left: 5%;
}
#home .home_visual {
  height: 60vw;
  max-height: 900px;
  min-height: 600px;
}
#home .home_visual > div {
  position: initial;
}
#home .home_visual .catchcopy {
  writing-mode: vertical-rl;
  position: absolute;
  right: 10%;
  top: 20%;
  letter-spacing: 0.3em;
  font-family: "TsukuARdGothic-Regular", "TsukuBRdGothic-Regular", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 1.3em;
  line-height: 1.7;
}
#home .home_visual figure {
  position: absolute;
  width: 33%;
  right: 0;
  bottom: -1em;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  #home .home_visual {
    height: 150vw;
  }
  #home .home_visual figure {
    width: 60%;
  }
}
#home .home_visual #important {
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 1em;
  margin-bottom: 0;
  width: 80%;
  z-index: 1;
}
#home .home_visual #important > .wp-block-group__inner-container {
  width: 100%;
}
#home .home_visual #important h2, #home .home_visual #important ul {
  display: inline-block;
}
#home .home_visual #important h2 {
  margin-bottom: 0;
  font-size: 1.1rem;
  vertical-align: top;
  padding: 0.5em 1.5em 0.4em;
  font-weight: normal;
}
#home .home_visual #important .post_list.text_list {
  padding: 0.7rem 1rem;
}
#home .home_visual #important .post_list.text_list > li {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#home .home_visual #important .post_list.text_list > li:not(:first-of-type) {
  padding-top: 1em;
}
#home .home_visual #important .post_list.text_list > li a {
  text-decoration: none;
}
#home .home_visual #important .post_date {
  width: 6em;
}
@media screen and (max-width: 599px) {
  #home .home_visual #important {
    width: 85%;
    bottom: 12%;
  }
  #home .home_visual #important h2 {
    width: 100%;
    text-align: center;
  }
}

.home_banner {
  width: 85%;
  margin: 50px auto;
}
.home_banner .slick-arrow {
  border: #01A8E2 1px solid;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  width: 1.7rem;
  height: 1.7rem;
  background-color: #fff;
}
.home_banner .slick-prev {
  left: -50px;
}
.home_banner .slick-prev:before {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-left: #01A8E2 2px solid;
  border-bottom: #01A8E2 2px solid;
  transform: rotate(45deg) translate(0, 0%);
  top: 36%;
  left: 40%;
}
.home_banner .slick-next {
  right: -50px;
}
.home_banner .slick-next:before {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-left: #01A8E2 2px solid;
  border-bottom: #01A8E2 2px solid;
  transform: rotate(-135deg) translate(0, 0%);
  top: 36%;
  right: 40%;
}
.home_banner .banner {
  margin: 1vw;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home_banner .banner:hover {
  opacity: 0.8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home_banner .banner img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 13.5vw;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .home_banner {
    width: 100%;
  }
  .home_banner .slick-arrow {
    border: #01A8E2 2px solid;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 5;
  }
  .home_banner .slick-prev {
    left: 5%;
  }
  .home_banner .slick-prev:before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .home_banner .slick-next {
    right: 5%;
  }
  .home_banner .slick-next:before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .home_banner .banner {
    margin: 3vw;
  }
  .home_banner .banner img {
    height: 30vw;
  }
}
@media screen and (max-width: 599px) {
  .home_banner {
    margin-top: -70px;
    z-index: 4;
  }
  .home_banner .banner img {
    height: 42vw;
  }
}

#news {
  /* 追加CSS */
}
#news a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#news a:hover {
  opacity: 0.7;
}
#news .news_tablist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
#news .news_tablist [role=tab] {
  order: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.75rem;
  padding: 0.5em;
  min-width: 7rem;
  min-height: 3em;
  border-radius: 3em;
  border: solid 2px #01A8E2;
  color: #01A8E2;
  line-height: 1.25;
  text-align: center;
  text-wrap: balance;
  cursor: pointer;
}
#news .news_tablist [role=tab][aria-expanded=true] {
  background-color: #01A8E2;
  color: #FFFFFF;
  fill: #FFFFFF;
}
#news .news_tablist [role=tabpanel] {
  order: 1;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 0.75rem;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #news .news_tablist {
    font-size: 10px;
  }
  #news .news_tablist [role=tab] {
    min-height: 4em;
  }
}
#news .news_tablist + p a {
  color: #01A8E2;
  padding: 0.4em 3em;
  text-decoration: none;
  border-bottom: solid #01A8E2 2px;
}
#news .news_tablist + p a::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 0.5rem;
  background-color: #01A8E2;
  bottom: -3px;
  right: 3px;
  transform: rotate(-45deg);
}
#news .post {
  margin-bottom: 50px;
}
#news .post figure img {
  width: 100%;
  height: 19vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .post .post_summary {
  background-color: #fff;
  margin-top: -2.5rem;
  width: 82%;
  padding: 1rem;
  margin-left: auto;
}
#news .post .post_date, #news .post .post_cate, #news .post .more {
  color: #01A8E2;
}
#news .post .post_title {
  font-weight: normal;
  margin: 5px 0 10px;
  font-size: 1.2rem;
}
#news .post .post_cate {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-right: 15%;
  margin-bottom: 10px;
}
#news .post .post_cate li {
  border: solid 1px #01A8E2;
  width: 8em;
  font-size: 0.9em;
  text-align: center;
}
#news .post .more {
  font-weight: bold;
  line-height: 1;
}
#news .post .more::after {
  content: url(/wp-content/themes/hokkai-ac-jp/home/images/arrow.png);
  top: -6px;
  position: absolute;
  right: -1.5em;
}
@media screen and (max-width: 900px) {
  #news .post figure img {
    height: 25vw;
  }
  #news .post .post_summary {
    width: 92%;
  }
  #news .post .post_title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  #news .post figure img {
    height: 29vw;
  }
  #news .post .post_summary {
    padding: 0.5rem;
  }
  #news .post .post_cate {
    margin-right: 10%;
  }
  #news .post .post_cate li {
    width: 8em;
    font-size: 1em;
    text-align: center;
  }
  #news .post .more::after {
    top: -3px;
    right: -3em;
  }
}

/* 追加CSS */
.content_banner_list .wp-block-cover {
  position: relative;
  z-index: 1;
}
.content_banner_list .wp-block-cover .wp-block-cover__background {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.content_banner_list .wp-block-cover > div {
  position: relative;
  width: 100%;
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_banner_list .wp-block-cover > div::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hokkai-ac-jp/home/images/mosaic.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15%;
  height: 50%;
  min-width: 100px;
  min-height: 100px;
  top: -1em;
  left: -1em;
  z-index: 2;
}
.content_banner_list .wp-block-cover > div::after {
  position: absolute;
  content: url(/wp-content/themes/hokkai-ac-jp/home/images/readmore.png);
  bottom: 0;
  left: 0;
  min-height: 0;
  z-index: 2;
}
.content_banner_list .wp-block-cover p::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30%;
  min-width: 220px;
  height: 80%;
  margin: 0 auto;
  text-align: center;
  background-image: linear-gradient(to right, transparent, #1088E0 50%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
.content_banner_list .wp-block-cover a {
  text-decoration: none;
  font-weight: normal;
  line-height: 1;
}
.content_banner_list .wp-block-cover a strong {
  font-size: 1.5em;
  font-weight: 400;
}
.content_banner_list .wp-block-cover a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vw;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.content_banner_list .wp-block-cover:hover .wp-block-cover__background {
  opacity: 0.4;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .content_banner_list .wp-block-cover > div {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content_banner_list .wp-block-cover > div::before {
    height: 30%;
    min-width: 70px;
    min-height: 70px;
  }
  .content_banner_list .wp-block-cover > div::after {
    bottom: -15px;
    left: -25px;
    transform: scale(0.7);
  }
}
.content_banner_list > .wp-block-image {
  position: absolute;
  bottom: -4.5rem;
  right: 0;
  z-index: 0;
}
.content_banner_list > .wp-block-image > figure {
  margin-bottom: 0;
  width: 40%;
}
/*# sourceMappingURL=home.css.map */