@charset "UTF-8";

.top .scroll{
	animation: scroll 2s ease 0s alternate infinite;
	}

@keyframes scroll {
  0% {
    opacity:0;
  }

50%{
	opacity:1;
	}

  100% {
    opacity:1;
  }
}

.top h3 {
  font-size: 2.4rem;
  font-weight: bold;
  border:none;
  line-height: 2em;
  padding-left:0; 
}

.top .mv_area_pc {
  width: 100vw;
  height: calc(100vh - 7rem);
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.top .mv_area_pc .mv_img {
  width: 75vw;
  height: calc(100vh - 7rem);
  background-image: url(../img/top/mv_pc.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.top .mv_area_pc .white_area {
  width: 25vw;
  height: calc(100vh - 7rem);
  background: #fff;
  position: relative;
}

.top .mv_area_pc .white_area p {
  width: 3rem;
  height: 17.6rem;
  background-image: url(../img/top/scroll.png);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 4%;
  left: 6%;
}

.top .mv_area_pc .white_area p a {
  display: block;
  transform: rotate(90deg);
  transform-origin: center;
  font-size: 1.8rem;
  font-weight: normal;
  padding-left: 33px;
  letter-spacing: 3px;
}

.top .mv_area_pc .h1text {
  position: absolute;
  top: 15%;
  right: 2.4%;
  text-align: left;
  font-size: 15rem;
  line-height: 122px;
  font-weight: bold;
  transform: scaleY(1.2) translateX(770px);
  letter-spacing: -5px;
  color: #fff;
}

.top .mv_area_pc .h1text.move{
  position: absolute;
  top: 15%;
  right: 2.4%;
  text-align: left;
  font-size: 15rem;
  line-height: 122px;
  font-weight: bold;
  transform: scaleY(1.2) translateX(0);
  transition:0.5s;
  letter-spacing: -5px;
  color: #fff;
}

.top .mv_area_pc h1 {
  position: absolute;
  top: 15%;
  right: 2%;
  text-align: left;
  font-size: 15rem;
  line-height: 122px;
  font-weight: bold;
  transform: scaleY(1.2) translateX(770px);
  letter-spacing: -5px;
}

.top .mv_area_pc h1.move{
  position: absolute;
  top: 15%;
  right: 2%;
  text-align: left;
  font-size: 15rem;
  line-height: 122px;
  font-weight: bold;
  transform: scaleY(1.2) translateX(0);
  letter-spacing: -5px;
  transition:0.3s;
}

.top .mv_area_pc .text_area {
  position: absolute;
  bottom: 10%;
  left: 6%;
  width: 70.8rem;
  opacity:0;
}

.top .mv_area_pc .text_area.move{
  opacity:1;
  transition:0.5s;
  transition-delay:0.8s;
}

.top .mv_area_pc p:not(.h1text) {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8em;
  text-shadow: 0 0 5px #fff;
  border-bottom: 4px solid #fff;
  display: inline-block;
}

.top .bg_area01 {
  background-image: url(../img/top/bg_top.jpg), url(../img/top/bg_bottom.png);
  background-repeat: no-repeat;
  background-position: left top, left bottom;
  background-size: contain;
}

.top .bg_area01 #scroll {
  margin-top: -9rem;
  padding-top: 9rem;
}

.top .sec01 {
  padding: 10rem 0 13rem;
}

.top .h2area h2 {
  font-size: 9rem;
  text-align: center;
  line-height: 1.5em;
}

.top .h2area small {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5em;
  display: block;
  font-weight: bold;
}

.top .h2area .midasiline {
  width: 12rem;
  display: flex;
  margin: 0 auto 2rem;
}

.top .h2area .midasiline span {
  width: 4rem;
  height: 1px;
  background: #000;
}

.top .h2area .midasiline span:nth-of-type(2) {
  background: #027d22;
}

.top .sec01 .news_area {
  margin: 6rem 5rem;
  width: 100%;
}

.top .sec01 .news_area li {
  width: 100%;
  border-top: 1px solid #000;
}

.top .sec01 .news_area li:last-of-type {
  border-bottom: 1px solid #000;
}

.top .sec01 .news_area li a {
  width: 100%;
  display: block;
  padding: 3rem 0;
  display: flex;
}

.top .sec01 .news_area li a p.date {
  width: 17rem;
  text-align: center;
}

.top .sec01 .news_area li a p:not(.date) {
  width: calc(100% - 17rem);
  color: #028c26;
  font-weight: bold;
  padding-left: 4rem;
}

.top .sec01 .btn01 {
  width: 30rem;
  background: #028223;
  margin: 0 auto;
}

.top .sec01 .btn01 a {
  width: 100%;
  padding: 1rem 0 2rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  display: block;
  position: relative;
}

.top .sec01 .btn01:hover{
  opacity:0.7;
  transition:0.5s;
}


.top .sec01 .btn01 a::before {
  content: "";
  display: block;
  width: 17rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.top .sec01 .btn01 a::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background: #fff;
  position: absolute;
  bottom: 1.6rem;
  right: 66px;
  transform: rotate(-62deg);
  transform-origin: bottom;
}

.btn_mm {
  display: flex;
  justify-content:space-between;
  align-items: center;
}

.btn_mm img {
  width: 5rem;
  height: 5rem;
}

.top .sec01 .btn_mm {
  width: 30rem;
  background: #ff0000;
  margin: 30px auto;
  margin-bottom: 0;
}

.top .sec01 .btn_mm a {
  width: 100%;
  padding: 1.5rem 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between; /* or flex-start */
  position: relative;
  text-decoration: none;
  gap: 1rem;
}

.btn_mm span {
    width: 100%;
    font-size: 1.7rem;
    margin-left: 1rem;
}

.top .sec01 .btn_mm:hover{
  opacity:0.7;
  transition:0.5s;
}

.btn_mm a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(-45deg);
}

.top .bg_area02 {
  background: #e5e5e5;
  padding: 16rem 0;
  width: 100%;
  position: relative;
}

.top .sec02 .h2area {
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
}

.top .sec02 .about_area {
  display: flex;
  width: 110rem;
  margin: 9rem auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top .sec02 .about_area .inner_cont {
  width: 50rem;
  background: #fff;
  position: relative;
  box-shadow: 0 0 14px #666;
  position: absolute;
  top: -3rem;
  left: 3rem;
  transform:translate(-3rem,3rem);
}

.top .sec02 .about_area .inner_cont.move {
  width: 50rem;
  background: #fff;
  position: relative;
  box-shadow: 0 0 14px #666;
  position: absolute;
  top: -3rem;
  left: 3rem;
  transform:translate(0);
  transition:0.5s;
  transition-delay:0.5s;
}

.top .sec02 .about_area .bg_area {
  background: #028d26;
  margin-bottom: 10rem;
  position: relative;
  width: 50rem;
  height: 41.7rem;
}

.top .sec02 .about_area .inner_cont .img_area {
  width: 100%;
  height: 21.7rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

.top .sec02 .about_area .inner_cont .img_area img {
  width: 100%;
}

.top .sec02 .about_area .inner_cont:hover .img_area img {
  transform: scale(1.1, 1.1);
  transition: .5s;
}

.top .sec02 .about_area .inner_cont a {
  width: 100%;
  display: block;
  padding: 4rem;
  position: relative;
}

.top .sec02 .about_area .inner_cont a span {
  font-size: 9rem;
  font-weight: bold;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%) scaleY(1.2);
  display: inline-block;
}

.top .sec02 .about_area .inner_cont a .midasi_area {
  width: 100%;
  height: 10rem;
  position: relative;
}

.top .sec02 .about_area .inner_cont a .midasi_area::before {
  content: "";
  display: block;
  width: 10rem;
  height: 2rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  right: 0;
}

.top .sec02 .about_area .inner_cont a .midasi_area::after {
  content: "";
  display: block;
  width: 10rem;
  height: 2rem;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top .sec02 .about_area .inner_cont a h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  width: auto;
  display: inline-block;
  padding: 0 2em;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top .sec02 .about_area .inner_cont a h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.top .sec02 .about_area .inner_cont a h3::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background: #000;
  position: absolute;
  bottom: -10px;
  right: 0;
  transform: rotate(-62deg);
  transform-origin: bottom;
}

.top .bg_area03 {
  background: #93e09b;
  position: relative;
}

.top .sec03 {
  padding: 15rem 0 9rem;
  margin-bottom: 4rem;
}

.top .sec03 p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5em;
}

.top .sec03 .h2area {
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
}

.top .support_img img {
  width: 100%;
}

.top .sec04 {
  padding-bottom: 17rem;
}

.top .sec04 .also_cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7rem;
}

.top .sec04 .also_cont .cont_inner {
  width: 25%;
}

.top .sec04 .also_cont .cont_inner a {
  width: 100%;
  display: block;
}

.top .sec04 .also_cont .cont_inner .img_area {
  width: 100%;
  height: 15.2rem;
  overflow: hidden;
  position: relative;
}

.top .sec04 .also_cont .cont_inner .img_area::before {
  content: "";
  display: block;
  width: 10rem;
  height: 2rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 999;
}

.top .sec04 .also_cont .cont_inner .img_area::after {
  content: "";
  display: block;
  width: 10rem;
  height: 2rem;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 999;
}

.top .sec04 .also_cont .cont_inner .img_area h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  z-index: 999;
}

.top .sec04 .also_cont .cont_inner:nth-of-type(1) .img_area h3 {
  top: 57%;
  line-height: 1.5;
}

.top .sec04 .also_cont .cont_inner .img_area img {
  width: 100%;
}

.top .sec04 .also_cont .cont_inner:hover .img_area img {
  transform: scale(1.1, 1.1);
  transition: .5s;
}

.top .sec04 .also_cont .cont_inner .btn_area {
  width: 100%;
  position: relative;
  background: #028223;
  color: #fff;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.top .sec04 .also_cont .cont_inner:hover .btn_area {
  opacity: .7;
  transition: .5s;
}

.top .sec04 .also_cont .cont_inner:last-of-type .btn_area {
  border: none;
}

.top .sec04 .also_cont .cont_inner .btn_area span {
  display: inline-block;
  position: relative;
}

.top .sec04 .also_cont .cont_inner .btn_area span::before {
  content: "";
  display: block;
  width: 17.2rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
}

.top .sec04 .also_cont .cont_inner .btn_area span::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background: #fff;
  position: absolute;
  bottom: 14px;
  right: -67px;
  transform: rotate(-62deg);
  transform-origin: bottom;
}

.top .bg_area05 {
  background: #e5e5e5;
  position: relative;
  padding: 19rem 0;
}

.top .sec05 .h2area {
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
}

.top .bg_area05 .cont_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top .bg_area05 .cont_area .cont_inner {
  width: 36rem;
}

.top .bg_area05 .cont_area .cont_inner .img_area {
  width: 36rem;
  height: 21rem;
  background-image: url(../img/top/rec01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.top .bg_area05 .cont_area .cont_inner:nth-of-type(2) .img_area {
  background-image: url(../img/top/rec02.jpg);
}

.top .bg_area05 .cont_area .cont_inner:nth-of-type(2) {
  margin-top: 7rem;
}

.top .bg_area05 .cont_area .cont_inner:nth-of-type(3) .img_area {
  background-image: url(../img/top/rec03.jpg);
}

.top .bg_area05 .cont_area .cont_inner:nth-of-type(3) {
  margin-top: 1.6rem;
}

.top .bg_area05 .cont_area .cont_inner .btn_area {
  width: 100%;
  background: #028223;
  height: 5.6rem;
}

.top .bg_area05 .cont_area .cont_inner .btn_area a {
  width: 100%;
  display: block;
  position: relative;
  color: #fff;
  line-height: 5.6rem;
  text-align: center;
  font-weight: bold;
}

.top .bg_area05 .cont_area .cont_inner .btn_area:hover {
  opacity: .7;
  transition: .5s;
}

.top .bg_area05 .cont_area .cont_inner .btn_area span {
  position: relative;
}

.top .bg_area05 .cont_area .cont_inner .btn_area span::before {
  content: "";
  display: block;
  width: 17.2rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.top .bg_area05 .cont_area .cont_inner .btn_area span::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background: #fff;
  position: absolute;
  bottom: -3px;
  right: -67px;
  transform: rotate(-62deg);
  transform-origin: bottom;
}

.top .bg_area05 .cont_area .cont_inner .img_area p.info {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  position: absolute;
  top: -25px;
  left: 46px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.top .bg_area05 .cont_area .cont_inner .img_area p.num {
  font-size: 9rem;
  font-weight: bold;
  position: absolute;
  top: -29px;
  left: 182px;
  transform: scaleY(1.2);
  letter-spacing: -4px;
}

.top .bg_area05 .cont_area .cont_inner .img_area h3 {
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%);
  line-height: 1.5em;
  text-align: center;
}

.top .sec06 {
  margin-bottom: 11rem;
}

.top .sec06 .dis_fle {
  display: flex;
  flex-wrap: wrap;
}

.top .sec06 .dis_fle .fle_con {
  width: 50%;
  height: 40rem;
  background-image: url(../img/top/voice.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.top .sec06 .dis_fle .fle_con02 {
  background-image: url(../img/top/reward.jpg);
}

.top .sec06 .dis_fle .con_bg {
  width: 100%;
    height: 40rem;
  background-image: url(../img/top/bgimg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  padding: 6.2rem 6.4rem 0 0;
}

.top .sec06 .dis_fle .con_bg .bg_area {
  width: 21rem;
  height: 18rem;
  background: #028223;
  position: relative;
}

.top .sec06 .dis_fle .con_bg .title_area {
  width: 21rem;
  height: 18rem;
  background: #fff;
  position: absolute;
  top: -2rem;
  left: 2rem;
  position: relative;
  transform:translate(-2rem,2rem);
}

.top .sec06 .dis_fle .con_bg .title_area.move{
  width: 21rem;
  height: 18rem;
  background: #fff;
  position: absolute;
  top: -2rem;
  left: 2rem;
  position: relative;
  transform:translate(0);
  transition:0.5s;
  transition-delay:0.3s;
}

.top .sec06 .dis_fle .con_bg .title_area h3 {
  font-size: 3.2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  width: 100%;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top .sec06 .dis_fle .fle_con02 .title_area h3 {
  font-size: 3.6rem;
  letter-spacing: 4px;
}

.top .sec06 .dis_fle .con_bg .title_area h3 span {
  font-size: 6rem;
  display: block;
}

.top .sec06 .dis_fle .con_bg .btn_area {
  width: 20rem;
  margin-top: 5rem;
  background: #028223;
}

.top .sec06 .dis_fle .con_bg .btn_area:hover {
  opacity: .7;
  transition: .5s;
}

.top .sec06 .dis_fle .con_bg .btn_area a {
  width: 100%;
  display: block;
  height: 5rem;
}

.top .sec06 .dis_fle .con_bg .btn_area span {
  width: 100%;
  display: block;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.top .sec06 .dis_fle .con_bg .btn_area span::before {
  content: "";
  display: block;
  width: 14rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.top .sec06 .dis_fle .con_bg .btn_area span::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background: #fff;
  position: absolute;
  bottom: 7px;
  right: 29px;
  transform: rotate(-62deg);
  transform-origin: bottom;
}

.top .sec06 .dis_fle .con_bg .fle_inner {
  width: 20rem;
}

.top .bg_area07 {
  background: #e5e5e5;
}

.top .sec07 .dis_fle {
  display: flex;
  flex-wrap: wrap;
  max-width: 94rem;
  margin: 0 auto;
}

.top .sec07 .dis_fle .fle_inner {
  width: 50%;
  position: relative;
}

.top .sec07 .h2area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.8rem;
}

.top .sec07 h2 {
  font-size: 6.2rem;
}

.top .sec07 .dis_fle .fle_inner p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  margin-top: 8rem;
  margin-bottom: 1.8rem;
}

.top .sec07 .btn_area {
  width: 30rem;
  margin: 0 auto;
  margin-bottom: 5.6rem;
  background: #028223;
}

.top .sec07 .btn_area:hover {
  opacity: .7;
  transition: .5s;
}

.top .sec07 .btn_area a {
  width: 100%;
  display: block;
  height: 5rem;
}

.top .sec07 .btn_area span {
  width: 100%;
  display: block;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.top .sec07 .btn_area span::before {
  content: "";
  display: block;
  width: 20.2rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.top .sec07 .btn_area span::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background: #fff;
  position: absolute;
  bottom: 6px;
  right: 47px;
  transform: rotate(-62deg);
  transform-origin: bottom;
}


@media screen and (max-width: 768px) {

  .top .mv_area_pc {
    height: 100vh;
  }

  .top .mv_area_pc p:not(.h1text) {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8em;
    text-shadow: 0 0 5px #fff;
    border-bottom: 4px solid #fff;
    display: inline-block;
  }

  .top .mv_area_pc .text_area {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: auto;
  }


  .top .mv_area_pc .mv_img {
    width: 86vw;
    height: 100vh;
    background-image: url(../img/top/mv_pc.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
  }

  .top .mv_area_pc .white_area {
    width: 17vw;
    height: 100vh;
  }

  .top .mv_area_pc .white_area p {
    width: 1rem;
    height: 10.6rem;
    background-image: url(../img/top/scroll.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 3%;
    left: 22%;
  }

  .top .mv_area_pc .white_area p a {
    display: block;
    transform: rotate(90deg);
    transform-origin: center;
    font-size: 1.4rem;
    font-weight: normal;
    padding-left: 21px;
    letter-spacing: 3px;
  }

.top .mv_area_pc h1{
    font-size: 19vw;
	transform: scaleY(1.2) translateX(100%);
  }

  .top .mv_area_pc h1.move {
    position: absolute;
    top: 25%;
    left: 9%;
    text-align: left;
    font-size: 5.5rem;
    line-height: 1em;
    font-weight: bold;
    transform: scaleY(1.2) translateX(0);
    letter-spacing: -3px;
  }

.top .mv_area_pc .h1text{
    font-size: 19vw;
	transform: scaleY(1.2) translateX(100%);
  }

  .top .mv_area_pc .h1text.move{
   position: absolute;
    top: 25.5%;
    left: 8%;
    text-align: left;
    font-size: 5.5rem;
    line-height: 1em;
    font-weight: bold;
    transform: scaleY(1.2) translateX(0);
    letter-spacing: -3px;
    color: #fff;
  }

  .top .h2area h2 {
    font-size: 3.8rem;
    text-align: center;
    line-height: 1.5em;
  }

  .top .h2area small {
    font-size: 1.6rem;
    text-align: center;
    line-height: 0.5em;
    display: block;
    font-weight: bold;
  }

.top .h2area .midasiline {
    width: 12rem;
    margin: 0 auto 1.4rem;
}

  .top .sec01 .news_area {
    margin: 4rem auto;
    width: 90%;
  }

  .top .sec01 .news_area li a {
    width: 100%;
    display: block;
    padding: 2rem 0;
    display: block;
  }

  .top .sec01 .news_area li a p.date {
    width: 100%;
    text-align: left;
  }

  .top .sec01 .news_area li a p:not(.date) {
    width: 100%;
    color: #028c26;
    font-weight: bold;
    padding-left: 0;
  }

  .top .sec01 .news_area li a p.date {
    width: 100%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .top .sec01 {
    padding: 3rem 0 7rem;
  }

  .top .sec01 .btn01 {
    width: 23rem;
    background: #028223;
    margin: 0 auto;
  }

  .top .sec01 .btn01 a::after {
    content: "";
    display: block;
    width: 1px;
    height: 2rem;
    background: #fff;
    position: absolute;
    bottom: 1.6rem;
    right: 30px;
    transform: rotate(-62deg);
    transform-origin: bottom;
  }

  .top .sec01 .btn_mm {
  width: 23rem;
  background: #028223;
  margin: 30px auto;
  margin-bottom: 0;
  }

  .btn_mm img {
  width: 5rem;
  height: 5rem;
  }

  .top .sec01 .btn_mm {
  width: 23rem;
  background: #ff0000;
  margin: 30px auto;
}

.top .sec01 .btn_mm:hover{
  opacity:0.7;
  transition:0.5s;
}

.top .sec01 .btn_mm a {
  width: 100%;
  padding: 1rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between; /* or flex-start */
  position: relative;
  text-decoration: none;
  gap: 1rem;
}

.btn_mm span {
    width: 100%;
    font-size: 1.2rem;
    margin-left: 0;
}

.btn_mm a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(-45deg);
}

  .top .sec02 .h2area {
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .top .sec02 .about_area {
    display: flex;
    width: 100%;
    margin: 9rem auto 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }

.top .sec02 .about_area .inner_cont{
    width: 95%;
	transform: translate(-3rem,3rem);
  }

  .top .sec02 .about_area .inner_cont.move {
    width: 95%;
    background: #fff;
    position: relative;
    box-shadow: 0 0 14px #666;
    position: absolute;
    top: -3rem;
    left: 5%;
  }

  .top .sec02 .about_area .inner_cont a {
    width: 100%;
    display: block;
    padding: 4rem 2rem;
    position: relative;
  }

  .top .sec02 .about_area .inner_cont a span {
    font-size: 6rem;
    font-weight: bold;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%) scaleY(1.2);
    display: inline-block;
  }

  .top .sec02 .about_area .inner_cont .img_area {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
  }

  .top .sec02 .about_area .inner_cont a .midasi_area {
    width: 100%;
    height: 6rem;
    position: relative;
  }

  .top .sec02 .about_area .inner_cont a .midasi_area::before {
    content: "";
    display: block;
    width: 6rem;
    height: 2rem;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 0;
    right: 0;
  }

  .top .sec02 .about_area .inner_cont a .midasi_area::after {
    content: "";
    display: block;
    width: 6rem;
    height: 2rem;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .top .sec02 .about_area .inner_cont a h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 0 2em;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .top .sec02 .about_area .inner_cont a h3::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -4px;
    left: 0;
  }

  .top .sec02 .about_area .inner_cont a h3::after {
    content: "";
    display: block;
    width: 1px;
    height: 2rem;
    background: #000;
    position: absolute;
    bottom: -4px;
    right: 0px;
    transform: rotate(-62deg);
    transform-origin: bottom;
  }

  .top .sec02 .about_area .inner_cont a .midasi_area {
    width: 100%;
    height: 7rem;
    position: relative;
  }

  .top .sec02 .about_area .bg_area {
    background: #028d26;
    margin: 0 auto;
    margin-bottom: 10rem;
    position: relative;
    width: 30.4rem;
    height: 28.8rem;
  }

  .top .bg_area02 {
    background: #e5e5e5;
    padding: 5rem 0 0;
    width: 100%;
    position: relative;
  }

  .top .sec03 .h2area {
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .top .sec03 {
    padding: 8rem 0 5rem;
    margin-bottom: 4rem;
  }

  .top .sec03 p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5em;
  }

  .top .sec03 {
    padding: 8rem 1rem 5rem;
    margin-bottom: 4rem;
    width: calc(100% - 2rem);
  }

  .top .sec04 .also_cont .cont_inner {
    width: 100%;
  }

  .top .sec04 .also_cont .cont_inner .img_area h3 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.8rem;
    z-index: 999;
  }

  .top .sec04 .also_cont .cont_inner .btn_area {
    width: 100%;
    position: relative;
    background: #028223;
    color: #fff;
    height: 4.6rem;
    line-height: 4.6rem;
    text-align: center;
    font-weight: bold;
    border: none;
    box-sizing: border-box;
  }

  .top .sec04 .also_cont .cont_inner {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .top .sec04 .also_cont .cont_inner .btn_area span::before {
    content: "";
    display: block;
    width: 17.2rem;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .top .sec04 .also_cont .cont_inner .btn_area span::after {
    content: "";
    display: block;
    width: 1px;
    height: 2rem;
    background: #fff;
    position: absolute;
    bottom: 10px;
    right: -67px;
    transform: rotate(-62deg);
    transform-origin: bottom;
  }

  .top .sec04 .also_cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
  }

  .top .sec04 {
    padding-bottom: 7rem;
  }

  .top .sec04 .h2area {
    position: relative;
    top: -1rem;
  }

  .top .sec05 .h2area {
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .top .bg_area05 {
    background: #e5e5e5;
    position: relative;
    padding: 12rem 0 7rem;
  }

  .top .bg_area05 .cont_area .cont_inner .img_area p.num {
    font-size: 7rem;
    font-weight: bold;
    position: absolute;
    top: -34px;
    left: 184px;
    transform: scaleY(1.2);
    letter-spacing: -4px;
  }

  .top .bg_area05 .cont_area .cont_inner {
    width: 95%;
    margin: 0 auto;
  }

  .top .bg_area05 .cont_area .cont_inner .img_area {
    width: 100%;
    height: 17rem;
    background-image: url(../img/top/rec01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }

  .top .bg_area05 .cont_area .cont_inner .img_area h3 {
    font-size: 2.6rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 47px;
    transform: translateY(-50%);
    line-height: 1.5em;
    text-align: center;
  }

  .top .bg_area05 .cont_area .cont_inner .btn_area {
    width: 100%;
    background: #028223;
    height: 4.6rem;
  }

  .top .bg_area05 .cont_area .cont_inner .btn_area a {
    width: 100%;
    display: block;
    position: relative;
    color: #fff;
    line-height: 3.6rem;
    text-align: center;
    font-weight: bold;
  }

  .top .bg_area05 .cont_area .cont_inner:nth-of-type(3) {
    margin-top: 7rem;
  }

  .top .sec06 .dis_fle .con_bg .title_area h3 span {
    font-size: 3rem;
    display: block;
  }

  .top .sec06 .dis_fle .con_bg .title_area h3 {
    font-size: 2.2rem;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    width: 100%;
    line-height: 1.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

.top .sec06 .dis_fle .con_bg .title_area.{
    width: 15rem;
    height: 11rem;
  }

  .top .sec06 .dis_fle .con_bg .title_area.move {
    width: 15rem;
    height: 11rem;
    background: #fff;
    position: absolute;
    top: -1rem;
    left: 1rem;
    position: relative;
  }

  .top .sec06 .dis_fle .con_bg .bg_area {
    width: 15rem;
    height: 11rem;
    background: #028223;
    position: relative;
  }

  .top .sec06 .dis_fle .con_bg .btn_area {
    width: 16rem;
    margin-top: 2rem;
    background: #028223;
  }

  .top .sec06 .dis_fle .con_bg .btn_area span::before {
    content: "";
    display: block;
    width: 11rem;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .top .sec06 .dis_fle .con_bg .btn_area span::after {
    content: "";
    display: block;
    width: 1px;
    height: 2rem;
    background: #fff;
    position: absolute;
    bottom: 5px;
    right: 23px;
    transform: rotate(-62deg);
    transform-origin: bottom;
  }

  .top .sec06 .dis_fle .con_bg {
    width: 100%;
    height: 20rem;
    background-image: url(../img/top/bgimg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    padding: 5rem 0 0 0;
  }

  .top .sec06 .dis_fle .fle_con {
    width: 100%;
    height: 25rem;
    background-image: url(../img/top/voice.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
  }

  .top .sec06 .dis_fle .fle_con02 {
    background-image: url(../img/top/reward.jpg);
  }

  .top .sec06 {
    margin-bottom: 0;
  }

  .top .sec06 .dis_fle .con_bg .fle_inner {
    width: 15rem;
	margin-right: 3rem;
  }

.top .sec06 .dis_fle .con_bg .title_area {
    width: 15rem;
	height:11rem;
}

  .top .sec07 {
    padding-top: 3rem;
  }

  .top .sec07 .dis_fle .fle_inner {
    width: 100%;
    position: relative;
  }

  .top .sec07 .h2area {
    position: static;
    top: 50%;
    left: 50%;
    transform: translate(0);
  }

  .top .sec07 .dis_fle .fle_inner p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    margin-top: 3rem;
    margin-bottom: 1.8rem;
  }

.top .sp-team {
    display: block;
    margin-top: 5rem;
	margin-bottom:5rem;
}

.top .sp-team .dis-fle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 5rem;
    width: 90%;
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
}

.top .sp-team .title {
    color:#fff;
}

.top .sp-team .sp-01 .title {
    background-color: #D50050;
}

.top .sp-team .sp-02 .title {
    background-color: #601986;
}

.top .sp-team .sp-03 .title {
    background-color: #27A8E1;
}

.top .sp-team .sp-04 .title {
    background-color: #0E6EB8;
}

.top .sp-team .sp-05 .title {
    background-color: #F39801;
}

.top .sp-team .title::before {
    content: "";
    width: 5px;
    font-size: 7rem;
	color:#000;
    position: absolute;
    left: 1rem;
    top: -1rem;
    transform: scale(0.75, 1.0);
    counter-increment: number;
    content: "0"counter(number);
	text-shadow:0 0 7px #fff;
}

.top .sp-team .text {
    text-align: left;
    margin-top: 1rem;
    padding: 1rem;
}

.top .sp-team .link {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 2rem;
	width: 100%;
    text-align: center;
}

.top .sp-team .link span{
	display:inline-block;
	margin:0 auto;
	position:relative;
	}

.top .sp-team .link span::before {
    content: "";
    display: block;
    width: 14rem;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.top .sp-team .link span::after {
    content: "";
    display: block;
    width: 1px;
    height: 2rem;
    background: #000;
    position: absolute;
    bottom: -2px;
    right: -44px;
    transform: rotate(-62deg);
    transform-origin: bottom;
}

.top .sp-team .title {
    width: 100%;
    height: 9rem;
    margin: 0 auto;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
	font-size: 2rem;
    line-height: 3rem;
}













}
