.section1 .text-box .title{
    font-size: calc(100vw * (40/686));
}

.section1 .text-box .sub-title br{
    display: none;
}

.section1 .text-box .sub-title{
    font-size: calc(100vw * (20/686));
}

.section1 .white-bg .section-title{
    font-size: calc(100vw * (18/686));
}

.section1 .white-bg .inner{
    gap: 10px;
}

.section1 .white-bg .white-sub{
    font-size: calc(100vw * (14/686));
}

.section2 .section-title{
    font-size: 3.125vw;
}

.section2 .right {
    font-size: 1.563vw;
}

.section2 .under{
    padding: 15px 0;
    font-size: calc(100vw * (13/686));
}

.section3 .right .item span{
    font-size: 2vw;
}

.section3 .left .section-title, .section6 .left .section-title{
    font-size: 20px;
}

.section4 .item-row{
    flex-direction: column;
}

.section4 .item-row .item {
    padding: 60px;
    padding: 50px 40px 250px;
}

.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 .item .item-title{
    margin-top: 0;
    font-size: calc(100vw * (30/686));
    color: #111;
    text-align: left;
}

.section4 .item-row .item .sub{
    color: #111;
    text-align: left;
    font-size: calc(100vw * (22/686));
}

.section4 span {
    letter-spacing: -0.05em;
    font-size: 2.563vw;
}

.section5 .item{
    width: calc(100vw * (240/768));
    height: calc(100vw * (240/768));
}

.section5 .item-group{
}

.section5 .item5{
    grid-column: span 2;
}

.section5 .item .circle{
    width: calc(100vw * (190/768));
    height: calc(100vw * (190/768));
}

.section5 .item-group::after{
    display: none;
}
.section5 .item .circle::after{
    display: none;
}

.section6{
    padding-top: 60px;
}

.section6 .left .section-title{
    font-size: 28px;
}

.section6 .inner .left {
    width: 100%;
    text-align: center;
}

.section6 .left .title{
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    padding-bottom: 30px;
}

.section6 .left .sub-title{
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 18px;
}

.section6 .inner{
    gap: 10px;
    display: block;
}

.section6 .row1 {
font-size: 24px;
}

.section6 .row2{
    font-size: 18px;
}