body{
    font-size: 62.5%;
    width: 100%;
    margin: 0;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

@font-face {
font-family: "APJapanesefont";
src: url(./font/APJapanesefont.ttf) format("truetype");
}

p{
    margin: 0;
}

span{
    color: #EC7AAC;
}

img{
    width: 100%;
}

.bg{
    background-color:#00AA7B;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


.section{
    background-color: #fff;
    max-width: 1773px;
    width: 70%;
    margin: 0 auto;
}

.bg_kikuchi-mini{
    position: absolute;
    width: 100px;
    top: 300px;
    right: 0;
    left: auto;
    transform: translateX(150%) rotate(343deg);
    opacity: 1;
    animation: kikuchi-in 6.5s ease-in-out infinite;
    animation-delay: 1.5s;
}
@keyframes kikuchi-in {
    0% {
    transform: translateX(150%) rotate(-15deg) scale(1.1);
    opacity: 1;
  }
  20% {
    transform: translateX(0%) rotate(-15deg) scale(1.1);
    opacity: 1;
  }
  40% {
    transform: translateX(0%) rotate(-15deg) scale(1.1);
    opacity: 1;
  }
  50% {
    transform: translateX(0%) rotate(-15deg) scale(1.1);
    opacity: 1; 
  }
  55% {
    transform: translateX(0%) rotate(-15deg) scale(1.1);
    opacity: 1; 
  }
  60% {
    transform: translateX(0%) rotate(-15deg) scale(1.1);
    opacity: 1; 
  }
  70% {
    transform: translateX(150%) rotate(-15deg) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translateX(150%) rotate(-15deg) scale(1.1);
    opacity: 0;
  }
}
.bg_cat-mini{
    position: absolute;
    width: 100px;
    top: 300px;
    left: 0;
    transform: translateX(-180%) rotate(343deg);
    opacity: 1;
    animation: cat-in 5.5s ease-in-out infinite;
    animation-delay: 0.5s;
}
@keyframes cat-in {
    0% {
    transform: translateX(-180%) rotate(-15deg) scale(1.1);
    opacity: 1;
  }
  20% {
    transform: translateX(-20%) rotate(-15deg) scale(1.1);
    opacity: 1;
  }
  40% {
    transform: translateX(-20%) rotate(-15deg) scale(1.1);
    opacity: 1;
  }
  50% {
    transform: translateX(-20%) rotate(-15deg) scale(1.1);
    opacity: 1; 
  }
  55% {
    transform: translateX(-20%) rotate(-15deg) scale(1.1);
    opacity: 1; 
  }
  60% {
    transform: translateX(-20%) rotate(-15deg) scale(1.1);
    opacity: 1; 
  }
  70% {
    transform: translateX(-180%) rotate(-15deg) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translateX(-180%) rotate(-15deg) scale(1.1);
    opacity: 0;
  }
}

.fadeInUp{
    opacity: 0;
    animation: fadeInUp 1.5s ease-in-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.fadeInUp2{
    opacity: 0;
    animation: fadeInUp2 3s ease-in-out forwards;
    animation-delay: 1s;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeInFloat {
  opacity: 0;
  animation: 
    fadeInUp 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards, 
    floating 3s ease-in-out 2.5s infinite;                
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


.fv_img-cat{
    width: 13.1px;
}

.fv_tit-box{
    text-align: center;
}

.fv_img-tit{
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
}
.fv_tit-sub{
    font-size:1.4rem;
    padding-top: 22px;
    font-weight: bold;
}

.fv_content-img{
    max-width: 240px;
    width: 100%;
    height:auto;
}
.fv_img-cat {
    max-width: 130px;
    width: 100%;
    height:auto;
}

.fv_content{
    margin-top: 28px;
}
.fv_content-item{
    max-width: 1284px;
    width: 100%;
    margin: 0 auto;
}
.fv_content-item:nth-of-type(2),
.fv_content-item:nth-of-type(3){
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.fv_content-item:nth-of-type(2){
    margin: 120px auto 20px;
}
.fv_content-item .fv_content-item-box{
    display: flex;
    position: relative;
    justify-content: center;
}
.fv_content-item .fv_content-item-01{
    max-width: 720px;
    margin: 0 auto;
}
.fv_content-item-02{
    max-width: 649px;
    margin: 0 auto;
    position: relative;
}
.fv_content-item-03{
    max-width: 649px;
    margin: 0 auto;
}
.fv_content-item .fv_content-item-01 .fv_img-cat{
    position: absolute;
    z-index: 999;
    top: 37%;
    left: 45px;
}
.fv_content-item .fv_content-item-01 .fv_content-img-01{
    margin: 0 auto 0 0;
    padding-left: 110px;
}
.fv_content-desc{
    position: absolute;
    left: auto;
    right: 0;
    width: auto;
}
.fv_content-lead{
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.2rem;
    font-family: "APJapaneseFont", sans-serif;
}

.fv_content-txt{
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 38px;
}
.fv_content-txt-egh{
    font-size: 1rem;
    margin: 20px 0 0 0;
}

.fv_content-item-02 .fv_content-img-02{
    max-width: 190px;
    width: 100%;
    margin: -85px 35px 0 auto;
}
.fv_content-item-02 .fv_img-cat{
    position: absolute;
    top: -65px;
    right: -65px;
}
.fv_content-item-03 .fv_content-img-03{
    max-width: 352px;
    margin: -130px auto 0 0;
}

.fv_content-item:nth-of-type(2) .fv_content-txt{
    margin-top: 0;
}
.fv_content-item:nth-of-type(2) .fv_img-cat:nth-of-type(1){
    margin: 0 0 0 40px;
}
.fv_content-item:nth-of-type(2) .fv_img-cat:nth-of-type(2){
    margin: 0 0 50px;
    max-width: 145px;
}

.fv_content-item:nth-of-type(3) {
    align-items: center;
    padding: 0 0 20px;
}
.fv_content-item:nth-of-type(3) .fv_content-txt-lead{
    font-size: 2.3rem;
}
.fv_content-item:nth-of-type(3) .fv_content-txt{
    margin: 0;
}
.fv_content-item:nth-of-type(3) .fv_content-img{
    width: 355px;
}

.tsuyomi{
    background-color: #EC7AAC;
}
.tsuyomi_wrap{
    padding: 100px 57px;
}
.tsuyomi_tit-box{
    text-align: center;
}
.tsuyomi_img-tit{
    max-width: 592px;
    width: 100%;
    margin: 0 auto;
}
.tsuyomi_tit-sub{
    font-size: 20px;
    color: #fff;
}
.tsuyomi_content{
    max-width: 850px;
    margin: 0 auto;
    padding: 90px 0 0;
}
.tsuyomi_item{
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-radius: 40px;
    padding: 43px;
    margin: 0 auto 30px 50px;
}
.tsuyomi_item:nth-of-type(2n){
    margin: 0 0 30px auto;
}
.tsuyomi_item:nth-of-type(2){
    max-width: 270px;
    margin: -30px 0 30px auto;
}
.tsuyomi_item:nth-of-type(4){
    max-width: 270px;
    margin: 0 0 0 auto;
}
.tsuyomi_txt{
    font-size: 1.3rem;
    letter-spacing:0.15rem;
}
.tsuyomi_img-mini{
    width: 128px;
    position: absolute;
}
.tsuyomi_item:first-of-type .tsuyomi_img-mini:first-of-type{
    bottom: -15px;
    left: -60px;
    right: auto;
}
.tsuyomi_item:first-of-type .tsuyomi_img-mini:last-of-type{
    max-width: 77px;
    top: -3px;
    left: auto;
    right: -10px;
}
.tsuyomi_item:nth-of-type(2) .tsuyomi_img-mini{
    max-width: 192px;
    bottom: -30px;
    left: auto;
    right: -5px;
}
.tsuyomi_item:nth-of-type(3) .tsuyomi_img-mini{
    max-width: 92px;
    bottom: -45px;
    left: -10px;
    right: auto;
}
.tsuyomi_item:nth-of-type(4) .tsuyomi_img-mini{
    max-width: 127px;
    bottom: -35px;
    left: auto;
    right: -32px;
}

.voice{
    background-color: #fff;
}
.voice_wrap{
    padding: 87px 0 110px;
}

.voice_tit-box{
    text-align: center;
    padding: 0 0 90px;
}
.voice_img-tit{
    width: 160px;
    margin: 0 auto;
}
.voice_tit-sub{
    color: #00AA7B;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.voice_content{
    max-width: 825px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.voice_item {
    width: calc(825px / 2 - 22px);
    box-sizing: border-box;
    border: 5px solid #00AA7B;
    border-radius: 50px;
    padding: 50px 38px 40px;
    letter-spacing: 0.1rem;
}
.voice_item:last-of-type{
    margin: 42px 0 0 0;
}
.vice_item-img{
    width: 227px;
    margin: 0 auto;
}
.voice_item-name{
    font-size: 1.1rem;
    text-align: center;
}
.voice_item-txt{
    font-size: 1.2rem;
    font-weight: bold;
}

.voice_img-bottom{
    width: 249px;
    position: absolute;
    bottom: -20px;
    right: -50px;
    left: auto;
}

.footer_wrap{
    background-color: #DCDCDC;
    max-width: 1773px;
    width: 70%;
    margin: 0 auto;
    padding: 61px 0 48px;
}
.footer_img{
    width: 207px;
    margin: 0 auto;
}