@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;}
.customer .titBox{ padding-bottom: 30px;}
.customer .subtitBox{ padding: 100px 0 50px;}

.point_list {margin-bottom: 50px;}
.point_list li{ padding: 30px 0; border-top: 1px solid #000; justify-content: flex-start;}
.point_list li:last-of-type{ margin-bottom: 0;}
.point_list .point{ display: flex; align-items: center; width: 114px; height: 114px; font-size: 1.8rem; line-height: 1.5; border: 1px solid #000;  }
.point_list .point span{ display: inline-block; width: 100%; text-align: center;}
.point_list .number{ font-size: 7.2rem; color: #999; width: 116px; text-align: center; line-height: 1.5;}
.point_list .txtBox { width: calc(100% - 230px); }
.point_list h4{ font-size: 3rem; line-height: 1.2;  margin-bottom: 10px;}

figure.tel{ margin: 0 auto; max-width: 400px; width: 100%;}
figure.tel img{ width: 400px;}

@media (max-width: 1400px){
    .contents{ padding:100px 0 95px;}
    .customer .titBox{ padding-bottom: 20px;}
    h2{ font-size: 4.5rem; }
}

@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); }

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

    .point_list li{ padding: 30px 0;}
    .point_list h3{ margin-bottom: 15px;}

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

    /* .point_list li{ position: relative;} */
    .point_list .point{ display: flex; align-items: center; width: 14.84vw; height: 14.84vw; font-size: 2.3vw; line-height: 1.5; border: 1px solid #000;  }
    .point_list .point span{ display: inline-block; width: 100%; text-align: center;}
    .point_list .number{ font-size: 9.3vw; width: 15.62vw;}
    .point_list .txtBox { position: relative; width: 100%;}
    .point_list .txtBox h4{ position: absolute; display: flex; align-items: center; min-height: 2em; top: 40px; left: 30.46vw;  font-size: clamp( 1.7rem,3.9vw,3rem); line-height: 1.5; margin-bottom: 10px; height: 3em; top: -3.2em;}
    .point_list .txt { margin-top: 25px; width: 100%; }

}
