/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  line-height: 1.25;
}

.pc_only {
  display: block !important;
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 1024px) {
  a:hover {
    opacity: 1 !important;
  }
}
/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  width: 96%;
  max-width: 780px;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width {
    width: calc(100% - 30px);
  }
}
.main_width.w780 {
  max-width: 780px;
}
.main_width.w1040 {
  max-width: 1040px;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/*************************************/
/** common */
/*************************************/
.top_wrapper {
  padding-top: 135px;
}
@media (max-width: 1024px) {
  .top_wrapper {
    padding-top: 74px;
  }
}

/*************************************/
/** fv_block */
/*************************************/
.top_wrapper .fv_block {
  padding: 24px 0 16px;
  background-color: #F1EEF0;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block {
    padding: 16px 0 10px;
  }
}
.top_wrapper .fv_block .fv-slider .swiper-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .fv-slider .swiper-wrapper {
    margin-bottom: 10px;
  }
}
.top_wrapper .fv_block .fv-slider .swiper-wrapper .swiper-slide {
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .fv-slider .swiper-wrapper .swiper-slide {
    border-radius: 8px;
  }
}
.top_wrapper .fv_block .fv-slider .swiper-wrapper .swiper-slide {
  width: 94%;
  max-width: 600px;
}
.top_wrapper .fv_block .fv-slider .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.top_wrapper .fv_block .fv-slider .slide-pagination-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-pagination {
  position: static;
  margin-bottom: 5px;
  width: auto;
}
.top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 12px;
  width: 8px;
  height: 8px;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 6px;
    height: 6px;
  }
}
.top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #C81133;
}
.top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-prev {
  transform: rotate(180deg);
  margin-right: 12px;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-prev {
    margin-right: 6px;
  }
}
.top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-next {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-next {
    margin-left: 6px;
  }
}
.top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-prev,
.top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-next {
  position: static;
  margin-top: initial;
  background: url(../img/ico/ico-arrow-white.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px solid #CCC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-prev,
  .top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-next {
    width: 24px;
    height: 24px;
  }
}
.top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-prev:after,
.top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-next:after {
  display: none;
}
.top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-prev:hover,
.top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-next:hover {
  background-image: url(../img/ico/ico-arrow-red.svg);
  border: none;
}
@media (max-width: 1024px) {
  .top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-prev:hover,
  .top_wrapper .fv_block .fv-slider .slide-pagination-wrapper .swiper-button-next:hover {
    background-image: url(../img/ico/ico-arrow-white.svg);
    border: 1px solid #CCC;
  }
}

/*************************************/
/** pickup_block */
/*************************************/
.top_wrapper .pickup_block {
  padding: 25px 0 40px;
}
@media (max-width: 1024px) {
  .top_wrapper .pickup_block {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .pickup_block {
    padding: 40px 0 20px;
  }
}
.top_wrapper .pickup_block .list .item a {
  display: block;
  border-radius: 8px;
  border: 1px solid #CCC;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_wrapper .pickup_block .list .item a:hover {
  opacity: 0.6;
}
.top_wrapper .pickup_block .list .item a img {
  display: block;
  width: 100%;
}

/*************************************/
/** activity_block */
/*************************************/
.top_wrapper .activity_block {
  padding: 40px 0 60px;
}
@media (max-width: 1024px) {
  .top_wrapper .activity_block {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .activity_block {
    padding: 20px 0;
  }
}

.top_wrapper .activity_block .main_flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 5%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .top_wrapper .activity_block .main_flex {
    display: block;
  }
}
.top_wrapper .activity_block .main_flex .left {
  width: 55%;
}
@media (max-width: 768px) {
  .top_wrapper .activity_block .main_flex .left {
    width: 100%;
  }
}
.top_wrapper .activity_block .main_flex .right {
  width: 45%;
}
@media (max-width: 768px) {
  .top_wrapper .activity_block .main_flex .right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .top_wrapper .activity_block .main_flex .left {
    margin-bottom: 24px;
  }
}
.top_wrapper .activity_block .main_flex .left .ac-sec-ttl {
  margin-bottom: 16px;
}
.top_wrapper .activity_block .main_flex .left .base--txt {
  margin-bottom: 30px;
}
.top_wrapper .activity_block .main_flex .left .btn a {
  max-width: 250px;
}

.top_wrapper .activity_block .main_flex .right {
  margin-top: 50px;
  border-radius: 16px;
  height: fit-content;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top_wrapper .activity_block .main_flex .right {
    margin-top: 0;
  }
}
.top_wrapper .activity_block .main_flex .right img {
  display: block;
  width: 100%;
}

.report_box .mod-flex-space {
  margin-bottom: 16px;
}

.top_wrapper .activity_block .report_box {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .top_wrapper .activity_block .report_box {
    margin-bottom: 50px;
  }
}

.top_wrapper .activity_block .summary_box .ac-sub-ttl {
  margin-bottom: 16px;
}
.top_wrapper .activity_block .summary_box .base--txt {
  margin-bottom: 32px;
}

.top_wrapper .activity_block .summary_box .summary-slider-thumb {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .top_wrapper .activity_block .summary_box .summary-slider-thumb {
    margin-bottom: 15px;
  }
}
.top_wrapper .activity_block .summary_box .summary-slider-thumb .swiper-wrapper {
  justify-content: center;
}
.top_wrapper .activity_block .summary_box .summary-slider-thumb .swiper-wrapper .swiper-slide {
  padding: 0.3em 1em;
  width: fit-content !important;
  color: #666;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .top_wrapper .activity_block .summary_box .summary-slider-thumb .swiper-wrapper .swiper-slide {
    padding-left: 0.7em;
    padding-right: 0.7em;
  }
}
.top_wrapper .activity_block .summary_box .summary-slider-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  color: #333;
  border-bottom: 2px solid #C81133;
}
.top_wrapper .activity_block .summary_box .summary-slider-thumb .swiper-wrapper .swiper-slide:hover {
  color: #333;
}
@media (max-width: 1024px) {
  .top_wrapper .activity_block .summary_box .summary-slider-thumb .swiper-wrapper .swiper-slide:hover {
    color: #666;
  }
}

.top_wrapper .activity_block .summary_box .summary-slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.top_wrapper .activity_block .summary_box .summary-slider .swiper-wrapper .swiper-slide {
  width: 94%;
  max-width: 780px;
}
.top_wrapper .activity_block .summary_box .summary-slider .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/*************************************/
/** news_block */
/*************************************/
.top_wrapper .news_block {
  padding: 20px 0 60px;
}
@media (max-width: 1024px) {
  .top_wrapper .news_block {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .top_wrapper .news_block {
    padding: 40px 0 20px;
  }
}
.top_wrapper .news_block .ac-sec-ttl {
  margin-bottom: 40px;
}
.top_wrapper .news_block .mod-flex-space {
  margin-bottom: 16px;
}

/*************************************/
/** support_block */
/*************************************/
.top_wrapper .support_block {
  padding: 40px 0 60px;
}
@media (max-width: 768px) {
  .top_wrapper .support_block {
    padding-bottom: 40px;
  }
}

.top_wrapper .support_block .ac-sec-ttl {
  margin-bottom: 1.8em;
}

.top_wrapper .support_block .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 5%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .top_wrapper .support_block .flex {
    display: block;
    margin-bottom: 40px;
  }
}
.top_wrapper .support_block .flex .left, .top_wrapper .support_block .flex .right {
  width: 50%;
}
@media (max-width: 768px) {
  .top_wrapper .support_block .flex .left, .top_wrapper .support_block .flex .right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .top_wrapper .support_block .flex .left {
    margin-bottom: 24px;
  }
}
.top_wrapper .support_block .flex .left .ac-sec-ttl {
  margin-bottom: 16px;
}

.top_wrapper .support_block .flex .right .box {
  background-color: #16575C;
  border-radius: 16px;
  margin-top: 7px;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .top_wrapper .support_block .flex .right .box {
    margin-bottom: 70px;
    padding: 20px;
    border-radius: 8px;
  }
}
.top_wrapper .support_block .flex .right .box .box_ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
  color: #FFF;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top_wrapper .support_block .flex .right .box .box_ttl {
    gap: 8px;
    margin-bottom: 18px;
  }
}
.top_wrapper .support_block .flex .right .box .box_ttl:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: url(../img/top/ico-support01.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .top_wrapper .support_block .flex .right .box .box_ttl:before {
    width: 35px;
    height: 35px;
  }
}
.top_wrapper .support_block .flex .right .box .btn_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 4%;
}
.top_wrapper .support_block .flex .right .box .btn_list .btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  width: 50%;
  padding: 12px 20px;
  background-color: #FFF;
  border-radius: 8px;
  color: #333;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_wrapper .support_block .flex .right .box .btn_list .btn:before {
  content: "";
  display: block;
  width: 63px;
  height: 63px;
}
@media (max-width: 768px) {
  .top_wrapper .support_block .flex .right .box .btn_list .btn:before {
    width: 43px;
    height: 43px;
  }
}
.top_wrapper .support_block .flex .right .box .btn_list .btn.kojin:before {
  background: url(../img/top/ico-support-kojin.svg) no-repeat center/contain;
}
.top_wrapper .support_block .flex .right .box .btn_list .btn.kigyo_dantai:before {
  background: url(../img/top/ico-support-kigyo-dantai.svg) no-repeat center/contain;
}
.top_wrapper .support_block .flex .right .box .btn_list .btn:hover {
  opacity: 0.6;
}

.top_wrapper .support_block .flex .right .box .box_border_ttl {
  text-align: center;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0.8em;
  color: #fff;
}
.top_wrapper .support_block .flex .right .box .box_border_ttl span {
  display: inline-block;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #fff;
  font-size: 1em;
  color: inherit;
}
.top_wrapper .support_block .flex .right .box .txt {
  text-align: center;
  color: #fff;
  margin-bottom: 0.9em;
}

.top_wrapper .support_block .group_box .mod-flex-space {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .top_wrapper .support_block .group_box .mod-flex-space {
    margin-bottom: 16px;
  }
}
.top_wrapper .support_block .group_box .list .item {
  margin-bottom: 2%;
  border-radius: 8px;
  overflow: hidden;
}

/*************************************/
/** fixed_btn */
/*************************************/
.fixed_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 15px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .fixed_btn {
    padding: 10px 0;
  }
}
.fixed_btn .ac-main-btn {
  max-width: 450px;
  margin: auto;
}
@media (max-width: 768px) {
  .fixed_btn .ac-main-btn {
    padding-bottom: 1.4em;
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=style.css.map */