body{
    max-width: 2400px; 
    margin: 0 auto; 
}
.header{
    /* display: flex; */
    position: relative;
}

.header .logo {
    margin: 12px;
    display: flex;
    align-items: center;
    height: 58px;
    position: absolute;
    color: white;
    font-family: "Zen Kaku Gothic New";
    font-size: 24px;
    font-weight: 700; 
    font-style: bold;
}

.header .logo img{
    height: 100%;
}

.top-img-sm{
    display: none;
}
.header .message{
    position: absolute;
    bottom: 8%;
    right: 24px;
    color: white;
    font-weight: 700;
    /* display: flex; */
    justify-content: center;
}

.header .message p {
    text-align: right;
    font-family: "Zen Kaku Gothic New";
    font-size: 24px;
}

.header .message .message-1{
    margin-right: 42px;
    margin-bottom: 14px;
}
/* TOP */

/* .top-img{ */
body{
    animation-name:fadeInAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
    
      to {
        opacity: 1;
      }
    }

/* about */

.top .about{
    height: 734px;
    flex-shrink: 0;
    background: #FFFAF1;
    font-family: "Zen Kaku Gothic New";
    /* padding: 50px; */
    /* display: flex; */
    
}

.top .about .contents{
    display: flex;
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
.top .about .left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    
}
.top .about .left img{
    width: 100%;
}

.top .about .right {
    /* margin-left: 80px; */
    padding: 30px;
    width: 50%;
}
.top .about .title span{
    /* TODO FONT変える */
    font-family: "makinas-4-flat", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #3196C2;
}

.top .about .title .about-title-1{
    color: #FEBD45; 
}

.top .about .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top .about .subtitle{
    font-size: 20px;
    font-style: normal;
    font-weight: 1000;
    line-height: normal;
}




.top .about .message{
    margin-top: 12px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}
/* blue */
.blue {
    /* height: 1751px; */
    flex-shrink: 0;
    background: #F4FCFF;
    padding-bottom: 170px;
}
/* service */
.service{
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
}
.sub-title{
    font-family: "Zen Kaku Gothic New";
}
.service-main{
    font-family: "Zen Kaku Gothic New";
    letter-spacing: 0.01em;
    line-height: 1.5em;
}
.service .sub-title{
    margin: 12px 0;
}
.service .service-left , .service .right{
    background: #FFF;
    border-radius: 12px;
    width: 50%;
}

.service .right{
    margin-left: 5%;
    display: flex;
    flex-direction: column;
}
.service .right .flow{
    margin-top: 12px;
}

.service .right .boxs{
    display: flex;
}
.service .right .boxs .service-box{
    margin-top: 12px;
    width: 20%;
    height: 91px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service .right .boxs .service-box img{
    position: absolute;
}
.service .right .boxs .service-box p{
    font-size: 15px;
    position: absolute;
}


.service .service-text-title{
    font-size: 24px;
}
.service .message{
    margin-top: 14px;
}

.service .service-left .box {
    margin-top: 16px;
    border-radius: 6px;
    border: 1px solid #D0F2FF;
    background: #F4FCFF;
    padding: 12px;
}

.service .service-left .box-title{
    border-radius: 4px;
    background: #D0F2FF;
    width: 89px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .service-text-box{
    flex-grow: 1;
    margin: 0 auto;
    padding: 20px;
}

.service .title span {
    /* TODO FONT変える */
    font-family: "makinas-4-flat", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #3196C2;
}


.service .title .service-title-1 {
    color: #FEBD45;
}


.service .service-main{
    display: flex;
}

.service .service-main img{
    width: 100%;
    border-radius: 12px 12px 0 0;
}

/* footer */
.fotter{

}

/* white */
.white{
    flex-shrink: 0;
    background: #F4FCFF;
}
/* company */

.top .company{
    width: 80%;
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
    flex-shrink: 0;
    background: #FFF;
    /* padding: 50px; */
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    display: flex;
}
.top .company .left{
    width: 60%;   
}
.top .company .right {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 36px 0;
}
.top .company .title{
    margin: 20px;
}
.top .company .title-main{
    /* TODO FONT変える */
    font-family: "makinas-4-flat", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #3196C2;
}
.top .company .title .company-title-1{
    color: #FEBD45;

}
.top .company .subtitle{
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}
.top .company .overview{
    display: flex;
    padding: 36px 0 ;
}
.top .company .overview .left-column{
    display: flex;
    justify-content: center;
    width: 35%;
    margin-left: 10%;
    justify-content: flex-start;
}
.top .company .overview .right-column{
    width: 50%;
    display: flex;
    justify-content: center;
    justify-content: flex-start;
}
.top .company .line{
    color:#FEBD45;
    width: 100%;
}

/*  */

.footer .copyright {
    height: 40px;
    flex-shrink: 0;
    background: #3AA4D4;
    color: white;
}
.footer .copyright {
    height: 40px;
    flex-shrink: 0;
    background: #3AA4D4;
    color: white;
}

.footer-company {
    height: 120px;
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic New";
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

.footer-company-logo{
    height: 50%;
}
.footer-company-text{
    margin-left: 20px;
}
.footer-company-text-title {
    font-size: 24px;
}

.footer .address{
    line-height: 1.2em;
}

.copyright{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Zen Kaku Gothic New";
}