/*ここがウチョウテン！？*/
main.uchoten {
    background-image: url(../img/uchoten/bg.png);
    background-size: cover;
    /* background-color: #73C8D9; */
    font-weight: 600;
    text-align: center;
    height: 230vw;
    max-height: 2070px;
    overflow: hidden;
    padding-bottom: 100px;
}

main.uchoten p {
    position: relative;
    line-height: 1.5em;
    font-size: 1.2em;
    z-index: 10;
}

main.uchoten .point {
    position: relative;
    list-style: none;
    text-align: left;
    padding: 40px 0 20px;
    line-height: 1.6em;
    font-size: 1.4em;
    z-index: 10;
    width: 90vw;
    max-width: 800px;
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
}

main.uchoten .point>div {
    margin: auto;
    width: fit-content;
    max-width: 90%;
}

main.uchoten .circle {
    display: inline-block;
    background-color: #73C8D9;
    color: #fff;
    padding: 3px 20px 0;
    margin: 3px 10px;
    border-radius: 50%;
    font-size: 1.8rem;
    line-height: 1.6em;
    font-family: "alternate-gothic-compressed", sans-serif;
}

main.uchoten .point .circle {
    display: inline-block;
    background-color: #73C8D9;
    color: #fff;
    padding: 2px 16px 0;
    margin: 0 10px 10px 0;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 1.6em;
    font-family: "alternate-gothic-compressed", sans-serif;
    vertical-align:middle;
}

main.uchoten .point>div span {
    display: inline-block;
}



main.uchoten .point>div {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}


.point1>img,
.point2>img,
.point3>img {
    width: 100%;
}

.point1 .circle::before,
.point2 .circle::before,
.point3 .circle::before {
    content: "特 徴";
    font-size: 0.7em;
    color: #73C8D9;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.point1 h2,
.point2 h2,
.point3 h2 {
    letter-spacing: 0.15em;
    font-size: 1.7em;
}

.uchoten article {
    text-align: justify;
    font-weight: 400;
    font-size: 0.9em;
}

.point1 {
    width: 625px;
    position: absolute;
    z-index: 0;
    top: 22%;
    left: 11%;
}

.point1>div {
    width: 390px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.point2 {
    width: 540px;
    position: absolute;
    z-index: 0;
    top: calc(22% + 470px);
    right: 8%;
}

.point2>div {
    width: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.point3 {
    width: 515px;
    position: absolute;
    z-index: 0;
    top: calc(22% + 820px);
    left: 15%;
}

.point3>div {
    width: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.bottom_cnt {
    position: absolute;
    top: calc(17% + 1150px);
    left: 50%;
    transform: translateX(-50%);
}

/**/


@media screen and (max-width:1200px) {
    .kv>.title>img {
        margin-left: 5%;
    }

    .breadcrumb {
        margin-left: 5%;
    }

    .point1 {
        left: 5%;
    }


    .point2 {
        right: 3%;
    }


    .point3 {
        left: 9%;
    }



}

@media screen and (max-width:1000px) {
        
    main.uchoten {
        background-image: url(../img/uchoten/bg_tab.png);
        height: 360vw;
        max-height: 2500px;
        overflow: hidden;
    }

    main.uchoten .point {
        font-size: 1.25em;
    }

    main.uchoten p {
        line-height: 2em;
    }

    .point1 {
        width: 590px;
        position: absolute;
        z-index: 0;
        top: 22%;
        left: 5%;
    }


    .point2 {
        width: 490px;
        position: absolute;
        z-index: 0;
        top: calc(22% + 570px);
        right: 3%;
    }


    .point3 {
        width: 470px;
        position: absolute;
        z-index: 0;
        top: calc(22% + 1050px);
        left: 7%;
    }


    .point1>div {
        width: 360px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }

    .point2>div {
        width: 330px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }


    .point3>div {
        width: 300px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }

    .bottom_cnt {
        top: calc(22% + 1200px);
        width: 90vw;

    }


}

@media screen and (max-width:800px) {

    main.uchoten .point {
        font-size: 1.15em;
        padding: 20px 10px;
    }

    main.uchoten .point .circle {
        display: inline-block;
        background-color: #73C8D9;
        color: #fff;
        padding: 2px 13px 0;
        border-radius: 50%;
        font-size: 1.2rem;
        line-height: 1.6em;
    }

    .point1 {
        width: 590px;
        position: absolute;
        z-index: 0;
        top: 18%;
        left: 5%;
    }


    .point2 {
        width: 490px;
        position: absolute;
        z-index: 0;
        top: calc(18% + 570px);
        right: 3%;
    }


    .point3 {
        width: 470px;
        position: absolute;
        z-index: 0;
        top: calc(18% + 1050px);
        left: 7%;
    }

    .point1 h2, .point2 h2, .point3 h2{
        font-size: 1.60em;
    }



}


@media screen and (max-width:680px) {

    main.uchoten {
        background-image: url(../img/uchoten/bg_sp.png);
        height: auto;
        max-height: auto;
        overflow: hidden;
    }

    .tl {
        display: block;
        width: 60vw;
        margin: 50px auto;
        position: relative;
        z-index: 10;
    }

    main.uchoten p {
        width: 90vw;
        margin: 20px auto;
        text-align: left;
    }

    main.uchoten .point {
        font-size: 1.15em;
        padding: 20px 10px;
    }

    main.uchoten .point .circle {
        display: inline-block;
        background-color: #73C8D9;
        color: #fff;
        padding: 3px 9px 0;
        border-radius: 50%;
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: 400;
    }

 

    main.uchoten .point>div {
        align-items: start;
        margin: 0;
        max-width: 100%;
    }

    main.uchoten .circle {
        padding: 3px 16px 0;
        font-size: 1.4rem;
    }


    .point1>img,
    .point2>img,
    .point3>img {
        display: none;
    }


    .point1 .circle::before,
    .point2 .circle::before,
    .point3 .circle::before {
        content: "特 徴";
        font-size: 0.7em;
        color: #73C8D9;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

        
    .point1 .circle::after,
    .point2 .circle::after,
    .point3 .circle::after{
        content: "";
        width: 120px;
        height: 120px;
        display: inline-block;
        background-image: url(../img/uchoten/point.png);
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        top: 3%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: -1;
    }

    .uchoten article {
        text-align: justify;
        font-size: 1em;
    }

    .point1,
    .point2, 
    .point3    {
        width: 90vw;
        position: relative;
        z-index: 10;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .point1>div,
    .point2>div,
    .point3>div {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        color: #000;
        margin: 100px auto;
    }

    .point1 h2,
    .point2 h2,
    .point3 h2 {
        letter-spacing: 0.15em;
        margin: 50px auto 10px;
    }



    .bottom_cnt {
        top:0;
        left: 45%;
    }
    

}

@media screen and (max-width:480px) {
    body{
    }
}