@charset "utf-8";
body{
    width: 100%;
    background-color: #f3f3f3;
}
.intro{
    right: 100px;
    width: 50%;
}
.flex_1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    background-color: #ffffff;
}
.main{
    padding: 300px 0;
    background-color: #e4fbff;
    background: url(../images/photo.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;
}
.word2{
    color: rgb(36, 124, 211);
    font-size: 60px;
    text-align: center;
    margin-top: 40px;
}
.word3{
    font-size: 20px;
    text-align: center;
    margin-top: -40px;
}
h1{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}
.rinen{
    text-align: left;
    font-size: 20px;
    max-inline-size: max-content;
    margin-inline: auto;
    padding: 0px 0 20px 0;
    line-height: 30px;
}
.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;
    }
    li {
        display: list-item;
        unicode-bidi: isolate;
    }
    .pro{
        display: flex;
        justify-content: space-evenly;
    align-items: center;
        text-align: center;
        margin: 0 auto;
        width: 60%;
        padding: 40px 0;
    }
    .left{
        text-align: left;
    }
    .right{
        text-align: left;
    }
    p{
        padding: 20px 0;
    }
.ser{
    text-align: center;
    margin: 30px;
    font-weight: bold;
    font-size: 35px;
    padding: 25px 0 0 0;
}
p a{
    width:310px;
    display:block;
}
p a img{ width:250px; }
.contact{
    overflow: visible;
    width: 100%;
    height: 100%;
}
p a:hover{ 
    display: block;
    transition-duration: 0.5s;
}
p a:hover img{ 
    transform: scale(1.08,1.08);
transition-duration: 0.5s;
}
.map{
text-align: center;
    margin: 0 auto;
    padding: 50px 0 100px 0px;
}
.message{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 40px 0 40px 0;
}
.fot{
    text-align: center;
    background-size: 500px;
}
.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;
    width: auto;
    padding: 20px;
}
.fot{
    color: #ffffff;
}
.fotsize{
    font-size: 15px;
}