body{
    display: block;
    margin: 0px;
}
.wrap{
    max-width: 600px;
    margin: 0 auto;
}

.dots {
  background-image: radial-gradient(circle at center, #ff0000 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.2em; /* 縦方向の位置調整 */
}

.mt10{
    margin-top: 10px;
}

.mt20{
    margin-top: 20px;
}

.mt30{
    margin-top: 30px;
}

.mb10{
    margin-bottom: 10px;
}

.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

.gap40{
    gap: 40px;
}

/* header */

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header h1{
    font-family: "Meiryo";
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #000000;
    margin: 0;
    padding:8px;
}

.header h1 span{
    color: #ff0000;
}

.header .tel{
    font-family: "Meiryo";
    font-size:18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
    margin: 0;
    padding:8px;
}

/* MV */

.mv{
margin-bottom:120px;
}

.mv .container{
    border-top: #ff0000 solid 1px;
    /* border-bottom: #ff0000 solid 1px; */
}

.mv .t1{
    font-family: "Meiryo";
    font-size: 21px;
    color: #000000;
    font-weight: bold;
    margin: 15px 15px; 
}

.mv .t1 span{
    color: #ff0000;
}

.mv .t2{
    font-family: "Meiryo";
    font-size: 52px;
    color: #000000;
    font-weight: bold;
    margin: 0 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.mv .mv_img{
    text-align: center;
    margin-bottom: 23px;
}

.mv .t3{
    font-family: "Meiryo";
    text-align: center;
    font-size: 27px;
    letter-spacing: 3px;
    color: #000000;
    font-weight: bold;
    margin-bottom:22px;
}

/*
.box {
    width: 246px;
    height: 148px;
    border: #000000 solid 1px;
    text-align: center;
}
*/
.flex-box{
    display: flex;
    flex-direction: row;
    justify-content: center
}

.mv .t4{
    font-family: "Meiryo";
    font-size: 24px;
    letter-spacing: 5px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.mv .t5{
    font-family: "Meiryo";
    font-size: 21px;
    color: #e50020;
    font-weight: bold;
    text-align: center;
}

.mv .contact-button-wrap{
    width: 532px;
    height: 80px;
    background-color: #e50020;
}

,mv .contact-button{
    font-size: 28px;
    letter-spacing: 6px;
    color: #ededed;
    font-weight: bold;
    font-family: "Meiryo";
    text-align: center;
}

@media (max-width: 768px) { 
     .dots {
      padding-top: 0.3em; /* 縦方向の位置調整 */
    }
    .header h1 {
        font-size: 14px; 
    }
    .header .tel {
        font-size: 14px;
    }
    .mv .t1 {
        font-size: 14px;
    }
    .mv .t2 {
        font-size: 35px;
    }
    .mv .t3 {
        font-size: 20px;
    }
    .mv .mv_img img{
        width: 90%;
    }
    .box_img{
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .box_img img{
        width: 80%;
    }
    .gap40 {
     gap: 0px;
    }
}
