@charset "UTF-8";
h2.ttl_01 img {
  height: 57px;
  width: auto;
}
@media screen and (max-width: 767px) {
  h2.ttl_01 img {
    height: 33px;
  }
}
@media screen and (max-width: 767px) {
  h2.ttl_01 {
    margin-bottom: 20px;
  }
}

h3.ttl_h3 {
  font-size: 3.8rem;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-family: "Noto Sans JP 700";
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  h3.ttl_h3 {
    font-size: 3rem;
  }
}
h3.ttl_h3 .color {
  color: #009744;
}

.header__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .header__top {
    justify-content: flex-end;
    flex-direction: column;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #fff;
}
header .header_logo_pc {
  width: 190px;
}
@media screen and (max-width: 480px) {
  header .header_logo_pc {
    width: 150px;
  }
}
header .header_menu_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_menu_area .pc_nav {
  margin-right: 75px;
}
@media screen and (max-width: 1080px) {
  header .header_menu_area .pc_nav {
    display: none;
  }
}
header .header_menu_area .pc_nav ul {
  display: flex;
  align-items: flex-end;
}
header .header_menu_area .pc_nav li {
  font-size: 1.6rem;
  margin: 26px 0px;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 1130px) {
  header .header_menu_area .pc_nav li {
    font-size: 1.4rem;
  }
}
header .header_menu_area .pc_nav li a {
  color: #000;
}

#mv {
  background-color: #009c42;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #mv {
    padding-top: 40px;
  }
}
#mv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 0;
}
@media screen and (max-width: 840px) {
  #mv::after {
    height: 7.14vw;
  }
}
#mv .mv_area {
  padding-top: 60px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  #mv .mv_area {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }
}

#message .message_area .wi1080 {
  position: relative;
  z-index: 1;
}
#message .meassage__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#message .meassage__flex__left {
  width: 38%;
}
@media screen and (max-width: 1120px) {
  #message .meassage__flex__left {
    width: 100%;
    margin-bottom: 30px;
  }
}
#message .meassage__flex__left h3 {
  font-size: 5.4rem;
  line-height: 9.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}
#message .meassage__flex__left h3 .color {
  color: #006428;
}
@media screen and (max-width: 767px) {
  #message .meassage__flex__left h3 {
    font-size: 4.5rem;
    line-height: 6.5rem;
  }
}
#message .meassage__flex__right {
  width: 59%;
}
@media screen and (max-width: 1120px) {
  #message .meassage__flex__right {
    width: 100%;
  }
}
#message .meassage__flex__right p {
  font-size: 2rem;
  line-height: 6rem;
}
@media screen and (max-width: 767px) {
  #message .meassage__flex__right p {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  #message .meassage__flex__right p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
#message .message__entry {
  display: flex;
}
#message .meassage__back {
  position: absolute;
  width: 510px;
  height: 510px;
  top: -20px;
  right: 50px;
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  #message .meassage__back {
    width: 428px;
    height: 495px;
    top: 140px;
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #message .meassage__back {
    width: 55.8vw;
    height: 64.5vw;
    top: 100px;
  }
}
#message .meassage__back::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
  top: 0;
  right: 0;
}
#message .meassage__back svg {
  width: 100%;
  height: 100%;
}
#message .meassage__back .st0 {
  opacity: 0.5;
  fill: #a7ce6b;
}

#about {
  background-image: url("../images/back_about.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#about .about__inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 100px 100px;
}
@media screen and (max-width: 1120px) {
  #about .about__inner {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  #about .about__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #about .about__inner {
    padding: 20px;
  }
}
#about .about__inner__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about .about__inner__flex--box {
  width: 15%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
}
@media screen and (max-width: 1120px) {
  #about .about__inner__flex--box {
    width: 31%;
    height: 25.4vw;
  }
}
@media screen and (max-width: 480px) {
  #about .about__inner__flex--box {
    width: 32%;
  }
}
@media screen and (max-width: 1120px) {
  #about .about__inner__flex--box:nth-child(1), #about .about__inner__flex--box:nth-child(2), #about .about__inner__flex--box:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #about .about__inner__flex--box:nth-child(1), #about .about__inner__flex--box:nth-child(2), #about .about__inner__flex--box:nth-child(3) {
    margin-bottom: 1.7%;
  }
}
#about .about__inner__flex--box p {
  font-size: 1.8rem;
  font-family: "Noto Sans JP 700";
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #about .about__inner__flex--box p {
    font-size: 3.75vw;
  }
}
#about .about__inner__flex--box01 {
  background-image: url("../images/about-img01.jpg");
}
#about .about__inner__flex--box02 {
  background-image: url("../images/about-img02.jpg");
}
#about .about__inner__flex--box03 {
  background-image: url("../images/about-img03.jpg");
}
#about .about__inner__flex--box04 {
  background-image: url("../images/about-img04.jpg");
}
#about .about__inner__flex--box05 {
  background-image: url("../images/about-img05.jpg");
}
#about .about__inner__flex--box06 {
  background-image: url("../images/about-img06.jpg");
}

#number_k {
  background-color: #e3edcc;
}
#number_k .number_area .parent {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#number_k .number_area .area01, #number_k .number_area .area02, #number_k .number_area .area03 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
#number_k .number_area .area01 {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #number_k .number_area .area01 {
    width: 100%;
    margin-bottom: 20px;
  }
}
#number_k .number_area .area02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #number_k .number_area .area02 {
    margin-bottom: 20px;
  }
}
#number_k .number_area .div3 {
  padding: 20px 15px 20px 20px !important;
}
@media screen and (max-width: 767px) {
  #number_k .number_area .div3 {
    padding: 10px 6px 10px 10px !important;
  }
}
#number_k .number_area .div6 {
  width: 42%;
}
@media screen and (max-width: 767px) {
  #number_k .number_area .div6 {
    width: 100%;
  }
}
#number_k .number_area .div1, #number_k .number_area .div2 {
  width: 48%;
}
#number_k .number_area .div3, #number_k .number_area .div4, #number_k .number_area .div5 {
  width: 31%;
}
#number_k .number_area .div1, #number_k .number_area .div2, #number_k .number_area .div3, #number_k .number_area .div4, #number_k .number_area .div5, #number_k .number_area .div6 {
  padding: 20px;
  background-color: #fff;
  background-size: 55px;
}
@media screen and (max-width: 480px) {
  #number_k .number_area .div1, #number_k .number_area .div2, #number_k .number_area .div3, #number_k .number_area .div4, #number_k .number_area .div5, #number_k .number_area .div6 {
    padding: 12px;
  }
}
@media screen and (max-width: 380px) {
  #number_k .number_area .div1, #number_k .number_area .div2, #number_k .number_area .div3, #number_k .number_area .div4, #number_k .number_area .div5, #number_k .number_area .div6 {
    padding: 10px;
  }
}

#miryoku {
  background-image: url("../images/back_miryoku.jpg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
#miryoku .miryoku_area .box01, #miryoku .miryoku_area .box02, #miryoku .miryoku_area .box03, #miryoku .miryoku_area .box04 {
  position: relative;
  border: 1px solid #006428;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom-right-radius: 50px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 800px;
}
@media screen and (max-width: 1120px) {
  #miryoku .miryoku_area .box01, #miryoku .miryoku_area .box02, #miryoku .miryoku_area .box03, #miryoku .miryoku_area .box04 {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #miryoku .miryoku_area .box01, #miryoku .miryoku_area .box02, #miryoku .miryoku_area .box03, #miryoku .miryoku_area .box04 {
    width: 100%;
  }
}
#miryoku .miryoku_area .box01::after, #miryoku .miryoku_area .box02::after, #miryoku .miryoku_area .box03::after, #miryoku .miryoku_area .box04::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  background-color: #006428;
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  #miryoku .miryoku_area .box01::after, #miryoku .miryoku_area .box02::after, #miryoku .miryoku_area .box03::after, #miryoku .miryoku_area .box04::after {
    height: calc(8.82vw + 20px);
  }
}
@media screen and (max-width: 767px) {
  #miryoku .miryoku_area .box01::after, #miryoku .miryoku_area .box02::after, #miryoku .miryoku_area .box03::after, #miryoku .miryoku_area .box04::after {
    height: calc(71vw + 115px);
  }
}
@media screen and (max-width: 480px) {
  #miryoku .miryoku_area .box01::after, #miryoku .miryoku_area .box02::after, #miryoku .miryoku_area .box03::after, #miryoku .miryoku_area .box04::after {
    height: calc(88.5vw + 20px);
  }
}
#miryoku .miryoku_area .box01 .box_img, #miryoku .miryoku_area .box02 .box_img, #miryoku .miryoku_area .box03 .box_img, #miryoku .miryoku_area .box04 .box_img {
  width: 41%;
}
@media screen and (max-width: 767px) {
  #miryoku .miryoku_area .box01 .box_img, #miryoku .miryoku_area .box02 .box_img, #miryoku .miryoku_area .box03 .box_img, #miryoku .miryoku_area .box04 .box_img {
    width: 100%;
  }
}
#miryoku .miryoku_area .box01 .box_text, #miryoku .miryoku_area .box02 .box_text, #miryoku .miryoku_area .box03 .box_text, #miryoku .miryoku_area .box04 .box_text {
  width: 57%;
}
@media screen and (max-width: 767px) {
  #miryoku .miryoku_area .box01 .box_text, #miryoku .miryoku_area .box02 .box_text, #miryoku .miryoku_area .box03 .box_text, #miryoku .miryoku_area .box04 .box_text {
    width: 100%;
  }
}
#miryoku .miryoku_area .box01 .box_text__flex, #miryoku .miryoku_area .box02 .box_text__flex, #miryoku .miryoku_area .box03 .box_text__flex, #miryoku .miryoku_area .box04 .box_text__flex {
  display: flex;
  padding: 10px 0;
}
#miryoku .miryoku_area .box01 .box_text__flex p, #miryoku .miryoku_area .box02 .box_text__flex p, #miryoku .miryoku_area .box03 .box_text__flex p, #miryoku .miryoku_area .box04 .box_text__flex p {
  font-size: 6.5rem;
  line-height: 6.5rem;
  color: #006428;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  font-family: "Noto Sans JP 700";
  margin-right: 5px;
}
@media screen and (max-width: 1120px) {
  #miryoku .miryoku_area .box01 .box_text__flex p, #miryoku .miryoku_area .box02 .box_text__flex p, #miryoku .miryoku_area .box03 .box_text__flex p, #miryoku .miryoku_area .box04 .box_text__flex p {
    font-size: 5.8vw;
    line-height: 5.8vw;
  }
}
@media screen and (max-width: 767px) {
  #miryoku .miryoku_area .box01 .box_text__flex p, #miryoku .miryoku_area .box02 .box_text__flex p, #miryoku .miryoku_area .box03 .box_text__flex p, #miryoku .miryoku_area .box04 .box_text__flex p {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
}
@media screen and (max-width: 480px) {
  #miryoku .miryoku_area .box01 .box_text__flex p, #miryoku .miryoku_area .box02 .box_text__flex p, #miryoku .miryoku_area .box03 .box_text__flex p, #miryoku .miryoku_area .box04 .box_text__flex p {
    margin-right: 1vw;
    font-size: 11vw;
    line-height: 11vw;
  }
}
#miryoku .miryoku_area .box01 .box_text__flex h4, #miryoku .miryoku_area .box02 .box_text__flex h4, #miryoku .miryoku_area .box03 .box_text__flex h4, #miryoku .miryoku_area .box04 .box_text__flex h4 {
  font-size: 2.8rem;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP 700";
  color: #fff;
}
@media screen and (max-width: 1120px) {
  #miryoku .miryoku_area .box01 .box_text__flex h4, #miryoku .miryoku_area .box02 .box_text__flex h4, #miryoku .miryoku_area .box03 .box_text__flex h4, #miryoku .miryoku_area .box04 .box_text__flex h4 {
    font-size: 2.5vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #miryoku .miryoku_area .box01 .box_text__flex h4, #miryoku .miryoku_area .box02 .box_text__flex h4, #miryoku .miryoku_area .box03 .box_text__flex h4, #miryoku .miryoku_area .box04 .box_text__flex h4 {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  #miryoku .miryoku_area .box01 .box_text__flex h4, #miryoku .miryoku_area .box02 .box_text__flex h4, #miryoku .miryoku_area .box03 .box_text__flex h4, #miryoku .miryoku_area .box04 .box_text__flex h4 {
    font-size: 5vw;
    line-height: 6.4vw;
  }
}
#miryoku .miryoku_area .box01 .box_text--p, #miryoku .miryoku_area .box02 .box_text--p, #miryoku .miryoku_area .box03 .box_text--p, #miryoku .miryoku_area .box04 .box_text--p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  padding-top: 10px;
}
#miryoku .miryoku_area .box02 {
  margin-left: 190px;
}
@media screen and (max-width: 1120px) {
  #miryoku .miryoku_area .box02 {
    margin-left: 8%;
  }
}
@media screen and (max-width: 767px) {
  #miryoku .miryoku_area .box02 {
    margin-left: 0%;
  }
}
#miryoku .miryoku_area .box03 {
  margin-left: 90px;
}
@media screen and (max-width: 1120px) {
  #miryoku .miryoku_area .box03 {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  #miryoku .miryoku_area .box03 {
    margin-left: 0%;
  }
}
#miryoku .miryoku_area .box04 {
  margin-left: auto;
  margin-right: 0;
}

#voice .voice__inner__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#voice .voice__inner__flex--box {
  width: 31.5%;
  background-color: #e6f0ce;
  padding: 15px;
}
#voice .voice__inner__flex--box:nth-child(1), #voice .voice__inner__flex--box:nth-child(2), #voice .voice__inner__flex--box:nth-child(3) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  #voice .voice__inner__flex--box:nth-child(1), #voice .voice__inner__flex--box:nth-child(2), #voice .voice__inner__flex--box:nth-child(3) {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box:nth-child(1), #voice .voice__inner__flex--box:nth-child(2), #voice .voice__inner__flex--box:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1120px) {
  #voice .voice__inner__flex--box:nth-child(4) {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box:nth-child(4) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box:nth-child(5) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1120px) {
  #voice .voice__inner__flex--box {
    width: 48.5%;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box {
    width: 100%;
  }
}
#voice .voice__inner__flex--box h4 {
  background-color: #006428;
  padding: 10px 0px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP 700";
  font-size: 1.5rem;
  font-feature-settings: "palt";
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__flex--box h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box h4 {
    font-size: 3.95vw;
  }
}
#voice .voice__inner__flex--box--ranking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#voice .voice__inner__flex--box--ranking::after {
  position: absolute;
  content: "";
  width: calc(100% - 90px);
  height: 1px;
  background-color: #404040;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__flex--box--ranking::after {
    width: calc(100% - 10vw);
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box--ranking::after {
    width: calc(100% - 90px);
  }
}
#voice .voice__inner__flex--box--ranking:last-child {
  margin-bottom: initial;
}
#voice .voice__inner__flex--box--ranking:last-child::after {
  display: none;
}
#voice .voice__inner__flex--box--ranking .ranking_img {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__flex--box--ranking .ranking_img {
    width: 9.1vw;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box--ranking .ranking_img {
    width: 70px;
  }
}
#voice .voice__inner__flex--box--ranking p {
  width: calc(100% - 90px);
  font-family: "Noto Sans JP 700";
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__flex--box--ranking p {
    width: calc(100% - 10vw);
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box--ranking p {
    width: calc(100% - 90px);
  }
}
#voice .voice__inner__flex--box--ranking.no01 img {
  width: 68px;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__flex--box--ranking.no01 img {
    width: 8.8vw;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box--ranking.no01 img {
    width: 68px;
  }
}
#voice .voice__inner__flex--box--ranking.no01 p {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__flex--box--ranking.no01 p {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box--ranking.no01 p {
    font-size: 2.4rem;
  }
}
#voice .voice__inner__flex--box--ranking.no01 .no01--size01 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__flex--box--ranking.no01 .no01--size01 {
    font-size: 2.34vw;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box--ranking.no01 .no01--size01 {
    font-size: 1.8rem;
  }
}
#voice .voice__inner__flex--box--ranking.no02 img, #voice .voice__inner__flex--box--ranking.no03 img {
  width: 35px;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__flex--box--ranking.no02 img, #voice .voice__inner__flex--box--ranking.no03 img {
    width: 4.56vw;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box--ranking.no02 img, #voice .voice__inner__flex--box--ranking.no03 img {
    width: 35px;
  }
}
#voice .voice__inner__flex--box--ranking.no02 p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__flex--box--ranking.no02 p {
    font-size: 2.34vw;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box--ranking.no02 p {
    font-size: 1.8rem;
  }
}
#voice .voice__inner__flex--box--ranking.no03 p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #voice .voice__inner__flex--box--ranking.no03 p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  #voice .voice__inner__flex--box--ranking.no03 p {
    font-size: 1.6rem;
  }
}

#movie {
  background: rgb(229, 239, 179);
  background: linear-gradient(90deg, rgb(229, 239, 179) 0%, rgb(178, 224, 199) 100%);
}
#movie .name {
  background-color: #006428;
  margin-top: 20px;
  padding: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #movie .name {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  #movie .name .font16 {
    font-size: 1.5rem;
  }
}
#movie .img01 .movie_moive, #movie .img02 .movie_moive, #movie .img03 .movie_moive {
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 1120px) {
  #movie .img01 .movie_moive, #movie .img02 .movie_moive, #movie .img03 .movie_moive {
    height: 16vw;
  }
}
@media screen and (max-width: 767px) {
  #movie .img01 .movie_moive, #movie .img02 .movie_moive, #movie .img03 .movie_moive {
    height: 51vw;
  }
}
#movie .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#movie .list li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  #movie .list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #movie .list li:nth-child(1), #movie .list li:nth-child(2) {
    margin-bottom: 50px;
  }
}
#movie .list li video {
  width: 100%;
}

#schedule {
  background-image: url("../images/back_schedule.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#schedule li {
  margin: 0 40px;
  background-color: #fff;
  background-size: 55px;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  #schedule li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #schedule li {
    margin: 0 10px;
  }
}
#schedule .box {
  padding: 20px;
}
@media screen and (max-width: 480px) {
  #schedule .box {
    padding: 10px;
  }
}
#schedule .box .ttl01, #schedule .box .ttl02, #schedule .box .ttl03, #schedule .box .schedule_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#schedule .box .ttl01, #schedule .box .ttl02, #schedule .box .ttl03 {
  padding: 10px 20px;
  background-color: #006428;
}
#schedule .box .schedule_img {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #schedule .box .schedule_img {
    padding: 20px 10px;
  }
}
#schedule .box .schedule_img .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #schedule .box .schedule_img .img {
    width: 100%;
    margin-bottom: 30px;
  }
}
#schedule .box .schedule_img .day {
  width: 52%;
}
@media screen and (max-width: 767px) {
  #schedule .box .schedule_img .day {
    width: 100%;
  }
}
#schedule .box .comment {
  padding: 0 20px 20px 20px;
}

#bosyu {
  background-color: #e5efcd;
}
#bosyu table {
  margin: 100px;
}
@media screen and (max-width: 1080px) {
  #bosyu table {
    margin: 50px;
  }
}
@media screen and (max-width: 767px) {
  #bosyu table {
    margin: 20px;
  }
}
#bosyu table th, #bosyu table td {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #bosyu table th, #bosyu table td {
    display: block;
  }
}
#bosyu table tr th {
  background-color: #006428;
  font-size: 1.8rem;
  width: 250px;
  text-align: left;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #bosyu table tr th {
    width: 100%;
    border-top: none;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
  }
}
#bosyu table tr:last-child th {
  border-bottom: 1px solid #006428;
}
#bosyu table tr td {
  border: 1px solid #bbb;
  font-size: 1.6rem;
  line-height: 3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #bosyu table tr td {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
  }
}
@media screen and (max-width: 480px) {
  #bosyu table tr td {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  #bosyu table tr:last-child {
    border-bottom: 1px solid #bbb;
  }
}

#flow {
  background-image: url("../images/back_flow.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#flow .ttl_h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#flow .flow_area .flow_sp {
  padding: 0 5%;
}
#flow .text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-family: "Noto Sans JP 700";
}
@media screen and (max-width: 767px) {
  #flow .js-scrollable img {
    width: 850px;
  }
}

#faq {
  background: rgb(229, 239, 179);
  background: linear-gradient(90deg, rgb(229, 239, 179) 0%, rgb(178, 224, 199) 100%);
}

.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.accordion-area section {
  background-color: #fff;
  border-radius: 17px;
  position: relative;
  padding: 20px 20px 0 20px;
}
.accordion-area li {
  margin: 20px 0;
}
.accordion-area .title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #000;
  font-size: 1.8rem;
  line-height: 28px;
  font-family: "Noto Sans JP 500";
}
@media screen and (max-width: 480px) {
  .accordion-area .title {
    font-size: 1.6rem;
  }
}
.accordion-area .title::before, .accordion-area .title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 5px;
  border-radius: 100px;
  background-color: #000;
}
.accordion-area .title::before {
  top: 30%;
  right: 1px;
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .accordion-area .title::before {
    right: 5px;
  }
}
.accordion-area .title::after {
  top: 30%;
  right: 1px;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .accordion-area .title::after {
    right: 5px;
  }
}
.accordion-area .title.close::before {
  transform: rotate(-45deg);
}
.accordion-area .title.close::after {
  transform: rotate(45deg);
}
.accordion-area .box {
  display: none;
  font-size: 1.6rem;
  position: relative;
  line-height: 28px;
  font-family: "Noto Sans JP 300";
}
@media screen and (max-width: 480px) {
  .accordion-area .box {
    font-size: 1.4rem;
  }
}
.accordion-area .faq_q, .accordion-area .faq_a {
  font-size: 2rem;
  margin-right: 5px;
  position: absolute;
  border-radius: 100%;
  color: #fff;
  z-index: 1;
  width: 21px;
  height: 28px;
  text-align: center;
  padding-top: 3px;
}
.accordion-area .faq_q {
  color: #3cb37a;
  left: 0px;
  top: 3px;
}
.accordion-area .faq_a {
  color: #3cb37a;
  left: 20px;
  top: 20px;
}
.accordion-area .faq_a_txt {
  border-top: 1px solid #1a1a1a;
  padding: 15px 45px 20px 55px;
}
.accordion-area .title {
  padding: 5px 38px 25px 38px;
}
.accordion-area .title, .accordion-area .faq_a_txt {
  display: block;
  width: 100%;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  /* ラジオボタン非表示 */
}
.tab-wrap:after {
  content: "";
  width: 100%;
  display: block;
  order: -1;
}
.tab-wrap .tab-label {
  padding: 20px 10px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  margin-bottom: 10px;
  width: calc(25% - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .tab-wrap .tab-label {
    padding: 13px 5px;
    margin-bottom: 5px;
  }
}
.tab-wrap .tab-label.border_01, .tab-wrap .tab-label.border_02, .tab-wrap .tab-label.border_03 {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .tab-wrap .tab-label.border_01, .tab-wrap .tab-label.border_02, .tab-wrap .tab-label.border_03 {
    margin-right: 5px;
  }
}
.tab-wrap .tab-label::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 105px;
  bottom: 0;
  left: 0;
  border-radius: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tab-wrap .tab-label.font22 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .tab-wrap .tab-label.font22 {
    font-size: 3.33vw;
  }
}
.tab-wrap .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-wrap .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: 0.5s opacity;
  position: relative;
  z-index: 1;
}
.tab-wrap .tab-switch {
  display: none;
}

.tab_c_01 .tab-label {
  color: #333333;
  background: #e9e9e9;
}
.tab_c_01 .tab-content {
  background-color: #fff;
}
.tab_c_01 .tab-switch:checked + .tab-label {
  background: #fff;
}
.tab_c_01 .tab-switch:checked + .tab-label::after {
  background-color: #fff;
}

.btn01 {
  background-color: #3cb37a;
  display: inline-block;
  padding: 10px 10px 8px 10px;
  border-radius: 1000px;
  width: 100%;
}
.btn01:hover {
  background-color: #5fd99f;
}

.slick-track {
  position: relative;
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.judge_slider_arrow .slide-arrow {
  position: absolute;
  width: 30px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .judge_slider_arrow .slide-arrow {
    width: 20px;
    height: 33px;
  }
}
.judge_slider_arrow .next-arrow {
  right: 16.5%;
  z-index: 999;
}
@media screen and (max-width: 1080px) {
  .judge_slider_arrow .next-arrow {
    right: 4%;
  }
}
.judge_slider_arrow .prev-arrow {
  left: 17%;
  z-index: 999;
}
@media screen and (max-width: 1080px) {
  .judge_slider_arrow .prev-arrow {
    left: 4%;
  }
}

#entry .entry__inner h2 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-family: "Noto Sans JP 700";
  color: #006428;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #entry .entry__inner h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 380px) {
  #entry .entry__inner h2 {
    font-size: 6.57vw;
    line-height: 9.2vw;
  }
}

.cta__entry {
  width: 83.4%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .cta__entry {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cta__entry {
    justify-content: center;
  }
}
.cta__entry .btn_entry {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006428;
  width: 47%;
  padding: 15px 5px;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 100px;
  font-family: "Noto Sans JP 700";
}
@media screen and (max-width: 767px) {
  .cta__entry .btn_entry {
    width: 80%;
    justify-content: center;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .cta__entry .btn_entry {
    width: 100%;
  }
}
.cta__entry .btn_entry__img {
  width: 22px;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .cta__entry .btn_entry__img {
    width: 18px;
    margin-right: 5px;
  }
}
.cta__entry .btn_entry .color {
  color: #fff000;
}
.cta__entry .btn_entry:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .cta__entry .btn_entry:nth-child(1) {
    margin-bottom: 20px;
  }
}

.delay-01 {
  animation-delay: 0.1s;
}

.delay-02 {
  animation-delay: 0.2s;
}

.delay-03 {
  animation-delay: 0.3s;
}

.delay-04 {
  animation-delay: 0.4s;
}

.delay-05 {
  animation-delay: 0.5s;
}

.delay-06 {
  animation-delay: 0.6s;
}

.delay-07 {
  animation-delay: 0.7s;
}

.delay-08 {
  animation-delay: 0.8s;
}

.delay-09 {
  animation-delay: 0.9s;
}

.delay-10 {
  animation-delay: 1s;
}

.fadeInTrigger, .fadeInTrigger-fadeIn, .fadeUpTrigger,
.fadeUpTrigger-fadeUp {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=main.css.map */