figure{
    margin: 0;
}

img{
    width: 100%;
}

a{
    text-decoration: none;
}

ul{
    list-style-type: none;
}

.navbar{
    background-color: #fdeff2;
}

.container-fluid{
    justify-content: space-evenly!important;
}

.navbar-brand{
    display: block;
    width: 15%;
}

.navbar-expand-xl .navbar-collapse{
    flex-direction: column;
}

.navbar-collapse{
    flex-grow: unset;
    align-items: stretch;
}

.nav-link{
    color: #333;
    transition: .3s;
}

.nav-link:hover{
    color: #e85292;
}

.nav-contact{
    display: flex;
    justify-content: flex-end;
}

.nav-contact a{
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    background-color: #e85292;
    border-radius: 20px;
    transition: .3s;
}

.nav-contact a:hover{
    background-color: white;
    color: #e85292;
}

.nav-contact a i{
    font-size: 12px;
    padding-right: 10px;
}

.nav-contact p{
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.nav-contact p i{
    color: #e85292;
    padding-right: 5px;
}

.main{
    margin-top: 50px;
}

.osusume{
    background-color: #fdeff2;
    padding-bottom: 100px;
}

.osusume h2{
    margin-top: 100px;
}

.osusume picture{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.osusume picture img,.osusume picture source{
    width: 70%;
}

.osusume ul{
    display: flex;
}

.osusume li img{
    width: 90%;
}

.title,.title-white{
    margin-top: 100px;
    text-align: center;
}

.title h2,.title-white h2{
    font-weight: bold;
}

.title p,.title-white p{
    color: #e85292;
    font-size: 14px;
}

.tokutyo ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 50px;
}

.tokutyo li{
    width: 45%;
    margin: 20px 0;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.35));
}

.service{
    margin-bottom: 100px;
}

.service-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 50px;
}

.service-point{
    margin: 20px 0;
    padding: 20px;
    width: 45%;
    background-color: #fdeff2;
    border-radius: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.service-point picture{
    display: block;
    text-align: center;
}

.service-point img,.service-point source{
    width: 80%;
}

.service-point h4{
    text-align: center;
    background-color: white;
    color: #e85292;
    padding: 10px;
    font-weight: bold;
}

.service-point th,.service-point td{
    font-size: 14px;
    width: 50%;
    padding: 5px 0;
    border-bottom: 1px solid #fef9fb;
}

.service-point p{
    font-size: 14px;
}

.service a,.recruit a,.contact-btn{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #e85292;
    color: white;
    text-align: center;
    margin: 20px auto;
    border-radius: 50px;
    transition: 0.3s;
}

.service a:hover,.recruit a:hover,.contact-btn:hover{
    background-color: white;
    color: #e85292;
    filter: drop-shadow(0px 0px 15px rgba(232, 82, 146, 0.35));
}

.service a i,.recruit a i{
    padding-right: 5px;
}

.flow{
    background-image: url(../img/flow-bg.jpg);
    padding-bottom: 100px;
}

.title-white h2,.title-white p{
    color: white;
}

.flow ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.flow li{
    width: 45%;
    margin: 20px 0;
}

.recruit p{
    margin-top: 20px;
}

.recruit ul{
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}

.company-contact{
    background-color: #fdeff2;
    padding: 100px 0;
    margin-top: 100px;
}

.company-contact .col-md-6{
    background-color: white;
    padding-bottom: 50px;
}

.company-contact .title{
    margin-top: 50px;
}

.company-contact table{
    width: 100%;
    margin-bottom: 30px;
}

.company-contact th,.company-contact td{
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #ddd;
}

.company-contact ul{
    padding-left: 0;
}

.company-contact li{
    font-size: 14px;
}

.label{
    font-size: 14px;
    margin-top: 10px;
}

.label span{
    font-size: 12px;
    color: #e85292;
    padding-left: 10px;
}

.pripoli-btn{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 20px auto;
    border-radius: 50px;
    transition: 0.3s;
    border: 1px solid #e85292;
    color: #e85292;
    background-color: white;
}

.pripoli-btn:hover{
    background-color: #fdeff2;
    color: #e85292;
}

.contact-btn{
    padding: 0;
    border: none;
}

footer{
    background-color: #e85292;
    padding: 50px;
}

footer figure{
    text-align: center;
}

footer img{
    width: 25%;
}

footer ul,footer p{
    color: white;
    padding-left: 0;
}

footer ul{
    margin-top: 18px;
}

footer li,footer p{
    text-align: center;
}

footer p{
    font-size: 12px;
}

.modal-body p,.modal-body li{
    font-size: 12px;
}

.modal-body h3{
    font-size: 20px;
    border-bottom: 1px solid #333;
}