/* ------------------------------------------------------
content
------------------------------------------------------ */
.pages {
    color: var(--main-color);
}

.pages #header {
    justify-content: space-between;
    background: none;
    top: 0;
    pointer-events: none;
}

.pages #header h1 {
    display: block;
    pointer-events: auto;
}

.pages #header h1 a {
    display: block;
    line-height: 0;
}

.pages #header .h_group_btn {
    width: auto;
    max-width: inherit;
    pointer-events: auto;
}

.pages #header .toggle_txt {
    color: var(--white-color);
}

.pages #content .section:not(:last-child) {
    padding: 0 0px 55px 0;
}

.pages #content .section .section {
    padding-top: 30px;
}

.pages #content .section p:last-child {
    margin-bottom: 0;
}

.pages .contents_detail {
    letter-spacing: 0.05em;
}

.pages .contents_detail p {
    line-height: 2;
}

.pages .contents_detail p:not(:last-child) {
    margin-bottom: 42px;
}

.pages .contents_detail a {
    text-decoration: underline;
}

.pages .contents_detail .hasimg {
    line-height: 0;
}

.pages .contents_detail ul li,
.pages .contents_detail ol li {
    list-style: inherit;
    margin-left: 15px;
}

.pages .contents_detail .wp-block-image {
    margin-bottom: 47px;
}

.en {
    font-family: var(--en-font);
}

.underline {
    display: inline-block;
    position: relative;
}

.underline::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: .5s all;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.btn_primary a {
    display: inline-flex;
    align-items: center;
    gap: 34px;
}

.btn_primary .circle {
    --circle-line: 0;
    --circle-opacity: 1;
    --circle-rotation: 0;
    width: 79px;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(to bottom, #04aae2 0%, #04b52e 100%);
    transform: scale(1);
    transition: all .3s ease-out;
    position: relative;
    flex-shrink: 0;
}

.btn_primary .circle::before {
    content: "";
    position: absolute;
    background: conic-gradient(#04aae2 calc(var(--circle-line)* 100%), transparent calc(var(--circle-line)* 100%));
    opacity: var(--circle-opacity);
    rotate: calc(var(--circle-rotation)* 360deg);
    border-radius: 50%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    -webkit-mask-image: radial-gradient(transparent 0%, transparent calc(2.5rem + 1px - 1%), #fff calc(2.5rem + 1px), #fff);
    mask-image: radial-gradient(transparent 0%, transparent calc(2.5rem + 1px - 1%), #fff calc(2.5rem + 1px), #fff);
    will-change: background, opacity, rotate;
}

.btn_primary .circle .icon {
    display: block;
    background: url(../images/common/btn_iconarrow.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 17px;
    position: relative;
    z-index: 1;
}

@keyframes arrowright {
    0% {
        transform: translate(0);
        opacity: 1;
    }

    35% {
        transform: translate(50%);
        opacity: 0;
    }

    65% {
        transform: translate(-50%);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.btn_primary .txt {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--main-color);
    transform: translate(0, 0);
    transition: all .3s ease-out;
    position: relative;
}

.btn_primary .txt::before {
    position: absolute;
    content: '';
    width: 49px;
    height: 1px;
    background-color: currentColor;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.btn_primary .white {
    color: var(--white-color);
}

.btn_second {
    width: 100%;
    height: 70px;
}

.btn_second a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--white-color);
    background: #e0e004;
    position: relative;
    transition: all .8s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn_second a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right;
    background-color: #04aae2;
    transition: transform .8s cubic-bezier(0.16, 1, 0.3, 1), opacity .2s ease;
    top: 0;
    left: 0;
    pointer-events: none;
}

.btn_second a span {
    letter-spacing: 0.1em;
    filter: drop-shadow(0 0 30px rgba(4, 181, 46, 0.9));
    position: relative;
    z-index: 1;
}

.btn_second a .en {
    font-size: 32px;
}

.btn_hover {
    cursor: pointer;
}

.js-effect {
    opacity: 0;
    transform: translateY(88px);
    transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.bnr_fixed {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 15.3vh;
    right: 18px;
    transform: translateX(150%);
    transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bnr_fixed.is-active {
    transform: translateX(0);
}

.bnr_fixed .bnr_entry {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e0e004;
    border-radius: 50%;
    padding-bottom: 8px;
    margin-top: 3.1vh;
    position: relative;
}

.bnr_fixed .bnr_entry a {
    color: var(--main-color);
}

.bnr_fixed .bnr_entry .mv_tag_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
}

.bnr_fixed .bnr_entry .mv_tag_title span {
    display: block;
    font-family: var(--en-font);
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-top: 4px;
}

.bnr_fixed .bnr_entry .mv_tag_effect {
    width: 96px;
    height: 95px;
    position: absolute;
    top: -8px;
    left: -8px;
    animation: 10s toRotate infinite linear;
}

.pages #canvasbg {
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}

.pages .is-parallax {
    width: 100%;
    height: 120%;
    position: absolute;
    left: 0;
    top: 0;
}

.pages .is-parallax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: -10%;
    left: 0;
}

.pages .char_effect .word {
    display: inline-block;
    overflow: hidden;
}

.pages .char_effect .char {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 90%, 0);
    will-change: transform, opacity;
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pages .char_effect.animated .char {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------
footer
------------------------------------------------------ */
#footer .footer_banner {
    display: flex;
}

#footer .footer_banner .banner_block {
    width: 50%;
    height: 660px;
    color: var(--white-color);
    position: relative;
    overflow: hidden;
}

#footer .footer_banner .banner_title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

#footer .footer_banner .banner_title span {
    display: block;
    font-size: 60px;
    letter-spacing: 0.1em;
    margin-bottom: 1px;
}

#footer .footer_banner .sub_banner {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#footer .footer_banner .sub_banner .banner_title span {
    margin-bottom: 14px;
}

#footer .footer_banner .banner_image {
    width: 102%;
    height: 102%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#footer .footer_banner .banner_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s ease;
}

#footer .footer_banner .banner_block:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .footer_banner .banner_block:first-child .banner_title {
    font-size: 50px;
}

#footer .footer_banner .banner_block:first-child .banner_title span {
    font-size: 100px;
}

#footer .footer_banner .btn_primary {
    margin-bottom: 0;
    position: absolute;
    bottom: 35px;
    right: 33px;
}

#footer .footer_banner .banner_block:first-child .btn_primary {
    bottom: 60px;
    right: 55px;
}

#footer .footer_banner .btn_hover::before {
    position: absolute;
    content: '';
    width: 102%;
    height: 102%;
    background: rgba(4, 181, 46, 0.5);
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: all .5s ease;
}

#footer .footer_connect {
    background: #eef6fb;
    padding: 97px 0 120px;
}

#footer .footer_connect .inner {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
}

#footer .footer_connect .footer_info {
    width: 30.4vw;
    max-width: 380px;
    padding-top: 4px;
    margin-right: 35px;
}

#footer .footer_connect .footer_info .f_logo {
    margin-bottom: 48px;
}

#footer .footer_connect .footer_info .f_address {
    font-size: 12px;
    line-height: 2;
}

#footer .footer_connect .footer_info .f_address span {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}

#footer .footer_connect .footer_link {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

#footer .footer_connect .footer_link dl {
    width: calc(100% / 3);
    margin-bottom: 26px;
}

#footer .footer_connect .footer_link dl dt a {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--main-color);
    margin-left: 15px;
    position: relative;
}

#footer .footer_connect .footer_link dl dt a::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #04aae2;
    top: 7px;
    left: -15px;
}

#footer .footer_connect .footer_link dl dd {
    padding: 16px 0 0 32px;
}

#footer .footer_connect .footer_link dl dd ul li {
    margin-bottom: 6px;
}

#footer .footer_connect .footer_link dl dd ul li:last-child {
    margin-bottom: 0;
}

#footer .footer_connect .footer_link dl dd ul li a {
    letter-spacing: 0.1em;
    margin-left: 7px;
    position: relative;
}

#footer .footer_connect .footer_link dl dd ul li a::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: currentColor;
    top: 9px;
    left: -7px;
}

#footer address {
    width: 94%;
    max-width: 1300px;
    font-size: 12px;
    text-align: right;
    font-style: normal;
    border-top: 1px solid #070002;
    padding-top: 36px;
    margin: 57px auto 0;
}

/* ------------------------------------------------------
h3 h4 h5 h6
------------------------------------------------------ */
.pages h3.under_title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    opacity: 0;
}

.pages h3.under_title.animated {
    opacity: 1;
}

.pages h3.under_title .layer_text {
    display: block;
    line-height: 1.3;
    overflow: hidden;
}

.pages h3.under_title .txt01 {
    font-size: 416.7%;
    position: relative;
    top: -4px;
}

.pages h3.under_title .txt01 .char {
    background: linear-gradient(to bottom, #04aae2 0%, #04b52e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pages h3.under_title .char {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 150%, 0);
    will-change: transform, opacity;
    transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: calc(.03s * var(--char-index));
}

.pages h3.under_title.animated .char {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.pages h3.under_title i {
    width: 100%;
    max-width: 60px;
    height: 18px;
    display: inline-block;
    margin-left: 16px;
    position: relative;
    top: -29px;
}

.pages h3.under_title i::before,
.pages h3.under_title i::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 9px;
}

.pages h3.under_title i::before {
    background: #e0e004;
    top: 0;
    left: 0;
}

.pages h3.under_title i::after {
    background: #04b52e;
    bottom: 0;
    right: 0;
}

.pages h3.en {
    font-size: 50px;
}

.pages h3.en .txt01 {
    font-size: 200%;
    top: 5px;
}

.pages .headline {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages .headline .under_title {
    margin-bottom: 0;
    flex: 0 0 auto;
}

.pages .headline .under_title .layer_text {
    flex-shrink: 0;
}

.pages .headline .under_title i {
    width: 60px;
}

.pages .headline .sub_title {
    font-size: 20px;
    font-weight: 700;
    margin-left: 23px;
    position: relative;
    top: 28px;
}

.pages h3,
.pages h4,
.pages h5,
.pages h6 {
    font-weight: 700;
    letter-spacing: 0.1em;
}

/* ------------------------------------------------------
p_mainvisual
------------------------------------------------------ */
.pages #p_mainvisual {
    width: 100%;
    height: 43.33vw;
    max-height: 650px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.pages #p_mainvisual h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #04b52e;
    text-align: center;
    position: relative;
    top: 8px;
}

.pages #p_mainvisual h2 span {
    display: block;
    font-size: 80px;
    letter-spacing: 0.1em;
    color: var(--white-color);
    margin-top: 5px;
    opacity: .4;
}

.pages #p_mainvisual .p_mv_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pages #p_mainvisual .p_mv_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------------------------------------------------
topic_path
------------------------------------------------------ */
.pages #topic_path {
    margin: 0 0 67px;
}

.pages #topic_path ul {
    padding: 38px 0 0;
}

.pages #topic_path li {
    display: inline-block;
    color: #3e3a39;
    font-size: 14px;
    line-height: 1.4;
}

.pages #topic_path li a {
    text-decoration: underline;
    color: #e06277;
}

.pages #topic_path li a:hover {
    text-decoration: none;
}

/* ------------------------------------------------------
table
------------------------------------------------------ */
.pages table {
    margin-bottom: 35px;
}

.pages table th,
.pages table td {
    letter-spacing: 0.1em;
    line-height: 1.75;
    padding: 7px 27px;
    border: 1px solid #04b52e;
}

.pages table th {
    font-size: 20px;
    text-align: left;
}

.pages table td p:not(:last-child) {
    margin-bottom: 28px;
}

.pages table.td_top td {
    vertical-align: top;
}

.pages table.td_center td {
    text-align: center;
}

.pages table.tb_fix {
    table-layout: fixed;
}

.pages #content table:last-child {
    margin-bottom: 0;
}

.pages table td a {
    text-decoration: underline;
}

.pages table td ol li,
.pages table td ul li {
    list-style: inherit;
    margin-left: 15px;
}

.pages table.tb_block th {
    width: 33.9%;
    font-weight: 700;
    color: var(--white-color);
    background: #04b52e;
    border-bottom-color: var(--white-color);
}

.pages table.tb_block tr:last-child th {
    border-bottom-color: #04b52e;
}

/*-----txt_note-----*/
.pages .txt_note {
    display: none;
}

.pages .txt_bold {
    font-weight: 700;
}

/* ------------------------------------------------------
under list
------------------------------------------------------ */
.pages .list01 li {
    margin-bottom: 22px;
    padding-left: 35px;
    position: relative;
}

.pages .list01 li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #1e3c72;
    top: 9px;
    left: 0;
}

.pages .list_check li {
    margin-bottom: 22px;
    padding-left: 35px;
    position: relative;
}

.pages .list_check li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 12px;
    border: solid #1e3c72;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: inline-block;
    top: 8px;
    left: 0;
}

.pages .list01:last-child,
.pages .list01 li:last-child,
.pages .list_check:last-child,
.pages .list_check li:last-child {
    margin-bottom: 0px;
}

/* ------------------------------------------------------
under frame
------------------------------------------------------ */
.pages .frame01 {
    background: rgba(255, 211, 216, 0.3);
    padding: 25px 30px 25px;
    margin: 0 auto 30px;
    border-radius: 10px;
    box-sizing: border-box;
}

.pages .frame01:last-child {
    margin: 0 auto;
}

/* ------------------------------------------------------
under_step
------------------------------------------------------ */
.pages .under_step dl {
    margin-bottom: 60px;
}

.pages .under_step dl:last-child {
    margin-bottom: 0px;
}

.pages .under_step dl dt {
    font-size: 18px;
    color: #fff;
    background: #e06277;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #e06277;
    padding: 10px 20px 5px;
    box-sizing: border-box;
}

.pages .under_step dl dt span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-right: 5px;
}

.pages .under_step dl dd {
    display: flex;
    align-items: center;
    border: 2px solid #e06277;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.pages .under_step dl:nth-child(odd) dd {
    flex-direction: row-reverse;
}

.pages .under_step dl dd .step_img {
    flex-shrink: 0;
    padding-left: 40px;
    margin-bottom: 0 !important;
    box-sizing: border-box;
}

.pages .under_step dl:nth-child(even) dd .step_img {
    padding: 0 40px 0 0;
}

/* ------------------------------------------------------
qa_dl
------------------------------------------------------ */
.pages .qa_dl dl {
    padding-left: 80px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.pages .qa_dl dl:after {
    position: absolute;
    z-index: -1;
    left: 25px;
    top: 0;
    height: 100%;
    width: 1px;
    content: '';
    display: block;
    border-left: rgba(119, 119, 119, 0.30) 1px dotted;
}

.pages .qa_dl dl:last-child {
    padding-bottom: 0;
}

.pages .qa_dl dl dt,
.pages .qa_dl dl dd {
    position: inherit;
    z-index: 1;
}

.pages .qa_dl dl dt span,
.pages .qa_dl dl dd span {
    position: absolute;
    z-index: 1;
    left: -80px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

.pages .qa_dl dl dt {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #00478A;
    min-height: 50px;
    display: flex;
    align-items: center;
    line-height: 1.4em;
}

.pages .qa_dl dl dd {
    padding: 30px;
    background: rgba(109, 178, 216, 0.15);
}

/* ------------------------------------------------------
under_bnr
------------------------------------------------------ */
.pages .under_bnr_full {
    background: url(../images/under_btn_bg.jpg) no-repeat center;
    background-size: cover;
    width: 700px;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    transition: all 0.25s linear;
}

.pages .under_bnr_full a {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 .5em;
}

/* ------------------------------------------------------
others
------------------------------------------------------ */
.pages .center {
    margin-bottom: 35px;
}

.pages .image_l {
    margin: 0 40px 15px 0;
}

.pages .image_r {
    margin: 0 0 15px 40px;
}

.pages .a_hover:hover {
    text-decoration: none;
}

.pages .wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.pages .wp-pagenavi span,
.pages .wp-pagenavi a {
    font-family: var(--en-font);
    font-size: 26px;
    font-weight: 700;
    color: var(--white-color);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: 3px solid var(--main-color);
    background: var(--main-color);
    margin: 0 5px 10px;
    position: relative;
}

.pages .wp-pagenavi a,
.pages .wp-pagenavi a:link,
.pages .wp-pagenavi a:visited {
    transition: all 0.3s ease;
    position: relative;
}

.pages .wp-pagenavi .current {
    color: var(--main-color);
    background: none;
    border: 3px solid var(--main-color);
    position: relative;
}

.pages .wp-pagenavi a.previouspostslink,
.pages .wp-pagenavi a.nextpostslink {
    background: url(../images/common/icon_arrow.png) no-repeat center;
    background-size: 100% auto;
    width: 20px;
    border: 0;
    color: transparent;
}

.pages .wp-pagenavi a.previouspostslink {
    transform: rotate(-180deg);
    margin-right: 10px;
}

.pages .wp-pagenavi a.nextpostslink {
    margin-left: 10px;
}

.pages .wp-pagenavi a.previouspostslink:hover,
.pages .wp-pagenavi a.nextpostslink:hover {
    color: transparent;
}

.pages .wp-pagenavi .pages {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--main-color);
    width: auto;
    background: none;
    border: 0;
    padding: 0 3px 0 0;
}

.pages .wp-pagenavi .first,
.pages .wp-pagenavi .last {
    display: none;
}

.pages .btn_back {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages .btn_back li:not(.special-btn) {
    font-size: 13px;
    font-weight: 300;
    padding-top: 10px;
}

.pages .btn_back li:not(.special-btn) a {
    letter-spacing: 0.1em;
    color: #b3b3b3;
    display: inline-flex;
    align-items: center;
    transition: all .3s ease;
}

.pages .btn_back li:not(.special-btn) a i {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 39px;
    height: 11px;
    position: relative;
    top: -4px;
}

.pages .btn_back li.prev-btn {
    margin-right: 93px;
}

.pages .btn_back li.prev-btn a i {
    background-image: url(../images/common/prev_icon.svg);
    margin-right: 7px;
}

.pages .btn_back li.next-btn {
    margin-left: 93px;
}

.pages .btn_back li.next-btn a i {
    background-image: url(../images/common/next_icon.svg);
    margin-left: 7px;
}

.pages .btn_back li.special-btn {
    width: 303px;
}

.pages .btn_back li.special-btn .btn_primary a {
    text-transform: uppercase;
}

/* ------------------------------------------------------
p_recruit
------------------------------------------------------ */
.pages #recruit_mv {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh)* 100);
    display: flex;
}

.pages #recruit_mv .recruit_mv_component {
    width: 61.58vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    position: relative;
}

.pages #recruit_mv .recruit_mv_component .recruit_mv_title {
    font-size: 40px;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.pages #recruit_mv .recruit_mv_component .recruit_mv_title .mvchar {
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
}

.pages #recruit_mv .recruit_mv_component .recruit_mv_title .mvchar:last-child {
    margin-bottom: 0;
}

.pages #recruit_mv .recruit_mv_component .recruit_mv_title .txt01 {
    font-size: 250%;
    line-height: 1;
}

.pages #recruit_mv .recruit_mv_component .recruit_mv_title .word {
    display: block;
    letter-spacing: 0.1em;
    overflow: hidden;
}

.pages #recruit_mv .recruit_mv_component .recruit_mv_title .char {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    will-change: transform, opacity;
    transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pages #recruit_mv .recruit_mv_component .headline.active .recruit_mv_title {
    opacity: 1;
}

.pages #recruit_mv .recruit_mv_component .headline.active .recruit_mv_title .char {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.pages #recruit_mv .recruit_mv_component .sub_title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: #04b52e;
    text-align: center;
    position: absolute;
    bottom: -9px;
    left: -6px;
}

.pages #recruit_mv .recruit_mv_component .sub_title span {
    display: block;
    font-size: 80px;
    letter-spacing: 0.1em;
    color: var(--white-color);
    margin-top: 5px;
    opacity: .4;
}

.pages #recruit_mv .recruit_mv_gallery {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pages #recruit_mv .recruit_mv_gallery li {
    width: 100%;
    height: 50%;
}

.pages #recruit_mv .recruit_mv_gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #recruit_mv .recruit_mv_link {
    width: 38.42vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 5.15%;
    background: #04b52e;
    position: relative;
}

.pages #recruit_mv .link_group li:not(:last-child) {
    padding-bottom: 34px;
    margin-bottom: 25px;
    position: relative;
}

.pages #recruit_mv .link_group li:not(:last-child)::after {
    position: absolute;
    content: '';
    width: 110px;
    height: 2px;
    background: var(--white-color);
    bottom: 0;
    left: 73px;
}

.pages #recruit_mv .link_group li a {
    display: flex;
    align-items: center;
    gap: 52px;
    color: var(--white-color);
}

.pages #recruit_mv .link_group li a .txt {
    width: 100%;
    max-width: 265px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.pages #recruit_mv .link_group li a .txt span {
    font-size: 166.7%;
    letter-spacing: 0.1em;
}

.pages #recruit_mv .link_group li a .circle {
    width: 79px;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #04aae2;
    transform: scale(1);
    transition: all .3s ease-out;
    position: relative;
    flex-shrink: 0;
}

.pages #recruit_mv .link_group li a .circle .icon {
    display: block;
    background: url(../images/common/btn_iconarrow.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 17px;
    position: relative;
    z-index: 1;
}

.pages #recruit_mv .recruit_mv_link .mv_banner {
    position: absolute;
    bottom: 29px;
    right: 28px;
}

.pages #recruit_mv .recruit_mv_link .mv_banner a {
    display: flex;
    align-items: center;
    color: #e0e004;
}

.pages #recruit_mv .recruit_mv_link .btn_bnr {
    width: 106px;
    height: 106px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 14px solid #e0e004;
    padding-bottom: 8px;
}

.pages #recruit_mv .recruit_mv_link .mv_tag_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
}

.pages #recruit_mv .recruit_mv_link .mv_tag_title span {
    display: block;
    font-family: var(--en-font);
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-top: 4px;
}

.pages #recruit_mv .recruit_mv_link .mv_tag_effect {
    width: 130px;
    height: 129px;
    position: absolute;
    top: -12px;
    left: -12px;
    animation: 10s toRotate infinite linear;
}

.pages #recruit_mv .recruit_mv_link .mv_banner_title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-left: 24px;
}

.pages #recruit_news {
    padding: 50px 0 141px;
    position: relative;
    overflow: hidden;
}

.pages #recruit_news .inner {
    max-width: 1180px;
}

.pages #recruit_news .under_title {
    margin-bottom: 22px;
}

.pages #recruit_news .recruit_news_list {
    margin-bottom: 60px;
}

.pages #recruit_news .recruit_news_list li {
    margin-bottom: 28px;
}

.pages #recruit_news .recruit_news_list li:last-child {
    margin-bottom: 0;
}

.pages #recruit_news .recruit_news_list li a {
    width: 100%;
    display: block;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding: 0 100px 16px 16px;
    position: relative;
    transition: all .3s ease;
}

.pages #recruit_news .recruit_news_list li a::after {
    position: absolute;
    content: '';
    background: url(../images/common/btn_iconmore.png) no-repeat;
    background-size: contain;
    width: 31px;
    height: 13px;
    bottom: 22px;
    right: 64px;
}

.pages #recruit_news .recruit_news_list li .date {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
}

.pages #recruit_news .recruit_news_list li .recruit_news_title {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.pages #recruit_news .btn_primary {
    text-align: right;
    padding-right: 135px;
}

.pages #recruit_news .btn_primary a {
    gap: 20px;
}

.pages #recruit_news .btn_primary .txt {
    font-size: 28px;
    letter-spacing: -0.1em;
    background: linear-gradient(to bottom, #04aae2 0%, #04b52e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pages #recruit_news .btn_primary .txt::before {
    display: none;
}

.pages #recruit_news canvas {
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}

.pages #recruit_works {
    display: flex;
}

.pages #recruit_works .works_wrap {
    width: 50%;
}

.pages #recruit_works .works_headline {
    width: 100%;
    height: 30.8vw;
    max-height: 462px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eef6fb;
}

.pages #recruit_works .works_headline .under_title {
    width: 100%;
    margin-bottom: 0;
}

.pages #recruit_works .works_list {
    width: 100%;
    height: 30.47vw;
    max-height: 457px;
    display: flex;
}

.pages #recruit_works .works_list li {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--white-color);
    position: relative;
    overflow: hidden;
}

.pages #recruit_works .works_list li::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #e0e004;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease;
}

.pages #recruit_works .works_list li h4 {
    font-size: 24px;
    margin-bottom: 51px;
    position: relative;
    z-index: 1;
}

.pages #recruit_works .works_image {
    width: 50%;
}

.pages #recruit_works .works_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #recruit_info {
    background: #eef6fb;
    padding: 120px 0;
}

.pages #recruit_info .inner {
    max-width: 1180px;
}

.pages #recruit_info .info_item {
    width: 100%;
    min-height: 318px;
    margin-bottom: 70px;
}

.pages #recruit_info .info_item:last-child {
    margin-bottom: 0;
}

.pages #recruit_info .info_item a {
    display: block;
    width: 100%;
    height: 100%;
    color: var(--white-color);
    padding: 36px 53px;
    position: relative;
    overflow: hidden;
}

.pages #recruit_info .info_block {
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.pages #recruit_info .info_title {
    font-size: 40px;
    line-height: 1.4;
}

.pages #recruit_info .info_title span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-top: 1px;
}

.pages #recruit_info .info_desc {
    width: 100%;
    max-width: 600px;
    line-height: 1.8;
    text-align: justify;
    opacity: 0;
    transform: translateY(30px);
    transition: all .3s ease;
}

.pages #recruit_info .info_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.pages #recruit_info .info_img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.7);
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all .7s ease;
}

.pages #recruit_info .info_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s ease;
}

/* ------------------------------------------------------
p_working
------------------------------------------------------ */
.pages#working #canvasbg {
    position: fixed;
}

.pages #about_workplace {
    padding: 61px 0 96px;
    position: relative;
    overflow: hidden;
}

.pages #about_workplace .inner {
    max-width: 1180px;
}

.pages #about_workplace .under_title {
    margin-bottom: 79px;
}

.pages #about_workplace .workplace_gallery {
    width: 100%;
    display: grid;
    grid-template: auto / repeat(5, 1fr);
    grid-gap: 2px;
}

.pages #about_workplace .workplace_gallery figure {
    height: 14.01vw;
    max-height: 176px;
    width: 100%;
    overflow: hidden;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transition: opacity 1.5s ease, -webkit-clip-path 1.3s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 1.5s ease, clip-path 1.3s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 1.5s ease, clip-path 1.3s cubic-bezier(0.76, 0, 0.24, 1), -webkit-clip-path 1.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.pages #about_workplace .workplace_gallery figure.animated {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
}

.pages #about_workplace .workplace_gallery figure.big_size {
    height: 28.18vw;
    max-height: 354px;
    grid-column: span 2;
    grid-row: span 2;
}

.pages #about_workplace .workplace_gallery figure.small_size {
    cursor: pointer;
}

.pages #about_workplace .workplace_gallery figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #company_environment {
    padding-bottom: 196px;
    position: relative;
}

.pages #company_environment::before {
    position: absolute;
    content: "Company's environment!!";
    width: 48vw;
    max-width: 720px;
    font-family: var(--Allura-font);
    font-size: 140px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 0.9;
    background: linear-gradient(to bottom, #e0e004 0%, #04b52e 50%, #04aae2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(15deg);
    top: -228px;
    left: 118px;
    pointer-events: none;
    z-index: 1;
}

.pages #company_environment .environment_cover {
    width: 100%;
    height: 41.48vw;
    max-height: 560px;
    display: flex;
    align-items: center;
    padding-bottom: 82px;
    position: relative;
    overflow: hidden;
}

.pages #company_environment .environment_title {
    width: 94%;
    max-width: 1180px;
    font-size: 40px;
    font-weight: 700;
    color: #04aae2;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pages #company_environment .environment_title .char_effect {
    line-height: 1.35;
}

.pages #company_environment .environment_wrap {
    width: 94%;
    max-width: 1520px;
    display: flex;
    margin: 0 auto;
    position: relative;
}

.pages #company_environment .environment_component {
    width: 100%;
    max-width: 800px;
    padding-top: 58px;
    margin-left: 85px;
    flex: 1;
}

.pages #company_environment .environment_component h4 {
    font-size: 32px;
    margin-bottom: 21px;
}

.pages #company_environment .environment_txt {
    font-weight: 700;
    line-height: 1.74;
    margin-bottom: 51px;
}

.pages #company_environment .environment_txt p:not(:last-child) {
    margin-bottom: 29px;
}

.pages #company_environment .environment_link {
    display: flex;
}

.pages #company_environment .environment_link .btn_primary:first-child {
    margin: 0 80px 0 0;
}

.pages #company_environment .environment_wrap figure {
    width: 37.04vw;
    max-width: 463px;
    margin-top: -166px;
}

.pages #join_us {
    background: #e0e004;
    padding: 20px 0 97px;
    position: relative;
}

.pages #join_us .special_title {
    width: 100%;
    font-family: var(--Allura-font);
    font-size: 200px;
    font-weight: 400;
    color: #e0e004;
    text-align: center;
    position: absolute;
    top: -188px;
    left: 0;
}

.pages #join_us .join_us_gallery {
    margin-bottom: 86px;
}

.pages #join_us .swiper-wrapper {
    transition-timing-function: linear;
}

.pages #join_us .swiper-slide {
    width: 37.04vw !important;
    max-width: 500px;
    height: 28.3vw;
    max-height: 382px;
    margin: 0 10px;
}

.pages #join_us .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #join_us h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 13px;
}

.pages #join_us h4 .en {
    font-size: 266.7%;
    line-height: 1;
    margin-right: 2px;
}

.pages #join_us h4 .char_effect {
    letter-spacing: 0.1em;
}

.pages #join_us .join_us_txt {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 49px;
}

.pages #join_us .join_us_txt .char_effect {
    letter-spacing: 0.1em;
}

.pages #join_us .join_us_btn {
    width: 100%;
    height: 70px;
}

.pages #join_us .join_us_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: 2px solid var(--white-color);
    position: relative;
    transition: all .8s cubic-bezier(0.16, 1, 0.3, 1);
}

.pages #join_us .join_us_btn a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right;
    background-color: #04b52e;
    transition: transform .8s cubic-bezier(0.16, 1, 0.3, 1), opacity .2s ease;
    top: 0;
    left: 0;
    pointer-events: none;
}

.pages #join_us .join_us_btn a span {
    transition: all .8s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    z-index: 1;
}

.pages #systems_benefits {
    background: #eef5fb;
    padding: 70px 0 78px;
}

.pages #systems_benefits .under_title {
    margin-bottom: 39px;
}

.pages #systems_benefits .block_contents {
    margin-bottom: 39px;
}

.pages #systems_benefits .block_contents:last-child {
    margin-bottom: 0;
}

.pages #systems_benefits .block_contents h4 {
    font-size: 24px;
    margin-bottom: 47px;
}

.pages #systems_benefits .benefits_list {
    display: flex;
    flex-wrap: wrap;
}

.pages #systems_benefits .benefits_list li {
    min-width: 225px;
    text-align: center;
    margin: 0 16px 50px 0;
    position: relative;
    z-index: 1;
}

.pages #systems_benefits .benefits_list li::before {
    position: absolute;
    content: '';
    width: 152px;
    height: 152px;
    border-radius: 50%;
    background: var(--white-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.pages #systems_benefits .benefits_list li figure {
    line-height: 1;
}

.pages #systems_benefits .benefits_list li h5 {
    font-size: 24px;
    background: linear-gradient(to bottom, #e0e004 0%, #04b52e 50%, #04aae2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ------------------------------------------------------
p_production, p_operation
------------------------------------------------------ */
.pages#production #canvasbg,
.pages#operation #canvasbg {
    position: fixed;
    z-index: -2;
}

.pages #production_features {
    padding: 62px 0 316px;
    position: relative;
    overflow: hidden;
}

.pages #production_features::before,
.pages #production_features::after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 48.91vw;
    max-width: 856px;
    height: 28.57vw;
    max-height: 500px;
    pointer-events: none;
}

.pages #production_features::before {
    background-image: url(../images/production/decor01.png);
    bottom: -240px;
    left: 20px;
}

.pages #production_features::after {
    background-image: url(../images/production/decor02.png);
    bottom: -230px;
    right: 20px;
}

.pages #production_features .inner {
    max-width: 1180px;
}

.pages #production_features .under_title {
    margin-bottom: 134px;
}

.pages #production_features .features_frame {
    background: #eef6fb;
    padding: 71px 20px 89px;
    position: relative;
}

.pages #production_features .features_txt {
    letter-spacing: 0.025em;
    line-height: 1.74;
    color: #1e2b3b;
    text-align: center;
}

.pages #production_features .features_txt p:not(:last-child) {
    margin-bottom: 28px;
}

.pages #production_features .layer01,
.pages #production_features .layer02 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.pages #production_features .layer01 {
    border: 6px solid #04aae0;
    z-index: 1;
}

.pages #production_features .layer02 {
    border: 6px solid #e0e004;
    z-index: -1;
}

.pages #production_features .features_frame.animated .layer01 {
    transform: rotate(-4deg);
    transition-delay: .3s;
}

.pages #production_features .features_frame.animated .layer02 {
    transform: rotate(4deg);
    transition-delay: .3s;
}

.pages #career_path {
    min-height: 727px;
    padding: 63px 0 0;
    position: relative;
}

.pages #career_path .inner {
    z-index: 1;
}

.pages #career_path .headline {
    margin-bottom: 47px;
}

.pages #career_path .career_path_txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.74;
    text-align: center;
}

.pages #career_path .career_path_txt p:not(:last-child) {
    margin-bottom: 35px;
}

.pages #career_path .career_path_cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.pages #career_path .career_path_cover .jarallax {
    width: 100%;
    height: 120%;
    position: relative;
}

.pages #career_path .career_path_cover .jarallax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: -10%;
    left: 0;
}

.pages .catcher_contents {
    padding: 93px 0 121px;
    position: relative;
}

.pages .catcher_contents::after {
    position: absolute;
    content: '';
    background: url(../images/production/decor03.png) no-repeat;
    background-position: bottom center;
    background-size: 100vw auto;
    width: 100%;
    height: 609px;
    bottom: -20px;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.pages .catcher_contents .inner {
    max-width: 1180px;
}

.pages .catcher_contents .catcher_block:not(:last-child) {
    margin-bottom: 53px;
}

.pages .catcher_contents .catcher_title {
    font-size: 32px;
    font-weight: 700;
    color: #04b52e;
    margin-bottom: 28px;
}

.pages .catcher_contents .style_msz {
    font-size: 20px;
}

.pages .catcher_contents .style_borderb {
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 13px;
}

.pages .catcher_contents p {
    line-height: 1.74;
}

.pages .catcher_contents .catcher_frame {
    gap: 0;
}

.pages .catcher_contents .catcher_frame .catcher_col {
    padding: 45px 28px 32px;
}

.pages .catcher_contents .catcher_frame .catcher_col .wp-block-columns {
    text-align: justify;
    margin-bottom: 22px;
}

.pages .catcher_contents .catcher_frame h5 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 46px;
}

.pages .catcher_contents .catcher_frame h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pages .catcher_contents .catcher_frame p {
    font-weight: 700;
}

.pages .catcher_contents .catcher_frame .catcher_set01 {
    background: #04b52e;
}

.pages .catcher_contents .catcher_frame .catcher_set02 {
    background: #e0e004;
}

.pages .catcher_contents .catcher_style01 {
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 15px;
}

.pages .catcher_contents .catcher_style01:not(:last-child) {
    margin-bottom: 32px;
}

.pages .catcher_contents .catcher_style01 .style01_title {
    font-size: 20px;
    margin-bottom: 18px;
}

.pages #production_voice {
    background: #eef5fb;
    padding: 71px 0 100px;
}

.pages #production_voice .inner {
    max-width: 1180px;
}

.pages #production_voice .under_title {
    margin-bottom: 51px;
}

.pages #production_voice .voice_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: var(--white-color);
    padding: 90px 80px 70px;
    margin-bottom: 20px;
}

.pages #production_voice .voice_item:last-child {
    margin-bottom: 0;
}

.pages #production_voice .item_profile {
    width: 45.33vw;
    max-width: 544px;
}

.pages #production_voice .item_profile .photo {
    width: 100%;
    height: 31.17vw;
    max-height: 374px;
    margin-bottom: 20px;
    position: relative;
}

.pages #production_voice .item_profile .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #production_voice .item_profile .photo .icon01,
.pages #production_voice .item_profile .photo .icon02 {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
}

.pages #production_voice .item_profile .photo .icon01::before,
.pages #production_voice .item_profile .photo .icon02::before {
    position: absolute;
    content: '';
    width: 130px;
    height: 2px;
    background: var(--main-color);
    transform: rotate(-39deg);
}

.pages #production_voice .item_profile .photo .icon01 {
    border-top: 84px solid var(--white-color);
    border-right: 105px solid transparent;
    top: -9px;
    left: -18px;
}

.pages #production_voice .item_profile .photo .icon01::before {
    top: -45px;
    left: -8px;
}

.pages #production_voice .item_profile .photo .icon02 {
    border-bottom: 84px solid var(--white-color);
    border-left: 105px solid transparent;
    bottom: -1px;
    right: -25px;
}

.pages #production_voice .item_profile .photo .icon02::before {
    bottom: -52px;
    right: 0;
}

.pages #production_voice .item_profile h5 {
    font-size: 16px;
    margin-bottom: 30px;
}

.pages #production_voice .item_profile h5 span {
    text-transform: uppercase;
    margin-right: 7px;
}

.pages #production_voice .item_profile dl dt {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #04b52e;
    margin-bottom: 9px;
}

.pages #production_voice .item_profile dl dd {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.74;
}

.pages #production_voice .item_component {
    width: 100%;
    flex: 1;
    margin-right: 35px;
}

.pages #production_voice .item_component h4 {
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #04b52e;
    margin-bottom: 36px;
}

.pages #production_voice .item_component dl {
    margin-bottom: 34px;
}

.pages #production_voice .item_component dl:last-child {
    margin-bottom: 0;
}

.pages #production_voice .item_component dl dt {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #04b52e;
    margin-bottom: 5px;
}

.pages #production_voice .item_component dl dd {
    line-height: 1.74;
}

.pages #recruit_requirements {
    padding: 64px 0 121px;
}

.pages #recruit_requirements .inner {
    max-width: 1180px;
}

.pages #recruit_requirements .under_title {
    margin-bottom: 34px;
}

.pages #recruit_requirements .requirements_item {
    margin-bottom: 55px;
}

.pages #recruit_requirements .requirements_item:last-child {
    margin-bottom: 0;
}

.pages #recruit_requirements table {
    margin-bottom: 71px;
}

.pages #recruit_requirements table th,
.pages #recruit_requirements table td {
    background: var(--white-color);
}

.pages .p_production #recruit_requirements table.tb_block th {
    background: #04b52e;
}

.pages .p_operation .catcher_contents .catcher_frame .catcher_set01 {
    background: #04aae0;
}

.pages .p_operation #production_voice .item_component h4,
.pages .p_operation #production_voice .item_component dl dt,
.pages .p_operation #production_voice .item_profile dl dt {
    color: #04aae0;
}

.pages .p_operation table th,
.pages .p_operation table td {
    background: var(--white-color);
    border-color: #04aae0;
}

.pages .p_operation table th {
    border-bottom-color: var(--white-color);
}

.pages .p_operation #recruit_requirements table.tb_block th {
    background: #04aae0;
}

.pages .p_operation table.tb_block tr:last-child th {
    border-bottom-color: #04aae0;
}

/* ------------------------------------------------------
p_entry
------------------------------------------------------ */
.pages#entry #canvasbg {
    position: fixed;
    z-index: -2;
}

.pages #entry_form {
    padding: 90px 0 60px;
}

.pages #entry_form .inner {
    max-width: 1180px;
}

.pages #entry_form .headline {
    margin-bottom: 63px;
}

.pages #entry_form .entry_txt {
    width: 100%;
    max-width: 1160px;
    line-height: 1.875;
    margin: 0 auto;
}

.pages #form_contents {
    padding-bottom: 120px;
}

.pages #form_contents .inner {
    max-width: 1180px;
}

.pages table.tb_contact th,
.pages table.tb_contact td {
    width: 100%;
    display: block;
    background: var(--white-color);
    border: 0;
    padding: 6px 0;
}

.pages table.tb_contact th {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: var(--main-color);
    padding-top: 20px;
}

.pages table.tb_contact th p {
    letter-spacing: 0.05em;
}

.pages table.tb_contact th label {
    width: 100%;
    max-width: 235px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pages table.tb_contact td {
    border-bottom: 1px solid #eef5fb;
    padding-bottom: 30px;
}

.pages table.tb_contact .required {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: var(--white-color);
    background: #04b52e;
    padding: 1px 6px;
}

.pages table.tb_contact .input_custom,
.pages table.tb_contact .txt_custom {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    background: var(--white-color);
    border: 1px solid #333;
    padding: 8px 17px 10px;
}

.pages table.tb_contact .input_custom {
    height: 40px;
}

.pages table.tb_contact .txt_custom {
    height: 219px;
}

.pages table.tb_contact .field_radio .wpcf7-list-item {
    margin-left: 40px;
}

.pages table.tb_contact .field_radio .wpcf7-list-item label {
    display: flex;
    flex-direction: row-reverse;
}

.pages table.tb_contact .field_radio [type="radio"] {
    margin-left: 8px;
}

.pages table.tb_contact .field_select select {
    width: 100%;
    max-width: 120px;
    height: 40px;
    font-weight: 700;
    border: 1px solid #333;
    border-radius: 0;
}

.pages table.tb_contact .field_textarea th label {
    max-width: 100%;
}

.pages #form_contents .field_policy {
    width: 100%;
    height: 600px;
    line-height: 1.875;
    color: #1a242f;
    border: 1px solid #eef5fb;
    padding: 32px 19px;
    margin-bottom: 39px;
    overflow: auto;
}

.pages #form_contents .field_policy h4 {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.pages #form_contents .field_policy p {
    letter-spacing: 0.05em;
}

.pages #form_contents .field_policy p:not(:last-child) {
    margin-bottom: 30px;
}

.pages #form_contents .accept_box {
    margin-bottom: 37px;
}

.pages #form_contents .accept_box .wpcf7-list-item {
    margin-left: 0;
}

.pages #form_contents .accept_box [type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.pages #form_contents .btn_submit {
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.pages #form_contents .btn_submit input {
    width: 100%;
    height: 100%;
    font-family: "Yu Gothic", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white-color);
    background: var(--main-color);
    border: none;
    text-align: center;
    cursor: pointer;
}

.pages #form_contents .btn_submit .wpcf7-spinner {
    display: none;
}

.pages #form_contents .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 3px;
}

.pages #form_contents .wpcf7-response-output {
    font-weight: 600;
    text-align: center;
    border-color: var(--main-color);
    padding: 20px 10px;
    margin: 45px 0 0 0;
}

/* ------------------------------------------------------
p_company
------------------------------------------------------ */
.pages #company_intro {
    padding: 105px 0 137px;
}

.pages #company_intro .inner {
    max-width: 1180px;
}

.pages #company_intro .company_intro_title {
    margin-bottom: 69px;
}

.pages #company_intro .intro_container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.pages #company_intro .intro_container .intro_block {
    width: 50%;
}

.pages #company_intro .intro_container h4 {
    margin-bottom: 35px;
}

.pages #company_intro .intro_container .intro_txt {
    font-family: "Yuji Syuku", serif;
    font-size: 20px;
    line-height: 2;
}

.pages #company_intro .intro_container .intro_txt .tag {
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    color: var(--white-color);
    background: var(--main-color);
    border-radius: 50%;
    padding-left: 5px;
    margin-right: 15px;
    flex-shrink: 0;
}

.pages #company_intro .intro_container .intro_block:nth-child(1) {
    padding-left: 50px;
}

.pages #company_intro .intro_container .intro_block:nth-child(2) {
    padding-left: 5px;
}

.pages #company_intro .intro_container .intro_block:nth-child(2) .intro_txt {
    display: flex;
    align-items: center;
}

.pages #company_intro .company_intro_gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.pages #company_intro .company_intro_gallery ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.pages #company_intro .company_intro_gallery ul li {
    position: relative;
    overflow: hidden;
}

.pages #company_intro .company_intro_gallery ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #company_intro .company_intro_gallery ul li:nth-child(1) {
    top: 150px;
}

.pages #company_intro .company_intro_gallery ul li:nth-child(2) {
    top: 40px;
}

.pages #company_intro .company_intro_gallery ul li:nth-child(3) {
    top: -73px;
}

.pages #company_intro .company_intro_gallery ul li:nth-child(4) {
    top: 195px;
}

.pages #company_message {
    padding: 50px 0 220px;
}

.pages #company_message .inner {
    max-width: 1180px;
}

.pages #company_message .headline {
    margin-bottom: 157px;
}

.pages #company_message .message_title {
    font-family: "Yuji Syuku", serif;
    font-size: 40px;
    font-weight: 400;
    padding-left: 23px;
    margin-bottom: 71px;
}

.pages #company_message .message_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.pages #company_message .message_container::before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: 236px;
    height: 100%;
    background: #e0e004;
    top: -231px;
    left: 0;
    z-index: -1;
}

.pages #company_message .message_component {
    width: 100%;
    max-width: 480px;
    margin-left: 35px;
}

.pages #company_message .message_txt {
    line-height: 1.74;
    margin-bottom: 28px;
}

.pages #company_message .message_txt p:not(:last-child) {
    margin-bottom: 28px;
}

.pages #company_message .tag_special {
    font-family: "Yuji Syuku", serif;
    font-size: 24px;
    text-align: right;
}

.pages #company_movie {
    background: #04b52e;
    color: var(--white-color);
    padding: 100px 0 89px;
    position: relative;
}

.pages #company_movie::before {
    position: absolute;
    content: 'Movie';
    font-family: var(--Allura-font);
    font-size: 200px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #04b52e;
    top: -132px;
    left: 50%;
    transform: translateX(-50%);
}

.pages #company_movie .inner {
    max-width: 1180px;
}

.pages #company_movie .company_video {
    width: 100%;
    height: 52.55vw;
    max-height: 660px;
    margin-bottom: 44px;
}

.pages #company_movie .company_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #company_movie .movie_note {
    font-size: 20px;
}

.pages #company_movie .movie_note span {
    font-size: 180%;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.pages #company_cover {
    min-height: 700px;
    display: flex;
    align-items: center;
    color: var(--white-color);
    padding: 55px 0;
    position: relative;
}

.pages #company_cover .inner {
    z-index: 1;
}

.pages #company_cover .company_cover_txt {
    font-weight: 700;
    line-height: 3.125;
    text-align: center;
}

.pages #company_cover .company_cover_image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.pages #company_cover .company_cover_image .jarallax {
    width: 100%;
    height: 120%;
    position: relative;
}

.pages #company_cover .company_cover_image .jarallax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: -10%;
    left: 0;
}

.pages #company_profile {
    padding: 75px 0 105px;
}

.pages #company_profile .inner {
    max-width: 1180px;
}

.pages #company_profile .under_title {
    margin-bottom: 28px;
}

.pages #company_profile .tb_profile th,
.pages #company_profile .tb_profile td {
    border: 0;
    border-bottom: 2px solid #bbbbbb;
    padding: 12px 10px 10px 30px;
}

.pages #company_profile .tb_profile th {
    width: 27.2%;
    color: var(--main-color);
    background: none;
    border-bottom-color: var(--main-color);
    vertical-align: top;
}

.pages #company_access .access_list {
    display: flex;
    flex-wrap: wrap;
}

.pages #company_access .access_list li {
    width: 50%;
    height: 25vw;
    display: flex;
}

.pages #company_access .access_list li:nth-child(-n+2) {
    border-bottom: 8px solid #04b52e;
}

.pages #company_access .access_list li:nth-child(3),
.pages #company_access .access_list li:nth-child(4) {
    flex-direction: row-reverse;
}

.pages #company_access .access_info {
    width: 50%;
    background: #f1fbee;
    padding: 84px 44px 50px;
}

.pages #company_access .access_info h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 46px;
}

.pages #company_access .access_info .access_add {
    line-height: 2.1;
    margin-bottom: 17px;
}

.pages #company_access .access_info .access_phone {
    font-weight: 700;
}

.pages #company_access .access_info .access_phone span {
    margin-right: 14px;
}

.pages #company_access .access_map {
    width: 50%;
}

.pages #company_access .access_map iframe {
    width: 100%;
    height: 100%;
}

.pages #company_history {
    padding: 73px 0 77px;
}

.pages #company_history .inner {
    max-width: 1180px;
}

.pages #company_history .under_title {
    margin-bottom: 63px;
}

.pages #company_history .history_list {
    margin-bottom: 46px;
}

.pages #company_history .history_list dl {
    width: 100%;
    margin-bottom: 71px;
    position: relative;
}

.pages #company_history .history_list dl:last-child {
    margin-bottom: 0;
}

.pages #company_history .history_list dt {
    position: absolute;
    top: 0;
    left: 28px;
}

.pages #company_history .history_list dt span {
    display: inline-block;
    font-family: var(--en-font);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #04b52e;
    text-shadow: -1px -1px 0 var(--white-color),
        1px -1px 0 var(--white-color),
        -1px 1px 0 var(--white-color),
        1px 1px 0 var(--white-color);
    position: relative;
}

.pages #company_history .history_list dt span::before {
    position: absolute;
    content: '';
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #e0e004;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.pages #company_history .history_list dt span::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 27px;
    background: #e0e004;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.pages #company_history .history_list dd {
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
    padding: 0 0 23px;
    position: relative;
}

.pages #company_history .history_list dd::before,
.pages #company_history .history_list dd::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pages #company_history .history_list dd::before {
    width: 75vw;
    max-width: 370px;
    height: 2px;
    background: var(--main-color);
}

.pages #company_history .history_list dd::after {
    width: 0;
    height: 0;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    border-top: 12px solid var(--main-color);
    bottom: -12px;
}

.pages #company_history .tag {
    font-family: var(--Allura-font);
    font-size: 60px;
    color: #e0e004;
    text-align: center;
}

.pages .anchor_fixed {
    position: fixed;
    bottom: 18px;
    left: 18px;
    transform: translateX(-150%);
    transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pages .anchor_fixed.is-active {
    transform: translateX(0);
}

.pages .anchor_fixed li a {
    font-size: 12px;
    letter-spacing: 0.025em;
    color: #bbb;
    transition: all .3s ease;
}

/* MOZZILLA CSS */
@-moz-document url-prefix() {}

/* IE CSS */
@media screen\0 {}

/* EDGE 12+ CSS */
@supports (-ms-ime-align:auto) {}
