@charset "UTF-8";
.js-accordion dt {
  text-align: left;
  position: relative;
}
.js-accordion dt span {
  background-color: #808080;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.js-accordion dt:after, .js-accordion dt:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  width: 2px;
  height: 1em;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.js-accordion dt:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.js-accordion dt:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.js-accordion dt.active:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.js-accordion dd {
  text-align: left;
}

#section01 {
  padding-bottom: 40px;
}
#section01 .slider {
  display: none;
}
#section01 .slick-slide {
  margin: 0 10px;
}
#section01 .slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

#section02 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}
#section02 .itemboxover .banner01 {
  height: 100%;
}
#section02 .itemboxover .banner01 a {
  display: block;
  background-color: #1b1464;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section03 .news_ttlbox {
  background-color: #000;
  color: #fff;
  text-align: left;
  padding: 10px 25px;
  margin-bottom: 40px;
}
#section03 .news_ttlbox h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-right: 40px;
}
#section03 .news_ttlbox .linkbox a {
  background-color: #fff;
  padding: 2px 15px;
  line-height: 1;
  border-radius: 50px;
  font-size: 19px;
}
#section03 .newsboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8em 20px 10em 20px 1fr;
  grid-template-columns: 8em 10em 1fr;
  gap: 20px 20px;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #000 solid;
  font-size: 17px;
}
#section03 .newsboxover .categorybox span {
  background-color: #1b1464;
  padding: 2px 10px;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 50px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section03 .newsboxover .txtbox {
  font-weight: bold;
}
#section03 .morelink {
  width: 240px;
  height: 64px;
  background-color: #fff;
  border: 1px #999 solid;
  border-radius: 50px;
  margin: 40px auto 0 auto;
}
#section03 .morelink a {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

#section04 {
  background-color: #f2f2f2;
}
#section04 .itemboover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
}
#section04 .itemboover .newsboxover {
  background-color: #fff;
  border: 1px #999 solid;
  text-align: left;
  padding: 20px;
  border-radius: 10px;
}
#section04 .itemboover .newsboxover .ttlbox {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 26px;
}
#section04 .itemboover .newsboxover .categorybox {
  font-size: 16px;
  color: #0071bc;
}
#section04 .itemboover .newsboxover .categorybox a:link, #section04 .itemboover .newsboxover .categorybox a:visited, #section04 .itemboover .newsboxover .categorybox a:hover, #section04 .itemboover .newsboxover .categorybox a:active {
  color: #0071bc;
}
#section04 .itemboover .newsboxover .datebox {
  color: #808080;
  margin-bottom: 10px;
  font-size: 16px;
}
#section04 .itemboover .newsboxover .contentbox {
  margin-bottom: 20px;
  font-size: 16px;
}
#section04 .itemboover .newsboxover .viewbtnbox a {
  width: 50%;
  background-color: #000;
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0 0 0 auto;
  text-align: center;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

#section05 .sectionttlbox {
  text-align: left;
  background-color: #000;
  padding: 10px;
  color: #fff;
  font-size: 24px;
}
#section05 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 200px;
  grid-template-columns: 1fr 200px;
  gap: 30px 30px;
  padding: 40px;
  text-align: left;
  border: 1px #000 solid;
}
#section05 .itemboxover .book_txt .book_ttl {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px #808080 solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#section05 .itemboxover .book_txt .commentsbox {
  border-bottom: 1px #808080 solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#section05 .itemboxover .book_txt .commentsbox2 {
  border-bottom: 1px #808080 solid;
  padding-bottom: 10px;
}
#section05 .itemboxover .book_txt dl dt {
  font-weight: bold;
}
#section05 .itemboxover .book_txt dl dd {
  margin-top: 20px;
}
#section05 .itemboxover .book_img img {
  width: 100%;
}

#section06 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 30px 1fr;
  grid-template-columns: 0.8fr 1fr;
  gap: 30px 30px;
  background-color: #009245;
  border: 1px #000 solid;
  border-radius: 10px;
  padding: 10px 20px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section06 .itemboxover p {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
#section06 form {
  position: relative;
}
#section06 button[type=submit] {
  width: 25px;
  height: 25px;
  position: absolute;
  margin: 0;
  top: 5px;
  right: 20px;
  background: url(../images/common/icon_search.svg) center center no-repeat;
  background-size: contain;
}

#section07 .bgbox {
  background: url(../images/top/s07bg.png) center center no-repeat;
  background-size: cover;
  aspect-ratio: 1080/435;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}
#section07 .bgbox .ttlbox {
  width: 50%;
}
#section07 .bgbox .linkbtnbox {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
#section07 .bgbox .linkbtnbox a {
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 900;
}
#section07 .bottomtxtbox {
  color: #0071bc;
  font-weight: 900;
  font-size: 38px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 842px) {
  #section01 {
    padding-top: 0;
  }
  #section01 .sectioninner {
    width: 100vw;
  }
  #section02 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #section03 .newsboxover {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  #section03 .newsboxover > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #section03 .newsboxover > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #section03 .newsboxover > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #section03 .newsboxover > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #section03 .newsboxover > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #section03 .newsboxover > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #section03 .newsboxover .datebox {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    text-align: center;
    padding-bottom: 5px;
  }
  #section03 .newsboxover .categorybox {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  #section03 .newsboxover .categorybox span {
    padding: 2px 5px;
    font-size: 12px;
  }
  #section03 .newsboxover .txtbox {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/3/4;
  }
  #section03 .morelink {
    width: 80vw;
    height: 40px;
    margin: 20px auto;
  }
  #section04 {
    padding: 20px 0;
  }
  #section04 .itemboover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #section04 .itemboover .newsboxover .ttlbox {
    font-size: 20px;
  }
  #section05 .sectioninner {
    width: 100vw;
  }
  #section05 .sectionttlbox {
    font-size: 20px;
  }
  #section05 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
    border: none;
  }
  #section05 .itemboxover .book_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #section05 .itemboxover .book_txt .book_ttl {
    font-size: 20px;
  }
  #section05 .itemboxover .book_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #section06 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5px 5px;
    padding: 20px;
  }
  #section07 .bgbox {
    padding: 10px;
  }
  #section07 .bgbox .ttlbox {
    width: 70%;
  }
  #section07 .bgbox .linkbtnbox {
    right: 20px;
    bottom: 20px;
  }
  #section07 .bgbox .linkbtnbox a {
    padding: 5px 10px;
    font-size: 12px;
  }
  #section07 .bottomtxtbox {
    font-size: 16px;
  }
}