
/*****新入社員研修スケジュール*****/
/*タイトル設定*/
.title_area {
    padding: 53px 0 50px;
}
h4.en_title{
    font-size: 20px;
    font-weight: bold;
    color: #9B9B9B;
}
h5.ja_title {
    font-size: 34px;
    font-weight: bold;
    color: #27B8DA;
    position: relative;
    padding: 14px 0 20px;
}
.title_area p {
    font-size: 16px;
    font-weight: bold;
    color: #001317;
    line-height: 2;
}
div.bg {
    background-color: #F8F8F8;
    width: 1080px;
    margin: 0 auto;
}
div.bg > .g-line {
    height: 2px;
}
div.content {
    width: 100%;
    padding-bottom: 70px;
}
/*研修スケジュール画像*/
div.content > img {
    display: block;
    width: 804px;
    height: auto;
    margin: 0 auto;
    /*padding-bottom: 55px;*/
}
/*研修・イベント内容*/
div.content > ol {
    max-width: 804px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
div.content > ol li {
    width: 252px;
}
div.content > ol li > img {
    width: 100%;
    height: auto;
    margin-bottom: 22px;
}
div.content > ol li > P:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    color: #27B8DA;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 13px;
} 
div.content > ol li > P:nth-of-type(1)::after {
    content: "";
    border-bottom: 1px solid #27B8DA;
    width: 80px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
div.content > ol li > P:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
    color: #001317;
    line-height: 1.75;
    text-align: justify;
    text-justify: inter-ideograph;
}

/*他にも全社員参加のイベントを通じて社員の共有意識を高めています*/
div.content > p {
    width: 804px;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #27B8DA;
    border-radius: 60px;
    margin: 56px auto 22px;
    padding: 9px 0;
}
/*豊富で多岐に渡る研修であなたの成長をサポートします*/
div.content > p:nth-of-type(1) {
    margin-top: 0;
}

/*****キャリアアップシステム*****/
section.careerup .title_area {
    padding: 122px 0 24px;
}
section.careerup div:nth-of-type(2) {
    width: 764px;
    margin: 0 auto;
    margin-bottom: 171px;
}
section.careerup div img {
    width: 100%;
    height: auto;
}

/*■■■■■■■■■■■■■■sp■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1080px) {
*{}
*{}
/*■■■■■■■■■■■■■■sp■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*****新入社員研修スケジュール*****/
/*タイトル設定*/
.title_area {
    width: 90%;
    padding: 40px 0 30px;
}
h4.en_title{
    font-size: 16px;
}
h5.ja_title {
    line-height: 1.5;
    font-size: 32px;
    padding: 12px 0 20px;
}

div.bg {
    width: 100%;
}
div.content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 21px;
}
div.illust > img {
    width: min(22vw,100%);
    max-width: 120px;
    position: absolute;
    top: 2%;
    right: 8%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*研修スケジュール画像*/
div.content {
    text-align: center;
}
div.content > img {
    width: 100%;
    max-width: 600px;
    padding: 0px 5%;
    /*padding-bottom: 35px;*/
}
/*研修・イベント内容*/
div.content > ol {
    width: 100%;
    display: block;
}
div.content > ol li {
    width: 90%;
    padding: 0px 5%;
    max-width: 600px;
    margin: 0 auto;
}
div.content > ol li > img {
    margin-bottom: 28px;
}
div.content > ol li > P:nth-of-type(1) {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 22px;
} 
div.content > ol li > P:nth-of-type(1)::after {
    width: 120px;
}
div.content > ol li > P:nth-of-type(2) {
    padding-bottom: 40px;
}

div.content > ol:nth-of-type(2) {
    width: 100%;
    max-width: unset;
    margin: unset;
    border-top: 1px solid#27B8DA;
    padding-top: 22px;
}
div.content > ol:nth-of-type(2) li {
    width: 90%;
    padding: 0px 5%;
}

/*他にも全社員参加のイベントを通じて社員の共有意識を高めています*/
div.content > p {
    width: 90%;
    max-width: 600px;
    font-size: 20px;
    border-radius: 10px 10px 0px 0px;
    padding: 15px 0;
    margin: 0px auto;
}
/*豊富で多岐に渡る研修であなたの成長をサポートします*/
div.content > p:nth-of-type(1) {
    margin-bottom: 20px;
    border-radius: 10px 10px 10px 10px;
    padding-left: 10px;
    padding-right: 10px;
}


/*****キャリアアップシステム*****/
section.careerup {
    width: 100%;
    margin: 0 auto;
}
section.careerup .title_area {
    padding: 80px 0 14px;
}
section.careerup div:nth-of-type(2) {
    width: 100%;
    padding: 0 5%;
    max-width: 600px;
    margin-bottom: 96px;
}

/*■■■■■■■■■■■■■■sp■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■sp■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/