@charset "utf-8";
.about-single {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 57px;
    padding-left: 20px;
    padding-right: 20px;
}

.about-box {
    max-width: 1080px;
    width: 100%;
    margin: auto;
    padding: 4% 4% 50px;
    background-color: #fff;
    /* 再表示 */
    /* opacity: 0;
    animation: late-open 0.8s ease-in 1s forwards; */
}

.about600 {
    max-width: 800px;
    margin: 0 auto;
}

.kikaku {
    text-align: center;
    margin-bottom: 20px;
}

.komo-logo {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.about-text {
    margin-bottom: 50px;
}
.about-text h3{
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.about-text p {
    font-size: 15px;
    line-height: 2.3;
}


.about-note {
    
    margin-bottom: 70px;
    text-align: center;
}

.about-note figure {
    max-width: 300px;
    margin: 0 auto 10px;
}
.about-note p {
    color: #040000;
    font-size: 12px;
    line-height: 1.3;
}
.about-company {
  font-size: 14px;
}
.about-company dl {
    border-top: 1px solid #999899;
    padding: 10px 5px;
}
.about-company dl:last-child {
    border-bottom: 1px solid #999899;
}
.about-company dt {
    float: left;
    font-weight: normal;
}
.about-company dd {
    margin-left: 110px;
    border-left: 1px solid #999899;
    padding-left: 25px;
}

.about-box .more-text {
    transition: 0.3s;
}
.about-box .more-text a {
  display: flex;
  align-items: center;
    font-weight: bold;
    font-family: 'Ropa Sans', sans-serif;
    letter-spacing: 2px;
    margin-top: 50px;
    position: relative;
  font-size: 18px;
  max-width: 100px;
}
.about-box .more-text a span {
    position: absolute;
    top: 0;
    left: 5px;
}
.about-box .more-text a:hover span {
    left: 0px;
}
.about-box .more-text a span {
    transition: 0.3s;
}


/* @media screen and (max-height: 1040px) and (min-width:768px) {
    .about-box {
        padding: 2% 3% 50px;
        background-color: #fff;
    }
    .komo-logo {
        margin-bottom: 40px;
    }
    .about-text h3 {
        margin-bottom: 10px;
    }
    .about-text {
        margin-bottom: 20px;
    }
    .about-note {
        margin-bottom: 35px;
    }
    .kikaku {
        margin-bottom: 15px;
    }
} */

@media screen and (max-height: 915px) and (min-width:768px) {
    .komo-logo {
        max-width: 250px;
        margin-bottom: 30px;
    }
    .about-text h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .about-text p {
        line-height: 1.8;
    }
    .about-company dl {
        padding: 8px 5px;
    }
    .about-note {
        /* max-width: 300px; */
        margin-bottom: 30px;
    }
}


@media screen and (max-height: 795px) and (min-width:768px) {
    .about-box {
        padding-top: 3%;
    }

    .kikaku{
        margin-bottom: 10px;
    }
    .komo-logo {
        margin-bottom: 30px;
    }
    .about-text h3 {
        font-size: 20px;
    }
    .about-note {
        margin-bottom: 28px;
    }
    .about-company dl {
        padding: 6px 5px;
    }
}
@media screen and (max-height: 725px) and (min-width:768px) {
    .kikaku {
        margin-bottom: 0;
        font-size: 14px;
    }
    .komo-logo {
        margin-bottom: 25px;
    }
    .about-text {
      margin-bottom: 40px;
    }
    .about-text h3 {
        font-size: 18px;
    }
    .about-text p {
        font-size: 14px;
    }
    .about-company dl {
        font-size: 14px;
    }

    .about-note {
        margin-bottom: 40px;
    }

    .about600 {
        max-width: 780px;
        margin: 0 auto;
    }
    .about-box .more-text a {
      margin-top: 30px;
    }
    .komo-logo {
      max-width: 220px;
    }
}

@media screen and (max-height: 660px) and (max-width: 1366px) {
  .about-box {
    padding-top: 2%;
  }
    .about600 {
      max-width: 850px;
    }
    .komo-logo {
      max-width: 190px;
      margin-bottom: 35px;
    }
    .about-company dl {
      font-size: 13px;
    }
    .about-note figure {
      max-width: 250px;
      
    }
    .about-text {
      margin-bottom: 30px;
    }
    
}


@media screen and (max-width: 768px) {
    .about-box {
        padding: 10% 3% 80px;
    }
    .komo-logo {
        margin-bottom: 50px;
    }
    .about-text h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .about-text p {
        font-size: 14px;
    }
    .about-text {
        margin-bottom: 30px;
    }
    .about-company {
      font-size: 13px;
    }
    .about-company dd {
        margin-left: 85px;
        padding-left: 20px;
    }
    .about-box {
        padding: 50px 20px 100px;
    }
}





















