<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

section ul {
  	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}

/*------------------------------
program-section
------------------------------*/
.topic-title span {
    font-size: 70%;
}
/*------------------------------
program-section min-width: 769px
------------------------------*/
@media screen and (min-width: 769px) {
    .topic-title {
        margin-bottom: 0.5em;
    }
    .topic-title span {
        font-size: 100%;
    }
    .training {
        margin-bottom: 60px;
    }
    .training .block {
        margin-bottom: 40px;
    }
    .career-development {
        margin-bottom: 30px;
    }
}


/*------------------------------
KT、KMX、KID共通css
------------------------------*/

/*------------------------------
compensation-and-benefits-section
------------------------------*/
.theme-KT #compensation-and-benefits-section .section-title,
.theme-KMX #compensation-and-benefits-section .section-title,
.theme-KID #compensation-and-benefits-section .section-title {
    text-align: left;
}
.theme-KT #compensation-and-benefits-section .container h5,
.theme-KMX #compensation-and-benefits-section .container h5,
.theme-KID #compensation-and-benefits-section .container h5 {
    color: #e30712;
    margin: 5px 0 12px 0;
    font-weight: bold;
}
.theme-KT #compensation-and-benefits-section .container dl,
.theme-KMX #compensation-and-benefits-section .container dl,
.theme-KID #compensation-and-benefits-section .container dl {
    background: #f0efea;
    margin: 0 0 15px 4px;
    padding: 25px 20px;
}
.theme-KT #compensation-and-benefits-section .container dl dt,
.theme-KMX #compensation-and-benefits-section .container dl dt,
.theme-KID #compensation-and-benefits-section .container dl dt {
    font-weight: bold;
    border-left: solid 18px #e30712;
    padding: 0 0 0 6px;
    margin: 0 0 8px -24px;
    line-height: 1.1;
}
.theme-KT #compensation-and-benefits-section .container dl dd,
.theme-KMX #compensation-and-benefits-section .container dl dd,
.theme-KID #compensation-and-benefits-section .container dl dd {
    line-height: 1.1;
}
.theme-KT #compensation-and-benefits-section .container,
.theme-KMX #compensation-and-benefits-section .container,
.theme-KID #compensation-and-benefits-section .container {
    position: relative;
}
.theme-KT #compensation-and-benefits-section .container:not(:last-child),
.theme-KMX #compensation-and-benefits-section .container:not(:last-child),
.theme-KID #compensation-and-benefits-section .container:not(:last-child) {
    margin-bottom: 100px;
}
.theme-KT #compensation-and-benefits-section .container:not(:last-child):after,
.theme-KMX #compensation-and-benefits-section .container:not(:last-child):after,
.theme-KID #compensation-and-benefits-section .container:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    border-width: 45px;
    border-style: solid;
    bottom: -150px;
    left: 50%;
    border-color: #f7b4b7 transparent transparent transparent;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.theme-KT #compensation-and-benefits-section .container .box .img,
.theme-KMX #compensation-and-benefits-section .container .box .img,
.theme-KID #compensation-and-benefits-section .container .box .img {
    margin-bottom: 10px;
}

.theme-KT #compensation-and-benefits-section .sales-training-program,
.theme-KMX #compensation-and-benefits-section .sales-training-program,
.theme-KID #compensation-and-benefits-section .sales-training-program {
    padding-top: 40px;
}

@media screen and (min-width: 769px) {
    .theme-KT #compensation-and-benefits-section .container .box .img,
    .theme-KMX #compensation-and-benefits-section .container .box .img,
    .theme-KID #compensation-and-benefits-section .container .box .img {
        float: right;
        width: 40%;
    }
    .theme-KT #compensation-and-benefits-section .container .box .txt,
    .theme-KMX #compensation-and-benefits-section .container .box .txt,
    .theme-KID #compensation-and-benefits-section .container .box .txt {
        float: left;
        width: 57%;
    }
}

/*------------------------------
corporate-training-program-section
------------------------------*/
.theme-KT #corporate-training-program-section .container .box .img,
.theme-KMX #corporate-training-program-section .container .box .img,
.theme-KID #corporate-training-program-section .container .box .img {
    margin-bottom: 10px;
}

.theme-KT #corporate-training-program-section .container .benefits-table .table-caption,
.theme-KMX #corporate-training-program-section .container .benefits-table .table-caption,
.theme-KID #corporate-training-program-section .container .benefits-table .table-caption {
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
}
.theme-KT #corporate-training-program-section .container .benefits-table,
.theme-KMX #corporate-training-program-section .container .benefits-table,
.theme-KID #corporate-training-program-section .container .benefits-table {
    margin-bottom: 30px;
}
.theme-KT #corporate-training-program-section .container .color-red,
.theme-KMX #corporate-training-program-section .container .color-red,
.theme-KID #corporate-training-program-section .container .color-red {
    color: #e30712;
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    .theme-KT #corporate-training-program-section .container .box .img,
    .theme-KMX #corporate-training-program-section .container .box .img,
    .theme-KID #corporate-training-program-section .container .box .img {
        float: left;
        width: 40%;
    }
    .theme-KT #corporate-training-program-section .container .box .txt,
    .theme-KMX #corporate-training-program-section .container .box .txt,
    .theme-KID #corporate-training-program-section .container .box .txt {
        float: right;
        width: 57%;
    }
}</pre></body></html>