/*------------------------------------------------------------
common
------------------------------------------------------------*/

#newgraduate {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #222222;
    overflow: hidden;
    background: #fff;
    position: relative;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
@media (max-width: 767px) {
    #newgraduate {
        font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    }
}

#newgraduate * {
    box-sizing: border-box;
}

#newgraduate a {
    transition: opacity .3s;
}

#newgraduate a[href^="tel:"] {
    display: inline-block;
    transition: none;
}

#newgraduate a:hover {
    text-decoration: none;
}

#newgraduate a:focus-visible {
    outline: none;
}

#newgraduate img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.text:last-of-type {
    margin-bottom: 0;
}

#newgraduate .sp-br{
    display: none;
}

#newgraduate .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}


/*main-banner*/
#newgraduate .main-banner{
    height: 280px;
    background: #003180;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    /*background-image: url("../images/contentBox/attempt/attempt_main_bg_pc.png");*/
    /*background-size: cover;*/
    /*background-position: center;*/
    z-index: 2;
}
#newgraduate .main-banner:before{
    content: "";
    position: absolute;
    background-image: url("../images/contentBox/newgraduate/heading_banner_icon01_pc.png");
    height: 100%;
    width: 26%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: right top;
    z-index: -1;
    max-width: 500px;
}
#newgraduate .main-banner:after{
    content: "";
    position: absolute;
    background-image: url("../images/contentBox/newgraduate/heading_banner_icon02_pc.png");
    height: 100%;
    width: 22.14%;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: left bottom;
    z-index: -1;
    max-width: 425px;
}
#newgraduate .main-banner .headingMain{
    font-size: 48px;
    line-height: 71px;
    font-weight: bold;
    position: relative;
    letter-spacing: 2.4px;
    padding-bottom: 9px;
    z-index: 2;
}
#newgraduate .main-banner .headingMain:before{
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='6' viewBox='0 0 48 6'%3E%3Cline id='Line_81' data-name='Line 81' x2='42' transform='translate(3 3)' fill='none' stroke='%23ff6337' stroke-linecap='round' stroke-width='6' stroke-dasharray='0.5 20'/%3E%3C/svg%3E%0A");
    width: 48px;
    height: 6px;
    background-size: 100%;
    bottom: -3px;
    left: 0;
}


#newgraduate .heading-block{
    position: relative;
    background: #335A99;
    color: #fff;
    font-size: 32px;
    line-height: 47px;
    padding: 16.5px 50px;
    margin-bottom: 43px;
    z-index: 2;
}
#newgraduate .heading-block:before {
    content: "";
    position: absolute;
    background-image: url("../images/contentBox/newgraduate/newgraduate_title_icon01_pc.png");
    height: 100%;
    width: 175px;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: -1;
}
#newgraduate .heading-block:after {
    content: "";
    position: absolute;
    background-image: url("../images/contentBox/newgraduate/newgraduate_title_icon02_pc.png");
    height: 100%;
    width: 175px;
    bottom: 0;
    right: 0;
    background-size: cover;
    z-index: -1;
}
#newgraduate .heading-block > span {
    display: flex;
}
#newgraduate .heading-block > span > span {
    font-size: 22px;
	margin-left: 15px;
}




















/*recruitment-example*/
#newgraduate .recruitment-example{
    padding-top: 150px;
    padding-bottom: 168px;
}
#newgraduate .recruitment-example .description .text{
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 36px;
}
#newgraduate .recruitment-example .description{
    margin-bottom: 80px;
}
#newgraduate .recruitment-example .description .text:last-child{
    margin-bottom: 0;
}
#newgraduate .recruitment-example .recruitmentList{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    /*max-width: 1140px;*/
    margin: auto;
    padding: 0 40px 0 30px;
    column-gap: 40px;
    row-gap: 46px;
}
#newgraduate .recruitment-example .recruitmentItem {
    border: 4px solid #335A99;
    padding: 60px 40px 61px 76px;
    position: relative;
    box-shadow: 10px 10px #335A99;
}
#newgraduate .recruitment-example .recruitmentItem dt{
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 11px;
}
#newgraduate .recruitment-example .recruitmentItem dd{
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 1.2px;
}
#newgraduate .recruitment-example .recruitmentItem dt:after{
    content: "";
    position: absolute;
    width: 20px;
    border-bottom: 2px solid #FF6337;
    top: 12px;
    left: 0;
}
#newgraduate .recruitment-example .recruitmentItem dl{
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}
#newgraduate .recruitment-example .recruitmentItem dl:last-child{
    margin-bottom: 0;
}
#newgraduate .recruitment-example .recruitmentItem .number{
    position: absolute;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 120px;
    line-height: 100px;
    color: #CCD5E6;
    font-weight: bold;
    bottom: 33px;
    right: 15px;
}


/*data*/
#newgraduate .data {
    background: #F0F3F9;
    padding-top: 144px;
    padding-bottom: 118px;
	margin-bottom: 98px;
}
#newgraduate .data .heading-block{
    margin-bottom: 60px;
}
#newgraduate .data .dataList{
    padding: 0 30px;
}
#newgraduate .data .dataItem{
    background: #fff;
    padding: 30px;
    margin-bottom: 39px;
}
#newgraduate .data .dataItem h2.title{
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
}
#newgraduate .data .dataItem.item01 .dataInfo{
    display: flex;
    flex-wrap: wrap;
    column-gap: 68px;
    margin-top: -53px;
    padding-left: 35px;
    padding-bottom: 12px;
}
#newgraduate .data .dataItem.item01 .image-icon{
    width: 30.7%;
    padding-top: 62px;
}
#newgraduate .data .dataItem.item01 .chartData{
    width: 480px;
}

#newgraduate .data .dataItem.item02{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 60px;
    padding-bottom: 44px;
    position: relative;
}
#newgraduate .data .dataItem.item02:before{
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 44px);
    background: #F0F3F9;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}
#newgraduate .data .dataItem.item02 .dataItem-info:nth-child(1){
    padding: 0;
}
#newgraduate .data .dataItem.item02 .dataItem-info:nth-child(1) .chartData{
  text-align: center;
}
#newgraduate .data .dataItem.item02 .dataItem-info:nth-child(2) .chartData{
}
#newgraduate .data .dataItem.item02 h2.title{
    margin-bottom: 49px;
}


#newgraduate .data .dataItem.item03{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
    background: transparent;
    padding: 0;
}
#newgraduate .data .dataItem.item03 .dataItem-info{
    background: #fff;
    padding: 30px;
}
#newgraduate .data .dataItem.item03 .dataItem-info:nth-child(1) .chartData{
  text-align: center;
}
#newgraduate .data .dataItem.item03 .dataItem-info:nth-child(1) h2.title{
    margin-bottom: 58px;
}
#newgraduate .data .dataItem.item03 .dataItem-info:nth-child(2) .chartData{
  text-align: center;
}
#newgraduate .data .dataItem.item03 .dataItem-info:nth-child(2) h2.title{
    margin-bottom: 43px;
}

/* selection-process */
#newgraduate .selection-process{
    padding-top: 140px;
    padding-bottom: 150px;
}
#newgraduate .selection-process .selectionProcess-item{
    border: 2px solid;
    margin-bottom: 68px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#newgraduate .selection-process .selectionProcess-item:after{
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.647' height='13.501' viewBox='0 0 23.647 13.501'%3E%3Cpath id='Path_6194' data-name='Path 6194' d='M948.812,3428.831l9.17,8,8.83-8' transform='translate(-945.99 -3426.006)' fill='none' stroke='%23003180' stroke-linecap='round' stroke-width='4'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 14px;
    background-size: 100%;
    bottom: -43px;
    left: 50%;
    transform: translateX(-50%);
}
#newgraduate .selection-process .selectionProcess-item:last-child:after{
    display: none;
}
#newgraduate .selection-process .selectionProcess-item:last-child{
    margin-bottom: 0;
}
#newgraduate .selection-process .selectionProcess-item .title{
    color: #fff;
    width: 300px;
    padding: 7px 28px 9px;
}
#newgraduate .selection-process .selectionProcess-item .stepInfo{
    width: calc(100% - 300px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 40px 10px 78px;
    font-size: 18px;
    line-height: 32px;
}

#newgraduate .selection-process .selectionProcess-item:nth-child(1){
    border-color: #008BD4;
}
#newgraduate .selection-process .selectionProcess-item:nth-child(1) .title{
    background: #008BD4;
}

#newgraduate .selection-process .selectionProcess-item:nth-child(2){
    border-color: #007FC9;
}
#newgraduate .selection-process .selectionProcess-item:nth-child(2) .title{
    background: #007FC9;
}

#newgraduate .selection-process .selectionProcess-item:nth-child(3){
    border-color: #006EB9;
}
#newgraduate .selection-process .selectionProcess-item:nth-child(3) .title{
    background: #006EB9;
}

#newgraduate .selection-process .selectionProcess-item:nth-child(4){
    border-color: #005AA6;
}
#newgraduate .selection-process .selectionProcess-item:nth-child(4) .title{
    background: #005AA6;
}

#newgraduate .selection-process .selectionProcess-item:nth-child(5){
    border-color: #19459E;
}
#newgraduate .selection-process .selectionProcess-item:nth-child(5) .title{
    background: #19459E;
}

#newgraduate .selection-process .selectionProcess-item:nth-child(6){
    border-color: #003180;
}
#newgraduate .selection-process .selectionProcess-item:nth-child(6) .title{
    background: #003180;
}

#newgraduate .selection-process .selectionProcess-list{
    max-width: 960px;
    margin: auto;
}
#newgraduate .selection-process .heading-block{
    margin-bottom: 60px;
}
#newgraduate .selection-process .selectionProcess-item .ttl-number{
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.2px;
    padding-right: 2px;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    margin-bottom: 11px;
}
#newgraduate .selection-process .selectionProcess-item .ttl-number span{
    font-size: 36px;
    padding-left: 4px;
}
#newgraduate .selection-process .selectionProcess-item .ttl{
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.2px;
}



@media (max-width: 768px) {


    #newgraduate .pc-br{
        display: none;
    }
    #newgraduate .sp-br{
        display: block;
    }
    #newgraduate .inner {
        padding: 0 12px;
    }




    /*main-banner*/
    #newgraduate .main-banner{
        height: 100px;
    }
    #newgraduate .main-banner:before{
        background-image: url("../images/contentBox/newgraduate/heading_banner_icon01_sp.png");
        width: 100px;
    }
    #newgraduate .main-banner:after{
        background-image: url("../images/contentBox/newgraduate/heading_banner_icon02_sp.png");
        width: 100px;
    }
    #newgraduate .main-banner .headingMain{
        font-size: 23px;
        line-height: 34px;
        padding-left: 8px;
        letter-spacing: 1.2px;
        padding-bottom: 4px;
    }
    #newgraduate .main-banner .headingMain:before{
        width: 24px;
        height: 3px;
        background-size: 100%;
        bottom: -2px;
        left: 9px;
    }





    #newgraduate .heading-block{
        font-size: 20px;
        line-height: 28px;
        padding: 17px 25px;
        letter-spacing: 1px;
        margin-bottom: 18px;
        min-height: 90px;
        display: flex;
        align-items: center;
    }
    #newgraduate .heading-block:before {
        background-image: url("../images/contentBox/newgraduate/newgraduate_title_icon01_sp.png");
        height: 100%;
        width: 65px;
    }
    #newgraduate .heading-block:after {
        background-image: url("../images/contentBox/newgraduate/newgraduate_title_icon02_sp.png");
        height: 100%;
        width: 65px;
    }
#newgraduate .heading-block > span {
    display: block;
}
#newgraduate .heading-block > span > span {
	display: block;
    font-size: 14px;
	margin-left: 0;
	letter-spacing: 0;
}

    /*recruitment-job*/
    #newgraduate .recruitment-job{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /*recruitment-example*/
    #newgraduate .recruitment-example {
        padding-top: 75px;
        padding-bottom: 80px;
    }
    #newgraduate .recruitment-example .description .text {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 28px;
    }




    #newgraduate .recruitment-example .recruitmentItem{
        border-width: 2px;
        box-shadow: 6px 6px #335A99;
        padding: 25px 23px 21px 23px;
    }
    #newgraduate .recruitment-example .recruitmentList {
        grid-template-columns: repeat(1,1fr);
        padding: 0 6px 0 0px;
        column-gap: 0px;
        row-gap: 21px;
        max-width: 400px;
        margin: auto;
    }
    #newgraduate .recruitment-example .description {
        margin-bottom: 37px;
    }
    #newgraduate .recruitment-example .recruitmentItem dt {
        font-size: 16px;
        line-height: 24px;
        padding-left: 15px;
        margin-bottom: 6px;
    }
    #newgraduate .recruitment-example .recruitmentItem dd {
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    #newgraduate .recruitment-example .recruitmentItem .recruitment-inner{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 6px;
        row-gap: 23px;
    }
    #newgraduate .recruitment-example .recruitmentItem dt:after {
        width: 10px;
        border-bottom: 1px solid #FF6337;
        top: 11px;
    }
    #newgraduate .recruitment-example .recruitmentItem dl{
        margin-bottom: 0;
    }
    #newgraduate .recruitment-example .recruitmentItem .number {
        font-size: 100px;
        line-height: 80px;
        bottom: 17px;
        right: 23px;
    }


    /*data*/
    #newgraduate .data{
        padding-top: 40px;
        padding-bottom: 40px;
		margin-bottom: 48px;
    }
    #newgraduate .data .data-content{
        max-width: 400px;
        margin: auto;
    }
    #newgraduate .data .dataList{
        padding: 0;
    }
    #newgraduate .data .heading-block {
        margin-bottom: 40px;
    }
    #newgraduate .data .dataItem{
        padding: 25px;
    }
    #newgraduate .data .dataItem.item01 .image-icon{
        width: 100%;
        padding: 0 1px 0 0;
        order: 2;
        z-index: 2;
        text-align: right;
        max-width: 300px;
        margin: -71px auto 0;
    }
    #newgraduate .data .dataItem.item01 .chartData {
        width: 100%;
        order: 1;
    }
    #newgraduate .data .dataItem h2.title {
        font-size: 20px;
        line-height: 28px;
    }
    #newgraduate .data .dataItem.item01 .dataInfo{
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #newgraduate .data .dataItem.item01 h2.title{
        margin-bottom: 22px;
    }
    #newgraduate .data .dataItem.item01{
        padding-bottom: 30px;
        margin-bottom: 25px;
    }

    #newgraduate .data .dataItem.item02 {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        column-gap: 0;
        position: relative;
        row-gap: 52px;
        padding: 25px;
        margin-bottom: 25px;
    }
    #newgraduate .data .dataItem.item02 .dataItem-info:nth-child(1){
        padding: 0;
        text-align: center;
    }
    #newgraduate .data .dataItem.item02 h2.title {
        margin-bottom: 35px;
    }
    #newgraduate .data .dataItem.item02 .dataItem-info:nth-child(2){
        padding: 0;
        text-align: center;
    }
    #newgraduate .data .dataItem.item02 .dataItem-info:nth-child(2) h2.title{
        margin-bottom: 25px;
    }
    #newgraduate .data .dataItem.item02:before{
        display: none;
    }
    #newgraduate .data .dataItem.item02 .dataItem-info:nth-child(1){
        position: relative;
    }
    #newgraduate .data .dataItem.item02 .dataItem-info:nth-child(1):after{
        content: "";
        position: absolute;
        width: calc(100% - 50px);
        left: 25px;
        bottom: -26px;
        border-top: 1px solid #F0F3F9;
    }

    #newgraduate .data .dataItem.item03 {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        column-gap: 0;
        background: transparent;
        padding: 0;
        row-gap: 25px;
        margin-bottom: 0;
    }
    #newgraduate .data .dataItem.item03 .dataItem-info:nth-child(1) {
        padding: 25px;
    }
    #newgraduate .data .dataItem.item03 .dataItem-info:nth-child(1) .dataInfo{
        text-align: center;
        padding-left: 26px;
    }
    #newgraduate .data .dataItem.item03 .dataItem-info:nth-child(1) h2.title {
        margin-bottom: 31px;
    }
    #newgraduate .data .dataItem.item03 .dataItem-info:nth-child(2) .dataInfo{
        max-width: 100%;
        text-align: center;
    }
    #newgraduate .data .dataItem.item03 .dataItem-info:nth-child(2) h2.title {
        margin-bottom: 26px;
    }
    #newgraduate .data .dataItem.item03 .dataItem-info{
        padding: 26px 26px 22px;
    }


    /*selection-process*/
    #newgraduate .selection-process {
        padding-top: 75px;
        padding-bottom: 80px;
    }
    #newgraduate .selection-process .selectionProcess-list {
        max-width: 450px;
        margin: auto;
        padding: 0 25px;
    }
    #newgraduate .selection-process .heading-block {
        margin-bottom: 39px;
    }
    #newgraduate .selection-process .selectionProcess-item{
        border-width: 1px;
        margin-bottom: 33px;
    }
    #newgraduate .selection-process .selectionProcess-item .title{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 9px 10px 3px;
    }
    #newgraduate .selection-process .selectionProcess-item .stepInfo{
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        padding: 12px 17px;
        font-weight: 500;
    }
    #newgraduate .selection-process .selectionProcess-item .ttl-number{
        font-size: 17px;
        line-height: 22px;
        padding: 0;
        margin-bottom: 0;
        letter-spacing: 1px;
        position: relative;
        border-bottom: 0;
    }
    #newgraduate .selection-process .selectionProcess-item .ttl-number:after{
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 12px);
        background: #fff;
        right: -8px;
        top: 3px;
    }
    #newgraduate .selection-process .selectionProcess-item .ttl-number span{
        font-size: 20px;
        padding-left: 0;
    }
    #newgraduate .selection-process .selectionProcess-item .ttl {
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 1.2px;
        position: relative;
        padding-left: 18px;
        top: -3px;
    }
    #newgraduate .selection-process .selectionProcess-item:after{
        width: 12px;
        height: 7px;
        bottom: -21px;
    }

}

/*------------------------------------------------------------
add
------------------------------------------------------------*/
/*recruitment-job*/
#newgraduate .recruitment-job {
  background: #F0F3F9;
  padding-top: 144px;
  padding-bottom: 118px;
}
.recruitment-job-list {
  display: flex;
  margin-bottom: 90px;
}
.recruitment-job-list li {
  width: calc((100% - 58px) / 3);
  margin-right: 29px;
  background: #fff;
  border: 4px solid #003180;
}
.recruitment-job-list li:last-child {
  margin-right: 0;
}
.recruitment-job-list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0;
  background: #003180;
}
.recruitment-job-list li p {
  padding: 20px 24px 15px;
  font-size: 18px;
}
#newgraduate .recruitment-job .guidelineContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 40px 0 0;
}
.recruitment-job-supplement {
  max-width: 836px;
  margin: 92px auto 0;
  font-size: 18px;
}
.recruitment-job-supplement h3 {
  /*font-weight: normal;*/
}
.recruitment-job-supplement ol {
  list-style-type: decimal;
  margin-left: 15px;
}
.recruitment-job-supplement ol li {
  list-style: unset;
  padding-left: 13px;
}
@media screen and (min-width: 768px) {
  #newgraduate .recruitment-job .guidelineContent {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    max-width: 836px;
    margin: 60px auto 0;
  }
}
@media (max-width: 768px) {
  #newgraduate .recruitment-job {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .recruitment-job-list {
    display: block;
    margin: 0 25px 38px;
  }
  .recruitment-job-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    border: 2px solid #003180;
  }
  .recruitment-job-list li:last-child {
    margin-bottom: 0;
  }
  .recruitment-job-list li span {
    font-size: 20px;
    height: 46px;
  }
  .recruitment-job-list li p {
    padding: 23px 15px 20px;
    font-size: 16px;
  }
  .recruitment-job-supplement {
    margin: 48px 30px 0 25px;
    font-size: 16px;
  }
  .recruitment-job-supplement ol {
    margin-left: 20px;
  }
  .recruitment-job-supplement ol li {
    padding-left: 7px;
  }
}
/* heading */
.header-entry .heading-block-job.heading-center {
  text-align: center;
  display: block
}
.header-entry .heading-block-job {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative
}
.header-entry .heading-block-job:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='6' viewBox='0 0 48 6'%3E%3Cline id='Line_81' data-name='Line 81' x2='42' transform='translate(3 3)' fill='none' stroke='%23ff6337' stroke-linecap='round' stroke-width='6' stroke-dasharray='0.5 20'/%3E%3C/svg%3E%0A");
  width: 48px;
  height: 6px;
  background-size: 100%;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%)
}
@media (max-width: 767px) {
  .header-entry .heading-block-job:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.12' height='9.12' viewBox='0 0 74.12 9.12'%3E%3Cline id='Line_81' data-name='Line 81' x2='66' y2='1' transform='translate(4.06 4.06)' fill='none' stroke='%23ff6337' stroke-linecap='round' stroke-width='8' stroke-dasharray='1 31'/%3E%3C/svg%3E%0A");
    width: 37px;
    height: 4.5px;
    bottom: -7px
  }
}
.header-entry .heading-block-job .ttl-ja {
  font-size: 48px;
  line-height: 71px;
  color: #0d0d0d;
  font-weight: 700;
  letter-spacing: 2.5px
}
@media (max-width: 767px) {
  .header-entry .heading-block-job .ttl-ja {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1.4px
  }
}
.header-entry .heading-block.heading-center {
  text-align: center;
  display: block
}
@media (max-width: 767px) {
  .header-entry .heading-block-job {
    justify-content: center;
    text-align: center
  }
  .header-entry .heading-block-job span {
    display: block;
    width: 100%;
    padding-top: 0 !important
  }
}
.header-entry .subTitle {
  font-size: 20px;
  line-height: 30px;
  color: #222;
  font-weight: 500;
  text-align: center;
  margin-top: 59px
}
@media (max-width: 767px) {
  .header-entry .subTitle {
    font-size: 16px;
    line-height: 28px;
    margin-top: 27px
  }
}
/* btn */
#newgraduate .js-clickitemBlank, #newgraduate .js-clickitem {
  cursor: pointer;
  transition: opacity .3s;
}
#newgraduate .recruitment-job .guidelineContent .guidelineLink {
  margin: 0
}
@media screen and (min-width: 768px) {
  #newgraduate .recruitment-job .guidelineContent .guidelineLink:last-of-type {
    margin: 0 auto
  }
}
#newgraduate .recruitment-job .guidelineLink {
  position: relative;
  width: 230px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  background-color: #003180;
  border-radius: 99px
}
@media screen and (min-width: 768px) {
  #newgraduate .recruitment-job .guidelineLink {
    width: 388px;
    height: 80px;
    border: 2px solid transparent;
    transition: all .3s
  }
}
#newgraduate .recruitment-job .guidelineLink:before, #newgraduate .recruitment-job .guidelineLink:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  top: calc(50% - 6px);
  right: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17.492' viewBox='0 0 10 17.492'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M14.265,14.937l6.618-6.613a1.25,1.25,0,0,0-1.77-1.765l-7.5,7.493a1.248,1.248,0,0,0-.036,1.724l7.53,7.545a1.25,1.25,0,0,0,1.77-1.765Z' transform='translate(21.251 23.685) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
  transition: all .3s
}
@media screen and (min-width: 768px) {
  #newgraduate .recruitment-job .guidelineLink:before, #newgraduate .recruitment-job .guidelineLink:after {
    width: 12px;
    height: 20px;
    top: calc(50% - 10px);
    right: 50px
  }
}
#newgraduate .recruitment-job .guidelineLink:after {
  opacity: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17.492' viewBox='0 0 10 17.492'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M14.265,14.937l6.618-6.613a1.25,1.25,0,0,0-1.77-1.765l-7.5,7.493a1.248,1.248,0,0,0-.036,1.724l7.53,7.545a1.25,1.25,0,0,0,1.77-1.765Z' transform='translate(21.251 23.685) rotate(180)' fill='%23335A99'/%3E%3C/svg%3E%0A") no-repeat center center/contain
}
#newgraduate .recruitment-job .guidelineLink .linkTxt {
  color: #fff;
  font-size: 16px;
  font-weight: 500
}
@media screen and (min-width: 768px) {
  #newgraduate .recruitment-job .guidelineLink .linkTxt {
    font-size: 24px
  }
}
#newgraduate .recruitment-job .guidelineLink.pdfLink:before, #newgraduate .recruitment-job .guidelineLink.pdfLink:after {
  width: 17px;
  height: 22px;
  top: calc(50% - 11px);
  right: 23px
}
@media screen and (min-width: 768px) {
  #newgraduate .recruitment-job .guidelineLink.pdfLink:before, #newgraduate .recruitment-job .guidelineLink.pdfLink:after {
    width: 26px;
    height: 34px;
    top: calc(50% - 17px);
    right: 52px
  }
}
#newgraduate .recruitment-job .guidelineLink.pdfLink:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAABECAMAAAD5hOYYAAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMAQMAQ8J9ggHDg31AgMK/Qz18/sJAkcLQuAAABa0lEQVRIx9XVWW6DQBAE0JqFWcFg7L7/VdPYOC0LiKf5SVIS4utRswg1kAodxwAwNBm8JxF9REThHZUGtFHUhFhpkSgtYqVHrHRIlB5ROoOo0yBRGiRKg0TpkCg9onQGlTOIGtA2H1A6g+wZRJ3TICnbhpE+v47yPY5adAMnKFEPOGDUIe6xQFQhBqABRoUmRt4wUi/vFAKqDhkWqoOQ38jqUPdAXofKYgbSIXKMnLIpY8ldh8IDOa9BnoXhp2pQBHoaWHXtyLvlYid3qLBfBL9eVvU0Wo7foG1RWK9Y0idx2C8qtFEYfkC+fxbdgnuVxHid+T0K2i3KaRWrssuiraCdHfXrhJnjpevFliNkXxPJXS/PnV+ua2mgfZTrt3j7Uqzz3G2OXObK8ZXuo8AksKnUgsTYpau0o8QdFyOLa0EZQAxySE3IAq6yGbwCFQZiGpDM8eqVk9B3cfong/rPoKw3GUmPEpCysifhC8VF7Y3xWh8DAAAAAElFTkSuQmCC) no-repeat center center/contain
}
#newgraduate .recruitment-job .guidelineLink.pdfLink:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAABECAMAAAD5hOYYAAAAPFBMVEUAAAAwWJcyWZgwUJ8yWZkyWpgyWZkyWpcyWpkyWZkyWZkyWZkwWJcwWpozWZkzWZkxWZozWpgyWZgzWpkasJlGAAAAE3RSTlMAQMAQ8J/gYIBwUNAgMK9fP7CQxhC+/wAAAWdJREFUSMfV1dlygzAMBdDrBS8sCYn+/18rElJNBmh8eWmrGYanw7UtMwJqkuNyAJwMDu9VRT4ikfyOUgPaKGlCqlhkikWqeKSKQ6Z4JPUMko5BphhkikGmOGSKR1LPoHQGSQPa1gdUzyB/BkkXGGRh21LE16+jdC8Di27QyiQagQAMHNIcDxQKKYBMcBQaFEUHxy/vFAJ6DjkV1EHYb+Q51D1Q5FBazMTevaAonEnCnUP5gUJkUFTh9OkZVIBRJlVdO4phaewQDhX2gxDXZvVRBq8VN2gblNcWW43VHPaDkmwUph9QHJ9BtxxeIaVcZ30PhnaDUl3FqvyyaG9oZ0fjOmHmculGs+kI+ddECtfLc+eX6xqaZR+l/lu8fan089xtjtzmynFL91FWku3KfUBm/JKV2lHVjIuzxbWgBKBkO6Qm5IHQq5micElmGpDN8T6SkzB2Zfgng/rPoMSbhMqjCtRE5lR8AXhv1ymycJeEAAAAAElFTkSuQmCC) no-repeat center center/contain
}
#newgraduate .recruitment-job .guidelineLink.pdfLink .linkTxt {
  padding-right: 15px
}
@media screen and (min-width: 768px) {
  #newgraduate .recruitment-job .guidelineLink.pdfLink .linkTxt {
    padding-right: 44px
  }
}
@media screen and (min-width: 768px) {
  #newgraduate .recruitment-job .guidelineLink:hover {
    background-color: #fff;
    border-color: #003180;
    opacity: 1 !important
  }
  #newgraduate .recruitment-job .guidelineLink:hover:before {
    opacity: 0
  }
  #newgraduate .recruitment-job .guidelineLink:hover:after {
    opacity: 1
  }
  #newgraduate .recruitment-job .guidelineLink:hover .linkTxt {
    color: #335a99
  }
}
/* selection-process */
.selectionProcess-note {
  max-width: 960px;
  margin: 60px auto 40px;
  font-size: 18px;
}
.selectionProcess-note li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .selectionProcess-note {
    margin: 43px 25px 35px;
    font-size: 16px;
  }
}
/* btn */
.btnLink .btn-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 80px;
  border: 2px solid #003180;
  border-radius: 50px;
  background: #003180;
  transition: .3s !important;
  color: #fff;
  margin: auto;
  max-width: 916px;
  font-size: 24px;
  line-height: 36px;
}
.btnLink .btn-link:after {
  content: "";
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17.492' viewBox='0 0 10 17.492'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M14.265,14.937l6.618-6.613a1.25,1.25,0,0,0-1.77-1.765l-7.5,7.493a1.248,1.248,0,0,0-.036,1.724l7.53,7.545a1.25,1.25,0,0,0,1.77-1.765Z' transform='translate(21.251 23.685) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 17px;
  background-size: 100%;
  margin-left: 30px;
  bottom: -2px;
  transition: .3s
}
.btnLink .btn-link:hover {
  background: #fff;
  color: #003180;
}
.btnLink .btn-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17.492' viewBox='0 0 10 17.492'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M14.265,14.937l6.618-6.613a1.25,1.25,0,0,0-1.77-1.765l-7.5,7.493a1.248,1.248,0,0,0-.036,1.724l7.53,7.545a1.25,1.25,0,0,0,1.77-1.765Z' transform='translate(21.251 23.685) rotate(180)' fill='%23003180'/%3E%3C/svg%3E%0A")
}
@media (max-width: 767px) {
  .btnLink .btn-link {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 261px;
    padding: 10px 0;
    border-radius: 22px;
  }
  .btnLink .btn-link:after {
    width: 7px;
    height: 12px;
    margin-left: 15px
  }
}
/*selection-submission*/
#newgraduate .selection-submission {
  background: #F0F3F9;
  padding-top: 144px;
  padding-bottom: 118px;
}
#newgraduate .selection-submission-txt {
  max-width: 960px;
  margin: 60px auto 40px;
  font-size: 18px;
}
#newgraduate .selection-submission-heading {
  font-weight: bold;
  margin-top: 15px;
}
#newgraduate .selection-submission-heading span {
  font-size: 21px;
}
#newgraduate .selection-submission-txt h3 {
  font-weight: normal;
  margin-top: 40px;
}
#newgraduate .selection-submission-detail {
  display: table;
  margin-top: 15px;
  padding: 20px 15px;
  font-size: 18px;
  border: 1px solid #000;
}
#newgraduate .selection-submission-detail span {
  font-weight: bold;
}
@media (max-width: 768px) {
  #newgraduate .selection-submission {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #newgraduate .selection-submission-txt {
    margin: 39px 25px 0;
    font-size: 16px;
  }
  #newgraduate .selection-submission-heading {
    margin-top: 23px;
  }
  #newgraduate .selection-submission-heading span {
    font-size: 18px;
  }
  #newgraduate .selection-submission-txt h3 {
    margin-top: 35px;
  }
  #newgraduate .selection-submission-txt li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #newgraduate .selection-submission-detail {
    margin-top: 19px;
    padding: 9px 12px;
    font-size: 16px;
  }
}