@charset "UTF-8";

.bousai_wrapper .topNav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #009944;
}

.bousai_wrapper .topNav_item {
  position: relative;
  width: 25%;
  padding: 5px 0;
  color: #fff;
}

.bousai_wrapper .topNav_item:before, .bousai_wrapper .topNav_item::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 1px;
  height: calc(100% - 10px);
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.bousai_wrapper .topNav_item::before {
  left: -1px;
}

.bousai_wrapper .topNav_item::after {
  right: -1px;
}

.bousai_wrapper .topNav_body {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 5rem;
  padding-bottom: 1.7rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
}

.bousai_wrapper .topNav_body::after {
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  font-family: "CONDENSEicon";
  content: "û";
}

.bousai_wrapper .topKv {
  position: relative;
  height: calc(860 * (100vw - 20px) / 750);
  max-height: calc(860 * 750px / 750);
  z-index: 1;
}

.bousai_wrapper .topKv::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background-image: url(/library/stories/bousai/img/kv_1906.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.bousai_wrapper .topKv_ttl {
  position: absolute;
  top: 8.7rem;
  left: 0;
  width: 100%;
  color: #fff;
  margin-top: 0;
  font-size: 4.2rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1.07;
  text-align: center;
}

.bousai_wrapper .topKv_ttl b {
  color: #feff85;
}

.bousai_wrapper .topSec {
  padding: 7rem 0;
}

.bousai_wrapper .topSec_ttl {
  margin-bottom: 3.5rem;
  font-size: 2.8rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .bousai_wrapper .topSec_ttl.txt_small {
    font-size: 2.6rem !important;
  }
}

.bousai_wrapper .topSec_ttl .ttl_sub {
  display: block;
  font-size: 2rem;
  margin-bottom: 2.25rem;
}

.bousai_wrapper .topSec_ttl .ttl_sub .ttl_top_sec01 {
  width: 23.2vw;
  max-width: 174px;
}

.bousai_wrapper .topSec_ttl .ttl_sub .ttl_top_sec02 {
  width: 30.4vw;
  max-width: 228px;
}

.bousai_wrapper .topSec_ttl .ttl_sub .ttl_top_sec03 {
  width: 37.6vw;
  max-width: 282px;
}

.bousai_wrapper .topSec_ttl .ttl_sub .ttl_top_sec04 {
  width: 37vw;
  max-width: 278px;
}

.bousai_wrapper .topSec_ttl .ttl_sub .ttl_top_calender {
  width: 24vw;
  max-width: 185px;
}

.bousai_wrapper .topSec_lead {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.92;
}

.bousai_wrapper .topLink_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bousai_wrapper .topLink_item {
  -ms-flex-preferred-size: 48.6%;
  flex-basis: 48.6%;
  width: 48.6%;
  width: calc((100% - 1rem) / 2);
  margin-bottom: 1rem;
}

.bousai_wrapper .topLink_item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.bousai_wrapper .topLink_item.col1 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.bousai_wrapper .topLink_item.col1 .topLink_body {
  height: auto;
  padding: 2.8rem 19%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bousai_wrapper .topLink_item.col1 .topLink_body::before {
  left: 5%;
  top: 50%;
  width: 3.2rem;
  height: 3rem;
  border-radius: 0;
  background-image: url(/library/stories/bousai/img/icon_calender.png);
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bousai_wrapper .topLink_body {
  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;
  position: relative;
  height: 3em;
  padding-top: 58%;
  padding-bottom: 11.56%;
  padding-left: 2em;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.5;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.bousai_wrapper .topLink_body::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 14.5%;
  width: 19vw;
  height: 19vw;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

.bousai_wrapper .topLink_body::after {
  margin-left: 1em;
  color: #009944;
  font-family: "CONDENSEicon";
  content: "ú";
}

.bousai_wrapper .topLink_body.link01::before {
  background-color: #6fc294;
  background-image: url(/library/stories/bousai/img/icon_book.png);
  background-size: 54.7% auto;
}

.bousai_wrapper .topLink_body.link02::before {
  background-color: #75cbd5;
  background-image: url(/library/stories/bousai/img/icon_board.png);
  background-size: 34.25% auto;
}

.bousai_wrapper .topLink_body.link03::before {
  background-color: #ff9fb6;
  background-image: url(/library/stories/bousai/img/icon_recipe.png);
  background-size: 37.67% auto;
}

.bousai_wrapper .topLink_body.link04::before {
  background-color: #ffa3a3;
  background-image: url(/library/stories/bousai/img/icon_card.png);
  background-size: 32.19% auto;
}

.bousai_wrapper .topLink_body.link04::before {
  background-color: #ffa3a3;
  background-image: url(/library/stories/bousai/img/icon_card.png);
  background-size: 32.19% auto;
}

.bousai_wrapper .topLink_body.link05::before {
  background-image: url(/library/stories/bousai/img/icon_quiz_1906.png);
  background-size: 100% auto;
}

.bousai_wrapper .topLink_body.link06::before {
  background-image: url(/library/stories/bousai/img/icon_experiment.png);
  background-size: 100% auto;
}

.bousai_wrapper .topLink_body.link08::before {
  background-image: url(/library/stories/bousai/img/icon_tedukuri.png);
  background-size: 100% auto;
}

.bousai_wrapper .topLink_body.link09::before {
  background-image: url(/library/stories/bousai/img/icon_jishin.png);
  background-size: 100% auto;
}

.bousai_wrapper .topLink_body.link10::before {
  background-image: url(/library/stories/bousai/img/icon_oame.png);
  background-size: 100% auto;
}

.bousai_wrapper .topLink_body.link11::before {
  background-image: url(/library/stories/bousai/img/icon_hinan.png);
  background-size: 100% auto;
}

.bousai_wrapper .topLink_body.link12::before {
  background-image: url(/library/stories/bousai/img/icon_quiz_2009.png);
  background-size: 100% auto;
}

.bousai_wrapper .topLink_item_img {
  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;
}

.bousai_wrapper .topBasic {
  padding-top: 11.7rem;
  background-image: url(/library/stories/bousai/img/bg_top_sec01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.bousai_wrapper .topBasic_useful {
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.bousai_wrapper .topBasic_useful_ttl {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.bousai_wrapper .topCafe {
  background-image: url(/library/stories/bousai/img/bg_top_sec02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.bousai_wrapper .topCafe .topSec_lead {
  color: #033333;
}

.bousai_wrapper .topCafe_btn {
  width: 76%;
  margin: 4rem auto 0;
}

.bousai_wrapper .topCafe_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 153, 68, 0.9);
  z-index: 1000;
}

.bousai_wrapper .topCafe_modal_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  padding: 3.5rem 2rem;
  border: 3px solid #fff;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bousai_wrapper .topCafe_modal_ttl {
  margin-bottom: 25px;
  font-size: 2.8rem;
  color: #fff;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: bold;
  text-align: center;
}

.bousai_wrapper .topCafe_modal_txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.923;
}

.bousai_wrapper .topCafe_modal_close {
  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;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(30%, -50%);
  -ms-transform: translate(30%, -50%);
  transform: translate(30%, -50%);
}

.bousai_wrapper .topCafe_modal_close::after {
  display: block;
  font-size: 2rem;
  color: #009944;
  font-family: "dripicons";
  content: "9";
}

.bousai_wrapper .topSchedule {
  background-color: #ffe779;
  padding: 0 5.6%;
}

.bousai_wrapper .topSchedule_item {
  padding: 3rem 0;
}

.bousai_wrapper .topSchedule_item+.topSchedule_item {
  border-top: 1px solid #333;
}

.bousai_wrapper .topSchedule_item_ttl {
  margin-bottom: 1rem;
  color: #009944;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
}

.bousai_wrapper .topSchedule_item_txt {
  font-size: 1.4rem;
  line-height: 1.7;
}

.bousai_wrapper .topSchedule_item_txt+.topSchedule_item_ttl {
  margin-top: 2.5rem;
}

.bousai_wrapper .topSchedule_item_txt a {
  display: block;
  position: relative;
  padding-left: 1.2em;
  text-decoration: underline;
}

.bousai_wrapper .topSchedule_item_txt a::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "dripicons";
  content: ";";
}

.bousai_wrapper .topColumn {
  position: relative;
  background-image: url(/library/stories/bousai/img/bg_top_sec03.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}

.bousai_wrapper .topColumn .topSec_ttl {
  color: #fff;
}

.bousai_wrapper .topColumn .topSec_lead {
  color: #fff;
}

.bousai_wrapper .topColumn_area+.topColumn_area {
  margin-top: 7rem;
}

.bousai_wrapper .topColumn_ttl {
  margin-bottom: 1.76em;
  color: #fff000;
  font-size: 1.7rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.bousai_wrapper .topColumn_list {
  position: relative;
}

.bousai_wrapper .topColumn_list .slick-track {
  padding-bottom: 4.5rem;
}

.bousai_wrapper .topColumn_list .slick-arrow {
  position: absolute;
  top: 22%;
  width: 2.5rem;
  height: 4rem;
  background: #000;
  font-size: 1.5rem;
  border: none;
  z-index: 10;
}

.bousai_wrapper .topColumn_list .slick-arrow::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 1.5rem;
  font-family: "CONDENSEicon";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bousai_wrapper .topColumn_list .slick-arrow.slick-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.bousai_wrapper .topColumn_list .slick-arrow.slick-prev::after {
  content: "ù";
}

.bousai_wrapper .topColumn_list .slick-arrow.slick-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.bousai_wrapper .topColumn_list .slick-arrow.slick-next::after {
  content: "ú";
}

.bousai_wrapper .topColumn_list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.bousai_wrapper .topColumn_list .slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 18px;
}

.bousai_wrapper .topColumn_list .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-size: 0;
}

.bousai_wrapper .topColumn_list .slick-dots li.slick-active button {
  background-color: #fff000;
}

.bousai_wrapper .topColumn_item {
  margin: 10px;
}

.bousai_wrapper .topColumn_body {
  display: block;
}

.bousai_wrapper .topColumn_img {
  background-color: #fff;
  border-radius: 1.1rem;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.bousai_wrapper .topColumn_img img {
  margin: auto;
}

.bousai_wrapper .topColumn_txt {
  margin-top: 2rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.78;
  text-decoration: underline;
}

.bousai_wrapper .topColumn_txt h4 {
  color: #fff;
  font-weight: bold;
}

.bousai_wrapper .topColumn_txt p {
  color: #fff;
}

.bousai_wrapper .topColumn_btn {
  width: 72%;
  margin: 3.5rem auto 0;
}

.bousai_wrapper .topNews {
  background-color: #009944;
  -webkit-box-shadow: 0 0 120px 20px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 0 120px 20px rgba(255, 255, 255, 0.1) inset;
}

.bousai_wrapper .topNews .topSec_ttl {
  color: #fff;
}

.bousai_wrapper .topNews ul.topNews_list {
  padding: 0 5.6%;
  border-radius: 1rem;
  background-color: #fff;
}

.bousai_wrapper .topNews_item {
  padding: 2.8rem 0;
}

.bousai_wrapper .topNews_item+.topNews_item {
  border-top: 1px solid #ccc;
}

.bousai_wrapper .topNews_item.new .topNews_date::after {
  display: inline-block;
  margin-left: 1em;
  padding: 0.3em 0.5em;
  border-radius: 4px;
  background-color: #ff0000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: middle;
  content: "NEW";
}

.bousai_wrapper .topNews_body {
  display: block;
  position: relative;
  padding-right: 14%;
  font-size: 1.4rem;
  line-height: 1.7;
}

.bousai_wrapper .topNews_body::after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  color: #009944;
  font-size: 1.3rem;
  font-family: "CONDENSEicon";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "ú";
}

.bousai_wrapper .topNews_date {
  display: block;
  margin-bottom: 0.5rem;
  color: #009944;
}

.bousai_wrapper .topNews_region {
  color: #009944;
  font-weight: bold;
}

.bousai_wrapper .topNews_region::before {
  content: "【";
}

.bousai_wrapper .topNews_region::after {
  content: "】";
}

.bousai_wrapper .topCalender {
  background-color: #009944;
  -webkit-box-shadow: 0 0 120px 20px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 0 120px 20px rgba(255, 255, 255, 0.1) inset;
}

.bousai_wrapper .topCalender .topSec_ttl {
  color: #fff;
}

.bousai_wrapper .topCalender_box {
  width: 44.8%;
  margin: 4rem auto 0;
}

.bousai_wrapper .footer_inner {
  background-image: url(/library/stories/bousai/img/bg_footer.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.bousai_wrapper .topFooter_area {
  padding: 8% 8% 52%;
}

.bousai_wrapper .topFooter_area .topSec_ttl {
  color: #fff;
}

.bousai_wrapper .topFooter_area .topSec_lead {
  color: #fff;
}

.bousai_wrapper .topFooter_btn {
  margin: 4rem 5% 0;
}

@media screen and (min-width:750px) {
  .bousai_wrapper .topCafe_modal_inner {
    max-width: 640px;
  }

  .bousai_wrapper .topCafe_modal {
    z-index: 10000;
  }

  .bousai_wrapper .topColumn_txt p {
    text-align: center;
  }
}

.topFooter_area02 {
  margin-top: 80px;
}

.topFooter_area02 .topSec_ttl {
  line-height: 1.4;
}

.topFoote_LogoImg {
  max-width: 510px;
  margin: auto;
}