body{
   font-family:"游ゴシック体","A1 Gothic R","Zen Kaku Gothic New","Yu Gothic","Hiragino Sans",Meiryo,"MS PGothic",sans-serif;
   letter-spacing: .08em!important;
}
html{
    scroll-behavior: smooth;
}
/*
html, body {
    height: 100%;
    margin: 0;
}
main{
    height: 100vh;
}*/
.home > #header{
    position:absolute!important;
}
#header{
    height: 90px;
}
.header-menu-inner,
#header-menu{
    height: 100%;
}
.favicon__css{
    width: 170px;
    height: auto;
}
.title{
    text-align: center;
}
.title h1{
    color:#4d4d4d;
    font-weight: bold;
    font-size: 2.75rem;
    padding-top: 24px;
}
.w__title h1{
    color:#ffffff!important;
}
.title hr{
    width: 50px;
    height: 3px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    color:#00598C;
}
.w__title hr{
    color:#ffffff;
}
.title-i__wrap{
    text-align: center;
    display: table;
    margin: 0 auto;
}
.title-i__wrap i{
    font-size: 4rem;
    background:#00598C;
    border-radius: 50%;
    width: 120px;
    height:120px;
    display: table-cell;
    vertical-align: middle;
    color:#ffffff;
}
.w__title-i__wrap i{
    background: #ffffff!important;
    color:#00598C!important;
}
.title p{
   font-size: 0.8rem;
}
@media screen and (max-width:1025px){

}
@media screen and (max-width:600px){
    .title h1{
        font-size: 1.25rem;
        padding-top: 17px;
    }
    .title img{
        width: 60px;
    }
    .title-i__wrap i {
        font-size: 2.2rem;
        width: 60px;
        height: 60px;
    }
}
/*header*/
.header-menu-inner-ul li{
    color:#ffffff;
}
/*mv*/
#mv{
    background: url('https://demo-drone-1.yoshitake-ryota.com/wp-content/uploads/2026/01/fvmovie_1.mp4');
    background-repeat:no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: right;
}
.mv-pos{
    max-width: 1200px;
}
.mv-pos img{
    max-width: 650px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
video{
    height: 100vh;
    position: absolute;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width:600px){
    #mv{
        background: url('https://demo-drone-1.yoshitake-ryota.com/wp-content/uploads/2026/01/fvmovie_1.mp4');
        background-repeat:no-repeat;
        height: 100vh;
        background-size: cover;
    }
    .mv-pos img {
        width: 80%;
        top: 30%;
        left: 5%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
    }
}
/*services*/
.t-service__wrap{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.t-service__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 85px;
}
.t-service__list li{
    width: 23%;
    text-align: center;
    color:#4d4d4d;
}
.t-service__list li img{
    width: 35%;
}
.t-service__list h2{
    font-weight: bold;
    font-size: 1rem;
    padding-top: 30px;
}
/*>*/
.t-button:hover{
    opacity: .6;
    transition: all .3s;
}
.t-btnarrow{
    position: relative;
}
.t-btnarrow i{
}
/**/
.t-service__list p{
    text-align: left;
    padding-top: 30px;
    line-height: 2;
    font-size: 0.75rem;
}
.t-button{
    position: relative;
    border:solid 1px #4d4d4d;
    width: 100%;
    margin-top: 30px;
}
.t-service__list li .t-button p{
   text-align: center;
   padding-top: 12px;
   padding-bottom: 12px;
   position: relative;
}
.t-service__br{
    display: none;
}
.t-service__list i{
    font-size: 4rem!important;
    color:#00598C;
}
.t-btnarrow i{
    font-size: 0.75rem!important;
    color:#4d4d4d!important;
    position: absolute;
    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    right: 15px!important;
}
@media screen and (max-width:1025px){
    .t-service__list li{
        width: 45%;
        margin-top: 50px;
    }
}
@media screen and (max-width:600px){
    .t-service__br{
        display: block;
    }
    .t-service__list li img{
        width: 25%;
    }
    .t-service__wrap{
        padding-left: 20px;
        padding-right: 20px;
    }
    .t-service__list li{
        width: 100%;
    }
    .t-service__list li:first{
        margin-top: 0;
    }
    .t-service__list{
        display: block;
        margin-top: 60px;
    }
}
/*drone*/
.t-drone__title{
    padding-top: 70px;
}
.t-dronemovie__wrap{
    margin-top: 95px;
    padding-bottom: 190px;
}
.t-drone__list{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 120px;
}
#dronemovie{
    background: #FCFCFC;
}
.t-drone__list{
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: flex-start;
}
.t-aboutus__list h2,
.t-drone__list__l h2{
    font-family: "Noto Serif JP", serif;
    font-size: 1.75rem;
    line-height:2;
    font-weight: bold;
}
.t-drone__list__l p{
    padding-top: 25px;
    line-height: 2!important;
    font-size: 1.1rem;
}
.t-drone__list__l,
.t-drone__list__r{
    width: 47.5%;
}
.t-drone__list__r img{
    width:100%;
}
@media screen and (max-width:600px){
    .t-drone__list__l h2{
        font-size: 1.2rem;
        line-height:1.5;
    }
    .t-drone__list__l p{
        line-height: 2.4!important;
        font-size:.8rem;
    }
    .t-drone__list{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }
    .t-dronemovie__wrap{
        margin-top: 45px;
        padding-bottom: 100px;
    }
    .t-drone__list{
        display:block;
    }
    .t-drone__list__l,
    .t-drone__list__r{
        width: 100%;
    }
    .t-drone__list__r{
        margin-top: 40px;
    }
}
/*aboutus*/
.t-aboutus__wrap{
    padding-bottom: 60px;
}
.t-aboutus__wrap div{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
.contact__wrap,
.t-aboutus__wrap{
    background: #00598C;
}
.t-about__title{
    color:#ffffff!important;
    padding-top: 100px;
}
.t-about__title h1{
    color:#ffffff!important;
}
.t-aboutus__list{
    text-align: center;
}
.t-aboutus__list h2{
    padding-top: 50px;
    color:#ffffff!important;
}
.t-aboutus__list p{
    max-width: 780px;
    padding-top: 80px;
    color:#ffffff;
    line-height: 2;
    margin: 0 auto;
}
/*会社概要*/
.t-aboutus__list2{
    padding: 1.5em;
    color: #ffffff;
    margin-top: 80px!important;
}
.t-aboutus__list2__title{
    text-align: center;
    margin-bottom: 40px!important;
}
.t-aboutus__list2__title h3{
    font-size: 1.5rem;
}
.t-aboutus__list2 dl{
    width: 100%;
    border-bottom: 1px dotted #ffffff;
    padding: 1.25em 0;
    font-size: .8rem;
}
.t-aboutus__list2 dt{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.2em;
    line-height: 1.5;
}
.t-aboutus__list2 dd {
    text-align: center;
}
@media screen and (max-width:1025px){
}
@media screen and (max-width:600px){
    .t-aboutus__wrap div{
        padding-left: 20px;
        padding-right: 20px;
    }
    /*会社概要*/
    .t-aboutus__list2{
        margin-top: 50px!important;
    }
    .t-aboutus__list2__title{
        margin-bottom: 20px!important;
    }
}
/*contact*/
.contact__wrap{
    text-align: center;
    color:#ffffff;
    padding: 120px 40px;
}
.under-layer__contact{
    padding: 120px 40px;
    text-align: center;
}
.contact__list{
    max-width: 560px;
    margin: 0 auto;
    position: relative;
}
.contact__wrap h1{
    padding-top: 37px;
    padding-bottom: 38px;
    border:solid 1px #ffffff;
}
/*ボタンアニメーション*/
_::-webkit-full-page-media, _:future, :root.btnarrow,
.btnarrow{
  position: relative;
  display: block;
}
/*矢印と下線の形状*/
_::-webkit-full-page-media,_:future,:root.btnarrow::before{
    content:"";
  position: absolute;
    bottom:20px;
    left:75%;
    width: 50%;
    height: 1px;
  background:#ffffff;
transition: all .3s;
display: block;
}
_::-webkit-full-page-media, _:future, :root.btnarrow::after{
    content:"";
    display: block;
  position: absolute;
    bottom:25px;
    right:-25%;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
  background:#ffffff;
   -webkit-transform: rotate(35deg);
    -ms-transform:rotate(35deg);
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
.btnarrow::before{
    content:"";
    display: block;
  position: absolute;
    bottom:20px;
    left: 72%;
    width: 35%;
    height: 1px;
  background:#ffffff;
transition: all .3s;
}
.btnarrow::after{
    display: block;
    content:"";
  position: absolute;
    bottom:25px;
    right: -7%; 
    width: 15px;
    height:1px;
  background:#ffffff;
   -webkit-transform: rotate(35deg);
    -ms-transform:rotate(35deg);
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
.btnarrow__black::before,
.btnarrow__black::after{
  background:#000000;
}/*
.btnarrow__black::before{
    bottom: -10px;
}
.btnarrow__black::after{
    bottom: -5px;
}*/
/*hoverした際の移動*/
.btnarrow:hover::before{
    left:76%;
}
.btnarrow:hover::after{
    right:-11%;
}
@media screen and (max-width:1025px){
}
@media screen and (max-width:600px){
    .t-aboutus__wrap div{
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact__list{
        width:80%;
    }
    .under-layer__contact,
    .contact__wrap{
        padding: 80px 20px;
    }
}
/*footer*/
/*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*/
/*privacy*/
.privacy-body{
padding: 20vw 0;
padding-top: 10vw;
width: 80vw;
margin: 0 auto;
}
.privacy-body h5{
    padding-top: 30px;
    font-weight: bold;
}
.privacy-btn{
    text-align: center;
    border: solid .5px #2b2b2b;
    width: 250px;
    margin-top: 50px;
    margin: 0 auto;
    margin-top: 50px;
}
.privacy__list{
    text-align: left;
}
.privacy-btn-white{
    border: solid .5px #eeeeee;
}
.privacy-btn a p{
    padding: 12px 0;
}
.privacy-strong{
    padding: 5px 0;
    font-weight: bold;
    font-size: 1.2rem;
}
@media screen and (max-width:600px){
    .privacy-btn{
        margin-top: 30px;
    }
}
/*=====contact=====*/
/*下層*/
.pr-contact__list,
.under-layer__contact{
    position: relative;
}
.under-layer__contact h1{
    margin: 0 auto;
    color:#000000;
    max-width: 560px;
    position: relative;
    padding-top: 37px;
    padding-bottom: 38px;
    border:solid 1px #000000;
    text-align: center;
}
@media screen and (max-width:600px){
    .under-layer__contact{
    }
}
/*=====footer=====*/
footer{
    background: #000000;
    color:#ffffff;/*
    position:absolute;
    width: 100%;
    bottom: 0;*/
}
.footer__item__1-4{
    margin-top: 16px;
    display: flex;
    justify-content: start;
    gap: 20px;
}
.sns__wrap{
    display: flex;
    justify-content:center;
    /*gap: 5px;*/
    margin-top: 15px;
}
.sns__wrap li div a,
.footer__item__1-4 li div a{
    width: 40px;
    height: 40px;
    display: table;
    text-align: center;
    margin: 0 auto;
}
.sns__wrap li div i,
.footer__item__1-4 li div i{
    display: table-cell;
    vertical-align: middle;
    background: #ffffff;
    border-radius: 50%;
}
.sns__wrap li div i{
    border:solid 1px #4d4d4d;
}
.sns__wrap li div i:hover,
.footer__item__1-4 li div i:hover{
    color:#ffffff;
}
.color__twitter{
color:#00ACEE;
}
.color__x{
color:#000000;
}
.color__yt{
color:#fc0d1c;
}
.color__blog{
    color:#000000;
}
/**/
.sns__wrap .color__twitter,
.sns__wrap .color__yt,
.sns__wrap .color__blog{
    color:#4d4d4d!important;
} 
/*
.sns__wrap .color__yt{
    color:#fc0d1c
}
.sns__wrap .color__wp{
    color:#0066CC;
}*?
/**/
.color__twitter:hover{
    border: solid 1px #00ACEE;
    background: #00ACEE;
    transition: all .6s;
}
.color__x:hover{
    border: solid 1px #000000;
    background: #000000;
    transition: all .6s;
}
.color__yt:hover{
    border: solid 1px #fc0d1c;
    background: #fc0d1c;
    transition: all .6s;
}
.color__blog:hover{
    border: solid 1px #535353;
    background: #535353;
    transition: all .6s;
}
.sns__wrap .color__twitter:hover,
.sns__wrap .color__yt:hover,
.sns__wrap .color__wp:hover,
.sns__wrap .color__x:hover{
    color:#ffffff!important;
    transition: all .6s;
} 
.footer__wrap{
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    padding-top: 90px;
}
.footer__item__1 h1{
    font-size: 1.45rem;
}
.footer__item__1-1,
.footer__item__1-2{
    padding-top: 20px;
    font-size: 0.7rem;
}
.footer__item__1-3{
    padding-top: 5px;
    font-size: 0.7rem;
}
.footer__item__2 ul li{
    margin-top: 15px;
    font-weight: bold;
}
.footer__item__2 ul li:first-child{
    margin-top:0;
}
/*copy*/
.footer-bottom{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}
@media screen and (max-width:600px){
    .footer__wrap{
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }
    .footer__item__2{
        margin-top: 40px;
    }
    .sns__wrap{
        margin-top: 5px;
    }
    .sns__wrap li{
        margin-top: 5px!important;
    }
}
/*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*/
.page > #header,
.error404 > #header,
.archive > #header,
.category > #header{
    background: #000000!important;
}
#prmovie{
}
.u-topbg{
    background: url('https://tech-drone.co.jp/wp-content/uploads/2023/01/u-topbg.jpg');
    background-repeat:no-repeat;
    height:420px;
    background-size: cover;
    padding-top: 100px;
}
.pr-works__list{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pr-works__list li{
    width: 48%;
    color:#4d4d4d;
    margin-top: 50px;
}
.pr-works__list li img{
    width: 100%;
}
.pr-works__list li span{
   font-size: 0.6rem;
   background: #D9D9D9;
   display: inline-block;
   border-radius: 2px;
   padding: 5px 10px;
   margin-top: 10px;
}
.pr-works__list p{
    padding-top: 10px;
    font-size: 0.8rem;
}
.flow__list{
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    background: #00598C;
    color:#ffffff;
    padding-top: 100px;
    padding-bottom: 120px;
    margin-top: 100px;
}
.pr-flow__list__item{
    display: flex;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.pr-flow__list__item li{
   width: 23%;
   text-align: center;
}
.pr-flow__list__item li h2{
    display: inline-block;
    background: #ffffff;
    color:#00598C;
    font-size: 0.9rem;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*
.pr-flow__list__item li img{
   margin-top: 30px;
    height: 80px;
    object-fit: cover;
}*/
.flow__list__item__i__wrap{
    display: table;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.pr-flow__list__item i{
    display: table-cell;
    vertical-align: middle;
    font-size: 4rem;
}
.pr-flow__list__item li h3{
    font-weight: bold;
    font-size: 1rem;
    padding-top: 15px;
}
.pr-flow__list__item li p{
    padding-top: 30px;
    text-align: left;
}
/**/
.pr-photo__list{
    padding-top: 80px;
    padding-bottom: 100px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
.pr-photo__list__item{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin-top: 60px;
    gap: 10%;
}
.pr-photo__list__item li{
    width: 200px;
    height: auto;
    text-align: center;
}
.sns__wrap li{
    width:50px!important;
}
.pr-photo__list__item li img{
    width: 120px;/*
    height: 120px;*/
    border-radius: 50%;
}
.pr-photo__list__item li h2{
    padding-top: 30px;
    font-size: 0.9rem;
}
.pr-photo__list__item li p{
    padding-top: 20px;
    text-align: left;
    font-size: 0.7rem;
}
/**/
.pr-price__list__item{
    text-align: center;
}
.pr-price__list{
    padding-top: 100px;
}
.pr-price__list__item img{
    margin: 0 auto;
    margin-top: 45px;
    width: 340px;
}
.pr-price__list__item p{
    margin: 0 auto;
    font-size: 0.7rem;
    padding-top: 60px;
    text-align: center;
    width: 480px;
}
.proportion__img img{
    border-radius: 0%!important;
}
@media screen and (max-width:600px){
    .u-topbg{
        height:260px;
        padding-left: 20px;
    padding-right: 20px;
    }
    .pr-photo__list{
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pr-price__list{
        padding-top: 40px;
    }
    .youtube-works__list,
    .pr-works__list,
    .flow__list,
    .pr-price__list,
    .pr-photo__list{
        padding-left: 20px;
        padding-right: 20px;
    }
    .pr-flow__list__item li,
    .pr-works__list li,
    .pr-photo__list__item{
        width: 100%;
        margin-top: 40px;
    }
    .contactpage__wrap,
    .youtube-works__list,
    .four404__list,
    .pr-works__list{
        padding-top: 80px;
    }
    .pr-photo__list__item li{
        margin: 0 auto;
        margin-top: 30px;
    }
    .pr-flow__list__item,
    .pr-photo__list__item{
        display: block;
    }
    .pr-price__list__item img{
        margin-top: 30px;
        width:100%;
    }
    .pr-price__list__item p{
        padding-top: 40px;
        width:100%;
    }
}
/*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*/
.drone-price__list{
    background: #8D8D8D!important;
    color:#ffffff!important;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 100px;
    padding-bottom: 120px;
    margin-top: 100px;
    text-align: center;
}
.drone-price__list{
    background: #8D8D8D!important;
}
.drone-price__list__item__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 40px;
}
.drone-price__list__item__list li{
    width: 30%;
    background: #ffffff;
    padding: 40px 20px;
    color: #472525!important;
}
.drone-price__list__item__list li h2{
    font-size: 0.7rem;
}
.drone-price__list__item__list li h3{
    font-size: 2rem;
    font-family: serif!important;
    padding-top: 10px;
}
.drone-price__list__item__list li:nth-child(1) h3{
    color:#067E19!important;
}
.drone-price__list__item__list li:nth-child(2) h3{
    color:#00598C!important;
}
.drone-price__list__item__list li:nth-child(3) h3{
    color:#AE0000!important;
}
.drone-price__list__item__list li h4{
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 10px;
}
.drone-price__list__item__list li p{
    font-size: 0.8rem;
    padding-top: 10px;
}
@media screen and (max-width:600px){
    .drone-price__list__item__list li{
        width: 100%;
        margin-top: 40px;
    }
}
/*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*/
.youtube-works__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
.youtube-works__list li{
    width: 28%;
}
.youtube-works__list li h2{
    text-align: center;
    color: #00598C;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 20px;
}
.youtube-works__list li i{
    font-size: 4rem;
    color:#00598C;
}
@media screen and (max-width:600px){
    .youtube-works__list{
        display:block;
    }
    .youtube-works__list li{
        width:100%;
    }
}
/*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*/
.four404__list{
    text-align: center;
    max-width: 1200px;
     margin: 0 auto;
     padding-left: 40px;
     padding-right: 40px;
 }
.privacy__list{
    text-align: left;
    max-width: 1200px;
     margin: 0 auto;
     padding-left: 40px;
     padding-right: 40px;
 }
 @media screen and (max-width:600px){
 .four404__list, .privacy__list {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
}
}
/*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*//*======================*/
/*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*/
/*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*/
/*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*//*LP*/
.lp-mv{
    background: url('https://tech-drone.co.jp/wp-content/uploads/2023/04/mv.png');
    background-repeat: no-repeat;
    height: 80vh;
    background-size: cover;
    position: relative;
    min-height: 600px;
}
.lp-mv-item{
    position: absolute;
    right:80px;
    bottom: 80px;
    text-align: right;
}
.lp-mv-item__dorobibi{
    width: 440px;
}
.lp-mv-item__p{
    font-weight: bold;
    font-size: 1.6rem;
    color: #ffffff;
    margin-top: 40px;
}
.lp-mv-item__dorobibi{
    width: 440px;
}
.lp-mv-item__contact{
    margin-top: 40px;
    width: 280px;
}
.lp-mv-item__contact__a:hover{
   opacity: .5;
   transition: .5s all;
}
.page-id-104 #header,
.page-id-104 .breadcrumb{
    display: none!important;
}
.page-id-104 {

}
.page-id-104 {

}
.page-id-104 {

}
.page-id-104 {

}
.lp-flow__list__item {
    display: flex;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    gap: 10%;
}
.lp-flow__list__item li {
    width: 23%;
    text-align: center;
}
.lp-flow__list__item li h2 {
    display: inline-block;
    background: #ffffff;
    color: #00598C;
    font-size: 0.9rem;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.lp-flow__list__item li h3 {
    font-weight: bold;
    font-size: 1rem;
    padding-top: 15px;
}
.lp-flow__list__item li p {
    padding-top: 30px;
    text-align: left;
    line-height: 1.6;
}
.lp-flow__list__item i {
    display: table-cell;
    vertical-align: middle;
    font-size: 4rem;
}
/*mv下*/
.lp-mv__u-wrap{
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}
.lp-mv__u-wrap__left__h1{
    font-weight: bold;
    font-size: 2.8rem;
    color:#444444;
}
.lp-mv__u-wrap__left__p__wrap{
    margin-top: 40px;
    color:#4d4d4d;
    font-size: 1.1rem;
}
.lp-mv__u-wrap__left__p{
    margin-top: 20px;
    line-height: 1.6;
}
.lp-mv__u-wrap__right__img{
    width: 100%;
}
.p-mv__u-wrap__right__p{
    margin-top: 0;
    color:#4d4d4d;
}
.p-mv__u-wrap__right a{
    text-decoration: none;
    color:#4d4d4d;
}
.lp-mv__u-wrap__left{
    width: 55%;
}
.lp-mv__u-wrap__right{
    width: 40%;
}
@media screen and (max-width: 600px){
.lp-flow__list__item{
    display: block;
}
.lp-flow__list__item li{
    width: 100%;
    margin-top: 40px;
}
.lp-mv-item{
    right:20px;
    bottom: 50px;
}
.lp-mv-item__dorobibi{
    width:80%;
}
.lp-mv-item__p{
    font-size: 1rem;
    margin-top: 20px;
}
.lp-mv-item__contact{
    margin-top: 20px;
    width: 70%;
}
/*mv下*/
.lp-mv__u-wrap__left__h1{
    font-size: 2rem;
}
.lp-mv__u-wrap__left__p__wrap{
    font-size: 1rem;
    margin-top: 40px;
}
.lp-mv__u-wrap__left__p{
    margin-top: 10px;
}
.lp-mv__u-wrap{
    margin-top: 80px;
    display:block;
    padding-left: 20px;
    padding-right: 20px;
}
.lp-mv__u-wrap__righ{
    margin-top: 40px;
}
.lp-mv__u-wrap__left,
.lp-mv__u-wrap__right{
    width: 100%;
}
}
/*ドロビジとは*/
.lp-whatdorobusi-wrap{
    margin-top: 200px;
    background: #E5E5E5;
    padding-top: 140px;
    padding-bottom: 80px;
}
.lp-title{
    text-align: center;
}
.lp-title__w h1,
.lp-title__w span{
    color: #ffffff!important;
}
.lp-title h1{
    font-size: 3rem;
    font-weight: bold;
    color:#111111;
}
.lp-title div{
    width: 120px;
    margin: 0 auto;
    border: solid 3px #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.lp-title__w div{
    border: solid 3px #ffffff;
}
.lp-title span{
    font-size: 1rem;
    color:#111111;
    font-weight: bold;
}
.lp-whatdorobusi-wrap__inner-wrap{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
.lp-whatdorobusi-wrap__inner-wrap__left{
    width: 65%;
}
.lp-whatdorobusi-wrap__inner-wrap__right{
    width: 30%;
}
.lp-whatdorobusi-wrap__inner-wrap__right__img{
    width:300px;
}
.lp-whatdorobusi-wrap__inner-wrap__left__p2{
    margin-top: 30px;
}
@media screen and (max-width: 600px){
    .lp-mv__u-wrap{
        margin-top:80px;
    }
    .lp-whatdorobusi-wrap__inner-wrap{
        display:block;
        padding-top: 70px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .lp-whatdorobusi-wrap__inner-wrap__left,
    .lp-whatdorobusi-wrap__inner-wrap__right{
        width: 100%;
    }
    .lp-whatdorobusi-wrap__inner-wrap__left__p2{
        margin-top: 20px;
    }
    .lp-title h1{
        font-size: 1.5rem;
        color:#111111;
    }
    .lp-title div{
        width: 80px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: solid 1px #000000;
    }
    .lp-title__w div{
        border: solid 1px #ffffff;
    }
    .lp-title span{
        font-size: .8rem;
        color:#111111;
    }
}
/*merit*/
.lp-merit-wrap{
    margin-top: 130px;
    max-width: 1200px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}
.lp-merit-wrap__inner{
    margin-top: 80px;
}
.lp-merit-wrap__list{
    display: flex;
    justify-content: space-between;
}
.lp-merit-wrap__list__item__left{
    width: 45%;
}
.lp-merit-wrap__list__item__right{
    width: 45%;
}
.lp-merit-wrap__list__item__right h2{
    font-weight: bold;
    font-size: 2rem;
    color:#111111;
}
.lp-merit-wrap__list__item__right p{
    font-weight: bold;
    font-size: 1rem;
    color:#111111;
    margin-top: 30px;
}
.lp-merit-wrap__list__item__left__img{
    width: 100%;
}
.lp-merit-wrap__list__2{
    flex-direction: row-reverse;
}
.lp-merit-wrap__list__2,
.lp-merit-wrap__list__3{
    margin-top: 130px;
}
@media screen and (max-width: 600px){
    .lp-merit-wrap{
        margin-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    } 
    .lp-merit-wrap__list{
        display:block;
        margin-top: 40px;
    }
    .lp-merit-wrap__list__item__left,
    .lp-merit-wrap__list__item__right{
        width: 100%;
    }
    .lp-merit-wrap__list__item__right h2{
        font-size: 1.5rem;
    }
    .lp-merit-wrap__list__item__right p{
        font-size: .8rem;
        margin-top: 20px;
    }
    .lp-merit-wrap__list__2,
    .lp-merit-wrap__list__3{
        margin-top: 60px;
    }
}
/*想い*/
.lp-emo-wrap{
    padding-top: 100px;
}
.lp-emo-wrap-wrap__inner-wrap{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
.lp-emo-wrap-wrap__inner-wrap__left{
    width: 65%;
}
.lp-emo-wrap-wrap__inner-wrap__right{
    width: 30%;
}
.lp-emo-wrap-wrap__inner-wrap__right__img{
    width:300px;
}
.lp-emo-wrap-wrap__inner-wrap__left__p2{
    margin-top: 30px;
}
.lp-emo-wrap-wrap__inner-wrap__left__p3{
    margin-top: 30px;
}
@media screen and (max-width: 600px){
    .lp-emo-wrap-wrap__inner-wrap{
        display:block;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .lp-emo-wrap-wrap__inner-wrap__left,
    .lp-emo-wrap-wrap__inner-wrap__right{
        width: 100%;
    }
    .lp-emo-wrap-wrap__inner-wrap__left__p2,
    .lp-emo-wrap-wrap__inner-wrap__left__p3{
        margin-top: 20px;
    }
}
/*料金*/
.lp-price-wrap{
    margin-top: 200px;
    background: #E5E5E5;
    padding-top: 140px;
    padding-bottom: 80px;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}
.lp-price-wrap__inner-wrap__1 h2{
    text-align: left;
    font-weight: bold;
    font-size: 2.8rem;
    color:#111111;
}
.lp-price-wrap__inner-wrap__2{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}
.lp-price-wrap__inner-wrap__left{
    width: 48%;
}
.lp-price-wrap__inner-wrap__right{
    width: 48%;
}
.lp-price-wrap__inner-wrap__right__img{
    width:300px;
}
.lp-price-wrap__inner-wrap__left__p2,
.lp-price-wrap__inner-wrap__right__p2{
    margin-top: 30px;
}
@media screen and (max-width: 600px){
    .lp-price-wrap{
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 70px;
    }
    .lp-price-wrap__inner-wrap__1 h2{
        font-size: 1.8rem;
    }
    .lp-price-wrap__inner-wrap__2{
        display:block;
        width: 100%;
        margin-top: 40px;
    }
    .lp-price-wrap__inner-wrap__left,
    .lp-price-wrap__inner-wrap__right{
        width: 100%;
    }
    .lp-price-wrap__inner-wrap__left__p2,
    .lp-price-wrap__inner-wrap__right__p2{
        margin-top: 20px;
    }
}