.hero{
    background-image: url(../images/shinsyukan_img01.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: relative;
}
.hero h2{
    color: #121e38;
    position: relative;
}
.hero h2 .mtit{
    padding-right: 8%;
    text-align: right;
    padding-top: 60.7%;
    padding-bottom: 6%;
    letter-spacing: 0.2rem;
    font-size: var(--fontsize16);
   transform: rotate(-10deg);
}
.hero h2 .mtit span:first-child{
    margin-right: 14%;
}
.hero h2 .mtit span{
    background-image: url(../images/line.svg);
    background-repeat: no-repeat;
    background-position: left bottom 0.2rem;
    background-size: 100% auto;
    padding: 0 0.1rem 0 0.4rem;
   display: inline-block;
   font-feature-settings: "palt" 1;
}
.hero h2 .mtit span:last-child{
    margin-left: 2.5rem;
    margin-top: -0.5rem;
}
.hero .stit{
    position: absolute;
    top: 3.2rem;
    left: 2rem;
    transform: rotate(-10deg);
    font-size: var(--fontsize12);
    background-image: url(../images/wave.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0.5rem 0.2rem;
}
.lead .ctn01{
    padding-top: 5%;
}
.lead .ctn01 .badge{
    display: flex;
    flex-wrap: nowrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    gap:1.575rem;
    padding-bottom: 8%;
}
.lead .catch{
    background-image: url(../images/shinsyukan_img02.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    padding-top: 0;
    padding-bottom: 50%;
    position: relative;
    margin-bottom: 5%;
}
.lead .catch h2{
    text-align: center;
    font-size: var(--fontsize10);
}
.lead .catch h2 span{
    font-size: var(--fontsize15);
}
.lead .catch p{
    position: absolute;
    left: 10.5%;
    top: 49.5%;
    font-size: var(--fontsize09);
    color: #f7f7f7;
}
.lead .catch p > span {
    font-size: var(--fontsize15);
    letter-spacing: 0.1rem;
    padding-right: 0.2rem;
}
.lead .catch p > span span {
    position: relative;
}
.lead .catch p > span span:before {
    content: "・";
    position: absolute;
    top: -1.9rem;
}
.lead h3 span{
    font-size: 120%;
}
.lead .ctn02 h3,
.lead .ctn03 h3 {
    width: 85%;
    padding: 2.5% 0;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #f7f7f7;
    border-radius: 100px;
    font-size: var(--fontsize10);
    background-image: linear-gradient(120deg, #0b152e, #0c1a49 20%, #8a4261 65%, #d7725a 100%);
}
.lead .ctn02 h3{
}
.lead .ctn02 > p{
    margin-left: 7.5%;
    font-size: var(--fontsize05);
    margin-bottom: 2%;
}
.lead .ctn02 > p + p + p{
    font-size: var(--fontsize10);
    margin-bottom: 5%;
}
.lead .ctn02 .check {
    margin-bottom: 6%;
}
.lead .ctn02 .check li {
    list-style: none;
    font-size: var(--fontsize05);
    background-image: url(../images/check_icon.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 3.2rem;
    margin-bottom: 3.5%;
    margin-left: 7.5%;
}
.lead .ctn02 .check li:last-child {
    margin-bottom: 0;
}
.lead .ctn03 h3 {
    margin-bottom: 5%;
}
.lead .ctn03 h3 + p{
    font-size: var(--fontsize10);
    margin-left: 7.5%;
    margin-bottom: 5%;
}
.lead .ctn03 h3 + p{
	letter-spacing:-0.03em;
}
.lead .ctn03 h3 + p + img{
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8%;
}
.lead .ctn03 h3 + p + img +p{
    font-size: var(--fontsize10);
    margin-left: 10%;
    margin-bottom: 8%;
}