/*-----------フォント------------*/

@font-face {
    font-family: 'Noto Sans JP';
    src: url('../font/NotoSansJP-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('../font/NotoSansJP-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('../font/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
}

/*-----------共通CSS------------*/
* {
    box-sizing: border-box;
}

.pc_display {
    display: block;
}

.sp_display {
    display: none;
}

img {
    width: 100%;
}

body {
    position: relative;
    min-height: 100vh;
    font-family: 'Noto Sans JP';
    font-style: normal;
}

main{
    width: 100%;
    padding-top: 80px;
}

.cm-wrapper{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 132px;
}

.cm-heading-flex{
    display: flex;
    align-items: center;
}

.cm-heading-l2{
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 160%;
    letter-spacing: 0.1em;
    color: #06397C;
    overflow: hidden;
    display: flex;
}

.cm-heading-l2 span{
    display: inline-block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.headingPop span:nth-child(1){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .04s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(2){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .08s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(3){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .12s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(4){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .16s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(5){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .20s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(6){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .24s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(7){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .28s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(8){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .32s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(9){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .36s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(10){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .40s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(11){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .44s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(12){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .48s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(13){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .52s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(14){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .56s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(15){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .60s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(16){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .64s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(17){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .68s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(18){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .72s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(19){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .76s cubic-bezier(.08,.92,.35,1);
}

.headingPop span:nth-child(20){
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s .04s cubic-bezier(.08,.92,.35,1);
    transition: 1s .80s cubic-bezier(.08,.92,.35,1);
}

.cm-heading-l2-sub{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #757575;
}

.cm-heading-l3{
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 180%;
    letter-spacing: 0.1em;
    color: #06397C;
    overflow: hidden;
    display: flex;
}

.cm-heading-l3 span{
    display: inline-block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.cm-heading-l3-sub{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #757575;
    margin-left: 24px;
}

.cm-text-l{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 0.1em;
    color: #3F3F3F;
}

.cm-text-m{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #3F3F3F;
}

.cm-text-s{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #3F3F3F;
}

.cm-text-hi{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 0.1em;
    color: #3F3F3F;
}

.cm-text-blue-bold{
    font-weight: 700;
    color: #06397C;
}

.cm-text-bold{
    font-weight: 700;
}

.cm-button{
    width: 100%;
    max-width: 364px;
    height: 58px;
    border: 1px solid #06397C;
    border-radius: 5px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 58px;
    letter-spacing: 0.06em;
    color: #06397C;
    text-align: center;
    display: inline-block;
    transition: 0.5s
}

.cm-button:hover{
    color: #FFFFFF;
    background-color: #06397C;
}

.cm-button-wrapper{
    display: flex;
    justify-content: center;
}

.slidein{
    animation-name: slideInAnime;         
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;  
    }

@keyframes slideInAnime{              
    from {     
        opacity: 0;                        
        transform: translateY(250px);
    }
    to {
      opacity: 1;                               
        transform: translateY(0px);
    }
    }

.slidein-trigger{
  opacity: 0;
}

.cm-bg-extend{
    animation-name:bgextendAnimeBase;
    animation-duration:1.2s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
    height: fit-content;
  }

@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
  
    to {
      opacity:1;  
  }
  }

.cm-bg-img{
    animation-name:bgextendAnimeSecond;
    animation-duration:1.2s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond{
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
  }
  }

.cm-bg-extend-left::before{
    animation-name:bgLRextendAnime;
    animation-duration:1.2s;
    animation-fill-mode:forwards;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #06397C;
  }
  @keyframes bgLRextendAnime{
    0% {
      transform-origin:left;
      transform:scaleX(0);
    }
    50% {
      transform-origin:left;
      transform:scaleX(1);
    }
    50.001% {
      transform-origin:right;
    }
    100% {
      transform-origin:right;
      transform:scaleX(0);
    }
  }

  .cm-bg-extend-right::before{
    animation-name:bgRLextendAnime;
    animation-duration:1.2s;
    animation-fill-mode:forwards;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #06397C;
  }

  @keyframes bgRLextendAnime{
    0% {
        transform-origin:right;
        transform:scaleX(0);
      }
      50% {
        transform-origin:right;
        transform:scaleX(1);
      }
      50.001% {
        transform-origin:left;
      }
      100% {
        transform-origin:left;
        transform:scaleX(0);
      }
  }  

/*-----------ヘッダー部の内容------------*/

.header {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
}

.header-logo {
    width: 185px;
}

.header-wrapper{
    width: 90%;
    max-width: 968px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.header-nav-sm {
    display: none;
}

.header-ul {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.header-a {
    display: block;
    font-family: Avenir;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #3F3F3F;
    margin: 0;
    padding: 0 20px 0;
    height: 80px;
    line-height: 80px;

}

.header-a:hover{
    color: #06397C;
}

.header-parent{
    position: relative;
    cursor: pointer;
}

.header-sub{
    position: fixed;
    top: 80px;
    background-color: white;
    height: 77px;
    width: 100%;
    z-index: 5;
    display: none;
}

.header-sub-ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-child-a{
    font-weight: 700;
    font-size: 16px;
    line-height: 77px;
    letter-spacing: 0.04em;
    position: relative;
    padding: 0 40px;
}

.header-child-a:hover::before{
    background-color: #F1F7FB;
}

.header-child-a::before{
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid;
    border-radius: 50%;
    border-color: #06397C;
    top: 24px;
    right: -1px;
}

.header-child-a::after{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #06397C;
    border-right: 2px solid #06397C;
    transform: rotate(45deg);
    top: 34px;
    right: 10px;
}



/*-----------フッター部の内容------------*/

footer{
    width: 100%;
    height: 576px;
    background-color: #2A344A;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #D1D1D1;
}

.footer-wrapper{
    width: 90%;
    max-width: 1016px;
    margin: 0px auto;
    padding: 80px 0;
}

.footer-links{
    padding-bottom: 24px;
    border-bottom: 1px solid #606060;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-navs{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-logo{
    width: 177px;
}

.footer-fb{
    width: 40px;
}

.footer-tw{
    margin-left: 18px;
}

.footer-icons{
    display: flex;
    align-items: center;
}

.footer-pmark {
    width: 100px;
    margin-top: 25px;
}

.footer-nav{
    padding: 0 40px;
    margin-top: 13px;
    border-right: 1px solid #606060;
    height: 295px;
}

.footer-nav:last-of-type{
    border-right: 0px;
}

.footer-nav-parent{
    font-weight: 700;
    color: white;
}

.footer-nav-sub{
    margin-top: 16px;
}

.footer-nav-single{
    margin-bottom: 24px;
}

.footer-policies{
    margin-top:24px;
    display: flex;
}

.footer-policies-link{
    margin-right: 32px;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.06em;
}

.footer-copyright{
    margin-top: 14px;
    font-size: 12px;
    line-height: 180%;
    color: #9E9E9E;
}

/*-----------RECRUIT------------*/
.recruit-cta{
    width: 100%;
    display: flex;
    max-width: 1280px;
    margin: 0 auto 64px;
}

.recruit-cta-img{
    width: 100%;
    max-width: 578px;
    height: auto;
    max-height: 352px;
}

.recruit-cta-text{
    margin-top: 41.5px;
    padding: 48px 132px 48px 64px;
    width: 55%;
}

.recruit-cta-text-title{
    font-weight: 400;
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 0.1em;
    color: #3F3F3F;
    margin-top: 24px;
}

.recruit-cta-highlight{
    color: #EA8629;
}

.recruit-cta-text-content{
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #3F3F3F;
    margin-top: 24px;
}

.recruit-cta-button{
    margin-top: 24px;
}

/*-----------LOADING画面------------*/
.loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
  }
  
.loading.is-active {
    opacity: 0;
    visibility: hidden;
  }

.loading.is-second {
    opacity: 0;
    visibility: hidden;

  }

.loading-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.loading-copy{
    font-weight: 500;
    font-size: 40px;
    line-height: 180%;
    letter-spacing: 0.1em;
    color: #06397C;
    text-align: center;
}

.loading-copy-sub{
    font-weight: 500;
    font-size: 30px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #06397C;
    margin-top: 16px;
}


/*-----------ヘッダー(business)表示調整------------*/
@media (max-width: 1223px) {
    .header-child-business{
        line-height: 16px;
        padding: 24px 40px;
        display: inline-block;
    }
    }
/*-----------SP幅対応------------*/

@media (max-width: 910px) {

    .pc_display {
        display: none;
    }
    .sp_display {
        display: block;
    }

    .cm-wrapper{
        margin: 0;
        padding: 0 16px;
    }

    .cm-heading-flex{
        flex-flow: column;
        align-items: flex-start;
    }
    .cm-heading-l2{
        font-size: 30px;
    }

    .cm-heading-l3{
        font-size: 22px;
    }

    .cm-heading-l3-sub{
        margin: 4px 0 0;
    }

    .cm-text-l{
        font-size: 18px;
    }

    .header {
        height: 49px;
        display: block;
        padding: 0 16px;
    }

    .header-wrapper{
        height: 49px;
        width: 100%;
        justify-content: space-between;
    }
    .header-logo {
        width: 164px;
    }
    #hamburger {
        background-color: transparent;
        position: relative;
        cursor: pointer;
        margin: 0 0 0 auto;
        height: 32px;
        width: 32px;
    }
    .icon span {
        position: absolute;
        left: 4px;
        width: 24px;
        height: 3px;
        background-color: #3866A4;
        border-radius: 8px;
        transition: ease 0.75s;
    }
    .icon span:nth-of-type(1) {
        top: 6px;
    }
    .icon span:nth-of-type(2) {
        top: 14px;
    }
    .icon span:nth-of-type(3) {
        bottom: 7px;
    }

    .close span{
        background-color: white;
        z-index: 20;
    }
    
    .close span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 18px;
    }
    .close span:nth-of-type(2) {
        opacity: 0;
    }
    .close span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 18px;
    }
    .header-nav-sp {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100vh;
        background-color: #06397C;
        overflow: auto;
        display: none;
    }
    .header-sp-ul {
        padding: 48px 16px 0px;
        color: white;
        font-size: 14px;
        line-height: 180%;
        letter-spacing: 0.04em;
        font-weight: 400;
    }

    .header-parent-sp-li{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        border-bottom: 1px solid #606060;
        padding: 16px 0;
    }
    
    .header-parent-sp{
        font-weight: 700;
    }

    .header-sp-ul-sub{
        padding-left: 16px;
    }

    .header-child-sp-li{
        margin-bottom: 8px;
    }

    .header-single-sp-li{
        font-weight: 700;
        border-bottom: 1px solid #606060;
        padding: 16px 0;
    }

    main {
        max-width: 100%;
        padding: 49px 0 0;
    }

    footer{
        height: auto;
    }

    .footer-sp-wrapper{
        padding: 23px 16px;
    }

    .footer-sp-logos{
        display: flex;
        justify-content: space-between;
        max-width: 343px;
        align-items: center;
    }

    .footer-icons {
        margin-left: 20px;
    }

    .footer-pmark {
        width: 80px;
        margin: 0 20px;
    }

    .footer-sp-ul{
        margin-top: 16px;

    }
    
    .footer-parent-sp-li, .footer-single-sp-li{
        padding: 16px 0;
        border-bottom: solid 1px #606060;
    }

    .footer-parent-sp-li{
        position: relative;
        cursor: pointer;
    }

    .footer-parent-sp-li::after{
        content: '＋';
        position:absolute;
        top:15px;
        right:0;
        color: white;
        font-weight: 500;
        font-size: 18px;
    }

    .footer-parent-sp-li.minus::after{
        content: 'ー';
    }

    .footer-parent-sp{
        font-weight: 700;
        font-size: 14px;
        line-height: 180%;
        letter-spacing: 0.04em;
        color: #FFFFFF;
    }

    .footer-sp-ul-sub{
        display: none;
    }

    .footer-child-sp-li{
        margin-top: 16px;
    }

    .footer-policies-sp{
        margin-top: 32px;
    }

    .footer-policies-link-sp{
        margin-top: 16px;
        display: block;
        font-size: 12px;
        line-height: 160%;
        letter-spacing: 0.06em;
    }

    .footer-copyright-sp{
        margin-top: 32px;
        font-size: 12px;
        line-height: 180%;
        letter-spacing: 0.04em;
        color: #9E9E9E;
    }

    .recruit-cta{
        flex-direction: column;
        margin-bottom: 16px;
        padding: 0 16px;
    }

    .recruit-cta-img{
        width: 100%;
        max-width: none;
        max-height: none;
    }

    .recruit-cta-text{
        margin-top: 0;
        padding: 48px 0;
        width: 100%;
    }

    }
