@charset "UTF-8";

/*------------------------------------------------------------------
  HEADER
------------------------------------------------------------------*/

.gNav {
    padding-top: 78px;
    color: #8d8d8d;
}

.gNav ul li {
    display: inline;
    margin-right: 20px;
    font-weight: bold;
    font-size: 18px;
}

.gNav.of-primary {
    padding-top: 85px;
}

.gNav.of-primary ul {
    margin-top: -8px;
    margin-right: -32px;
}

@media screen and (max-width: 767px) {
    .gNav.of-primary ul {
        margin-top: 0;
        margin-right: 0;
    }
}

.gNav.of-primary ul li {
    display: inline-flex;
    margin-top: 8px;
    margin-right: 32px;
}

@media screen and (max-width: 767px) {
    .gNav.of-primary ul li {
        margin-right: 0;
    }
}

.gNav ul li a:link {
    color: #757575;
    text-decoration: none;
    transition: all 0.5s;
}

.gNav ul li a:visited {
    color: #8d8d8d;
    text-decoration: none;
}

.gNav ul li a:hover,
.gNav ul li a:focus {
    color: #D11E37;
    text-decoration: none;
    transition: all 0.5s;
}

.gNav ul li a:active {
    color: #8d8d8d;
    text-decoration: none;
}

.gNav ul li .ss-buttonConversion {
    justify-content: center;
    min-width: 78px;
    padding: 8px 24px;
}

@media screen and (max-width: 767px) {
    .gNav ul li .ss-buttonConversion {
        justify-content: inherit;
        max-width: 100%;
        padding: 0;
        background-color: inherit;
    }
}

@media screen and (max-width: 767px) {
    .gNav ul li .ss-buttonConversion:hover {
        opacity: 1;
    }
}

.gNav ul li .ss-buttonConversion-text {
    font-size: 18px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .gNav ul li .ss-buttonConversion-text {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .gNav ul li .ss-buttonConversion-text {
        color: #000;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: .1rem;
        line-height: 1.1;
        text-decoration: none;
    }
}

@media screen and (min-width: 768px) {
    .gNav {
        display: block !important;
    }
}

/*------------------------------------------------------------------
  TABLET
------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 999px) {
    /*------------------------------------------------------------------
  HEADER
------------------------------------------------------------------*/
    .gNav {
        padding: 78px 0 0 10px;
    }
    .gNav ul li {
        display: inline;
        margin-right: 10px;
        font-size: 12px;
    }
    .gNav ul li a:link {
        color: #757575;
        text-decoration: none;
        transition: all 0.5s;
    }
    .gNav ul li a:visited {
        color: #8d8d8d;
        text-decoration: none;
    }
    .gNav ul li a:hover,
    .gNav ul li a:focus {
        color: #D11E37;
        text-decoration: none;
        transition: all 0.5s;
    }
    .gNav ul li a:active {
        color: #8d8d8d;
        text-decoration: none;
    }
}

/*------------------------------------------------------------------
  SP
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .spNone {
        display: none;
    }
    .pcNone {
        display: block;
    }
    .gNav {
        display: none;
        z-index: 20;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 75px);
        padding-top: 75px;
        overflow: auto;
        background-color: rgba(255, 255, 255, 0.95);
        color: #8d8d8d;
    }
    .gNav ul {
        padding: 0 12px;
    }
    .gNav ul li {
        display: block;
        margin: 0 0 24px 0;
    }
    .gNav ul li.spNone {
        display: none;
    }
    .gNav ul li a {
        color: #000;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: .1rem;
        line-height: 1.1;
        text-decoration: none;
    }
    .gNav ul li#spMenuLogo {
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }
    .gNav ul li#spMenuSiteDescription {
        width: 100%;
        margin-top: 6px;
        margin-bottom: 58px;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
        color: #000;
        font-size: 18px;
        text-align: center;
    }
    .gNav ul li #spHeaderBtnApply {
        padding: 12px 0 10px;
    }
    .gNav ul li #spHeaderBtnApply a {
        display: block;
        width: 228px;
        padding: 25px 10px;
        background-color: #D11E37;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: .1rem;
        text-align: center;
        text-decoration: none;
    }
}

.ss-layout-main {
    word-wrap: break-word;
    display: block;
    color: #121212;
    font-size: 18px;
    line-height: 1.7;
    word-break: break-word;
    overflow-wrap: anywhere;
}

#main.ss-layout-main {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .ss-layout-main {
        padding-top: 58px;
        font-size: 16px;
        line-height: 1.625;
    }
}

.ss-layout-main * {
    box-sizing: border-box;
}

.ss-layout-main *::before, .ss-layout-main *::after {
    box-sizing: border-box;
}

.ss-layout-main p {
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
    .ss-layout-main p {
        margin-bottom: 18px;
    }
}

.ss-layout-main b,
.ss-layout-main em,
.ss-layout-main strong {
    font-weight: bold;
}

.ss-layout-main a:link {
    color: #d11e37;
    text-decoration: none;
}

.ss-layout-main a:hover, .ss-layout-main a:focus, .ss-layout-main a:active {
    color: #d11e37;
    text-decoration: underline;
}

.ss-layout-main a:visited {
    color: #d11e37;
    text-decoration: none;
}

.ss-layout-main img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.ss-section {
    overflow: hidden;
    background: #fff;
}

.ss-section:first-child .ss-section-content {
    padding-top: 20px;
}

.ss-section.of-primary {
    background: #ebebeb;
}

.ss-section.of-secondary {
    background: #4e4e4e;
}

.ss-section.of-presentation .ss-section-content {
    padding-top: 0;
}

.ss-section.of-fontColor-primary {
    color: #fff;
}

.ss-jumbotron-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 0;
}

@media screen and (max-width: 999px) {
    .ss-jumbotron-content {
        padding: 60px 10px 40px;
    }
}

@media screen and (max-width: 767px) {
    .ss-jumbotron-content {
        padding: 48px 20px 40px;
    }
}

.ss-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.ss-section-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 0;
}

@media screen and (max-width: 999px) {
    .ss-section-content {
        padding: 40px 10px 40px;
    }
}

@media screen and (max-width: 767px) {
    .ss-section-content {
        padding: 24px 20px 40px;
    }
}

.ss-section-content > *:last-child {
    margin-bottom: 0;
}

.ss-section-body {
    padding-right: 60px;
    padding-left: 60px;
}

@media screen and (max-width: 767px) {
    .ss-section-body {
        padding-right: 0;
        padding-left: 0;
    }
}

.ss-section-body > *:last-child {
    margin-bottom: 0;
}

.ss-section-body.of-width-full {
    padding-right: 0;
    padding-left: 0;
}

.ss-section-header {
    padding: 20px 0 64px;
}

@media screen and (max-width: 767px) {
    .ss-section-header {
        padding: 40px 0 0;
    }
}

.ss-section-header > *:last-child {
    margin-bottom: 0 !important;
}

.ss-jumbotron-title {
    margin-bottom: 16px;
    color: #ce1c35;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 999px) {
    .ss-jumbotron-title {
        font-size: calc(36vw * 100 / 999);
    }
}

@media screen and (max-width: 767px) {
    .ss-jumbotron-title {
        font-size: 26px;
    }
}

.ss-headingLevel2 {
    position: relative;
    margin-bottom: 40px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
}

@media screen and (max-width: 1100px) {
    .ss-headingLevel2 {
        padding-left: 60px;
    }
}

@media screen and (max-width: 767px) {
    .ss-headingLevel2 {
        margin-bottom: 24px;
        padding-left: 0;
        font-size: 22px;
    }
}

.ss-headingLevel2::before {
    display: block;
    position: absolute;
    top: 0.5em;
    left: -60px;
    width: 40px;
    height: 2px;
    background: #d0d0d0;
    content: "";
}

@media screen and (max-width: 1100px) {
    .ss-headingLevel2::before {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .ss-headingLevel2::before {
        left: -13px;
        width: 8px;
    }
}

.ss-headingLevel2.of-primary {
    color: inherit;
}

.ss-textContact {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.66;
}

@media screen and (max-width: 767px) {
    .ss-textContact {
        font-size: 16px;
    }
}

.ss-textContact[class*="of-icon-"] {
    position: relative;
    padding-left: 56px;
}

.ss-textContact[class*="of-icon-"]::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    content: "";
}

.ss-textLink {
    color: inherit !important;
    text-decoration: underline !important;

}

.ss-media {
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .ss-media {
        flex-direction: column-reverse;
    }
}

.ss-mediaDescription {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 767px) {
    .ss-mediaDescription {
        flex-direction: column;
    }
}

.ss-mediaDescription-body {
    flex: 1;
    padding-right: 28px;
}

.ss-mediaDescription-body > *:last-child {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .ss-mediaDescription-body {
        flex: none;
        padding: 0 0 24px;
    }
}

.ss-mediaDescription-text {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .ss-mediaDescription-text {
        margin-bottom: 16px;
        font-size: 16px;
    }
}

.ss-mediaDescription-image {
    width: 476px;
    min-height: 0%;
}

@media screen and (max-width: 999px) {
    .ss-mediaDescription-image {
        width: calc(476vw * 100 / 999);
    }
}

@media screen and (max-width: 767px) {
    .ss-mediaDescription-image {
        width: 100%;
        text-align: center;
    }
}

.ss-jumbotron-image {
    margin-bottom: 24px;
}

.ss-figure {
    width: 100%;
    max-width: 980px;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .ss-figure {
        margin-bottom: 24px;
    }
}

.ss-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 40px -20px;
}

.ss-listButton.of-primary {
    margin-top: 0;
}

.ss-listButton.of-secondary {
    margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
    .ss-listButton.of-secondary {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .ss-listButton {
        margin: 14px 0 24px -30px;
    }
}

.ss-listButton > li {
    margin-top: 20px;
    padding-left: 30px;
}

@media screen and (max-width: 640px) {
    .ss-listButton > li {
        width: 100%;
        margin-top: 14px;
    }
}

.ss-listInformation {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .ss-listInformation {
        margin-bottom: 30px;
    }
}

.ss-listInformation :nth-last-child(2) {
    margin-bottom: 0 !important;
}

.ss-listInformation > dt {
    width: 180px;
    padding-right: 24px;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .ss-listInformation > dt {
        width: 100%;
        font-size: 18px;
    }
}

.ss-listInformation > dd {
    width: calc(100% - 180px);
    margin-bottom: 16px;
}

.ss-listInformation > dd:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .ss-listInformation > dd {
        width: 100%;
        margin-bottom: 14px;
    }
    .ss-listInformation > dd:last-child {
        margin-bottom: 0;
    }
}

.ss-listNumber {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    counter-reset: number;
}

.ss-listNumber > li {
    position: relative;
    counter-increment: number;
}

.ss-listNumber > li:last-child {
    margin-bottom: 0;
}

.ss-listNumber.of-numbering :last-child {
    margin-bottom: 0;
}

.ss-listNumber.of-numbering > li {
    margin-bottom: 26px;
    padding-left: 28px;
}

.ss-listNumber.of-numbering > li::before {
    display: block;
    position: absolute;
    top: 0;
    right: calc(100% - 22px);
    font-weight: bold;
    content: counter(number) ". ";
}

@media screen and (max-width: 767px) {
    .ss-listNumber.of-numbering > li {
        font-size: 18px;
        margin-bottom: 18px;
    }
}

.ss-buttonConversion {
    display: inline-flex;
    align-items: center;
    min-width: 310px;
    padding: 20px 15px;
    background: #dd0b28;
    line-height: 1.2;
    opacity: 1;
    transition: opacity 0.3s;
}

.ss-buttonConversion:hover, .ss-buttonConversion:focus {
    background: #dd0b28;
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .ss-buttonConversion {
        min-width: calc(248vw * 100 / 360);
        padding: 15px;
    }
}

.ss-buttonConversion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 15px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.ss-buttonConversion-text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .ss-buttonConversion-text {
        font-size: 18px;
    }
}

.ss-buttonConversion.of-primary {
    background: #217346;
}

.ss-buttonConversion.of-primary .ss-buttonConversion-icon {
    font-size: 30px;
}

.ss-buttonConversion.of-secondary {
    position: relative;
    justify-content: center;
    padding: 22px 40px 24px;
}

.ss-buttonConversion.of-secondary::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    border-width: 7px 11px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

@media screen and (max-width: 767px) {
    .ss-buttonConversion.of-secondary {
        margin: 0 auto;
        padding: 20px 40px 20px;
    }
}

.ss-buttonConversion.of-secondary .ss-buttonConversion-text {
    margin-left: 16px;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .ss-buttonConversion.of-secondary .ss-buttonConversion-text {
        font-size: 20px;
    }
}

.ss-utility-textAlign-center {
    text-align: center;
}

.ss-utility-justifyContent-center {
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .ss-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .ss-largeScreen-textAlign-center {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .ss-smallScreen-line-break {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .ss-largeScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .ss-smallScreen-anchorPosition-primary {
        padding-top: 44px;
    }
}

.ss-buttonConversion.of-header {
    display: none;
}

@media screen and (max-width: 767px) {
    .ss-buttonConversion.of-header {
        display: block;
        z-index: 100;
        position: absolute;
        top: 0;
        right: 0;
        min-width: 56px;
        max-width: 56px;
        padding: 14px 16px;
        text-align: center;
        text-decoration: none;
    }
    .ss-buttonConversion.of-header .ss-buttonConversion-text {
        font-size: 13px;
    }
}

.ss-listInformation dt[class*="of-icon-"] {
    position: relative;
    padding-left: 50px;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .ss-listInformation dt[class*="of-icon-"] {
        padding-left: 40px;
        margin-bottom: 6px;
    }
}

.ss-listInformation dt[class*="of-icon-"]::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    content: "";
}

.ss-listInformation dt.of-icon-date::before {
    background: url("../../../img/ss/careers/ss_careers_online-webinar_icon_01.png") no-repeat center;
}

.ss-listInformation dt.of-icon-time::before {
    background: url("../../../img/ss/careers/ss_careers_online-webinar_icon_02.png") no-repeat center;
}

.ss-listInformation dt.of-icon-location::before {
    background: url("../../../img/ss/careers/ss_careers_online-webinar_icon_03.png") no-repeat center;
}

@media screen and (max-width: 767px) {
    .ss-listInformation dt.of-icon-date::before {
        background-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .ss-listInformation dt.of-icon-time::before {
        background-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .ss-listInformation dt.of-icon-location::before {
        background-size: 26px;
    }
}

.ss-utility-fontWeight-semibold {
    font-weight: 600;
}
