@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;
    }
}


/*------------------------------
theme KT
------------------------------*/
/*------------------------------
compensation-and-benefits-section
------------------------------*/
.theme-KT #compensation-and-benefits-section .section-title {
    text-align: left;
}
.theme-KT #compensation-and-benefits-section .container h5 {
    color: #e30712;
    margin: 5px 0 12px 0;
    font-weight: bold;
}
.theme-KT #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 {
    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 {
    line-height: 1.1;
}
.theme-KT #compensation-and-benefits-section .container {
    position: relative;
}
.theme-KT #compensation-and-benefits-section .container:not(:last-child) {
    margin-bottom: 100px;
}
.theme-KT #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 {
    margin-bottom: 10px;
}

.theme-KT #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 {
        float: right;
        width: 40%;
    }
    .theme-KT #compensation-and-benefits-section .container .box .txt {
        float: left;
        width: 57%;
    }
}

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

.theme-KT #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 {
    margin-bottom: 30px;
}
.theme-KT #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 {
        float: left;
        width: 40%;
    }
    .theme-KT #corporate-training-program-section .container .box .txt {
        float: right;
        width: 57%;
    }
}

/*------------------------------
theme KA KD KF
------------------------------*/
.theme-KA .num-list,
.theme-KU .num-list,
.theme-KIB .num-list,
.theme-KF .num-list,
.theme-KD .num-list {
    padding-left: 0;
    font-size: 16px; /* for IE */
    font-size: 1.6rem;
}
.theme-KA .num-list li,
.theme-KU .num-list li,
.theme-KIB .num-list li,
.theme-KF .num-list li,
.theme-KD .num-list li {
    position: relative;
    text-indent: -25px;
    padding-left: 25px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #efefef;
    list-style: none;
    line-height: 1.5;
}
.theme-KA .num-list li .bld,
.theme-KU .num-list li .bld,
.theme-KIB .num-list li .bld,
.theme-KF .num-list li .bld,
.theme-KD .num-list li .bld {
    /*display: inline-block;*/
    margin-right: 5px;
    font-weight: bold;
    /*color: #e10012;*/
}
@media screen and (min-width: 769px) {
    .theme-KA .num-list,
    .theme-KU .num-list,
    .theme-KIB .num-list,
    .theme-KF .num-list,
    .theme-KD .num-list {
        padding-left: 0;
        font-size: 20px; /* for IE */
        font-size: 2rem;
    }
    .theme-KA .num-list li,
    .theme-KU .num-list li,
    .theme-KIB .num-list li,
    .theme-KF .num-list li,
    .theme-KD .num-list li {
        position: relative;
        margin-bottom: 7px;
        padding-bottom: 7px;
        border-bottom: 2px solid #efefef;
        list-style: none;
    }
    .theme-KA .num-list li .bld,
    .theme-KU .num-list li .bld,
    .theme-KIB .num-list li .bld,
    .theme-KF .num-list li .bld,
    .theme-KD .num-list li .bld {
        /*display: inline-block;*/
        margin-right: 7px;
        font-weight: bold;
        /*color: #e10012;*/
    }
}

/*------------------------------
recruiter-message-section
------------------------------*/
.recruiter-message {
    text-align: center;
}
.recruiter-message-title {
    margin-bottom: 20px;
    color: #e10012;
    font-size: 2.4rem;
    font-weight: 900;
}
.recruiter-message p {
    margin-bottom: 1.5em;
    font-size: 1.6rem;
    line-height: 2.5;
}
/*------------------------------
recruiter-message-section min-width: 769px
------------------------------*/
@media screen and (min-width: 769px) {
  .recruiter-message-title  {
        margin-bottom: 30px;
        font-size: 3rem;
    }
}

/*------------------------------
recruitment-section
------------------------------*/
.box-block {
    text-align: center;
}
.box-block > .block {
    display: inline-block;
    vertical-align: top;
}
.recruitment-btn-block {
    text-align: center;
}
.btn-recruitment {
    display: inline-block;
    width: 90%;
    padding: 12px;
    margin: 10px 0;
    color: #fff;
    background: #e10012;
    font-size: 2rem;
    font-weight: 900;
}
.btn-recruitment:hover {
    opacity: 0.7;
}
/*------------------------------
recruitment-section min-width: 769px
------------------------------*/
@media screen and (min-width: 769px) {
    .box-block > div {
        width: 37.5%;
        margin: 0 2%;
    }
    .box {
        width: 100%;
        margin-bottom: 0;
    }
    .btn-recruitment {
        width: 40%;
        padding: 20px;
        margin: 0 1%;
    }
}

/*------------------------------
faq-section
------------------------------*/
.faq-list {
    margin-bottom: 60px;
}
.faq-list > li {
    border-bottom: 1px solid #eee;
}
.faq-list > li:first-of-type {
    border-top: 1px solid #eee;
}
.question-check {
    display: none;
}
.question-label {
    display: block;
    position: relative;
    padding: 10px;
    font-size: 2rem;
    cursor: pointer;
}
.question-label span {
    display: inline-block;
    padding: 0 1em 0 1.5em;
}
.question-label:hover {
    background: #eee;
}
.question-label:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 5px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../../../img/ss/careers/ss_careers_recruitment_q_icon.png) no-repeat left center;
    background-size: 30px 30px;
    vertical-align: middle;
}
.question-label:after {
    position: absolute;
    top: 8px;
    right: 5px;
    content: url("../../../img/ss/careers/ss_careers_recruitment_q_icon_plus.png");
}
.question-check:checked + .question-label {
    background: #eee;
}
.question-check:checked + .question-label:after {
    content: url("../../../img/ss/careers/ss_careers_recruitment_q_icon_minus.png");
}
.question-check:checked + .question-label + .answer {
    visibility: visible;
    max-height: 10em;
    padding: 20px 10px 30px;
    opacity: 1;
}
#question0:checked + .question-label + .answer {
    max-height: inherit;
}
.answer {
    display: block;
    visibility: hidden;
    max-height: 0;
    padding: 0 10px;
    opacity: 0;
    transition: all .5s ease;
}
.recruitment-table ul {
    padding-left: 1em;
    padding-right: 1em;
}
.recruitment-table li {
    list-style: disc;
}
.answer-contact-list dt {
    float: left;
    clear: left;
    font-weight: normal;
}
.answer-contact-list dd {
    margin-left: 3em;
}

@media screen and (max-width: 769px) {
#recruiter-message-section .section-title {
    margin: 0 0 40px;
}
.recruiter-message.contents {
    margin-bottom: 0;
}
#recruitment-section .section-title {
    margin: 0 0 40px;
}
#faq-section .section-title {
    margin: 0 0 40px;
}
}

/*------------------------------
theme KT
------------------------------*/
/*------------------------------
faq-section
------------------------------*/
.theme-KT #faq-section {
    padding-top: 50px;
    word-break: break-word;
}
.theme-KT #question1:checked + .question-label + .answer,
.theme-KT #question2:checked + .question-label + .answer,
.theme-KT #question3:checked + .question-label + .answer,
.theme-KT #question4:checked + .question-label + .answer,
.theme-KT #question5:checked + .question-label + .answer,
.theme-KT #question6:checked + .question-label + .answer,
.theme-KT #question7:checked + .question-label + .answer,
.theme-KT #question8:checked + .question-label + .answer,
.theme-KT #question9:checked + .question-label + .answer,
.theme-KT #question10:checked + .question-label + .answer,
.theme-KT #question11:checked + .question-label + .answer,
.theme-KT #question12:checked + .question-label + .answer,
.theme-KT #question13:checked + .question-label + .answer,
.theme-KT #question14:checked + .question-label + .answer,
.theme-KT #question15:checked + .question-label + .answer {
    max-height: inherit;
}
.theme-KT .question-label {
    font-size: 1.6rem;
}
.theme-KT .question-label span{
    padding: 9px 2em 0 2.2em;
    line-height: 1.4;
}
.theme-KT .question-label:after {
    top: 8px;
    transform: translateY(0);
}
/*------------------------------
faq-section min-width: 769px
------------------------------*/
@media screen and (min-width: 769px) {
    .theme-KT .question-label {
        font-size: 2rem;
        padding-top: 6px;
    }

    .theme-KT .question-label:after {
        top: 50%;
        transform: translateY(-50%);
    }
}
/*------------------------------
faq-text
------------------------------*/
.theme-KT .faq-text {
    margin-bottom: 15px;
    line-height: 1.8;
}
.theme-KT .faq-text:last-child {
    margin-bottom: 0;
}

/*------------------------------
career-and-benefits
------------------------------*/
.theme-KT #career-and-benefits-section {
    padding-top: 50px;
}


/*------------------------------
theme KA KD
------------------------------*/
/*------------------------------
recruitment-section min-width: 769px
------------------------------*/
@media screen and (min-width: 769px) {
    .theme-KA .contents,
    .theme-KU .contents,
    .theme-KIB .contents,
    .theme-KF .contents,
    .theme-KD .contents {
        margin-bottom: 0;
    }
    .theme-KA .block,
    .theme-KU .block,
    .theme-KIB .block,
    .theme-KF .block,
    .theme-KD .block {
        margin-bottom: 0;
    }
    .theme-KA .box ,
    .theme-KU .box ,
    .theme-KIB .box ,
    .theme-KF .box ,
    .theme-KD .box  {
        margin-bottom: 30px;
    }
}
