@charset "UTF-8";
/** pxからvwへ変換関数 **/
.mv {
  position: relative;
  /*====================
  //吹き出し
  ====================*/
  /*.arrow-box {
    a {
      font-size: 2.4rem;
      position: relative;
      display: inline-block;
      background: #fff;
      border: 4px solid #333;
      padding: 2rem 5rem;
      margin: 0;
      font-weight: 700;
      text-align: center;
      border-radius: 60px;
      span {
        font-size: 1.8rem;
        display: block;
      }
      &:after,
      &:before {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        border: solid transparent;
      }

      &:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 20px;
        margin-left: -20px;
      }

      &:before {
        border-color: rgba(51, 51, 51, 0);
        border-width: 25px;
        margin-left: -25px;
        border-top-color: #333;
      }
    }
  }*/
}

.move-h1, .mv p {
	opacity: 0;
}

.moved {
  -webkit-animation-name: moved;
          animation-name: moved;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
          animation-fill-mode:forwards;
}

@-webkit-keyframes moved {
  0% {
	  transform: translate(0px, -100px);
	  opacity: 0;
  }
  100% {
   	  transform: translate(0, 0);
       opacity: 1;
  }
}

.mv .w840 {
  text-align: center;
}

.mv-character {
	display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.mv-character img {
   transform: scale(0);
   position: absolute;
   transition-property: all;
   transition-duration: 2s;
   transition-delay: 0s;
   transition-timing-function: ease-in-out;
}

.c-moved-01 {
  -webkit-animation-name: c-moved-01;
          animation-name: c-moved-01;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
          animation-fill-mode:forwards;
}

@-webkit-keyframes c-moved-01 {
  0% {
	  transform: scale(0);
  }
  80% {
	  transform: scale(1.2);
  }
  100% {
   	  transform: scale(1);
  }
}

.c-moved-02 {
  -webkit-animation-name: c-moved-01;
          animation-name: c-moved-01;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
          animation-fill-mode:forwards;
}

@-webkit-keyframes c-moved-02 {
  0% {
	  transform: scale(0);
  }
  80% {
	  transform: scale(1.2);
  }
  100% {
   	  transform: scale(1);
  }
}

.c-moved-03 {
  -webkit-animation-name: c-moved-03;
          animation-name: c-moved-03;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
          animation-fill-mode:forwards;
}

@-webkit-keyframes c-moved-03 {
  0% {
	  transform: scale(0);
  }
  80% {
	  transform: scale(1.2);
  }
  100% {
   	  transform: scale(1) rotate(0deg);
  }
}

#character-01 {
   top: -20%;
   left: -100px;
   max-width: 480px;
}

#character-02 {
   top: 23%;
   left: -200px;
   max-width: 400px;
}

#character-03 {
   bottom: -20%;
   left: -100px;
   max-width: 480px;
}

#character-04 {
	top: 13%;
    right: 90px;
    max-width: 300px;
}

#character-05 {
    bottom: 20%;
    right: -200px;
    max-width: 524px;
}

#character-06 {
	bottom: -20%;
    right: 0;
    max-width: 400px;
}

.mv-character .moveobject-01.active{
	max-width: 400px;
	top: 0% !important;
    left: -200px !important;
}

.mv-character .moveobject-02.active{
	max-width: 320px !important;
    left: -250px !important;
}

.mv-character .moveobject-03.active{
	max-width: 400px !important;
    left: -150px !important;
    bottom: 0 !important;
}

.mv-character .moveobject-04.active{
	top: 15% !important;
    transform: scale(1) rotate(70deg) !important;
    right: -150px !important;
}

.mv-character .moveobject-05.active{
	max-width: 430px !important;
    right: -230px !important;
}

.mv-character .moveobject-06.active{
    right: -150px !important;
    bottom: -15% !important;
    max-width: 340px !important;
}

.mv-character .moveobject-01.active02{
	max-width: 400px;
	top: 0% !important;
    left: -480px !important;
}

.mv-character .moveobject-02.active02{
	max-width: 320px !important;
    left: -320px !important;
}

.mv-character .moveobject-03.active02{
	max-width: 400px !important;
    left: -400px !important;
    bottom: 0 !important;
}

.mv-character .moveobject-04.active02{
	top: 15% !important;
    transform: scale(1) rotate(70deg) !important;
    right: -300px !important;
}

.mv-character .moveobject-05.active02{
	max-width: 430px !important;
    right: -430px !important;
}

.mv-character .moveobject-06.active02{
    right: -340px !important;
    bottom: -15% !important;
    max-width: 340px !important;
}


@media screen and (max-width: 540px) {
	#character-01 {
	    top: -7%;
	    max-width: 250px;
	}
	#character-02 {
		max-width: 280px;
	}
	#character-03 {
		bottom: 0%;
		max-width: 280px;
	}
	#character-04 {
	    top: 10%;
	    right: -80px;
	    max-width: 170px;
	}
	#character-05 {
		max-width: 300px;
	}
	#character-06 {
	    bottom: -10%;
	    right: -80px;
	    max-width: 260px;
	}
	
	.mv-character .moveobject-01.active{
		top: 0% !important;
	    left: -200px !important;
	    max-width: 250px !important;
	}
	.mv-character .moveobject-03.active{
	    left: -200px !important;
	    max-width: 280px !important;
	}
	.mv-character .moveobject-05.active{
		max-width: 280px !important;
		right: -200px !important;å
	}
	.mv-character .moveobject-06.active{
		max-width: 260px !important;
		right: -200px !important;
	}
	.mv-character .moveobject-04.active {
		right: -110px !important;
	}
}

.fuwafuwa {
	animation: fuwafuwa 3s ease-in-out infinite alternate;
	transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-12deg);
  }
  50% {
    transform:translate(0, -12px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(12deg);
  }
}

.fuwafuwa02 {
	animation: fuwafuwa02 3s ease-in-out infinite alternate;
	transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa02 {
  0% {
    transform:translate(0, 0) rotate(12deg);
  }
  50% {
    transform:translate(0, 12px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(-12deg);
  }
}

.section-style .btn a {
  display: block;
  text-align: center
}

.section-style .btn span {
  display: block;
  text-align: center
}

.arrow-box {
	position: relative;
	z-index: 2;
	bottom: 5rem;
}

.section-project .drop01 {
	width: 130px;
    height: 130px;
    top: -40%;
    left: 44%;
}

.section-project .drop02 {
    top: -63%;
    left: 53%;
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 540px) {
	.section-project .drop01 {
		width: 100px;
		height: 100px;
	}
	.section-project .drop02 {
	    left: 57%;
	    width: 50px;
	    height: 50px;
    }
}

.section-project .content-project .content {
  margin-bottom: 6rem;
}

.section-project .content-project .content p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4;
}

.section-project .content-project .content p span {
  position: relative;
  z-index: 1;
}

.section-project .content-project .content p span:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  background-color: #FDFDB4;
  width: 100%;
  height: 50%;
  display: block;
  z-index: -1;
}

.section-project .col-aggregation {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  width: 500px;
  height: 500px;
}

.section-project .col-aggregation div {
  -webkit-transition: .8s !important;
  transition: .8s !important;
  opacity: 0;
  position: absolute;
  top: 0;
  /*background-color: #F8F8F7;*/
  width: 500px;
  height: 500px;
}

.section-project .col-aggregation .aggregation {
  opacity: 1;
}

.section-project .col-aggregation .aggregation svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-project .col-aggregation div.active {
  visibility: visible;
  opacity: 1;
}

.section-rule {
  position: relative;
  height: 1344px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.section-rule:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/index/bg-blue.svg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.section-rule .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-rule .row .text {
  width: 60%;
  color: #fff;
}

.section-rule .row .text h2 {
  font-size: 3rem;
}

.section-rule .row .text h3 {
  font-size: 4.5rem;
  margin-bottom: 2rem;
}

.section-rule .row .text h3 span {
  font-size: 3rem;
  display: block;
}

.section-rule .row .img {
  width: 37%;
}

.section-rule .row .img p {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3rem;
}

.section-rule .row .img p a {
  color: #fff;
  text-decoration: underline;
}

.section-action .title {
  margin-bottom: 6rem;
}

.section-action .title h2 {
  margin-bottom: 3rem;
}

.section-action .title p {
  position: relative;
  z-index: 1;
}

.section-action .content {
  text-align: center;
}

.section-action .content .em {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.section-action .content .btn {
  margin-top: 6rem;
}

.section-action .content .btn a {
  color: #fff;
  background-color: #333;
  padding: 2rem 10rem;
  border-radius: 8px;
  display: inline-block;
}

.section-action .content .bnr01 {
  margin-top: 6rem;
}

.section-action .content .btn a:hover {
	background-color: #5a5a5a;
}

.section-rule .row .img p a:hover {
	opacity: .8;
}

.updown {
  -webkit-animation-name: updown;
          animation-name: updown;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.tooltipster-sidetip .tooltipster-box {
	font-size: 1.1rem;
	background: #fff;
	border-radius: 30px;
}
.tooltipster-sidetip .tooltipster-content {
	color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #ffffff;
}
.tooltipster-sidetip .tooltipster-content {
	text-align: center;
}

.scroll-box01 svg {
	display: none;
}

.mv-character .moveobject-07 {
	left: 50% !important;
    top: 20% !important;
    transform: scale(1);
    opacity: 0;
}

.mv-character .moveobject-01.active-ob-04,
.mv-character .moveobject-02.active-ob-04 {
	left: 50% !important;
    top: 20% !important;
}
.mv-character .moveobject-03.active-ob-04 {
	left: 50% !important;
	bottom: 31% !important;
}

.mv-character .moveobject-04.active-ob-04,
.mv-character .moveobject-05.active-ob-04 {
	top: 20% !important;
	right: 23% !important;
}
.mv-character .moveobject-06.active-ob-04 {
	right: 23% !important;
	bottom: 31% !important;
}

.mv-character .moveobject-01.active-ob-05,
.mv-character .moveobject-02.active-ob-05 {
	left: -480px !important;
}

.mv-character .moveobject-03.active-ob-05 {
	left: -400px !important;
}

.mv-character .moveobject-04.active-ob-05 {
	right: -300px !important;
}

.mv-character .moveobject-05.active-ob-05 {
	right: -430px !important;
}

.mv-character .moveobject-06.active-ob-05 {
	right: -340px !important;
}




.mv-character .moveobject-07.active {
	opacity: 1;
}

.mv-character .moveobject-01.active-noop,
.mv-character .moveobject-02.active-noop,
.mv-character .moveobject-03.active-noop,
.mv-character .moveobject-04.active-noop,
.mv-character .moveobject-05.active-noop,
.mv-character .moveobject-06.active-noop {
	opacity: 0;
}

.section-project .content-project .content p.small {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.7;
}

.section-project .content-project .content p.small a {
	text-decoration: underline;
}

.section-project .content-project .content p.small a:hover  {
	opacity: .8;
}

@media screen and (max-width: 1400px) {
	.section-project .content-project .content p{
		font-size: 2rem;
	}
	.section-rule .row .text h2 {
		font-size: 2.2rem;
	}
	.section-rule .row .text h3 {
		font-size: 3.2rem;
	}
}


@media screen and (max-width: 540px) {
  .mv .btn {
    width: 80%;
  }
  main .mv p {
	  font-size: 3.46667vw;
  }
  .section .title p {
	  font-size: 4vw;
  }
  .section-project .col-aggregation {
    width: 100%;
    height: auto;
    /*aspect-ratio: 1 / 1;*/
    position: static;
  }
  .section-project .col-aggregation div {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .section-project .col-aggregation .aggregation svg {
    width: 100%;
  }
  .section-project .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-project .content-project .content {
    margin-bottom: 3rem;
  }
  .section-project .content-project .content p {
    font-size: 3.46667vw;
  }
  .section-rule {
    max-width: 100%;
    height: auto;
    background-image: url(../img/index/sp-bg-blue.svg);
    background-size: cover;
    position: relative;
  }
  .section-rule:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    background-image: url(../img/index/sp-bg-blue-bottom.svg);
    height: 130px;
    width: 100%;
    background-size: cover;
  }
  .section-rule:after {
    content: none;
  }
  .section-rule .container {
    max-width: 92%;
    margin: 0 auto;
    padding: 18rem 0 3rem;
  }
  .section-rule .row .text {
    width: 100%;
  }
  .section-rule .row .text h2 {
    font-size: 5.33333vw;
  }
  .section-rule .row .text h3 {
    font-size: 8vw;
  }
  .section-rule .row .text h3 span {
    font-size: 5.33333vw;
  }
  .section-rule .row .img {
    width: 100%;
  }
  .section-rule .row .img img {
    display: block;
    margin: 4rem auto 0;
  }
  .section-action .content p {
    text-align: left;
  }
  .section-action .content .em {
    font-size: 4.8vw;
  }
  .section-action .content .btn a {
    padding: 2rem 1rem;
    width: 100%;
  }
  .section-project .row .col-02:nth-child(1) {
	margin-top: 10rem;
  }
  .section-action {
	  padding-top: 16rem;
  }
  .mv-character .moveobject-01.active-ob-04, .mv-character .moveobject-02.active-ob-04 {
	  left: 20% !important;
  }
  .mv-character .moveobject-03.active-ob-04 {
	  left: 30% !important;
  }
  .mv-character .moveobject-07 {
	  transform: scale(1) translateX(-50%) !important;
  }
}
/*# sourceMappingURL=index.css.map */


/* 追加 */

.box_area {
  display: flex;
  gap: 5rem;
  margin: 5rem 2rem 0;
}

.box_item {
  display: block;
  padding: 5rem ;
  border: 1px solid #000;
  width: 50%;
  background-color: #F8F8F7;
}
.box_item:hover {
  opacity: 0.8;
}

.box_item h4 {
  margin-bottom: 2rem;
  font-weight: 700;
}

.box_item p {
  margin-bottom: 2rem;
  text-align: left;
}

.box_item .box_img{
  max-width: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .box_area {
    flex-direction: column;
    gap: 3rem;
    margin: 4rem 0 0;
  }
  .box_item {
    width: 100%;
    padding: 3rem;
    gap: 0;
    margin: 0;
  }
  
}
