@charset "utf-8";

.flex{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.btn__more {  display: block; margin: 0 auto; border: 1px solid #424242; position: relative; transition: 0.2s linear; margin-top: 70px; width: 224px; height: 52px; margin: 114px 0px 0px;}
.btn__more::after { content: ""; position: absolute; display: inline-block; width: 0;height: 0; border-top: 8px solid transparent; border-left: 14px solid #000000; border-bottom: 8px solid transparent; bottom: 7px; right: 7px;}
.btn__more span { font-size: 1.6rem; line-height: 1; position: absolute; top: 8px; left: 10px;}
.btn__more:hover{ background: #000000; color: #ffffff;}
.btn__more:hover::after{ border-left-color: #ffffff;}


h2{ font-size: 5rem; font-weight: bold; max-width: 1200px; width: calc(100% - 50px); line-height: 1.5; margin:0 auto;}
h2 span{ display: block; font-size: clamp(16px,1.5vw,1.8rem); }
h3{ font-size: 3rem; line-height: 1.5;}

.contents{ padding: 100px 0 90px; background: #f5f5f5;}
.owners_service .titBox{ padding-bottom: 30px;}
.owners_service .subtitBox{ padding: 100px 0 95px;}

.point_list{ margin-top: 160px; }
.point_list li{ flex-basis: calc((100% - 6.33%)/2); padding: 55px 0; border-top: 1px solid #000;}
.point_list li:last-of-type{ margin-bottom: 0;}
.point_list h4{ max-width: 50%; }
.point_list .txtBox { width: 100%; margin-top: 20px;}
.point_list .txtBox span{ display: inline-block; margin-right: 1em; vertical-align: top;}
.point_list .txtBox span .sm {display: block; margin-right: 0; font-size: 1rem; line-height: 1;}

@media (max-width: 1400px){
    h2{ font-size: 4.5rem; }
    .point_list h4{ font-size: 2.4rem;}
}

@media (max-width: 768px){

    .btn__more { width: 170px; height: 40px; margin: 70px 0 0 0;}
    .btn__more span { font-size: 1.3rem; left: 5px;}
    .btn__more::after { border-top: 6px solid transparent; border-left: 10px solid #000000; border-bottom: 6px solid transparent;}


    .contents{  padding: 70px 0 50px;}

    h2{ font-size: clamp( 2rem , 6.5vw, 5rem); margin-bottom: 0;}
    h3{ font-size: min(4.5vw, 3.6rem); }

    .owners_service .titBox{ padding-bottom: 20px;}
    .owners_service .subtitBox{ padding: 60px 0 50px;}

    .point_list{ margin-top: 50px;}
    .point_list li{ padding: 30px 0; flex-basis: 100%;}
    .point_list h3{ margin-bottom: 15px;}

    .point_list:not(:first-of-type) { margin-top: 25px;}

    .point_list h4{ max-width: 100%; }
    .point_list .txtBox { position: relative; width: 100%;}
    .point_list .txt { margin-top: 25px; width: 100%; }
    .point_list .txtBox span{ margin-bottom: 0.5em;}

}
