@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;
        }
        .main{
            padding: 300px 0;
            background-color: #e4fbff;
            background: url(../images/img2.jpg) center center no-repeat;
            background-size: cover;
            position: relative;
        width: 100%;
        }
        .word{
            position: absolute;
            top: 50%;
            left: 46%;
            font-size: 50px;
            padding: 0;
            margin: 0;
            color: #ffffff;
            text-align: center;
            font-weight: bold;
        }
        .rinen{
            text-align: center;
            font-size: 25px;
            max-inline-size: max-content;
            margin-inline: auto;
            padding: 80px 0 30px 0;
            line-height: 40px;
        }
        .ser{
            text-align: center;
            margin: 40px;
            font-weight: bold;
            font-size: 40px;
        }
        .ser2{text-align: center;
            margin: 40px;
            font-size: 20px;
        }
        .ser3{text-align: center;
            margin: 60px 0 0 0 ;
            font-size: 40px;
            font-weight: bold;
        }
        .image{
            padding: 20px 3% 20px;
        }
        .plan{
            display: flex;
            text-align: center;
            justify-content: center;
        }
        .plan2{
            padding: 30px 3%;
            background-color: #ffffff;
            background-size: cover;
            position: relative;
            justify-content: center;
            display: flex;
            margin: auto;
        }
        .plan3{
            background-color: #ffffff;
            background-size: cover;
            position: relative;
            width: 100%;
            justify-content: center;
            padding: 10px 5%;
        }
        .plan4{
padding: 30px 0;
margin: 20px;
        }

        .images{
            display:flex;
            justify-content: space-evenly;
            padding: 20px;
        }
        .tit{
            text-align: center;
            font-size: 25px;
        }
        .word2{
            color: rgb(36, 124, 211);
            font-size: 45px;
            text-align: center;
            margin-top: 20px;
        }
        .word3{
            font-size:18px;
            display: flex;
            margin: auto;
            justify-items: center;
        }
        .word4{
            font-size:18px;
            text-align: center;
            margin: auto;
            padding: 0 0 30px 0;
        }
        .word5{
            font-size:18px;
            display: flex;
            margin: auto;
            padding: 0 33px;
        }

        .contact2{
            position: absolute;
            top: 45%;
            left: 19%;
            font-size: 50px;
            padding: 0;
            margin: 0;
            color: #ffffff;
            text-align: center;
            font-weight: bold;
        }
        .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;
        }
        .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;
        }