@charset "UTF-8";

/*====================
        top
======================*/
/*-------------
  section0:MV
--------------*/
.kv-box {
  max-height: 857px;
  padding-top: 7rem;
  position: relative;
  overflow: hidden;
}

.kv-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}

#kv-player {
  opacity: 0;
}

.kv-movie__btn {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
  z-index: 15;
}

.kv-movie__btn button {
  margin: 0 0 1.5rem;
}

.kv-movie__btn p {
  padding: 0 0 .5rem;
  border-bottom: .1rem solid #363636;
  font-size: 2rem;
}

.kv-box__modal {
  display: none;
  background: rgba(255, 255, 255, .9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}

.kv-box__modal .close {
  padding: 2rem;
  border: .3rem solid #363636;
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 3.2rem;
}

.kv-box__modal .close:before,
.kv-box__modal .close:after {
  display: block;
  content: "";
  height: 2.4rem;
  border-left: .2rem solid #363636;
  position: absolute;
  top: 50%;
  left: 50%;
}

.kv-box__modal .close:before {
  transform: translateY(-50%) rotate(-45deg);
}

.kv-box__modal .close:after {
  transform: translateY(-50%) rotate(45deg);
}

.kv-box__modal .movie {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid #fff;
  background: #fff;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .kv-box {
    padding-top: 0;
    height: 120vw;
    min-height: 120vw;
  }

  .kv-movie__btn button {
    width: 9rem;
  }

  .kv-movie__btn button img {
    max-width: 100%;
    height: auto;
  }

  .kv-box__modal .movie {
    width: 100%;
    height: 0px;
    padding: 0 2rem 56.25%;
    position: relative;
  }

  .kv-box__modal .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* KV下お知らせ*/

.inf-msg {
  text-align: center;
  font-size: 2rem;
  padding: 1rem;
  border-top: solid 1px #000000;
  border-bottom: dotted 1px #000000;
}

.inf-msg > a {
  display: flex;
  text-align: left;
}

.inf-msg .news-link__day {
  color: #363636;
}


@media screen and (min-width: 992px) {}

/*----------
  section1
-----------*/
.p-section1 {
  background-image: url(../img/top_bg01.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 142rem;
  background-size: contain;
  padding: 4rem 2rem;
  margin: 5rem auto 5rem;
}


.p-section1 h1 {
  text-align: center;
  font-size: 4rem;
  padding-top: 20rem;
  line-height: 2;
  font-weight: normal;
}

.p-section1 p {
  text-align: center;
  font-size: 3.2rem;
  padding-top: 10rem;
  line-height: 2;
}

@media screen and (min-width: 992px) {
  .p-section1 {
    max-width: 1001px;
    background-image: url(../img/top_bg01_pc.jpg);
    height: 142rem;
  }
}

/*----------
  section2
-----------*/
.p-section2 {
  text-align: center;
  line-height: 1.5;
  font-size: 3.2rem;
  margin-bottom: 15rem;
}

.p-section2 img {
  width: 20rem;
  height: auto;
  margin: 0 auto 3rem;
}

.p-section2 .u-fontgreen {
  font-weight: bold;
}

.p-section2 .c-button {
  margin-top: 15rem;
}

.p-section2 .flow2 > span {
  font-size: 2rem;
  color: red;
}

@media screen and (min-width: 992px) {
  .p-section2 {
    font-size: 2.5rem;
  }

  .p-section2 img {
    width: 15rem;
    height: 15rem;
    display: block;
    margin: 0 0 3rem;
  }

  .p-section2 .flow_area {
    display: flex;
    overflow: hidden;
  }

  .p-section2 .flow,
  .p-section2 .flow2 {
    padding: 5rem 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .p-section2 .flow {
    background-image: url(../img/top_flowbg_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #00000000;
    padding: 15rem 2rem 10rem;
    width: 33%;
  }

  .p-section2 .flow p,
  .p-section2 .flow2 p {
    width: 100%;
  }

  .p-section2 .flow::before {
    width: 0;
    height: 0;
    display: none;
  }

  .p-section2 .flow::after {
    width: 0;
    height: 0;
  }

  .p-section2 .flow2 {
    padding: 15rem 2rem 10rem;
    width: 33%;
  }


  .p-section2 .flow2::before {
    width: 6rem;
    height: 6rem;
    left: -0.5rem;
    top: 50%;
    background-image: url(../img/ic_flow_pc.png);
    transform: translate(-50%, -50%);
  }

  .p-section2 .flow2::after {
    width: 6rem;
    height: 6rem;
    left: 110%;
    top: 50%;
    background-image: url(../img/ic_flow_pc.png);
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .p-section2 .c-button {
    margin-top: 8rem;
  }

  .p-section2 .flow2 > span {
    font-size: 1.6rem;
    color: red;
  }
}

/*----------
  section3
-----------*/
.p-section3 {
  background: linear-gradient(#fffd8c 95%, #ffffff 100%);
  position: relative;
  margin: 45rem 0 0;
  padding: 0 2rem 10rem;
}

.p-section3::before {
  content: "";
  width: 100%;
  height: 32rem;
  background-image: url(../img/top_bg_head01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -30rem;
  background-position: top;
}

.p-section3 > p {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}

.c-article0 {
  background-color: #fff;
  padding: 8rem;
  margin-bottom: 15rem;
}

.p-section3 .c-article0 {
  padding: 8rem 0;
}

/* 活動レポート　スライド */
.p-section3 .c-article0 .c-slider {
  display: block !important;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 6rem 6rem 10rem;
}

.p-section3 .c-article0 .c-slider li.c-slider-content {
  display: block !important;
  margin-bottom: 3rem;
}

.p-section3 .c-article0 .c-slider li.c-slider-content img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5rem;
}

.p-section3 .c-article0 .c-slider-head {
  margin-bottom: 5rem;
}

.p-section3 .c-article0 .c-slider-head div {
  font-size: 2.8rem;
  text-align: left;
}

.p-section3 .c-article0 .c-slider-comment {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 5rem;
}

.p-section3 .c-article0 .c-slider-comment::before {
  display: none;
}

.p-section3 .c-article0 .c-slider li.c-slider-content .logo_area img {
  display: block;
  height: 7rem;
  width: auto;
  margin: auto;
}

.p-section3 .c-article0 .slick-dots,
.p-section3 .c-article0 .ac-prev-arrow,
.p-section3 .c-article0 .ac-next-arrow {
  bottom: 5rem;
}


@media screen and (min-width: 992px) {
  .p-section3 .c-article0 .c-slider {

    padding: 6rem 4rem;
  }

  .p-section3 .c-article0 .c-slider li.c-slider-content {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 6rem;
  }

  .p-section3 .c-article0 .c-slider-head div {
    font-size: 2.4rem;
  }

  .p-section3 .c-article0 .c-slider li.c-slider-content img {
    width: 48%;
    height: 100%;
    margin-bottom: 0;
  }

  .p-section3 .c-article0 .c-slider li.c-slider-content .tx {
    width: 48%;
  }

  .p-section3 .c-article0 .c-slider-head {
    margin-bottom: 3rem;
  }

  .p-section3 .c-article0 .c-slider li.c-slider-content .logo_area img {
    height: 4rem;
  }

  .p-section3 .c-article0 .c-slider-comment {
    font-size: 2.0rem;
    margin-bottom: 4rem;
  }
}

.p-report {
  font-size: 3.2rem;
  text-align: center;
}

.p-report-image {
  height: auto;
  width: 100%;
  margin: 5rem auto;
  display: block;
  padding: 20rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-report-text {
  font-size: 2.4rem;
  line-height: 2;
}

.p-report-tit {
  font-weight: bold;
}

.article01-sp-slider {
  width: 100%;
}

.article01-pc-slider {
  display: none;
}



@media screen and (min-width: 992px) {
  .p-section3 {
    background: linear-gradient(#fffd8c 95%, #ffffff 100%);
    position: relative;
    margin: 35rem 0 0;
    padding: 0 2rem 10rem;
  }

  .p-section3::before {
    height: 25rem;
    background-image: url(../img/top_bg_head01_pc.png);
    top: -21rem;
    max-width: 1152px;
    left: 50%;
    transform: translate(-50%, 0);
  }


  .c-article0 {
    padding: 5rem;
    margin-bottom: 15rem;
  }

  .p-report {
    font-size: 2.4rem;
  }

  .p-report-content {
    display: flex;
  }

  .p-report-image {
    height: 40rem;
    width: 40rem;
    margin: 5rem 5rem 0 0;
    padding: 20rem;
  }

  .p-report-text {
    font-size: 2.2rem;
    width: 57%;
    margin: 5rem 0 0;
  }

  .article01-sp-slider {
    display: none;
  }

  .article01-pc-slider {
    display: block;
    width: 100%;
    padding: 0 6rem 4rem;
  }

  .article01-pc-slider .article01-slider-content {
    width: 32%;
  }

  .article01-pc-slider .article01-slider-content .c-article01 {
    width: 100%;
    padding: 3%;
  }

  .article01-pc-slider .slick-prev:before,
  .article01-pc-slider .slick-next:before {
    content: "";
    position: absolute;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 2rem;
    height: 2rem;
    border-top: solid 0.4rem #fff;
    border-right: solid 0.4rem #fff;
    z-index: 1;
    opacity: 1;
  }

  .article01-pc-slider .slick-prev:before {
    top: 50%;
    right: 0rem;
    transform: translate(-50%, 50%);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .article01-pc-slider .slick-next:before {
    top: 50%;
    left: 0rem;
    transform: translate(-50%, 50%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    opacity: 1;
  }

  .article01-pc-slider .slick-prev::after,
  .article01-pc-slider .slick-next::after {
    content: "";
    position: absolute;
    display: block;
    width: 5rem;
    height: 5rem;
    background-color: #48ccc2;
    border-radius: 30px;
    /* border-top: solid 0.4rem #fff; */
    /* border-right: solid 0.4rem #fff; */
  }

  .article01-pc-slider .slick-prev::after {
    top: -141%;
    right: -189%;
    transform: translate(-50%, 50%);
  }

  .article01-pc-slider .slick-next::after {
    top: -141%;
    left: 66%;
    transform: translate(-50%, 50%);
  }
}

/*----------
  section4
-----------*/
.p-section4 {
  background: linear-gradient(#ffe135 95%, #ffffff 100%);
  position: relative;
  margin: 28rem 0 15rem;
  padding: 0 2vw 10vw;
}

.p-section4::before {
  content: "";
  width: 100%;
  height: 65rem;
  background-image: url(../img/top_bg_head03.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -28rem;
  z-index: 1;
}

.p-section4 .c-accordion {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .p-section4 {
    margin: 15rem 0;
    padding: 5rem 2rem;
  }

  .p-section4::before {
    height: 138rem;
    background-image: url(../img/top_bg_head03_pc.png);
    background-position: top;
    top: -9rem;
    max-width: 1152px;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: cover;
  }

  .p-section4 .c-accordion {
    position: relative;
    z-index: 2;
  }

  .p-section4 .c-accordion > p {
    font-size: 4rem;
  }
}

/*----------
  section5
-----------*/
.p-section5 {
  background: linear-gradient(#fec929 95%, #ffffff 100%);
  position: relative;
  margin: 57rem 0 15rem;
  padding: 0 2rem 10rem;
}

.p-section5 > p {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 10vw 0;
  font-size: 3.2rem;
  font-weight: bold;
}

.p-section5::before {
  content: "";
  width: 100%;
  height: 65rem;
  background-image: url(../img/top_bg_head04.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -43rem;
  z-index: 1;
}

.p-section5 .c-article02 {
  position: relative;
  z-index: 2;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 992px) {
  .p-section5 {
    background: linear-gradient(#fec929 95%, #ffffff 100%);
    position: relative;
    margin: 25rem 0;
    padding: 0 2rem 0rem;
  }


  .p-section5 > p {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 10rem 0 6rem;
    font-size: 4rem;
    font-weight: bold;
  }

  .p-section5::before {
    height: 103rem;
    background-image: url(../img/top_bg_head04_pc.png);
    top: -20rem;
    max-width: 1152px;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: cover;
  }

  .p-section5 .c-article02 {
    width: 32%;
  }


}

/*----------
  section6
-----------*/
.p-section6 {
  background: linear-gradient(#fec929 95%, #ffffff 100%);
  position: relative;
  margin: 50rem 0 15rem;
  padding: 0 2rem 10rem;
}

.p-section6 > p {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 10vw 0;
  font-size: 3.2rem;
  font-weight: bold;
}

.p-section6::before {
  content: "";
  width: 100%;
  height: 65rem;
  background-image: url(../img/top_bg_head05.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -40rem;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .p-section6 {
    background: linear-gradient(#fcbf30 95%, #ffffff 100%);
    position: relative;
    margin: 40rem 0 15rem;
    padding: 0 2rem 0rem;
  }

  .p-section6 > p {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 10rem 0 6rem;
    font-size: 4rem;
    font-weight: bold;
  }

  .p-section6::before {
    content: "";
    width: 100%;
    height: 75rem;
    background-image: url(../img/top_bg_head05_pc.png);
    background-size: cover;
    top: -23rem;
    z-index: 1;
    max-width: 1152px;
    left: 50%;
    transform: translate(-50%, 0);
  }

}

.mini-red {
  /*color: red;*/
  font-size: 2rem;
}

@media screen and (min-width: 992px) {

  /*  赤い※のスタイル  */
  .mini-red {
    /*color: red;*/
    font-size: 2rem;
  }
}
