@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,700;1,700&display=swap');

/* ----------------------------------
  Common
 * ------------------------------- */
h2{
    background: none;
}
.fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.3s ease-out;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

.font-bal{
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.font-bal-italic{
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.er-p-pageBg{
    background-image: url("/recruitment/assets/images/common/page_bg-pc.png");
    background-size: cover;
    background-repeat: no-repeat;
 }

 .er-p-pageBg-b{
    background-image: url("/recruitment/assets/images/common/page_bg2-pc.png");
    background-size: contain;
    background-repeat: no-repeat;
 }

 .er-p-pageBg-w{
    background-image: url("/recruitment/assets/images/common/page_bg3-pc.png");
    background-size: cover;
    background-repeat: no-repeat;
 }

.flex-box{
    display: flex;
    flex-flow: row nowrap;
}

.er-p-shadowBox{
    background: #fff;
    box-shadow: 0px 2px 5px 5px #DEDEDE;
}

.er-p-title-textArea{
    background: #fff;
    padding-left: 20px;
    min-height: 85px;
    display: flex;
    align-items: center;
    position: relative;
}

.er-p-title-textArea .er-p-title-text{
    position: relative;
    border-left: 4px solid #E60027;
    padding-left: 10px;
}

.er-p-title-textArea .er-p-title-text{
    font-size: 22px;
    line-height: 1.2;
    color: #000;
}

.er-p-page-title{
    font-size: 28px;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 10px;
    font-weight: 700;
}

.er-p-page-title:after{
    content: "";
    position: absolute;
    background: #E60027;
    width: 55px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
}

.er-page-l-text{
    font-size: 17.5px;
    line-height: 2.17;
}

.er-page-text{
    font-size: 16px;
    line-height: 2.1;
}

.er-page-s-text{
    font-size: 14px;
    line-height: 1.6;
}

@media screen and (width <= 767px) {
    .er-p-page-title{
        font-size: calc(20 / 375 * 100vw);
        margin-bottom: 30px;
        padding-bottom: 5px;
        line-height: 1.6;
    }

    .er-p-page-title:after{
        bottom: -20px;
    }

    .er-page-l-text{
        font-size: calc(14 / 375 * 100vw);
        line-height: 1.8;
    }

    .er-page-text{
        font-size: calc(14 / 375 * 100vw);
        line-height: 1.8;
    }

    .er-page-s-text{
        font-size: calc(14 / 375 * 100vw);
        line-height: 1.6;
    }

    .er-p-title-textArea{
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: flex-start;
        padding: min(2vw, 20px);

    }

    .er-p-title-textArea:before{
        width: 4px;
        height: 21px;
        left: 10px;
        top: 17px;
    }

    .er-p-title-textArea .er-p-title-text{
        font-size: calc(14 / 375 * 100vw);
    }
}


/* ----------------------------------
   Link,Btn
 * ------------------------------- */
#Contents .er-p-contents a{
    color: #333;
    text-decoration: underline;
    line-height: 1.8;
    transition: all .3s ease;
}

#Contents .er-p-contents .er-p-btnarea a{
    display: block;
    background: #FF0000;
    padding: 20px 0 20px 40px;
    border-radius: 50px;
    width: 253px;
    box-shadow: 0px 2px 5px 5px #DEDEDE;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    position: relative;
}

#Contents .er-p-contents .er-p-btnarea a:before{
    content:"";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50px;
    right: 26px;
    top: 19px;
}

#Contents .er-p-contents .er-p-btnarea a:after{
    content:"";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: solid 2px #FF0000;
    border-right: solid 2px #FF0000;
    right: 34px;
    top: 27px;
    transform: rotate(45deg);
}

@media (any-hover: hover) {
    #Contents .er-p-contents a:hover{
        opacity: .8;
    }
}

@media screen and (width <= 767px) {
     #Contents .er-p-contents .er-p-btnarea a{
        padding: 20px 0 20px 40px;
        border-radius: 50px;
        width: 253px;
        margin: 0 auto;
        font-size: 18px;
    }

}

/* ----------------------------------
  knowledge,carrer - TOP
 * ------------------------------- */
 .er-p-categoryTop{
    background-position: left bottom -400px;
}

.er-p-categoryTop .er-p-contents{
    max-width: 798px;
    margin: 0 auto;
}

.er-p-categoryTop .er-p-contents .er-p-navArea{
    flex-flow: row wrap;
    gap: 40px 20px;
    padding-bottom: 120px;
}

#Contents .er-p-categoryTop .er-p-contents .er-p-navArea a{
    text-decoration: none;
}

.er-p-categoryTop .er-p-contents .er-p-navBox{
    width: 48%;
    box-shadow: 0px 2px 5px 5px #DEDEDE;
}

.er-p-categoryTop .er-p-contents .er-p-navBox.full-wide{
    width: 100%;
}

@media screen and (width <= 767px) {
    .er-p-categoryTop{
        background-position: left bottom -400px;
        margin: 30px 0 0 0;
     }

     .er-p-categoryTop .er-p-contents{
         max-width: 90%;
         margin: 0 auto;
    }

     .er-p-categoryTop .er-p-contents .er-p-navArea{
         flex-flow: row wrap;
         gap: 40px 10px;
         padding-bottom: 120px;
     }

    .er-p-categoryTop .er-p-contents .er-p-navBox{
        width: 48%;
        box-shadow: 0px 1px 3px 3px #DEDEDE;
    }

}


/* ----------------------------------
  knowledge - greeting
 * ------------------------------- */
.er-p-greeting{
   background-position: left bottom -240px;
}

.er-p-greeting .er-p-contents{
    max-width: 998px;
    margin: 0 auto;
    gap: 0 70px;
    padding-bottom: 120px;
}

.er-p-greeting .er-p-contents .er-img-area{
    width: 249px;
}

.er-p-greeting .er-p-contents .er-img-area picture{
    margin-bottom: 30px;
}

.er-p-greeting .er-p-contents .er-photo-img{
    margin-bottom: 40px;
}

.er-p-greeting .er-p-contents .er-name-img{
    display: block;
    width: 210px;
}

.er-p-greeting .er-p-contents .pr-text-area{
    width: 679px;
    margin-top: -10px;
}

.er-p-greeting .er-p-contents .er-page-l-text + .er-page-l-text{
    margin-top: 37px;
}

@media screen and (width <= 767px) {
    .er-p-greeting{
       background-position: left bottom -240px;
    }

    .er-p-greeting .er-p-contents{
        max-width: 90%;
        margin: 0 auto;
        flex-flow: row wrap;
        gap: 20px 0;
        padding-bottom: 20px;
    }

    .er-p-greeting .er-p-contents .er-img-area{
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        gap: 0 10px;
        align-items: flex-end;
    }

    .er-p-greeting .er-p-contents .er-p-namearea{
        width: 45%;
    }

    .er-p-greeting .er-p-contents .er-photo-img{
        width: calc(137 / 375 * 100vw);
        margin-bottom: 0px;
    }

    .er-p-greeting .er-p-contents .er-name-img{
        width: 100%;
    }

    .er-p-greeting .er-p-contents .pr-text-area{
        width: 100%;
        margin-top: 0;
    }

    .er-p-greeting .er-p-namearea .er-page-l-text {
        font-size: calc(12 / 375 * 100vw);
    }

    .er-p-greeting .er-p-contents .er-page-l-text + .er-page-l-text{
        margin-top: 27px;
    }

}

/* ----------------------------------
  knowledge - profile
 * ------------------------------- */
 .er-p-profile{
    background-position: left bottom -120px;
 }

 .er-p-profile .er-p-contents{
     max-width: 800px;
     margin: 0 auto;
     padding-bottom: 120px;
}

.er-p-profile .er-page-text + .er-p-page-title{
    margin-top: 110px;
}

.er-p-profile .profile-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.er-p-profile table.profile-table th,
.er-p-profile table.profile-table td {
    background: none;
    border: none;
    border-top: 1px solid #ddd;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    vertical-align: top;
}

.er-p-profile table.profile-table th{
    width: 130px;
}


@media screen and (width <= 767px) {
    er-p-profile{
        background-position: left bottom -120px;
     }

     .er-p-profile .er-p-contents{
         max-width: 90%;
         margin: 0 auto;
         padding-bottom: 20px;
    }

    .er-p-profile .er-page-text + .er-p-page-title{
        margin-top: 70px;
    }

    .er-p-profile .profile-table {
        width: 100%;
    }

    .er-p-profile table.profile-table th,
    .er-p-profile table.profile-table td {
        padding: 10px 5px;
        font-size: calc(14 / 375 * 100vw);
        line-height: 1.6;
    }

    .er-p-profile table.profile-table th{
        width: 25%;
    }
}

 /* ----------------------------------
  knowledge - domain
 * ------------------------------- */
/* headContents */
.er-p-domain .er-p-domain-headContents{
    margin-bottom: 50px;
    position: relative;
}

.er-p-domain .er-p-domain-headContents:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 745px;
    background: #F5F5F5;
    clip-path: polygon(0 24%, 100% 0%, 100% 74%, 0% 100%);
    z-index: 0;
}

.er-p-domain .er-p-domain-headContents .er-p-contents{
    max-width: 975px;
    margin: 0 auto;
}

#Contents .er-p-domain .er-p-domain-headContents figure {
    display: block;
    width: 761px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 1;
}

.er-p-domain .er-p-domain-third{
    gap: 0 20px;
    justify-content: space-between;
    align-items: baseline;
}

.er-p-domain .er-p-domain-third .er-p-domainBox{
    width: 30%;
    position: relative;
 }

.er-p-domain .er-p-domain-third .er-p-domainBox:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 77px;
    background: #E60027;
    right: -20px;
    top: 100px;
}

.er-p-domain .er-p-domain-third .er-p-domainBox:last-of-type:after{
    content: none;
}

.er-p-domain .er-p-domain-third .er-p-domainBox dt{
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 700;
}

.er-p-domain .er-p-domain-third .er-p-domainBox dd{
    font-size: 16px;
    line-height: 1.6;
}

/* navContents */
.er-p-domain .er-p-domain-navContents{
    max-width: 875px;
    margin: 0 auto 50px auto;
}

.er-p-domain .er-p-domain-navContents .er-p-domain-pagenav{
    gap: 0 30px;
}

.er-p-domain .er-p-domain-navContents .er-p-domain-pagenav li{
    width: 33%;
    position: relative;
}

#Contents .er-p-domain .er-p-domain-navContents .er-p-domain-pagenav li a{
    display: block;
    width: 100%;
    background: #E60027;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
}

.er-p-domain .er-p-domain-navContents .er-p-domain-pagenav li a:before{
  content:"";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 20px;
  top: 45%;
  transform: rotate(135deg);
}

/* industry */
.er-p-domain .er-p-domain-titleArea.er-p-industry{
    background: url("/recruitment/assets/images/knowledge/domain/bg_1-pc.jpg") no-repeat 0 0;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 75px 0;
}

.er-p-domain .er-p-domain-titleArea.er-p-public{
    background: url("/recruitment/assets/images/knowledge/domain/bg_2-pc.jpg") no-repeat 0 0;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 75px 0;
}

.er-p-domain .er-p-domain-titleArea.er-p-financial{
    background: url("/recruitment/assets/images/knowledge/domain/bg_3-pc.jpg") no-repeat 0 0;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 75px 0;
}

.er-p-domain .er-p-domain-titleArea .er-p-contents-title{
    font-size: 28px;
    line-height: 1.6;
    margin: 10px;
    font-weight: 700;
}

.er-p-domain .er-p-domain-titleArea .er-p-contents-lead{
    font-size: 20px;
    line-height: 1.6;
}

.er-p-domain .er-p-domainBlock{
    background: #F5F5F5;
    padding-bottom: 30px;
}

.er-p-domain .er-p-domainBlock + .er-p-domainBlock{
    /*! margin-top: 30px; */
}

.er-p-domain .er-p-domainBlock .er-p-contents{
    max-width: 800px;
    margin: 60px auto;
}

.er-p-domain .er-p-domainBlock .er-p-contents .er-p-domain-leadText{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 60px;
    text-align: center;
}

.er-p-domain .er-p-domainBox{
    background: #fff;
    padding: 40px 30px;
    align-items: center;
    gap: 0 50px;
}

.er-p-domain .er-p-domainBox figure{
    width: 60px;
}

.er-p-domain .er-p-domainBox .er-p-text-area{
    width: 90%;
}

.er-p-domain .er-p-domainBox .er-p-text-area .er-p-contents-title{
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.er-p-domain .er-p-domainBox .er-p-text-area .er-p-contents-title:after{
    content: "";
    position: absolute;
    width: 55px;
    height: 2px;
    background: #E60027;
    left: 0;
    bottom: 0px;
}

.er-p-domain .er-p-domainBox .er-p-contentsList.flex-box{
    flex-flow: row wrap;
}

.er-p-domain .er-p-domainBox .er-p-text-area  .er-p-contentsList li{
    font-size: 16px;
    line-height: 2;
}

.er-p-domain .er-p-domainBox .er-p-text-area  .er-p-contentsList.flex-box li{
    width: 45%;
}

.er-p-domain .er-p-domainBox + .er-p-domainBox{
    margin-top: 20px;
}

.er-p-domain .er-p-contentsList + .er-p-contentsList{
    margin-top: 20px;
}


@media screen and (width <= 767px) {
    .er-p-domain .er-p-domain-headContents{
        margin-bottom: 50px;
    }

    .er-p-domain .er-p-domain-headContents:after{
        top: 50px;
        width: 100%;
        height: 155vw;
        clip-path: polygon(0 15%, 100% 0%, 100% 50%, 0% 65%);
        z-index: 0;
    }

    .er-p-domain .er-p-domain-headContents .er-p-contents{
        max-width: 90%;
    }

    #Contents .er-p-domain .er-p-domain-headContents figure {
        display: block;
        width: 100%;
        margin: 0 auto 30px auto;
        position: relative;
        z-index: 1;
    }

    .er-p-domain .er-p-domain-third{
        gap: 20px 0;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: baseline;
    }

    .er-p-domain .er-p-domain-third .er-p-domainBox{
        width: 100%;
        position: relative;
     }

    .er-p-domain .er-p-domain-third .er-p-domainBox:after{
        width: 40%;
        height: 2px;
        right: 0;
        left: 0;
        margin:  0 auto;
        top: auto;
       bottom: -20px;
    }

    .er-p-domain .er-p-domain-third .er-p-domainBox dt{
        font-size: calc(16 / 375 * 100vw);
        margin-bottom: 10px;
    }

    .er-p-domain .er-p-domain-third .er-p-domainBox dd{
        font-size: calc(14 / 375 * 100vw);
        padding: 0 10px;
    }

    /* navContents */
    .er-p-domain .er-p-domain-navContents{
        max-width: 100%;
        margin: 0 auto 30px auto;
    }

    .er-p-domain .er-p-domain-navContents .er-p-domain-pagenav{
        width: 90%;
        margin: 0 auto;
        gap: 0 5px;
    }

    .er-p-domain .er-p-domain-navContents .er-p-domain-pagenav li{
        width: 32%;
        position: relative;
    }

    #Contents .er-p-domain .er-p-domain-navContents .er-p-domain-pagenav li a{
        width: 100%;
        height: calc(70/ 375 * 100vw);
        padding: 7px 0;
        line-height: 1.2;
    }

    .er-p-domain .er-p-domain-navContents .er-p-domain-pagenav li:before{
      right: 0;
      left: 0;
      margin: 0 auto;
      top: auto;
      bottom: 8px;
    }

    /* industry */
    .er-p-domain .er-p-domain-titleArea.er-p-industry{
        background: url("/recruitment/assets/images/knowledge/domain/bg_1-sp.jpg") no-repeat 0 0;
        background-size: cover;
        padding: 35px 0;
    }

    .er-p-domain .er-p-domain-titleArea.er-p-public{
        background: url("/recruitment/assets/images/knowledge/domain/bg_2-sp.jpg") no-repeat 0 0;
        background-size: cover;
        padding: 35px 0;
    }

    .er-p-domain .er-p-domain-titleArea.er-p-financial{
        background: url("/recruitment/assets/images/knowledge/domain/bg_3-sp.jpg") no-repeat 0 0;
        background-size: cover;
        padding: 35px 0;
    }

    .er-p-domain .er-p-domain-titleArea .er-p-contents-title{
        font-size: calc(18 / 375 * 100vw);
    }

    .er-p-domain .er-p-domain-titleArea .er-p-contents-lead{
       font-size: calc(14 / 375 * 100vw);
        line-height: 1.6;
    }

    .er-p-domain .er-p-domainBlock{
        padding-bottom: 30px;
    }

    .er-p-domain .er-p-domainBlock .er-p-contents{
        max-width: 90%;
        margin: 30px auto;
    }

    .er-p-domain .er-p-domainBlock .er-p-contents .er-p-domain-leadText{
        font-size: calc(16 / 375 * 100vw);
        line-height: 1.6;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .er-p-domain .er-p-domainBox{
        padding: 30px 5px;
        gap: 20px 0;
        flex-flow: row wrap;
        justify-content: center;
    }

    .er-p-domain .er-p-domainBox figure{
        width: 60px;
    }

    .er-p-domain .er-p-domainBox .er-p-text-area{
        width: 90%;
    }

    .er-p-domain .er-p-domainBox .er-p-text-area .er-p-contents-title{
        font-size: calc(18 / 375 * 100vw);
        text-align: center;
    }

    .er-p-domain .er-p-domainBox .er-p-text-area .er-p-contents-title:after{
        width: 55px;
        height: 2px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .er-p-domain .er-p-domainBox .er-p-contentsList.flex-box{
        flex-flow: row wrap;
    }

    .er-p-domain .er-p-domainBox .er-p-text-area  .er-p-contentsList li{
        font-size: calc(14 / 375 * 100vw);
        line-height: 2;
    }

    .er-p-domain .er-p-domainBox .er-p-text-area  .er-p-contentsList.flex-box li{
        width: 100%;
    }

    .er-p-domain .er-p-domainBox + .er-p-domainBox{
        margin-top: 15px;
    }

    .er-p-domain .er-p-contentsList + .er-p-contentsList{
        margin-top: 20px;
    }

}


 /* ----------------------------------
   knowledge - movie
 * ------------------------------- */
.er-p-movie{
    background-position: left bottom -240px;
    position: relative;
 }

.er-p-movie:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 830px;
    background: #F5F5F5;
    clip-path: polygon(0 24%, 100% 0%, 100% 74%, 0% 100%);
    z-index: 0;
}

.er-p-movie .er-p-contents{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 120px;
    position: relative;
    z-index: 2;
}

.er-p-movie .er-p-movieArea{
    padding: 215px 0;
    gap: 0 60px;
}

.er-p-movie .er-p-movieBox{
    width: 50%;
}

.er-p-movie-inner{
    position: relative;
    padding-bottom: 56.25%;
}

.er-p-movie-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.er-p-movie .er-p-title-textArea{
    background: none;
    padding-left: 20px;
}

.er-p-movie .er-p-title-textArea:before{
    left: 0;
}


@media screen and (width <= 767px) {
    .er-p-movie{
        background-position: left bottom -200px;
     }

    .er-p-movie:after{
        top: 60px;
        height: 170vw;
        clip-path: polygon(0 7%, 100% 0%, 100% 94%, 0% 100%);
    }

    .er-p-movie .er-p-contents{
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 60px;
    }

    .er-p-movie .er-p-movieArea{
        flex-flow: row wrap;
        padding: 15px 0;
        gap: 20px 0;
    }

    .er-p-movie .er-p-movieBox{
        width: 100%;
    }

    .er-p-movie .er-p-title-textArea{
        padding-left: 20px;
    }
}


 /* ----------------------------------
   knowledge - kyewords
 * ------------------------------- */
/* keyword common.*/
.er-p-kyewords{
    background-position: left bottom -130px;
    background-size: contain;
    padding-bottom: 15px;
}

.er-p-kyewords .er-p-contents{
    max-width: 999px;
    margin: 0 auto;
}

.er-p-kyewords .er-p-contents .er-p-lead-area{
    text-align: center;
}

#Contents .er-p-kyewords .er-p-title-numimg img{
    display: block;
    height: 93px;
    width: auto;
}

.er-p-kyewords .er-p-keyword-title{
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3;
}

.er-p-kyewords .er-p-keyword-box .er-page-text{
    line-height: 1.8;
}


/* keywords1 */
.er-p-kyewords .er-p-keyword01{
    margin: 79px 0 0 0;
    position: relative;
    z-index: 1;
}

.er-p-kyewords .er-p-keyword01:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 570px;
    left: 0;
    top: -78px;
    background : -webkit-linear-gradient(90deg, rgba(247, 241, 247, 1) 0.02%, rgba(252, 232, 240, 1) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0.0002,rgba(247, 241, 247, 1) ),color-stop(1,rgba(252, 232, 240, 1) ));
    background : linear-gradient(0deg, rgba(247, 241, 247, 1) 0.02%, rgba(252, 232, 240, 1) 100%);
    clip-path: polygon(0 30%, 100% 5%, 100% 74%, 0 98%);
    z-index: -1;
}

.er-p-kyewords .er-p-keyword01 .er-p-keyword-box{
    max-width: 778px;
    margin: 0 auto;
    gap: 0 38px;
}

.er-p-kyewords .er-p-keyword01 .er-p-keyword-imgarea{
    width: 435px;
}

.er-p-kyewords .er-p-keyword01 .er-p-keyword-box-textarea{
    width: calc( 100%- 435px);
     padding: 55px 0 0 43px;
}

.er-p-kyewords .er-p-keyword01 .er-p-keyword-title{
    margin: 26px 0 46px 0;
}


/* keywords2 */
.er-p-kyewords .er-p-keyword02{
    position: relative;
    z-index: 3;
}

.er-p-kyewords .er-p-keyword02:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 590px;
    left: 0;
    top: -78px;
    background : -webkit-linear-gradient(-90deg, rgba(247, 241, 247, 1) 0.02%, rgba(235, 232, 240, 1) 100%);
    background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0.0002,rgba(247, 241, 247, 1) ),color-stop(1,rgba(235, 232, 240, 1) ));
    background : linear-gradient(180deg, rgba(247, 241, 247, 1) 0.02%, rgba(235, 232, 240, 1) 100%);
    clip-path: polygon(0 30%, 100% 5%, 100% 74%, 0 98%);
    z-index: -1;
}

.er-p-kyewords .er-p-keyword02 .er-p-keyword-box{
    max-width: 915px;
}

.er-p-kyewords .er-p-keyword02 .er-p-keyword-imgarea{
    width: 490px;
    padding-left: 20px;
}

.er-p-kyewords .er-p-keyword02 .er-p-keyword-box-textarea{
    width: calc(100% - 490px);
    padding: 75px 0 0 15px;
}

.er-p-kyewords .er-p-keyword02 .er-p-keyword-title{
    margin: 23px 0 10px 0;
}


/* keywords3 */
.er-p-kyewords .er-p-keyword-duble{
    gap: 0 35px;
    justify-content: space-between;
    margin-bottom: 200px;
}

.er-p-kyewords .er-p-keyword03{
    width: 50%;
    padding: 30px;
    position: relative;
    z-index: 3;
}

.er-p-kyewords .er-p-keyword03:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1000px;
    left: 0;
    top: -215px;
    background : -webkit-linear-gradient(90deg, rgba(224, 241, 247, 1) 0.02%, rgba(235, 232, 240, 1) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0.0002,rgba(224, 241, 247, 1) ),color-stop(1,rgba(235, 232, 240, 1) ));
    background : linear-gradient(0deg, rgba(224, 241, 247, 1) 0.02%, rgba(235, 232, 240, 1) 100%);
    clip-path: polygon(0 27.5%, 100% 20.5%, 100% 92%, 0 98%);
    z-index: -1;
}

.er-p-kyewords .er-p-keyword03{
    margin-top: 40px
}

.er-p-kyewords .er-p-keyword03 .er-p-keyword-box{
    padding: 0 25px;
}

.er-p-kyewords .er-p-keyword03 .er-p-miadshi-area{
    gap: 0 20px;
    align-items:flex-end;
    margin-bottom: 30px
}

.er-p-kyewords .er-p-keyword03 .er-p-title{
    font-size: 50px;
    color: #1369C9;
    margin-bottom: 15px;
}

.er-p-kyewords .er-p-keyword03 .er-p-sub-title{
    font-size: 18px;
    color: #1369C9;
    margin-bottom: 5px;
    font-weight: 700;
}

.er-p-kyewords .er-p-keyword03 .er-p-keyword-textBox + .er-p-keyword-textBox{
    margin-top: 20px;
}


/* keywords4 */
.er-p-kyewords .er-p-keyword04{
    width: 50%;
    padding: 30px;
    position: relative;
    z-index: 3;
}

.er-p-kyewords .er-p-keyword04:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1017px;
    left: 0;
    top: -255px;
    background : -webkit-linear-gradient(90deg, rgba(224, 241, 247, 1) 0.02%, rgba(235, 232, 240, 1) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0.0002,rgba(224, 241, 247, 1) ),color-stop(1,rgba(235, 232, 240, 1) ));
    background : linear-gradient(0deg, rgba(224, 241, 247, 1) 0.02%, rgba(235, 232, 240, 1) 100%);
    clip-path: polygon(0 27.5%, 100% 20.5%, 100% 91%, 0 98%);
    z-index: -1;
}

.er-p-kyewords .er-p-keyword04 .er-p-keyword-box{
    padding: 0 25px;
}

.er-p-kyewords .er-p-keyword04 .er-p-miadshi-area{
    gap: 0 20px;
    align-items:flex-end;
    margin:-30px 0 30px 0;
}

.er-p-kyewords .er-p-keyword04 .er-p-boxarea{
    flex-flow: row wrap;
    gap: 12px 20px;
    margin: 38px 0 0 0;
}

.er-p-kyewords .er-p-keyword04 .er-p-boxarea .er-p-box{
    width: 47%;
    height: 89px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1369C9;
    font-weight: 700;
    border-radius: 5px;
}

/* keywords5 */
.er-p-kyewords .er-p-keyword05{
    margin-top: -140px;
    position: relative;
    z-index: 3;
    margin-bottom: 130px;
}

.er-p-kyewords .er-p-keyword05:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 790px;
    left: 0;
    top: -125px;
    background : -webkit-linear-gradient(-90deg, rgba(224, 241, 247, 1) 0.02%, rgba(229, 247, 225, 1) 100%);
    background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0.0002,rgba(224, 241, 247, 1) ),color-stop(1,rgba(229, 247, 225, 1) ));
    background : linear-gradient(180deg, rgba(224, 241, 247, 1) 0.02%, rgba(229, 247, 225, 1) 100%);
    clip-path: polygon(0 21.5%, 100% 4%, 100% 80%, 0 97%);
    z-index: -1;
}

.er-p-kyewords .er-p-keyword05 .er-p-miadshi-area{
    gap: 0 20px;
    align-items:flex-end;
    margin-bottom: 50px;
    padding-left: 30px;
}

.er-p-kyewords .er-p-keyword05 .er-p-keyword-box{
    max-width: 950px;
    margin: 0 auto;
}

.er-p-kyewords .er-p-keyword05 .er-p-boxarea{
    justify-content: space-around;
    margin-bottom: 45px;
}

.er-p-kyewords .er-p-keyword05 .er-p-box{
    width: 22%;
    padding: 18px;
    border-radius: 5px;
}

.er-p-kyewords .er-p-keyword05 .er-p-box .er-p-keyword-boxtitle{
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
}

.er-p-kyewords .er-p-keyword05 .er-p-box .er-page-text{
    font-size: 13px;
    line-height: 1.5;
    padding-left: 1em;
    margin-left: -1em;
}

.er-p-kyewords .er-p-keyword05 .er-p-box li + li{
    margin-top: 5px;
}

.er-p-kyewords .er-p-keyword05 .er-p-keyword-num-area{
    text-align: center;
    margin-bottom: 33px;
}

.er-p-kyewords .er-p-keyword05 .er-p-keyword-num{
    font-size: 90px;
    font-weight: 900;
    color: #509253;
}

.er-p-kyewords .er-p-keyword05 .er-p-btnarea a{
    margin: 0 auto;
}

.er-p-kyewords .er-p-keyword05 .er-p-keyword-caption{
    text-align: center;
    font-size: 13px;
}


/* keywords6 */
.er-p-kyewords .er-p-keyword06{
    position: relative;
    z-index: 3;
    margin-bottom: 150px;
}

.er-p-kyewords .er-p-keyword06:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 780px;
    left: 0;
    top: -110px;
    background : -webkit-linear-gradient(90deg, rgba(211, 235, 215, 1) 0.02%, rgba(229, 247, 225, 1) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0.0002,rgba(211, 235, 215, 1) ),color-stop(1,rgba(229, 247, 225, 1) ));
    background : linear-gradient(0deg, rgba(211, 235, 215, 1) 0.02%, rgba(229, 247, 225, 1) 100%);
    clip-path: polygon(0 21.5%, 100% 4%, 100% 81%, 0 98%);
    z-index: -1;
}

.er-p-kyewords .er-p-keyword06 .er-p-miadshi-area{
    gap: 0 20px;
    align-items:flex-end;
    margin-bottom: 50px;
    padding-left: 30px;
}

.er-p-kyewords .er-p-keyword06 .er-p-keyword-box{
    max-width: 940px;
    margin: 0 auto;
}

.er-p-kyewords .er-p-keyword06 .er-p-boxarea{
    justify-content: space-around;
    margin-bottom: 45px;
}

.er-p-kyewords .er-p-keyword06 .er-p-box{
    width: 31%;
    padding: 22px 22px 29px 22px;
    border-radius: 10px;
    text-align: center;x
}

.er-p-kyewords .er-p-keyword06 .er-p-boxarea figure{
    width: 140px;
    display: inline-block;
}

.er-p-kyewords .er-p-keyword06 .er-p-boxarea .er-p-box .er-p-keyword-boxtext{
    margin-top: 23px;
    line-height: 1.6;
    font-size: 14px;
}

.er-p-kyewords .er-p-keyword06 .er-p-boxarea .er-p-box:last-of-type .er-p-keyword-boxtext{
    margin-top: 0px;
}

.er-p-kyewords .er-p-keyword06 .er-p-btnarea a{
    margin: 0 auto;
}

/* keywords7 */
.er-p-kyewords .er-p-keyword07{
    position: relative;
    z-index: 3;
    margin-bottom: 85px;
}

.er-p-kyewords .er-p-keyword07:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1300px;
    left: 0;
    top: -210px;
    background : -webkit-linear-gradient(-90deg, rgba(218, 235, 215, 1) 0.02%, rgba(255, 247, 226, 1) 100%);
    background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0.0002,rgba(218, 235, 215, 1) ),color-stop(1,rgba(255, 247, 226, 1) ));
    background : linear-gradient(180deg, rgba(218, 235, 215, 1) 0.02%, rgba(255, 247, 226, 1) 100%);
    clip-path: polygon(0 21%, 100% 10%, 100% 79%, 0 90%);
    z-index: -1;
}

.er-p-kyewords .er-p-keyword07 .er-p-miadshi-area{
    gap: 0 20px;
    align-items:flex-end;
    margin-bottom: 20px;
}

.er-p-kyewords .er-p-keyword07 .er-p-keyword-box{
    max-width: 880px;
    margin: 0 auto;
}

.er-p-kyewords .er-p-keyword07 .er-p-boxarea{
    flex-flow: row wrap;
    gap: 0 20px;
    margin-bottom: 25px;
}

.er-p-kyewords .er-p-keyword07 .er-p-boxarea + .er-p-boxarea{
    margin-bottom: 15px;
}

.er-p-kyewords .er-p-keyword07 .er-p-box{
    width: 47%;
    padding: 30px 22px 10px 22px;
    border-radius: 10px;
    text-align: center;
    margin-top: 8px;
}

.er-p-kyewords .er-p-keyword07 .er-p-box figure{
    width: 100px;
}

.er-p-kyewords .er-p-keyword07 .er-p-logoBox{
    background: none;
    padding: 0;
    width: 50%;
    justify-content: center;
}

.er-p-kyewords .er-p-keyword07 .er-p-keywordBox{
    text-align: center;
    width: 100%;
}

.er-p-kyewords .er-p-keyword07 .er-p-keywordBox .er-p-keyword-boxtitle{
    border-bottom: 1px solid #CECECE;
    padding-bottom: 12px;
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: 900;
}

.er-p-kyewords .er-p-keyword07 .er-p-keywordBox figure{
    width: 130px;
    display: inline-block;
}

.er-p-kyewords .er-p-keyword07 .er-p-keywordBox .er-p-keyword-boxtext{
    margin-top: 18px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 700;
}

.er-p-kyewords .er-p-keyword07 .er-p-keywordBox .er-p-caption{
    font-size: 12px;
}

.er-p-kyewords .er-p-keyword07 .er-p-btnarea a{
    margin: 30px auto 0 auto;
}


/* keywords8 */
.er-p-kyewords .er-p-keyword08{
    position: relative;
    z-index: 3;
    margin-bottom: 300px;
}

.er-p-kyewords .er-p-keyword08:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 763px;
    left: 0;
    top: -72px;
    background : -webkit-linear-gradient(90deg, rgba(255, 226, 220, 1) 0%, rgba(255, 247, 226, 1) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(255, 226, 220, 1) ),color-stop(1,rgba(255, 247, 226, 1) ));
    background : linear-gradient(0deg, rgba(255, 226, 220, 1) 0%, rgba(255, 247, 226, 1) 100%);
    clip-path: polygon(0 22%, 100% 5%, 100% 81%, 0 98%);
    z-index: -1;
}

.er-p-kyewords .er-p-keyword08 .er-p-keyword-box{
    max-width: 936px;
    margin: 0 0 0 auto;
}

.er-p-kyewords .er-p-keyword08 .er-p-keyword-imgarea{
    width: 473px;
}

.er-p-kyewords .er-p-keyword08 .er-p-keyword-box-textarea{
    width: calc(100% - 473px);
    padding: 55px 50px 0 50px;
}

.er-p-kyewords .er-p-keyword08 .er-p-keyword-title{
    margin: 30px 0 44px 0;
}

#Contents .er-p-kyewords .er-p-keyword08 .er-p-btnarea a{
    width: 324px;
    margin: 13px auto 0 auto;
    padding: 20px 0 20px 40px;
}

.er-p-contents .er-p-btnBox{
    justify-content: center;
    gap: 0 40px;
}

@media screen and (width <= 767px) {
    /* keyword common */
    .er-p-kyewords{
        background-position: left bottom -130px;
        background-size: contain;
        padding-bottom: 15px;
    }

    .er-p-kyewords .er-p-contents{
        max-width: 100%;
        margin: 0 auto;
    }

    .er-p-kyewords .er-p-contents .er-p-lead-area{
        text-align: left;
        padding: 0 5%;
    }

    #Contents .er-p-kyewords .er-p-title-numimg img{
        height: 60px;
    }

    .er-p-kyewords .er-p-keyword-title{
        font-size: calc(20 / 375 * 100vw);
        line-height: 1.6;
    }

    .er-p-kyewords .er-p-keyword-box .er-page-text{
        line-height: 1.8;
    }

    /* keywords1 */
    .er-p-kyewords .er-p-keyword01{
        margin: 0 0 110px 0;
    }

    .er-p-kyewords .er-p-keyword01:after{
        width: 100%;
        height: 700px;
        left: 0;
        top: -18px;
        clip-path: polygon(0 15%, 100% 5%, 100% 85%, 0 98%);
    }

    .er-p-kyewords .er-p-keyword01 .er-p-keyword-box{
        max-width: 100%;
        margin: 0 auto;
        flex-flow: row wrap;
        gap: 10px 0;
    }

    .er-p-kyewords .er-p-keyword01 .er-p-keyword-imgarea{
        width: 100%;
        margin-top: -440px;
    }

    .er-p-kyewords .er-p-keyword01 .er-p-keyword-box-textarea{
        width: 90%;
        padding: 55px 0 0 0;
        margin: 0 auto;
    }

    .er-p-kyewords .er-p-keyword01 .er-p-keyword-title{
        margin: -60px 0 376px 80px;
    }


    /* keywords2 */
    .er-p-kyewords .er-p-keyword02{
        z-index: 3;
        margin-bottom: 80px;
    }

    .er-p-kyewords .er-p-keyword02:after{
        width: 100%;
        height: 670px;
        left: 0;
        top: -68px;
        clip-path: polygon(0 19%, 100% 5%, 100% 85%, 0 100%);
    }

    .er-p-kyewords .er-p-keyword02 .er-p-keyword-box{
        max-width: 100%;
        flex-flow: row wrap;
    }

    .er-p-kyewords .er-p-keyword02 .er-p-keyword-imgarea{
        width: 100%;
        padding-left: 0;
        order: 2;
    }

    .er-p-kyewords .er-p-keyword02 .er-p-keyword-box-textarea{
        width: 100%;
        padding: 0px 5% 0 15px;
    }

    .er-p-kyewords .er-p-keyword02 .er-p-title-numimg img{
        margin: 0 0 0 auto;
    }

    .er-p-kyewords .er-p-keyword02 .er-p-keyword-title{
        margin: -58px 90px 10px 0;
        text-align: right;
    }


    /* keywords3 */
    .er-p-kyewords .er-p-keyword-duble{
        gap: 0;
        flex-flow: row wrap;
        margin-bottom: 150px;
    }

    .er-p-kyewords .er-p-keyword03{
        width: 100%;
        padding: 0px;
        margin-bottom: 120px;
    }

    .er-p-kyewords .er-p-keyword03:after{
        width: 100%;
        height: 940px;
        left: 0;
        top: -215px;
        clip-path: polygon(0 29%, 100% 18%, 100% 89%, 0 100%);
    }

    .er-p-kyewords .er-p-keyword03{
        margin-top: 40px;
    }

    .er-p-kyewords .er-p-keyword03 .er-p-keyword-box{
        padding: 0 25px;
    }

    .er-p-kyewords .er-p-keyword03 .er-p-miadshi-area{
        margin-bottom: 20px
    }

    .er-p-kyewords .er-p-keyword03 .er-p-title{
        font-size: calc(40 / 375 * 100vw);
    }

    .er-p-kyewords .er-p-keyword03 .er-p-sub-title{
        font-size: calc(15 / 375 * 100vw);
    }

    .er-p-kyewords .er-p-keyword03 .er-p-keyword-textBox + .er-p-keyword-textBox{
        margin-top: 30px;
    }

    /* keywords4 */
    .er-p-kyewords .er-p-keyword04{
        width: 100%;
        padding: 0px;
        margin-bottom: 0px;
    }

    .er-p-kyewords .er-p-keyword04:after{
        height: 940px;
        top: -240px;
        clip-path: polygon(0 33%, 100% 22%, 100% 87%, 0 100%);
    }

    .er-p-kyewords .er-p-keyword04 .er-p-keyword-box{
        padding: 0 25px;
    }

    .er-p-kyewords .er-p-keyword04 .er-p-miadshi-area{
        gap: 0 20px;
        justify-content: right;
        margin: -30px 0 30px 0;
    }

    .er-p-kyewords .er-p-keyword04 .er-p-boxarea{
        flex-flow: row wrap;
        gap: 12px 20px;
        margin: 38px 0 0 0;
    }

    .er-p-kyewords .er-p-keyword04 .er-p-boxarea .er-p-box{
        width: 46%;
        height: 89px;
    }

    .er-p-kyewords .er-p-keyword04 .er-p-title-numimg{
        order: 2;
    }

    .er-p-kyewords .er-p-keyword04 .er-p-keyword-title{
        order: 1;
        text-align: right;
    }

    /* keywords5 */
    .er-p-kyewords .er-p-keyword05{
        margin-top: 0;
        margin-bottom: 150px;
    }

    .er-p-kyewords .er-p-keyword05:after{
        height:1370px;
        top: -125px;
        clip-path: polygon(0 13%, 100% 4%, 100% 80%, 0 87%);
    }

    .er-p-kyewords .er-p-keyword05 .er-p-miadshi-area{
        gap: 0 20px;
        margin-bottom: 30px;
        padding-left: 30px;
    }

    .er-p-kyewords .er-p-keyword05 .er-p-keyword-box{
        max-width: 100%;
    }


    .er-p-kyewords .er-p-keyword05 .er-p-boxarea{
        flex-flow: row wrap;
        justify-content: center;
        margin-bottom: 45px;
    }

    .er-p-kyewords .er-p-keyword05 .er-p-box{
        width: 90%;
        padding: 18px;
        border-radius: 5px;
    }

    .er-p-kyewords .er-p-keyword05 .er-p-box + .er-p-box{
        margin-top: 20px;
    }

    .er-p-kyewords .er-p-keyword05 .er-p-box .er-p-keyword-boxtitle{
        font-size: calc(16 / 375 * 100vw);;
    }

    .er-p-kyewords .er-p-keyword05 .er-p-box .er-page-text{
        font-size: calc(13 / 375 * 100vw);
    }

    .er-p-kyewords .er-p-keyword05 .er-p-box li + li{
        margin-top: 5px;
    }

    .er-p-kyewords .er-p-keyword05 .er-p-keyword-num-area{
        margin-bottom: 10px;
    }

    .er-p-kyewords .er-p-keyword05 .er-p-keyword-num{
        font-size: calc(96 / 375 * 100vw);
    }

    .er-p-kyewords .er-p-keyword05 .er-p-keyword-caption{
        font-size: calc(13 / 375 * 100vw);
    }

    /* keywords6 */
    .er-p-kyewords .er-p-keyword06{
        margin-bottom: 150px;
    }

    .er-p-kyewords .er-p-keyword06:after{
        height: 980px;
        top: -90px;
        clip-path: polygon(0 14%, 100% 4%, 100% 81%, 0 93%);
    }

    .er-p-kyewords .er-p-keyword06 .er-p-miadshi-area{
        gap: 0 20px;
        padding-left: 0px;
        width: 90%;
        margin: 0 auto 50px auto;
    }

    .er-p-kyewords .er-p-keyword06 .er-p-keyword-box{
        max-width: 940px;
        margin: 0 auto;
    }

    .er-p-kyewords .er-p-keyword06 .er-p-boxarea{
        flex-flow: row wrap;
        justify-content: space-around;
        margin-bottom: 45px;
    }

    .er-p-kyewords .er-p-keyword06 .er-p-box{
        width: 90%;
        padding: 20px 12px;
        text-align: left;
        display: flex;
        flex-flow: row nowrap;
        gap:0 20px;
        align-items: center;
    }

    .er-p-kyewords .er-p-keyword06 .er-p-box + .er-p-box{
        margin-top: 10px;
    }

    .er-p-kyewords .er-p-keyword06 .er-p-boxarea figure{
        width: 30%;
    }

    .er-p-kyewords .er-p-keyword06 .er-p-boxarea .er-p-box .er-p-keyword-boxtext{
        margin-top: 0;
        font-size: calc(14 / 375 * 100vw);
        width: 70%;
    }

    .er-p-kyewords .er-p-keyword06 .er-p-title-numimg{
        order: 2;
        width: 150px;
    }

    .er-p-kyewords .er-p-keyword06 .er-p-keyword-title{
        order: 1;
        text-align: right;
    }

    /* keywords7 */
    .er-p-kyewords .er-p-keyword07{
        margin-bottom: 110px;
    }

    .er-p-kyewords .er-p-keyword07:after{
        height: 2000px;
        top: -250px;
        clip-path: polygon(0 16%, 100% 10%, 100% 79%, 0 85%);
    }

    .er-p-kyewords .er-p-keyword07 .er-p-miadshi-area{
        gap: 0 20px;
        align-items:flex-end;
        width: 90%;
        margin: 0 auto 20px auto;
    }

    .er-p-kyewords .er-p-keyword07 .er-p-keyword-box{
        max-width: 90%;
        margin: 0 auto;
    }

    .er-p-kyewords .er-p-keyword07 .er-p-boxarea{
        flex-flow: row wrap;
        gap: 10px 0;
        margin-bottom: 25px;
    }

    .er-p-kyewords .er-p-keyword07 .er-p-boxarea + .er-p-boxarea{
        margin-bottom: 15px;
    }

    .er-p-kyewords .er-p-keyword07 .er-p-box{
        width: 100%;
        margin-top: 8px;
        padding: 20px 10px 15px 10px;
    }

    .er-p-kyewords .er-p-keyword07 .er-p-box figure{
        width: 100px;
    }

    .er-p-kyewords .er-p-keyword07 .er-p-logoBox{
        background: none;
        padding: 0;
        width: 50%;
        justify-content: center;
    }

    .er-p-kyewords .er-p-keyword07 .er-p-keywordBox{
        text-align: center;
        width: 100%;
    }

    .er-p-kyewords .er-p-keyword07 .er-p-keywordBox .er-p-keyword-boxtitle{
        margin-bottom: 20px;
        font-size: calc(17 / 375 * 100vw);
    }

    .er-p-kyewords .er-p-keyword07 .er-p-keywordBox figure{
        width: 130px;
    }

    .er-p-kyewords .er-p-keyword07 .er-p-keywordBox .er-p-keyword-boxtext{
        margin-top: 18px;
        font-size: calc(14 / 375 * 100vw);
    }

    .er-p-kyewords .er-p-keyword07 .er-p-keywordBox .er-p-caption{
        font-size: calc(10 / 375 * 100vw);
    }

    .er-p-kyewords .er-p-keyword07 .er-p-btnarea a{
        margin: 30px auto 0 auto;
    }


    /* keywords8 */
    .er-p-kyewords .er-p-keyword08{
        position: relative;
        z-index: 3;
        margin-bottom: 100px;
    }

    .er-p-kyewords .er-p-keyword08:after{
        height: 1093px;
        top: -112px;
       clip-path: polygon(0 17%, 100% 6%, 100% 81%, 0 90%);
    }

    .er-p-kyewords .er-p-keyword08 .er-p-keyword-box{
        max-width: 100%;

        flex-flow: row wrap;
    }

    .er-p-kyewords .er-p-keyword08 .er-p-keyword-imgarea{
        width: 100%;
        order: 2;
    }

    .er-p-kyewords .er-p-keyword08 .er-p-keyword-box-textarea{
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }

    .er-p-kyewords .er-p-keyword08 .er-p-keyword-title{
        margin: 30px 0 44px 0;
    }

    .er-p-contents .er-p-btnarea a{
        width: 324px;
        margin: 13px auto 0 auto;
        padding: 20px 0 20px 40px;
    }

     .er-p-contents .er-p-btnBox{
        flex-flow: row wrap;
        gap: 20px 0;
    }

    .er-p-kyewords .er-p-keyword08 .er-p-title-numimg img{
        margin: 0 0 0 auto;
        display: block;
    }

    .er-p-kyewords .er-p-keyword08 .er-p-keyword-title{
        text-align: right;
        margin: -30px 90px 30px 0;
    }
}


/* ----------------------------------
  carrer - kyouiku
 * ------------------------------- */
.er-p-career{
    background-position: left bottom -160px;
 }

.er-p-career .er-p-contents{
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

.er-p-career .er-p-lead-area{
    padding: 0 30px;
    margin-bottom: 115px;
}

.er-p-kyouiku .er-p-contents .er-p-kyouikuBox{
    padding: 35px 20px 30px 60px;
    border-left: 4px solid #E60027;
    background: #fff;
}

.er-p-kyouiku .er-p-kyouikuBox dt{
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
}

.er-p-kyouiku .er-p-kyouikuBox dd{
    line-height: 1.8;
}

.er-p-kyouiku .er-p-contents .er-p-kyouikuBox:first-of-type{
    margin-top: 100px;
}

.er-p-kyouiku .er-p-contents .er-p-kyouikuBox:last-of-type{
    margin-bottom: 120px;
}

.er-p-kyouiku .er-page-text + .er-p-page-title{
    margin-top: 80px;
}

.er-p-kyouiku .er-p-kyouikuBox + .er-p-kyouikuBox{
    margin-top: 30px;
}

@media screen and (width <= 767px) {
    .er-p-career{
        background-position: left bottom -160px;
        padding-bottom: 100px;
     }

    .er-p-career .er-p-contents{
         max-width: 90%;
         margin: 0 auto;
         padding-bottom: 20px;
    }

    .er-p-career .er-p-lead-area{
        padding: 20px 0 0 0;
    }

    .er-p-kyouiku .er-p-contents .er-p-kyouikuBox{
        padding: 25px 20px 20px 20px;
    }

    .er-p-kyouiku .er-p-kyouikuBox dt{
        margin-bottom: 5px;
        font-size: calc(18 / 375 * 100vw);
        line-height: 1.6;
    }

    .er-p-kyouiku .er-p-kyouikuBox dd{
        line-height: 1.8;
    }

    .er-p-kyouiku .er-p-contents .er-p-kyouikuBox:first-of-type{
        margin-top: 80px;
    }

    .er-p-kyouiku .er-p-contents .er-p-kyouikuBox:last-of-type{
        margin-bottom: 60px;
    }

    .er-p-kyouiku .er-page-text + .er-p-page-title{
        margin-top: 80px;
    }

    .er-p-kyouiku .er-p-kyouikuBox + .er-p-kyouikuBox{
        margin-top: 30px;
    }

}


/* ----------------------------------
  career - common
 * ------------------------------- */
.er-p-careeriList{
    margin-top: 70px;
}

.er-p-careeriList .er-p-list-item{
    padding: 17.5px 19px;
    border-top: 1px solid #DEDEDE;
}

.er-p-careeriList .er-p-list-item:last-of-type{
    border-bottom: 1px solid #DEDEDE;
}

.er-p-careeriList .er-page-text{
    line-height: 1.8;
}

.er-p-careeriList + .er-p-page-title{
    margin-top: 35px;
}

.er-p-logo-area{
    margin-top: 85px;
}

.er-p-logo-area + .er-p-logo-area{
    margin-top: 35px;
}

.er-p-logoBox{
    background: #fff;
    gap: 0 50px;
    padding: 30px 50px;
    align-items: center;
}

.er-p-logoBox figure{
    width: 360px;
}

.er-p-logoBox .er-page-text{
    line-height: 1.8;
}

.er-p-logo-area + .er-p-page-title{
    margin-top: 90px;
}


@media screen and (width <= 767px) {
    .er-p-careeriList{
        margin-top: 50px;
    }

    .er-p-careeriList .er-p-list-item{
        padding: 15px 10px;
    }

    .er-p-logo-area{
        margin-top: 45px;
    }

    .er-p-logoBox{
        gap: 20px 0;
        padding: 20px;
        flex-flow: row wrap;
        justify-content: center;
    }

    .er-p-logoBox figure{
        width: 50%;
    }

    .er-p-logoBox .er-page-text{
        line-height: 1.8;
    }

    .er-p-logo-area + .er-p-page-title{
        margin-top: 90px;
    }

}


/* ----------------------------------
  career - diversity
 * ------------------------------- */
.er-p-contents .er-listBox{
    gap: 0 30px;
}

.er-p-contents .er-listBox dt{
    width: 22%;
}

.er-p-contents .er-listBox dd{
    width: 78%;
}

.er-p-contents .er-listBox + er-listBox{
    margin-top: 30px;
}

.er-p-contents .er-p-careeriList ul{
    margin-top: 10px;
}

@media screen and (width <= 767px) {
    #er-p-pageHead .er-p-pageHead_title > span {
        font-size: calc(20 / 375 * 100vw);
        line-height: 1.4;
        letter-spacing: 0;
      }

    #er-p-pageHead .er-p-pageHead_title > span > br {
        display: inline;
      }

    .er-p-contents .er-listBox{
        flex-flow: row wrap;
        gap: 5px 0;
    }
    .er-p-contents .er-listBox dt{
        width: 100%;
    }

    .er-p-contents .er-listBox dd{
        width: 100%;
    }

    .er-p-contents .er-listBox + er-listBox{
        margin-top: 30px;
    }
}

/* ----------------------------------
  career - workstyle
 * ------------------------------- */
.er-p-workstyle{
    background-position: left bottom -100px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.er-p-workstyle:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 210px;
    width: 100%;
    height: 1300px;
    background: #F5F5F5;
    clip-path: polygon(0 18%, 100% 0%, 100% 82%, 0% 100%);
}

.er-p-workstyle .er-p-lead-area{
    margin-bottom: 30px;
}

.er-p-workstyle .er-p-careeriList + .er-p-page-title{
    margin-top: 90px;
}

.er-p-workstyle .er-p-data-container{
    flex-flow: row wrap;
    gap: 40px 50px;
    margin: 180px 0 0 0;
    position: relative;
    z-index: 1;
}

.er-p-workstyle .er-p-dataBox{
    background: #fff;
    text-align: center;
    width: 46%;
    padding: 30px 30px 40px 30px;
}

.er-p-workstyle .er-p-dataBox.box3 .er-p-icon{
    margin-top: 30px;
}

.er-p-workstyle .er-p-mathCount{
    position: relative;
    width: 100%;
}

.er-p-workstyle .er-p-dataBox .er-p-counter{
    color: #FF0000;
    font-size: 115px;
    margin-right: 50px;
}

.er-p-workstyle .er-p-count-area{
    flex-flow: row wrap;
}

.er-p-workstyle .er-p-dataBox .er-p-icon{
    width: 60px;
    margin: 50px auto 25px auto;
}

.er-p-workstyle .er-p-dataBox .er-p-count-title{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}

.er-p-workstyle .er-p-dataBox .er-p-unit{
    font-size: 31px;
    font-weight: 700;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.er-p-workstyle .er-p-dataBox.box2 .er-p-unit{
    right: 10px;
}

.er-p-workstyle .er-p-dataBox .er-p-caption{
    font-size: 20px;
    margin-top: 5px;
}

@media screen and (width <= 767px) {
    .er-p-workstyle{
        background-position: left bottom -100px;
        padding-bottom: 50px;
    }

    .er-p-workstyle:after{
        bottom: 0px;
        height: 505vw;
        clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
    }

    .er-p-workstyle .er-p-lead-area{
        margin-bottom: 30px;
    }

    .er-p-workstyle .er-p-careeriList + .er-p-page-title{
        margin-top: 90px;
    }

    .er-p-workstyle .er-p-data-container{
        flex-flow: row wrap;
        gap: 40px 50px;
        margin: 50px 0 0 0;
        position: relative;
        z-index: 1;
    }

    .er-p-workstyle .er-p-dataBox{
        width: 100%;
        padding: 20px 10px;
        box-shadow: 0px 2px 5px 5px #DEDEDE;
        border-radius: 10px;
    }

    .er-p-workstyle .er-p-mathCount{
        width: 80%;
    }

    .er-p-workstyle .er-p-dataBox .er-p-count-area{
        gap: 0 20px;
        align-items: flex-start;
        flex-flow: row nowrap;
    }

    .er-p-workstyle .er-p-dataBox.box3 .er-p-icon{
        width: 55px;
        margin: 20px 10px 20px 10px;
    }

    .er-p-workstyle .er-p-dataBox .er-p-icon{
        width: 49px;
        margin: 20px 10px 20px 10px;
    }

    .er-p-workstyle .er-p-dataBox .er-p-counter{
        font-size: calc(85 / 375 * 100vw);
        margin-right: 30px;
    }

    .er-p-workstyle .er-p-dataBox .er-p-count-title{
        font-size: calc(18 / 375 * 100vw);
        line-height: 1.4;
        font-weight: 700;
    }

    .er-p-workstyle .er-p-dataBox .er-p-mathCount{
        display: flex;
        flex-flow: row wrap;
    }

    .er-p-workstyle .er-p-dataBox .er-p-unit{
        font-size: calc(26 / 375 * 100vw);
        bottom: 30px;
        right: 70px;
    }

    .er-p-workstyle .er-p-dataBox.box2 .er-p-unit{
        right: 40px;
    }

    .er-p-workstyle .er-p-dataBox .er-p-caption{
        font-size: calc(14 / 375 * 100vw);
        margin-top: 5px;
        width: 100%;
        text-align: left;
    }
}


 /* ----------------------------------
  recruit - bosyuu,entry common
 * ------------------------------- */
.er-p-recruit{
    padding-bottom: 100px;
}

.er-p-recruit .er-p-contents{
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

#Contents .er-p-recruit .er-p-btnarea a{
  width: 294px;
  margin: 30px auto 40px auto;
  padding: 20px 0 20px 40px;
}


@media screen and (width <= 767px) {
    .er-p-recruit{
        padding-bottom: 80px;
    }

    .er-p-recruit .er-p-contents{
        max-width: 90%;
        padding-bottom: 0;
    }
}

/* ----------------------------------
  recruit - bosyuu
 * ------------------------------- */
.er-p-bosyuu .er-p-saiyoFlow{
    margin-bottom: 100px;
}

.er-p-bosyuu .er-p-saiyoFlow .er-p-saiyo-list{
    position: relative;
}

.er-p-bosyuu .er-p-saiyoFlow .er-p-saiyo-list:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    background: #E5E5E5;
    width: 40px;
    height: 23px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.er-p-bosyuu .er-p-saiyoFlow .er-p-saiyo-list:last-of-type .er-p-saiyo-textarea{
    background: #FF0000;
    color: #fff;
}

.er-p-bosyuu .er-p-saiyoFlow .er-p-saiyo-list:last-of-type:after{
    content: none;
}

.er-p-bosyuu .er-p-saiyoFlow .er-p-saiyo-list + .er-p-saiyo-list{
    margin-top: 40px;
}

.er-p-bosyuu .er-p-saiyoFlow .er-p-saiyo-list .er-p-saiyo-num{
    background: #FF0000;
    color: #fff;
    width: 63px;
    padding: 22px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 5px;
}

.er-p-bosyuu .er-p-saiyoFlow .er-p-saiyo-list .er-p-saiyo-textarea{
    width: calc(100% - 68px);
    background: #F5B090;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.er-p-bosyuu .er-p-saiyoFlow .er-p-saiyo-list .er-p-saiyo-textarea .er-page-text{
    font-size: 18px;
}


.er-p-bosyuu .er-p-contents .er-listBox dt{
    width: 12%;
}

.er-p-bosyuu .er-p-contents .er-listBox dd{
    width: 88%;
}

.er-p-bosyuu .er-p-contents .er-listBox dd .er-page-text +.er-page-text{
    margin-top: 20px;
}

.er-p-recruit .er-p-careeriList + .er-p-page-title {
  margin-top: 100px;
}

#Contents .er-p-bosyuu .er-page-text a{
  line-height: 2;
}

@media screen and (width <= 767px) {
    .er-p-bosyuu .er-p-saiyoFlow .er-p-saiyo-list:after{
        bottom: -25px;
        width: 30px;
        height: 13px;
    }

    .er-p-bosyuu .er-p-saiyoFlow .er-p-saiyo-list + .er-p-saiyo-list{
        margin-top: 35px;
    }

    .er-p-bosyuu .er-p-saiyoFlow .er-p-saiyo-list .er-p-saiyo-num{
        width: 40px;
        padding: 10px 0;
        font-size: calc(16 / 375 * 100vw);
        margin-right: 5px;
    }

    .er-p-bosyuu .er-p-contents .er-listBox dt{
        width: 100%;
    }

    .er-p-bosyuu .er-p-contents .er-listBox dd{
        width: 100%;
    }

    .er-p-bosyuu .er-p-saiyoFlow .er-p-saiyo-list .er-p-saiyo-textarea .er-page-text{
        font-size: calc(14 / 375 * 100vw);
        line-height: 1.4;
        padding: 10px 2px;
        margin: 0 auto 0 0;
    }

    #Contents .er-p-bosyuu .er-page-text a{
        line-height: 1.4;
    }

    #Contents .er-p-bosyuu .er-p-btnarea a{
      margin: 20px auto 30px auto;
    }
}



/* ----------------------------------
  recruit - entry
 * ------------------------------- */
.er-p-entry .er-page-l-text{
    font-weight: 700;
}

.er-p-entry .er-page-l-text + .er-page-text{
    margin-top: 10px;
}

.er-p-entry .er-page-text + .er-page-l-text{
    margin-top: 40px;
}

.er-p-entry .er-page-text + .er-page-text{
    margin-top: 20px;
}

#Contents .er-p-entry .er-p-btnarea.btn-b a{
  width: 234px;
}

@media screen and (width <= 767px) {
    #Contents .er-p-entry .er-p-btnarea a{
      margin: 40px auto 0px auto;
    }

    #Contents .er-p-entry .er-p-btnarea.btn-b a{
      width: 294px;
      margin: 20px auto;
    }
}

/* ----------------------------------
  categoryTop - works
 * ------------------------------- */
.er-p-categoryTop-works {
  position: relative;
}

.er-p-categoryTop-works:before {
  position: absolute;
  top: calc(-210 / 1440 * 100vw);
  bottom: min(calc(170 / 1000 * 100vw), 170px);
  left: 0;
  display: block;
  width: 100%;
  content: '';
  background: url('/recruitment/assets/images/humanjob/top/bg_01.jpg') no-repeat center center / cover;
  clip-path: polygon(0 15.27vw, 100% 0, 100% calc(100% - 15.27vw), 0% 100%);
}

@media screen and (width <= 767px) {
.er-p-categoryTop-works:before {
    top: calc(-13vw - 30px);
    bottom: 200px;
    background-image: url('/recruitment/assets/images/humanjob/top/bg_01_sp.jpg');
    clip-path: polygon(0 15.2vw, 100% 0, 100% calc(100% - 15.2vw), 0% 100%);
  }
}

.er-p-categoryTop-works .er-p-contents {
  position: relative;
}

.er-p-categoryTop-works .er-p-contents .er-p-navArea {
  justify-content: space-between;
}

.er-p-categoryTop-works .er-p-contents .er-p-navBox {
    width: 48%;
    box-shadow: 0px 2px 5px 5px rgba(0 0 0 / 15%);
}
