/* 共通箇所************************************************************************ */

.about-ktec_sec,
.chart_sec,
.pmvv_sec,
.company_sec,
.history_sec {
    width: 62.5vw;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.25vw;
    margin-bottom: 5.25vw;
}

.presi_message_sec {
    width: 73vw;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.25vw;
    margin-bottom: 5.25vw;
    padding: 5.25vw;
    background-color: white;
    border-radius: 2.6vw;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:768px) {

    .about-ktec_sec,
    .chart_sec,
    .pmvv_sec,
    .company_sec,
    .history_sec,
    .presi_message_sec {
        width: 90vw;
    }

    .about-ktec_sec,
    .chart_sec,
    .pmvv_sec,
    .presi_message_sec,
    .company_sec,
    .history_sec {
        margin-top: 10.5vw;
        margin-bottom: 10.5vw;
    }
}

.aboutus_sec_ttl {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    line-height: 2;
}

.aboutus_sec_ttl .aboutus_sec_ttl_box {
    width: 18.75vw;
    max-width: 360px;
}

.aboutus_sec_ttl .aboutus_sec_ttl_txt_box {
    width: 43.75vw;
    max-width: 840px;
    font-size: min(0.9vw, 17px);
    line-height: 2;
}

.aboutus_sec_ttl .aboutus_sec_ttl_box h2 {
    font-size: min(0.83vw, 16px);
}

.aboutus_sec_ttl .aboutus_sec_ttl_box h1 {
    font-size: min(3.65vw, 70px);
    display: inline-block;
    background: linear-gradient(90deg, #29abe2, #00a592);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:768px) {
    .aboutus_sec_ttl {
        flex-direction: column;
        align-items: normal;
        line-height: 1.5;
    }

    .aboutus_sec_ttl .aboutus_sec_ttl_box {
        width: 40vw;
    }

    .aboutus_sec_ttl .aboutus_sec_ttl_txt_box {
        width: 90vw;
        font-size: max(4vw, 15px);
        line-height: 1.5;
    }

    .aboutus_sec_ttl .aboutus_sec_ttl_box h2 {
        font-size: max(4.2vw, 16px);
    }

    .aboutus_sec_ttl .aboutus_sec_ttl_box h1 {
        font-size: max(16vw, 60px);
    }

}

/* ケイテックについて************************************************************************ */

.about-ktec_sec {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    padding-top: 0;
}

.about-ktec_sec .about-ktec_sec_img_box {
    width: 20vw;
    max-width: 380px;
    position: relative;
}

.about-ktec_sec .about-ktec_sec_img_box .about-ktec_sec_img {
    width: 42.5vw;
    max-width: 820px;
    position: absolute;
    left: -22vw;

}

.about-ktec_sec .about-ktec_sec_img_box img {
    width: 100%;
    border-radius: 3vw;
}

.about-ktec_sec .about-ktec_sec_txt_box {
    width: 42.5vw;
    max-width: 820px;
    padding-left: 5vw;
}

.about-ktec_sec_txt_box .about-ktec_sec_txt_box_ttl {
    font-size: min(0.83vw, 16px);
    color: white;
    background: linear-gradient(90deg, #29abe2, #00a592);
    display: inline-block;
    padding: 10px;
    margin-bottom: 2.3vw;
}

.about-ktec_sec_txt_box .about-ktec_sec_txt_box_subttl {
    font-size: min(2.5vw, 48px);
    line-height: 1.5;
    margin-bottom: 4vw;
}

.about-ktec_sec_txt_box .about-ktec_sec_txt_box_txt {
    font-size: min(0.88vw, 17px);
    line-height: 2;
}

@media screen and (max-width:768px) {
    .about-ktec_sec {
        flex-direction: column-reverse;
    }

    .about-ktec_sec .about-ktec_sec_img_box {
        width: 90vw;
        margin-top: 5vw;
    }

    .about-ktec_sec .about-ktec_sec_img_box .about-ktec_sec_img {
        width: 90vw;
        position: relative;
        left: 0;
    }

    .about-ktec_sec .about-ktec_sec_txt_box {
        width: 90vw;
        padding-left: 0;
    }

    .about-ktec_sec_txt_box .about-ktec_sec_txt_box_ttl {
        font-size: max(4.2vw, 16px);
    }

    .about-ktec_sec_txt_box .about-ktec_sec_txt_box_subttl {
        font-size: max(6.4vw, 24px);
    }

    .about-ktec_sec_txt_box .about-ktec_sec_txt_box_txt {
        font-size: max(4.5vw, 17px);
    }
}

/* ケイテックはこんなことやってる会社だよ************************************************************************ */
.chart_sec_back {
    width: 100vw;
    background-color: #D9E9F1;
    position: relative;
    margin-top: 10.5vw;
}

.chart_sec_back::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 5vw;
    top: -4.9vw;
    background-image: url(../img/subpage/chart_sec_back_img.png);
    background-position: center;
    background-size: cover;
}

.chart_sec_back::after {
    position: absolute;
    content: '';
    width: 100vw;
    height: 5vw;
    bottom: -4.9vw;
    background-image: url(../img/subpage/chart_sec_back_img.png);
    background-position: center;
    transform: rotate(180deg);
    background-size: cover;
}

.chart_sec {
    position: relative;
    margin-top: 0;
    padding-bottom: 5.25vw;
}

.chart_sec .chart_sec_backimg {
    position: absolute;
    width: 100vw;
    max-width: 1920px;
    left: -37.5vw;
    top: 0;
}

.chart_sec_ttl {
    font-size: min(2.5vw, 48px);
    margin-bottom: 7.3vw;
    text-align: center;
    font-weight: 600;
}

.chart_sec_ttl p {
    background:linear-gradient(90deg, #29abe2, #00a592);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
    padding:20px;
}

.chart_sec_mainimg {
    width: 55vw;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.chart_sec_mainimg .chart_sec_mainimg_sp {
    display: none;
}

.chart_sec_mainimg img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .chart_sec_ttl {
        font-size: max(6.4vw, 24px);
    }

    .chart_sec_mainimg {
        width: 90vw;
    }

    .chart_sec_mainimg .chart_sec_mainimg_pc {
        display: none;
    }

    .chart_sec_mainimg .chart_sec_mainimg_sp {
        display: block;
    }
}

/* PMVV************************************************************************ */

.pmvv_sec .pmvv_sec_inn {
    display: flex;
    flex-direction: row;
}

.pmvv_sec_inn .pmvv_sec_side-nav {
    width: 18.75vw;
    max-width: 360px;
    padding-bottom: 9vw;
}

.pmvv_sec_inn .pmvv_sec_side-nav .sidebar {
    position: sticky;
    top: 0;
    padding-top: 9vw;
}

.pmvv_sec_inn .pmvv_sec_side-nav .sidebar li {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    line-height: 2;
}

.pmvv_sec_inn .pmvv_sec_side-nav .sidebar li::before {
    content: '';
    width: 2px;
    height: 48px;
    background-color: #a6a6a6;
    position: absolute;
    left: 15px;
    top: 50%;
}

.pmvv_sec_inn .pmvv_sec_side-nav .sidebar li::after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #a6a6a6;
    position: absolute;
    top: 40%;
    border-radius: 10px;
    left: 8.5px;
}

.current-li::after {
    width: 20px !important;
    height: 20px !important;
    background-color: #00a592 !important;
    top: 30% !important;
    left: 6px !important;
}

.pmvv_sec_inn .pmvv_sec_side-nav .sidebar li:last-child::before {
    display:none;
}

.pmvv_sec_inn .pmvv_sec_side-nav .sidebar span {
    color: #00a592;
}

.pmvv_sec_inn .pmvv_sec_inn-list {
    position: relative;
    margin-bottom: 5.25vw;
}

.pmvv_sec_inn ul .pmvv_sec_box {
    padding-top: 5vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid #4d4d4d;
}

.pmvv_sec_inn ul .pmvv_sec_box:first-child {
    padding-top: 9vw;
}

.pmvv_sec_inn ul .pmvv_sec_box:last-child {
    border-bottom: 0px;
}

.pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_ttl {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #00a592;
    margin-bottom: 5vw;
}

.pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_ttl h3 {
    font-size: min(2.3vw, 45px);
    padding-right: 1.8vw;
    padding-left: 1.8vw;
    position: relative;
    display: inline-block;
}

.pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_ttl h3::before {
    position: absolute;
    content: '';
    background-image: url(../img/subpage/pmvv_sec_box_ttl_h3_mark.png);
    background-size: cover;
    background-position: center;
    width: 1vw;
    height: 1vw;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_ttl h4 {
    font-size: min(0.9vw, 18px);
    display: inline-block;
}

.pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_inn {
    padding-left: 3.5vw;
    line-height: 2;
}

.pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_inn_img {
    text-align: center;
    padding-left: 0;
}

.pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_inn img {
    width: 80%;
}

.pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_inn ul li {
    list-style-type: disc;
    color: #00a592;
}

.pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_inn ul li span {
    color: #4d4d4d;
}

.pmvv_sec_box_vision_btn {
    position: relative;
    overflow: hidden;
    width: 43.75vw;
    max-width: 840px;
    height: 14.2vw;
    border-radius: 2.6vw;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.8vw;
}

.pmvv_sec_box_vision_btn::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/subpage/pmvv_sec_box_vision_btn_img.png) no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
}

.pmvv_sec_box_vision_btn:hover::after {
    transform: scale(1.1);
}

.pmvv_sec_box_vision_btn a {
    position: relative;
    z-index: 1;
    height: 100%;
}

.pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_vision_btn p {
    color: white;
    padding-top: 3.6vw;
    font-size: min(1vw, 17px);
}

.pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_vision_btn img {
    padding-top: 5.4vw;
    width: 2.4vw;
}

@media screen and (max-width:768px) {
    .pmvv_sec_inn .pmvv_sec_side-nav {
        display: none;
    }

    .pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_ttl h3 {
        font-size: max(8vw, 30px);
        padding-left: 6.5vw;
    }

    .pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_ttl h4 {
        font-size: max(4vw, 15px);
    }

    .pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_ttl h3::before {
        width: 4vw;
        height: 4vw;
    }

    .pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_inn {
        padding-left: 6.5vw;
    }

    .pmvv_sec_box_vision_btn {
        width: 90vw;
        height: 30vw;
    }

    .pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_vision_btn p {
        font-size: max(4.5vw, 17px);
    }

    .pmvv_sec_inn ul .pmvv_sec_box .pmvv_sec_box_vision_btn img {
        padding-top: 12.5vw;
        width: 8vw;
    }

    .pmvv_sec_inn .pmvv_sec_inn-list {
        margin-bottom: 17.5vw;
    }
}

/* 社長あいさつ************************************************************************ */
.presi_message_sec .aboutus_sec_ttl {
    margin-bottom: 6.25vw;
}

.presi_message_sec_inn {
    display: flex;
    flex-direction: row;
}

.presi_message_sec_inn .presi_message_sec_inn_txt p {
    font-size: min(0.9vw, 17px);
    line-height: 2;
    margin-bottom: 3.645vw;
    margin-right: 2.6vw;
}

.presi_message_sec_inn .presi_message_sec_inn_img figure {
    width: 24vw;
    text-align: end;
}

.presi_message_sec_inn .presi_message_sec_inn_img figure img {
    width: 100%;
    border-radius: 2.6vw;
}

.presi_message_sec_inn .presi_message_sec_inn_img figure figcaption {
    font-size: min(1.3vw, 25px);
    line-height: 1.5;
}

.presi_message_sec_inn .presi_message_sec_inn_img figure figcaption span {
    font-size: min(0.9vw, 17px);
}

@media screen and (max-width:768px) {
    .presi_message_sec_inn {
        flex-direction: column;
    }

    .presi_message_sec_inn .presi_message_sec_inn_txt p {
        font-size: max(4vw, 15px);
        margin-right: 0;
    }

    .presi_message_sec_inn .presi_message_sec_inn_img figure {
        width: 73vw;
        margin-left: auto;
        margin-right: auto;
    }

    .presi_message_sec_inn .presi_message_sec_inn_img figure figcaption {
        font-size: max(6vw, 25px);
    }

    .presi_message_sec_inn .presi_message_sec_inn_img figure figcaption span {
        font-size: max(4vw, 15px);
    }
}

/* 会社概要************************************************************************ */
.company_article {
    position: relative;
    width: 100vw;
    overflow-x: hidden;
}

.company_sec_back_img {
    position: absolute;
    width: 40vw;
    left: -5vw;
    bottom: 0;
}

.company_sec_back_img img {
    width: 100%;
}

.company_sec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.company_sec_inn table {
    line-height: 2;
    margin-top: 3.2vw;
}

.company_sec_inn table {
    font-size: min(0.9vw, 17px);
}

.company_sec_inn th {
    text-align: left;
    border-bottom: 1px solid #00a592;
    padding-left: 1.35vw;
    padding-right: 2vw;
    padding-top: 1.35vw;
    padding-bottom: 1.35vw;
}

.company_sec_inn td {
    border-bottom: 1px solid #4d4d4d;
    padding-left: 2vw;
    padding-right: 1.35vw;
    padding-top: 1.35vw;
    padding-bottom: 1.35vw;
}

.company_sec_inn td span a {
    background-color: #00a592;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width:768px) {
    .company_sec_back_img {
        display: none;
    }

    .company_sec {
        flex-direction: column;
    }

    .company_sec_inn table {
        font-size: max(4vw, 15px);
    }
}

/* 沿革************************************************************************ */
.history_article {
    position: relative;
    width: 100vw;
    overflow-x: hidden;
}

.history_sec_back_img {
    position: absolute;
    width: 44vw;
    right: -20vw;
    bottom: 5.25vw;
}

.history_sec_back_img img {
    width: 100%;
}

.history_sec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.history_sec_inn {
    margin-bottom: 5.25vw;
}

.history_sec_inn table {
    margin-top: 3.2vw;
}

.history_sec_inn th {
    position: relative;
    text-align: left;
    color: #00a592;
    font-size: min(1.875vw, 36px);
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    padding-left: 3vw;
    padding-right: 2vw;
}

.history_sec_inn th::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 4.85vw;
    background-color: #00a592;
    top: 50%;
    left: 1.5vw;
}

.history_sec_inn .history_sec-last_year th::before {
    background-color: #00a59200;
}

.history_sec_inn th::after {
    position: absolute;
    content: '';
    width: 1vw;
    height: 1vw;
    background-color: #00a592;
    top: 40%;
    left: calc(1vw + 1px);
    border-radius: 300px;
}

.history_sec_inn td {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    padding-left: 5px;
    padding-right: 5px;
    font-size: min(0.9vw, 17px);
}

@media screen and (max-width:768px) {
    .history_sec_back_img {
        display: none;
    }

    .history_sec {
        flex-direction: column;
    }

    .history_sec_inn th {
        font-size: max(6vw, 25px);
        vertical-align: middle;
        height: 16vw;
    }

    .history_sec_inn td {
        font-size: max(4vw, 15px);
        vertical-align: middle;
        height: 16vw;
    }

    .history_sec_inn th::before {
        height: 16vw;
        left: 0;
    }

    .history_sec_inn th::after {
        width: 3vw;
        height: 3vw;
        left: calc(-1.5vw + 1px);
    }
    .history_sec_inn .history_sec-last_year td{
        font-size: max(3.5vw, 12px);
    }
}