@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
:root {
  --header-height: 8.8rem;
  --header-height_sp: 6rem;
  --main-position: center;
  --main-lh: 1.5;
}

/* webfont
------------------------------------------------------------ */
/* cleafix
------------------------------------------------------------ */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  home.css
***************************************************/
/* #home.home
------------------------------------------------------------ */
#home.home .p-mainvisual .slider .slide {
  max-height: 86rem;
  text-align: center;
}
#home.home .p-mainvisual .slider .slide img {
  display: inline-block;
  width: auto;
  height: 100%;
}
#home.home .p-mainvisual .slider .slick-prev,
#home.home .p-mainvisual .slider .slick-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
#home.home .p-mainvisual .slider .slick-prev::before,
#home.home .p-mainvisual .slider .slick-next::before {
  display: none;
}
#home.home .p-mainvisual .slider .slick-prev img,
#home.home .p-mainvisual .slider .slick-next img {
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
#home.home .p-mainvisual .slider .slick-prev {
  left: 1rem;
}
#home.home .p-mainvisual .slider .slick-next {
  right: 1rem;
}
@media only screen and (max-width: 599px) {
  #home.home .p-mainvisual .slider .slick-prev,
  #home.home .p-mainvisual .slider .slick-next {
    width: 4rem;
    height: 4rem;
  }
  #home.home .p-mainvisual .slider .slick-prev img,
  #home.home .p-mainvisual .slider .slick-next img {
    display: inline-block;
    width: 2rem;
    height: 2rem;
  }
  #home.home .p-mainvisual .slider .slick-prev {
    left: 0.5rem;
  }
  #home.home .p-mainvisual .slider .slick-next {
    right: 0.5rem;
  }
}
#home.home .l-main {
  padding-top: 0;
}
#home.home .p-topics {
  margin-top: 8rem;
}
#home.home .p-topics .u-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
#home.home .p-topics__list01 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#home.home .p-topics__list01 .item:not(:first-child) {
  margin-top: 2.5rem;
}
#home.home .p-topics__list01 .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
#home.home .p-topics__list01 .item > a time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
#home.home .p-topics__list01 .item > a .text {
  text-decoration: underline;
}
#home.home .p-topics__list01 .item > a .icon_new {
  display: inline-block;
  margin-right: 1rem;
  padding: 0 1rem;
  background-color: #f00;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.3;
}
@media only screen and (max-width: 599px) {
  #home.home .p-topics {
    margin-top: 4rem;
  }
  #home.home .p-topics .u-container {
    display: block;
  }
  #home.home .p-topics__title {
    margin-bottom: 1rem;
  }
  #home.home .p-topics__title .c-button01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #home.home .p-topics__list01 {
    padding-top: 3rem;
    border-top: 1px solid #000;
  }
  #home.home .p-topics__list01 .item:not(:first-child) {
    margin-top: 1.5rem;
  }
  #home.home .p-topics__list01 .item > a {
    display: block;
    gap: 3rem;
  }
  #home.home .p-topics__list01 .item > a time {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
  }
  #home.home .p-topics__list01 .item > a .text {
    text-decoration: underline;
  }
  #home.home .p-topics__list01 .item > a .icon_new {
    margin-right: 1rem;
    padding: 0 1rem;
    font-size: 1rem;
  }
}
#home.home .p-about {
  background-color: #F1F4F8;
  margin-top: 8rem;
  padding: 8rem 0;
  text-align: center;
}
#home.home .p-about__title01 {
  margin-bottom: 5rem;
  font-size: 3.2rem;
}
#home.home .p-about__text01 {
  line-height: 3;
}
@media only screen and (max-width: 599px) {
  #home.home .p-about {
    margin-top: 4rem;
    padding: 4rem 0;
    text-align: left;
  }
  #home.home .p-about__title01 {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
  #home.home .p-about__text01 {
    line-height: 2;
  }
  #home.home .p-about__text01 br {
    display: none;
  }
}
#home.home .p-information {
  margin-top: 7rem;
}
#home.home .p-information__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 4rem;
}
#home.home .p-information__title .c-title01 {
  margin-bottom: 0;
}
#home.home .p-information__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 0;
  padding-top: 4rem;
  border-top: 1px solid #000;
}
#home.home .p-information__list01 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  width: 50%;
  padding-bottom: 4rem;
  border-bottom: 1px solid #000;
}
#home.home .p-information__list01 .item:nth-child(odd) {
  padding-right: 2rem;
}
#home.home .p-information__list01 .item:nth-child(even) {
  padding-left: 2rem;
}
#home.home .p-information__list01 .item .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#home.home .p-information__list01 .item .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
#home.home .p-information__list01 .item .content .title {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
#home.home .p-information__list01 .item .content .excerpt {
  line-height: 1.5;
}
#home.home .p-information__list01 .item .content .link {
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: underline;
}
#home.home .p-information__list01 .item .content .link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 599px) {
  #home.home .p-information {
    margin-top: 4rem;
  }
  #home.home .p-information__title {
    display: block;
    margin-bottom: 1rem;
  }
  #home.home .p-information__title .c-button01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #home.home .p-information__list01 {
    display: block;
    padding-top: 0;
    border-top: 1px solid #000;
  }
  #home.home .p-information__list01 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
    width: 100%;
    padding: 3rem 0 1rem;
    border-bottom: 1px solid #000;
  }
  #home.home .p-information__list01 .item:nth-child(odd) {
    padding-right: 0;
  }
  #home.home .p-information__list01 .item:nth-child(even) {
    padding-left: 0;
  }
  #home.home .p-information__list01 .item .image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30%;
  }
  #home.home .p-information__list01 .item .content {
    position: relative;
    padding-bottom: 3rem;
  }
  #home.home .p-information__list01 .item .content .title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
  }
  #home.home .p-information__list01 .item .content .excerpt {
    line-height: 1.5;
  }
  #home.home .p-information__list01 .item .content .link {
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: underline;
  }
  #home.home .p-information__list01 .item .content .link:hover {
    text-decoration: none;
  }
}
#home.home .p-news {
  margin-top: 7rem;
}
#home.home .p-news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 4rem;
}
#home.home .p-news__title .c-title01 {
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  #home.home .p-news {
    margin-top: 5rem;
  }
  #home.home .p-news__title {
    display: block;
    margin-bottom: 1rem;
  }
  #home.home .p-news__title .c-button01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}/*# sourceMappingURL=home.css.map */