@charset "UTF-8";

html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -moz-tab-size: 4;
    tab-size: 4;
    word-break: normal;
    -ms-overflow-style: none;
}

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    margin: 0;
    padding: 0;
}

hr {
    color: inherit;
    height: 0;
    overflow: visible;
}

details,
main {
    display: block;
}

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden] {
    display: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

pre {
    font-size: 1em;
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    border-color: inherit;
    text-indent: 0;
}

iframe {
    border-style: none;
}

input {
    border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: 700;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit;
}

[disabled] {
    cursor: default;
}

img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled=true] {
    cursor: default;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

html {
    font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.67;
    color: #3e3e3e;
    font-size: 13px;
    overflow-x: hidden;
}

@media screen and (max-width: 1100px) {
    html {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 3.46vw;
        overflow-x: hidden;
    }
}

body {
    scroll-margin-top: 44px;
}

@media screen and (max-width: 768px) {
    body {
        scroll-margin-top: 41px;
    }
}

body.nav-open {
    position: fixed;
}

[id] {
    scroll-margin-top: 3em;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

.xl-br {
    display: inline;
}

@media screen and (max-width: 768px) {
    .xl-br {
        display: none;
    }
}

.md-br {
    display: none;
}

@media screen and (max-width: 768px) {
    .md-br {
        display: inline;
    }
}

.c-button__primary {
    position: relative;
    display: flex;
    width: 100%;
    height: 44px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.1538461538rem;
    line-height: 44px;
    background: linear-gradient(277deg, #95e2f0 0%, #449fdd 54%, #2d66c3 100%) 0% 0% no-repeat padding-box;
    transition: all 0.6s ease;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .c-button__primary {
        height: 11.85vw;
    }
}

.c-button__primary::after {
    content: "";
    width: 0%;
    height: 100%;
    background: #07234a;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    z-index: -1;
}

.c-button__primary span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #ffffff;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.c-button__primary:focus::after {
    right: auto;
    left: 0;
    width: 100%;
}

.c-button__primary:focus span {
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .c-button__primary:hover::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    .c-button__primary:hover span {
        color: #ffffff;
        animation: scaleUp 0.3s ease-in-out;
    }
}

.c-decoration__marker {
    background: linear-gradient(transparent, transparent 50%, #e8e80c 50%, #e8e80c 100%);
}

.c-decoration__accent {
    color: #e8e80c;
}

.c-recruit-breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 30px;
    line-height: 30px;
    background: rgba(34, 34, 34, 0.7450980392);
    z-index: 99;
}

@media screen and (max-width: 768px) {
    .c-recruit-breadcrumbs {
        height: 8vw;
        line-height: 8vw;
    }
}

.c-recruit-breadcrumbs__content {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .c-recruit-breadcrumbs__content {
        width: 100vw;
        padding-left: 4.8vw;
        padding-right: 4.8vw;
    }
}

.c-recruit-breadcrumbs__content ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}

.c-recruit-breadcrumbs__content li {
    display: block;
    color: #efefef;
    height: 100%;
    position: relative;
    padding-left: 16px;
    padding-right: 8px;
    font-size: 0.8461538462rem;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .c-recruit-breadcrumbs__content li {
        padding-left: 4.2666666667vw;
        padding-right: 2.1333333333vw;
    }
}

.c-recruit-breadcrumbs__content li:first-child {
    padding-left: 0;
}

.c-recruit-breadcrumbs__content li:last-child {
    padding-right: 0;
}

.c-recruit-breadcrumbs__content li:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .c-recruit-breadcrumbs__content li:not(:first-child)::before {
        top: 3.2vw;
        width: 1.6vw;
        height: 1.6vw;
    }
}

.c-recruit-breadcrumbs__content li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #efefef;
    text-decoration: none;
    transition: color 0.6s ease;
}

.c-recruit-breadcrumbs__content li a:focus {
    color: #e8e80c;
}

@media (hover: hover) and (pointer: fine) {
    .c-recruit-breadcrumbs__content li a:hover {
        color: #e8e80c;
    }
}

.c-recruit-carousell .slick-slide {
    width: 324px;
    height: 210px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.c-recruit-carousell__dots {
    text-align: center;
}

.c-recruit-carousell__dots li {
    display: inline-block;
}

.c-recruit-carousell__dots button {
    display: block;
    width: 7px;
    height: 7px;
    margin-top: 20px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #dee6f0;
    border-radius: 50%;
}

.c-recruit-carousell__dots .slick-active button {
    background: #2c7ad5;
}

.c-mylog {
    width: 324px;
    height: 210px;
}

.c-mylog.page-mylog:not(:nth-child(3n)) {
    margin-right: 14px;
}

@media screen and (max-width: 768px) {
    .c-mylog.page-mylog:not(:nth-child(3n)) {
        margin-right: 0;
    }
}

.c-mylog a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 13px;
    color: #fff;
    overflow: hidden;
}

.c-mylog a:focus {
    filter: brightness(1.75);
    transition: filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (hover: hover) and (pointer: fine) {
    .c-mylog a:hover {
        filter: brightness(1.75);
        transition: filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
}

.c-mylog__thumbnail,
.c-mylog__cursive,
.c-mylog__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 13px;
    overflow: hidden;
}

.c-mylog__thumbnail figure {
    width: 100%;
    height: 100%;
}

.c-mylog__thumbnail img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.c-mylog__cursive figure {
    width: 220px;
    height: 68px;
}

.c-mylog__cursive img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: contain;
    font-family: "object-fit: contain", sans-serif;
}

.c-mylog__overlay.sales {
    background: linear-gradient(264deg, rgba(166, 173, 0, 0) 0%, rgba(170, 91, 24, 0.8470588235) 62%, #bc3717 100%) 0% 0% no-repeat padding-box;
}

.c-mylog__overlay.developer {
    background: linear-gradient(264deg, rgba(0, 173, 160, 0) 0%, rgba(24, 111, 170, 0.8470588235) 62%, #2654a0 100%) 0% 0% no-repeat padding-box;
}

.c-mylog__overlay.marketer {
    background: linear-gradient(264deg, rgba(20, 173, 0, 0) 0%, rgba(24, 170, 91, 0.8470588235) 62%, #0e7c68 100%) 0% 0% no-repeat padding-box;
}

.c-mylog__overlay.tsteam {
    background: linear-gradient(264deg, rgba(173, 153, 0, 0) 0%, rgba(119, 170, 24, 0.8470588235) 62%, #558b15 100%) 0% 0% no-repeat padding-box;
}

.c-mylog__overlay.smteam {
    background: linear-gradient(264deg, rgba(186, 0, 158, 0) 0%, rgba(191, 12, 60, 0.8470588235) 62%, #9d1831 100%) 0% 0% no-repeat padding-box;
}

.c-mylog__descr {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 24px;
}

.c-mylog__catch {
    font-size: 1.2307692308rem;
    font-weight: 700;
    margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
    .c-mylog__catch {
        font-size: 16px;
    }
}

.c-mylog__joined {
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .c-mylog__joined {
        font-size: 13px;
    }
}

.c-totop {
    position: fixed;
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    .c-totop {
        width: 9.6vw;
        height: 9.6vw;
    }
}

.c-totop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    color: #ffffff;
    text-decoration: none;
}

.c-totop img {
    height: 16px;
    transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
    .c-totop img {
        height: 3.7333333333vw;
    }
}

.l-recruit-entry-eyecatch {
    position: relative;
    width: 100vw;
    height: 230px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../../images/ja/recruit/entry/photo_fv_entry_pc.webp);
}

@media screen and (max-width: 1100px) {
    .l-recruit-entry-eyecatch {
        width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    .l-recruit-entry-eyecatch {
        width: 100vw;
        height: 53.3333333333vw;
        max-height: calc(100vh - 10.9333333333vw);
        background-image: url(../../images/ja/recruit/entry/photo_fv_entry_pc.webp);
    }
}

.l-recruit-entry-eyecatch__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100vw;
    height: 200px;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .l-recruit-entry-eyecatch__content {
        height: 45.3333333333vw;
    }
}

.l-recruit-entry-eyecatch__content-ja {
    font-size: 1.6923076923rem;
    font-weight: 700;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .l-recruit-entry-eyecatch__content-ja {
        font-size: 1.2307692308rem;
    }
}

.l-recruit-entry-eyecatch__content-en {
    font-family: "Jost";
    font-size: 3.9230769231rem;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .l-recruit-entry-eyecatch__content-en {
        font-size: 2.6923076923rem;
    }
}

.l-recruit-eyecatch {
    position: relative;
    width: 100vw;
    height: 390px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media screen and (max-width: 1100px) {
    .l-recruit-eyecatch {
        width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    .l-recruit-eyecatch {
        width: 100vw;
        height: 114.6666666667vw;
        max-height: calc(100vh - 10.9333333333vw);
    }
}

.l-recruit-eyecatch.about {
    background-image: url(../../images/ja/recruit/about/photo_fv_about_amiya_pc.webp);
}

@media screen and (max-width: 768px) {
    .l-recruit-eyecatch.about {
        background-image: url(../../images/ja/recruit/about/photo_fv_about_amiya_sp.webp);
    }
}

.l-recruit-eyecatch.mc_info {
    background-image: url(../../images/ja/recruit/mc_info/photo_fv_recruit_pc.webp);
}

@media screen and (max-width: 768px) {
    .l-recruit-eyecatch.mc_info {
        background-image: url(../../images/ja/recruit/mc_info/photo_fv_recruit_pc.webp);
    }
}

.l-recruit-eyecatch.mylog {
    background-image: url(../../images/ja/recruit/mylog/photo_fv_mylog_pc.webp);
}

@media screen and (max-width: 768px) {
    .l-recruit-eyecatch.mylog {
        background-image: url(../../images/ja/recruit/mylog/photo_fv_mylog_pc.webp);
    }
}

.l-recruit-eyecatch.ng_info {
    background-image: url(../../images/ja/recruit/ng_info/photo_fv_recruit_pc.webp);
}

@media screen and (max-width: 768px) {
    .l-recruit-eyecatch.ng_info {
        background-image: url(../../images/ja/recruit/ng_info/photo_fv_recruit_pc.webp);
    }
}

.l-recruit-eyecatch.workplace {
    background-image: url(../../images/ja/recruit/workplace/photo_fv_workplace_pc.webp);
}

@media screen and (max-width: 768px) {
    .l-recruit-eyecatch.workplace {
        background-image: url(../../images/ja/recruit/workplace/photo_fv_workplace_sp.webp);
    }
}

.l-recruit-eyecatch.internship {
    background-image: url(../../images/ja/recruit/internship/photo_fv_recruit_pc.webp);
}

@media screen and (max-width: 768px) {
    .l-recruit-eyecatch.internship {
        background-image: url(../../images/ja/recruit/internship/photo_fv_recruit_pc.webp);
    }
}

.l-recruit-eyecatch__content {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 72px;
    padding-bottom: 44px;
}

@media screen and (max-width: 768px) {
    .l-recruit-eyecatch__content {
        width: 100vw;
        padding-top: 17.0666666667vw;
        padding-bottom: 9.6vw;
        padding-left: 10.6666666667vw;
        padding-right: 10.6666666667vw;
    }
}

.l-recruit-eyecatch__content-ja {
    font-size: 1.6923076923rem;
    font-weight: 700;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .l-recruit-eyecatch__content-ja {
        font-size: 1.3846153846rem;
    }
}

.l-recruit-eyecatch__content-en {
    font-size: 4rem;
    font-family: "Jost";
    margin-top: -10px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .l-recruit-eyecatch__content-en {
        font-size: 3.0769230769rem;
    }
}

.l-recruit-eyecatch__nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    flex-grow: 1;
}

.l-recruit-eyecatch__nav-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.l-recruit-eyecatch__nav-list {
    list-style: none;
}

.l-recruit-eyecatch__nav-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: currentColor;
    text-decoration: none;
}

.l-recruit-eyecatch__nav-item {
    position: relative;
    padding-left: 18px;
    font-size: 1.1538461538rem;
    font-weight: bold;
    color: #ffffff;
    transition: color 0.6s ease;
}

.l-recruit-eyecatch__nav-item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.l-recruit-eyecatch__nav-item:focus {
    color: #e8e80c;
}

@media (hover: hover) and (pointer: fine) {
    .l-recruit-eyecatch__nav-item:hover {
        color: #e8e80c;
    }
}

.l-recruit-eyecatch__descr {
    font-size: 1.1538461538rem;
    color: #ffffff;
}

.l-recruit-footer {
    position: relative;
    width: 100vw;
    height: 276px;
    color: #ffffff;
    background: #222222;
}

@media screen and (max-width: 1100px) {
    .l-recruit-footer {
        width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    .l-recruit-footer {
        width: 100vw;
        height: 152vw;
    }
}

.l-recruit-footer__content {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

@media screen and (max-width: 768px) {
    .l-recruit-footer__content {
        width: 100vw;
        padding-top: 14.9333333333vw;
        padding-right: 8vw;
        padding-bottom: 17.0666666667vw;
        padding-left: 8vw;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}

.l-recruit-footer__company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 64px;
}

@media screen and (max-width: 768px) {
    .l-recruit-footer__company {
        margin-right: 0;
        margin-bottom: 6.4vw;
    }
}

.l-recruit-footer__company-logo {
    height: 36px;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .l-recruit-footer__company-logo {
        height: 7.4666666667vw;
        margin-bottom: 3.7333333333vw;
    }
}

.l-recruit-footer__company-logo img {
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.l-recruit-footer__company-name {
    font-size: 1.3846153846rem;
    margin-bottom: 2px;
}

.l-recruit-footer__company-address {
    font-size: 1rem;
}

.l-recruit-footer__menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
    .l-recruit-footer__menu {
        width: 100%;
    }
}

.l-recruit-footer__menu ul {
    list-style: none;
}

@media screen and (max-width: 768px) {
    .l-recruit-footer__menu ul {
        margin-bottom: 5.3333333333vw;
    }
}

.l-recruit-footer__menu li {
    position: relative;
    padding-left: 16px;
}

.l-recruit-footer__menu li::before {
    content: "";
    display: block;
    position: absolute;
    top: 8.5px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

.l-recruit-footer__menu a {
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.6s ease;
}

.l-recruit-footer__menu a:focus {
    color: #e8e80c;
}

@media (hover: hover) and (pointer: fine) {
    .l-recruit-footer__menu a:hover {
        color: #e8e80c;
    }
}

.l-recruit-footer__menu-internal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 1 auto;
    margin-right: 64px;
}

@media screen and (max-width: 768px) {
    .l-recruit-footer__menu-internal {
        flex-direction: column;
        margin-right: 0;
        width: 50%;
    }
}

.l-recruit-footer__menu-internal-title {
    color: #3b93f9;
    font-weight: 700;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .l-recruit-footer__menu-external {
        width: 50%;
    }
}

.l-recruit-header {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 44px;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9999;
}

@media screen and (max-width: 1100px) {
    .l-recruit-header {
        position: sticky;
        width: 1100px;
        height: 44px;
    }
}

@media screen and (max-width: 768px) {
    .l-recruit-header {
        display: block;
        position: fixed;
        width: 100vw;
        height: 10.9333333333vw;
        transition: height 0.6s 0s ease;
    }
}

@media screen and (max-width: 768px) {
    .l-recruit-header.expand {
        height: 100vh;
    }
}

.l-recruit-header__logo {
    display: flex;
    align-items: center;
    margin-left: 30px;
    height: 100%;
}

.l-recruit-header__logo img {
    height: 18px;
}

@media screen and (max-width: 768px) {
    .l-recruit-header__logo {
        position: absolute;
        top: 1px;
        left: 4.2666666667vw;
        display: block;
        margin-left: 0;
        line-height: 10.9333333333vw;
    }

    .l-recruit-header__logo img {
        height: 4.2666666667vw;
    }
}

.l-recruit-header__logo img {
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.l-recruit-header__toggle {
    display: none;
    position: absolute;
    right: 13px;
    top: 13px;
    width: 20px;
    height: 14px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .l-recruit-header__toggle {
        right: 3.4666666667vw;
        top: 3.4666666667vw;
        width: 5.3333333333vw;
        height: 3.7333333333vw;
    }
}

.l-recruit-header__toggle div {
    position: relative;
}

@media screen and (max-width: 768px) {
    .l-recruit-header__toggle {
        display: block;
    }
}

.l-recruit-header__toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #07234a;
    left: 0;
    transition: 0.35s ease-in-out;
}

@media screen and (max-width: 768px) {
    .l-recruit-header__toggle span {
        height: 0.5333333333vw;
    }
}

.l-recruit-header__toggle span:nth-child(1) {
    top: 0;
}

.l-recruit-header__toggle span:nth-child(2) {
    top: 7px;
}

@media screen and (max-width: 768px) {
    .l-recruit-header__toggle span:nth-child(2) {
        top: 1.8666666667vw;
    }
}

.l-recruit-header__toggle span:nth-child(3) {
    top: 14px;
}

@media screen and (max-width: 768px) {
    .l-recruit-header__toggle span:nth-child(3) {
        top: 3.7333333333vw;
    }
}

.l-recruit-header__toggle.open span:nth-child(1) {
    top: 7px;
    transform: rotate(315deg);
}

@media screen and (max-width: 768px) {
    .l-recruit-header__toggle.open span:nth-child(1) {
        top: 1.8666666667vw;
    }
}

.l-recruit-header__toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
}

.l-recruit-header__toggle.open span:nth-child(3) {
    top: 7px;
    transform: rotate(-315deg);
}

@media screen and (max-width: 768px) {
    .l-recruit-header__toggle.open span:nth-child(3) {
        top: 1.8666666667vw;
    }
}

.l-recruit-header__menu-global {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-content: center;
}

@media screen and (max-width: 768px) {
    .l-recruit-header__menu-global {
        position: absolute;
        width: 100vw;
        height: calc(100vh - 44px);
        top: auto;
        right: auto;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s 0s ease;
    }
}

.l-recruit-header__menu-global.display {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s 0.6s ease;
}

.l-recruit-header__menu-global ul {
    list-style: none;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .l-recruit-header__menu-global ul {
        font-size: 16px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }
}

.l-recruit-header__menu-global ul li {
    position: relative;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

@media screen and (max-width: 768px) {
    .l-recruit-header__menu-global ul li {
        width: 75vw;
        height: 56px;
        line-height: 56px;
        padding-left: 24px;
        border-bottom: 1px solid #07234a;
    }
}

@media screen and (max-width: 768px) {
    .l-recruit-header__menu-global ul li:last-child {
        border-bottom: none;
    }
}

.l-recruit-header__menu-global ul li:focus:not(.current)::after {
    transform: scale(1, 1);
}

@media (hover: hover) and (pointer: fine) {
    .l-recruit-header__menu-global ul li:hover:not(.current)::after {
        transform: scale(1, 1);
    }
}

@media screen and (max-width: 768px) {
    .l-recruit-header__menu-global ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 21px;
        width: 10px;
        height: 10px;
        border: 2px solid;
        border-color: transparent #07234a #07234a transparent;
        transform: rotate(-45deg);
    }
}

.l-recruit-header__menu-global ul li:not(.current)::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #07234a;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.l-recruit-header__menu-global ul li.current::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(94deg, #95e2f0 0%, #449fdd 54%, #2d66c3 100%) 0% 0% no-repeat;
}

@media screen and (max-width: 768px) {
    .l-recruit-header__menu-global ul li::after {
        content: none !important;
    }
}

.l-recruit-header__menu-global ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    transition: all 0.6s ease 0s;
    box-sizing: border-box;
    font-weight: 700;
    color: #07234a;
    text-decoration: none;
}

.l-recruit-header__menu-global ul li a:focus {
    color: #2c7ad5;
}

@media (hover: hover) and (pointer: fine) {
    .l-recruit-header__menu-global ul li a:hover {
        color: #2c7ad5;
    }
}

.l-recruit-header__menu-info {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
}

@media screen and (max-width: 768px) {
    .l-recruit-header__menu-info {
        font-size: 16px;
        width: 75vw;
        margin-bottom: 10px;
    }
}

.l-recruit-header__menu-info a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    font-weight: 700;
    z-index: 0;
}

.l-recruit-header__menu-info a::after {
    content: "";
    width: 0%;
    height: 100%;
    background: #07234a;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    z-index: -1;
}

.l-recruit-header__menu-info a span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #ffffff;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.l-recruit-header__menu-info a:focus::after {
    right: auto;
    left: 0;
    width: 100%;
}

.l-recruit-header__menu-info a:focus span {
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .l-recruit-header__menu-info a:hover::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    .l-recruit-header__menu-info a:hover span {
        color: #ffffff;
        animation: scaleUp 0.3s ease-in-out;
    }
}

.l-recruit-header__menu-info.ng a {
    background: linear-gradient(117deg, #95e2f0 0%, #449fdd 54%, #2d66c3 100%) 0% 0% no-repeat;
}

.l-recruit-header__menu-info.mc a {
    background: linear-gradient(117deg, #3e3e3e 0%, #7e7e7e 100%) 0% 0% no-repeat;
}

.l-recruit-header__menu-close {
    display: none;
    position: relative;
    margin-top: 44px;
    padding-left: 20px;
    font-size: 19px;
    color: #07234a;
}

.l-recruit-header__menu-close::before,
.l-recruit-header__menu-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 17px;
    background: #07234a;
}

.l-recruit-header__menu-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.l-recruit-header__menu-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
    .l-recruit-header__menu-close {
        display: block;
    }
}

.l-recruit-main {
    margin-top: 44px;
}

@media screen and (max-width: 1100px) {
    .l-recruit-main {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .l-recruit-main {
        margin-top: 10.9333333333vw;
    }
}

.l-recruit-section {
    width: 100vw;
    padding-top: 70px;
    padding-bottom: 110px;
}

@media screen and (max-width: 1100px) {
    .l-recruit-section {
        width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    .l-recruit-section {
        width: 100vw;
        padding-top: 13.3333333333vw;
        padding-bottom: 18.6666666667vw;
    }
}

.l-recruit-section__content {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .l-recruit-section__content {
        width: 100vw;
    }
}

.l-recruit-section__headline {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 2.4615384615rem;
    font-weight: 700;
    margin-bottom: 24px;
    padding-left: 20px;
    font-family: "Zen Kaku Gothic New";
}

.l-recruit-section__headline::before {
    position: absolute;
    top: 15%;
    left: 0;
    content: "";
    display: block;
    width: 9px;
    height: 70%;
    background-color: #165cad;
}

@media screen and (max-width: 768px) {
    .l-recruit-section__headline {
        font-size: 1.8461538462rem;
        margin-left: 5.3333333333vw;
        margin-bottom: 5.3333333333vw;
        padding-left: 4.2666666667vw;
    }

    .l-recruit-section__headline::before {
        width: 2.1333333333vw;
    }
}

.l-recruit-section__headline .headline-ja {
    font-size: 2.1538461538rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .l-recruit-section__headline .headline-ja {
        font-size: 1.5384615385rem;
    }
}

.l-recruit-section__headline .headline-en {
    margin-top: -2px;
}

.l-recruit-toentry {
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .l-recruit-toentry {
        width: 75%;
    }
}

.l-recruit-toentry__text {
    font-size: 1.2307692308rem;
    color: #165cad;
    text-align: center;
    line-height: 2;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .l-recruit-toentry__text {
        font-size: 1rem;
    }
}

.l-recruit-toentry__btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .l-recruit-toentry__btn {
        flex-direction: column;
        justify-content: center;
    }
}

.l-recruit-toentry__btn-content {
    width: 268px;
    height: 50px;
    font-size: 1.3076923077rem;
}

.l-recruit-toentry__btn-content:nth-child(2) {
    margin-left: 16px;
}

@media screen and (max-width: 768px) {
    .l-recruit-toentry__btn-content {
        width: 100%;
        height: 44px;
        font-size: 1.1538461538rem;
    }

    .l-recruit-toentry__btn-content:first-child {
        margin-bottom: 2.6666666667vw;
    }

    .l-recruit-toentry__btn-content:nth-child(2) {
        margin-left: 0;
    }
}

.l-recruit-toentry__btn-content a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.6s ease;
    z-index: 1;
    font-family: "Zen Kaku Gothic New";
    border-radius: 25px;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 1.7px;
}

@media screen and (max-width: 768px) {
    .l-recruit-toentry__btn-content a {
        border-radius: 22px;
        letter-spacing: 1.5px;
    }
}

.l-recruit-toentry__btn-content a.ng-btn {
    background: linear-gradient(280deg, #95e2f0 0%, #449fdd 54%, #2d66c3 100%) 0% 0% no-repeat;
}

.l-recruit-toentry__btn-content a.mc-btn {
    background: linear-gradient(280deg, #51359d 0%, #5c44dd 54%, #2d66c3 100%) 0% 0% no-repeat;
}

.l-recruit-toentry__btn-content a::after {
    content: "";
    width: 0%;
    height: 100%;
    background: #07234a;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    z-index: -1;
}

.l-recruit-toentry__btn-content a span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #ffffff;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.l-recruit-toentry__btn-content a:focus::after {
    right: auto;
    left: 0;
    width: 100%;
}

.l-recruit-toentry__btn-content a:focus span {
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .l-recruit-toentry__btn-content a:hover::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    .l-recruit-toentry__btn-content a:hover span {
        color: #ffffff;
        animation: scaleUp 0.3s ease-in-out;
    }
}

.p-recruit-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-repeat: repeat;
    background-size: 10px 10px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient(90deg, #efefef, #ffffff 1px, transparent 1px, transparent 10px), repeating-linear-gradient(0deg, #ffffff, #ffffff 1px, #efefef 1px, #efefef 10px);
    z-index: -1;
}

.p-recruit-business__descr {
    padding-left: 10px;
    font-size: 1.2307692308rem;
    margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__descr {
        padding: 0 8vw;
        font-size: 1rem;
        margin-bottom: 6.9333333333vw;
    }
}

.p-recruit-business__security {
    padding: 0 48px;
}

.p-recruit-business__security:last-child {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security:last-child {
        margin-top: 16vw;
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security {
        padding: 0 4.2666666667vw;
    }
}

.p-recruit-business__security-headline {
    position: relative;
    padding-left: 40px;
    font-size: 1.5384615385rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.p-recruit-business__security-headline::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 12px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-headline {
        padding-left: 26px;
        margin-bottom: 3.7333333333vw;
        font-size: 1.1538461538rem;
    }

    .p-recruit-business__security-headline::before {
        top: 8px;
        left: 8px;
        width: 8px;
        height: 8px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
    }
}

.p-recruit-business__security-content {
    width: 100%;
    padding: 55px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-content {
        padding: 5.3333333333vw;
        flex-direction: column;
        justify-content: center;
    }
}

.p-recruit-business__security-subheadline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    font-size: 1.1538461538rem;
}

.p-recruit-business__security-subheadline.alog {
    color: #1eaa39;
    flex-direction: row;
}

.p-recruit-business__security-subheadline.nac {
    color: #083148;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-subheadline.nac {
        align-items: center;
    }
}

.p-recruit-business__security-subheadline-text {
    font-weight: 700;
    margin-right: 16px;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-subheadline-text {
        margin-right: 0;
    }
}

.p-recruit-business__security-subheadline-logo.alog-logo,
.p-recruit-business__security-subheadline-logo.alog-logo figure,
.p-recruit-business__security-subheadline-logo.alog-logo figure img {
    width: auto;
    height: 45px;
}

.p-recruit-business__security-subheadline-logo.nac-logo,
.p-recruit-business__security-subheadline-logo.nac-logo figure,
.p-recruit-business__security-subheadline-logo.nac-logo figure img {
    width: auto;
    height: 28px;
}

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

    .p-recruit-business__security-subheadline-logo.alog-logo,
    .p-recruit-business__security-subheadline-logo.alog-logo figure,
    .p-recruit-business__security-subheadline-logo.alog-logo figure img {
        width: auto;
        height: 17.0666666667vw;
    }

    .p-recruit-business__security-subheadline-logo.nac-logo,
    .p-recruit-business__security-subheadline-logo.nac-logo figure,
    .p-recruit-business__security-subheadline-logo.nac-logo figure img {
        height: 7.4666666667vw;
        margin-bottom: 10.6666666667vw;
    }

    .p-recruit-business__security-subheadline-logo figure {
        height: 100%;
    }

    .p-recruit-business__security-subheadline-logo img {
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover", sans-serif;
    }
}

.p-recruit-business__security-subheadline-illust {
    display: none;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-subheadline-illust {
        display: block;
    }

    .p-recruit-business__security-subheadline-illust.alog-illust {
        width: 90%;
    }

    .p-recruit-business__security-subheadline-illust.nac-illust {
        width: 70%;
    }
}

.p-recruit-business__security-subheadline-illust figure {
    width: 100%;
}

.p-recruit-business__security-subheadline-illust img {
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-subheadline {
        flex-direction: column !important;
    }
}

.p-recruit-business__security-descr {
    width: 48%;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-descr {
        width: 100%;
    }
}

.p-recruit-business__security-descr p {
    margin-bottom: 24px;
}

.p-recruit-business__security-btn {
    width: 300px;
    height: 42px;
    font-size: 1.1538461538rem;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-btn {
        width: 100%;
    }
}

.p-recruit-business__security-btn a {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #3e3e3e 0%, #7e7e7e 100%) 0% 0% no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.6s ease;
    font-weight: 700;
    z-index: 1;
}

.p-recruit-business__security-btn a.to-alog::after {
    content: "";
    width: 0%;
    height: 100%;
    background: #1eaa39;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    z-index: -1;
}

.p-recruit-business__security-btn a.to-alog span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #ffffff;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.p-recruit-business__security-btn a.to-alog:focus::after {
    right: auto;
    left: 0;
    width: 100%;
}

.p-recruit-business__security-btn a.to-alog:focus span {
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .p-recruit-business__security-btn a.to-alog:hover::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    .p-recruit-business__security-btn a.to-alog:hover span {
        color: #ffffff;
        animation: scaleUp 0.3s ease-in-out;
    }
}

.p-recruit-business__security-btn a.to-nac::after {
    content: "";
    width: 0%;
    height: 100%;
    background: #083148;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    z-index: -1;
}

.p-recruit-business__security-btn a.to-nac span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #ffffff;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.p-recruit-business__security-btn a.to-nac:focus::after {
    right: auto;
    left: 0;
    width: 100%;
}

.p-recruit-business__security-btn a.to-nac:focus span {
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .p-recruit-business__security-btn a.to-nac:hover::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    .p-recruit-business__security-btn a.to-nac:hover span {
        color: #ffffff;
        animation: scaleUp 0.3s ease-in-out;
    }
}

.p-recruit-business__security-illust {
    width: 48%;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-illust {
        display: none;
    }
}

.p-recruit-business__security-illust figure {
    display: flex;
    justify-content: center;
}

.p-recruit-business__security-efficient {
    width: 55%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-efficient {
        width: 100%;
        padding: 0 6.4vw;
    }
}

.p-recruit-business__security-efficient-triangle {
    margin: 12px 0;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: currentColor transparent transparent transparent;
    border-width: 10px 7.5px 0 7.5px;
}

.p-recruit-business__security-efficient-summary {
    font-size: 1.2307692308rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-efficient-summary {
        font-size: 1rem;
    }
}

.p-recruit-business__security-efficient-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-efficient-list {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.p-recruit-business__security-efficient-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-efficient-item:first-child {
        margin-right: 8vw;
    }

    .p-recruit-business__security-efficient-item:last-child {
        margin-top: 2.1333333333vw;
    }
}

.p-recruit-business__security-efficient-illust {
    width: 130px;
    height: 130px;
    margin-bottom: 4px;
}

.p-recruit-business__security-efficient-illust figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid currentColor;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}

.p-recruit-business__security-efficient-illust img {
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-business__security-efficient-illust img.alog-internalfraud {
    height: 65px;
}

.p-recruit-business__security-efficient-illust img.alog-workstyle-reform {
    height: 84px;
}

.p-recruit-business__security-efficient-illust img.alog-cyberattack {
    height: 78px;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-efficient-illust {
        width: 34.6666666667vw;
        height: 34.6666666667vw;
        margin-bottom: 1.0666666667vw;
    }

    .p-recruit-business__security-efficient-illust img.alog-internalfraud {
        height: 17.3333333333vw;
    }

    .p-recruit-business__security-efficient-illust img.alog-workstyle-reform {
        height: 22.4vw;
    }

    .p-recruit-business__security-efficient-illust img.alog-cyberattack {
        height: 20.8vw;
    }
}

.p-recruit-business__security-efficient-descr {
    font-size: 1.1538461538rem;
}

@media screen and (max-width: 768px) {
    .p-recruit-business__security-efficient-descr {
        font-size: 1rem;
    }
}

.p-recruit-collaboration__descr {
    padding-left: 10px;
    margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
    .p-recruit-collaboration__descr {
        padding: 0 8vw;
        margin-bottom: 8.5333333333vw;
    }
}

.p-recruit-collaboration__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .p-recruit-collaboration__list {
        padding: 0 2.6666666667vw;
        flex-direction: column;
        justify-content: center;
    }
}

.p-recruit-collaboration__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 32%;
    height: 100px;
    padding: 0 14px;
    margin-bottom: 32px;
    background-color: #ffffff;
}

.p-recruit-collaboration__item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}

@media screen and (max-width: 768px) {
    .p-recruit-collaboration__item {
        width: 100%;
        padding: 6.9333333333vw 3.7333333333vw;
        margin-bottom: 10px;
    }

    .p-recruit-collaboration__item:nth-child(3n-1) {
        margin-left: 0;
        margin-right: 0;
    }
}

.p-recruit-collaboration__item-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.p-recruit-collaboration__item-logo {
    width: 60px;
    height: 60px;
    margin-right: 8px;
}

.p-recruit-collaboration__item-logo figure {
    width: 60px;
    height: 60px;
}

.p-recruit-collaboration__item-logo img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-collaboration__item-research {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.p-recruit-collaboration__item-name {
    font-size: 1.1538461538rem;
    font-weight: 700;
}

.p-recruit-collaboration__labo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 42px 56px;
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
    .p-recruit-collaboration__labo {
        padding: 9.6vw 6.9333333333vw;
        flex-direction: column;
    }
}

.p-recruit-collaboration__labo-descr {
    width: 40%;
}

@media screen and (max-width: 768px) {
    .p-recruit-collaboration__labo-descr {
        width: 100%;
    }
}

.p-recruit-collaboration__labo-headline {
    color: #56657c;
    font-size: 1.1538461538rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.p-recruit-collaboration__labo-image {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-collaboration__labo-image {
        justify-content: space-between;
        margin-top: 3.7333333333vw;
        width: 100%;
    }
}

.p-recruit-collaboration__labo-figure {
    height: 160px;
}

.p-recruit-collaboration__labo-figure:first-child {
    margin-right: 12px;
}

.p-recruit-collaboration__labo-figure figure {
    height: 100%;
}

.p-recruit-collaboration__labo-figure img {
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

@media screen and (max-width: 768px) {
    .p-recruit-collaboration__labo-figure {
        width: 48%;
        height: auto;
    }

    .p-recruit-collaboration__labo-figure:first-child {
        margin-right: 0;
    }

    .p-recruit-collaboration__labo-figure figure {
        width: 100%;
    }

    .p-recruit-collaboration__labo-figure img {
        width: 100%;
    }
}

.p-recruit-statistics__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-recruit-statistics__chart-container {
    width: 100%;
    padding: 12px;
    background-color: #ffffff;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .p-recruit-statistics__chart-container {
        width: 95%;
        padding: 3.2vw;
        margin-left: 3.2vw;
        margin-right: 3.2vw;
        margin-bottom: 6.6666666667vw;
    }
}


.p-recruit-statistics__chart-headline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #56657c;
    margin-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 768px) {
    .p-recruit-statistics__chart-headline {
        margin-bottom: 5.6vw;
        padding-left: 2.6666666667vw;
        padding-right: 2.6666666667vw;
    }
}

.p-recruit-statistics__chart-headline .chart-headline-en {
    font-family: "Jost";
    font-size: 1.7692307692rem;
    font-weight: 500;
    margin-right: 8px;
}

@media screen and (max-width: 768px) {
    .p-recruit-statistics__chart-headline .chart-headline-en {
        font-size: 1.5384615385rem;
        margin-right: 2.1333333333vw;
    }
}

.p-recruit-statistics__chart-headline .chart-headline-ja {
    font-weight: 700;
    font-size: 1.3846153846rem;
}

@media screen and (max-width: 768px) {
    .p-recruit-statistics__chart-headline .chart-headline-ja {
        font-size: 1.1538461538rem;
    }
}

.p-recruit-statistics__chart-image {
    height: 175px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.p-recruit-statistics__chart-image figure {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.p-recruit-statistics__chart-image img {
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-statistics__chart-descr {
    font-weight: 500;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .p-recruit-statistics__chart-descr {
        padding: 0 2.6666666667vw;
    }
}

.p-recruit-statistics__chart-pie {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
}

@media screen and (max-width: 768px) {
    .p-recruit-statistics__chart-pie {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
}

.p-recruit-statistics__chart-bar {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .p-recruit-statistics__chart-bar {
        justify-content: center;
        align-items: center;
    }
}

.p-recruit-statistics__chart-bar-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 18px;
    margin-bottom: 36px;
}

.p-recruit-statistics__chart-bar-list.q4 {
    margin-bottom: 12px;
}

.p-recruit-statistics__chart-bar-list.q5 {
    margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
    .p-recruit-statistics__chart-bar-list {
        flex-direction: column;
    }

    .p-recruit-statistics__chart-bar-list.q5 {
        margin-bottom: 0;
    }
}

.p-recruit-statistics__chart-bar-item {
    margin-right: 75px;
}

@media screen and (max-width: 768px) {
    .p-recruit-statistics__chart-bar-item {
        margin-right: 0;
        margin-bottom: 13.3333333333vw;
    }

    .p-recruit-statistics__chart-bar-item.pajamas {
        margin-bottom: 6.4vw;
    }
}

.p-recruit-statistics__chart-bar-subheadline {
    position: relative;
    font-size: 1.0769230769rem;
    font-weight: 700;
    color: #1a1a1a;
    padding-left: 16px;
    margin-bottom: 10px;
}

.p-recruit-statistics__chart-bar-subheadline::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.p-recruit-statistics__chart-bar-content {
    position: relative;
    width: 255px;
    height: 36px;
    border-radius: 10px;
    background-color: #3e3e3e;
}

@media screen and (max-width: 768px) {
    .p-recruit-statistics__chart-bar-content {
        width: 90%;
        height: 9.6vw;
    }
}

.p-recruit-statistics__chart-bar-indicate {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    line-height: 36px;
    border-radius: 10px 0 0 10px;
    transition: width 0.6s ease;
    color: #ffffff;
    background: linear-gradient(263deg, #95e2f0 0%, #449fdd 54%, #2d66c3 100%) 0% 0% no-repeat;
}

.p-recruit-statistics__chart-bar-indicate.unknown {
    border-radius: 10px;
    background: linear-gradient(263deg, rgba(149, 226, 240, 0) 0%, rgba(68, 159, 221, 0.537254902) 54%, #2d66c3 100%) 0% 0% no-repeat;
}

.p-recruit-statistics__chart-bar-indicate-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    font-family: "Jost";
    color: #ffffff;
    padding-left: 14px;
}

.p-recruit-statistics__chart-bar-indicate-digit {
    font-size: 2rem;
}

.p-recruit-statistics__chart-bar-indicate-unit {
    font-size: 1.3846153846rem;
}

.p-recruit-statistics__chart-bar-illust {
    position: absolute;
    height: 100px;
    z-index: 1;
    top: -56px;
}

.p-recruit-statistics__chart-bar-illust.engineer {
    right: -40px;
}

.p-recruit-statistics__chart-bar-illust.sales-marketing {
    right: -36px;
}

.p-recruit-statistics__chart-bar-illust.corporate {
    right: -24px;
}

.p-recruit-statistics__chart-bar-illust.casual,
.p-recruit-statistics__chart-bar-illust.suit,
.p-recruit-statistics__chart-bar-illust.pajamas {
    top: -48px;
    right: -28px;
}

.p-recruit-statistics__chart-bar-illust.return {
    top: -40px;
    right: -50px;
}

.p-recruit-statistics__chart-bar-illust.acquiring {
    top: -42px;
    right: -32px;
}

.p-recruit-statistics__chart-bar-illust.retirement {
    top: -38px;
    right: -48px;
}

.p-recruit-statistics__chart-bar-illust figure {
    width: 100%;
    height: 100%;
}

.p-recruit-statistics__chart-bar-illust img {
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-statistics__chart-bar-arrow {
    width: 100%;
    height: 30px;
    margin-top: 4px;
}

.p-recruit-statistics__chart-bar-arrow figure {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-recruit-statistics__chart-bar-arrow img {
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-statistics__chart-bar-descr {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-statistics__chart-bar-descr.q5 {
        text-align: left;
        padding: 0 18px;
    }
}

.p-recruit-vision__content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .p-recruit-vision__content {
        flex-direction: column;
        align-items: center;
    }
}

.p-recruit-vision__eyecatch {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.16;
}

@media screen and (max-width: 768px) {
    .p-recruit-vision__eyecatch {
        align-items: center;
        margin-bottom: 6.4vw;
    }
}

.p-recruit-vision__eyecatch-headline {
    padding: 0 12px;
    font-family: "Jost";
    font-size: 3.0769230769rem;
    font-weight: 500;
    background-color: #165cad;
    color: #ffffff;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .p-recruit-vision__eyecatch-headline {
        padding: 0 3.2vw;
        font-size: 2.0769230769rem;
        margin-bottom: 2.1333333333vw;
    }
}

.p-recruit-vision__eyecatch-phrase {
    font-size: 1.4615384615rem;
    font-weight: 700;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .p-recruit-vision__eyecatch-phrase {
        font-size: 1.3076923077rem;
    }
}

.p-recruit-vision__eyecatch-image {
    width: 280px;
}

.p-recruit-vision__eyecatch-image figure {
    width: 100%;
}

.p-recruit-vision__eyecatch-image img {
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-vision__descr-catch-ja {
    font-size: 1.5384615385rem;
    letter-spacing: 0.6px;
    line-height: 1.5;
}

.p-recruit-vision__descr-nm {
    line-height: 2.33;
}

.p-recruit-vision__descr-catch-en {
    font-size: 1.8461538462rem;
    font-weight: 900;
    letter-spacing: 0.72px;
    line-height: 1.4;
}

.p-recruit-case-carousell__descr {
    position: relative;
    width: 275px;
    font-size: 1.3076923077rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 55px;
}

.p-recruit-case-carousell__descr::before,
.p-recruit-case-carousell__descr::after {
    content: "";
    position: absolute;
    top: 30%;
    display: block;
    width: 24px;
    height: 24px;
    border-top: 2px solid #3e3e3e;
    transform: rotate(60deg);
}

.p-recruit-case-carousell__descr::before {
    left: -24px;
    transform: rotate(60deg);
}

.p-recruit-case-carousell__descr::after {
    right: -24px;
    transform: rotate(-60deg);
}

@media screen and (max-width: 768px) {
    .p-recruit-case-carousell__descr {
        width: 60vw;
        font-size: 1.0769230769rem;
        margin-bottom: 8.5333333333vw;
    }

    .p-recruit-case-carousell__descr::before,
    .p-recruit-case-carousell__descr::after {
        width: 5.3333333333vw;
        height: 5.3333333333vw;
    }

    .p-recruit-case-carousell__descr::before {
        left: -5.3333333333vw;
    }

    .p-recruit-case-carousell__descr::after {
        right: -5.3333333333vw;
    }
}

.p-recruit-case-carousell__goto {
    width: 335px;
    margin: 0 auto;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-carousell__goto {
        width: calc(100% - 10.6666666667vw);
        margin: 0 auto;
        margin-top: 8.5333333333vw;
    }
}

.p-recruit-case-eyecatch {
    position: relative;
    height: 650px;
}

.p-recruit-case-eyecatch::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -36px;
    display: block;
    width: 0;
    height: 48px;
    border: 1px solid #ffffff;
    mix-blend-mode: difference;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch {
        height: auto;
    }

    .p-recruit-case-eyecatch::after {
        content: none;
    }
}

.p-recruit-case-eyecatch__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch__bg {
        position: relative;
        top: auto;
        left: auto;
        height: 65.3333333333vw;
    }
}

.p-recruit-case-eyecatch__bg figure {
    width: 100%;
    height: 100%;
}

.p-recruit-case-eyecatch__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-case-eyecatch__hero {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch__hero {
        height: 65.3333333333vw;
    }
}

.p-recruit-case-eyecatch__hero-content {
    position: relative;
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch__hero-content {
        width: 88%;
        height: auto;
    }
}

.p-recruit-case-eyecatch__hero-image {
    position: absolute;
    top: -30px;
    right: 25px;
    height: 420px;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch__hero-image {
        position: absolute;
        top: auto;
        bottom: -9.6vw;
        right: 0;
        height: 60vw;
    }
}

.p-recruit-case-eyecatch__hero-image figure {
    height: 100%;
}

.p-recruit-case-eyecatch__hero-image img {
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-case-eyecatch__hero-cursive {
    position: absolute;
    right: 60px;
    bottom: 24px;
    height: 120px;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch__hero-cursive {
        position: absolute;
        bottom: -18.6666666667vw;
        left: 2%;
        width: 100%;
        height: 22.4vw;
    }
}

.p-recruit-case-eyecatch__hero-cursive figure {
    height: 100%;
}

.p-recruit-case-eyecatch__hero-cursive img {
    height: 100%;
    vertical-align: top;
    mix-blend-mode: difference;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-case-eyecatch__descr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch__descr {
        position: relative;
        left: auto;
        top: auto;
        height: auto;
    }
}

.p-recruit-case-eyecatch__descr-container {
    position: relative;
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch__descr-container {
        width: 100%;
        height: auto;
        margin: auto;
    }
}

.p-recruit-case-eyecatch__descr-block {
    position: relative;
    top: 95px;
    width: 1050px;
    height: calc(100% - 160px);
    padding-top: 44px;
    padding-right: 48px;
    padding-bottom: 36px;
    padding-left: 48px;
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch__descr-block {
        position: relative;
        top: auto;
        width: 100%;
        height: auto;
        padding-top: 21.3333333333vw;
        padding-right: 8vw;
        padding-bottom: 9.3333333333vw;
        padding-left: 8vw;
    }
}

.p-recruit-case-eyecatch__descr-content {
    position: relative;
    width: 375px;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch__descr-content {
        width: 100%;
    }
}

.p-recruit-case-eyecatch__descr-headline {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: "Contrail One", cursive;
    color: #165cad;
    margin-bottom: 10px;
}

.p-recruit-case-eyecatch__descr-alphanumeric {
    font-size: 1.1538461538rem;
    min-width: 108px;
}

.p-recruit-case-eyecatch__descr-symbol {
    font-size: 1.1538461538rem;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
}

.p-recruit-case-eyecatch__descr-phrase {
    font-size: 2.7692307692rem;
    font-weight: 700;
    letter-spacing: 1.44px;
    line-height: 1.5;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch__descr-phrase {
        font-size: 2rem;
        letter-spacing: 0.2773333333vw;
        margin-bottom: 2.6666666667vw;
    }
}

.p-recruit-case-eyecatch__descr-hashtag {
    font-size: 1.1538461538rem;
    font-weight: 700;
    color: #165cad;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch__descr-hashtag {
        font-size: 1rem;
        margin-bottom: 9.6vw;
    }
}

.p-recruit-case-eyecatch__descr-intro {
    position: absolute;
    bottom: 0;
    color: #1a1a1a;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-eyecatch__descr-intro {
        position: relative;
        bottom: auto;
    }
}

.p-recruit-case-goals {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-goals {
        padding-left: 5.8666666667vw;
        padding-right: 5.8666666667vw;
    }
}

.p-recruit-case-goals__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-goals__content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 4.2666666667vw;
    }
}

.p-recruit-case-goals__descr {
    width: 45%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-goals__descr {
        width: 100%;
        margin-right: 5.8666666667vw;
        margin-bottom: 9.6vw;
        margin-left: 5.8666666667vw;
    }
}

.p-recruit-case-goals__descr-headline {
    font-family: "Contrail One", cursive;
    font-size: 1.3846153846rem;
    font-weight: 500;
    color: #2c7ad5;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-goals__descr-headline {
        margin-bottom: 2.6666666667vw;
    }
}

.p-recruit-case-goals__descr-subheadline {
    font-size: 1.3076923077rem;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-goals__descr-subheadline {
        margin-bottom: 6.6666666667vw;
    }
}

.p-recruit-case-goals__descr-answer {
    font-size: 1.0769230769rem;
}

.p-recruit-case-goals__descr-image {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-goals__descr-image {
        width: 100%;
    }
}

.p-recruit-case-goals__descr-image figure {
    width: 100%;
}

.p-recruit-case-goals__descr-image img {
    width: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-case-goals__catch {
    position: relative;
    font-size: 2.4615384615rem;
    font-weight: 700;
    color: #165cad;
    padding-left: 64px;
}

.p-recruit-case-goals__catch::before {
    content: "";
    display: block;
    width: 48px;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid currentColor;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-goals__catch {
        font-size: 1.5384615385rem;
        padding-left: 12.8vw;
        float: right;
    }

    .p-recruit-case-goals__catch::after {
        clear: both;
        content: "";
        display: block;
    }

    .p-recruit-case-goals__catch::before {
        width: 8.5333333333vw;
    }
}

.p-recruit-case-job {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-job {
        padding-left: 5.8666666667vw;
        padding-right: 5.8666666667vw;
    }
}

.p-recruit-case-job__headline {
    font-family: "Contrail One", cursive;
    font-size: 1.3846153846rem;
    font-weight: 500;
    color: #2c7ad5;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-job__headline {
        margin-bottom: 2.6666666667vw;
    }
}

.p-recruit-case-job__subheadline {
    font-size: 1.3076923077rem;
    font-weight: 700;
}

.p-recruit-case-job__content {
    font-size: 1.0769230769rem;
    column-count: 2;
    column-gap: 32px;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-job__content {
        column-count: 1;
    }
}

.p-recruit-case-private {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-private {
        flex-direction: column;
        justify-content: center;
    }
}

.p-recruit-case-private__abblock {
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-private__abblock {
        position: relative;
    }
}

.p-recruit-case-private__headline {
    position: absolute;
    top: -20px;
    right: 0;
    font-family: "Contrail One", cursive;
    font-size: 3.8461538462rem;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-private__headline {
        width: 100%;
        height: 13.3333333333vw;
        top: -50px;
        font-size: 2.4615384615rem;
        padding-left: 5.8666666667vw;
    }

    .p-recruit-case-private__headline span {
        display: inline-block;
        margin-top: 18px;
    }
}

.p-recruit-case-private__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-private__image {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: 8.5333333333vw;
        padding-left: 5.8666666667vw;
        padding-right: 5.8666666667vw;
    }
}

.p-recruit-case-private__image figure {
    width: 100%;
}

.p-recruit-case-private__image img {
    width: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-case-private__descr {
    position: relative;
    top: 30px;
    width: 60%;
    padding: 34px;
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-private__descr {
        position: relative;
        top: auto;
        height: auto;
        width: 100%;
        padding: 0;
        margin-top: 6.4vw;
        padding-left: 5.8666666667vw;
        padding-right: 5.8666666667vw;
    }
}

.p-recruit-case-private__descr-headline {
    font-family: "Contrail One", cursive;
    font-size: 1.3846153846rem;
    font-weight: 500;
    color: #2c7ad5;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-private__descr-headline {
        margin-bottom: 2.6666666667vw;
    }
}

.p-recruit-case-private__descr-subheadline {
    font-size: 1.3076923077rem;
    font-weight: 700;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-private__descr-subheadline {
        margin-bottom: 6.6666666667vw;
    }
}

.p-recruit-case-private__descr-divider {
    width: 100%;
    height: 2px;
    background-color: #a2a2a2;
    margin-bottom: 20px;
}

.p-recruit-case-private__descr-answer {
    font-size: 1.0769230769rem;
}

.p-recruit-case-rewarding {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-rewarding {
        padding-left: 5.8666666667vw;
        padding-right: 5.8666666667vw;
    }
}

.p-recruit-case-rewarding__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-rewarding__content {
        flex-direction: column-reverse;
        justify-content: flex-start;
        margin-bottom: 4.2666666667vw;
    }
}

.p-recruit-case-rewarding__image {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-rewarding__image {
        width: 100%;
    }
}

.p-recruit-case-rewarding__image figure {
    width: 100%;
}

.p-recruit-case-rewarding__image img {
    width: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-case-rewarding__descr {
    width: 45%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-rewarding__descr {
        width: 100%;
        padding-top: 0;
        margin-right: 5.8666666667vw;
        margin-bottom: 9.6vw;
        margin-left: 5.8666666667vw;
    }
}

.p-recruit-case-rewarding__descr-headline {
    font-family: "Contrail One", cursive;
    font-size: 1.3846153846rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #2c7ad5;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-rewarding__descr-headline {
        margin-bottom: 2.6666666667vw;
    }
}

.p-recruit-case-rewarding__descr-subheadline {
    font-size: 1.3076923077rem;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-rewarding__descr-subheadline {
        margin-bottom: 6.6666666667vw;
    }
}

.p-recruit-case-rewarding__descr-answer {
    font-size: 1.0769230769rem;
}

.p-recruit-case-trigger {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-trigger {
        padding-left: 5.8666666667vw;
        padding-right: 5.8666666667vw;
    }
}

.p-recruit-case-trigger__headline {
    font-family: "Contrail One", cursive;
    font-size: 1.3846153846rem;
    font-weight: 500;
    color: #2c7ad5;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-trigger__headline {
        margin-bottom: 2.6666666667vw;
    }
}

.p-recruit-case-trigger__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-trigger__content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 4.2666666667vw;
    }
}

.p-recruit-case-trigger__descr {
    padding-top: 10px;
    width: 45%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-trigger__descr {
        width: 100%;
        padding-top: 0;
        margin-right: 5.8666666667vw;
        margin-bottom: 9.6vw;
        margin-left: 5.8666666667vw;
    }
}

.p-recruit-case-trigger__descr-subheadline {
    font-size: 1.3076923077rem;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-trigger__descr-subheadline {
        margin-bottom: 6.6666666667vw;
    }
}

.p-recruit-case-trigger__descr-answer {
    font-size: 1.0769230769rem;
}

.p-recruit-case-trigger__descr-image {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-trigger__descr-image {
        width: 100%;
    }
}

.p-recruit-case-trigger__descr-image figure {
    width: 100%;
}

.p-recruit-case-trigger__descr-image img {
    width: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-case-trigger__catch {
    position: relative;
    font-size: 2.4615384615rem;
    font-weight: 700;
    color: #165cad;
    padding-left: 64px;
}

.p-recruit-case-trigger__catch::before {
    content: "";
    display: block;
    width: 48px;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid currentColor;
}

@media screen and (max-width: 768px) {
    .p-recruit-case-trigger__catch {
        font-size: 1.5384615385rem;
        padding-left: 12.8vw;
        float: right;
    }

    .p-recruit-case-trigger__catch::after {
        clear: both;
        content: "";
        display: block;
    }

    .p-recruit-case-trigger__catch::before {
        width: 8.5333333333vw;
    }
}

.p-recruit-case {
    color: #2f2f2f;
}

.p-recruit-entry__contact {
    margin: 0 auto;
}

.p-recruit-entry__contact-text {
    text-align: center;
    color: #165cad;
    font-size: 1.2307692308rem;
    margin-bottom: 0.9230769231rem;
}

@media screen and (max-width: 768px) {
    .p-recruit-entry__contact-text {
        font-size: 3.2vw;
    }
}

.p-recruit-entry__contact-table {
    border: 0;
    border-collapse: collapse;
    margin: 0 auto;
}

.p-recruit-entry__contact-table th {
    vertical-align: middle;
    font-size: 1.2307692308rem;
    /*font-family: "Jost";*/
    font-weight: 500;
    padding-right: 2rem;
    padding-top: 0.4615384615rem;
}

@media screen and (max-width: 768px) {
    .p-recruit-entry__contact-table th {
        font-size: 2.6666666667vw;
        padding-right: 3.4666666667vw;
        padding-top: 0.5333333333vw;
    }
}

.p-recruit-entry__contact-table td {
    vertical-align: middle;
    font-size: 1.8461538462rem;
    font-family: "Jost";
    font-weight: 700;
    color: #165cad;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .p-recruit-entry__contact-table td {
        font-size: 3.7333333333vw;
    }
}

.p-recruit-entry__contact-table td span {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 1.2307692308rem;
}

@media screen and (max-width: 768px) {
    .p-recruit-entry__contact-table td span {
        font-size: 2.6666666667vw;
    }
}

.p-recruit-entry__contact-table td a {
    color: #165cad;
    text-decoration: none;
}

.p-recruit-entry__form-area {
    position: relative;
    width: 57.6923076923rem;
    height: auto;
    background-color: #ffffff;
    padding: 4.2307692308rem 4.8461538462rem;
    margin: 0 auto;
}

.p-recruit-entry__form-area>h1 {
    font-size: 1.85rem;
    font-weight: 700;
    padding-bottom: 4rem;
}

.p-recruit-entry__form-area>p {
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
    .p-recruit-entry__form-area {
        width: 100vw;
        padding: 2.1538461538rem;
    }

    .p-recruit-entry__form-area>h1 {
        font-size: 1.4rem;
        padding-bottom: 2rem;
    }

    .p-recruit-entry__form-area>p {
        font-size: 1rem;
        padding-bottom: 1.4rem;
    }
}

.p-recruit-entry__form-element {
    position: relative;
    padding: 1.1538461538rem 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .p-recruit-entry__form-element {
        padding: 1.1538461538rem 0;
    }
}

.p-recruit-entry__form-element-title {
    position: relative;
    font-size: 1.1538461538rem;
    margin-bottom: 0.5384615385rem;
}

.p-recruit-entry__form-required {
    position: relative;
}

.p-recruit-entry__form-required::after {
    position: absolute;
    content: "※必須";
    font-size: 1rem;
    right: -8.4615384615rem;
    top: 1px;
    color: #d31616;
    width: 7.6923076923rem;
}

.p-recruit-entry__form-element-half {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.p-recruit-entry__form-element-half dd {
    width: 45% !important;
}

.p-recruit-entry__form-element-input {
    width: 100%;
}

.p-recruit-entry__form-element-input input[type=text] {
    width: 100%;
    height: 2.6153846154rem;
    line-height: 2.6153846154rem;
    border: 1px solid #c1c5ca;
    border-radius: 0.3846153846rem;
    background-color: #fafafa;
    outline: none;
    padding: 0 0.7692307692rem;
    transition: all 0.3s;
}

.p-recruit-entry__form-element-input input[type=text]:focus {
    border: 1px solid #07234a;
    background-color: #ffffff;
}

.p-recruit-entry__form-element-input select {
    width: 100%;
    height: 2.6153846154rem;
    padding: 0 0.7692307692rem;
    outline: none;
    border: 1px solid #c1c5ca;
    border-radius: 0.3846153846rem;
    background-color: #fafafa;
}

.p-recruit-entry__form-element-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.p-recruit-entry__form-element-inline input {
    flex-grow: 1;
}

.p-recruit-entry__form-element-separator {
    margin: 0 5px;
}

.p-recruit-entry__form-element-checkbox {
    width: 100%;
    height: auto;
}

.p-recruit-entry__form-element-checkbox input[type=checkbox] {
    accent-color: #07234a;
}

.p-recruit-entry__form-checkbox-item {
    list-style: none;
    margin-left: 1.5384615385rem;
    margin-bottom: 0.4615384615rem;
}

.p-recruit-entry__form-checkbox-item label {
    margin-left: 0.6153846154rem;
}

.p-recruit-entry__form-element-textarea {
    width: 100%;
    height: auto;
}

.p-recruit-entry__form-element-textarea textarea {
    outline: none;
    width: 100%;
    height: 11.5384615385rem;
    border: 1px solid #c1c5ca;
    border-radius: 0.3846153846rem;
    padding: 0.7692307692rem;
    background-color: #fafafa;
    resize: none;
    transition: all 0.3s;
}

.p-recruit-entry__form-element-textarea textarea:focus {
    border: 1px solid #07234a;
    background-color: #ffffff;
}

.p-recruit-entry__form-element-note {
    margin-top: 0.3846153846rem;
    font-size: 0.9230769231rem;
}

.p-recruit-entry__form-agreement {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.6153846154rem;
    margin-bottom: 1.5384615385rem;
    flex-direction: column;
}

.p-recruit-entry__form-agreement a {
    transition: color 0.3s;
    color: #3e3e3e;
}

.p-recruit-entry__form-agreement a:active,
.p-recruit-entry__form-agreement a:visited {
    color: inherit;
}

.p-recruit-entry__form-agreement a:hover {
    color: #165cad;
}

.p-recruit-entry__form-agreement input[type=checkbox] {
    accent-color: #07234a;
}

.p-recruit-entry__form-submit-btn {
    width: 17.6923076923rem;
    height: 3.4615384615rem;
    color: #ffffff;
    font-weight: 700;
    margin: 3.8461538462rem auto 0 auto;
    cursor: pointer;
}

.p-recruit-entry__form-submit-btn.form-back-btn {
    background: transparent linear-gradient(90deg, #3e3e3e 0%, #7e7e7e 100%) 0% 0% no-repeat padding-box;
}

.p-recruit-entry__form-submit-btn.form-back-btn::after {
    background: #2b2b2b;
}

.p-recruit-entry__form-validation-error {
    background-color: #fce7e7;
    color: #d31616;
    padding: 1rem 2rem;
    border: 1px solid #d31616;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.p-recruit-entry__form-submit-confirm {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto 4.6153846154rem auto;
    width: 57.6923076923rem;
}

@media screen and (max-width: 768px) {
    .p-recruit-entry__form-submit-confirm {
        flex-direction: column-reverse;
        justify-content: center;
        width: 100vw;
        margin: 0 auto 2rem auto;
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-entry__form-submit-confirm-item:first-child {
        margin-bottom: 2rem;
    }
}

.p-recruit-entry__form-submit-confirm-anchor {
    text-decoration: none;
}

.p-recruit-entry__form-send {
    width: 61.5384615385rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p-recruit-entry__form-send {
        width: 100vw;
    }
}

.p-recruit-entry__form-send-title {
    position: relative;
    font-size: 1.8461538462rem;
    color: #165cad;
    text-align: center;
}

.p-recruit-entry__form-send-title::after {
    position: absolute;
    content: "";
    left: calc(50% - 50px);
    bottom: -10px;
    width: 100px;
    height: 2px;
    background-color: #165cad;
}

@media screen and (max-width: 768px) {
    .p-recruit-entry__form-send-title {
        font-size: 1.2307692308rem;
    }

    .p-recruit-entry__form-send-title::after {
        left: calc(50% - 40px);
        bottom: -5px;
        width: 80px;
    }
}

.p-recruit-entry__form-send-subtitle {
    font-size: 1.2307692308rem;
    color: #2c7ad5;
    margin-top: 4.6153846154rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .p-recruit-entry__form-send-subtitle {
        font-size: 1.0769230769rem;
        text-align: center;
    }
}

.p-recruit-entry__form-send-descr {
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .p-recruit-entry__form-send-descr {
        width: 85%;
        margin: 0 auto;
    }
}

.p-recruit-entry__form-send-privacy a {
    text-decoration: none;
}

.p-recruit-entry__form-send-privacy-btn {
    width: 24.6153846154rem;
    height: 3.4615384615rem;
    color: #ffffff;
    font-weight: 700;
    margin: 3.8461538462rem auto 0 auto;
    cursor: pointer;
    background: transparent linear-gradient(90deg, #3e3e3e 0%, #7e7e7e 100%) 0% 0% no-repeat padding-box;
}

.p-recruit-entry__form-send-privacy-btn::after {
    background: #2b2b2b;
}

.formErrorContent {
    margin-top: 0.3846153846rem;
    color: #d31616;
}

.p-recruit-fv {
    position: relative;
    width: 100vw;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

@media screen and (max-width: 1100px) {
    .p-recruit-fv {
        width: 1100px;
        height: 600px;
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-fv {
        width: 100vw;
        height: 136.5333333333vw;
        max-height: calc(100vh - 41px);
    }
}

.p-recruit-fv__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-recruit-fv__content video {
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
    width: 100%;
    height: 100%;
}

.p-recruit-fv__catch {
    color: #fff;
    font-weight: 700;
    mix-blend-mode: difference;
    text-align: center;
    line-height: 64px;
}

@media screen and (max-width: 768px) {
    .p-recruit-fv__catch {
        line-height: 2.2;
    }
}

.p-recruit-fv__catch-large {
    font-size: 2.0769230769rem;
    letter-spacing: 2.7px;
}

@media screen and (max-width: 768px) {
    .p-recruit-fv__catch-large {
        font-size: 1.6923076923rem;
        letter-spacing: 2.2px;
    }
}

.p-recruit-fv__catch-medium {
    font-size: 1.9230769231rem;
    letter-spacing: 2.5px;
}

@media screen and (max-width: 768px) {
    .p-recruit-fv__catch-medium {
        font-size: 1.6153846154rem;
        letter-spacing: 2.1px;
    }
}

.p-recruit-fv__catch-small {
    font-size: 1.7692307692rem;
    letter-spacing: 2.3px;
}

@media screen and (max-width: 768px) {
    .p-recruit-fv__catch-small {
        font-size: 1.4615384615rem;
        letter-spacing: 1.9px;
    }
}

.p-recruit-fv__text-container {
    position: absolute;
    right: 20px;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .p-recruit-fv__text-container {
        right: 0;
    }
}

.p-recruit-fv__text {
    font-size: 1.8461538462rem;
    font-weight: 700;
    color: #fff;
    text-align: right;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .p-recruit-fv__text {
        font-size: 1rem;
        margin-bottom: 1.6vw;
    }
}

.p-recruit-fv__text-logo {
    height: 50px;
    margin-bottom: -1px;
}

@media screen and (max-width: 768px) {
    .p-recruit-fv__text-logo {
        height: 8vw;
        margin-bottom: -1px;
    }
}

.p-recruit-fv__text-logo img {
    height: 50px;
}

@media screen and (max-width: 768px) {
    .p-recruit-fv__text-logo img {
        height: 8vw;
    }
}

.p-recruit-ml {
    position: relative;
    width: 100vw;
    height: 640px;
    background-color: #ffffff;
}

@media screen and (max-width: 1100px) {
    .p-recruit-ml {
        width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-ml {
        width: 100vw;
        height: auto;
        padding-bottom: 25.3333333333vw;
    }
}

.p-recruit-ml__content-container {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

@media screen and (max-width: 768px) {
    .p-recruit-ml__content-container {
        position: relative;
        width: 100vw;
        height: 100%;
        padding-top: 10.6666666667vw;
        padding-left: 2.6666666667vw;
        padding-bottom: 10.6666666667vw;
        padding-right: 2.6666666667vw;
    }
}

.p-recruit-ml__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .p-recruit-ml__content {
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        padding-left: 9.6vw;
        padding-right: 9.6vw;
    }
}

.p-recruit-ml__content-xlrowbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-ml__content-xlrowbox {
        flex-direction: column;
        align-items: flex-start;
    }
}

.p-recruit-ml__content-title-ja {
    font-size: 1.3846153846rem;
    font-weight: 700;
    color: #2c7ad5;
}

@media screen and (max-width: 768px) {
    .p-recruit-ml__content-title-ja {
        font-size: 1.0769230769rem;
    }
}

.p-recruit-ml__content-title-en {
    font-size: 2.9230769231rem;
    font-weight: 500;
    font-family: "Jost";
    margin-top: -6px;
    margin-right: 28px;
}

@media screen and (max-width: 768px) {
    .p-recruit-ml__content-title-en {
        font-size: 2.0769230769rem;
        margin-right: 0;
        margin-bottom: 4vw;
    }
}

.p-recruit-ml__content-btn {
    width: 335px;
    margin: 0 auto;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .p-recruit-ml__content-btn {
        width: calc(100% - 10.6666666667vw);
        margin: 0 auto;
        margin-top: 8.5333333333vw;
    }
}

.p-recruit-nmy {
    position: relative;
    width: 100vw;
    height: 586px;
    margin-bottom: 48px;
}

@media screen and (max-width: 1100px) {
    .p-recruit-nmy {
        width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-nmy {
        width: 100vw;
        height: auto;
        margin-bottom: 100px;
    }
}

.p-recruit-nmy__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .p-recruit-nmy__bg {
        display: none;
    }
}

.p-recruit-nmy__bg-large-circle,
.p-recruit-nmy__bg-small-circle {
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
}

.p-recruit-nmy__bg-large-circle {
    top: 40px;
    right: -77px;
    width: 154px;
    height: 154px;
}

.p-recruit-nmy__bg-small-circle {
    bottom: 0;
    left: -43px;
    width: 86px;
    height: 86px;
}

.p-recruit-nmy__content-container {
    position: relative;
    width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p-recruit-nmy__content-container {
        width: 100vw;
        padding: 0;
        overflow-x: hidden;
    }
}

.p-recruit-nmy__content {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .p-recruit-nmy__content {
        width: 100vw;
    }
}

.p-recruit-nmy__content-header {
    font-size: 1.8461538462rem;
    font-weight: 700;
    color: #2f2f2f;
    line-height: 1.875;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .p-recruit-nmy__content-header {
        padding-left: 8vw;
        margin-bottom: 4.5333333333vw;
    }
}

.p-recruit-nmy__content-resume {
    position: absolute;
    left: 395px;
    width: 794px;
}

.p-recruit-nmy__content-resume img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .p-recruit-nmy__content-resume {
        position: relative;
        left: auto;
    }

    .p-recruit-nmy__content-resume img {
        width: auto;
        height: 126.6666666667vw;
    }
}

.p-recruit-nmy__content-descr {
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .p-recruit-nmy__content-descr {
        margin-top: -48px;
        padding-left: 8vw;
        padding-right: 8vw;
    }
}

.p-recruit-nmy__content-descr p {
    margin-bottom: 24px;
}

.p-recruit-nmy__content-descr-stress {
    font-size: 1.5384615385rem;
}

.p-recruit-nmy__content-btn {
    width: 100%;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .p-recruit-nmy__content-btn {
        width: 100vw;
        padding-left: 6.4vw;
        padding-right: 6.4vw;
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-nmy__content-btn a {
        width: 100%;
    }
}

.p-recruit-re {
    position: relative;
    width: 100vw;
    height: 550px;
    color: #ffffff;
    background-image: url(../../images/ja/recruit/index/photo_fv_entry_pc_top.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

@media screen and (max-width: 1100px) {
    .p-recruit-re {
        width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-re {
        width: 100vw;
        height: 176vw;
        background-image: url(../../images/ja/recruit/index/photo_fv_entry_sp_top.webp);
    }
}

.p-recruit-re__content {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding-top: 85px;
    padding-bottom: 85px;
}

@media screen and (max-width: 768px) {
    .p-recruit-re__content {
        width: 100vw;
        padding-top: 10.6666666667vw;
        padding-right: 5.3333333333vw;
        padding-bottom: 13.3333333333vw;
        padding-left: 5.3333333333vw;
    }
}

.p-recruit-re__content-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .p-recruit-re__content-title {
        padding-left: 2.1333333333vw;
        margin-bottom: 5.3333333333vw;
    }
}

.p-recruit-re__content-title-ja {
    font-size: 1.3846153846rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .p-recruit-re__content-title-ja {
        font-size: 1.0769230769rem;
    }
}

.p-recruit-re__content-title-en {
    font-family: "Jost";
    font-size: 2.9230769231rem;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .p-recruit-re__content-title-en {
        font-size: 2.0769230769rem;
    }
}

.p-recruit-re__content-entry {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 20px;
    padding-bottom: 32px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {
    .p-recruit-re__content-entry {
        flex-direction: column;
        justify-content: center;
        padding: 6.4vw 2.1333333333vw;
    }
}

.p-recruit-re__content-entry-content {
    width: 48%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .p-recruit-re__content-entry-content {
        width: 100%;
        height: auto;
    }

    .p-recruit-re__content-entry-content:nth-child(2) {
        margin-top: 8.5333333333vw;
    }
}

.p-recruit-re__content-entry-title {
    font-size: 2.4615384615rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .p-recruit-re__content-entry-title {
        font-size: 1.5384615385rem;
    }
}

.p-recruit-re__content-entry-title span {
    letter-spacing: 3.2px;
}

.p-recruit-re__content-entry-descr {
    font-size: 1.1538461538rem;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .p-recruit-re__content-entry-descr {
        font-size: 1rem;
        margin-bottom: 3.2vw;
    }
}

.p-recruit-re__content-entry-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-re__content-entry-btn-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.p-recruit-re__content-entry-btn-container a {
    position: relative;
    display: flex;
    width: 227px;
    height: 42px;
    line-height: 42px;
    color: #07234a;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.1538461538rem;
    font-weight: 700;
    transition: all 0.6s ease;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .p-recruit-re__content-entry-btn-container a {
        width: 100%;
    }
}

.p-recruit-re__content-entry-btn-container a:first-child {
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .p-recruit-re__content-entry-btn-container a:first-child {
        margin-right: 0;
    }
}

.p-recruit-re__content-entry-btn-summary {
    border: 2px solid #ffffff;
    background: #ffffff;
}

.p-recruit-re__content-entry-btn-summary::after {
    content: "";
    width: 0%;
    height: 100%;
    background: #07234a;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    z-index: -1;
}

.p-recruit-re__content-entry-btn-summary span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #07234a;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.p-recruit-re__content-entry-btn-summary:focus::after {
    right: auto;
    left: 0;
    width: 100%;
}

.p-recruit-re__content-entry-btn-summary:focus span {
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .p-recruit-re__content-entry-btn-summary:hover::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    .p-recruit-re__content-entry-btn-summary:hover span {
        color: #ffffff;
        animation: scaleUp 0.3s ease-in-out;
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-re__content-entry-btn-summary {
        margin-bottom: 2.6666666667vw;
    }
}

.p-recruit-re__content-entry-btn-form {
    border: 2px solid #e8e80c;
    background: #e8e80c;
}

.p-recruit-re__content-entry-btn-form::after {
    content: "";
    width: 0%;
    height: 100%;
    background: #07234a;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    z-index: -1;
}

.p-recruit-re__content-entry-btn-form span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #07234a;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.p-recruit-re__content-entry-btn-form:focus::after {
    right: auto;
    left: 0;
    width: 100%;
}

.p-recruit-re__content-entry-btn-form:focus span {
    color: #e8e80c;
    animation: scaleUp 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .p-recruit-re__content-entry-btn-form:hover::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    .p-recruit-re__content-entry-btn-form:hover span {
        color: #e8e80c;
        animation: scaleUp 0.3s ease-in-out;
    }
}

.p-recruit-wp {
    position: relative;
    width: 100vw;
    height: 440px;
}

@media screen and (max-width: 1100px) {
    .p-recruit-wp {
        width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-wp {
        width: 100vw;
        height: 84vw;
    }
}

.p-recruit-wp__bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.p-recruit-wp__bg-color-large-circle,
.p-recruit-wp__bg-color-mid-circle,
.p-recruit-wp__bg-color-small-circle,
.p-recruit-wp__bg-large-circle,
.p-recruit-wp__bg-small-circle {
    position: absolute;
    border-radius: 50%;
}

.p-recruit-wp__bg-color-large-circle,
.p-recruit-wp__bg-color-mid-circle,
.p-recruit-wp__bg-color-small-circle {
    background: linear-gradient(180deg, #95e2f0 0%, #449fdd 54%, #2d66c3 100%) 0% 0% no-repeat;
}

.p-recruit-wp__bg-large-circle,
.p-recruit-wp__bg-small-circle {
    background: #ffffff;
}

.p-recruit-wp__bg-color-large-circle {
    top: 41.1%;
    left: 55.5%;
    width: 183px;
    height: 183px;
}

@media screen and (max-width: 768px) {
    .p-recruit-wp__bg-color-large-circle {
        display: none;
    }
}

.p-recruit-wp__bg-color-mid-circle {
    top: 45px;
    left: -27px;
    width: 85px;
    height: 85px;
}

@media screen and (max-width: 768px) {
    .p-recruit-wp__bg-color-mid-circle {
        top: 47.6%;
        left: -28px;
        width: 15.4666666667vw;
        height: 15.4666666667vw;
    }
}

.p-recruit-wp__bg-color-small-circle {
    top: -48px;
    right: 7%;
    width: 85px;
    height: 85px;
}

@media screen and (max-width: 768px) {
    .p-recruit-wp__bg-color-small-circle {
        top: -41px;
        right: 8vw;
        width: 15.4666666667vw;
        height: 15.4666666667vw;
    }
}

.p-recruit-wp__bg-large-circle {
    bottom: -152px;
    right: -116px;
    width: 324px;
    height: 324px;
}

@media screen and (max-width: 768px) {
    .p-recruit-wp__bg-large-circle {
        bottom: -45.8666666667vw;
        right: -42.6666666667vw;
        width: 59.7333333333vw;
        height: 59.7333333333vw;
    }
}

.p-recruit-wp__bg-small-circle {
    bottom: -32px;
    right: 32%;
    width: 64px;
    width: 64px;
}

@media screen and (max-width: 768px) {
    .p-recruit-wp__bg-small-circle {
        right: 26.6666666667vw;
        bottom: -5.6vw;
        width: 11.2vw;
        height: 11.2vw;
    }
}

.p-recruit-wp__content-container {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

@media screen and (max-width: 768px) {
    .p-recruit-wp__content-container {
        position: relative;
        width: 100vw;
        height: 100%;
        padding-top: 10.6666666667vw;
        padding-left: 2.6666666667vw;
        padding-bottom: 10.6666666667vw;
        padding-right: 2.6666666667vw;
    }
}

.p-recruit-wp__content {
    width: 510px;
    height: 320px;
    padding-left: 64px;
    padding-right: 64px;
    border-radius: 15px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .p-recruit-wp__content {
        width: 100%;
        height: 100%;
        padding-left: 9.6vw;
        padding-right: 9.6vw;
    }
}

.p-recruit-wp__content-title-ja {
    font-size: 1.3846153846rem;
    font-weight: 700;
    color: #2c7ad5;
}

@media screen and (max-width: 768px) {
    .p-recruit-wp__content-title-ja {
        font-size: 1.0769230769rem;
    }
}

.p-recruit-wp__content-title-en {
    font-size: 2.9230769231rem;
    font-weight: 500;
    font-family: "Jost";
    margin-top: -12px;
}

@media screen and (max-width: 768px) {
    .p-recruit-wp__content-title-en {
        font-size: 2.0769230769rem;
    }
}

.p-recruit-wp__content-descr {
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .p-recruit-wp__content-descr {
        margin-bottom: 2.1538461538rem;
    }
}

.p-recruit-wp__content-btn {
    width: 100%;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .p-recruit-wp__content-btn a {
        width: 100%;
    }
}

.p-recruit-yt {
    width: 100vw;
    height: 540px;
    margin-bottom: 56px;
}

@media screen and (max-width: 1100px) {
    .p-recruit-yt {
        width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-yt {
        width: 100vw;
        height: 200vw;
    }
}

.p-recruit-yt__bg {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 540px;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
    .p-recruit-yt__bg {
        width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__bg {
        width: 100vw;
        height: 200vw;
        flex-direction: column;
        align-items: flex-end;
    }
}

.p-recruit-yt__bg-left {
    position: relative;
    width: 50%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__bg-left {
        width: 100%;
        height: 46.6%;
    }
}

.p-recruit-yt__bg-right {
    position: relative;
    width: 50%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 200px;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__bg-right {
        width: 94.5%;
        height: 53.4%;
        border-radius: 50px 0 0 50px;
    }
}

.p-recruit-yt__bg-large-circle,
.p-recruit-yt__bg-mid-circle,
.p-recruit-yt__bg-small-circle,
.p-recruit-yt__bg-color-circle {
    position: absolute;
    border-radius: 50%;
}

.p-recruit-yt__bg-large-circle,
.p-recruit-yt__bg-mid-circle,
.p-recruit-yt__bg-small-circle {
    background-color: #ffffff;
}

.p-recruit-yt__bg-large-circle {
    top: 9%;
    left: -60px;
    width: 183px;
    height: 183px;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__bg-large-circle {
        top: auto;
        bottom: -50px;
        left: -146px;
    }
}

.p-recruit-yt__bg-mid-circle {
    top: -64px;
    left: 32%;
    width: 116px;
    height: 116px;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__bg-mid-circle {
        top: -72px;
        left: 24%;
    }
}

.p-recruit-yt__bg-small-circle {
    top: 40%;
    right: 4.5%;
    width: 66px;
    height: 66px;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__bg-small-circle {
        top: 122px;
        right: -42px;
    }
}

.p-recruit-yt__bg-color-circle {
    bottom: 13%;
    right: 11.5%;
    width: 52px;
    height: 52px;
    background: linear-gradient(180deg, #95e2f0 0%, #449fdd 54%, #2d66c3 100%) 0% 0% no-repeat;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__bg-color-circle {
        bottom: -34px;
        right: 29px;
    }
}

.p-recruit-yt__content {
    position: relative;
    width: 1100px;
    height: 540px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__content {
        width: 100vw;
        height: 200vw;
        flex-direction: column;
    }
}

.p-recruit-yt__content-left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__content-left {
        width: 100%;
        height: 46.6%;
    }
}

.p-recruit-yt__content-right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__content-right {
        width: 100%;
        height: 53.4%;
        padding-left: 16vw;
        padding-right: 16vw;
    }
}

.p-recruit-yt__entry {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: linear-gradient(180deg, #95e2f0 0%, #449fdd 54%, #2d66c3 100%) 0% 0% no-repeat;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__entry {
        width: 64vw;
        height: 64vw;
    }
}

.p-recruit-yt__entry-text {
    font-weight: 700;
    font-size: 1.4615384615rem;
    color: #ffffff;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__entry-text {
        margin-bottom: 3.2vw;
    }
}

.p-recruit-yt__entry-btn {
    width: 160px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__entry-btn {
        width: 42.6666666667vw;
        height: 10.6666666667vw;
    }
}

.p-recruit-yt__entry-btn a {
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.6s ease;
    z-index: 1;
    font-size: 1.1538461538rem;
    font-weight: 700;
}

.p-recruit-yt__entry-btn a::after {
    content: "";
    width: 0%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    z-index: -1;
}

.p-recruit-yt__entry-btn a span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #ffffff;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.p-recruit-yt__entry-btn a:focus::after {
    right: auto;
    left: 0;
    width: 100%;
}

.p-recruit-yt__entry-btn a:focus span {
    color: #2c7ad5;
    animation: scaleUp 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .p-recruit-yt__entry-btn a:hover::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    .p-recruit-yt__entry-btn a:hover span {
        color: #2c7ad5;
        animation: scaleUp 0.3s ease-in-out;
    }
}

.p-recruit-yt__entry-btn-text {
    font-size: 1.1538461538rem;
}

.p-recruit-yt__mv {
    display: flex;
    flex-direction: column;
    margin-top: 54px;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__mv {
        margin-top: 44px;
    }
}

.p-recruit-yt__mv-title-ja {
    font-size: 1.3846153846rem;
    font-weight: 700;
    color: #2c7ad5;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__mv-title-ja {
        font-size: 1.0769230769rem;
    }
}

.p-recruit-yt__mv-title-en {
    font-size: 2.9230769231rem;
    font-family: "Jost";
    font-weight: 500;
    margin-top: -12px;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__mv-title-en {
        font-size: 2.0769230769rem;
    }
}

.p-recruit-yt__mv-descr {
    margin-top: 18px;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .p-recruit-yt__mv-descr {
        margin-top: 10px;
        margin-bottom: 24px;
    }
}

.p-recruit-yt__mv-thumbnail-container {
    position: relative;
    width: 100%;
}

.p-recruit-yt__mv-thumbnail-container:focus {
    filter: brightness(1.75);
    transition: filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (hover: hover) and (pointer: fine) {
    .p-recruit-yt__mv-thumbnail-container:hover {
        filter: brightness(1.75);
        transition: filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
}

.p-recruit-yt__mv-thumbnail {
    position: absolute;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.p-recruit-yt__mv-thumbnail img {
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.p-recruit-yt__mv-play-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.p-recruit-yt__mv-play-btn img {
    width: 44px;
    height: 44px;
}

.p-recruit-carrier__headline {
    color: #ffffff;
}

.p-recruit-carrier__headline::before {
    background: #ffffff;
}

.p-recruit-carrier__descr {
    font-size: 1.2307692308rem;
    color: #ffffff;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .p-recruit-carrier__descr {
        font-size: 1rem;
        margin-left: 5.3333333333vw;
        margin-right: 5.3333333333vw;
        margin-bottom: 6.4vw;
    }
}

.p-recruit-carrier__scroll {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .p-recruit-carrier__scroll {
        width: auto;
        flex-direction: column;
        justify-content: center;
        margin-left: 4.2666666667vw;
        margin-right: 4.2666666667vw;
        margin-bottom: 12vw;
    }
}

.p-recruit-carrier__scroll-btn {
    width: 48%;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .p-recruit-carrier__scroll-btn {
        width: 100%;
    }

    .p-recruit-carrier__scroll-btn:nth-child(2) {
        margin-top: 4vw;
    }
}

.p-recruit-carrier__scroll-btn a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.6s ease;
    z-index: 1;
    background-color: #ffffff;
    color: #07234a;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
}

.p-recruit-carrier__scroll-btn a:focus {
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .p-recruit-carrier__scroll-btn a:hover {
        color: #ffffff;
    }
}

.p-recruit-carrier__scroll-btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    border-width: 2px;
    border-style: solid;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    right: 18px;
    border-color: transparent currentColor currentColor transparent;
}

.p-recruit-carrier__scroll-btn a::after {
    content: "";
    width: 0%;
    height: 100%;
    background: #07234a;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    z-index: -1;
}

.p-recruit-carrier__scroll-btn a span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #07234a;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.p-recruit-carrier__scroll-btn a:focus::after {
    right: auto;
    left: 0;
    width: 100%;
}

.p-recruit-carrier__scroll-btn a:focus span {
    color: #ffffff;
    animation: scaleUp 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .p-recruit-carrier__scroll-btn a:hover::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    .p-recruit-carrier__scroll-btn a:hover span {
        color: #ffffff;
        animation: scaleUp 0.3s ease-in-out;
    }
}

.p-recruit-carrier__summary {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .p-recruit-carrier__summary {
        width: auto;
        margin-left: 4.2666666667vw;
        margin-right: 4.2666666667vw;
        margin-bottom: 10.1333333333vw;
    }
}

.p-recruit-carrier__summary-headline {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #07234a;
    color: #ffffff;
    padding: 0 35px;
    font-size: 1.3846153846rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .p-recruit-carrier__summary-headline {
        height: 40px;
        padding: 0 5.3333333333vw;
        font-size: 1.2307692308rem;
    }
}

.p-recruit-carrier__summary-block {
    width: 100%;
    padding: 30px;
}

@media screen and (max-width: 768px) {
    .p-recruit-carrier__summary-block {
        padding: 5.3333333333vw;
    }
}

.p-recruit-carrier__summary-subheadline {
    margin-left: 25px;
    margin-bottom: 9px;
    font-size: 1.3846153846rem;
    font-weight: 700;
    color: #07234a;
}

@media screen and (max-width: 768px) {
    .p-recruit-carrier__summary-subheadline {
        margin-left: 0;
        margin-bottom: 2.4vw;
        font-size: 1.1538461538rem;
    }
}

.p-recruit-carrier__summary-descr {
    margin-left: 25px;
    margin-bottom: 28px;
    color: #07234a;
}

@media screen and (max-width: 768px) {
    .p-recruit-carrier__summary-descr {
        margin-left: 0;
        margin-bottom: 8.5333333333vw;
    }
}

.p-recruit-carrier__summary-conditions dl {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid #165cad;
}

.p-recruit-carrier__summary-conditions dl:last-child {
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .p-recruit-carrier__summary-conditions dl {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 3.4666666667vw;
        border-bottom: none;
    }
}

.p-recruit-carrier__summary-conditions dt {
    width: 150px;
    font-size: 1.1538461538rem;
    font-weight: 500;
    color: #165cad;
    padding: 16px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .p-recruit-carrier__summary-conditions dt {
        width: 100%;
        text-align: left;
        font-size: 1rem;
        padding: 0;
        border-bottom: 1px solid #165cad;
        margin-bottom: 2.6666666667vw;
    }
}

.p-recruit-carrier__summary-conditions dd {
    width: calc(100% - 150px);
    font-size: 1.0769230769rem;
    font-weight: 500;
    padding: 16px;
}

@media screen and (max-width: 768px) {
    .p-recruit-carrier__summary-conditions dd {
        width: 100%;
        font-size: 1rem;
        padding: 0;
    }
}

.p-recruit-carrier__summary-conditions dd p {
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .p-recruit-carrier__summary-conditions dd p {
        margin-bottom: 3.2vw;
    }
}

.p-recruit-carrier__summary-conditions dd ul {
    margin-top: -12px;
    margin-left: 13px;
    margin-bottom: 16px;
}

.p-recruit-carrier__summary-conditions dd ul.square {
    list-style-type: square;
}

.p-recruit-mcflow__headline {
    color: #ffffff;
}

.p-recruit-mcflow__headline::before {
    background: #ffffff;
}

.p-recruit-mcflow__block {
    padding: 32px;
    border: 3px solid #ffffff;
}

@media screen and (max-width: 768px) {
    .p-recruit-mcflow__block {
        border: none;
        padding: 0 8.5333333333vw;
    }
}

.p-recruit-mcflow__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-recruit-mcflow__item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}

@media screen and (max-width: 768px) {
    .p-recruit-mcflow__item {
        flex-direction: column;
        height: auto;
        background-color: #ffffff;
    }
}

.p-recruit-mcflow__step {
    width: 36%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #165cad;
    font-size: 1.0769230769rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .p-recruit-mcflow__step {
        width: 100%;
        height: auto;
        padding-top: 4.2666666667vw;
    }

    .p-recruit-mcflow__step.recieve {
        color: #ffffff;
        background-color: #5dafdb;
    }
}

.p-recruit-mcflow__content {
    width: 64%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #dee6f0;
    color: #165cad;
    padding: 0 26px;
}

@media screen and (max-width: 768px) {
    .p-recruit-mcflow__content {
        width: 100%;
        height: auto;
        justify-content: center;
        background-color: #ffffff;
        color: #3e3e3e;
        font-size: 0.9230769231rem;
        padding: 0;
        padding-bottom: 4.2666666667vw;
    }

    .p-recruit-mcflow__content.recieve {
        color: #ffffff;
        background-color: #5dafdb;
    }
}

.p-recruit-mcflow__divider {
    margin: 10px 0;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #ffffff transparent transparent transparent;
    border-width: 8px 7.5px 0 7.5px;
}

.p-recruit-mylog__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.p-recruit-ngapply {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngapply {
        flex-direction: column;
        justify-content: center;
    }
}

.p-recruit-ngapply__summary {
    width: 60%;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngapply__summary {
        width: 100%;
    }
}

.p-recruit-ngapply__headline {
    color: #ffffff;
}

.p-recruit-ngapply__headline::before {
    background: #ffffff;
}

.p-recruit-ngapply__summary-block {
    padding: 30px 20px;
    background: #ffffff;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngapply__summary-block {
        margin-left: 4vw;
        margin-right: 4vw;
        margin-bottom: 24vw;
    }
}

.p-recruit-ngapply__summary-block dl {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid #165cad;
}

.p-recruit-ngapply__summary-block dl:last-child {
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngapply__summary-block dl {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 3.4666666667vw;
        border-bottom: none;
    }
}

.p-recruit-ngapply__summary-block dt {
    width: 100px;
    text-align: center;
    font-size: 1.1538461538rem;
    font-weight: 500;
    color: #165cad;
    padding: 20px;
    box-sizing: border-box;
}

.internship .u-flex__row-ai-stretch {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.internship .p-recruit-ngapply__summary-block a {
    color: #165cad;
}

.internship .u-flex__row-ai-stretch .p-recruit-ngapply__summary-block {
    width: 48%;
}

.internship .p-recruit-ngapply__summary-block dt {
    width: 160px;
}

.internship .u-flex__row-ai-stretch .p-recruit-ngapply__summary-block dt {
    width: 100px;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngapply__summary-block dt {
        width: 100%;
        text-align: left;
        font-size: 1rem;
        padding: 0;
        border-bottom: 1px solid #165cad;
        margin-bottom: 2.6666666667vw;
    }

    .internship .u-flex__row-ai-stretch .p-recruit-ngapply__summary-block {
        margin-bottom: 2vw;
        width: 100%;
    }

    .internship .p-recruit-ngapply__summary-block dt {
        width: 100%;
    }

    .internship .u-flex__row-ai-stretch .p-recruit-ngapply__summary-block dt {
        width: 100%;
    }
}

.p-recruit-ngapply__summary-block dd {
    width: calc(100% - 100px);
    font-size: 1.0769230769rem;
    font-weight: 500;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngapply__summary-block dd {
        width: 100%;
        font-size: 1rem;
        padding: 0;
    }
}

.p-recruit-ngapply__flow {
    width: 35%;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngapply__flow {
        width: 100%;
    }
}

.p-recruit-ngapply__flow-block {
    padding: 40px;
    border: 3px solid #ffffff;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngapply__flow-block {
        border: none;
        padding: 0 16vw;
    }
}

.p-recruit-ngapply__flow-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-recruit-ngapply__flow-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    color: #165cad;
}

.p-recruit-ngapply__flow-item.recieve {
    background-color: #5dafdb;
    color: #ffffff;
}

.p-recruit-ngapply__flow-divider {
    margin: 10px 0;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #ffffff transparent transparent transparent;
    border-width: 8px 7.5px 0 7.5px;
}

.p-recruit-ngtype__descr {
    font-size: 1.2307692308rem;
    margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngtype__descr {
        font-size: 1rem;
        padding: 0 5.3333333333vw;
        margin-bottom: 8vw;
    }
}

.p-recruit-ngtype__block {
    width: 100%;
}

.p-recruit-ngtype__block-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.p-recruit-ngtype__block-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 200px;
    padding: 17.5px 40px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngtype__block-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 8vw;
        margin-bottom: 2.6666666667vw;
    }
}

.p-recruit-ngtype__block-summary {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngtype__block-summary {
        width: 100%;
        margin-bottom: 5.3333333333vw;
    }
}

.p-recruit-ngtype__block-headline {
    position: relative;
    font-size: 1.3846153846rem;
    font-weight: 700;
    color: #165cad;
    padding-left: 18px;
    margin-bottom: 10px;
}

.p-recruit-ngtype__block-headline::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    border-width: 2px;
    border-style: solid;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    left: 0px;
    border-color: currentColor currentColor transparent transparent;
}

.p-recruit-ngtype__block-illust {
    width: 24.6%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngtype__block-illust {
        width: 100%;
        height: auto;
        margin-bottom: 8vw;
    }
}

.p-recruit-ngtype__block-illust figure.ngtype-sales {
    height: 128px;
}

.p-recruit-ngtype__block-illust figure.ngtype-marketer {
    height: 138px;
}

.p-recruit-ngtype__block-illust figure.ngtype-development {
    height: 134px;
}

.p-recruit-ngtype__block-illust figure.ngtype-se {
    height: 140px;
}

.p-recruit-ngtype__block-illust figure.ngtype-clerk {
    height: 136px;
}

.p-recruit-ngtype__block-illust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-ngtype__block-comment {
    position: relative;
    width: 38%;
    padding: 16px;
    border: 1px solid #165cad;
    color: #165cad;
    border-radius: 10px;
}

.p-recruit-ngtype__block-comment {
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #165cad;
}

.p-recruit-ngtype__block-comment::before,
.p-recruit-ngtype__block-comment::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
}

.p-recruit-ngtype__block-comment::before,
.p-recruit-ngtype__block-comment::after {
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
}

.p-recruit-ngtype__block-comment::before {
    border-width: 6px 10px;
    margin-top: -6px;
    margin-right: 1px;
    border-color: transparent #165cad transparent transparent;
}

.p-recruit-ngtype__block-comment::after {
    border-width: 5px 9px;
    margin-top: -5px;
    border-color: transparent #ffffff transparent transparent;
}

@media screen and (max-width: 768px) {
    .p-recruit-ngtype__block-comment {
        width: 100%;
        padding: 4.2666666667vw;
        border-radius: 2.6666666667vw;
    }

    .p-recruit-ngtype__block-comment {
        position: relative;
        background: #ffffff;
        border-style: solid;
        border-width: 1px;
        border-color: #165cad;
    }

    .p-recruit-ngtype__block-comment::before,
    .p-recruit-ngtype__block-comment::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: solid transparent;
    }

    .p-recruit-ngtype__block-comment::before,
    .p-recruit-ngtype__block-comment::after {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 50%;
    }

    .p-recruit-ngtype__block-comment::before {
        border-width: 10px 6px;
        margin-left: -6px;
        margin-bottom: 1px;
        border-color: transparent transparent #165cad transparent;
    }

    .p-recruit-ngtype__block-comment::after {
        border-width: 9px 5px;
        margin-left: -5px;
        border-color: transparent transparent #ffffff transparent;
    }
}

.p-recruit-activities__descr {
    font-size: 1.2307692308rem;
    margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
    .p-recruit-activities__descr {
        font-size: 1rem;
        padding: 0 5.3333333333vw;
        margin-bottom: 8vw;
    }
}

.p-recruit-activities__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-activities__block {
        padding: 0 5.3333333333vw;
    }
}

.p-recruit-activities__block-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.p-recruit-activities__block-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 31%;
    margin-bottom: 36px;
}

.p-recruit-activities__block-item:not(:nth-child(3n)) {
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    .p-recruit-activities__block-item {
        width: 45%;
        margin-bottom: 4.2666666667vw;
    }

    .p-recruit-activities__block-item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .p-recruit-activities__block-item:not(:nth-child(2n)) {
        margin-right: 6.6666666667vw;
    }
}

.p-recruit-activities__block-image {
    height: 200px;
}

@media screen and (max-width: 768px) {
    .p-recruit-activities__block-image {
        height: 24vw;
    }
}

.p-recruit-activities__block-image figure {
    height: 100%;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .p-recruit-activities__block-image figure {
        border-radius: 5.3333333333vw 0 5.3333333333vw 0;
    }
}

.p-recruit-activities__block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-activities__block-line {
    width: 0;
    height: 7px;
    border: 1px solid #07234a;
    margin: 10px auto 2px auto;
}

@media screen and (max-width: 768px) {
    .p-recruit-activities__block-line {
        height: 1.8666666667vw;
        margin: 2.6666666667vw auto 0.5333333333vw auto;
    }
}

.p-recruit-activities__block-name {
    font-size: 1.3076923077rem;
    color: #07234a;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-activities__block-name {
        font-size: 1rem;
    }
}

.p-recruit-events__descr {
    font-size: 1.2307692308rem;
    margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
    .p-recruit-events__descr {
        font-size: 1rem;
        padding: 0 5.3333333333vw;
        margin-bottom: 8vw;
    }
}

.p-recruit-events__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-recruit-events__block {
        padding: 0 5.3333333333vw;
    }
}

.p-recruit-events__block-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.p-recruit-events__block-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 23%;
}

.p-recruit-events__block-item:not(:nth-child(4n)) {
    margin-right: 25px;
}

@media screen and (max-width: 768px) {
    .p-recruit-events__block-item {
        width: 45%;
        margin-bottom: 2.6666666667vw;
    }

    .p-recruit-events__block-item:not(:nth-child(4n)) {
        margin-right: 0;
    }

    .p-recruit-events__block-item:not(:nth-child(2n)) {
        margin-right: 2.6666666667vw;
    }
}

.p-recruit-events__block-image {
    height: 160px;
}

@media screen and (max-width: 768px) {
    .p-recruit-events__block-image {
        height: 29.3333333333vw;
    }
}

.p-recruit-events__block-image figure {
    height: 100%;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .p-recruit-events__block-image figure {
        border-radius: 5.3333333333vw 0 5.3333333333vw 0;
    }
}

.p-recruit-events__block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-systems__descr {
    font-size: 1.2307692308rem;
    margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
    .p-recruit-systems__descr {
        font-size: 1rem;
        padding: 0 5.3333333333vw;
        margin-bottom: 8vw;
    }
}

.p-recruit-systems__block {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .p-recruit-systems__block {
        margin-bottom: 16vw;
    }
}

.p-recruit-systems__block-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.p-recruit-systems__block-list.other-system-block {
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    .p-recruit-systems__block-list.other-system-block {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .p-recruit-systems__block-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.p-recruit-systems__block-list:not(:first-child) {
    margin-top: 24.5px;
}

@media screen and (max-width: 768px) {
    .p-recruit-systems__block-list:not(:first-child) {
        margin-top: 8vw;
    }
}

.p-recruit-systems__block-item {
    width: 32%;
    position: relative;
    padding: 30px 20px;
    border: 1px solid #07234a;
    background-color: #ffffff;
}

.p-recruit-systems__block-item.system-pickup::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 54px;
    height: 54px;
    background-image: url(../../images/ja/recruit/workplace/icon_pick.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-recruit-systems__block-item:not(:last-child) {
    margin-right: 24px;
}

@media screen and (max-width: 768px) {
    .p-recruit-systems__block-item {
        width: 90%;
        min-height: 168px;
        padding: 5.3333333333vw 8vw;
        margin-bottom: 8vw;
    }

    .p-recruit-systems__block-item:not(:last-child) {
        margin-right: 0;
    }

    .p-recruit-systems__block-item:last-child {
        margin-bottom: 0;
    }
}

.p-recruit-systems__block-headline {
    position: absolute;
    top: -15px;
    left: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #07234a;
    color: #ffffff;
    font-size: 1.3076923077rem;
    font-weight: 700;
}

.p-recruit-systems__block-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-recruit-systems__block-toparea {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.p-recruit-systems__block-toparea.system-language-toparea {
    margin-bottom: 27.5px;
}

.p-recruit-systems__block-toparea.system-qualification-toparea {
    margin-bottom: 14px;
}

.p-recruit-systems__block-toparea.system-award-toparea {
    margin-bottom: 6.5px;
}

.p-recruit-systems__block-toparea.system-training-toparea {
    margin-bottom: 22px;
}

.p-recruit-systems__block-toparea.system-mbo-toparea {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .p-recruit-systems__block-toparea.system-language-toparea {
        margin-bottom: 4.2666666667vw;
    }

    .p-recruit-systems__block-toparea.system-qualification-toparea {
        margin-bottom: 2.6666666667vw;
    }

    .p-recruit-systems__block-toparea.system-award-toparea {
        margin-bottom: 3.2vw;
    }

    .p-recruit-systems__block-toparea.system-training-toparea {
        margin-bottom: 2.4vw;
    }

    .p-recruit-systems__block-toparea.system-mbo-toparea {
        margin-bottom: 2.6666666667vw;
    }
}

.p-recruit-systems__block-toparea-descr {
    margin-right: 24px;
}

.p-recruit-systems__block-toparea-descr-block:first-child {
    margin-bottom: 14px;
}

.p-recruit-systems__block-toparea-descr-content {
    font-size: 1.1538461538rem;
    color: #165cad;
}

.p-recruit-systems__block-toparea-illust.system-telework {
    height: 136px;
}

.p-recruit-systems__block-toparea-illust.system-flex {
    height: 128px;
}

@media screen and (max-width: 768px) {
    .p-recruit-systems__block-toparea-illust.system-language {
        height: 112px;
    }

    .p-recruit-systems__block-toparea-illust.system-qualification {
        height: 140px;
    }

    .p-recruit-systems__block-toparea-illust.system-award {
        height: 130px;
    }

    .p-recruit-systems__block-toparea-illust.system-training {
        height: 132px;
    }

    .p-recruit-systems__block-toparea-illust.system-mbo {
        height: 144px;
    }
}

.p-recruit-systems__block-toparea-illust figure {
    height: 100%;
}

.p-recruit-systems__block-toparea-illust img {
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-systems__block-bottomarea {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.p-recruit-systems__block-bottomarea-descr ul {
    margin-left: 12px;
}

.p-recruit-systems__block-bottomarea-illust {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    bottom: 30px;
    right: 20px;
}

.p-recruit-systems__block-bottomarea-illust.system-sanatorium {
    height: 107px;
}

.p-recruit-systems__block-bottomarea-illust.system-vacation {
    height: 135px;
}

.p-recruit-systems__block-bottomarea-illust.system-welfare {
    height: 81px;
}

.p-recruit-systems__block-bottomarea-illust figure {
    height: 100%;
}

.p-recruit-systems__block-bottomarea-illust img {
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
}

.p-recruit-systems__block-bottomarea-emphasis {
    color: #165cad;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .p-recruit-systems__block-bottomarea-emphasis {
        margin-top: 5.3333333333vw;
    }
}

.u-background__lightgray {
    background-color: #efefef;
}

.u-background__lightblue {
    background-color: #dee6f0;
}

.u-background__white {
    background-color: #ffffff;
}

.u-background__blue-gradient {
    background: linear-gradient(90deg, #165cad 0%, #3d7ea7 100%) 0% 0% no-repeat padding-box;
}

.u-background__xl-stripe {
    background-color: #165cad;
    background-image: repeating-linear-gradient(-45deg, #5980a7, #5980a7 7px, transparent 0, transparent 14px);
}

@media screen and (max-width: 768px) {
    .u-background__xl-stripe {
        background-color: #ffffff;
        background-image: none;
    }
}

.u-background__md-stripe {
    background-color: transparent;
    background-image: none;
}

@media screen and (max-width: 768px) {
    .u-background__md-stripe {
        background-color: #165cad;
        background-image: repeating-linear-gradient(-45deg, #5980a7, #5980a7 7px, transparent 0, transparent 14px);
    }
}

.u-background__transparent {
    background-color: transparent;
}

.u-flex__column {
    display: flex;
    flex-direction: column;
}

.u-flex__column-jc-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.u-flex__column-jc-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.u-flex__column-jc-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.u-flex__column-ai-baseline {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.u-flex__column-ai-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.u-flex__column-ai-stretch {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.u-flex__row {
    display: flex;
    flex-direction: row;
}

.u-flex__row-jc-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.u-flex__row-jc-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.u-flex__row-jc-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.u-flex__row-ai-baseline {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.u-flex__row-ai-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.u-flex__row-ai-stretch {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.u-position__absolute {
    position: absolute;
}

.u-position__fixed {
    position: fixed;
}

.u-position__relative {
    position: relative;
}

.u-pt0 {
    padding-top: 0px;
}

.u-pt4 {
    padding-top: 4px;
}

.u-pt5 {
    padding-top: 5px;
}

.u-pt8 {
    padding-top: 8px;
}

.u-pt10 {
    padding-top: 10px;
}

.u-pt12 {
    padding-top: 12px;
}

.u-pt15 {
    padding-top: 15px;
}

.u-pt16 {
    padding-top: 16px;
}

.u-pt20 {
    padding-top: 20px;
}

.u-pt24 {
    padding-top: 24px;
}

.u-pt25 {
    padding-top: 25px;
}

.u-pt28 {
    padding-top: 28px;
}

.u-pt30 {
    padding-top: 30px;
}

.u-pt32 {
    padding-top: 32px;
}

.u-pt35 {
    padding-top: 35px;
}

.u-pt36 {
    padding-top: 36px;
}

.u-pt40 {
    padding-top: 40px;
}

.u-pt44 {
    padding-top: 44px;
}

.u-pt45 {
    padding-top: 45px;
}

.u-pt48 {
    padding-top: 48px;
}

.u-pt50 {
    padding-top: 50px;
}

.u-pt52 {
    padding-top: 52px;
}

.u-pt55 {
    padding-top: 55px;
}

.u-pt56 {
    padding-top: 56px;
}

.u-pt60 {
    padding-top: 60px;
}

.u-pt64 {
    padding-top: 64px;
}

.u-pt65 {
    padding-top: 65px;
}

.u-pt68 {
    padding-top: 68px;
}

.u-pt70 {
    padding-top: 70px;
}

.u-pt72 {
    padding-top: 72px;
}

.u-pt75 {
    padding-top: 75px;
}

.u-pt76 {
    padding-top: 76px;
}

.u-pt80 {
    padding-top: 80px;
}

.u-pt84 {
    padding-top: 84px;
}

.u-pt85 {
    padding-top: 85px;
}

.u-pt88 {
    padding-top: 88px;
}

.u-pt90 {
    padding-top: 90px;
}

.u-pt92 {
    padding-top: 92px;
}

.u-pt95 {
    padding-top: 95px;
}

.u-pt96 {
    padding-top: 96px;
}

.u-pt100 {
    padding-top: 100px;
}

.u-pb0 {
    padding-bottom: 0px;
}

.u-pb4 {
    padding-bottom: 4px;
}

.u-pb5 {
    padding-bottom: 5px;
}

.u-pb8 {
    padding-bottom: 8px;
}

.u-pb10 {
    padding-bottom: 10px;
}

.u-pb12 {
    padding-bottom: 12px;
}

.u-pb15 {
    padding-bottom: 15px;
}

.u-pb16 {
    padding-bottom: 16px;
}

.u-pb20 {
    padding-bottom: 20px;
}

.u-pb24 {
    padding-bottom: 24px;
}

.u-pb25 {
    padding-bottom: 25px;
}

.u-pb28 {
    padding-bottom: 28px;
}

.u-pb30 {
    padding-bottom: 30px;
}

.u-pb32 {
    padding-bottom: 32px;
}

.u-pb35 {
    padding-bottom: 35px;
}

.u-pb36 {
    padding-bottom: 36px;
}

.u-pb40 {
    padding-bottom: 40px;
}

.u-pb44 {
    padding-bottom: 44px;
}

.u-pb45 {
    padding-bottom: 45px;
}

.u-pb48 {
    padding-bottom: 48px;
}

.u-pb50 {
    padding-bottom: 50px;
}

.u-pb52 {
    padding-bottom: 52px;
}

.u-pb55 {
    padding-bottom: 55px;
}

.u-pb56 {
    padding-bottom: 56px;
}

.u-pb60 {
    padding-bottom: 60px;
}

.u-pb64 {
    padding-bottom: 64px;
}

.u-pb65 {
    padding-bottom: 65px;
}

.u-pb68 {
    padding-bottom: 68px;
}

.u-pb70 {
    padding-bottom: 70px;
}

.u-pb72 {
    padding-bottom: 72px;
}

.u-pb75 {
    padding-bottom: 75px;
}

.u-pb76 {
    padding-bottom: 76px;
}

.u-pb80 {
    padding-bottom: 80px;
}

.u-pb84 {
    padding-bottom: 84px;
}

.u-pb85 {
    padding-bottom: 85px;
}

.u-pb88 {
    padding-bottom: 88px;
}

.u-pb90 {
    padding-bottom: 90px;
}

.u-pb92 {
    padding-bottom: 92px;
}

.u-pb95 {
    padding-bottom: 95px;
}

.u-pb96 {
    padding-bottom: 96px;
}

.u-pb100 {
    padding-bottom: 100px;
}

.u-pl0 {
    padding-left: 0px;
}

.u-pl4 {
    padding-left: 4px;
}

.u-pl5 {
    padding-left: 5px;
}

.u-pl8 {
    padding-left: 8px;
}

.u-pl10 {
    padding-left: 10px;
}

.u-pl12 {
    padding-left: 12px;
}

.u-pl15 {
    padding-left: 15px;
}

.u-pl16 {
    padding-left: 16px;
}

.u-pl20 {
    padding-left: 20px;
}

.u-pl24 {
    padding-left: 24px;
}

.u-pl25 {
    padding-left: 25px;
}

.u-pl28 {
    padding-left: 28px;
}

.u-pl30 {
    padding-left: 30px;
}

.u-pl32 {
    padding-left: 32px;
}

.u-pl35 {
    padding-left: 35px;
}

.u-pl36 {
    padding-left: 36px;
}

.u-pl40 {
    padding-left: 40px;
}

.u-pl44 {
    padding-left: 44px;
}

.u-pl45 {
    padding-left: 45px;
}

.u-pl48 {
    padding-left: 48px;
}

.u-pl50 {
    padding-left: 50px;
}

.u-pl52 {
    padding-left: 52px;
}

.u-pl55 {
    padding-left: 55px;
}

.u-pl56 {
    padding-left: 56px;
}

.u-pl60 {
    padding-left: 60px;
}

.u-pl64 {
    padding-left: 64px;
}

.u-pl65 {
    padding-left: 65px;
}

.u-pl68 {
    padding-left: 68px;
}

.u-pl70 {
    padding-left: 70px;
}

.u-pl72 {
    padding-left: 72px;
}

.u-pl75 {
    padding-left: 75px;
}

.u-pl76 {
    padding-left: 76px;
}

.u-pl80 {
    padding-left: 80px;
}

.u-pl84 {
    padding-left: 84px;
}

.u-pl85 {
    padding-left: 85px;
}

.u-pl88 {
    padding-left: 88px;
}

.u-pl90 {
    padding-left: 90px;
}

.u-pl92 {
    padding-left: 92px;
}

.u-pl95 {
    padding-left: 95px;
}

.u-pl96 {
    padding-left: 96px;
}

.u-pl100 {
    padding-left: 100px;
}

.u-pr0 {
    padding-right: 0px;
}

.u-pr4 {
    padding-right: 4px;
}

.u-pr5 {
    padding-right: 5px;
}

.u-pr8 {
    padding-right: 8px;
}

.u-pr10 {
    padding-right: 10px;
}

.u-pr12 {
    padding-right: 12px;
}

.u-pr15 {
    padding-right: 15px;
}

.u-pr16 {
    padding-right: 16px;
}

.u-pr20 {
    padding-right: 20px;
}

.u-pr24 {
    padding-right: 24px;
}

.u-pr25 {
    padding-right: 25px;
}

.u-pr28 {
    padding-right: 28px;
}

.u-pr30 {
    padding-right: 30px;
}

.u-pr32 {
    padding-right: 32px;
}

.u-pr35 {
    padding-right: 35px;
}

.u-pr36 {
    padding-right: 36px;
}

.u-pr40 {
    padding-right: 40px;
}

.u-pr44 {
    padding-right: 44px;
}

.u-pr45 {
    padding-right: 45px;
}

.u-pr48 {
    padding-right: 48px;
}

.u-pr50 {
    padding-right: 50px;
}

.u-pr52 {
    padding-right: 52px;
}

.u-pr55 {
    padding-right: 55px;
}

.u-pr56 {
    padding-right: 56px;
}

.u-pr60 {
    padding-right: 60px;
}

.u-pr64 {
    padding-right: 64px;
}

.u-pr65 {
    padding-right: 65px;
}

.u-pr68 {
    padding-right: 68px;
}

.u-pr70 {
    padding-right: 70px;
}

.u-pr72 {
    padding-right: 72px;
}

.u-pr75 {
    padding-right: 75px;
}

.u-pr76 {
    padding-right: 76px;
}

.u-pr80 {
    padding-right: 80px;
}

.u-pr84 {
    padding-right: 84px;
}

.u-pr85 {
    padding-right: 85px;
}

.u-pr88 {
    padding-right: 88px;
}

.u-pr90 {
    padding-right: 90px;
}

.u-pr92 {
    padding-right: 92px;
}

.u-pr95 {
    padding-right: 95px;
}

.u-pr96 {
    padding-right: 96px;
}

.u-pr100 {
    padding-right: 100px;
}

.u-mt0 {
    margin-top: 0px;
}

.u-mt4 {
    margin-top: 4px;
}

.u-mt5 {
    margin-top: 5px;
}

.u-mt8 {
    margin-top: 8px;
}

.u-mt10 {
    margin-top: 10px;
}

.u-mt12 {
    margin-top: 12px;
}

.u-mt15 {
    margin-top: 15px;
}

.u-mt16 {
    margin-top: 16px;
}

.u-mt20 {
    margin-top: 20px;
}

.u-mt24 {
    margin-top: 24px;
}

.u-mt25 {
    margin-top: 25px;
}

.u-mt28 {
    margin-top: 28px;
}

.u-mt30 {
    margin-top: 30px;
}

.u-mt32 {
    margin-top: 32px;
}

.u-mt35 {
    margin-top: 35px;
}

.u-mt36 {
    margin-top: 36px;
}

.u-mt40 {
    margin-top: 40px;
}

.u-mt44 {
    margin-top: 44px;
}

.u-mt45 {
    margin-top: 45px;
}

.u-mt48 {
    margin-top: 48px;
}

.u-mt50 {
    margin-top: 50px;
}

.u-mt52 {
    margin-top: 52px;
}

.u-mt55 {
    margin-top: 55px;
}

.u-mt56 {
    margin-top: 56px;
}

.u-mt60 {
    margin-top: 60px;
}

.u-mt64 {
    margin-top: 64px;
}

.u-mt65 {
    margin-top: 65px;
}

.u-mt68 {
    margin-top: 68px;
}

.u-mt70 {
    margin-top: 70px;
}

.u-mt72 {
    margin-top: 72px;
}

.u-mt75 {
    margin-top: 75px;
}

.u-mt76 {
    margin-top: 76px;
}

.u-mt80 {
    margin-top: 80px;
}

.u-mt84 {
    margin-top: 84px;
}

.u-mt85 {
    margin-top: 85px;
}

.u-mt88 {
    margin-top: 88px;
}

.u-mt90 {
    margin-top: 90px;
}

.u-mt92 {
    margin-top: 92px;
}

.u-mt95 {
    margin-top: 95px;
}

.u-mt96 {
    margin-top: 96px;
}

.u-mt100 {
    margin-top: 100px;
}

.u-mb0 {
    margin-bottom: 0px;
}

.u-mb4 {
    margin-bottom: 4px;
}

.u-mb5 {
    margin-bottom: 5px;
}

.u-mb8 {
    margin-bottom: 8px;
}

.u-mb10 {
    margin-bottom: 10px;
}

.u-mb12 {
    margin-bottom: 12px;
}

.u-mb15 {
    margin-bottom: 15px;
}

.u-mb16 {
    margin-bottom: 16px;
}

.u-mb20 {
    margin-bottom: 20px;
}

.u-mb24 {
    margin-bottom: 24px;
}

.u-mb25 {
    margin-bottom: 25px;
}

.u-mb28 {
    margin-bottom: 28px;
}

.u-mb30 {
    margin-bottom: 30px;
}

.u-mb32 {
    margin-bottom: 32px;
}

.u-mb35 {
    margin-bottom: 35px;
}

.u-mb36 {
    margin-bottom: 36px;
}

.u-mb40 {
    margin-bottom: 40px;
}

.u-mb44 {
    margin-bottom: 44px;
}

.u-mb45 {
    margin-bottom: 45px;
}

.u-mb48 {
    margin-bottom: 48px;
}

.u-mb50 {
    margin-bottom: 50px;
}

.u-mb52 {
    margin-bottom: 52px;
}

.u-mb55 {
    margin-bottom: 55px;
}

.u-mb56 {
    margin-bottom: 56px;
}

.u-mb60 {
    margin-bottom: 60px;
}

.u-mb64 {
    margin-bottom: 64px;
}

.u-mb65 {
    margin-bottom: 65px;
}

.u-mb68 {
    margin-bottom: 68px;
}

.u-mb70 {
    margin-bottom: 70px;
}

.u-mb72 {
    margin-bottom: 72px;
}

.u-mb75 {
    margin-bottom: 75px;
}

.u-mb76 {
    margin-bottom: 76px;
}

.u-mb80 {
    margin-bottom: 80px;
}

.u-mb84 {
    margin-bottom: 84px;
}

.u-mb85 {
    margin-bottom: 85px;
}

.u-mb88 {
    margin-bottom: 88px;
}

.u-mb90 {
    margin-bottom: 90px;
}

.u-mb92 {
    margin-bottom: 92px;
}

.u-mb95 {
    margin-bottom: 95px;
}

.u-mb96 {
    margin-bottom: 96px;
}

.u-mb100 {
    margin-bottom: 100px;
}

.u-ml0 {
    margin-left: 0px;
}

.u-ml4 {
    margin-left: 4px;
}

.u-ml5 {
    margin-left: 5px;
}

.u-ml8 {
    margin-left: 8px;
}

.u-ml10 {
    margin-left: 10px;
}

.u-ml12 {
    margin-left: 12px;
}

.u-ml15 {
    margin-left: 15px;
}

.u-ml16 {
    margin-left: 16px;
}

.u-ml20 {
    margin-left: 20px;
}

.u-ml24 {
    margin-left: 24px;
}

.u-ml25 {
    margin-left: 25px;
}

.u-ml28 {
    margin-left: 28px;
}

.u-ml30 {
    margin-left: 30px;
}

.u-ml32 {
    margin-left: 32px;
}

.u-ml35 {
    margin-left: 35px;
}

.u-ml36 {
    margin-left: 36px;
}

.u-ml40 {
    margin-left: 40px;
}

.u-ml44 {
    margin-left: 44px;
}

.u-ml45 {
    margin-left: 45px;
}

.u-ml48 {
    margin-left: 48px;
}

.u-ml50 {
    margin-left: 50px;
}

.u-ml52 {
    margin-left: 52px;
}

.u-ml55 {
    margin-left: 55px;
}

.u-ml56 {
    margin-left: 56px;
}

.u-ml60 {
    margin-left: 60px;
}

.u-ml64 {
    margin-left: 64px;
}

.u-ml65 {
    margin-left: 65px;
}

.u-ml68 {
    margin-left: 68px;
}

.u-ml70 {
    margin-left: 70px;
}

.u-ml72 {
    margin-left: 72px;
}

.u-ml75 {
    margin-left: 75px;
}

.u-ml76 {
    margin-left: 76px;
}

.u-ml80 {
    margin-left: 80px;
}

.u-ml84 {
    margin-left: 84px;
}

.u-ml85 {
    margin-left: 85px;
}

.u-ml88 {
    margin-left: 88px;
}

.u-ml90 {
    margin-left: 90px;
}

.u-ml92 {
    margin-left: 92px;
}

.u-ml95 {
    margin-left: 95px;
}

.u-ml96 {
    margin-left: 96px;
}

.u-ml100 {
    margin-left: 100px;
}

.u-mr0 {
    margin-right: 0px;
}

.u-mr4 {
    margin-right: 4px;
}

.u-mr5 {
    margin-right: 5px;
}

.u-mr8 {
    margin-right: 8px;
}

.u-mr10 {
    margin-right: 10px;
}

.u-mr12 {
    margin-right: 12px;
}

.u-mr15 {
    margin-right: 15px;
}

.u-mr16 {
    margin-right: 16px;
}

.u-mr20 {
    margin-right: 20px;
}

.u-mr24 {
    margin-right: 24px;
}

.u-mr25 {
    margin-right: 25px;
}

.u-mr28 {
    margin-right: 28px;
}

.u-mr30 {
    margin-right: 30px;
}

.u-mr32 {
    margin-right: 32px;
}

.u-mr35 {
    margin-right: 35px;
}

.u-mr36 {
    margin-right: 36px;
}

.u-mr40 {
    margin-right: 40px;
}

.u-mr44 {
    margin-right: 44px;
}

.u-mr45 {
    margin-right: 45px;
}

.u-mr48 {
    margin-right: 48px;
}

.u-mr50 {
    margin-right: 50px;
}

.u-mr52 {
    margin-right: 52px;
}

.u-mr55 {
    margin-right: 55px;
}

.u-mr56 {
    margin-right: 56px;
}

.u-mr60 {
    margin-right: 60px;
}

.u-mr64 {
    margin-right: 64px;
}

.u-mr65 {
    margin-right: 65px;
}

.u-mr68 {
    margin-right: 68px;
}

.u-mr70 {
    margin-right: 70px;
}

.u-mr72 {
    margin-right: 72px;
}

.u-mr75 {
    margin-right: 75px;
}

.u-mr76 {
    margin-right: 76px;
}

.u-mr80 {
    margin-right: 80px;
}

.u-mr84 {
    margin-right: 84px;
}

.u-mr85 {
    margin-right: 85px;
}

.u-mr88 {
    margin-right: 88px;
}

.u-mr90 {
    margin-right: 90px;
}

.u-mr92 {
    margin-right: 92px;
}

.u-mr95 {
    margin-right: 95px;
}

.u-mr96 {
    margin-right: 96px;
}

.u-mr100 {
    margin-right: 100px;
}

.mfp-bg {
    opacity: 0;
    transition: opacity 1s;
}

.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-wrap .mfp-content {
    opacity: 0;
    transition: opacity 1s;
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.mfp-iframe-scaler iframe::-webkit-scrollbar {
    display: none;
    /*Google Chrome、Safariへの対応*/
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
  		 * Remove all paddings around the image on small screen
  		 */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}