.message{
    margin-top: 140px;
}

.message img{
    display: block;
    width: 100%;
}

.message__position{
    position: relative;
}

a.message__content{
    border: 3px solid #B81C22;
    border-radius: 50px;
    position: relative;
    display: block;
    background-image: url(../img/pc/top/sec2_bnr_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

a.message__content:hover .message__left{
    scale: 1.1;
}

.message__left{
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

.message__center{
    max-width: 579px;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 579 / 397;
    background-image: url(../img/pc/top/sec2_bnr_bg_hex.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.message__center__left{
    background: url(../img/pc/top/sec_item01_bg.svg) no-repeat center center;
    background-size: cover;
    aspect-ratio: 157 / 142;
    max-width: 157px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
	display: none;
}

.message__post{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: normal;
    text-align: center;
}

.message__name{
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: normal;
    text-align: center;
    
}

.message__center__right{
    background: url(../img/pc/top/sec_item01_bg.svg) no-repeat center center;
    background-size: cover;
    aspect-ratio: 157 / 142;
    max-width: 157px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(50%,-50%);
    z-index: 1;
	display: none;
}

.message__title{
    text-align: center;
    color: #fff;
    font-family: Zen Kaku Gothic New;
    font-weight: 700;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: normal;
}

.message__right{
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease;
}

a.message__content:hover .message__right{
    scale: 1.1;
}

.message__box__sp{
    display: contents;
}

.btn.message__btn{
    background: #FFF8F3;
    color: #B81C22;
    border: 3px solid #B81C22;
}

.btn.message__btn:hover{
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn.message__btn .btn__icon path{
stroke: #B81C22;
}

.btn.message__btn:hover .btn__icon path{
    stroke: #fff;
}

.message__circle{
    width: 170px;
    height: 170px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0% , -50%);
    z-index: 1;
}

.message__circle .circleText__text {
    fill: #B81C22;
  }

  .message__circle::before{
    background-image: url(../img/pc/top/sec2_ill_img.svg);
    width: 90px;
    height: 82px;
  }

  .message__center__box{
    display: contents;
  }

  .message__btnWrap{
    margin-top: 0;
  }
  

@media screen and (max-width: 1280px){
    .message__left{
        width: calc((458 / 1280) * 100vw);
}
.message__center{
    max-width: calc((579 / 1280) * 100vw);
}

.message__title{
    font-size: calc((32 / 1280) * 100vw);
}

.message__right{
     width: calc((435 / 1280) * 100vw);
}

.message__btn{
  font-size: calc((26 / 1280) * 100vw);
  max-width: calc((350 / 1280) * 100vw);
  padding: calc((22 / 1280) * 100vw) 0;
}

.message__center__left{
    max-width: calc((157 / 1280) * 100vw);

}



.message__post{
    font-size: calc((16 / 1280) * 100vw);
}

.message__name{
    font-size: calc((26 / 1280) * 100vw);
}

.message__center__right{
    max-width: calc((157 / 1280) * 100vw);

}
.message__circle{
    width: calc((192 / 1280) * 100vw);
    height: calc((192 / 1280) * 100vw);
}

  .message__circle::before{
    width: calc((90 / 1280) * 100vw);
    height: calc((82 / 1280) * 100vw);
  }
}

@media screen and (max-width: 768px) {
    .message{
        overflow-x: clip;
        margin-top: 45px;
    }
    a.message__content{
        padding-top: 43px;
        position: relative;
        background-image: url(../img/sp/top/sec2_bg_sp.png);
        max-width: 650px;
        margin: 0 auto;
    }

    .message__left , .message__right{
        display: none;
    }

    .message__title{
    font-size: 25px;
    line-height: 150%;
    letter-spacing: normal;
    color: #B81C22;
    }

    .message__center{
        background: none;
        max-width: 100%;
		aspect-ratio: unset;
    }

    .message__btn{
    font-size: 24px;
    max-width: 310px;
    padding: 23px 0;
}
.message__box__sp{
    display: block;
    position: relative;
}

.message__box__sp::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #B81C22;
    width: 100%;
    height: 50%;
    z-index: 1;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.message__center__left{
    max-width: 112px;
    position: static;
    transform: none;
}

.message__center__right{
    max-width: 112px;
    position: static;
    transform: none;
}

.btnWrap.message__btnWrap{
    position: relative;
    z-index: 1;
    margin-top: 0;
    transform: translateY(-50%);

}

.btn.message__btn{
    border: 3px solid #B81C22;
}

.message__people.sp{
    position: relative;
    z-index: 1;
}

.message__circle{
    width: 138px;
    height: 138px;
    right: -20px;
}

.message__circle::before {
    width: 64px;
    height: 58px;
}

.message__center__box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 18px;
}

.message__post{
    font-size: 13px;
    line-height: 130%;
}

.message__name{
    font-size: 20px;
    line-height: 150%;
}
	
	.message__center__crosssp{
		display: none!important;
	}
}