html {
    font-size: 16px
}

body,
html {
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    border: 0
}

a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
html,
img,
li,
ol,
p,
span,
table,
td,
th,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

ol,
ul {
    list-style: none;
    list-style-type: none
}

*,
::after,
::before {
    box-sizing: border-box
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

a {
    text-decoration: none
}

a:link {
    text-decoration: none
}

figure {
    margin: 0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

video {
    vertical-align: bottom
}

a {
    color: inherit
}

@-webkit-keyframes is-jiggly-a {
    0% {
        transform: translateY(0)
    }

    5% {
        transform: translateY(-12px)
    }

    10% {
        transform: translateY(0)
    }

    15% {
        transform: translateY(-8px)
    }

    20% {
        transform: translateY(0)
    }
}

@keyframes is-jiggly-a {
    0% {
        transform: translateY(0)
    }

    5% {
        transform: translateY(-12px)
    }

    10% {
        transform: translateY(0)
    }

    15% {
        transform: translateY(-8px)
    }

    20% {
        transform: translateY(0)
    }
}

.is-jiggly-a {
    -webkit-animation: is-jiggly-a 10s ease-in-out 5s infinite forwards;
    animation: is-jiggly-a 10s ease-in-out 5s infinite forwards
}

.is-visible-t {
    transition: ease-in-out .3s opacity
}

.is-hide-t {
    transition: all 1s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px)
}

.is-show-up-t {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.c-red {
    color: #da0b1d;
    font-weight: 700
}

.c-red strong>strong {
    font-size: 1.4em
}

.u-d-ib {
    display: inline-block
}

.u-lg-visible {
    display: none
}

.u-sm-visible {
    display: unset
}

.p-page-top {
    bottom: 12px;
    bottom: 0;
    cursor: default;
    height: calc(199px / 2);
    pointer-events: none;
    position: fixed;
    right: 12px;
    opacity: 0;
    transition: all .4s;
    width: calc(62px / 2);
    z-index: 2
}

.p-page-top.is-visible-t {
    cursor: pointer;
    opacity: 1;
    pointer-events: initial
}

.p-rollover {
    position: relative
}

.p-rollover:hover .p-rollover__image {
    opacity: 1
}

.p-rollover__image {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    transition: all .4s ease-in-out;
    z-index: 1
}

.p-title-marker {
    background-color: #faf566;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.333rem;
    margin: 24px auto auto;
    padding: 8px 24px 0;
    position: relative;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.p-title-marker--loop-list {
    margin-bottom: 32px
}

.p-title-marker__in {
    top: -20px;
    display: block;
    position: relative
}

.p-title-marker__in--small {
    bottom: 4px;
    display: block;
    font-size: 1rem;
    left: 0;
    margin-top: -1rem;
    position: relative;
    right: 0
}

.l-top-main {
    padding-top: 48px
}

.l-top-top-header {
    background-color: #9acfdd;
    background: #9acfdd url(../assets/images/test.png) repeat left top
}

.p-top-header__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 8px 0 12px;
    position: relative
}

.p-top-header__title {
    align-items: center;
    display: flex;
    font-size: 2.5rem;
    font-weight: 700;
    justify-content: center
}

.p-top-header__title img {
    max-height: 104px
}

.p-top-header__copy {
    margin-right: 12px;
    position: relative;
    z-index: 2
}

.p-top-header__images {
    margin-top: -40px;
    position: relative
}

.p-top-header__swiper {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    overflow: hidden
}

.p-top-header__recruit {
    display: none
}

.swiper-slide {
    text-align: center
}

.p-top-header__company {
    bottom: -12px;
    max-width: 47%;
    position: absolute;
    right: 0;
    z-index: 2
}

.p-top-nav {
    background-color: #202731;
    color: #fff;
    font-weight: 700;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2
}

.p-button__bak {
    background-color: #ff0004;
    border-bottom: solid 8px #c90003;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 20px 8px;
    text-align: center
}

.p-button__bak:hover {
    border-bottom: solid 8px #ff0004;
    opacity: .8
}

.p-button__bak--radius {
    border-radius: 40px
}

.p-top-entry__button {
    background-color: #da0b1d;
    border-radius: 16px;
    color: #fff;
    display: block;
    font-size: 1.1275rem;
    font-weight: 700;
    position: relative;
    padding: 1.4em 4px;
    text-align: center;
    transition: all .3s
}

.p-top-entry__button::after {
    background: url(../assets/images/icon-arrow-right-circle.png) no-repeat center center/cover;
    content: "";
    display: inline-block;
    height: 18px;
    vertical-align: top;
    width: 18px;
    position: relative;
    right: -5px
}

.p-top-entry__button:hover {
    opacity: .8;
    position: relative;
    top: -1px
}

.p-top-entry__button:nth-of-type(n+2) {
    margin-top: 14px
}

.p-top-entry__button--close {
    background-color: #818181
}

.p-top-entry__button--close::after {
    content: none
}

.p-top-entry__button-takoru {
    bottom: 4px;
    position: absolute;
    right: 10%
}

.p-top__link {
    display: block;
    position: relative;
    text-align: center;
    transition: all .4s ease-in-out
}

.p-top__link:hover {
    opacity: .75
}

.p-top__image {
    background-color: #faecef;
    display: block
}

.p-top__image--radius {
    border-radius: 24px
}

.p-top__large-link {
    border-radius: 30px;
    position: relative;
    padding: 8px
}

.p-top__large-link:hover {
    background-color: #faecef
}

.p-top__view-more {
    bottom: -7.5%;
    display: block;
    max-width: 280px;
    min-width: 222px;
    position: absolute;
    right: 24px;
    width: 50%
}

.p-top-main__section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1232px
}

.p-top-main__section--small {
    max-width: 932px;
    padding-left: 16px;
    padding-right: 16px
}

.p-nav {
    background-color: #434445;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3
}

.p-nav__sm {
    display: flex;
    justify-content: space-between;
    height: 72px;
    width: 100%
}

.p-nav-sm__button {
    background-color: #434445;
    background-color: #818181;
    border: none;
    color: #fff;
    cursor: pointer;
    flex: 0 0 72px;
    font-family: 'Zen Maru Gothic', sans-serif;
    height: 72px;
    padding-top: 28px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0
}

.p-nav-sm__button span {
    background-color: #fff;
    display: inline-block;
    height: 3px;
    left: 24px;
    position: absolute;
    transition: all .3s;
    top: calc(50% - 1.5px);
    width: 24px
}

.p-nav-sm__button span:nth-of-type(1) {
    transform: translateY(8px)
}

.p-nav-sm__button span:nth-of-type(3) {
    transform: translateY(-8px)
}

.p-nav-sm__check {
    display: none
}

.p-nav-sm__check:checked~.p-nav-sm__label span:nth-of-type(1) {
    bottom: 0;
    transform: rotate(45deg)
}

.p-nav-sm__check:checked~.p-nav-sm__label span:nth-of-type(2) {
    background-color: rgba(255, 255, 255, 0)
}

.p-nav-sm__check:checked~.p-nav-sm__label span:nth-of-type(3) {
    bottom: 0;
    transform: rotate(-45deg)
}

.p-nav-sm__check:checked~.p-nav-sm__label~.p-nav__list {
    transform: translateX(-100vw)
}

.p-nav__content {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

.p-nav__title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 28px 12px
}

.p-nav__title-link {
    font-weight: 700;
    transition: all .3s
}

.p-nav__title-link:hover {
    color: #e38e84
}

.p-nav__list {
    background-color: #434445;
    border-top: 1px solid #fff;
    height: calc(100vh - 72px);
    position: fixed;
    top: 72px;
    transform: translateX(0);
    transition: all .4s;
    right: -100vw;
    width: 100%;
    padding-top: 20px
}

.p-nav__item {
    color: #fff;
    padding-left: 16px;
    padding-right: 16px
}

.p-nav__item--current {
    color: #e38e84
}

.p-nav__link {
    align-items: center;
    color: currentColor;
    display: flex;
    font-weight: 700;
    height: 100%;
    padding: 24px 20px 16px;
    position: relative;
    transition: all .3s
}

.p-nav__link:hover {
    color: #e38e84;
    position: relative;
    top: -1px;
    left: 1px
}

.p-nav__link>span {
    font-weight: 700
}

.p-nav__link>:nth-of-type(1) {
    order: 1;
    font-size: 1.35rem
}

.p-nav__link>.p-nav__small {
    margin-right: 8px;
    order: 0
}

.p-nav__link--icon span {
    padding-right: 40px;
    position: relative
}

.p-nav__link--icon span::after {
    background: url(../assets/images/icon-link.png) no-repeat center center/cover;
    content: "";
    display: inline-block;
    height: 22px;
    position: absolute;
    right: 0;
    width: 31px;
    top: 0
}

.p-nav__small {
    display: block;
    font-family: Dongle, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .075em;
    margin-top: 8px;
    text-transform: uppercase
}

.p-nav__entry {
    color: #fff;
    position: relative
}

.p-nav__entry-link {
    background-color: #da0b1d;
    color: currentColor;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    height: 100%;
    padding: 20px 32px;
    text-align: center;
    transition: all .3s
}

.p-nav__entry-link:hover {
    background-color: #e73847;
    position: relative;
    top: -1px
}

.p-nav__entry-link:not([class*=takoru]):nth-of-type(n+2) {
    margin-top: 20px
}

.p-nav__entry-link--sm {
    display: none;
    font-size: 1.2rem;
    padding: 28px 12px
}

.p-nav__entry-link--lg {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 12px
}

.p-nav__entry-link--takoru {
    margin: 40px 20px auto;
    position: relative;
    border-radius: 12px
}

.p-nav__entry-takoru {
    position: absolute;
    right: 32px;
    top: -108px
}

.p-nav__close {
    margin-top: 32px
}

.p-nav__close-button {
    border: 1px solid #818181;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 72px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    transition: opacity .4s ease-out;
    white-space: nowrap;
    width: 72px
}

.p-nav__close-button:hover {
    opacity: .6
}

.p-nav__close-item::after,
.p-nav__close-item::before {
    background: currentColor;
    border-radius: 2px;
    content: "";
    height: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 8px
}

.p-nav__close-item::before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.p-nav__close-item::after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.l-header {
    background: #9acfdd url(../assets/images/test.png) repeat left top
}

.p-header__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 32px;
    padding-top: 16px
}

.p-header__title {
    background-color: #faf566;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.5rem;
    letter-spacing: .25em;
    margin-left: auto;
    padding: 8px 20% 8px 8px;
    position: relative;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

.p-header__title-sub {
    background-color: #fff;
    font-family: 'Nanum Pen Script', cursive;
    font-size: 2rem;
    letter-spacing: .125em;
    margin-top: -20px;
    padding: 8px 25% 12px 16px;
    position: relative;
    width: 75%
}

.p-header__title-sub::after {
    background: url(../assets/images/icon-arrow-outline.png) no-repeat center center/cover;
    bottom: -20px;
    content: "";
    display: inline-block;
    height: calc(115px / 2.5);
    position: absolute;
    right: 16px;
    width: calc(215px / 2.5)
}

.p-header__title-sub span {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: relative;
    transform: rotate(-8deg)
}

.p-header__title-sub span::after {
    background: url(../assets/images/icon-emphasis-right.png) no-repeat center center/cover;
    content: "";
    display: inline-block;
    height: calc(42px / 2);
    position: absolute;
    right: calc(-20px / 2);
    top: calc(-12px / 2);
    width: calc(25px / 2)
}

.p-header__title-sub span::before {
    background: url(../assets/images/icon-emphasis-left.png) no-repeat center center/cover;
    content: "";
    display: inline-block;
    height: calc(27px / 2);
    left: calc(-60px / 2.5);
    position: absolute;
    top: calc(12px / 2);
    width: calc(45px / 2)
}

.p-header__title-sub span .p-header__title-sub__much {
    position: relative;
    top: .5em
}

.p-content__title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.p-content__title span {
    display: inline-block;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px
}

.p-content__title span::after {
    background: url(../assets/images/icon-top-emphasis-right.png) no-repeat center center/cover;
    content: "";
    display: inline-block;
    height: calc(44px / 1.5);
    position: absolute;
    right: 0;
    width: calc(29px / 1.5)
}

.p-content__title span::before {
    background: url(../assets/images/icon-top-emphasis-left.png) no-repeat center center/cover;
    content: "";
    display: inline-block;
    height: calc(35px / 1.5);
    left: 0;
    position: absolute;
    width: calc(33px / 1.5)
}

.p-content__subhead {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center
}

.p-content__subhead+.p-content__title {
    margin-top: 20px
}

.p-top-dept-movie {
    margin-top: 48px
}

.p-top-dept-movie__content {
    margin-top: 16px;
    position: relative;
    width: 100%
}

.p-top-dept-movie__content::before {
    content: "";
    display: block;
    padding-top: calc(100% / (16/9))
}

/* =============================================================
    【equipmedia】ブロック　※Equipmediaの動画表示
============================================*/
/* .movie_wrap {
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: #000 1px solid;
    padding: 0.6em;
} */
/* #movie {
	position: relative;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    margin: 0 auto;
    overflow: hidden;
} */
.tvo-video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
/* .tvo-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
} */
.jstream-eqPlayer,
.eq-h5_player {
	width: 100% !important;
	height: 100% !important;
}
.jstream-eqPlayer .bl {
	-webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.tvo-video-equipmedia .hl img {
	width: inherit !important;
}


.p-top-meeting {
    margin-top: 48px;
    padding-left: 16px;
    padding-right: 16px
}

.p-top-meeting__content {
    margin-top: 16px
}

.p-top-meeting__content>:nth-of-type(n+2) {
    margin-top: 32px
}

.p-top-meeting__movie {
    position: relative
}

.p-top-meeting__movie::before {
    content: "";
    display: block;
    padding-top: calc(100% / (16/9))
}

.p-top-meeting__title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.25rem;
    margin-top: 8px;
    text-align: center
}

.p-top-division {
    margin-top: 64px;
    padding-left: 8px;
    padding-right: 8px
}

.p-top-division__content {
    margin-top: 16px
}

.p-top-new-employees {
    margin-top: 67px;
    padding-left: 8px;
    padding-right: 8px
}

.p-top-new-employees__content {
    margin-top: 16px
}

.p-top-message {
    margin-top: 67px;
    padding-left: 8px;
    padding-right: 8px
}

.p-top-message__content {
    margin-top: 16px
}

.p-top-bottom {
    background-color: #cce7ee;
    margin-top: 52px;
    padding: 28px 16px
}

.p-top-bottom__section {
    background-color: #fff;
    border-radius: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 932px;
    padding: 28px 16px
}

.p-top-bottom__section:nth-of-type(n+2) {
    margin-top: 16px
}

.p-top-company {
    background: url(../assets/images/photo-company-slanting.png) no-repeat right -20px/150%;
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    padding-top: 100px;
    position: relative;
    transition: opacity .4s;
    width: calc(50% - 12px)
}

.p-top-company:hover {
    opacity: .75
}

.p-top-csr {
    background: url(../assets/images/photo-csr-slanting.png) no-repeat right -36px/150%;
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    padding-top: 100px;
    position: relative;
    transition: opacity .4s;
    width: calc(50% - 12px)
}

.p-top-csr:hover {
    opacity: .75
}

.p-top-bottom__l {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.p-top-info__content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    overflow: hidden
}

.p-top-bottom__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 676px
}

.p-top-bottom__heading {
    background-color: #faf566;
    max-width: 360px;
    padding: 16px 20px
}

.p-top-bottom__title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 24px
}

.p-top-bottom__title::after {
    background: url(../assets/images/icon-arrow-more2.png) no-repeat center center/cover;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    right: -20px;
    vertical-align: bottom
}

.p-top-bottom__subhead {
    font-weight: 700;
    line-height: 1.5
}

.p-top-beijing__content {
    margin-top: 16px
}

.p-top-beijing__subhead {
    font-weight: 700;
    line-height: 1.25;
    text-align: center
}

.p-top-beijing__title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center
}

.p-top-beijing__subhead+.p-top-beijing__title {
    margin-top: 20px
}

.l-work {
    padding-top: 40px
}

.p-work__figure {
    text-align: center;
    margin-bottom: 14px
}

.p-work__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 0 .4rem
}

.p-work-section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 1024px;
    padding: 0 16px
}

.p-work-section:nth-of-type(n+2) {
    margin-top: 68px
}

.p-work__image {
    border-radius: 24px
}

.p-work-section__text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.p-work-section__text p:not([class]) {
    font-weight: 700;
    line-height: 1.5
}

.p-work-section__text .p-work-lower__tag {
    margin-left: 3rem;
    margin-right: 1rem;
    transform: rotate(-1deg);
    font-size: .95rem
}

.p-work-lower__title {
    background-color: #fdd1cb;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.5rem;
    margin-left: auto;
    margin-top: -12px;
    padding: 8px 16px;
    position: relative;
    width: 90%;
    z-index: 1
}

.p-work-lower__big {
    font-size: 2rem
}

.p-work-lower__subhead {
    font-size: 1.3333rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 40px;
    padding: 0 16px
}

.p-work-lower__outline {
    margin: 24px auto auto;
    max-width: 932px;
    padding-left: 16px;
    padding-right: 16px
}

.p-work-lower__outline p {
    font-size: 1rem;
    line-height: 1.8
}

.p-work-lower__outline p+p {
    margin-top: 1.8em
}

.p-work-lower__above {
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    position: relative
}

.p-work-above__swiper {
    overflow: hidden
}

.p-work-lower__above-picture {
    display: block;
    text-align: center
}

.p-work-lower__above-profile {
    background-color: rgba(255, 255, 255, .8);
    font-family: 'Zen Maru Gothic', sans-serif;
    padding: 16px
}

.p-work-lower__above-alphabet {
    display: inline-block
}

.p-work-lower__above-name {
    display: inline-block;
    margin-right: .25rem;
    font-size: 1.5rem
}

.p-work-lower__above-new {
    position: relative
}

.p-work-lower__above-new::after {
    background: url(/qzin/saiyo2023/assets/images/icon-new-face.png) no-repeat center center/contain;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 50px;
    right: -64px;
    top: -44px
}

.p-work-lower__above-post {
    display: block;
    margin-top: 8px
}

.p-work-lower__section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
    max-width: 932px;
    padding-left: 16px;
    padding-right: 16px
}

.p-work-lower-section__title {
    background-color: #fdd1cb;
    display: block;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.3rem;
    line-height: 1.2;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.p-work-lower-section__title--down {
    margin: auto auto 10px
}

.p-work-lower-section__title--down-in {
    bottom: -10px;
    display: block;
    left: -24px;
    position: relative
}

.p-work-lower-section__title--up {
    margin: 10px auto auto
}

.p-work-lower-section__title--up-in {
    top: -10px;
    display: block;
    right: -16px;
    position: relative
}

.p-work-lower-section__title--target {
    background: linear-gradient(-90deg, #fdd1cb 0, #fdd1cb 85%, transparent 85%, transparent 100%);
    margin-left: auto;
    margin: 0 calc(50% - 50vw);
    padding-bottom: 8px;
    width: 100vw
}

.p-work-lower-section__title--target-in {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.p-work-lower-section__title--target-small {
    bottom: 4px;
    display: block;
    margin-left: 0;
    margin-right: auto;
    padding: 0 0 8px 0;
    position: relative;
    transform: rotate(-4deg)
}

.p-work-lower-section__title--target-small-in {
    right: -24px;
    position: relative
}

.p-work-lower-section__title-big {
    font-size: 133.333%
}

.p-work-lower-section__text {
    font-size: .875rem;
    line-height: 1.8;
    margin-top: 32px
}

.p-work-lower-section__text p+p {
    margin-top: 1.8em
}

.p-work-lower__figure {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 932px;
    padding-left: 16px;
    padding-right: 16px
}

.p-work-lower__image {
    border-radius: 24px
}

.p-work-lower-timetable {
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    max-width: 932px;
    padding-left: 16px;
    padding-right: 16px
}

.p-work-lower-timetable__title {
    background-color: #faf566;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.333rem;
    margin: 24px auto auto;
    padding: 8px 24px 0;
    position: relative;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.p-work-lower-timetable__title-in {
    top: -20px;
    display: block;
    position: relative
}

.p-work-lower-timetable__title-in--small {
    bottom: 4px;
    display: block;
    font-size: 1rem;
    left: 0;
    margin-top: -1rem;
    position: relative;
    right: 0
}

.p-work-lower-timetable__table {
    border: 4px solid #faf566;
    padding: 16px 16px 24px
}

.p-work-lower-timetable__table:nth-of-type(n+2) {
    margin-top: 16px
}

.p-work-lower-timetable__table--first {
    border-radius: 24px 24px 0 0
}

.p-work-lower-timetable__table--last {
    border-radius: 0 0 24px 24px;
    margin-top: 16px
}

.p-work-lower-timetable__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.p-work-lower-timetable__dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.p-work-lower-timetable__dl dt {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 16px 0;
    width: 20%
}

.p-work-lower-timetable__dl dd {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 16px;
    width: 80%
}

.p-work-lower-timetable__dl dd:nth-of-type(n+2),
.p-work-lower-timetable__dl dt:nth-of-type(n+2) {
    border-top: 2px dotted #ccc
}

.p-work-lower-slanting {
    background-color: #cce7ee;
    background: linear-gradient(180deg, #cce7ee 0, #cce7ee 95%, #fff 95%, #fff 100%);
    margin-top: 40px;
    padding-top: 40px
}

.p-work-lower-slanting__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 932px;
    padding-left: 16px;
    padding-right: 16px
}

.p-work-lower-slanting__title {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center
}

.p-work-lower-slanting__text {
    margin: 30px auto auto;
    max-width: 600px
}

.p-work-lower-slanting__text p {
    font-size: .875rem;
    line-height: 1.8
}

.p-work-lower-slanting__text p+p {
    margin-top: 1.8em
}

.p-work-lower-slanting__image {
    border-radius: 24px;
    display: block;
    margin-top: 30px
}

.p-work-lower__loop-item {
    text-align: left
}

.p-work-lower__loop-link {
    border-radius: 24px;
    display: block;
    min-height: 340px;
    transition: opacity .4s ease-in-out
}

.p-work-lower__loop-link:hover {
    opacity: .95
}

.p-work-lower__loop-image {
    border-radius: 16px;
    display: block
}

.p-work-lower__tag {
    background-color: #fdd1cb;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: .875rem;
    margin-top: 16px;
    padding: 12px 10px;
    position: relative
}

.p-work-lower__tag::after {
    background: url(../assets/images/icon-arrow-more2.png) no-repeat center center/cover;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 8px;
    vertical-align: top;
    top: 35%
}

.p-work-lower__tag--loop {
    align-items: center;
    display: flex;
    height: 52px
}

.p-work-lower__loop-text {
    font-size: .875rem;
    font-weight: 700;
    margin-top: 16px;
    line-height: 1.5
}

.p-work-lower__footer {
    margin-top: 96px;
    overflow: hidden
}

.l-top-main+.l-footer {
    margin-top: 0
}

.l-footer {
    background: #f5f5f5;
    background: linear-gradient(0deg, #f5f5f5 60%, rgba(255, 255, 255, 0) 100%);
    margin-top: 30px;
    padding-top: 56px;
    padding-bottom: 20px;
    font-size: .85em;
    line-height: 1.3
}

.l-footer p {
    text-align: center;
    padding: 0 16px
}

.l-footer img {
    max-width: 180px;
    margin: 30px 0 10px;
    transition: all .3s
}

.l-footer img:hover {
    position: relative;
    top: -1px
}

.p-footer-nav {
    margin-left: 16px;
    margin-right: 16px
}

.p-footer-nav__list {
    margin-left: auto;
    margin-right: auto
}

.p-footer-nav__item {
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
    width: 49%
}

.p-footer-nav__item:nth-of-type(n+2) {
    margin-top: 8px
}

.p-footer-nav__link {
    font-weight: 700;
    transition: all .3s
}

.p-footer-nav__link:hover {
    color: #e95743;
    position: relative;
    top: -1px
}

.p-message-in {
    margin: 40px auto;
    max-width: 1200px
}

.p-message__above {
    display: block;
    position: relative;
    text-align: right
}

.p-message__above-name {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.25rem
}

.p-message-section {
    margin-top: 72px
}

.p-message-section__title {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center
}

.p-message-section__text {
    max-width: 932px;
    margin: 48px auto auto;
    padding-left: 16px;
    padding-right: 16px
}

.p-message-section__text p {
    line-height: 1.8
}

.p-message-section__text p+p {
    margin-top: 1.8em
}

.p-message__above-heading {
    background-color: rgba(202, 186, 171, .5);
    line-height: 1.5;
    margin-left: calc(50% - 50vw);
    padding: 32px 16px;
    text-align: center
}

.p-message__above-heading p {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center
}

.p-message-section__picture {
    display: block;
    margin-top: 72px;
    text-align: center
}

.p-employees__header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1232px
}

.p-employees__title {
    background-color: #c8f078;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.5rem;
    margin-left: auto;
    margin-top: -12px;
    padding: 8px 16px;
    position: relative;
    width: 85%;
    z-index: 1
}

.p-employees__big {
    font-size: 1.75rem
}

.p-employees__above {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
    position: relative;
    text-align: center
}

.p-employees__above-picture {
    display: block;
    text-align: center;
    width: 100%
}

.p-employees__subhead {
    font-size: 1.3333rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 40px;
    padding: 0 16px
}

.p-employees__profile {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 1.2;
    justify-content: center;
    position: relative;
    width: calc(100% / 3)
}

.p-employees__profile--1 {
    color: #75bf03;
    margin-top: 8px
}

.p-employees__profile--2 {
    color: #0ca5a5;
    margin-top: 8px
}

.p-employees__profile--3 {
    color: #e6542e;
    margin-top: 8px
}

.p-employees__profile-post {
    color: #000;
    font-size: .666rem
}

.p-employees-section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    max-width: 832px;
    padding-left: 16px;
    padding-right: 16px
}

.p-employees-section__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 40px;
    padding-left: 64px;
    position: relative
}

.p-employees-section__title::before {
    bottom: -8px;
    color: #faf566;
    content: "Q.";
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 80px;
    left: 0;
    position: absolute;
    z-index: -1
}

.p-employees-section__title--pink::before {
    color: #fdd1cb
}

.p-employees-ans {
    display: flex;
    justify-content: space-around;
    margin-top: 40px
}

.p-employees-ans>.p-employees__person {
    flex: 0 0 72px
}

.p-employees-ans>.p-employees__balloon {
    flex: 0 1 80%
}

.p-employees-ans>:nth-child(3) {
    flex: 0 1 65%
}

.p-employees__icon {
    border-radius: 50%
}

.p-employees__icon--takada {
    border: 3px solid #0da5a5
}

.p-employees__icon--komoda {
    border: 3px solid #e6542e
}

.p-employees__icon--saito {
    border: 3px solid #75bf03
}

.p-employees__name {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1rem;
    text-align: center
}

.p-employees__name--takada {
    color: #0da5a5
}

.p-employees__name--komoda {
    color: #e6542e
}

.p-employees__name--saito {
    color: #75bf03
}

.p-employees__balloon {
    background-color: #eaecee;
    border-radius: 12px;
    margin-left: 16px;
    padding: 2.5% 4%;
    position: relative
}

.p-employees__balloon::before {
    border-bottom: 8px solid transparent;
    border-right: 16px solid #eaecee;
    border-top: 8px solid transparent;
    content: "";
    left: -16px;
    position: absolute;
    top: 40px
}

.p-employees__balloon p {
    font-size: .875rem;
    line-height: 1.5
}

.p-employees__balloon p+p {
    margin-top: 1rem
}

.p-beijing__above {
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    position: relative
}

.p-beijing__card {
    text-align: center
}

.p-beijing__card-title {
    margin-top: 16px;
    font-size: 1rem;
    font-weight: 700
}

.p-beijing__card-caption {
    margin-top: 8px;
    font-size: .9375rem
}

.p-beijing-in {
    max-width: 1232px;
    margin-left: auto;
    margin-right: auto
}

.p-beijing-in .p-work-lower__section {
    margin-top: 60px
}

.p-beijing__figure {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto
}

.p-beijing__figure--two>:nth-child(2) {
    margin-top: 30px
}

.p-beijing__header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

.p-beijing__small {
    display: inline-block;
    font-family: Dongle, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 1em;
    vertical-align: middle
}

@media (min-width:1024px) {
    .u-sm-visible {
        display: none
    }

    .u-lg-visible {
        display: unset
    }

    .p-page-top {
        height: calc(199px / 1.5);
        position: fixed;
        right: 1.5%;
        width: calc(62px / 1.5)
    }

    .p-work-lower-timetable__title-in {
        top: -24px
    }

    .p-title-marker {
        font-size: 2rem;
        padding: 8px 32px 0
    }

    .p-title-marker__in {
        top: -24px
    }

    .p-top-nav__list {
        display: flex;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        max-width: 1024px
    }

    .p-content__subhead+.p-content__title {
        margin-top: 40px
    }

    .p-content__title {
        font-size: 2.75rem
    }

    .p-content__title span {
        padding-bottom: 0;
        padding-left: 40px;
        padding-right: 32px
    }

    .p-content__title span::after {
        height: 44px;
        width: 29px
    }

    .p-content__title span::before {
        height: 35px;
        width: 33px
    }

    .p-content__subhead {
        font-size: 1.333rem
    }

    .p-top-nav__link {
        display: block;
        padding: 24px 8px
    }

    .l-top-main {
        padding-top: 64px
    }

    .p-top-header__content {
        padding: 16px 0
    }

    .p-top-header-above {
        padding-left: 16px;
        padding-right: 16px
    }

    .p-top-header__copy {
        margin-left: 64px
    }

    .p-top-header__images {
        margin-top: -120px
    }

    .p-top-header__recruit {
        display: block;
        position: absolute;
        right: 120px;
        top: -16px;
        z-index: 2
    }

    .p-top-header__company {
        bottom: -28px;
        max-width: 443px;
        position: absolute;
        right: 5%;
        z-index: 2
    }

    .p-top-entry__button {
        font-size: 1.75rem;
        padding: 28px 8px
    }

    .p-top-entry__button::after {
        height: 28px;
        position: relative;
        right: -16px;
        width: 28px
    }

    .p-top__link {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px
    }

    .p-top__large-link {
        border-radius: 48px;
        padding: 12px
    }

    .p-top__image--radius {
        border-radius: 40px
    }

    .p-top__view-more {
        bottom: -10%;
        max-width: 440px;
        right: 5%
    }

    .p-top-dept-movie {
        margin-top: 96px;
        padding-left: 16px;
        padding-right: 16px
    }

    .p-top-dept-movie__content {
        margin-top: 40px
    }

    .p-top-meeting {
        margin-top: 72px
    }

    .p-top-meeting__content {
        display: flex;
        justify-content: space-between;
        margin-top: 40px
    }

    .p-top-meeting__content>* {
        flex: 0 1 49%
    }

    .p-top-meeting__content>:nth-of-type(n+2) {
        margin-top: 0
    }

    .p-top-meeting__title {
        font-size: 1.75rem
    }

    .p-top-division {
        margin-top: 132px
    }

    .p-top-division__content {
        margin-top: 44px
    }

    .p-top-new-employees {
        margin-top: 128px;
        padding-left: 16px;
        padding-right: 16px
    }

    .p-top-new-employees__content {
        margin-top: 40px
    }

    .p-top-message {
        margin-top: 128px
    }

    .p-top-message__content {
        margin-top: 40px
    }

    .p-top-bottom {
        margin-top: 100px;
        padding: 100px 16px
    }

    .p-top-bottom__section {
        border-radius: 40px;
        padding: 72px 16px
    }

    .p-top-bottom__section:nth-of-type(n+2) {
        margin-top: 72px
    }

    .p-top-info__content {
        display: block
    }

    .p-top-company {
        background-size: contain;
        min-width: 100%;
        padding-bottom: 48px;
        padding-top: 48px
    }

    .p-top-csr {
        background-size: contain;
        margin-top: 60px;
        min-width: 100%;
        padding-bottom: 48px;
        padding-top: 48px
    }

    .p-top-bottom__heading {
        padding: 12px 24px 20px;
        width: 360px
    }

    .p-top-bottom__title {
        font-size: 2rem
    }

    .p-top-beijing__content {
        margin-top: 28px
    }

    .p-top-beijing__title {
        font-size: 2rem
    }

    .p-top-beijing__subhead+.p-top-beijing__title {
        margin-top: 24px
    }

    .l-footer {
        margin-top: 100px
    }

    .p-footer-nav__list {
        display: flex;
        grid-gap: initial;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 932px
    }

    .p-footer-nav__item {
        padding-left: 0;
        padding-right: 20px;
        width: auto
    }

    .p-footer-nav__item:nth-child(n+2) {
        border-left: 1px solid currentColor;
        margin-top: 0;
        padding-left: 20px
    }

    .p-footer-nav__item:last-child {
        padding-right: 0
    }

    .p-nav__list {
        width: 360px
    }

    .p-nav__title {
        font-size: 1.5rem;
        padding: 24px
    }

    .p-nav__content {
        max-width: unset
    }

    .p-nav-sm__button {
        font-size: 1.25rem;
        padding-top: 24px;
        flex: 0 0 220px
    }

    .p-nav__entry-link--sm {
        display: block
    }

    .p-header__content {
        padding-bottom: 44px;
        padding-top: 44px
    }

    .p-header__title {
        font-size: 2.25rem;
        left: 40%;
        padding: 16px 20% 16px 32px;
        margin-left: unset
    }

    .p-header__title-sub {
        font-size: 6rem;
        padding: 16px 25% 12px 40px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .p-header__title-sub::after {
        bottom: -40px;
        height: 115px;
        right: 152px;
        width: 215px
    }

    .p-header__title-sub span {
        text-align: left
    }

    .p-header__title-sub span::after {
        height: 42px;
        right: -8px;
        top: -12px;
        width: 25px
    }

    .p-header__title-sub span::before {
        height: 27px;
        left: -60px;
        top: 12px;
        width: 45px
    }

    .p-header__title-sub span .p-header__title-sub__much {
        top: 0
    }

    .l-work {
        padding-top: 80px
    }

    .p-work__title {
        font-size: 2.25rem
    }

    .p-work-section:nth-of-type(n+2) {
        margin-top: 30px
    }

    .p-work__link {
        display: flex;
        justify-content: space-between;
        border-radius: 26px;
        padding: 35px 30px
    }

    .p-work__link:hover {
        background: #fdf5ea;
        opacity: .95
    }

    .p-work__link .p-work__figure {
        flex: 0 1 55%;
        margin-bottom: 0
    }

    .p-work__link .p-work-section__text {
        flex: 0 1 41%;
        justify-content: center
    }

    .p-work__link .p-work-section__text p:not([class]) {
        font-size: 1.35rem;
        line-height: 1.8;
        margin: 20px 0
    }

    .p-work__link .p-work-lower__tag {
        margin-left: 20px;
        margin-right: 30px;
        font-size: 1.125rem
    }

    .p-work-lower__header {
        margin-left: auto;
        margin-right: auto;
        max-width: 1400px
    }

    .p-work-lower__title {
        font-size: 2.5rem;
        padding: 12px 32px;
        width: 800px
    }

    .p-work-lower__big {
        font-size: 4rem
    }

    .p-work-lower__subhead {
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.3;
        margin-top: 88px;
        text-align: center
    }

    .p-work-lower__outline {
        margin: 48px auto auto
    }

    .p-work-lower__outline p {
        font-size: 1.125rem;
        line-height: 2;
        text-align: center
    }

    .p-work-lower__above {
        margin-top: 72px;
        max-width: 1232px;
        padding-left: 16px;
        padding-right: 16px;
        width: auto
    }

    .p-work-lower__above-profile {
        display: flex;
        flex-direction: column;
        padding: 24px 72px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1
    }

    .p-work-lower__above-alphabet {
        display: block;
        font-size: 1.25rem;
        order: 0
    }

    .p-work-lower__above-name {
        display: block;
        font-size: 2.25rem;
        margin: .25rem 0 0;
        order: 1
    }

    .p-work-lower__above-new::after {
        width: 173px;
        height: 83px;
        right: -130px;
        top: -84px
    }

    .p-work-lower__above-new--saito::after {
        right: -72px
    }

    .p-work-lower__above-post {
        font-size: 1.25rem;
        margin-top: 1.25rem;
        order: 2
    }

    .p-work-lower__above-image {
        border-radius: 40px
    }

    .p-work-lower__section {
        margin-top: 120px
    }

    .p-work-lower-section__title {
        font-size: 2rem
    }

    .p-work-lower-section__title--down {
        margin: auto auto 20px
    }

    .p-work-lower-section__title--down-in {
        bottom: -20px;
        left: -48px
    }

    .p-work-lower-section__title--up {
        margin: 20px auto auto
    }

    .p-work-lower-section__title--up-in {
        top: -20px;
        right: -64px
    }

    .p-work-lower-section__title--target {
        padding-bottom: 8px;
        background: #fdd1cb;
        font-size: 2rem;
        margin: auto;
        padding-bottom: 8px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .p-work-lower-section__title--target-in {
        left: -32px
    }

    .p-work-lower-section__title--target-small {
        bottom: 4px;
        font-size: 1.5rem;
        margin-left: 0;
        margin-right: auto;
        padding: 0 0 8px 32px
    }

    .p-work-lower-section__title--target-small-in {
        right: -24px
    }

    .p-work-lower-section__title-big {
        font-size: 175%
    }

    .p-work-lower-section__text {
        font-size: 1.125rem;
        line-height: 2;
        margin-top: 80px
    }

    .p-work-lower-section__text p+p {
        margin-top: 2em
    }

    .p-work-lower__figure {
        margin-top: 64px;
        text-align: center
    }

    .p-work-lower__image {
        border-radius: 40px
    }

    .p-work-lower-timetable {
        margin-top: 64px
    }

    .p-work-lower-timetable__title {
        font-size: 2rem;
        padding: 8px 32px 0
    }

    .p-work-lower-timetable__title-in {
        top: -24px
    }

    .p-work-lower-timetable__table {
        border: 6px solid #faf566;
        padding: 40px 16px 40px
    }

    .p-work-lower-timetable__table:nth-child(n+2) {
        margin-top: 16px
    }

    .p-work-lower-timetable__table--first {
        border-radius: 40px 40px 0 0
    }

    .p-work-lower-timetable__table--last {
        border-radius: 0 0 40px 40px
    }

    .p-work-lower-timetable__dl {
        margin-top: 24px
    }

    .p-work-lower-timetable__dl dt {
        font-size: 1rem;
        padding: 16px 0;
        width: 10%
    }

    .p-work-lower-timetable__dl dd {
        font-size: 1rem;
        padding: 16px 16px 16px 32px;
        width: 90%
    }

    .p-work-lower-slanting {
        margin-top: 80px;
        padding-top: 60px
    }

    .p-work-lower-slanting__title {
        margin-left: auto;
        margin-right: auto
    }

    .p-work-lower-slanting__text {
        margin: 40px auto auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .p-work-lower-slanting__text p {
        font-size: 1.125rem;
        line-height: 2
    }

    .p-work-lower-slanting__image {
        margin-top: 40px;
        border-radius: 40px
    }

    .p-work-lower__loop-link {
        min-height: 424px;
        padding: 18px;
        transition: background-color .4s ease-in-out, opacity .4s ease-in-out
    }

    .p-work-lower__loop-link:hover {
        background-color: #fdf5ea
    }

    .p-work-lower__loop-image {
        border-radius: 24px
    }

    .p-work-lower__tag {
        font-size: 1.125rem;
        height: auto;
        margin: 20px 4px 20px;
        padding: 16px 30px 16px 22px
    }

    .p-work-lower__tag::after {
        width: 16px;
        height: 16px;
        right: 16px
    }

    .p-work-lower__loop-text {
        font-size: 1.05rem;
        margin-top: 12px
    }

    .p-work-lower__footer {
        margin-top: 196px
    }

    .p-message__above-heading {
        left: 0;
        margin-left: calc(50% - 50vw);
        position: absolute;
        top: 200px;
        width: 50vw
    }

    .p-message__above-heading p {
        font-size: 2rem;
        margin-left: auto;
        margin-right: 6rem;
        text-align: left;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .p-message__above-picture {
        margin-right: 16px
    }

    .p-message__above-image {
        border-radius: 0 40px 40px 0
    }

    .p-message-section__title {
        font-size: 1.75rem
    }

    .p-message-section__text p {
        font-size: 1.125rem
    }

    .p-message-section__image {
        border-radius: 40px
    }

    .p-employees__header {
        padding-left: 16px;
        padding-right: 16px
    }

    .p-employees__title {
        font-size: 2rem;
        padding: 12px 32px;
        width: 680px
    }

    .p-employees__big {
        font-size: 3rem
    }

    .p-employees__subhead {
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.3;
        margin-top: 88px;
        text-align: center
    }

    .p-employees__above-picture {
        order: 0
    }

    .p-employees__above-image {
        border-radius: 40px
    }

    .p-employees__profile {
        border: 2px solid currentColor;
        font-size: 2rem;
        height: 192px;
        width: 192px
    }

    .p-employees__profile--1 {
        margin-top: -60px;
        margin-left: 92px;
        order: 1
    }

    .p-employees__profile--2 {
        margin: -60px auto 0 auto;
        order: 2
    }

    .p-employees__profile--3 {
        margin: -60px 92px 0 0;
        order: 3
    }

    .p-employees__profile-post {
        margin-top: .75em;
        font-size: 1rem
    }

    .p-employees-section {
        margin-top: 120px
    }

    .p-employees-ans {
        justify-content: space-between;
        margin-top: 60px
    }

    .p-employees-ans:nth-of-type(n+2) {
        margin-top: 32px
    }

    .p-employees-section__title {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.3;
        margin-top: 88px;
        margin-right: -150px;
        padding-left: 150px
    }

    .p-employees-section__title::before {
        font-size: 200px;
        bottom: -50px
    }

    .p-employees-ans>.p-employees__person {
        flex: 0 0 120px
    }

    .p-employees__name {
        font-size: 1rem;
        margin-top: .3rem
    }

    .p-employees__balloon {
        border-radius: 20px;
        margin-left: 32px
    }

    .p-employees__balloon::before {
        border-bottom: 16px solid transparent;
        border-right: 32px solid #eaecee;
        border-top: 16px solid transparent;
        content: "";
        left: -32px;
        position: absolute;
        top: 40px
    }

    .p-employees__balloon p {
        font-size: 1rem
    }

    .p-beijing-in .p-work-lower__section {
        margin-top: 160px
    }

    .p-beijing__figure {
        margin-top: 64px;
        text-align: center
    }

    .p-beijing__figure--two {
        display: flex;
        justify-content: space-between
    }

    .p-beijing__figure--two>* {
        flex: 0 1 49%
    }

    .p-beijing__figure--two>:nth-child(2) {
        margin-top: 0
    }

    .p-beijing__above {
        margin-top: 72px;
        width: auto
    }

    .p-beijing__card-title {
        font-size: 1.125rem
    }

    .p-beijing__card-caption {
        font-size: 1rem
    }

    .p-beijing__image--half {
        max-width: 50%
    }
}

.l-header.p-entry__header {
    width: 100%;
    margin: 0;
    padding: 16px;
    background: #da0b1d;
    background: linear-gradient(0deg, #da0b1d 60%, #ff182c 100%);
    text-align: center
}

.l-entry {
    max-width: 1024px;
    margin: 2em auto 5em;
    padding: 0 16px
}

.p-entry__above p {
    margin: 0 0 1.8em;
    line-height: 1.8
}

.p-entry__condition dl {
    margin: 2em -16px;
    background: #f3f3f3;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 1.6
}

.p-entry__condition dl dt {
    padding: 16px;
    font-weight: 700
}

.p-entry__condition dl dd {
    padding: 16px;
    background: #fff
}

.p-entry__condition dl dd .p-entry__enter {
    margin: 2em 0 1em
}

.p-entry__condition dl dd .p-entry__enter p {
    margin: 1.2em 0;
    line-height: 1.2
}

.p-entry__condition dl dd .p-entry__enter p.p-entry__enter-notes {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: .5em
}

.p-entry__condition dl dd .p-top-entry__button {
    line-height: 1;
    margin-top: 12px
}

@media (min-width:800px) {
    .p-entry__condition dl {
        margin: 2em auto;
        flex-direction: row;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc
    }

    .p-entry__condition dl dt {
        width: 20%;
        border-top: 1px solid #ccc
    }

    .p-entry__condition dl dd {
        width: 80%;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc
    }
}