@charset "utf-8";
/* CSS Document */

/*------------------------------
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;
}
.job-list {
    list-style-type: disc;
    margin-bottom: 30px;
    padding-left: 1em;
	list-style-position: outside;
}
.job-list.number{
    list-style-type: number;
}
.job-list.mb0{
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.notice-red {
    color: #e10012;
}

/*------------------------------
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: 100em;
    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;
}
.answer ol.list-decimal li {
    list-style: decimal;
    margin-left: 1em;
}

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

/*------------------------------
KT（タイ）サイト用css
------------------------------*/

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

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

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

/*------------------------------
sp-phone-call
------------------------------*/
@media screen and (min-width: 769px) {
  .sp-phone-call {
    pointer-events: none;
  }
}
