/* Minification failed. Returning unminified contents.
(3174,6): run-time error CSS1030: Expected identifier, found '.'
(4032,1): run-time error CSS1019: Unexpected token, found '}'
 */
html, body {
    width: 100%;
    height: 100%;
    font-family: 'メイリオ', Meiryo, 'Open Sans', sans-serif;
    font-size: 10px;
}

body * {
    box-sizing: border-box;
}

.recruit {
    width: 100%;
}

.recruit-header,
.section,
.section--wide,
.recruit-footer {
    width: 100%;
}

/* header */

.recruit-header {
    height: 44px;
    background-color: #4385BD;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
}

body.is-clipped-recruit .recruit-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.recruit-header__inner {
    width: 100%;
    max-width: 1366px;
    height: 100%;
    padding: 12px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.recruit-header__logo, .recruit-header__logo img {
    height: 20px;
}

.recruit-header__inner > p {
    flex-grow: 1;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    letter-spacing: 3px;
    opacity: .9;
}

.recruit-header__nav-btn {
    color: #fff;
    display: block;
    border: 1px solid #fff;
    padding: 4px 8px;
    text-decoration: none;
    font-size: 12px;
}

.recruit-header__nav-btn:hover, .recruit-header__nav-btn:focus {
    transform: scale(1.02);
}

.recruit-header__nav-btn:active {
    transform: scale(1);
    background-color: #fff;
    color: #4385BD;
}

.recruit-header__nav-list {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    overflow: hidden;
    background-color: #4385BD;
    transition: max-height 300ms ease-in;
}

.recruit-header__nav-list ul {
    padding: 20px 0;
}

.recruit-header__nav-list ul li {
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
}

.recruit-header__links {
    color: rgba(255,255,255,.6);
    text-decoration: none;
}

.recruit-header__nav-list ul li a:hover, .recruit-header__nav-list ul li a:focus {
    color: #fff;
}

.recruit-header__nav-list.is-opened {
    max-height: 300px;
}

/* footer */

.recruit-footer {
    background-color: #F1F1F1;
    padding-top: 60px;
}

.recruit-footer__nav-group {
    display: flex;
    flex-direction: column;
    padding: 0 8%;
}

.recruit-footer__nav-list {
    width: 100%;
    margin-bottom: 50px;
}

.recruit-footer__nav-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recruit-footer__nav-list ul li {
    line-height: 1.2;
    width: 48%;
    margin-bottom: 10px;
}

.recruit-footer__nav-list ul li a,
.recruit-footer__nav-list ul li span {
    color: #707070;
    font-size: 12px;
    line-height: 1.5;
}

.recruit-footer__nav-list ul li.is-altcoin {
    position: relative;
    padding: 0;
    margin: 0 0 0 .5em;
    margin-bottom: 0;
}
.recruit-footer__nav-list ul li.is-altcoin--cap {
    margin-left: 0;
}
.recruit-footer__nav-list ul li.is-altcoin--cap::before,
.recruit-footer__nav-list ul li.is-altcoin--cap::after {
    display: none;
}
.is-altcoin::before {
    display: inline-block;
    height: calc(100% + .8em);
    width: .5em;
    content: "";
    position: absolute;
    top: .1em;
    left: 0;
    border-left: 1px solid #999;
}
.is-altcoin::after {
    display: inline-block;
    width: .5em;
    height: 1px;
    content: "";
    position: absolute;
    top: .8em;
    left: 0;
    border-bottom: 1px solid #999;
}
.recruit-footer__nav-list ul li.is-altcoin--end {
    margin-bottom: 10px;
}    
.is-altcoin--end::before {
    height: 48%;
}
.is-altcoin > a {
    display: block;
    padding: 5px 0 5px 1em ;
}



.recruit-footer__nav-list ul li a:hover, .recruit-footer__nav-list ul li a:focus {
    color: #29A3E1;
}

.recruit-footer__nav-title, .recruit-footer__nav-title--about {
    font-size: 20px;
    margin-bottom: 20px;
    color: #29A3E1;
}

.recruit-footer__nav-title--about {
    color: #ED7F49;
}

.recruit-footer__lang-link-wrapper {
    text-align: center;
    padding: 14px 0;
    background-color: #4385bd;
}

.recruit-footer__lang-links {
    color: rgba(255,255,255,.6);
    text-decoration: none;
}

.recruit-footer__lang-links:not(:last-child) {
    margin-right: 20px;
}

.recruit-footer__lang-links:hover,
.recruit-footer__lang-links:focus {
    color: #fff;
}

.sns-link a span {
    display: flex;
}

.sns-link a,
.sns-link a span,
.sns-link a span img {
    height: 18px;
}

.sns-link a span img {
    margin-right: 6px;
}

.recruit-footer__copyright {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    color: #29A3E1;
}

.recruit-footer__corp-brand-wrapper {
    width: 100%;
    flex-direction: column;
}

.recruit-footer__corp-logo {
    margin: 0 auto 20px;
    width: 270px;
}

.recruit-footer__corp-logo p {
    font-size: 10px;
    color: #333;
}

.recruit-footer__corp-logo a,
.recruit-footer__corp-logo a img {
    width: 100%;
}


.recruit-footer__certification-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    width: 270px;
    flex-wrap: wrap;
}

.recruit-footer__JBA {
    width: 46px;
    margin-right: 1em;
}

.recruit-footer__JVCEA a,
.recruit-footer__JVCEA a img,
.recruit-footer__JBA a,
.recruit-footer__JBA a img {
    width: 100%;
}

.recruit-footer__message {
    width: 270px;
    margin: 0 auto 30px;
    font-size: 10px;
    color: #AAB3BC;
    text-align: left;
}


/* hero */
.hero {
    height: calc(100vh - 50px);
    border-bottom: 2px solid #fff;
    display: flex;
    background-color: #29A3E1;
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/subpage_hero_bg_pc.png);
    background-size: cover;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}


.hero-bg--left,
.hero-bg--right {
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.hero-bg--right {
    background-color: #4385BD;
}

.hero-bg--left::before,
.hero-bg--right::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
    opacity: 0;
    transform: scale(1.02);
    transition: 
        opacity 600ms ease-in,
        transform 600ms ease-in;
}

.hero.loaded .hero-bg--left::before,
.hero.loaded .hero-bg--right::before {
    opacity: 1;
    transform: scale(1);
}

.hero-bg--left::before {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/recruit_hero_left_mobile.png);
}

.hero-bg--right::before {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/recruit_hero_right_mobile.png);
    background-color: #4385BD;
}

.hero figure {
    padding: 0;
    margin: 0;
}

.hero figure img {
    width: 100%;
}


.hero__catch {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.hero__catch--is-hidden {
    display: none;
}

.hero__catch > figure {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 93%;
    transform: translate(-50%, -50%);
}

.hero__catch .hero__link-wrapper,
.hero__catch .hero__link-wrapper--en {
    width: 200px;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hero__catch .hero__link-wrapper > div,
.hero__catch .hero__link-wrapper--en > div {
    display: flex;
}

.hero__catch .hero__link-wrapper > div a:first-child,
.hero__catch .hero__link-wrapper--en > div a:first-child {
    margin-right: 40px;
}


.hero__catch .hero__link-wrapper--en {
    width: 300px;
}

.hero__catch .hero__link-wrapper > figure,
.hero__catch .hero__link-wrapper--en > figure {
    width: 100%;
    margin-bottom: 10px;
}

/* section */

.section {
    max-width: 630px;
}

.section,
.section--wide {
    margin: 0 auto 80px;
    color: #666;
    font-size: 12px;
    line-height: 1.5;
}

.section--wide {
    max-width: 940px;
}


/* about us */
.about-us {
    width: 100%;
    display: flex;
    background-color: #fff;
    flex-direction: column;
}

.about-us__left,
.about-us__right {
    width: 100%;
}

.about-us__left {
    background-color: #fff;
}

.about-us__right {
    display: flex;
    flex-direction: column;
}

.business,
.video {
    width: 100%;
    height: 50%;
}

.video {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/bf_entrance.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-btn {
    width: 64px;
    height: 64px;
    position: relative;
    cursor: pointer;
    transition: transform 200ms ease-out;
}

.play-btn:hover,
.play-btn:focus {
    transform: scale(1.1);
}

.play-btn:active {
    transition: transform 1ms ease-out;
    transform: scale(1);
}

.play-btn:active::before {
    border-color: #29A3E1;
}

.play-btn:active::after {
    border-left-color: #29A3E1;
}

.play-btn::before,
.play-btn::after {
    content: "";
    display: block;
}

.play-btn::before {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: rgba(0,0,0,.4);
}

.play-btn::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-26%, -42%);
}

.video-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 900;
    visibility: visible;
    opacity: 1;
    transition: opacity 600ms ease-out;
}

.video-overlay__bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
}

.video-overlay.is-hidden {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.video-overlay__content-wrapper {
    width: 96vw;
    max-width: 520px;
    position: relative;
}

.video-overlay__content-wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.video-overlay__content-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.business {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/service_bg.png);
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
    border-bottom: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.business__content-wrapper {
    width: 100%;
    height: 100%;
    max-width: 375px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.business__logos,
.business__button-wrapper {
    width: 100%;
    height: 50%;
}

.business__button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.business__logos {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.business__logos figure {
    width: 30%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.business__logos figure:first-child {
    margin-right: 20px;
}

.business__logos figure img {
    width: 100%;
}

.about-us__left__mission {
    width: 83%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.about-us__left__mission h1 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 28px;
    color: #333;
}

.about-us__left__mission p {
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}

.about-us__left__mission p:not(:last-child) {
    margin-bottom: 14px;
}

/* culture */

.culture h1 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    color: #29A3E1;
    line-height: 1;
    margin-bottom: 30px;
}

.culture p {
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}

.culture__pen {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.culture__pen--p,
.culture__pen--e,
.culture__pen--n {
    width: 51%;
}

.culture__pen--p .pen__icon {
    background-image: url(/Images/Recruit/passion.svg);
}

.culture__pen--e .pen__icon {
    background-image: url(/Images/Recruit/execution.svg);
}

.culture__pen--n .pen__icon {
    background-image: url(/Images/Recruit/numbers.svg);
}

.pen__icon {
    width: 120px;
    position: relative;
    margin: auto;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.pen__icon::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.pen__text h2 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.pen__text p {
    color: #666;
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
    font-size: 12px;
}

/* environment */

.environment {
    height: 900px;
    display: flex;
    flex-direction: column;
}

.environment__workplace,
.environment__benefits {
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
}

.environment__workplace {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/workplace_bg.png);
}

.environment__benefits {
    border-top: 2px solid #fff;
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/environment_bg.png);
}

.workplace__content-wrapper,
.benefits__content-wrapper {
    width: 100%;
    height: 100%;
    color: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    padding: 30px 0;
}

.workplace__content-wrapper h1,
.benefits__content-wrapper h1 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
}

.benefits__content-wrapper > div {
    width: 100%;
    padding: 0 8%;
}

.workplace__content p,
.benefits__content-wrapper > div > p {
    font-size: 12px;
    line-height: 1.5;
}

.workplace__content-wrapper p {
    background-color: rgba(41, 163, 225, .8);
    padding: 8%;
    font-size: 12px;
}

.environment-icons {
    width: 100%;
    display: flex;
}

.environment-icons__books,
.environment-icons__truck,
.environment-icons__burger {
    width: 33.3333%;
    background-repeat: no-repeat;
}

.environment-icons__books::before,
.environment-icons__truck::before,
.environment-icons__burger::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.environment-icons__books {
    background-image: url(/Images/Recruit/books_white.svg);
    background-position: 45% 61%;
    background-size: 60%;
}

.environment-icons__truck {
    background-image: url(/Images/Recruit/truck_white.svg);
    background-position: 0 66%;
    background-size: 90%;
}

.environment-icons__burger {
    background-image: url(/Images/Recruit/food_white.svg);
    background-position: center;
    background-size: 50%;
}

.environment-hero,
.service-hero,
.lowerlayer-hero {
    width: 100%;
    height: 214px;
    background-color: #29A3E1;
    margin-bottom: 80px;
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/subpage_hero_bg_mobile.png);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.environment-hero__title,
.service-hero__title,
.lowerlayer-hero__title {
    width: 136px;
    height: 136px;
    box-shadow: 0 0 0 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    font-family: 'Open Sans light', sans-serif;
    position: relative;
}

.environment-hero__title span:nth-child(2) {
    font-size: 14px;
}

.environment-hero__title::before,
.environment-hero__title::after,
.service-hero__title::before,
.service-hero__title::after,
.lowerlayer-hero__title::before,
.lowerlayer-hero__title::after {
    content: "";
    display: block;
    box-shadow: 0 0 0 1px #fff;
    position: absolute;
}

.environment-hero__title::before,
.service-hero__title::before,
.lowerlayer-hero__title::before {
    width: 15px;
    height: 15px;
    left: -26px;
    bottom: 41px;
}

.environment-hero__title::after,
.service-hero__title::after,
.lowerlayer-hero__title::after {
    width: 30px;
    height: 30px;
    left: -41px;
    bottom: 0;
}

.environment-hero__title span,
.service-hero__title span,
.lowerlayer-hero__title span {
    display: block;
    color: #fff;
}

.environment-workplace h1,
.environment-benefits h1 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    color: #29A3E1;
    line-height: 1;
    margin-bottom: 30px;
}

.environment-workplace p,
.environment-benefits > p {
    width: 100%;
    padding: 0 8%;
    color: #666;
    font-size: 12px;
    margin-bottom: 30px;
}

.environment-workplace__gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.environment-workplace__content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.environment-workplace__content-wrapper:last-child {
    flex-direction: column-reverse;
}

.environment-workplace__image,
.environment-workplace__image--large {
    background-size: cover;
    background-position: center;
}

.environment-workplace__image-wrapper {
    width: 100%;
    height: 100px;
    display: flex;
}

.environment-workplace__image {
    width: 50%;
    height: 100%;
}

.environment-workplace__image--large {
    width: 100%;
    height: 150px;
}

.environment-workplace__content-wrapper:first-child .environment-workplace__image--large {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/office/office_01.JPG);
}

.environment-workplace__content-wrapper:first-child .environment-workplace__image-wrapper .environment-workplace__image:first-child {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/office/office_02.JPG);
}

.environment-workplace__content-wrapper:first-child .environment-workplace__image-wrapper .environment-workplace__image:last-child {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/office/office_03.JPG);
}

.environment-workplace__content-wrapper:last-child .environment-workplace__image-wrapper .environment-workplace__image:first-child {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/office/office_04.JPG);
}

.environment-workplace__content-wrapper:last-child .environment-workplace__image-wrapper .environment-workplace__image:last-child {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/office/office_05.JPG);
}

.environment-workplace__content-wrapper:last-child .environment-workplace__image--large {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/office/office_06.JPG);
}

.environment-benefits__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.environment-benefits__item {
    width: 230px;
}

.environment-benefits__item:not(:last-child) {
    margin-bottom: 60px;
}

.environment-benefits__icon {
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 16px;
}

.environment-benefits__icon.living {
    background-image: url(/Images/Recruit/appartment.svg);
}

.environment-benefits__icon.book-purchase {
    background-image: url(/Images/Recruit/books.svg);
    background-size: 60%;
}

.environment-benefits__icon.free-food {
    background-image: url(/Images/Recruit/food.svg);
}

.environment-benefits__icon.moving {
    background-image: url(/Images/Recruit/truck.svg);
    background-size: 80%;
    background-position: 0 center;
}

.environment-benefits__icon.visa-support {
    background-image: url(/Images/Recruit/visa.svg);
    background-size: 70%;
    background-position: center;
}

.environment-benefits__icon::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 64%;
}

.environment-benefits__item > h2 {
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.environment-benefits__item > p {
    width: 100%;
    font-size: 10px;
    color: #666;
    text-align: left;
    display: flex;
    justify-content: center;
}


/* Interview */
.interview h1 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    color: #29A3E1;
    line-height: 1;
    margin-bottom: 30px;
}

.interview__items {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.interview__item {
    width: 196px;
    min-height: 277px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    display: block;
    position: relative;
    text-decoration: none;
}

.interview__item img {
    width: 100%;
}

.interview__item p {
    width: 80%;
    font-size: 12px;
    color: #666;
    position: relative;
}

.interview__item p.interview__item-title {
    margin: 6% auto 68px;
    padding: 0 6px;
}

.interview__item p:not(.interview__item-title) {
    text-align: center;
    border-top: 1px solid #29A3E1;
    line-height: 4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #333;
}

.interview__item p:not(.interview__item-title)::before {
    content: url(/Images/Recruit/link_arrow.svg);
    display: block;
    width: 7px;
    position: absolute;
    right: 0;
}

.interview__item p.interview__item-title::after,
.interview__item p.interview__item-title::before {
    content: "";
    display: block;
    width: 11px;
    height: 10px;
    background-image: url(/Images/Recruit/interview/double_quote_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.interview__item p.interview__item-title::before {
    top: 0;
    left: -11px;
}

.interview__item p.interview__item-title::after {
    transform: rotate(180deg);
    bottom: 0;
    right: -11px;
}

.interview__item:hover,
.interview__item:focus {
    transform: scale(1.02);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.2);
}

/* signup-bonus */
.signup-bonus {
    margin-top: 80px;
    margin-bottom: 0;
    padding: 0 6%;
}

.signup-bonus__title-image {
    width: 100%;
    margin-bottom: 20px;
}

.signup-bonus__content {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: #666;
    text-align: center;
}

.signup-bonus__disabled--mobile {
    display: none;
}

/* positions */
.positions {
    padding: 0 8%;
}

.positions h1 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    color: #29A3E1;
    line-height: 1;
    margin-bottom: 30px;
}

.positions__category:not(:last-child) {
    margin-bottom: 60px;
}

.positions__title h2 span {
    display: block;
}

.positions__title h2 span:first-child {
    font-size: 10px;
    color: #666;
    letter-spacing: 1px;
}

.positions__title h2 span:last-child {
    font-size: 12px;
    color: #29A3E1;
    letter-spacing: 3px;
}

.positions__item {
    width: 100%;
}

.positions__item a {
    display: flex;
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #666;
    min-height: 50px;
    font-size: 12px;
    justify-content: flex-start;
    align-items: center;
}

/* links */

.recruit-link {
    color: #29A3E1;
}

/* buttons */

.recruit-btn,
.recruit-btn--white {
    display: block;
    width: fit-content;
    min-height: 40px;
    padding: 0 1.2em;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background-color: #29A3E1;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    margin: 0 auto;
    transition: all 60ms ease-in-out;
    cursor: pointer;
    user-select: none;

    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.recruit-btn,
button.recruit-btn--white {
    -webkit-appearance: none;
    padding: 0;
    outline: none;
    border: none;
}

.recruit-btn--white {
    background-color: #fff;
    color: #29A3E1;
}

.recruit-btn:hover,
.recruit-btn:focus,
.recruit-btn--white:hover,
.recruit-btn--white:focus {
    transform: scale(1.02);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.2);
}

.recruit-btn:active,
.recruit-btn--white:active {
    box-shadow: none;
    transform: scale(1);
}

.recruit-btn:active {
    background: #fff;
    color: #29A3E1;
}

.recruit-btn--white:active {
    background: #29A3E1;
    color: #fff;
}

.recruit-btn:disabled {
    background-color: #AAB3BC;
    box-shadow: none;
    color: #c0cad4;
    cursor: default;
}

.recruit-btn:disabled:hover,
.recruit-btn:disabled:focus,
.recruit-btn:disabled:active {
    transform: scale(1);
    box-shadow: none;
}


/*Offer*/

.offer-hero {
    height: 100px;
    background-color: #29A3E1;
    margin: 0 auto 30px;
}

.offer-hero__position-title {
    max-width: 630px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.offer-hero__position-title::before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.management-business-strategy.offer-hero__position-title::before {
    background-image: url(/Images/Recruit/management_business_strategy_white.svg);
}

.engineer-designer.offer-hero__position-title::before {
    background-image: url(/Images/Recruit/engineer_designer_white.svg);
}

.sales-trading.offer-hero__position-title::before {
    background-image: url(/Images/Recruit/sales_trading_white.svg);
}

.management.offer-hero__position-title::before {
    background-image: url(/Images/Recruit/operation_white.svg);
}

.executive-officer.offer-hero__position-title::before {
    background-image: url(/Images/Recruit/corporate_white.svg);
}

.offer-hero__position-title h1 {
    position: relative;
    bottom: -20px;
}

.offer-hero__position-title h1 > span {
    display: block;
    color: #fff;
    line-height: 1;
}

.offer-hero__position-title h1 > span:first-child {
    font-size: 10px;
    margin-bottom: 2px;
}

.offer-hero__position-title h1 > span:last-child {
    font-size: 14px;
    font-weight: bold;
}

.offer-hero__position-title h1 > span:last-child span {
    font-size: 10px;
}

.offer-content {
    padding: 0 8%;
}

.offer-content__group {
    margin-bottom: 30px;
}

.offer-content__group h1 {
    font-size: 18px;
    color: #29A3E1;
    line-height: 1.3;
    border-bottom: 1px solid #29A3E1;
    margin-bottom: 18px;
}

.offer-content__group h2 {
    font-size: 12px;
    color: #29A3E1;
}

.offer-content__group p,
.offer-content__group li {
    font-size: 10px;
    line-height: 1.5;
    color: #666;
    white-space: pre-line;
}

.offer-content__entry-button-wrapper {
    text-align: center;
    margin-bottom: 80px;
}

.offer-content__entry-button-wrapper .recruit-btn {
    margin-bottom: 30px;
}

/* entry-message */

.entry-message,
.entry-message--complete {
    font-size: 10px;
    color: #666;
    margin-bottom: 30px;
}

.entry-message--complete {
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.entry-message--complete p {
    margin-bottom: 60px;
}

.entry-message--complete figure {
    width: 50%;
    max-width: 120px;
    margin: 0 auto 20px;
    position: relative;
}

.entry-message--complete figure::before{
    content: "";
    display: block;
    padding-top: 64%;
}

.entry-message--complete figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* offer entry */

.offer-entry__field {
    margin-bottom: 60px;
}

.offer-entry__field--confirm,
.offer-entry__field--submit {
    border-top: 1px solid #29A3E1;
    padding-top: 30px;
    text-align: center;
}

.offer-entry__field--confirm label {
    margin-right: 10px;
    cursor: pointer;
}

.offer-entry__field--confirm label span {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #AAB3BC;
}

.offer-entry__field--confirm .recruit-btn {
    margin-bottom: 30px;
}

.offer-entry__field--confirm .recruit-btn {
    margin-bottom: 30px;
}

.offer-entry__field__privacy-checkbox {
    display: flex;
    color: #666;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.offer-entry__field__privacy-checkbox input[type="checkbox"] {
    display: none;
}

.offer-entry__field__privacy-checkbox input[type="checkbox"]:checked + span {
    background: #29A3E1;
    box-shadow: inset 0 0 0 2px #fff;
}

.offer-entry__field--submit {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.offer-entry__field--submit .recruit-btn {
    margin-bottom: 30px;
}

.offer-entry__field h2 {
    font-size: 18px;
    color: #29A3E1;
    line-height: 1.3;
    border-bottom: 1px solid #29A3E1;
    margin-bottom: 18px;
}

.offer-entry__item:not(:last-child) {
    margin-bottom: 20px;
}

.offer-entry__item label {
    font-size: 12px;
    color: #29A3E1;
    display: block;
    position: relative;
    margin-bottom: 6px;
}

.offer-entry__item label span {
    font-size: 10px;
}

.mandatory-tag {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 10px;
    background: #D9534F;
    border-radius: 2px;
    padding: 0 6px;
    text-align: center;
}

.offer-entry__file-field {
    width: 100%;
    display: flex;
    justify-content: center;
}


.offer-entry__file input {
    position: fixed;
    top: 100%;
    right: 100%;
}

.offer-entry__file-btn {
    width: 160px;
}

.offer-entry__file-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    flex-grow: 1;
    position: relative;
}

.offer-entry__file-name > i {
    display: none;
    font-size: 20px;
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    color: #AAB3BC;
    cursor: pointer;
}

.offer-entry__file-name > i:hover,
.offer-entry__file-name > i:focus {
    color: #D9534F;
}

.offer-entry__file-name > i:active {
    color: #29A3E1;
}

.offer-entry__file-name.has-data > i {
    display: block;
}

.offer-entry__item input,
.offer-entry__item select,
.offer-entry__item textarea,
.offer-entry__file-name {
    width: 100%;
    border: none;
    font-size: 12px;
    padding: .6em;
    outline: none;
    border: 1px solid #AAB3BC;
}

.offer-entry__file-name {
    padding: .6em 2.5em .6em .6em;
}

.offer-entry__file-name.is-error {
    color: #D9534F;
    border: 1px solid #D9534F;
}

.offer-entry__error-message {
    color: #D9534F;
    font-size: 10px;
}

.offer-entry__item input:disabled,
.offer-entry__confirm-link,
.offer-entry__confirm-cover-letter {
    background: transparent;
    border: 1px solid rgba(0,0,0,.2);
    padding: .6em;
    font-size: 12px;
}

.offer-entry__confirm-cover-letter.is-empty,
.offer-entry__confirm-link.is-empty {
    color: #ddd;
}

.offer-entry__item select {
    color: #333;
}

.offer-entry__item textarea {
    resize: vertical;
}

.offer-entry__item input:focus,
.offer-entry__item select:focus,
.offer-entry__item textarea:focus {
    border: 1px solid #29A3E1;
}

.offer-entry__item input:placeholder-shown {
    color: #ddd;
}
.offer-entry__item input::-webkit-input-placeholder {
    color: #ddd;
}
.offer-entry__item input:-moz-placeholder {
    color: #ddd;
}
.offer-entry__item input::-moz-placeholder {
    color: #ddd;
}
.offer-entry__item input:-ms-input-placeholder {
    color: #ddd;
}

.offer-entry__confirm-link,
.offer-entry__confirm-cover-letter {
    padding-left: 1em;
}

.offer-entry__confirm-cover-letter {
    font-size: 12px;
    white-space: pre-wrap;
}

.offer-entry__confirm-link a{
    font-size: 12px;
    color: #29A3E1;
}

.last-education-period {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.last-education-period span {
    color: #29A3E1;
    display: block;
    width: 80px;
    text-align: center;
}

/* our business */

.service-exchange h1,
.service-baas h1,
.service-liquidation h1,
.service-other h1 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    color: #29A3E1;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: bold;
}

.service-baas h1 {
    font-size: 18px;
    letter-spacing: 1px;
}

.service-baas h1 span {
    font-size: 12px;
}

.service-exchange h2,
.service-liquidation h2,
.service-other h2 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
}

.service-exchange h2 span {
    font-size: 10px;
}

.service-exchange h2,
.service-liquidation h2,
.service-exchange__title-blue {
    color: #29A3E1;
}

.service-exchange p,
.service-baas p,
.service-liquidation p,
.service-other p {
    color: #666;
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
    display: flex;
    justify-content: center;
}

.service-exchange__content-wrapper {
    width: 100%;
    max-width: 313px;
    margin: 0 auto;
}

.service-exchange__content {
    width: 80%;
    margin: 0 auto 60px;
}

.service-exchange__content figure {
    margin: 0;
}

.service-exchange__content figure img,
.service-exchange__content h2 img {
    height: 100%;
}

.service-exchange__content figure,
.service-baas .service-exchange__content h2 {
    width: 100%;
    margin-bottom: 14px;
}

.service-exchange__content figure img,
.service-exchange__content h2 img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-baas .service-exchange__content h2 img {
    max-width: 150px;
}

.service-exchange__content figure,
.service-baas .service-exchange__content h2 {
    position: relative;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.service-exchange__content figure::before,
.service-baas .service-exchange__content h2::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%;
}

/* Privacy Policy */
.privacy-hero {
    height: 100px;
    background-color: #29A3E1;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy-hero h1 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}

.privacy h2,
.privacy-contact h2{
    color: #29A3E1;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}

.privacy-contact {
    text-align: center;
}

.privacy-contact > div {
    border: 1px solid #29A3E1;
    padding: 4% 0;
}

.privacy p,
.privacy-contact p {
    font-size: 12px;
    color: #666;
}

.privacy p:not(:last-child) {
    margin-bottom: 30px;
}

/*新卒採用*/
.newgrads-entry-btn {
    width: 210px;
}

.newgrads-hero {
    width: 100%;
    height: 81.6vw;
    background-color: #29A3E1;
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/newgrads/hero_m.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5%;
    margin-bottom: 40px;
}

.newgrads-hero > figure {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    margin: 0;
}

.newgrads-hero > figure img {
    width: 100%;
}

.newgrads-intro {
    width: 100%;
}

.newgrads-intro h1 {
    font-size: 18px;
    color: #29A3E1;
    text-align: center;
    font-weight: bold;
    margin-bottom: 28px;
}

.newgrads-intro p {
    width: 83%;
    margin: 0 auto 40px;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}

.newgrads-intro .intro-wrappers,
.newgrads-entries .entries-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.newgrads-intro .intro-wrappers a.intro-item,
.newgrads-entries .entries-wrapper a.entries-item {
    display: block;
    text-decoration: none;
    width: 240px;
    height: 200px;
    background-color: white;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    transition: all 60ms ease-in-out;
    cursor: pointer;
    user-select: none;
}

.newgrads-intro .intro-wrappers a.intro-item:hover,
.newgrads-intro .intro-wrappers a.intro-item:focus,
.newgrads-entries .entries-wrapper a.entries-item:hover,
.newgrads-entries .entries-wrapper a.entries-item:focus {
    transform: scale(1.02);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.2);
}

.newgrads-intro .intro-wrappers a.intro-item:active,
.newgrads-entries .entries-wrapper a.entries-item:active {
    box-shadow: none;
    transform: scale(1);
}

.intro-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 75%;
    background-color: #29A3E1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
}

.intro-item > p {
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.intro-item > p::before {
    content: url(/Images/Recruit/link_arrow.svg);
    display: block;
    width: 7px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
}

.intro-item--culture::before {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/newgrads/newgrad_culture.png);
}

.intro-item--workplace::before {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/newgrads/newgrad_workplace.png);
}

.intro-item--benefits::before {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/newgrads/newgrad_benefits.png);
}

.newgrads-entries {
    background-color: #29A3E1;
    padding: 24px 0 80px;
    margin-bottom: 0;
}

.newgrads-entries h1 {
    width: 90%;
    font-size: 18px;
    color: white;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 28px;
}

.newgrads-entries h1 span {
    font-size: 14px;
    display: block;
}

.newgrads-entries__content-wrapper {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.newgrads-entries__content-wrapper > p {
    width: 83%;
    margin: 0 auto 40px;
    font-size: 12px;
    line-height: 1.5;
    color: white;
}

.newgrads-entries .entries-wrapper .entries-item:not(:last-child) {
    margin-bottom: 30px;
}

.newgrads-entries .entries-wrapper a.entries-item {
    height: 244px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newgrads-entries .entries-wrapper a.entries-item figure {
    width: 80px;
    margin: 0;
}

.newgrads-entries .entries-wrapper a.entries-item--trophy figure {
    width: 62px;
}

.newgrads-entries .entries-wrapper a.entries-item p {
    font-size: 10px;
    color: #666;
}

.newgrads-entries .entries-wrapper a.entries-item .entry-title {
    color: #29A3E1;
    font-size: 14px;
    font-weight: bold;
}

.newgrads-entries .entries-wrapper a.entries-item .entry-description {
    text-align: left;
}

.newgrads-entries .entries-wrapper a.entries-item .entry-title span {
    font-size: 10px;
    font-weight: normal;
}

.suspension {
    width: 100%;
    text-align: center;
}

.suspension p {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}

.newgrads-contact__content {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.newgrads-contact__content p {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

/* Interview */
.recruit-interview {
    width: 100%;
}

.recruit-interview__title-image {
    color: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.recruit-interview__title-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    background-image: linear-gradient(0deg, rgba(0,0,0,.6), rgba(0,0,0,0));
    left: 0;
    bottom: 0;
    z-index: 1;
}

.recruit-interview__title-image div.recruit-interview__title {
    position: relative;
    z-index: 2;
}

.recruit-interview__title-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.recruit-interview__title {
    width: 100%;
    padding: 0 40px 6%;
    position: relative;
}

.recruit-interview__title p {
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid white;
    letter-spacing: 2px;
    margin-bottom: 16px;
    position: relative;
}

.recruit-interview__title p::before {
    content: "";
    display: block;
    width: 36px;
    height: 27px;
    background-image: url(/Images/Recruit/interview/bubble.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -36px;
}

.recruit-interview__title p span {
    font-size: 10px;
}

.recruit-interview__title h1 {
    font-size: 18px;
    width: 100%;
    position: relative;
}

.recruit-interview__title h1::before,
.recruit-interview__title h1::after {
    content: "";
    display: block;
    width: 30px;
    height: 23px;
    background-image: url(/Images/Recruit/interview/double_quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.recruit-interview__title h1::before {
    top: -4px;
    left: -33px;
}

.recruit-interview__title h1::after {
    bottom: -4px;
    right: -33px;
    transform: rotate(180deg);
}

.recruit-interview__article {
    padding: 60px 0;
}

.recruit-interview__article p {
    color: #666;
    font-size: 12px;
    line-height: 1.8;
    padding: 0 6%;
    margin-bottom: 1.5em;
}

.recruit-interview__article .article-title {
    color: #29A3E1;
    font-size: 14px;
    font-weight: bold;
    display: flex;
}

.recruit-interview__article .recruit-btn {
    margin: 60px auto 30px;
}

/* codeFlyer */
.codeflyer-wrapper {
    width: 100%;
    padding: 0 6%;
}

.codeflyer-hero {
    width: 100%;
    height: 278px;
    border-bottom: 4px solid #29A3E1;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.codeflyer-hero__bg {
    width: 100%;
    max-width: 368px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.codeflyer-hero__bg::before,
.codeflyer-hero__bg::after {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.codeflyer-hero__bg::before {
    background-color: #242D3C;
    left: -100vw;
}

.codeflyer-hero__bg::after {
    background-color: white;
    background-image: url(/Images/Recruit/codeflyer/city.svg);
    background-position: right bottom;
    background-repeat-y: no-repeat;
    left: 0;
}

.codeflyer-hero__title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/Images/Recruit/codeflyer/hero__mobile.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding-bottom: .5em;
}

.codeflyer-hero__title > p:first-child {
    margin-left: 10px;
}

.codeflyer-hero__title > p {
    color: #29A3E1;
    font-size: 12px;
    font-weight: bold;
}

.codeflyer-hero__title > p > span {
    display: block;
    font-size: 10px;
    font-weight: normal;
}

.codeflyer__section-title,
.codeflyer__section-title--white {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.codeflyer__section-title span,
.codeflyer__section-title--white span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.codeflyer__section-title {
    color: #29A3E1;
}

.codeflyer__section-title--white {
    color: white;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
.codeflyer__section--fill {
    background-color: #29A3E1;
    color: white;
}

.codeflyer__section--border {
    box-sizing: border-box;
    border: 1px solid #29A3E1;
}

.codeflyer__section {
    padding: 0 4%;
}

.codeflyer__section--fill,
.codeflyer__section--border {
    padding: 35px 5%;
}

.codeflyer__entry_btn_wrapper {
    display: flex;
    justify-content: center;
    align-content: stretch;
    margin-bottom: 20px;
}

.codeflyer__entry_btn_wrapper + .recruit-btn--white {
    width: 100%;
}

.codeflyer__entry_btn_wrapper > a {
    margin: 0;
}

.codeflyer__entry_btn_wrapper > a:not(:last-child) {
    margin-right: 10px;
}


.codeflyer__section p,
.codeflyer__section--fill p,
.codeflyer__section--border p {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.codeflyer__section p:not(:last-child),
.codeflyer__section--fill p:not(:last-child),
.codeflyer__section--border p:not(:last-child) {
    margin-bottom: 1.2em;
}

.codeflyer__section h3,
.codeflyer__section--fill h3,
.codeflyer__section--border h3 {
    text-align: center;
    font-size: 14px;
}

/*
.codeflyer__message-wrapper {
    margin-bottom: 0;
}
*/

.codeflyer__dates {
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 40px auto 30px;
}

.codeflyer__date {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

.codeflyer__date:first-child {
    border-right: 1px solid #29A3E1;
}

.codeflyer__date span {
    display: block;
}

.codeflyer__date span {
    font-weight: bold;
}

.codeflyer__date span:first-child {
    color: #29A3E1;
}

.codeflyer__date span:last-child {
    color: #333;
}

.codeflyer__expenses {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #29A3E1;
    border-left: 1px solid #29A3E1;
    margin-bottom: 3.2em;
}

.codeflyer__expenses dt,
.codeflyer__expenses dd {
    width: 50%;
    padding: .5em;
    border-right: 1px solid #29A3E1;
    border-bottom: 1px solid #29A3E1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.codeflyer__requirement--new-graduates,
.codeflyer__requirement {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #29A3E1;
    padding: 1em;
}

.codeflyer__requirement--new-graduates > p,
.codeflyer__requirement > p {
    width: 100%;
    display: flex;
    justify-content: center;
}

.codeflyer__requirement {
    margin-bottom: 1.2em;
}

.codeflyer__requirement--new-graduates h3,
.codeflyer__requirement h3 {
    color: #29A3E1;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.2em;
}

.codeflyer__or {
    display: block;
    width: 100%;
    max-width: 620px;
    margin: 18px auto;
    text-align: center;
    color: #29A3E1;
    font-weight: bold;
    font-size: 16px;
}

.codeflyer__senior-engineer-info-wrapper {
    padding: 0;
}

.codeflyer__senior-engineer-info-wrapper > figure {
    margin: 0;
    position: relative;
    width: 100%;
    border: 1px solid #29A3E1;
    border-top-width: 0;
    background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/codeflyer/senior_engineer.jpg);
    background-size: cover;
    background-position: center;
}

.codeflyer__senior-engineer-info-wrapper figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 54.6%;
}

.codeflyer__senior-engineer-info-wrapper > div {
    padding: 6%;
}

.codeflyer__senior-engineer-info p:first-child {
    color: white;
    font-weight: bold;
    text-align: center;
}

.codeflyer__prize-wrapper figure {
    width: 100%;
    margin: 0;
    padding: 0 1em 2em;
}

.codeflyer__entry_process {
    width: 100%;
    max-width: 270px;
    margin: 0 auto 1em;
    padding: 0;
}

.codeflyer__one-more-thing {
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #29a3e1;
}

.codeflyer__caution {
    font-size: 10px;
}

.codeflyer__emphasize,
.codeflyer__emphasize--orange,
.codeflyer__emphasize--orange-on-blue {
    font-size: 14px;
    font-weight: bold;
}

.codeflyer__emphasize {
    color: #29a3e1;
}

.codeflyer__emphasize--orange {
    color: #ED7F49;
}

.codeflyer__emphasize--orange-on-blue {
    color: #FDB94F;
}

section.codeflyer__prize h3 {
    font-weight: bold;
}

section.codeflyer__prize h3:not(:nth-of-type(1)) {
    margin-top: 60px;
}

section.codeflyer__prize { 
    margin-bottom: 0;
}

.codeflyer-wrapper > p:last-child {
    text-align: center;
    color: #29a3e1;
    margin-bottom: 30px;
}

.codeflyer__final_entry_btn {
    margin-bottom: 60px;
}


/* Mobile */

@media (max-width: 767px) {
    .is-hidden-mobile {
        display: none;
    }
    /* header */
    .recruit-header__nav-list {
        max-height: 0;
    }

    /* footer */

    .recruit-footer__nav-list ul li a span.hidden-xs {
        display: none;
    }

    .recruit-footer__lang-links {
        font-size: 12px;
    }

    .recruit-footer__JVCEA {
        margin-bottom: .5em;
    }

    /* hero */

    .hero::before {
        bottom: 0;
    }

    /* about-us */

    .about-us__left {
        height: 420px;
    }

    .business {
        height: 194px;
    }

    .video {
        height: 130px;
    }

    /* culture */

    .culture {
        padding: 0 8%;
    }

    /* envrionment */

    .environment-workplace__image-wrapper:last-child {
        border-bottom: 2px solid #fff;
    }

    .environment-workplace__image:last-child {
        border-left: 2px solid #fff;
    }

    .environment-workplace__image--large {
        border-bottom: 2px solid #fff;
    }

    /* Interview */

    .interview__items {
        flex-direction: column;
    }

    .interview__item {
        margin-bottom: 30px;
    }   
    
    
    /* positions */

    .positions__category {
        background-color: #fff;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
        padding: 20px 20px 0 20px;
        cursor: pointer;
    }

    .positions__category ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 300ms ease-in-out, box-shadow 300ms ease-in-out;
        box-shadow: inset 0 2px 0 0 #29A3E1;
    }

    .positions__category:not(.is-opened) ul {
        box-shadow: inset 0 0 0 0 transparent;
    }

    .positions__title {
        pointer-events: none;
        padding-bottom: 0;
        transition: padding-bottom 300ms ease-in;
    }

    .positions__category:not(.is-opened) .positions__title {
        padding-bottom: 20px;
    }

    .positions__category.is-opened ul {
        max-height: 99999px;
    }

    .positions__item:not(:last-child) {
        width: 100%;
        border-bottom: 1px solid #AAB3BC;
    }

    .positions__item a:hover,
    .positions__item a:focus {
        color: #29A3E1;
    }

    .positions__item a:active {
        color: #4385BD;
    }

    /* our business */

    .service-exchange__content {
        max-width: 375px;
    }

    .service-baas .service-exchange__content h2 img {
        max-width: 200px;
    }

    /* offer */

    .offer-hero__position-title {
        width: 100%;
        padding: 0 8%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .offer-hero__position-title::before {
        width: 30px;
        height: 30px;
        margin-right: 8px;
        position: relative;
        bottom: -20px;
    }

    /* offer-entry */

    .offer-entry {
        padding: 0 8%;
    }

    .entry-message,
    .entry-message--complete {
        padding: 0 8%;
    }

    /* Privacy Policy */
    .privacy,
    .privacy-contact {
        padding: 0 8%;
    }


    /*新卒採用*/
    .newgrads-intro .intro-wrappers a.intro-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .newgrads-entries .entries-wrapper a.entries-item .entry-title {
        text-align: center;
        margin-bottom: .8em;
    }

    .newgrads-entries .entries-wrapper a.entries-item > div {
        margin-bottom: 1em;
    }

    .newgrads-entries .entries-wrapper a.entries-item > div {
        width: 100%;
        text-align: center;
    }

    .newgrads-entries .entries-wrapper a.entries-item .entry-title span {
        display: block;
    }

    .newgrads-entries .entries-wrapper a.entries-item .entry-description {
        width: 90%;
        height: 60px;
        margin: 0 auto;
        border-bottom: 1px solid #29A3E1;
        line-height: 1.3;
    }

    .newgrads-entries .entries-wrapper a.entries-item > p {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .newgrads-entries .entries-wrapper a.entries-item > p::before {
        content: url(/Images/Recruit/link_arrow.svg);
        display: block;
        width: 7px;
        height: 14px;
        position: absolute;
        top: 50%;
        right: 8%;
        transform: translateY(-50%);
    }

    /* Interviews */
    .recruit-interview__title h1 {
        line-height: 1.2;
    }
    
    .recruit-interview__title-image,
    .recruit-interview__article-wrapper {
        width: 100%;
    }

    .recruit-interview__title-image {
        height: 108vw;
    }

    .recruit-interview__title-image img.is-hidden--mobile {
        display: none;
    }

    .recruit-interview__article .article-title:first-child {
        display: none;
    }

    .recruit-interview__article .article-title:not(:first-child) {
        margin-bottom: 20px;
    }

    .recruit-interview__article .article-title {
        position: relative;
    }

    .recruit-interview__article .article-title {
        justify-content: space-between;
    }
    
    .recruit-interview__article .article-title::before,
    .recruit-interview__article .article-title::after {
        content: "";
        display: block;
        min-width: 13px;
        background-image: url(/Images/Recruit/interview/double_quote_blue.svg);
        background-repeat: no-repeat;
        margin-right: 8px;
    }

    .recruit-interview__article .article-title::after {
        transform: rotate(180deg);
    }

    .recruit-interview__article .article-image {
        width: 100%;
        margin: 50px auto 30px;
    }

    .recruit-interview__article .article-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* codeFlyer */

    .codeflyer-hero__title {
        min-width: 375px;
    }

    .codeflyer-hero__title > p:first-child {
        margin-bottom: .5em;
    }

    .codeflyer-hero__title > p:last-child {
        width: 15em;
    }

    /*
        .codeflyer__prize {
            margin-bottom: 80px;
        }
    */

    .codeflyer__expenses dd span {
        font-size: 10px;
        display: block;
        margin-left: -0.6em;
    }

    .codeflyer__entry_process img:last-child {
        display: none;
    }

    .codeflyer__entry_btn_wrapper + .recruit-btn--white,
    a.recruit-btn--white.codeflyer__open_contest_entry_btn {
        width: 100%;
        max-width: 329px;
    }
}

/* PC */

@media (min-width: 768px) {
    .is-hidden-pc {
        display: none;
    }

    /* header */

    .recruit-header {
        height: 50px;
    }

    /* footer */

    .recruit-footer__nav-group {
        flex-direction: row;
        max-width: 1366px;
        margin: 0 auto;
    }

    .recruit-footer__nav-title,
    .recruit-footer__nav-title--about {
        margin-bottom: 40px;
    }

    .recruit-footer__nav-list {
        width: 20%;
        padding: 0 16px;
    }

    .recruit-footer__nav-list ul {
        display: block;
    }

    .recruit-footer__nav-list ul li {
        width: 100%;
    }

    .recruit-footer__nav-list ul li a span.visible-xs {
        display: none;
    }

    .recruit-footer__corp-brand-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .recruit-footer__corp-logo {
        margin: 0 0 2em 0;
    }

    .recruit-footer__certification-wrapper {
        margin: 0;
        width: unset;
        flex-wrap: nowrap;
    }

    .recruit-footer__JVCEA {
        margin-right: 1em;
        width: 240px;
    }

    .recruit-footer__JBA {
        width: 55px;
    }

    .recruit-footer__message {
        width: 345px;
    }

    /* hero */

    .hero {
        min-height: 640px;
        flex-direction: row;
    }

    .hero::before {
        width: 50%;
        height: 100%;
        top: 0;
    }

    .hero-bg--left,
    .hero-bg--right {
        width: 50%;
        height: 100%;
        font-size: 7vw;
        flex-direction: column;
        line-height: 1.1;
        letter-spacing: 3px;
    }

    .hero-bg--left::before {
        align-items: flex-end;
        background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/recruit_hero_left_pc.png);
    }

    .hero-bg--right::before {
        align-items: flex-start;
        background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/recruit_hero_right_pc.png);
    }

    .hero__catch > figure {
        top: 7%;
        width: 78%;
        transform: translateX(-50%);
        max-width: 975px;
    }

    .hero__catch .hero__link-wrapper {
        width: 370px;
    }

    .hero__catch .hero__link-wrapper--en {
        width: 600px;
    }

    .recruit-header {
        height: 50px;
    }

    .recruit-header__nav-btn {
        display: none;
    }

    .recruit-header__nav-list {
        position: static;
        height: 50px;
        width: auto;
    }

    .recruit-header__nav-list ul {
        padding: 0;
        display: flex;
        align-items: center;
        height: 50px;
    }

    .recruit-header__nav-list ul li {
        padding: 0;
    }

    .recruit-header__nav-list ul li:not(:last-child) {
        margin-right: 16px;
    }

    /* secrtion */

    .section,
    .section--wide {
        margin: 0 auto 180px;
        font-size: 14px;
    }

    /*
    .codeflyer__message-wrapper {
        margin-bottom: 0;
    }
    */


    /* about-us */
    /* environment */

    .about-us,
    .environment {
        flex-direction: row;
    }

    /* about-us */

    .about-us {
        height: 486px;
        justify-content: center;
        align-items: center;
    }

    .about-us__left,
    .about-us__right {
        width: 50%;
        max-width: 683px;
        height: 100%;
    }

    .about-us__left {
        background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/mission_bg.png);
        background-size: cover;
        background-position: center;
        backface-visibility: hidden;
        border-right: 1px solid #fff;
    }

    .about-us__right {
        border-left: 1px solid #fff;
    }

    .business__content-wrapper {
        width: 80%;
    }

    .about-us__left__mission {
        width: 64%;
        max-width: 404px;
    }

    .about-us__left__mission h1,
    .about-us__left__mission p {
        color: #fff;
    }

    .about-us__left__mission h1 {
        font-size: 20px;
    }

    .about-us__left__mission h1 {
        font-size: 14px;
    }

    .play-btn {
        width: 84px;
        height: 84px;
    }

    .video-overlay__content-wrapper {
        width: 80vw;
    }

    /* culture */

    .culture h1 {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .culture > p {
        font-size: 14px;
    }

    .culture__pen {
        flex-direction: row;
        align-items: flex-start;
    }

    .culture__pen--p,
    .culture__pen--e,
    .culture__pen--n {
        width: 31%;
    }

    .pen__icon {
        width: 100%;
        margin-bottom: 6px;
    }

    .pen__text h2 {
        font-size: 16px;
    }

    ..pen__text p {
        font-size: 12px;
    }

    .culture__pen__text p {
        font-size: 12px;
    }

    /* environment */

    .environment {
        height: 640px;
        justify-content: center;
    }

    .environment__workplace {
        border-right: 1px solid #fff;
    }

    .environment__benefits {
        border-top: none;
        border-left: 1px solid #fff;
    }

    .environment__workplace,
    .environment__benefits {
        width: 50%;
        max-width: 683px;
        height: 100%;
    }

    .workplace__content-wrapper,
    .benefits__content-wrapper {
        width: 64%;
        padding: 60px 0;
    }

    .environment-workplace p,
    .environment-benefits > p {
        text-align: left;
        padding: 0;
        font-size: 14px;
        display: flex;
        justify-content: center;
    }

    .workplace__content-wrapper h1,
    .benefits__content-wrapper h1 {
        font-size: 36px;
    }

    .environment__benefits__content__text-and-icons {
        padding: 0;
    }

    .workplace__content-wrapper p,
    .environment__benefits__content__text-and-icons p {
        font-size: 12px;
    }

    .workplace__content-wrapper p {
        padding: 46px 24px;
        letter-spacing: 1px;
        position: relative;
        top: -9px;
    }

    .environment-hero,
    .service-hero,
    .lowerlayer-hero {
        height: 548px;
        background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/subpage_hero_bg_pc.png);
    }

    .environment-hero__title,
    .service-hero__title,
    .lowerlayer-hero__title {
        width: 273px;
        height: 273px;
        font-size: 36px;
        line-height: 1.1;
    }

    .environment-hero__title span:nth-child(2) {
        font-size: 26px;
    }

    .environment-hero__title::before,
    .service-hero__title::before,
    .lowerlayer-hero__title::before {
        width: 30px;
        height: 30px;
        left: -51px;
        bottom: 81px;
    }

    .environment-hero__title::after,
    .service-hero__title::after,
    .lowerlayer-hero__title::after {
        width: 60px;
        height: 60px;
        left: -81px;
    }

    .environment-workplace h1,
    .environment-benefits h1 {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .environment-workplace__content-wrapper,
    .environment-workplace__content-wrapper:last-child {
        flex-direction: row;
        width: 100%;
    }

    .environment-workplace__content-wrapper:first-child {
        border-bottom: 2px solid #fff;
    }

    .environment-workplace__content-wrapper:first-child .environment-workplace__image-wrapper,
    .environment-workplace__image:last-child {
        border-left: 2px solid #fff;
    }

    .environment-workplace__content-wrapper:last-child .environment-workplace__image--large {
        border-left: 2px solid #fff;
    }

    .environment-workplace__image--large,
    .environment-workplace__image-wrapper {
        width: 50%;
        height: 214px;
    }

    .environment-benefits > p {
        margin-bottom: 80px;
    }

    .environment-benefits__list {
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .environment-benefits__item {
        width: 44%;
    }

    .environment-benefits__item > h2 {
        font-size: 14px;
    }

    .environment-benefits__item > p {
        font-size: 12px;
    }

    /* Interview */

    .interview h1 {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .interview__items {
        max-width: 969px;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        padding: 0 1%;
    }

    .interview__item {
        width: 30%;
        min-width: 240px;
        min-height: 380px;
        margin-bottom: 60px;
    }

    .interview__item p.interview__item-title {
        font-size: 14px;
    }

    /* signup-bonus */
    .signup-bonus {
        margin-top: 100px;
        padding: 0;
    }

    .signup-bonus__title-image {
        margin-bottom: 35px;
    }

    .signup-bonus__content {
        font-size: 15px;
    }

    .signup-bonus__disabled--mobile {
        display: block;
    }

    /* positions */

    .positions {
        padding: 0;
    }

    .positions h1 {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .positions__category:not(:last-child) {
        margin-bottom: 100px;
    }

    .positions__title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px;
        padding-bottom: 10px;
    }

    .positions__title {
        border-bottom: 2px solid #29A3E1;
    }

    .positions__title::before {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 30px;
    }

    .management-business-strategy .positions__title::before {
        background-image: url(/Images/Recruit/management_business_strategy_blue.svg);
    }

    .engineer-designer .positions__title::before {
        background-image: url(/Images/Recruit/engineer_designer_blue.svg);
    }

    .sales-trading .positions__title::before {
        background-image: url(/Images/Recruit/sales_trading_blue.svg);
    }

    .management .positions__title::before {
        background-image: url(/Images/Recruit/operation_blue.svg);
    }

    .executive-officer .positions__title::before {
        background-image: url(/Images/Recruit/corporate_blue.svg);
        background-size: 90%;
    }

    .positions__title h2 span {
        line-height: 1;
    }

    .positions__title h2 span:first-child {
        margin-bottom: 4px;
    }

    .positions__title h2 span:last-child {
        font-size: 20px;
    }

    .positions__category ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .positions__item {
        width: 48%;
        margin-bottom: 24px;
    }

    .positions__item a {
        height: 50px;
        padding: 0 0 0 13px;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    }

    .positions__item a:hover,
    .positions__item a:focus {
        transform: scale(1.02);
        box-shadow: 0 6px 6px 0 rgba(0,0,0,.2);
    }

    .positions__item a:active {
        box-shadow: none;
        color: #29A3E1;
        transform: scale(1);
    }

    /* buttons */

    .recruit-btn,
    .recruit-btn--white {
        width: 200px;
        height: 50px;
        font-size: 14px;
    }

    /* Offer */

    .offer-hero {
        height: 180px;
        margin: 0 auto 60px;
    }

    .offer-hero__position-title {
        width: 50%;
    }

    .offer-hero__position-title::before {
        width: 50px;
        height: 50px;
        position: absolute;
        left: -60px;
        bottom: 20px;
    }

    .offer-hero__position-title h1 {
        position: absolute;
        left: 0;
        bottom: 20px;
    }

    .offer-hero__position-title h1 > span:first-child {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .offer-hero__position-title h1 > span:last-child {
        font-size: 22px;
    }

    .offer-hero__position-title h1 > span:last-child span {
        font-size: 12px;
    }

    .offer-content {
        padding: 0;
        width: 50%;
        margin: 0 auto 30px;
    }

    .offer-content__group {
        box-shadow: 0 0 0 1px #AAB3BC;
        padding: 20px;
    }

    .offer-content__group h1 {
        font-size: 24px;
        font-weight: normal;
        border: none;
        margin-bottom: 16px;
        padding: 0;
    }

    .offer-content__group h2 {
        font-size: 14px;
    }

    .offer-content__group p,
    .offer-content__group li {
        font-size: 14px;
        white-space: pre-line;
    }

    /* entry */

    .entry-message {
        width: 50%;
        margin-bottom: 60px;
    }

    .entry-message--complete {
        height: 60vh;
    }

    .entry-message,
    .entry-message--complete {
        font-size: 14px;
    }

    .offer-entry {
        width: 50%;
    }

    .offer-entry__field h2 {
        font-size: 24px;
    }

    .offer-entry__item label {
        font-size: 16px;
    }

    .offer-entry__item label span {
        font-size: 12px;
    }

    .offer-entry__item input,
    .offer-entry__item select,
    .offer-entry__item textarea,
    .offer-entry__confirm-link a,
    .offer-entry__confirm-cover-letter,
    .offer-entry__confirm-link {
        font-size: 14px;
    }

    .offer-entry__item input:disabled,
    .offer-entry__confirm-link,
    .offer-entry__confirm-cover-letter {
        padding: .6em;
        box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    }

    .offer-entry__field--submit {
        display: flex;
        flex-direction: row;
    }

    .offer-entry__field--submit .recruit-btn--white {
        margin-right: 30px;
    }

    .offer-entry__field--submit .recruit-btn {
        margin-bottom: 0;
    }

    .mandatory-tag {
        height: 16px;
        color: #fff;
        background-color: #D9534F;
        font-size: 10px;
        line-height: 16px;
        border-radius: 4px;
        bottom: 2px;
    }

    .offer-entry__error-message {
        font-size: 12px;
    }

    /* our business */

    .service-exchange h1,
    .service-baas h1,
    .service-liquidation h1,
    .service-other h1 {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .service-baas h1 span {
        font-size: 24px;
    }

    .service-exchange h2,
    .service-liquidation h2,
    .service-other h2 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .service-exchange h2 span {
        font-size: 12px;
    }

    .service-exchange p,
    .service-baas p,
    .service-liquidation p,
    .service-other p {
        font-size: 14px;
    }

    .service-exchange .service-exchange__content-wrapper,
    .service-other .service-exchange__content-wrapper {
        display: flex;
    }

    .service-exchange .service-exchange__content-wrapper {
        max-width: 1040px;
        margin: 0 auto;
    }

    .service-other .service-exchange__content-wrapper {
        flex-wrap: wrap;
        width: 60%;
        max-width: 640px;
        margin: 0 auto;
        justify-content: space-between;
    }

    .service-exchange .service-exchange__content {
        padding: 0 1.5%;
    }

    .service-other .service-exchange__content {
        width: 47%;
        margin: 0 0 60px 0;
    }

    .service-other .service-exchange__content > p {
        font-size: 12px;
    }

    .service-baas .service-exchange__content {
        width: 710px;
        display: flex;
        align-items: center;
    }

    .service-liquidation .service-exchange__content {
        width: 600px;
        margin: 0 auto;
    }

    .service-baas .service-exchange__content h2 {
        width: 30%;
        min-width: 200px;
        margin-bottom: 0;
    }

    .service-baas p {
        text-align: left;
        width: 70%;
        padding-left: 2%;
    }

    /* Privacy Policy */
    .privacy-hero {
        height: 180px;
        margin: 0 auto 60px;
    }

    .privacy-hero h1 {
        font-size: 26px;
    }

    .privacy {
        margin-bottom: 60px;
    }

    /*新卒採用*/
    .newgrads-entry-btn {
        width: 300px;
    }

    .newgrads-hero {
        height: 55.8vw;
        background-image: url(//msm07s-cdn.bitflyer.com/pub/recruit/newgrads/hero_pc.png);
        margin-bottom: 80px;
    }

    .newgrads-hero > figure {
        width: 78%;
        top: 43%;
    }

    .newgrads-intro {
        max-width: 780px;
    }

    .newgrads-intro .intro-wrappers {
        flex-direction: row;
    }


    .newgrads-intro .intro-wrappers a.intro-item:not(:last-child) {
        margin-right: 30px;
    }

    .newgrads-intro h1 {
        padding-left: .5em;
    }

    .newgrads-intro h1,
    .newgrads-entries h1 {
        font-size: 36px;
    }

    .newgrads-entries {
        margin-bottom: 0;
        padding-bottom: 180px;
    }

    .newgrads-entries h1 span {
        font-size: 16px;
    }

    .newgrads-intro p,
    .newgrads-entries__content-wrapper p {
        font-size: 14px;
    }

    .newgrads-entries .entries-wrapper a.entries-item {
        width: 100%;
        height: 133px;
        flex-direction: row;
    }

    .newgrads-entries .entries-wrapper a.entries-item > div {
        width: 64%;
        margin-left: 30px;
        position: relative;
    }

    .newgrads-entries .entries-wrapper a.entries-item {
        position: relative;
    }

    .newgrads-entries .entries-wrapper a.entries-item::before {
        content: url(/Images/Recruit/link_arrow.svg);
        display: block;
        width: 12px;
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
    }

    .newgrads-entries .entries-wrapper a.entries-item > p {
        display: none;
    }

    .newgrads-contact {
        max-width: 625px;
    }

    .newgrads-contact__content {
        padding-left: 0;
        padding-right: 0;
    }

    .newgrads-contact__content p {
        font-size: 18px;
    }

    /* Interview */
    .recruit-interview {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
    }
    
    body.is-clipped-recruit .recruit-interview {
        padding-top: 50px;
    }

    .recruit-interview__article-wrapper {
        width: 100%;
        padding-left: 50%;
    }

    .recruit-interview__title {
        padding: 0 68px 6%;
    }

    .recruit-interview__title-image {
        width: 50%;
        position: fixed;
        top: 50px;
        left: 0;
        height: calc(100vh - 50px);
        box-shadow: inset -10px 0 6px -6px rgba(0,0,0,.16);
    }

    .recruit-interview__title-image::after {
        height: 36%;
    }

    .recruit-interview__title-image img {
        opacity: 0;
        transition: opacity 300ms ease-in-out;
    }

    .recruit-interview__title-image img.is-hidden--pc {
        display: none;
    }

    .recruit-interview__title p {
        font-size: 16px;
        margin-bottom: 27px;
    }

    .recruit-interview__title p::before {
        left: -40px;
    }

    .recruit-interview__title h1 {
        font-size: 26px;
    }

    .recruit-interview__title h1::before {
        left: -37px;
    }

    .recruit-interview__title h1::after {
        right: -37px;
    }

    .recruit-interview__title-image.snap-bottom {
        position: absolute;
        bottom: 0;
        top: auto;
    }

    .recruit-interview__article p {
        font-size: 14px;
    }

    .recruit-interview__article .article-title {
        font-size: 18px;
        justify-content: center;
    }


    .recruit-interview__article .article-title:not(:first-child) {
        margin-top: 100px;
    }

    .recruit-interview__article .article-image {
        display: none;
    }

    .recruit-interview__article .recruit-btn {
        margin: 100px auto 60px;
    }

    /* codeFlyer */
    .codeflyer-wrapper .recruit-btn,
    .codeflyer-wrapper .recruit-btn--white {
        width: 240px;
    }

    .codeflyer__entry_btn_wrapper + .recruit-btn--white {
        width: 490px;
    }

    .codeflyer-hero {
        height: 522px;
    }

    .codeflyer-hero__bg {
        max-width: 1255px;
    }

    .codeflyer-hero__title {
       min-width: 1280px;
       background-image: url(/Images/Recruit/codeflyer/hero__pc.svg);
       padding-bottom: 1em;
    }

    .codeflyer-hero__title > p {
        font-size: 18px;
    }

    .codeflyer-hero__title > p > span {
        font-size: 12px;
    }

    .codeflyer-hero__title > p:first-child {
        margin-bottom: 1em;
    }

    .codeflyer__section p {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .codeflyer__section h3,
    .codeflyer__section--fill h3,
    .codeflyer__section--border h3 {
        font-size: 16px;
    }

    .codeflyer__prize-wrapper{
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .codeflyer__prize-wrapper > div {
        width: 50%;
    }

    .codeflyer__senior-engineer-info-wrapper {
        display: flex;
        justify-content: center;
        align-content: stretch;
    }

    .codeflyer__senior-engineer-info-wrapper > figure,
    .codeflyer__senior-engineer-info-wrapper > div {
        width: 50%;
    }

    .codeflyer__senior-engineer-info-wrapper > div {
        /*padding: 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;*/

        width: 100%;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        padding: 5% 0;
    }

    .codeflyer__senior-engineer-info p:first-child {
        width: 100%;
        text-align: left;
    }

    .codeflyer__entry_process {
        max-width: 750px;
    }

    .codeflyer__entry_process img:first-child {
        display: none;
    }

    a.codeflyer__one-more-thing {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .codeflyer__emphasize,
    .codeflyer__emphasize--orange,
    .codeflyer__emphasize--orange-on-blue {
        font-size: 16px;
    }

    .codeflyer__senior-engineer-info-wrapper {
        margin-bottom: 80px;
    }

    a.recruit-btn--white.codeflyer__open_contest_entry_btn {
        width: 400px;
    }
}

