/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');

/* recruit-reset */
a {
    color: inherit;
    text-decoration: none;
    display: block;
}

img {
    display: block;
}

html, * {
    /* font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic'; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;/* regular:400 midium:500 bold:700*/
    font-size: 16px;
    overflow-x: hidden;
    margin: 0;
    box-sizing: border-box;
    line-height: 26px;
}

main {
    z-index: -1;
}

::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    width: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 30px #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

::selection {
    background: rgba(239, 183, 88, 0.3);
}

::-moz-selection {
    background: rgba(239, 183, 88, 0.3);
}

.recruit-header {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow-y: initial;
}
.recruit-header-for-session {
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow-y: initial;    
}
.header-scroll {
    position: fixed;
}

.header-scroll__color {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.header-scroll__color .cls-2 {
    fill: #183A5A;
}

.header-scroll__color .hamburger_line {
    background-color: #183A5A;
}


.header-scroll__color .recruit-nav__menu, .header-scroll__color .recruit-nav__menu--active {
    color: #9C9C9C;
}

.header-scroll__color .recruit-nav__menu--active {
    color: #EFB758;
    border-bottom: 2px solid #EFB758;
}

.recruit-header__content {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    overflow-y: initial;
    transition: all ease .3s;
}

/* .recruit-btn-entry.r_hidden {
    display: none;
} */




/* bager menu */

.recruit-nav {
    transition: all .6s;
    overflow-y: auto;
    margin-top: 54px;
    width: 260px;
    height: 100vh;
    z-index: 200;
    top: 0;
    right: -320px;
    background-color: #f2f2f2;
    position: fixed;
  }
  
  .nav-btn {
    width: 44px;
    height: 44px;
    z-index: 300;
    top: 5px;
    right: 15px;
    cursor: pointer;
    position: absolute;
  }
  
  .hamburger_line {
    transition: all .6s;
    width: 34px;
    height: 2px;
    left: 5px;
    background-color: #fff;
    position: absolute;
  }
  
  .hamburger_line1 { top: 10px; }
  .hamburger_line2 { top: 21px; }
  .hamburger_line3 { top: 32px; }
  
  .nav_bg {
    opacity: 0;
    transition: all .6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 54px;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
  }
  
  /* 表示された時用のCSS */
.nav_open .recruit-nav {
    right: 0;
}
  
.nav_open .nav_bg {
    opacity: .8;
    visibility: visible;
}

.nav_open .recruit-header__content {
    background: #183A5A;
    transition: all ease .3s;
}

.nav_open .header-scroll__color .recruit-header__content {
    background: #fff;
}

/*
.nav_open .hamburger_line {
        background-color: #183A5A;
  }
*/
.nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

.nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
}

.nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

.nav_open .recruit-nav__menu, .nav_open .recruit-nav__menu--active {
    color: #183A5A;
    text-align: center;
}




  /* ナビゲーション中身 */
  
.recruit-nav {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.recruit-nav--pc {
    display: none;
}

.recruit-nav__menu, .recruit-nav__menu--active {
    color: #fff;
    line-height: 40px;
    padding: 12px 10px;
    position: relative;
    overflow-y: initial;
}

.recruit-nav__menu--active {
    border-bottom: solid 2px #fff;
    pointer-events: none;
}

.recruit-nav__menu:hover {
    background: rgba(255,255,255,.1);
    color: #FFC053;
    transition: all 0.3s ease;
}

/* ヘッダーリンク　hover時の下線エフェクト */
.recruit-nav__menu::after, .recruit-nav__menu--active ::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFC053;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.recruit-logo {
    padding: 14.5px 20px;
    display: flex;
    align-items: center;
}

.recruit-logo svg {
    height: 25px;
}



  /* コンテンツ */

.content-main {
    margin: 0 20px;
    overflow: initial;
}

.content-main__section--firstChild {
    padding: 40px 1000px 20px;
    margin: 0 -1000px;
}

.content-main__section {
    padding: 20px 1000px;
    margin: 0 -1000px;
}

.content-main__section--graybg {
    padding: 40px 1000px;
    margin: 30px -1000px 20px;
    background-color: #F5F5F5;
    position: relative;
    z-index: 1;
}

.content-main__section--lastChild {
    padding: 20px 1000px 50px;
    margin: 0 -1000px;
}

.content-main__section--single {
    padding: 40px 1000px 50px;
    margin: 0 -1000px;
}


/* first view */

.firstview {
    background: url('../assets/topimg-entry.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    padding-top: 60px;
    position: relative;
}

.firstview::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, #ffffff 10%, rgba(24, 58, 90, 0.50) 78%);
    background: -webkit-linear-gradient(bottom, #ffffff 10%, rgba(24, 58, 90, 0.50) 78%);
    background: linear-gradient(to top, #ffffff 10%, rgba(24, 58, 90, 0.50) 78%);
}

.centering {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: fit-content;
    text-shadow: 0 0 3px rgba(24, 58, 90, 0.2);
}

.firstview__headlilne {
    font-family: 'Nothing You Could Do', 'Noto Sans JP', sans-serif;
    position: relative;
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: normal;
    line-height: initial;
}

.firstview__subhead {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}


/* button */

.recruit-btn-entry--sp {
    background: #EFB758;
    border-color: #EFB758;
    color: #fff;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: 20px;
    height: 35px;
    line-height: 33px;
    width: 78px;
    overflow: initial;
    z-index: 99;
    top: 9.5px;
    right: 73px;
    font-size: 14px;
}

.recruit-btn-entry {
    display: none;
}

/* タイトル */

.recruit-title--en {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    overflow: initial;
    display: inline-block;
    position: relative;
}

.recruit-title--en__band {
    position: absolute;
    height: 11px;
    width: calc(100% + 10px);
    background: #fee6ba;
    right: -5px;
    bottom: 4px;
    z-index: -1;
}

.recruit-title--ja {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    display: block;
    overflow: initial;
    margin-bottom: 35px;
}



.recruit-morebtn {
    border: solid 1px #9C9C9C;
    line-height: 40px;
    display: block;
    text-align: center;
    width: 280px;
    color: #9C9C9C;
    font-size: 14px;
    margin: 20px auto;
}

/* slider */
.recruit__wrapper {
    overflow-x: visible;
}

.slider {
    margin: 20px 0 0px 0;
    overflow: initial;
    width:100%;
    display: none;
}

.slider.slick-initialized{
    display: block; /*slick-initializedが付与されたら表示*/
}

.slick-next:before, .slick-prev:before {
    font-size: 40px;
}

.slick-arrow {
    overflow: initial;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    overflow: hidden;
}

/* スライダーの矢印 */
.slick-prev, .slick-next {
    z-index: 1;
    top: 33%;
    height: auto;
    width: auto;
}

.slick-prev {
    left: -17px;
}

.slick-next {
    right: -17px;
}

.slick-prev::before, .slick-next::before {
    display: block;
}

.slick-prev:before {
    height: 40px;
    width: 40px;
    content: '';
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><circle fill="%23bfd1de" class="a" cx="20" cy="20" r="20"/><g transform="translate(14.701 12.461)"><path class="b" fill="%23fff" d="M14.643,3.3,13.343,2,6,9.343l7.343,7.343,1.3-1.3L8.6,9.343Z" transform="translate(-6 -2)"/></g></svg>');
}
.slick-prev:hover:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><circle fill="%2398adbc" class="a" cx="20" cy="20" r="20"/><g transform="translate(14.701 12.461)"><path class="b" fill="%23fff" d="M14.643,3.3,13.343,2,6,9.343l7.343,7.343,1.3-1.3L8.6,9.343Z" transform="translate(-6 -2)"/></g></svg>');
}

.slick-next:before {
    height: 40px;
    width: 40px;
    content: '';
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><circle fill="%23bfd1de" class="a" cx="20" cy="20" r="20"/><g transform="translate(16.656 12.461)"><path class="b" fill="%23fff" d="M6,3.3,7.3,2l7.343,7.343L7.3,16.686,6,15.387l6.043-6.043Z" transform="translate(-6 -2)"/></g></svg>');
}

.slick-next:hover:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><circle fill="%2398adbc" class="a" cx="20" cy="20" r="20"/><g transform="translate(16.656 12.461)"><path class="b" fill="%23fff" d="M6,3.3,7.3,2l7.343,7.343L7.3,16.686,6,15.387l6.043-6.043Z" transform="translate(-6 -2)"/></g></svg>');
}

/* ここからカード本体CSS */
.recruit-card--tile {
    flex-basis: 100%;
    width: 100%;
    margin: 0 10px;
    margin-bottom: 30px;
    display: grid;
    overflow: hidden;
}



/* 2022/2/2~ recruit cardデザイン変更追加したCSS */

.recruit-card__description{
    padding: 15px 0;
    position: relative;
    display: grid;
    line-height: 20px;
    min-height: 80px;
    background: #fff;
}

/* .recruit-card 系のCSSはrecruit.cssにまとめられているので、移した方が良いかも？  カード
　　ただし、このページ内のみのデザインと区別をする　　　　　*/
.recruit-card__description p:first-child {
    color: #9D9D9D;
    font-weight: 500;
    letter-spacing: -0.7px;
}

.recruit-card__description p:nth-child(2) {
    font-size: 15px;
    font-weight: 700;
    display: flex;
    color: #ffbc2c;
    padding-bottom: 5px;
}


/* card arrow */
/* アニメーション前の矢印 */
.recruit-card__description p:nth-child(1)::before {
    content: '';
    color: #e5e5e5;
    height: 7px;
    border-bottom: solid 3px;
    border-right: solid 3px;
    transform: skew(45deg);
    position: absolute;
    left: -10px;
    bottom: 20px;
    z-index: 2;
    width: 100%;
}

/* アニメーション前矢印 オレンジ箇所 */
.recruit-card__description::before {
    content: '';
    border-bottom: solid 3px #FFB22C;
    width: 40%;
    z-index: 3;
    position: relative;
    bottom: -58px;
}

/* アニメーション後の矢印 */
.recruit-card__arrow {
    border-bottom: solid 3px #FFB22C;
    border-right: solid 3px #FFB22C;
    width: 0;
    position: relative;
    left: -7px;
    top: -5px;
    height: 10px;
    z-index: 3;
    transform: skew(45deg);
    animation: arrowColour-empty-keyframe 0.3s;
}

.recruit-card__description::after {
    content: 'view more';
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    color: #CCCCCC;
    top: 73px;
    right: 5px;
    transition: 0.3s;
}

.recruit-card--tile:hover .recruit-card__arrow {
    animation: arrowColour-fill-keyframe 0.3s;
    width: 100%;
}

.recruit-card--tile:hover .recruit-card__description::after{
    color: #ffbc2c;
}

@keyframes arrowColour-fill-keyframe {
    0% {
        width: 0%;
        border-right: solid 0px #FFB22C;
        transform: skew(0deg);
    }

    98% {
        width: 98%;
        border-right: solid 0px #FFB22C;
        transform: skew(0deg);
    }

    100% {
        width: 100%;
        transform: skew(45deg);
        border-right: solid 3px #FFB22C;
    }
}

@keyframes arrowColour-empty-keyframe {
    0% {
        width: 100%;
        transform: skew(45deg);
        border-right: solid 3px #FFB22C;
    }

    2% {
        width: 98%;
        border-right: solid 0px #FFB22C;
        transform: skew(0deg);
    }

    100% {
        width: 0%;
        border-right: solid 0px #FFB22C;
        transform: skew(0deg);
    }
}


/* page link card */

.other-page-card {
    height: 155px;
    background: #F7F7F7;
    padding: 23px 34px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 18px 3px;
    transition: all 0.3s;
}
.other-page-card:hover {
    background: #98ADBC;
}

.other-page-card__titile {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    height: 32px;
    transition: all 0.3s;
}
.other-page-card:hover .other-page-card__titile {
    color: #fff;
}

.other-page-card__subtitle {
    color: #909090;
    font-size: 14px;
    margin-top: 3px;
    transition: all 0.3s;
}
.other-page-card:hover .other-page-card__subtitle {
    color: #DCE4EA;
}

.other-page-card__icon, .other-page-card__icon-hover {
    width: 25px;
    height: 25px;
    margin-top: 5px;
}
.other-page-card__icon-hover {
    display: none;
}

.other-page-card__icon .circle {
    fill:#67A5D1;
    transition: 0.3s;
}

.other-page-card:hover .other-page-card__icon .circle {
    transition: 0.3s;
}
.other-page-card:hover .other-page-card__icon .circle{
    fill: #fff;
}

.other-page-card__icon .arrow {
    fill:#fff;
    transition: 0.3s;
}
.other-page-card:hover .other-page-card__icon .arrow {
    fill: #98ADBC;
}

/* footer */
.recruit-footer {
    background: #BFD1DE;
}

.recruit-footer__inner {
    padding: 55px 20px 20px;
}
.recruit-footer__links__wrapper {
    margin-top: 30px;
}
.recruit-footer__links--white {
    justify-content: center;
}

.recruit-footer__links--gray {
    justify-content: center;
}

.recruit-footer__links--gray:last-child {
    margin-top: 10px;
}

.recruit-footer__links__item--white {
    width: 130px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    font-family: Helvetica;
    line-height: 18px;
    transition: 0.3s;
}

.recruit-footer__links__item--white:hover {
    color: #f5f5f5;
}

.recruit-footer__links__item__subtitle {
    color: #8BA4B4;
    font-size: 10px;
    font-weight: normal;
    line-height: 15px;
    transition: 0.3s;
}

.recruit-footer__links__item--white:hover .recruit-footer__links__item__subtitle {
    font-weight: 600;
    transition: 0.3s;
}

.recruit-footer__links--white .recruit-footer__links__item__icon {
    float: right;
    margin-left: 8px;
    width: 16px;
    height: 16px;
}

.recruit-footer__links__item__icon .background {
    fill:rgba(255,255,255,0);
}

.recruit-footer__links__item__icon .icon {
    fill: currentColor;
}

.recruit-footer__links__item--gray {
    color: #8BA4B4;
    height: 25px;
    position: relative;
    width: fit-content;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    font-family: Helvetica;
    line-height: 18px;
}

.recruit-footer__links__item--gray:hover {
    color: #8097a5;
}

/* フッターグレー文字リンク　hover時の下線エフェクト */
.recruit-footer__links__item--gray::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #8BA4B4;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.recruit-footer__links__item--gray:hover::after {
    transform: scale(1, 1);
}

.recruit-footer__links__line {
    width: 30px;
    height: 5px;
    margin: 5px 0 15px;
    background-image: linear-gradient(to right, #8BA4B4, #8BA4B4 2px, transparent 2px, transparent 8px);
    background-size: 5px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

/* 
.white, .gray　でフッターリンクのクラスをつないでいた時のCSS
元々CSSがきいていなかった様子で消して良さそう？
.recruit-footer__links__item--white img {
    width: 24px;
    height: 24px;
    margin: -5px 0 0 0;
} */


.recruit-footer__icons {
    display: flex;
    justify-content: center;
    margin: 30px 0 5px;
}

.recruit-footer__icons__item {
    padding-left: 17px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}
.recruit-footer__icons__item:hover {
    opacity: 0.8;
}
.recruit-footer__icons__item:first-child {
    padding-left: 0;
}

.recruit-footer__icons__item img {
    width: 26px;
}



.recruit-footer small, .recruit-footer--topPage small {
    font-size: 12px;
    color: #8BA4B4;
    text-align: center;
    line-height: 20px;
    padding: 0 20px 5px;
    display: block;
}

.recruit-footer small a, .recruit-footer--topPage small a {
    display: inline;
    font-size: 12px;
    color: #8BA4B4;
}

.recruit-footer small a:hover, .recruit-footer--topPage small a:hover {
    color: rgba(0,0,0,.8);
}


/* リンク */
    
.recruit-link {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 20px;
    padding: 40px 10px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.recruit-link::before, .recruit-link--block__imglink::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index : 1;
    background: rgba(24, 58, 90, .4);
}

.rectuit-link__title-en {
    font-family: play;
    font-size: 32px;
    line-height: 40px;
    position: relative;
    z-index : 1;
}

.rectuit-link__title-ja {
    font-size: 14px;
    position: relative;
    z-index : 1;
    line-height: 20px;
}

.recruit-link__img {
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

aside.recruit-wrap {
    padding-top: 20px;
}

.recruit-wrap--entry {
    margin-top: 25px;
}

/* リクルートカード */
.recruit-card-wrap {
    overflow: initial;
}

.recruit-card {
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    width: 100%;
    max-width: 280px;
    height: 90%;
    overflow: hidden;
    margin: 0 10px;
}

.recruit-card__img {
    position: relative;
    overflow: hidden;
}

.recruit-card__img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.recruit-card__img img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.recruit-card__img__phrase {
    position: absolute;
    bottom:0;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
    width: 100%;
    padding: 20px;
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7) 100%);
    color: #fff;
    overflow-y: hidden;
}

.recruit-card__img__phrase span {
    font-size: 20px;
    line-height: 25px;
}

.recruit-card__description p {
    font-size: 14px;
    color: rgba(0,0,0,.6);
    line-height: 24px;
}

.recruit-card__description p:first-child {
    font-size: 12px;
    color: rgba(0,0,0,.6);
    line-height: 24px;
}

/* インフォグラフィック */

.recruit-infography {
    display: flex;
    flex-direction: column;
    overflow: initial;
}

.recruit-infography__box {
    box-shadow: 0 0 1px rgba(0,0,0,.2);
    padding: 20px;
    background: #fff;
    flex-basis: calc(50% - 40px/2);
    margin-bottom: 20px;
}

.recruit-infography__box__title {
    text-align: center;
    font-weight: normal;
}

.recruit-infography__box__img {
    max-width: 150px;
    margin: auto;
    display: block;
}

.recruit-infography__box__text {
    font-size: 14px;;
}

.recruit-notice {
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
}

.icon-bg {
    padding: 0;
}

.icon-bg div {
    background: #bebebe;
    border-radius: 3px;
    margin: 5px;
}

.icon-bg span {
    font-size: 10px;
    text-align: center;
    color: rgba(0,0,0,.4);
    display: block;
    margin-top: -5px;
}


/* リクルートカード hover */
.recruit-card--tile, .recruit-card--tile img {
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    max-width: 280px;
    width: 100%;
}

.recruit-card--tile:hover {
    box-shadow: 0,0,3px,rgba(0,0,0,.1);
    overflow: initial;
}

/* modal */
.remodal-wrapper {
    overflow-x: hidden;
    padding: 0;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}

.remodal {
    margin: auto;
    padding: 0;
    text-align: left;
    max-height: 100vh;
}

.remodal-close {
    z-index: 1;
    color: #fff;
}

.remodal-image {
    position: relative;
    flex-basis: 40%;
    overflow: initial;
}

.remodal-image img {
    max-width: 100%;
}

.remodal-content {
    flex-basis: 80%;
}

.remodal-content__wrap {
    padding: 20px;
}

.remodal-content__wrap:first-child {
    padding-top: 20px;
}

.remodal-content__wrap__text {
    font-size: 14px;
}

.remodal-content__wrap__text li {
    font-size: 14px;
    overflow: initial;
}

.remodal-profile {
    padding: 20px 20px 10px;
    font-size: 14px;
    color: rgba(0,0,0,.5);
    /* margin-top: -150px; */
    background-color: #fff;
    position: relative;
    overflow: initial;
}

.remodal-profile__person {
    display: flex;
    flex-wrap: wrap;
}

.remodal-profile__name {
    margin: 0 15px 5px 0;
    color: rgba(0,0,0,.6);
}

.remodal-profile__position {
    margin-bottom: 5px;
}

.remodal-profile__tags {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 10px;
}

.remodal-profile__tags li {
    list-style: none;
    padding-right: 5px;
    font-size: 14px;
}

.remodal-profile__tags li::before {
    content: '#';
}

.remodal-profile__outline {
    font-size: 14px;
}

.remodal  {
    opacity: 0;
}

.remodal.remodal-is-opened  {
    opacity: 1;
}


.interview-headline {
    font-size: 22px;
    font-weight: 500;
    font-family: play;
    padding: 0 0 10px 2px;
    color: rgba(0, 0, 0, 0.4);
}


@media screen and (min-width: 480px) {

    .recruit-logo {
        padding: 12px 20px 12px 60px;
    }

    .recruit-logo svg {
        height: 30px;
    }

    .recruit-btn-entry--sp {
        right: 120px;
    }

    .nav-btn {
        right: 55px;
    }

    .content-main {
        margin: 0 60px;
    }

    .recruit-card-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .recruit-footer__links--white {
        display: flex;
    }
    .recruit-footer__links--gray {
        display: flex;
    }

    .recruit-footer__links__item--white {
        width: auto;
        margin-right: 30px;
        margin-bottom: 0;
    }
    .recruit-footer__links__item--gray {
        width: auto;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .recruit-footer__icons {
        margin: 50px 0 5px;
    }

    .firstview::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(24, 58, 90, 0.2);
    }

    /* インフォグラフィック */
    
    .recruit-infography__box:nth-child(2n) {
        margin-left: 40px;
    }

    .recruit-infography {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .remodal, .remodal-wrapper:after {
        vertical-align: middle;
    }

    .remodal {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 30px;
        border-radius: 5px;
        max-width: 90vw;
        max-height: 90vh;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

    /* モーダル挙動のための上書き */
    .remodal.remodal-is-opening {
        animation: remodal-opening-keyframes2 .3s;
    }
    .remodal.remodal-is-closing {
        animation: remodal-closing-keyframes2 .3s;
    }

    @keyframes remodal-opening-keyframes2 {
        0% {
            -webkit-transform: scale(1.05) translateY(-50%) translateX(-50%);
            transform: scale(1.05) translateY(-50%) translateX(-50%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(-50%) translateX(-50%); 
            transform: translateY(-50%) translateX(-50%); 
            opacity: 1;
        }
    }
    @keyframes remodal-closing-keyframes2 {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }

    
    .remodal-image {
        max-width: 300px;
    }

    ::-webkit-scrollbar-thumb.remodal {
        border-radius: 5px;
    }

    .remodal-close {
        color: #bbb;
    }

    .remodal-content__wrap {
        padding: 0 0 20px 20px;
    }

    .remodal-content__wrap:first-child {
        padding-top: 0;
    }

    .remodal-profile {
        padding: 10px 0 0;
    }

}

@media screen and (min-width: 768px) {

    .firstview {
        height: 400px;
    }

    /* リクルートカード */
    .slick-next, .slick-prev {
        top: 30%;
    }
    .slick-next {
        right: -50px;
    }    
    .slick-prev {
        left: -50px;
    }

    .recruit-card__img__phrase {
        padding: 11px 13px;
        font-size: 13px;
        line-height: 22px;
    }

    .recruit-card__img__phrase span {
        line-height: 22px;
        font-size: 14px;
    }

    .recruit-footer__inner {
        padding: 55px 60px 20px;
    }

    .other-page-card__wrap {
        display: flex;
        justify-content: center;
    }
    .other-page-card {
        width: 100%;
        padding: 23px 20px;
    }
    .other-page-card:first-child {
        margin-right: 30px;
        margin-left: 3px;
    }
    .other-page-card:last-child {
        margin-left: 30px;
        margin-right: 3px;
    }
    .recruit-btn-entry--sp {
        display: none;
    }

    .recruit-btn-entry {
        display: block;
        background: #EFB758;
        border-color: #EFB758;
        color: #fff;
        font-weight: 500;
        text-align: center;
        position: fixed;
        bottom: 20px;
        overflow: initial;
        font-size: 14px;
        z-index: 98;
        right: 60px;
        left: initial;
        line-height: 150px;
        width: 150px;
        height: 150px;
        border-radius: 150px;
        top: auto;
        /* left: calc(50% - 100px);
        line-height: 30px;
        width: 200px; */
    }

    .recruit-btn-entry.r_hidden {
        display: none;
    }

    .recruit-footer__links--gray:last-child {
        margin-top: 15px;
    }

    .recruit-footer__links__item--gray {
        color: #8BA4B4;
    }

    .recruit-footer__links__line { 
        display: none;
    }

    .remodal-content__wrap {
        padding: 0 0 20px 40px;
    }

    .remodal-profile {
        background-color: transparent;
    }
}

@media screen and (min-width: 1024px) {

    .recruit-header__content {
        width: 90%;
        max-width: 1000px;
    }

    .recruit-nav__menu:hover::after {
        transform: scale(1, 1);
    }

    .content-main {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .content-main__section--firstChild {
        padding: 100px 1000px 50px;
        margin: 0 -1000px;
    }

    .content-main__section {
        padding: 50px 1000px;
    }

    .content-main__section--graybg {
        padding: 100px 1000px;
        margin: 50px -1000px;
    }

    .content-main__section--lastChild {
        padding: 50px 1000px 200px;
        margin: 0 -1000px;
    }

    .content-main__section--single {
        padding: 100px 1000px 200px;
        margin: 0 -1000px;
    }

    .slider {
        margin: 0;
    }

    .rectuit-link__title-ja {
        font-size: 16px;
        line-height: 26px;
    }

    /* リクルートカード */
    .recruit-card__img__phrase {
        transition: 0.3s;
        font-size: 16px;
        bottom: -90px;
    }

    .recruit-card__img__phrase span {
        transition: 0.2s;
        position: relative;
        top: 90px;
        font-size: 16px;
    }

    .recruit-card--tile:hover .recruit-card__img__phrase {
        transition-delay: 0s;
        bottom: 0;
    }

    .recruit-card--tile:hover .recruit-card__img__phrase span {
        transition-delay: 0.25s;
        top: 0;
    }

    .recruit-footer__inner {
        max-width: 1000px;
        width: 90%;
        padding: 55px 0 0;
        margin: 0 auto;
    }

    .nav-btn {
        display: none;
    }
    
    .recruit-nav--pc {
        display: flex;
        flex-direction: row;
    }
    
    .recruit-nav__menu, .recruit-nav__menu--active {
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        padding: 7px 15px;

    }
    
    .recruit-btn-entry {
        line-height: 180px;
        width: 180px;
        height: 180px;
        border-radius: 180px;
        right: 20px;
        font-size: 20px;
    }
    
    .recruit-logo {
        padding-left: 0;
    }

    .other-page-card {
        padding: 23px 34px;
    }

    .recruit-footer__links__wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 1000px;
        margin: 30px auto 0;  
    }

    .recruit-footer__links--white {
        justify-content: inherit;
    }
    .recruit-footer__links--gray {
        justify-content: inherit;
    }


    .recruit-footer__links--gray:last-child {
        margin: 0 0;
    }

    .recruit-footer__links__line {
        width: 30px;
        height: 20px;
        margin: 0;
        background-image: linear-gradient(to top, #8BA4B4, #8BA4B4 2px, transparent 2px, transparent 8px);
        background-size: 2px 5px;
        background-position: left bottom;
        background-repeat: repeat-y;
        display: block;
    }

    .recruit-footer small, .recruit-footer--topPage small {
        flex-basis: 100%;
    }

    .recruit-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .recruit-wrap--entry {
        display: flex;
        flex-wrap: wrap;
    }

    .recruit-link {
        width: calc(100%/2 - 40px/2);
        display: block;
        margin: 0 40px 20px 0;
        display: inline-block;
    }

    .recruit-link:nth-child(2n) {
        margin-right: 0;
    }

    .recruit-title--ja {
        margin-bottom: 50px;
    }
    
}

@media screen and (min-width: 1100px) {

    .slick-prev::before {
        right: 0px;
    }

    .slick-next::before {
        left: 0px;
    }

}
