

/* mainvisual
   ========================================================================== */
.mainvisual-inner {
    position: relative;
}

.mainvisual-inner img {
    width: 100%;
    height: auto;
}

.mainvisual-title img {
    position: absolute;
    top: 16%;
    width: 66%;
    right: 20%;
}

@media screen and (max-width: 768px) {
    .mainvisual-title img {
        top: 12%;
        width: 90%;
        right: 5%;
    }
}
/* news
   ========================================================================== */
   .news {
    margin-top: -90px;
    padding-top: 40px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .news .section-title::before {
        content: "news";
        font-size: .8rem;
        font-weight: lighter;
        letter-spacing: .25rem;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
    }
}

.news-inner {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.news-content {
    text-align: center;
    align-items: center;
}
.news-content .description {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .news-content .description {
        text-align: left;
        width: 85%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.news ul li {
    border-bottom: 1px solid #E1E8F1;
    position: relative;
}

.news ul li:after {
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news ul li:after {
    content: "\f105";
    display: block;
    color: #00BFD3;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -15px;
}
@media screen and (max-width: 768px) {
    .news ul li:after {
        top: unset;
        bottom: 3px;
    }
}
.release-date {
    font-weight: 500;
    margin-right: 20px;
}
.news-icon {
    background: #FFFFFF;
    color: #6464C3;
    padding: 0 20px;
    margin-bottom: 5px;
    margin-right: 20px;
    font-size: .8rem;
    border-radius: 25px;
    line-height: inherit;
}
.news-lists {
    margin-top: 30px;
    text-align: right;
}
.news-lists a {
    position: relative;
    padding-right: 55px;
}
.news-lists a:after {
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-lists a:after {
    content: "\f105";
    display: block;
    color: #00BFD3;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -15px;
}
.news-img img {
    height: auto;
    width: 90%;
}

.news-img.show-sp {
    margin-top: 32px;
}
.news-footer-img {
    position: absolute;
    width: 40%;
    height: auto;
    right: 60%;
    top: 0;
}

/* business
   ========================================================================== */
.business {
    /* margin-top: -90px; */ 
    padding-top: 55px;
    background: url("../images/top/business_bg.png") no-repeat;
    width: 100%;
    background-size: cover;
    background-position: bottom;
}

@media screen and (max-width: 768px) {
    .business .section-title::before {
        content: "Our Business";
        font-size: .8rem;
        font-weight: lighter;
        letter-spacing: .25rem;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
    }
}

.business-inner {
    text-align: center;
    overflow: hidden;
}

.business-content {
    text-align: center;
    align-items: center;
    gap: 20px;
}

@media screen and (min-width: 769px) {
    .business-img {
        justify-content: center;
    }
}
.business-img img {
    height: auto;
    width: 100%;
}

@media screen and (max-width: 550px) {
    .business-img img {
        height: auto;
        width: 100%;
    }
}

.business-img.show-sp {
    margin-top: 32px;
}

.business-description {
    position: relative;
}

@media screen and (max-width: 768px) {
    .business-description {
        padding: 0px 9%;
    }
}

@media screen and (min-width: 769px) {
    .business-description::before {
        content: "";
        position: absolute;
        top: -12%;
        left: -20%;
        right: -250%;
        height: 124%;
        border-radius: 25px 0 0 25px;
        background-color: #FFFFFF;
        z-index: -1;
    }
}

.description-title {
    text-align: left;
    font-weight: 700;
    line-height: normal;
    font-size: clamp(28px, 1.5625vw, 28px);
}



.description-text {
    margin-top: 16px;
    text-align: justify;
    font-size: clamp(14px, 1.5625vw, 14px);
    line-height: 2rem;
    width: 97%;
}
@media screen and (max-width: 550px) {
    .description-title {
        font-size: 5.5vw;
        letter-spacing: -0.1rem;
    }
    .description-text {
        line-height: 1.8rem;
    }
}
.solution {
    margin-top: 16px;
}

.solution-content {
    text-align: left;
    align-items: center;
    margin-top: 8px;
}

.solution-title {
    width: 19%;
    font-size: clamp(18px, 1.5625vw, 18px);
    color: #00BFD3;
    font-weight: bold;
}

.solution-text {
    box-sizing: border-box;
    width: 80%;
    font-size: clamp(14px, 1.5625vw, 14px);
    border-left: 1px solid #00BFD3;
    padding-left: 8px;
}

@media screen and (max-width: 768px) {
    .solution-title {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .solution-text {
        width: 100%;
        border-left: unset;
        padding-left: 0;
    }
}

.business-footer-img {
    position: relative;
    width: 50%;
    height: auto;
    right: -37%;
    top: -2rem;
}

/* message
   ========================================================================== */
.message {
    /* margin-top: -90px; */
    padding-top: 40px;
    background: url("../images/top/message_bg.png") no-repeat;
    width: 100%;
    background-size: contain;
    background-position: right;
}

@media screen and (max-width: 768px) {
    .message .section-title::before {
        content: "Message";
        font-size: .8rem;
        font-weight: lighter;
        letter-spacing: .25rem;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .message {
        margin-top: 60px;
        background-position: bottom;
    }
}
.mission {
    color: #00BFD3;
    font-size: 23px;
    font-weight: bold;
}
.message-inner {
    text-align: center;
    overflow: hidden;
}

.message-content {
    align-items: center;
}

.message-img {
    text-align: right;
    position: relative;
    margin: -70px 0 0 124px;
}

@media screen and (max-width: 1200px) {
    .message-img {
        margin: -70px 0 0 90px;
    }
}

@media screen and (max-width: 1080px) {
    .message-img {
        margin: -70px 0 0 0px;
    }
}


.message-img::before {
    content: "";
    position: absolute;
    top: 19%;
    left: -25%;
    right: -250%;
    height: 115%;
    border-radius: 25px 0 0 25px;
    background-color: #E1E8F1;
    z-index: -2;
}

@media screen and (max-width: 768px) {
    .message-inner {
        padding-bottom: 50px;
    }

    .message-content {
        margin-top: 150px !important;
    }

    .message-img {
        margin-left: 0;
    }

    .message-img::before {
        left: 10%;
        top: 0
    }
}

.message-img img {
    height: auto;
    width: 80%;
}

.message-name {
    text-align: right;
    margin-top: 24px;
}

.message-description {
    position: relative;
}

.message-description::before {
    content: "";
    position: absolute;
    top: -10%;
    right: -15%;
    left: -250%;
    height: 115%;
    border-radius: 0 25px 25px 0;
    background-color: #FFFFFF;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .message-description {
        margin: 40px;
        width: 80%;
    }

    .message-description::before {
        top: -30%;
        right: -5%;
        height: 145%;
    }
}

@media screen and (max-width: 480px) {
    .message-description::before {
        top: -15%;
        height: 120%;
    }
}

.message-footer-img {
    position: relative;
    width: 55%;
    height: auto;
    right: 0;
}

/* company
   ========================================================================== */
.company {
    /* margin-top: -90px; */
    padding-top: 40px;
    background: url("../images/top/company_bg.png") no-repeat;
    width: 100%;
    background-size: cover;
    background-position: left;
}

@media screen and (max-width: 768px) {
    .company {
        background: unset;
        margin-top: 0;
    }

    .company .section-title::before {
        content: "Company";
        font-size: .8rem;
        font-weight: lighter;
        letter-spacing: .25rem;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
    }
}

.company-inner {
    text-align: center;
    overflow: hidden;
}

.company table {
    width: 100%;
    text-align: left;
    margin: 50px 0;
}

.company table tr th {
    font-weight: 600;
    border-bottom: 1px solid #c9d1d9;
}

.company table tr th ul li {
    font-weight: 600;
}
.company .list-title {
    font-weight: normal;
}
/* @media screen and (min-width: 768px) { */
.company table tr th {
    width: 20%;
}

/* } */
/* @media screen and (max-width: 767px) {
    .company table tr th {
      padding-top: 16px;
    }
} */
/* @media screen and (min-width: 768px) { */
.company table tr th,
.company table tr td {
    padding: 24px 0;
    border-bottom: 1px solid #c9d1d9;
}

/* } */
/* @media screen and (max-width: 767px) {
    .company table tr th,
    .company table tr td {
      display: block;
      padding-bottom: 16px;
    }
} */

@media screen and (max-width: 768px) {
    .company table {
        width: 90%;
        margin: 50px auto;
    }

    .company table tr th {
        width: 20%;
        font-size: .9rem;
    }

    .company table tr th ul li {
        font-size: .9rem;
    }

    .company table tr td,
    .company table tr td ul li {
        font-size: .9rem;
    }



}

.map-area {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

.map-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.company-footer-img {
    position: relative;
    width: 55%;
    height: auto;
    right: -45%;
}


/* office
   ========================================================================== */

.office {
    margin-top: -40px;
    padding-top: 40px;
    /* margin-top: 50px; */
    width: 100%;
}

@media screen and (max-width: 768px) {
    .office .section-title::before {
        content: "Office";
        font-size: .8rem;
        font-weight: lighter;
        font-feature-settings: normal;
        letter-spacing: .25rem;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
    }
}

.office-inner {
    text-align: center;
    overflow: hidden;
}

.office table {
    text-align: left;
    margin: 3rem auto;
}

.more {
    display: none;
}

.more {
    flex: 1;
    position: relative;
    margin-top: -3rem;
}

@media screen and (max-width: 820px) {
    .more {
        padding-bottom: 2em;
    }
}

.more {
    display: none;
}

.more_open {
    padding: 2px;
    width: 25%;
    background: #00BFD3;
    border-radius: 20px;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: auto;
}

.more_open:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 10%;
    /* margin-left: -4px; */
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.more_open.active:after {
    bottom: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.office th {
    vertical-align: top;
    font-size: 1.3rem;
    font-weight: bold;
    padding-top: 2rem;
    width: 15%;
}

.office td {
    padding-left: 4rem;
    padding-top: 2rem;
    width: 85%;
}

@media screen and (max-width: 768px) {
    .office {
        margin-top: 50px;
    }

    .office table {
        width: 90%;
    }

    .office th {
        font-size: 1rem;
        width: 25%;
    }

    .office td {
        padding-left: 1rem;
    }

    .office td ul li.list-title{
        font-size: .9rem;
    }
    .office td ul li {
        font-size: .8rem;
    }

    .map-area {
        padding-bottom: 100%;
    }

    .more_open {
        width: 40%;
    }
}

.office-footer-img {
    position: relative;
    width: 35%;
    height: auto;
    right: -2%;
    top: 4rem;
}

/* contact
   ========================================================================== */
.contact {
    margin-top: 50px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .contact .section-title::before {
        content: "Contact";
        font-size: .8rem;
        font-weight: lighter;
        letter-spacing: .25rem;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
    }
}

.contact-inner {
    text-align: center;
    overflow: hidden;
}

.contact-footer-img {
    position: relative;
    width: 35%;
    height: auto;
    left: 62%;
}

.contact-area {
    margin-top: 32px;
    padding: 15px 0 96px;
}

@media screen and (max-width: 768px) {
    .contact {
        margin-top: 70px;
    }

    .contact-area {
        margin-top: 70px;
    }
}

.contact-area .contact {
    margin-top: 0 !important;
}

.contact-area .proposal_txt {
    color: #36404B;
}

.contact-area .dots {
    background-image: radial-gradient(circle at center, #36404B 20%, transparent 20%);
}

.contact-area .side_border:before,
.contact-area .side_border:after {
    background-color: #36404B;
}

.proposal_txt .side_border:before {
    left: -1pc;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.proposal_txt .side_border:after {
    right: -19px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 768px) {

    .proposal_txt .side_border:after,
    .proposal_txt .side_border:before {
        height: 100%;
    }

    .proposal_txt .side_border:before {
        left: -4pc;
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
    }

    .proposal_txt .side_border:after {
        right: -28px;
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
    }
}

.request_btn a {
    background: #00BFD3;
    border-radius: 66px;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    max-width: 300px;
    width: 50%;
    position: relative;
    padding: 12px;
    margin: 0 auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .request_btn a {
        width: 70%;
        font-size: 3vw;
    }
}

@media screen and (min-width: 769px) {
    .w_half {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .request_btn a {
        font-size: 4vw;
        width: 85%;
    }

    .w_half a {
        width: 95%;
    }
}

a:hover {
    transition: .5s;
}

.request_btn a .txt {
    font-size: inherit;
    font-weight: inherit;
}

.request_btn a:after {
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.request_btn a:after {
    content: "\f105";
    display: block;
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
}

@media screen and (max-width: 480px) {
    .request_btn a:after {
        right: 15px;
    }
}
