/* header */
#header{
    background-color: #B3B3B3;
    height: 100px;
}
.header_logo{
    display: block;
    position: absolute;
    height: 50px;
    top: 25px;
    left: 15px;
    /* 
    top: 50%;
    transform: translateY(-50%); */
}
.header_phone_box{
    height: 100px;
    width: 450px;
    position: absolute;
    right: 290px;
    display: flex;
}
.header_phone_icon{
    height: 100px;
    width: 70px;
}
.phone_icon{
    display: block;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header_phone_message{
    height: 100px;
    width: 390px;
}
.header_phone{
    margin: 0;
    position: absolute;
}
.header_phone.number{
    font-size: 50px;
}
.header_phone.time{
    font-size: 15px;
    top: 62px;
    background-color: #fff;
    border-radius: 5px;
    padding: 2px 10px;
}
.header_phone.time2{
    font-size: 20px;
    top: 60px;
    left: 162px;
}
.contact_button{
    height: 75px;
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 13.5px;
    right: 10px;
}
.mail_icon{
    display: block;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}
.contact{
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 37%;
    font-size: 25px;
}
#header a{
    color: #4b4b4b;
}

/* top */
#top{
    height: calc(100vh - 100px);
    display: flex;
    min-height: 700px;
}
#top img{
    height: calc(100vh - 100px);
    position: relative;
    left: -300px;
    min-height: 700px;
}
.block1{
    /* width: 50%; */
    min-height: 700px;
    overflow-x: hidden;
}
.block2{
    display: flex;
    width: 65%;
    position: absolute;
    right: 0;
    min-height: 700px;
}
.block2-2 {
    position: relative;
    right: 0;
    width: 100%;
    height: calc(100vh - 100px);
    /* border-top: calc(100vh - 100px) solid #4589DA;
    border-left: 195px solid transparent; */
    box-sizing: border-box;
    background-color: #4589DA;
    min-height: 700px;
}
.block2-1{
    height: calc(100vh - 100px);
    min-height: 700px;
    position: relative;
    box-sizing: border-box;
    /* border-top: solid #4589DA; */
    /* border-right: 0px solid black; */
    /* border-left: 200px solid transparent; */
    /* border-bottom: 200px solid blue; */
    /* height: calc(60px / 2); */
    width: 200px;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    background-color: #4589DA;
    right: -1px;
}
.top_flex {
    display: flex;
    width: calc(100% + 200px);
    position: relative;
    left: -185px;
    height: 25%;
}
.top_message1{
    position: relative;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 0;
    width: 70%;
}
.top_message1::before,.top_message1::after {
    content: "";
    background-color: #fff;
    height: 3px;
    width: 50px;
}
.top_message1::before {
    margin-right: -5px;
    transform: rotate(70deg); 
}
.top_message1::after {
    margin-left: -5px;
    transform: rotate(-70deg); 
}
.blockplan{
    width: 30%;
}
.block2_plan{
    position: relative;
    height: 70px;
    width: 19rem;
    background-color: #F8992C;
    display: flex;
    width: 90%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.top_message2{
    position: relative;
    margin: 0;
    padding: 7px 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    font-weight: 800;
    height: fit-content;
    color: #fff;
}
.top_message3{
    position: relative;
    /* left: 40%; */
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    letter-spacing: 0.1em;
    font-weight: 900;
    height: fit-content;
    color: #fff;
}
.top_message{
    /* margin: 3rem auto; */
    width: calc(100% + 150px);
    height: 20%;
}
.top_message4{
    width: fit-content;
    position: relative;
    /* left: 43%; */
    font-size: 50px;
    font-weight: 800 !important;
    letter-spacing: 0.07em;
    /* margin-top: 2rem; */
    margin-bottom: 0;
    color: #fff;
    /* transform: translateX(-50%); */
}
.top_message_small{
    font-size: 40px;
    padding: 0;
}
.top_message5{
    width: fit-content;
    /* left: 44%; */
    position: relative;
    font-size: 50px;
    border-bottom: 10px dashed #EED600;
    font-weight: 800 !important;
    color: #fff;
}
.top_message_small1{
    font-size: 40px;
    /* border-bottom: 2px dashed #4589DA; */
}
.top_menu{
    /* height: 130px; */
    height: 30%;
    width: 90%;
    position: relative;
    /* margin: auto; */
    /* top: 5%; */
}
.top_menublock{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.top_menu_block{
    height: 70px;
    display: flex;
}
.top_menu_list{
    height: 60px;
    width: 24%;
    margin: 1%;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 15px;
}
.top_menu_list p{
    color: #333 !important;
    width: fit-content;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
}
.top_contact{
    height: 100px;
    width: 90%;
    position: relative;
    background-color: #F8992C;
    border-radius: 50px;
    box-shadow: 3px 3px 4px -2px #707070,
  2px 2px 6px #707070 inset;
  margin-left: 2rem;
    /* top: 12%; */
}
.top_contact_message_block{
    height: auto;
    position: relative !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 500 !important;
    font-size: 40px;
    color: #fff;
}
.top_contact_message{
    font-weight: 700 !important;
    font-size: 55px;
    padding: 10px;
}
.rp_n16{
    display: none;
}
.rp_n17{
    display: none;
}
.top_contactbox{
    display: block;
    height: 25%;
}


/* 悩み */
#worries{
    height: 50vh;
    min-height: 400px;
    background-color: #fff;
}
.worries_box{
    height: 80%;
    width: 80%;
    border: 2px solid #4589DA;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #4589DA;
}
.worries_box p{
    font-size: 25px;
    padding: 15px 20px 0px 20px;
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.worries_list{
    display: flex;
    position: relative;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    padding-bottom: 1em;
}
.worries_list_2{
    padding: 0 40px 0 0;
}
.worries_box ul{
    width: 50%;
    font-size: 13px;
    line-height: 1.8;
    list-style-type: none;
}
.worries_box li+li{
    margin-top: 5px;
}  
.worries_box li{
    position: relative;
    padding-left: 45px;
    font-size: 20px;
}
.worries_box li:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 30px;
    left: 11px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 5px solid #4589DA;
    border-bottom: 5px solid #4589DA;
}
.worries_box li:after{
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #4589DA;
    border-radius: 50%;
}

/* メニュー */
#garatt_menu{
    background-color: #B3B3B366;
    
}
.menu_title{
    width: fit-content;
    position: relative;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
}
#garatt_menu p{
    color: #333;
    font-size: 50px;
}
.garatt_menu_1{
    /* 文字の上に点 */
    background-image: radial-gradient(circle at center, #333 28%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: .4em; /* 縦方向の位置調整 */
}
.garatt_menu_2{
    font-size: 80px;
    margin: 0 30px;
    font-weight: 900;
    z-index: 2;
    position: relative;
}
.title_line{
    height: 35px;
    background-color: #f9fe84;
    border-radius: 20px;
}
.line_1{
    width: 321.89px;
    position: absolute;
    top: 4rem;
    left: 10.5rem;
    z-index: 1;
}
.menu_box{
    width: 220px;
}
.menu_list{
    margin-top: 6rem;
    padding-bottom: 4rem;
}
.menu_list_1{
    display: flex;
    width: 880px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.5rem;
}
.menu_list_1 p{
    width: fit-content;
    font-size: 25px !important;
    text-align: center;
    margin: 1rem auto;
}
.menu_icon{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    /* background-color: #333; */
    margin: 0 auto;
}
.rp{
    display: none;
}

/* 料金プラン */
/* #plan{
    height: 100vh;
} */
.plan_title p{
    color: #333;
    font-size: 50px;
    z-index: 2;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.line_2{
    width: 314.91px;
    position: relative;
    top: 6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.garatt_menu_plan1{
    width: 90%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.balloon_1{
    position: relative;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #707070;         /* 吹き出し本体の影 */
    width: 400px;
    border-radius: 10px;
    top: 2rem;
    left: 10%;
    z-index: 2;
    display: grid;
    justify-content: center;
}
  /* 三角アイコン */
.balloon_1::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 20px;
    top: 63px;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
}
.balloon_1 p{
    color: #F8992C;
    width: fit-content;
    font-size: 18px;
}
.plan_1{
    width: 90%;
    height: 200px;
    background-color: #4589DA;
    border-radius: 20px;
    z-index: 1;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.plan_1 p{
    color: #fff;
}
.plan_1_name{
    font-size: 55px;
    height: 60px;
    width: 60%;
    margin: 0 85px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.plan_1_line{
    width: 1px;
    height: 80%;
    background-color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.plan_1_box{
    width: 40%;
    padding: 1rem;
}
.plan_menu_box{
    position: relative;
    top: 50%;
    transform: translateY(-95%);
}
.plan_1_menu{
    font-size: 30px;
    width: 100%;
    text-align: center;
}
.plan_1_menu_box{
    display: flex;
    justify-content: center;
}
.plan_1_menu_name{
    font-size: 25px;
    width: fit-content;
    margin: 0 0 1rem 0;
}

.garatt_menu_plan{
    display: flex;
    width: fit-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2rem;
}

.balloon_2{
    position: relative;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #707070;         /* 吹き出し本体の影 */
    width: 365px;
    border-radius: 10px;
    top: 2rem;
    z-index: 2;
    display: grid;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}
  /* 三角アイコン */
.balloon_2::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 58px;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    z-index: 3;
}
.balloon_2::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 47%;
    top: 63px;
    border-right: 15px solid transparent;
    border-top: 11px solid #707070CC;
    border-left: 15px solid transparent;
    filter: blur(3px);
    z-index: -1;
}
.balloon_2 p{
    color: #333;
    width: fit-content;
    font-size: 14px;
}
.plan_2{
    width: 400px;
    height: 200px;
    border: 1px solid #4589DA;
    border-radius: 20px;
}
.garatt_menu_plan2{
    margin: 0 20px;
}
.plan_name{
    color: #4589DA;
    font-size: 35px;
    width: fit-content;
    margin: 4rem 0 0.5rem !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.plan_2_line{
    width: 80%;
    height: 1px;
    background-color: #333;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.plan_price{
    font-size: 35px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0.5rem 0 0 !important;
}
.rp_br{
    display: none;
}
.rp_n15{
    display: none;
}

/* 問い合わせボタン */
.phone_contact{
    height: 130px;
    width: 80%;
    background-color: #B3B3B366;
    border: 2px solid #707070;
    margin: 6rem 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.phone_contact_box{
    display: flex;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contact_box_phone{
    height: 100px;
    width: 45%;
    display: flex;
    margin: 0 5%;
}
.contact_phone_icon{
    height: 100px;
    width: 70px;
}
.contactphone_icon {
    display: block;
    height: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.contact_phone_message {
    height: 100px;
    width: 340px;
    margin-left: 1rem;
}
.contact_phone.number {
    font-size: 50px;
    color: #333;
}
.contact_phone.number a {
    color: #333;
    text-decoration:none;
    }
.contact_phone {
    margin: 0;
    position: relative
}
.contact_phone_time{
    display: flex;
}
.contact_phone.time {
    font-size: 17px;
    background-color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
}
.contact_phone.time2 {
    font-size: 18px;
    padding-left: 0.5em;
}
.contact_box_button{
    height: 90px;
    width: 45%;
    margin: 0 5%;
    background-color: #F8992C;
    border-radius: 50px;
    box-shadow: 3px 3px 4px -2px #707070,
  1px 1px 6px #707070 inset;
}
.contact_mail_icon{
    display: block;
    height: 55px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 13%;
}
.contactbox{
    margin: 0;
    height: 35px;
    position: relative;
    top: 40%;
    left: 17%;
    transform: translateY(-50%);
    font-size: 35px;
}
.phone_contact a{
    display: flex;
    height: 100%;
    color: #fff;
}
.phone_contact a:hover{
    color: #fff;
}

/* 実施の流れ */
#flow{
    background-color: #B3B3B366;
    /* height: 75vh; */
}
.flow_title{
    color: #333;
    font-size: 50px;
    padding-top: 15px;
    width: fit-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.flow_number{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid #707070;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.flow_number p{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
}
.flow_contents{
    height: 200px;
    width: 250px;
    margin: 0 35px 0 0;
    border: 1px solid #707070;
    background-color: #fff;
    position: relative;
    top: -35px;
    left: 35px;
    z-index: 1;
    display: grid;
    justify-content: center;
}
.flow_contents img{
    width: 150px;
    height: 110px;
    margin: 20px;
}
.flow_contents p{
    font-size: 25px;
    position: relative;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    text-align: center;
}
.flow_box_01{
    width: 90%;
    display: flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
}
.flow_01{
    /* margin: 0 35px; */
    width: 25%;
}
.flowbox01{
    display: flex;
    width: 100%;       
}
.flowbox{
    width: fit-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* Garattの強み */
/* #features{
    height: 155vh;
} */
.line_3{
    width: 380.30px;
    position: relative;
    top: 6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.features_box{
    height: 150px;
    width: 95%;
        display: flex;
    border: 1px solid #707070;
    margin-top: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.features_box_01{
    height: 150px;
    width: 50%;
    background-color: #b3b3b366;
    border-right: 1px solid #707070;
    display: flex;
    align-items: center;
}
.features_box_02{
    height: 150px;
    width: 50%;
    /* background-color: #fff; */
}
.featuresbox{
    margin-top: 70px;
}
.features_number{
    font-size: 50px !important;
    margin: 0 40px 0 50px;
}
.features_text{
    width: 528px;
    font-size: 30px;
    text-align: center;
}
.features_box_02 p{
    font-size: 19px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow-wrap: break-word;
    padding-left: 2rem;
    padding-right: 0.5rem;
}
.rp_n6{
    display: none;
}
.rp_n7{
    display: none;
}
.blanding{
    color: #4589DA !important;
    text-decoration: underline #4589DA;
    font-size: 25px;
    text-shadow: 2px 2px 15px #707070;
    margin: 60px 0;
    text-align: center;
}
.blanding_box01{
    height: 180px;
    width: 1000px;
    border: solid 1px #333;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.blanding_box01 p{
    font-size: 25px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.blanding_box01 img{
    width: 150px;
    height: 150px;
    position: relative;
    top: -80px;
    left: 865px;
}
.blanding_box02{
    height: 135px;
    width: 1000px;
    border: solid 1px #333;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
}
.blanding_box02 p{
    font-size: 25px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.blanding_box02 img{
    width: 150px;
    height: 150px;
    position: relative;
    top: -80px;
    left: -10px;
}
.rp_n8{
    display: none;
}
.rp_n12{
    display: none;
}

/* 実績 */
#achievements{
    /* height: 55vh; */
    background-color: #B3B3B366;
}
.achievements_title {
    position: relative;
    display: inline-block;
    padding: 2rem 46vw;
    text-align: center;
    font-size: 45px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
.achievements_title:before,
.achievements_title:after {
    position: absolute;
    top: calc(50% - 3px);
    width: 43vw;
    height: 1px;
    content: '';
    border-top: dotted 7px #333;
    /* border-bottom: dotted 1px #333; */
}
.achievements_title:before {
    left: 0;
}  
.achievements_title:after {
    right: 0;
}
.achievements_menu p{
    font-size: 15px;
    color: #333;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #333;
    padding: 5px;
    margin: 0 0 0.4rem 0 !important;
}
.achievements_menu{
    /* display: flex; */
    margin-left: 3rem;
}
   /* スライダー全体 */
.slider-wrapper {
    display: flex; /* スライドのグループを横並び */
    overflow: hidden; /* はみ出たスライドを隠す */
}
  /* スライド3枚のグループ */
.slider {
    animation: scroll-left 20s infinite linear .5s both;
    display: flex; /* スライド3枚を横並び */
    padding: 0;
}
  /* スライド */
.slide img{
    width: 95%;
    height: auto;
    margin: 1rem 3rem;
    display: block;
    transition: 0.3s;
}
.slide img:hover{
    transform: scale(1.1);
}
.slider-wrapper ul li {
    list-style: none;
    width: calc(100vw / 4);
}

  /* CSSアニメーション */
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

/* フッター */
#footer{
    /* height: 25vh; */
    background-color: #B3B3B3;
}
.footer_logo{
    display: block;
    height: 50px;
    position: relative;
    top: 1rem;
    left: 1rem;
}
footer a {
    color: #333;
}
footer a:hover{
    color: #333;
}
footer ul.footer_menu li {
    list-style: none;
    margin: 1em auto;
    font-size: 1.5em;
    padding-right: 2rem;
}
footer ul.footer_menu li span {
    display: inline-block;
    font-weight: 600;
    font-size: 1em;
}
footer ul.footer_menu {
    font-weight: 400;
    text-align: right;
    padding-bottom: 1em;
}
footer ul.horizontal_menu {
    position: relative;
    right: 0;
    bottom: 1em;
    margin-right: 2rem;
    text-align: right;
}
footer ul.horizontal_menu li {
    list-style: none;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
footer ul.horizontal_menu li:not(:first-child) {
    border-left: 1px solid #333;
}
footer ul.horizontal_menu li.company_address {
    border: none;
    padding-right: 0;
}