@charset "utf-8";
body{
    width: 100%;
    background-color: #f3f3f3;
}
.intro{
    right: 100px;
    width: 50%;
}
.flex_1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #ffffff;
    padding: 10px;
}
h1{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}
.flex_2{
    display: flex;
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: 10px;
    }
    .flex_2 a {
        display: inline-block;
        margin: 0 20px;
    }
    ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
    }
    li {
        display: list-item;
        unicode-bidi: isolate;
    }
    .planmain{
        text-align: center;
        padding: 30px 0 30px;
    }
    .nedan{
        width: 300px
    }
    .gazo{
        padding: 20px;
    }
    .gazo2{
        padding: 20px;
        margin-right: 40px;
    }
    .pt{
        display: flex;
        /* margin: auto; */
        justify-content: center;
        padding: 40px;
    }
    .pr3{
        display: flex;
        justify-content: center;
        padding: 20px;
    }
    .pr4{
        padding: 20px;
    }
    .tai{
        width: 300px;
        margin: 10px 0;
    }
    .plan3{
        background-color: #ffffff;
        background-size: cover;
        position: relative;
        width: 100%;
        justify-content: center;
        padding: 10px 5%;
    }
    .word2{
        color: rgb(36, 124, 211);
        font-size: 45px;
        text-align: center;
        margin-top: 20px;
    }
    .word3{
        font-size:18px;
        text-align: center;
        margin: auto;
        display: flex;
    }
    .word4{
        font-size:18px;
        text-align: center;
        margin: auto;
        padding: 0 0 30px 0;
    }
    .word5{
        font-size:18px;
        text-align: center;
        margin: auto;
        display: flex;
        padding: 30px;
    }
    .word3 a{
        width:310px;
        display:inline;
    }
    p a img{ width:250px; }
    .contact{
        overflow: visible;
        width: 100%;
        height: 100%;
    }
    p a:hover{ 
        display: inline;
        transition-duration: 0.5s;
    }
    p a:hover img{ 
        transform: scale(1.08,1.08);
    transition-duration: 0.5s;
    }
    .ser{text-align: center;
        margin: 60px 0 40px 0;
        font-weight: bold;
        font-size: 50px;
    }
    .ser2{text-align: center;
        margin: 40px;
    }
    p{
        font-size: 20px;
    }
    .footer-menu {
        height: 60px;
        }
        
        .footer-menu-list {
        list-style: none;
        text-align: center;
        line-height: 60px;
        }
        
        .footer-menu-list li {
        margin: 10px;
        display: inline;
        }
    .footer{
        background-color: #000000;
        color: #ffffff;
        padding: 20px;
    }
    .fot{
        color: #ffffff;
        text-align: center;
        background-size: 500px;
    }
    .fotsize{
        font-size: 15px;
    }