.inner{
    padding: 0;
}

.section1{
    /* padding-top: calc(100vw * (80/375)); */
	margin-top:unset;
}

.section1 .text-box{
    scale: 1;
    margin-bottom: 75%;
}

.section1 .img-box {
    display: flex;
    align-items: center;
    height: 590px;
    background-image: url('../image/sub/bg_m.png');
    background-position: center bottom;
    background-size: cover;
}

.section1 .text-box .title{
    font-size: 26px;
    line-height: 1.5em;
}

.section1 .text-box .sub-title{
    font-size: calc(100vw * (15/390));
    letter-spacing: -0.02em;
    line-height: 1.5em;
    margin-top: 26px;
    word-break: keep-all;
}

.section1 .text-box .sub-title br{
    display: none;
}

.section1 .white-bg .inner{
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 50px 0;
}

.section1 .white-bg .section-title{
    font-size: 28px;
}

.section1 .white-bg .white-sub br{
    display: none;
}
.section1 .white-bg .white-sub{
    font-size: 15px;
    line-height: 1.5em;
}

.section2{
    padding: 30px 0;
}

.section2 .title{
    flex-direction: column;
}

.section2 .under{
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 15px;
    word-break: keep-all;
    border-radius: 10px;   
}

.section2 .section-title{
    font-size: calc(100vw * (18/375));
}

.section2 .right .row{
    font-size: 12px;
}

.section3{
    padding: 30px 0;
}

.section3 .inner{
    flex-direction: column;
    align-items: center;
}

.section3 .left .section-title{
    font-size: calc(100vw * (28/430));
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 30px;
}

.section3 .right .item span{
    font-size: calc(100vw * (22/430));
}

.section3 .right{
    width: 100%;
    flex-direction: column;
}

.section3 .right .col2{
    margin-top: 40px;
}

.section3 .right .img-box{
    gap: 40px;
}

.section3 .right img{
    display: block;
    margin: 0 auto;
    width: 80%;
}

.section4{
    padding: 30px 0;
}

.section4 .section-title{
    font-size: calc(100vw * (28/430));
}

.section4 .sub-title{
    font-size: calc(100vw * (15/390));
    line-height: 1.5em;
    word-break: keep-all;
    margin-top: 14px;
}
.section4 .sub-title br{
    display: none;
}

.section4 .item-row{
    margin-top: 30px;
}

.section4 .item-row .item{
    padding: 40px 28px 194px;
}

.section4 .item-row .item .sub{
    text-align: left;
    font-size: calc(100vw * (16/390));
    color: #111;
}

.section4 .item .item-title{
    text-align: left;
    font-size: calc(100vw * (28/430));
    color: #111;
}

.section4 .item1 {
    background: url('../image/sub/item4-1_m.png') no-repeat center / cover;
}

.section4 .item2 {
    background: url('../image/sub/item4-2_m.png') no-repeat center / cover;
}

.section4 .item3 {
    background: url('../image/sub/item4-3_m.png') no-repeat center / cover;
}

.section4 .under{
    margin-top: 30px;
    padding: 20px 0;
}

.section4 span{
    font-size: calc(100vw * (15/430));
}

.section5{
    padding: 30px 0;
}

.section5 .sub-title{
    word-break: keep-all;
    font-size: calc(100vw * (15/390));
    line-height: 1.5em;
}

.section5 .section-title{
    font-size: calc(100vw * (28/430));
}

.section5 .item-group{
    margin-top: 50px;
}

.section5 .item-group .pc_step{
    display: none;
}

.section5 .item-group .m_step{
    display: block;
}

.section5 .banner{
    margin-top: 50px;
}

.section5 .banner .banner_pc{
    display: none;
}

.section5 .banner .banner_m{
    display: unset;
    width: 100%;
}

.section6{
    padding: 50px 0;
}

.section6 .left .section-title{
    font-size: calc(100vw * (28/430));
    line-height: 1.5em;
}

.section6 .right{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.section6 .row1{
    font-size: calc(100vw * (20/390));
    margin-top: 10px;
}

.section6 .row2{
    word-break: keep-all;
    font-size: calc(100vw * (16/390));
    margin-top: 8px;
}

.section7{
    padding: 60px 0;
}

.section7 .title br{
    display: none;
}
.section7 .title{
    padding: 0px 15px;
    font-size: 24px;
    line-height: 1.5em;
    word-break: keep-all;
}

.section7 .btn-group{
    display: flex;
    gap: 0;
    padding: 0 10px;
}

.section7 .btn-group a{
    margin: 10px;
    flex: 1;
    font-size: calc(100vw * (17/390));
    padding: 10px;
    text-align: center;
    scale: 1;
}

.section7 .btn-group a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }