/* ------------------------------------------------------
content
------------------------------------------------------ */
.pages #header .company_name {
    color: var(--blue-color);
}

.people-details #header .company_name {
    color: var(--white-color);
}

.pages #header.is-effect .company_name {
    color: var(--white-color);
}

.pages #header.is-blue .company_name {
    color: var(--blue-color);
}

.pages #header.is-active .company_name {
    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;
}

.pages .js-layer {
    display: inline-flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pages .js-layer::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--blue-color);
    top: 0;
    left: 0;
    transform: translateX(-101%);
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
}

.pages .catcher_layer {
    display: inline-block;
    transform: translateX(-115%);
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
}

.pages .catcher_layer::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--blue-color);
    top: 0;
    left: 0;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pages .has-effect.is-active .js-layer::before,
.pages .has-effect.is-active .catcher_layer {
    transform: translateX(0);
}

.pages .has-effect.is-active .catcher_layer::before {
    transform: translateX(101%);
    transition-delay: .8s;
}

/* ------------------------------------------------------
h3 h4 h5 h6
------------------------------------------------------ */
.pages h3.pages_mainttl {
    font-size: 36px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

.pages h3.pages_mainttl span.en {
    display: block;
    font-size: 24px;
    color: var(--blue-color);
    margin-bottom: 5px;
}

.pages h3.pages_mainttl span.en span {
    display: inline-block;
    letter-spacing: -0.025em;
    padding-right: 17px;
    position: relative;
}

.pages h3.pages_mainttl span.en span::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: var(--blue-color);
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.pages h3,
.pages h4,
.pages h5,
.pages h6 {
    font-weight: 700;
}

.pages .h3title {
    font-weight: 400;
}

/* ------------------------------------------------------
p_mainvisual
------------------------------------------------------ */
.pages #p_mainvisual {
    width: 100%;
    height: 54.783vw;
    max-height: 630px;
    display: flex;
    align-items: center;
    background-image: url(../images/top/idx_numbers_bg.png);
    background-repeat: repeat;
    position: relative;
}

.pages #p_mainvisual .under_mvcomponent {
    width: 100%;
    position: relative;
    z-index: 2;
}

.pages #p_mainvisual .under_mvcomponent .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pages #p_mainvisual .mvname {
    font-size: 22px;
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 9px;
}

.pages #p_mainvisual .mvname .catcher_layer {
    letter-spacing: 0.05em;
    padding: 1px 10px 1px 11px;
}

.pages #p_mainvisual .mvtitle {
    font-family: var(--NicoKaku-font);
    font-size: 90px;
    font-weight: 400;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 9px;
}

.pages #p_mainvisual .mvtitle:last-child {
    margin-bottom: 0;
}

.pages #p_mainvisual .mvtitle .catcher_layer {
    letter-spacing: 0.048em;
    padding: 15px 5px 7px 11px;
}

.pages #p_mainvisual .mvsubtitle {
    font-family: var(--NicoKaku-font);
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    color: var(--white-color);
}

.pages #p_mainvisual .mvsubtitle .catcher_layer {
    letter-spacing: 0.048em;
    padding: 8px 7px 6px 11px;
}

.pages #p_mainvisual .under_mvcover {
    width: 86.957vw;
    max-width: 1000px;
    height: 86.957vw;
    max-height: 1000px;
    border-radius: 50%;
    border: 10px solid var(--blue-color);
    overflow: hidden;
    position: absolute;
    top: -190px;
    right: -286px;
    z-index: 1;
}

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

.pages #p_mainvisual .under_mvlogo {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.pages #p_mainvisual .under_mvlogo::before {
    position: absolute;
    content: '';
    background-repeat: repeat-x;
    width: 100vw;
    height: 110px;
    bottom: -1px;
    left: 0;
    transition: all 1s linear;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    pointer-events: none;
    z-index: -1;
}

.pages #p_mainvisual .js-layer {
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pages #p_mainvisual .js-layer::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--blue-color);
    top: 0;
    left: 0;
    transform: translateX(-101%);
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
}

.pages #p_mainvisual .catcher_layer {
    display: inline-block;
    transform: translateX(-115%);
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
}

.pages #p_mainvisual .catcher_layer::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--blue-color);
    top: 0;
    left: 0;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pages #p_mainvisual.is-active .js-layer::before,
.pages #p_mainvisual.is-active .catcher_layer {
    transform: translateX(0);
}

.pages #p_mainvisual.is-active .catcher_layer::before {
    transform: translateX(101%);
    transition-delay: .8s;
}

.pages #catcher_intro {
    min-height: 560px;
    display: flex;
    align-items: center;
    color: var(--white-color);
    background: var(--blue-color);
    padding: 105px 0;
    position: relative;
}

.pages #catcher_intro .catcher_intro_title {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.71;
    margin-bottom: 45px;
}

.pages #catcher_intro .catcher_intro_title span {
    display: block;
    font-size: 24px;
    letter-spacing: 0.03em;
    margin-bottom: 14px;
}

.pages #catcher_intro .catcher_intro_frame {
    width: 100%;
}

.pages #catcher_intro .catcher_intro_txt {
    width: 59.2vw;
    max-width: 740px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 2.1875;
    text-align: justify;
}

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

.pages #catcher_intro .catcher_image {
    width: 94%;
    max-width: 1200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pages #catcher_intro .catcher_image figure {
    width: 29.217vw;
    max-width: 336px;
    line-height: 0;
    position: absolute;
    bottom: 0;
    right: 30px;
}

/* ------------------------------------------------------
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 {
    background: #fff;
    border: 2px solid #118abf;
    margin-bottom: 25px;
}

.pages table th,
.pages table td {
    padding: 15px 15px 15px;
    border: 1px solid #118abf;
}

.pages table th {
    font-size: 18px;
    background: rgba(195, 228, 244, 0.5);
    text-align: left;
}

.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;
}

/*-----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_numbers
------------------------------------------------------ */
.pages .p_numbers #p_mainvisual .under_mvlogo::before {
    background-image: url(../images/numbers/under_mvlogo.png);
    background-size: 1700px 100%;
    animation-name: numbers_name;
}

@keyframes numbers_name {
    0% {
        background-position: 1700px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes numbers_name_sp {
    0% {
        background-position: 927px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages #numbers_info {
    background-image: url(../images/top/idx_numbers_bg.png);
    background-repeat: repeat;
    padding: 127px 0 111px;
}

.pages #numbers_info .numbers_info_list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.pages #numbers_info .numbers_info_list .number_item {
    width: calc((100% - 36px) / 3);
    min-height: 463px;
    background: #F2F2F2;
    border-radius: 50px;
    margin-bottom: 32px;
    overflow: hidden;
}

.pages #numbers_info .numbers_info_list .number_item .item_title {
    width: 100%;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1.4;
    color: var(--white-color);
    background: var(--blue-color);
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.pages #numbers_info .numbers_info_list .number_item .item_title::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 27px solid var(--blue-color);
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.pages #numbers_info .numbers_info_list .number_item .item_title span {
    letter-spacing: 0.03em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.pages #numbers_info .numbers_info_list .number_item .item_title.set02 {
    font-size: 22px;
}

.pages #numbers_info .numbers_info_list .number_item .item_title.set03 {
    font-size: 18px;
}

.pages #numbers_info .numbers_info_list .number_item .item_component {
    padding: 28px 10px 20px;
}

.pages #numbers_info .numbers_info_list .number_item figure {
    width: 100%;
    max-width: 180px;
    height: 180px;
    max-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto -9px;
}

.pages #numbers_info .numbers_info_list .number_item .item_record {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
}

.pages #numbers_info .numbers_info_list .number_item .layer_number {
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
}

.pages #numbers_info .numbers_info_list .number_item .layer_number span.record {
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--yellow-color);
}

.pages #numbers_info .numbers_info_list .number_item .item_record .layer_number span.unit {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 3px;
}

.pages #numbers_info .numbers_info_list .number_item .item_record.layer02 .layer_number {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    position: relative;
}

.pages #numbers_info .numbers_info_list .number_item .item_record .layer_number:first-child::after {
    position: absolute;
    content: ':';
    font-size: 35px;
    font-weight: 700;
    top: 37px;
    right: -20px;
}

.pages #numbers_info .numbers_info_list .number_item .item_record .layer_number:last-child::after {
    display: none;
}

.pages #numbers_info .numbers_info_list .number_item .layer_years {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    color: #AEAEAE;
    text-align: center;
}

.pages #numbers_cover {
    width: 100%;
    height: 58.594vw;
    max-height: 600px;
    position: relative;
    overflow: hidden;
}

.pages #numbers_cover .parallax {
    width: 100%;
    height: 130%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

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

/* ------------------------------------------------------
p_company
------------------------------------------------------ */
.pages .p_company #p_mainvisual .under_mvlogo::before {
    background-image: url(../images/company/under_mvlogo.png);
    background-size: 1737px 100%;
    animation-name: company_name;
}

@keyframes company_name {
    0% {
        background-position: 1737px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes company_name_sp {
    0% {
        background-position: 947px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages .p_company #catcher_intro {
    display: block;
    padding: 118px 0 67px;
}

.pages .p_company #catcher_intro .pages_mainttl {
    margin-bottom: 44px;
}

.pages .p_company #catcher_intro .pages_mainttl span.en {
    color: var(--white-color);
}

.pages .p_company #catcher_intro .pages_mainttl span.en span::after {
    background: var(--white-color);
}

.pages .p_company #catcher_intro .catcher_intro_title {
    margin-bottom: 78px;
}

.pages .p_company #catcher_intro .catcher_intro_frame {
    width: 100%;
    max-width: 100%;
    padding: 136px 0 77px;
    position: relative;
    z-index: 1;
}

.pages .p_company #catcher_intro .catcher_intro_frame::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    background: var(--white-color);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    top: 0;
    left: 100px;
    z-index: -1;
    transition: all .8s cubic-bezier(.15, 0, .25, 1);
    transform: scale(0, 1);
    transform-origin: right top;
}

.pages .p_company #catcher_intro .catcher_intro_frame.is-active::before {
    transform: scale(1, 1);
}

.pages .p_company #catcher_intro .catcher_intro_frame::after {
    position: absolute;
    content: '';
    background-image: url(../images/company/company_slogan.png);
    background-repeat: repeat-x;
    background-size: 2631px 100%;
    width: 100vw;
    height: 149px;
    bottom: 74px;
    left: 100px;
    transition: all 1s linear;
    animation-name: company_slogan;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes company_slogan {
    0% {
        background-position: 2631px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes company_slogan_sp {
    0% {
        background-position: 883px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages .p_company #catcher_intro .catcher_intro_frame .inner {
    width: 88%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateY(30px);
}

.pages .p_company #catcher_intro .catcher_intro_frame.is-active .inner {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}

.pages .p_company #catcher_intro .catcher_intro_txt {
    width: 100%;
    max-width: 690px;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.22;
    color: var(--main-color);
    text-align: justify;
    flex: 1;
}

.pages .p_company #catcher_intro .catcher_intro_txt p:not(:last-child) {
    margin-bottom: 41px;
}

.pages .p_company #catcher_intro .catcher_intro_txt .tag {
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-top: -10px;
    text-align: right;
}

.pages .p_company #catcher_intro .catcher_intro_txt .tag span {
    font-size: 30px;
    letter-spacing: 0.03em;
    margin-left: 13px;
}

.pages .p_company #catcher_intro .catcher_photo {
    width: 35.833vw;
    max-width: 430px;
    position: relative;
}

.pages .p_company #catcher_intro .catcher_photo .image01 {
    width: 22.917vw;
    max-width: 275px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.pages .p_company #catcher_intro .catcher_photo .image02 {
    width: 26.75vw;
    max-width: 321px;
    margin-top: 53px;
    margin-left: auto;
    position: relative;
    top: 39px;
}

.pages .p_company #catcher_intro .image03 {
    width: 27.5vw;
    max-width: 330px;
    position: absolute;
    bottom: -210px;
    right: 0;
    z-index: 2;
}

.pages .p_company #catcher_intro .image03 img {
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateY(30px);
}

.pages .p_company #catcher_intro .is-active .image03 img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}

.pages #company_movie {
    color: var(--white-color);
    background: var(--blue-color);
    padding: 50px 0 102px;
}

.pages #company_movie h3.pages_mainttl {
    margin-bottom: 55px;
}

.pages #company_movie h3.pages_mainttl span.en {
    color: var(--white-color);
}

.pages #company_movie h3.pages_mainttl span.en span::after {
    background: var(--white-color);
}

.pages #company_movie .box_video .video_intro {
    width: 100%;
    height: 52.858vw;
    max-height: 675px;
    border-radius: 50px;
    margin-bottom: 34px;
    position: relative;
    overflow: hidden;
}

.pages #company_movie .box_video .video_intro::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 10px solid var(--white-color);
    border-radius: 50px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.pages #company_movie .box_video .video_intro a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pages #company_movie .box_video .video_intro iframe {
    width: 100%;
    height: 100%;
}

.pages #company_movie .company_movie_notes {
    font-size: 15px;
    text-align: center;
    margin-bottom: 54px;
}

.pages #company_movie .btn_primary {
    max-width: 460px;
    height: 100px;
    margin: 0 auto;
}

.pages #company_movie .btn_primary a {
    font-size: 22px;
    border-radius: 50px;
    border-width: 2px;
}

.pages #company_movie .btn_primary .icon {
    width: 80px;
    height: 80px;
}

.pages #corporate_philosophy {
    background-image: url(../images/top/idx_numbers_bg.png);
    background-repeat: repeat;
    padding: 120px 0 0;
}

.pages #corporate_philosophy .philosophy_block {
    margin-bottom: 600px;
    position: relative;
    z-index: 1;
}

.pages #corporate_philosophy .philosophy_block:nth-child(2) {
    margin-bottom: 132px;
}

.pages #corporate_philosophy h3.pages_mainttl {
    margin-bottom: 152px;
}

.pages #corporate_philosophy .philosophy_title {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.78;
    color: var(--white-color);
    margin-bottom: 22.933vw;
}

.pages #corporate_philosophy .philosophy_title span {
    letter-spacing: 0.03em;
    line-height: 1.5;
    padding: 0 6px 2px;
    margin-bottom: 4px;
}

.pages #corporate_philosophy .philosophy_title.title02 {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 42px;
}

.pages #corporate_philosophy .philosophy_title.title02 span {
    line-height: 1.4;
    padding-bottom: 1px;
    margin-bottom: 9px;
}

.pages #corporate_philosophy .philosophy_title span:last-child {
    margin-bottom: 0;
}

.pages #corporate_philosophy .philosophy_txt {
    width: 53.6vw;
    max-width: 670px;
    font-weight: 700;
    line-height: 2.1875;
    letter-spacing: 0.03em;
    text-align: justify;
    margin-left: auto;
    position: relative;
}

.pages #corporate_philosophy .philosophy_txt::after {
    position: absolute;
    content: '';
    background: url(../images/company/corporate_emp01.png) no-repeat;
    background-size: contain;
    width: 11.23vw;
    max-width: 115px;
    height: 29.297vw;
    max-height: 300px;
    right: 90px;
    bottom: -351px;
    pointer-events: none;
}

.pages #corporate_philosophy .philosophy_gallery {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.pages #corporate_philosophy .philosophy_gallery .item_image {
    position: relative;
}

.pages #corporate_philosophy .philosophy_gallery .item_image img {
    width: 100%;
}

.pages #corporate_philosophy .philosophy_gallery .image01 {
    width: 54.8vw;
    margin-left: auto;
    top: 140px;
}

.pages #corporate_philosophy .philosophy_gallery .image02 {
    width: 34.067vw;
    position: relative;
    left: 50px;
}

.pages #corporate_philosophy .philosophy_gallery .image03 {
    width: 13.333vw;
    top: -8vw;
    left: 21vw;
}

.pages #corporate_philosophy .philosophy_gallery .image04 {
    width: 23.333vw;
    top: -22vw;
    left: 44%;
}

.pages #corporate_philosophy .corporate_chart {
    text-align: center;
}

.pages #corporate_philosophy .corporate_chart.fadeup-scale {
    transform-origin: center center;
    will-change: transform, opacity;
}

.pages #corporate_philosophy .corporate_gallery {
    display: flex;
}

.pages #corporate_philosophy .corporate_gallery .image {
    width: calc(100% / 3);
    height: 25vw;
}

.pages #corporate_philosophy .corporate_gallery .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #company_charm {
    background: var(--blue-color);
    padding: 178px 0 198px;
    position: relative;
}

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

.pages #company_charm .pages_mainttl {
    color: var(--white-color);
    margin-bottom: 37px;
}

.pages #company_charm .pages_mainttl span.en {
    color: var(--white-color);
}

.pages #company_charm .pages_mainttl span.en span::after {
    background: var(--white-color);
}

.pages #company_charm .company_charm_txt {
    width: 57.083vw;
    max-width: 685px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.94;
    color: var(--white-color);
    text-align: justify;
    margin-bottom: 54px;
}

.pages #company_charm .company_charm_list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: var(--white-color);
    border-radius: 50px;
    padding: 79px 0 77px;
    position: relative;
}

.pages #company_charm .company_charm_list::before {
    position: absolute;
    content: '';
    background: url(../images/company/company_charm_emp01.png) no-repeat;
    background-size: contain;
    width: 23.467vw;
    max-width: 352px;
    height: 18.267vw;
    max-height: 274px;
    top: -273px;
    right: 97px;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pages #company_charm .company_charm_list.is-image::before {
    opacity: 1;
    transform: translateY(0);
}

.pages #company_charm .charm_card {
    width: 94%;
    max-width: 1080px;
    display: flex;
    border-radius: 10px;
    background: #F2F2F2;
    margin: 0 auto;
    overflow: hidden;
}

.pages #company_charm .charm_tag {
    width: 100%;
    max-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
    letter-spacing: 0.05em;
    margin-bottom: 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.pages #company_charm .charm_wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    padding: 45px 45px;
    flex: 1;
}

.pages #company_charm .charm_image {
    width: 36.522vw;
    max-width: 420px;
    height: 24.348vw;
    max-height: 280px;
    background: var(--white-color);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.pages #company_charm .charm_image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 11px solid var(--white-color);
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3;
}

.pages #company_charm .charm_image figure {
    width: 100%;
    height: 100%;
    position: relative;
}

.pages #company_charm .charm_image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}

.pages #company_charm .charm_component {
    width: 100%;
    flex: 1;
}

.pages #company_charm .charm_component .charm_title {
    line-height: 1.05;
    margin-bottom: 18px;
    clip-path: inset(0 100% 0 0);
    will-change: clip-path;
}

.pages #company_charm .charm_component .charm_title .main {
    font-family: var(--NicoKaku-font);
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--blue-color);
    background-image: linear-gradient(to right, transparent 50%, var(--blue-color) 50%);
    background-size: 200% 10%;
    background-position: -100% 100%;
    background-repeat: repeat-x;
}

.pages #company_charm .charm_component .charm_title .main span {
    font-size: 175%;
    letter-spacing: 0.05em;
}

.pages #company_charm .charm_component .charm_title .main span.en {
    font-weight: 700;
}

.pages #company_charm .charm_component .charm_frame {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    line-height: 2;
    text-align: justify;
    background: var(--white-color);
    border-radius: 10px;
    padding: 15px 19px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pages #company_charm .is-active .charm_component .charm_frame {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}

.pages #company_charm .charm_card:nth-child(5n + 1) .charm_tag {
    background: var(--orange-color);
}

.pages #company_charm .charm_card:nth-child(5n + 2) .charm_tag {
    background: var(--pink-color);
}

.pages #company_charm .charm_card:nth-child(5n + 3) .charm_tag {
    background: #007AFF;
}

.pages #company_charm .charm_card:nth-child(5n + 4) .charm_tag {
    background: #22B573;
}

.pages #company_charm .charm_card:nth-child(5n + 5) .charm_tag {
    background: var(--yellow-color);
}

.pages #company_charm .charm_emp {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
}

.pages #company_charm .emp02 {
    width: 16.133vw;
    max-width: 242px;
    top: 27.2%;
    right: 0;
}

.pages #company_charm .emp03 {
    width: 14.333vw;
    max-width: 215px;
    top: 46.5%;
    left: 0;
    transform: translateX(-30px);
}

.pages #company_charm .emp04 {
    width: 17.667vw;
    max-width: 265px;
    top: 64.7%;
    right: 0;
}

.pages #company_charm .emp02,
.pages #company_charm .emp04 {
    transform: translateX(30px);
}

.pages #company_charm .charm_emp.is-image {
    transform: translateX(0);
    opacity: 1;
}

.pages #company_charm .charm_balloon_title {
    /*    font-size: 270px;*/
    font-size: 18vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.852;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 0;
    opacity: .2;
    position: absolute;
    top: -21px;
    right: -30px;
    pointer-events: none;
}

.pages #company_charm .charm_balloon_title02 {
    /*    font-size: 220px;*/
    font-size: 14.667vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    color: var(--blue-color);
    text-shadow: -1px 0 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff;
    margin-bottom: 0;
    position: absolute;
    top: -10px;
    left: 0;
    pointer-events: none;
    opacity: .3;
}

.pages #company_engagement {
    background: #F2F2F2;
    padding: 120px 0 124px;
}

.pages #company_engagement .pages_mainttl {
    margin-bottom: 46px;
}

.pages #company_engagement .company_engagement_title {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.03em;
    color: var(--blue-color);
    margin-bottom: 25px;
}

.pages #company_engagement .company_engagement_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 45px;
}

.pages #company_engagement .company_engagement_txt {
    width: 100%;
    max-width: 750px;
    font-weight: 700;
    line-height: 2.1875;
    text-align: justify;
    flex: 1;
}

.pages #company_engagement .company_engagement_wrap figure {
    width: 37.598vw;
    max-width: 385px;
}

.pages #company_engagement .company_engagement_frame {
    width: 100%;
    background: var(--white-color);
    border-radius: 50px;
    padding: 112px 0 89px;
}

.pages #company_engagement .company_engagement_list {
    width: 94%;
    max-width: 1050px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;
}

.pages #company_engagement .engagement_item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 23px;
}

.pages #company_engagement .engagement_item .engagement_image {
    width: 100%;
    height: 31.455vw;
    max-height: 374px;
    border-radius: 10px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

.pages #company_engagement .engagement_item .engagement_image figure {
    width: 100%;
    height: 100%;
}

.pages #company_engagement .engagement_item .engagement_image figure a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pages #company_engagement .engagement_item .engagement_image figure img {
    max-width: inherit;
    height: 100%;
    border-radius: 10px;
    transform: scale(1.05);
}

.pages#company .vbox-backdrop {
    background: rgba(255, 255, 255, 0.9) !important;
}

.pages#company .vbox-content {
    padding: 20px 10%;
}

.pages#company .vbox-child {
    width: 100%;
    max-width: 900px !important;
    height: 53.619vw;
    max-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none !important;
    padding: 5px 5px;
    box-shadow: 0 0;
}

.pages#company .vbox-child img {
    max-height: 100%;
    flex-shrink: 0;
}

.pages#company .vbox-next,
.pages#company .vbox-prev {
    width: 30px;
    height: 30px;
}

.pages#company .vbox-next {
    right: calc(50% - 485px);
}

.pages#company .vbox-prev {
    left: calc(50% - 500px);
}

.pages#company .vbox-next span,
.pages#company .vbox-prev span {
    width: 100%;
    height: 100%;
    border: 3px solid var(--blue-color);
    border-left: 0;
    border-top: 0;
    position: relative;
    top: auto;
}

.pages#company .vbox-next span {
    transform: rotate(315deg);
}

.pages#company .vbox-prev span {
    transform: rotate(135deg);
}

.pages#company .vbox-close {
    font-size: 30px;
    color: var(--blue-color);
    padding: 0 0;
    top: 2vw;
    right: 2vw;
}

.reveal-bg {
    width: 100%;
    height: 100%;
    background: var(--blue-color);
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.reveal-photo {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    clip-path: inset(100% 0 0 0);
}

.pages #company_engagement .engagement_item h5 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.67;
    color: var(--blue-color);
    text-align: center;
}

.pages #company_info {
    padding-bottom: 100px;
    position: relative;
}

.pages #company_info::after {
    position: absolute;
    content: '';
    background-image: url(../images/company/company_info_slogan.png);
    background-repeat: repeat-x;
    background-size: 1984px 100%;
    width: 100vw;
    height: 37px;
    bottom: 28px;
    left: 0;
    transition: all 1s linear;
    animation: company_info_slogan 40s linear infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes company_info_slogan {
    0% {
        background-position: 1984px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes company_info_slogan_sp {
    0% {
        background-position: 1341px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages #company_info .company_info_cover {
    background: var(--blue-color);
    padding: 40px 0;
    position: relative;
}

.pages #company_info .company_info_cover::after {
    position: absolute;
    content: '';
    background: url(../images/company/company_info_emp01.png) no-repeat;
    background-size: contain;
    width: 12vw;
    max-width: 180px;
    height: 22.867vw;
    max-height: 343px;
    right: 94px;
    bottom: 0;
}

.pages #company_info .company_info_cover .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 95px;
    padding-right: 2%;
    z-index: 1;
}

.pages #company_info .company_info_title {
    font-family: var(--NicoKaku-font);
    font-size: 42px;
    font-weight: 400;
    line-height: 1.58;
    color: var(--white-color);
    margin-bottom: 9px;
}

.pages #company_info .company_info_title span {
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 2px 3px;
}

.pages #company_info .company_info_title .lfsize {
    font-size: 166.66%;
    line-height: 0.9;
}

.pages #company_info .company_info_notes {
    font-weight: 900;
    color: var(--white-color);
}

.pages #company_info .info_link {
    width: 100%;
    max-width: 437px;
}

.pages #company_info .info_link ul li {
    width: 100%;
    height: 135px;
    margin-bottom: 10px;
}

.pages #company_info .info_link ul li:last-child {
    margin-bottom: 0;
}

.pages #company_info .info_link ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--white-color);
    border-radius: 10px;
    padding: 0 88px 0 31px;
    position: relative;
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.pages #company_info .info_link ul li .info_link_title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 0;
}

.pages #company_info .info_link ul li .info_link_title span {
    display: block;
    font-size: 16px;
}

.pages #company_info .info_link ul li a i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    position: absolute;
    top: 50%;
    right: 41px;
    transform: translateY(-50%);
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.pages #company_info .info_link ul li a i svg path {
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.pages #company_info .info_link ul li:nth-child(1) a {
    background: var(--orange-color);
}

.pages #company_info .info_link ul li:nth-child(2) a {
    background: var(--pink-color);
}

.pages #company_info .info_link ul li:nth-child(3) a {
    background: #03ABFF;
}

.pages #company_info .company_info_bg {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pages #company_info .company_info_bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--yellow-color);
    opacity: .7;
    top: 0;
    left: 0;
}

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

/* ------------------------------------------------------
p_business
------------------------------------------------------ */
.pages .p_business {
    padding-bottom: 120px;
}

.pages .p_business #p_mainvisual .under_mvlogo::before {
    background-image: url(../images/business/under_mvlogo.png);
    background-size: 1477px 100%;
    animation-name: business_name;
}

@keyframes business_name {
    0% {
        background-position: 1477px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes business_name_sp {
    0% {
        background-position: 806px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages #business_info {
    background: #f2f2f2;
    padding: 111px 0 124px;
}

.pages #business_support h3.pages_mainttl {
    margin-bottom: 0;
}

.pages #business_support .business_support_frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.pages #business_support .business_support_txt {
    width: 100%;
    font-weight: 500;
    line-height: 2.1875;
    text-align: justify;
    flex: 1;
}

.pages #business_support .business_support_txt p {
    letter-spacing: 0.1em;
}

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

.pages #business_info .business_info_headline {
    margin-top: 83px;
    margin-bottom: 74px;
}

.pages #business_info .business_info_title_jp {
    font-family: var(--NicoKaku-font);
    font-size: 8.28vw;
    letter-spacing: 0;
    line-height: 1;
    color: var(--blue-color);
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
}

.pages #business_info .business_info_title_en {
    margin-top: -2.067vw;
}

.pages #business_info .business_info_wrap .inner {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    z-index: 1;
}

.pages #business_info .info_chart {
    width: 100%;
    max-width: 840px;
    position: relative;
    flex: 1;
}

.pages #business_info .info_chart_center {
    width: 255px;
    max-width: 255px;
    height: 255px;
    max-height: 255px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--blue-color);
    text-align: center;
    border-radius: 50%;
    background: var(--yellow-color);
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pages #business_info .info_chart_center::before {
    position: absolute;
    content: '';
    background: url(../images/business/chart_arrow.png) no-repeat;
    background-size: contain;
    width: 386px;
    max-width: 386px;
    height: 380px;
    max-height: 380px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.pages #business_info .info_chart_center figure {
    width: 100%;
    max-width: 115px;
    margin: 0 auto 8px;
}

.pages #business_info .info_chart_center h4 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.pages #business_info .info_chart_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 65px;
}

.pages #business_info .info_chart_list li {
    width: calc((100% - 65px) / 2);
    counter-increment: numchart;
}

.pages #business_info .info_chart_list li .chart_frame {
    width: 212px;
    max-width: 212px;
    height: 212px;
    max-height: 212px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--blue-color);
    position: relative;
}

.pages #business_info .info_chart_list li .chart_frame::before,
.pages #business_info .info_chart_list li .chart_frame::after {
    position: absolute;
    content: '';
    border-radius: 50%;
    background: #ccdaea;
    top: 50%;
    left: 50%;
    pointer-events: none;
    z-index: -2;
}

.pages #business_info .info_chart_list li .chart_frame::before {
    width: 100%;
    height: 100%;
    animation: ripple 2s linear infinite;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@keyframes ripple {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    80% {
        opacity: .7;
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.3);
    }
}

.pages #business_info .info_chart_list li .chart_frame::after {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
}

.pages #business_info .info_chart_list li figure {
    margin-bottom: 5px;
}

.pages #business_info .info_chart_list li h4 {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--yellow-color);
    text-align: center;
}

.pages #business_info .info_chart_list li h4::before {
    display: block;
    content: counter(numchart, decimal-leading-zero);
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 6px;
}

.pages #business_info .info_chart_list li:nth-child(1) .chart_frame,
.pages #business_info .info_chart_list li:nth-child(4) .chart_frame {
    margin-left: auto;
}

.pages #business_info .info_chart_list li:nth-child(3),
.pages #business_info .info_chart_list li:nth-child(4) {
    margin-top: -58px;
}

.pages #business_info .info_chart_list li:nth-child(5),
.pages #business_info .info_chart_list li:nth-child(6) {
    margin-top: -5px;
}

.pages #business_info .info_chart_list li:nth-child(5) {
    padding-left: 60px;
}

.pages #business_info .info_chart_list li:nth-child(6) {
    padding-right: 66px;
}

.pages #business_info .info_chart_list li:nth-child(6) .chart_frame {
    margin-left: auto;
}

.pages #business_info .info_chart_list li:nth-child(7) {
    margin-top: -160px;
}

.pages #business_info .info_chart_list li:nth-child(7) .chart_frame {
    margin: 0 auto;
}

.pages #business_info .info_contents {
    width: 100%;
    max-width: 300px;
    padding-top: 7px;
}

.pages #business_info .info_contents dl {
    text-align: justify;
    margin-bottom: 25px;
    counter-increment: num;
}

.pages #business_info .info_contents dl:last-child {
    margin-bottom: 0;
}

.pages #business_info .info_contents dl dt {
    font-size: 18px;
    font-weight: 700;
    color: var(--blue-color);
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.pages #business_info .info_contents dl dt::before {
    content: counter(num, decimal-leading-zero) ".";
    font-size: 22px;
    letter-spacing: 0;
    margin-right: 11px;
}

.pages #business_info .info_contents dl dd {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.73;
    text-align: justify;
}

.pages #business_info .btn_primary {
    margin: 90px auto 0;
}

.pages #business_service {
    padding: 140px 0 150px;
}

.pages #business_service .pin_el {
    width: 100%;
    display: flex;
}

.pages #business_service .business_service_slider {
    width: 50%;
    height: 100vh;
}

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

.pages #business_service .business_service_headline {
    width: 50%;
    padding: 50px 65px;
}

.pages #business_service h3.pages_mainttl {
    margin-bottom: 55px;
}

.pages #business_service .our_service_list li {
    width: 100%;
    height: 120px;
}

.pages #business_service .our_service_list li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
}

.pages #business_service .our_service_list li:first-child a {
    border-top: 1px solid #ccc;
}

.pages #business_service .our_service_list li h4 {
    width: 100%;
    position: relative;
    flex: 1;
}

.pages #business_service .our_service_list li h4 .title {
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.pages #business_service .our_service_list li .hashtag {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: var(--blue-color);
    white-space: nowrap;
    position: absolute;
    bottom: -21px;
    left: 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.pages #business_service .our_service_list li .text_link {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: -0.025em;
    color: var(--blue-color);
    transition: all .3s ease;
}

.pages #business_service .our_service_list li .text_link .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--blue-color);
    margin-left: 12px;
    position: relative;
    transition: all .3s ease;
}

.pages #business_service .our_service_list li .text_link .icon::before {
    position: absolute;
    content: '';
    background: url(../images/business/service_arrow.svg) no-repeat;
    background-size: contain;
    width: 8px;
    height: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pages #business_service_wrap {
    background: #f2f2f2;
    padding: 120px 0 225px;
    position: relative;
}

.pages #business_service_wrap::before,
.pages #business_service_wrap::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.pages #business_service_wrap::before {
    background: var(--blue-color);
    width: 100%;
    height: 550px;
}

.pages #business_service_wrap::after {
    background-image: url(../images/business/support_slogan.png);
    background-repeat: repeat-x;
    background-size: 2905px 100%;
    width: 100vw;
    height: 132px;
    transition: all 1s linear;
    animation: support_slogan 40s linear infinite;
    z-index: 1;
}

@keyframes support_slogan {
    0% {
        background-position: 2250px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes support_slogan_sp {
    0% {
        background-position: 1100px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages #business_service_wrap .inner {
    max-width: 1250px;
}

.pages #business_service_wrap .service_list .service_card {
    width: 100%;
    min-height: 550px;
    display: flex;
    border-radius: 50px;
    background: var(--white-color);
    margin-bottom: 60px;
    overflow: hidden;
}

.pages #business_service_wrap .service_list .service_card:nth-child(even) {
    flex-direction: row-reverse;
}

.pages #business_service_wrap .service_list .service_card:last-child {
    margin-bottom: 0;
}

.pages #business_service_wrap .service_card .card_component {
    width: 50%;
    display: flex;
    align-items: center;
}

.pages #business_service_wrap .service_card .card_component .card_frame {
    width: 94%;
    max-width: 505px;
    margin: 0 auto;
}

.pages #business_service_wrap .service_card .card_component h4 {
    font-size: 26px;
    color: var(--blue-color);
    margin-bottom: 34px;
}

.pages #business_service_wrap .service_card .card_component .card_txt {
    font-weight: 500;
    line-height: 2.1875;
    text-align: justify;
}

.pages #business_service_wrap .service_card .card_component .card_txt p {
    letter-spacing: 0.1em;
}

.pages #business_service_wrap .service_card .card_image {
    width: 50%;
}

.pages #business_service_wrap .service_card .card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------------------------------------------------
p_people
------------------------------------------------------ */
.pages .p_people #p_mainvisual .under_mvlogo::before {
    background-image: url(../images/people/under_mvlogo.png);
    background-size: 1363px 100%;
    animation-name: people_name;
}

@keyframes people_name {
    0% {
        background-position: 1363px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes people_name_sp {
    0% {
        background-position: 743px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages #people_wrap {
    background-image: url(../images/top/idx_numbers_bg.png);
    background-repeat: repeat;
    padding: 113px 0 114px;
}

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

.pages #people_wrap .people_list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.pages #people_wrap .people_card {
    width: calc((100% - 70px) / 3);
    margin-bottom: 65px;
}

.pages #people_wrap .people_card .balloon {
    width: 100%;
    max-width: 353px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: var(--blue-color);
    border-radius: 65px;
    background: var(--white-color);
    border: 2px solid var(--blue-color);
    padding: 0 40px;
    margin: 0 auto 18px;
    position: relative;
}

.pages #people_wrap .people_card .balloon::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 44px solid var(--blue-color);
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.pages #people_wrap .people_card .balloon span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.pages #people_wrap .people_card a {
    width: 100%;
    height: 39.468vw;
    max-height: 504px;
    display: flex;
    align-items: flex-end;
    border-radius: 50px;
    padding: 32px 29px 40px;
    position: relative;
    overflow: hidden;
}

.pages #people_wrap .people_card .branch_name {
    min-width: 120px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white-color);
    text-align: center;
    background: var(--blue-color);
    border-radius: 18px;
    padding: 0 5px;
    margin-left: auto;
}

.pages #people_wrap .people_card .card_profile {
    margin-right: 60px;
}

.pages #people_wrap .people_card .card_name span {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--blue-color);
    background: var(--white-color);
    padding: 0 5px;
}

.pages #people_wrap .people_card .department_name li {
    margin-bottom: 5px;
}

.pages #people_wrap .people_card .department_name li:last-child {
    margin-bottom: 0;
}

.pages #people_wrap .people_card .department_name span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--blue-color);
    background: var(--white-color);
    padding: 0 5px 1px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.pages #people_wrap .people_card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    margin-bottom: 0;
    position: absolute;
    bottom: 40px;
    right: 28px;
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    z-index: 1;
    pointer-events: none;
}

.pages #people_wrap .people_card .icon svg path {
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.pages #people_wrap .people_card .card_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.pages #people_wrap .people_card .card_image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .2;
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    z-index: 1;
}

.pages #people_wrap .people_card .card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

#people #footer {
    padding-top: 321px;
}

.pages #people_contents {
    padding: 220px 0 109px;
}

.pages #people_contents .inner {
    max-width: 1000px;
}

.pages #people_contents .pages_mainttl {
    margin-bottom: 30px;
}

.pages #people_contents .staff_introduction {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.55;
    text-align: justify;
    margin-bottom: 66px;
}

.pages #people_contents .staff_profile {
    width: 100%;
    min-height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 50px;
    padding: 45px 50px 50px;
    margin-bottom: 66px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pages #people_contents .staff_profile .staff_profile_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 2.5;
    color: var(--white-color);
}

.pages #people_contents .staff_profile .staff_profile_title p {
    display: inline;
    padding: 10px 15px;
    background: var(--blue-color);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.pages #people_contents .staff_profile .staff_profile_component {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    color: var(--blue-color);
    background: var(--white-color);
    padding: 0 15px;
    margin-left: auto;
}

.pages #people_contents .staff_profile .staff_name {
    font-size: 40px;
    letter-spacing: -0.025em;
}

.pages #people_contents .staff_profile .department_name {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.pages #people_contents .staff_profile .department_name li {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

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

.pages #people_contents .staff_profile .staff_profile_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #people_contents .staff_section {
    margin-bottom: 94px;
}

.pages #people_contents .staff_section:last-child {
    margin-bottom: 0;
}

.pages #people_contents .staff_section h5.title {
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.6875;
    color: var(--blue-color);
    border-bottom: 1px solid var(--blue-color);
    padding-bottom: 28px;
    margin-bottom: 40px;
}

.pages #people_contents .staff_section .contents_detail {
    font-weight: 500;
    text-align: justify;
}

.pages #people_contents .staff_section .contents_detail p {
    line-height: 2.1875;
    letter-spacing: 0.1em;
}

.pages #people_contents .staff_section .contents_detail p:not(:last-child) {
    margin-bottom: 35px;
}

.pages #people_contents .staff_section .staff_gallery {
    width: 100%;
    margin-top: 107px;
}

.pages #people_contents .staff_section .staff_gallery li {
    width: 100%;
}

.pages #people_contents .staff_section .staff_gallery li img {
    width: 100%;
}

.pages #people_contents .staff_section .staff_gallery.col2 {
    display: flex;
    gap: 40px;
}

.pages #people_contents .staff_section .staff_gallery.col2 li {
    width: calc((100% - 40px) / 2);
    height: 30.075vw;
    max-height: 320px;
}

.pages #people_contents .staff_section .staff_gallery.col2 li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #people_schedule {
    background: var(--blue-color);
    padding: 107px 0 130px;
}

.pages #people_schedule .inner {
    max-width: 1000px;
}

.pages #people_schedule .pages_mainttl {
    color: var(--white-color);
    margin-bottom: 68px;
}

.pages #people_schedule .pages_mainttl span.en {
    color: var(--white-color);
}

.pages #people_schedule .pages_mainttl span.en span::after {
    background: var(--white-color);
}

.pages #people_schedule .people_schedule_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pages #people_schedule .people_schedule_list dl {
    width: 100%;
    min-height: 245px;
    background: var(--white-color);
    border-radius: 50px;
    border: 10px solid #ccc;
    padding: 29px 60px 42px;
}

.pages #people_schedule .people_schedule_list dl dt {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--blue-color);
    margin-bottom: 18px;
}

.pages #people_schedule .people_schedule_list dl dt span {
    font-size: 157.14%;
    letter-spacing: 0;
    margin-right: 31px;
    position: relative;
    top: 3px;
}

.pages #people_schedule .people_schedule_list dl dt span::before {
    position: relative;
    content: '';
    display: inline-block;
    background: url(../images/common/icon_clock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 47px;
    margin-right: 17px;
    top: 8px;
}

.pages #people_schedule .people_schedule_list dl dd {
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.1875;
    text-align: justify;
}

.pages #other_people {
    padding: 106px 0 150px;
}

.pages #other_people .inner {
    max-width: 1400px;
}

.pages #other_people .pages_mainttl {
    color: var(--blue-color);
    text-align: center;
    margin-bottom: 72px;
}

.pages #other_people .other_people_control {
    margin-bottom: 88px;
    position: relative;
}

.pages #other_people .other_people_list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.pages #other_people .swiper-slide a {
    width: 100%;
    height: 39.468vw;
    max-height: 504px;
    display: flex;
    align-items: flex-end;
    border-radius: 50px;
    padding: 32px 29px 40px;
    position: relative;
    overflow: hidden;
}

.pages #other_people .swiper-slide .branch_name {
    min-width: 120px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white-color);
    text-align: center;
    background: var(--blue-color);
    border-radius: 18px;
    padding: 0 5px;
    margin-left: auto;
}

.pages #other_people .swiper-slide .card_profile {
    margin-right: 60px;
}

.pages #other_people .swiper-slide .card_name span {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--blue-color);
    background: var(--white-color);
    padding: 0 5px;
}

.pages #other_people .swiper-slide .department_name li {
    margin-bottom: 5px;
}

.pages #other_people .swiper-slide .department_name li:last-child {
    margin-bottom: 0;
}

.pages #other_people .swiper-slide .department_name span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--blue-color);
    background: var(--white-color);
    padding: 0 5px 1px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.pages #other_people .swiper-slide .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    margin-bottom: 0;
    position: absolute;
    bottom: 40px;
    right: 28px;
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    z-index: 1;
    pointer-events: none;
}

.pages #other_people .swiper-slide .icon svg path {
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.pages #other_people .swiper-slide .card_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.pages #other_people .swiper-slide .card_image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .2;
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    z-index: 1;
}

.pages #other_people .swiper-slide .card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.pages #other_people .swiper-button-next,
.pages #other_people .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--blue-color);
    border: 1px solid var(--blue-color);
    margin: 0 0;
    top: 50%;
    transform: translateY(-50%);
}

.pages #other_people .swiper-button-next:after,
.pages #other_people .swiper-button-prev:after {
    position: absolute;
    content: '';
    background: url(../images/common/icon_next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pages #other_people .swiper-button-prev:after {
    transform: translate(-50%, -50%) rotate(-180deg);
}

.pages #other_people .swiper-button-next {
    right: 0;
}

.pages #other_people .swiper-button-prev {
    left: 0;
}

.pages #other_people .btn_primary {
    margin: 0 auto;
}

/* ------------------------------------------------------
p_talk
------------------------------------------------------ */
.pages .p_talk #p_mainvisual .under_mvlogo::before {
    background-image: url(../images/talk/under_mvlogo.png);
    background-size: 2084px 100%;
    animation-name: talk_name;
}

@keyframes talk_name {
    0% {
        background-position: 2084px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes talk_name_sp {
    0% {
        background-position: 1137px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages .p_talk #content {
    padding-bottom: 180px;
}

/* ------------------------------------------------------
p_training
------------------------------------------------------ */
.pages .p_training #p_mainvisual .under_mvlogo::before {
    background-image: url(../images/training/under_mvlogo.png);
    background-size: 3224px 100%;
    animation-name: training_name;
}

@keyframes training_name {
    0% {
        background-position: 3224px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes training_name_sp {
    0% {
        background-position: 1759px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages #training_keyword {
    padding: 112px 0 100px;
}

.pages #training_keyword h3.pages_mainttl {
    margin-bottom: 0;
}

.pages #training_keyword .keyword_list {
    width: 100%;
    max-width: 1500px;
    margin: 83px auto 0;
}

.pages #training_keyword .keyword_list .keyword_card {
    width: 90vw;
    max-width: 1350px;
    min-height: 504px;
    color: var(--white-color);
    border-radius: 50px;
    padding: 50px 50px;
    margin-bottom: 50px;
    position: relative;
    counter-increment: num;
}

.pages #training_keyword .keyword_list .keyword_card::before {
    position: absolute;
    content: "KEYWORD "counter(num, decimal-leading-zero);
    font-family: var(--en-font);
    font-size: 50px;
    font-weight: 700;
    color: currentColor;
    top: -55px;
    right: 40px;
}

.pages #training_keyword .keyword_list .keyword_frame {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    position: relative;
    z-index: 1;
}

.pages #training_keyword .keyword_list .keyword_frame::after {
    position: absolute;
    content: '';
    font-family: var(--en-font);
    font-size: 280px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    color: var(--white-color);
    opacity: .16;
    bottom: -105px;
    left: -25px;
    pointer-events: none;
}

.pages #training_keyword .keyword_card .keyword_component {
    width: 100%;
    flex: 1;
    padding-top: 21px;
}

.pages #training_keyword .keyword_card .keyword_component h4 {
    font-family: var(--NicoKaku-font);
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}

.pages #training_keyword .keyword_card .keyword_component .item_list li {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-left: 14px;
    margin-bottom: 14px;
    position: relative;
}

.pages #training_keyword .keyword_card .keyword_component .item_list li:last-child {
    margin-bottom: 0;
}

.pages #training_keyword .keyword_card .keyword_component .item_list li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    top: 13px;
    left: 0;
}

.pages #training_keyword .keyword_card .keyword_image {
    width: 39.467vw;
    max-width: 592px;
    height: 26.933vw;
    max-height: 404px;
    background: var(--white-color);
    border-radius: 10px;
    padding: 14px 14px;
}

.pages #training_keyword .keyword_card .keyword_image figure {
    width: 100%;
    height: 100%;
}

.pages #training_keyword .keyword_card .keyword_image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(even) {
    margin-left: auto;
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(even)::before {
    right: auto;
    left: 35px;
}

.pages #training_keyword .keyword_list .keyword_card:last-child {
    margin-bottom: 0;
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(1) {
    background: var(--blue-color);
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(1)::before {
    color: var(--blue-color);
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(1) .keyword_frame::after {
    content: 'POSITIVE';
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(2) {
    z-index: 2;
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(2) .bg_color {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: var(--orange-color);
    position: absolute;
    top: 0;
    left: 0;
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(2)::before {
    color: var(--orange-color);
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(2)::after {
    position: absolute;
    content: '';
    background: url(../images/training/keyword_emp01.png) no-repeat;
    background-size: contain;
    width: 9.185vw;
    max-width: 124px;
    height: 32.593vw;
    max-height: 440px;
    top: -283px;
    right: 34px;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pages #training_keyword .keyword_list .keyword_card.is-image:nth-child(2)::after {
    opacity: 1;
    transform: translateY(0);
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(2) .keyword_frame::after {
    content: 'WISDOM';
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(3) {
    background: var(--pink-color);
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(3)::before {
    color: var(--pink-color);
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(3) .keyword_frame::after {
    content: 'STEADY';
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(4) {
    background: #03abff;
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(4)::before {
    color: #03abff;
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(4) .keyword_frame::after {
    content: 'TRUST';
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(5) {
    z-index: 2;
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(5) .bg_color {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #22b573;
    position: absolute;
    top: 0;
    left: 0;
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(5)::before {
    color: #22b573;
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(5)::after {
    position: absolute;
    content: '';
    background: url(../images/training/keyword_emp02.png) no-repeat;
    background-size: contain;
    width: 15.259vw;
    max-width: 206px;
    height: 28.148vw;
    max-height: 380px;
    top: -289px;
    left: 7px;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pages #training_keyword .keyword_list .keyword_card.is-image:nth-child(5)::after {
    opacity: 1;
    transform: translateY(0);
}

.pages #training_keyword .keyword_list .keyword_card:nth-child(5) .keyword_frame::after {
    content: 'SKILL';
}

.pages #training_edu {
    padding: 0 0 165px;
}

.pages #training_edu .inner {
    margin-top: -15.933vw;
}

.pages #training_edu .pages_mainttl {
    margin-bottom: 25px;
}

.pages #training_edu h4 {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.71;
    color: var(--blue-color);
    text-align: justify;
    margin-bottom: 35px;
}

.pages #training_edu .training_edu_frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-right: 40px;
    margin-bottom: 23px;
}

.pages #training_edu .training_edu_txt {
    width: 100%;
    font-weight: 500;
    line-height: 2.1875;
    flex: 1;
}

.pages #training_edu .training_edu_txt p {
    letter-spacing: 0.1em;
}

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

.pages #training_support {
    background: #f2f2f2;
    padding: 91px 0 123px;
}

.pages #training_support .training_support_headline {
    margin-bottom: 47px;
}

.pages #training_support .training_support_title_jp {
    font-family: var(--NicoKaku-font);
    font-size: 8.43vw;
    letter-spacing: 0;
    line-height: 1;
    color: var(--blue-color);
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
}

.pages #training_support .training_support_title_en {
    margin-top: -2.067vw;
}

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

.pages #training_support .training_support_txt {
    width: 100%;
    max-width: 500px;
    font-weight: 500;
    line-height: 2.1875;
    text-align: justify;
    padding-top: 40px;
}

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

.pages #training_support .training_support_frame {
    width: 52.5vw;
    max-width: 630px;
}

.pages #training_support .training_support_gallery {
    width: 100%;
    height: 35.833vw;
    max-height: 430px;
    border-radius: 10px;
    background: var(--white-color);
    padding: 15px 15px;
    margin-bottom: 13px;
}

.pages #training_support .training_support_slider {
    width: 100%;
    height: 100%;
}

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

.pages #training_support .training_support_frame .swiper-pagination {
    text-align: right;
    padding: 0 10px;
    position: relative;
}

.pages #training_support .training_support_frame .swiper-pagination-bullet {
    background: #ccc;
    margin: 0 6px 5px;
    opacity: 1;
}

.pages #training_support .training_support_frame .swiper-pagination-bullet-active {
    background: var(--main-color);
}

/* ------------------------------------------------------
p_welfare
------------------------------------------------------ */
.pages .p_welfare {
    background-image: url(../images/top/idx_numbers_bg.png);
    background-repeat: repeat;
}

.pages .p_welfare #p_mainvisual {
    background: none;
    z-index: 3;
}

.pages .p_welfare #p_mainvisual .under_mvlogo::before {
    background-image: url(../images/welfare/under_mvlogo.png);
    background-size: 3469px 100%;
    animation-name: welfare_name;
}

@keyframes welfare_name {
    0% {
        background-position: 3469px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes welfare_name_sp {
    0% {
        background-position: 1892px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages .p_welfare #catcher_intro {
    z-index: 2;
}

.pages #benefit_gallery {
    height: 66.007vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.pages #benefit_gallery::before {
    position: absolute;
    content: '';
    background-image: url(../images/welfare/benefit_gallery_slogan.png);
    background-repeat: repeat-x;
    background-size: 3210px 100%;
    width: 100vw;
    height: 123px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 1s linear;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: benefit_gallery_slogan;
    pointer-events: none;
    z-index: 1;
}

@keyframes benefit_gallery_slogan {
    0% {
        background-position: 3210px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes benefit_gallery_slogan_sp {
    0% {
        background-position: 1566px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages #benefit_gallery::after {
    position: absolute;
    content: '';
    background: url(../images/welfare/benefit_gallery_emp01.png) no-repeat;
    background-size: contain;
    width: 14.538vw;
    max-width: 189px;
    height: 17.462vw;
    max-height: 227px;
    top: calc(50% + 138px);
    right: 78px;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.pages #benefit_gallery .image_item {
    position: absolute;
    z-index: -1;
    will-change: transform;
}

.pages #benefit_gallery .image_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pages #benefit_gallery .img01 {
    width: 32.145vw;
    top: 12.119vw;
    left: 0;
}

.pages #benefit_gallery .img02 {
    width: 19.736vw;
    top: 11.063vw;
    left: 47.6%;
    transform: translateX(-50%);
}

.pages #benefit_gallery .img03 {
    width: 33.993vw;
    top: 8.29vw;
    right: 0;
}

.pages #benefit_gallery .img04 {
    width: 22.31vw;
    top: 22.178vw;
    left: 45.5%;
    z-index: 0;
}

.pages #benefit_gallery .img05 {
    width: 22.904vw;
    top: 37.399vw;
    left: 20%;
}

.pages #benefit_gallery .img06 {
    width: 24.422vw;
    top: 44.396vw;
    right: 22.15%;
}

.pages #benefit_features {
    padding-bottom: 97px;
    margin-bottom: 117px;
    position: relative;
}

.pages #benefit_features::before {
    position: absolute;
    content: '';
    background: url(../images/welfare/benefit_features_emp01.png) no-repeat;
    background-size: contain;
    width: 15.231vw;
    max-width: 198px;
    height: 33.385vw;
    max-height: 434px;
    top: -357px;
    left: 50px;
    z-index: 2;
    pointer-events: none;
}

.pages #benefit_features::after {
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    background: #f2f2f2;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 0;
    right: 100px;
    pointer-events: none;
    transition: all .8s cubic-bezier(.15, 0, .25, 1);
    transform: scale(0, 1);
    transform-origin: left top;
}

.pages #benefit_features.is-active::after {
    transform: scale(1, 1);
}

.pages #benefit_features .inner {
    width: 88%;
}

.pages #benefit_features .benefit_features_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 151px 0 0;
    position: relative;
    z-index: 1;
}

.pages #benefit_features .feature_card {
    width: calc((100% - 60px) / 3);
    background: var(--white-color);
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 49px;
    will-change: opacity, transform;
}

.pages #benefit_features .feature_card .headline {
    padding: 28px 40px 27px;
}

.pages #benefit_features .feature_card figure {
    height: 11.926vw;
    max-height: 161px;
    margin-bottom: 16px;
}

.pages #benefit_features .feature_card figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pages #benefit_features .feature_card .card_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.33;
    color: var(--blue-color);
    text-align: center;
}

.pages #benefit_features .feature_card .card_txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.89;
    text-align: justify;
    border-top: 1px solid #dcdcdc;
    padding: 30px 40px 55px;
}

.pages #benefit_features .feature_card .card_txt p {
    letter-spacing: 0.025em;
}

.pages #benefit_features .benefit_features_notes {
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    padding-right: 33px;
    margin-top: -37px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pages #benefit_features .benefit_features_notes.is-active {
    opacity: 1;
    transform: translateY(0);
}

.pages #benefit_features .benefit_features_notes span {
    letter-spacing: 0;
    line-height: 1.75;
}

.pages #benefit_activity {
    padding: 0 0 161px 150px;
    position: relative;
}

.pages #benefit_activity::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 489px;
    background: #F2F2F2;
    border-radius: 50px;
    bottom: 71px;
    left: 100px;
    pointer-events: none;
}

.pages #benefit_activity .activity_gallery {
    position: relative;
    z-index: 1;
}

.pages #benefit_activity .activity_gallery .activity_gallery_slider {
    width: 100%;
    position: relative;
    padding-bottom: 48px;
    margin: 0 0 0 auto;
}

.pages #benefit_activity .activity_gallery .activity_gallery_slider .slide_item {
    width: auto;
    height: 42.969vw;
    max-height: 440px;
    margin: 0 10px;
}

.pages #benefit_activity .activity_gallery .activity_gallery_slider .slide_item img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.pages #benefit_activity .activity_gallery .slick-arrow {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: var(--blue-color);
    position: absolute;
    bottom: -53px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 5;
}

.pages #benefit_activity .activity_gallery .slick-arrow::before {
    position: absolute;
    content: '';
    background-image: url(../images/welfare/icon_next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pages #benefit_activity .activity_gallery .slick-arrow.slick-prev {
    left: 0;
}

.pages #benefit_activity .activity_gallery .slick-arrow.slick-prev::before {
    transform: translate(-50%, -50%) rotate(-180deg);
}

.pages #benefit_activity .activity_gallery .slick-arrow.slick-next {
    left: 48px;
}

.pages #benefit_activity .activity_gallery .slick-counter {
    font-family: var(--en-font);
    font-weight: 700;
    color: var(--blue-color);
    position: absolute;
    bottom: -50px;
    left: 113px;
}

.pages #benefit_activity .activity_gallery .slick-counter span {
    margin: 0 1px;
}

.pages #benefit_activity .activity_gallery .slider-progress {
    width: 120px;
    height: 2px;
    background: var(--white-color);
    position: absolute;
    bottom: 11px;
    left: 176px;
    overflow: hidden;
}

.pages #benefit_activity .activity_gallery .slider-progress .progress {
    width: 100%;
    height: 2px;
    background: var(--blue-color);
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

.pages #benefit_station {
    background: var(--blue-color);
    padding: 205px 0 173px;
    position: relative;
    overflow: hidden;
}

.pages #benefit_station::after {
    position: absolute;
    content: '';
    background: url(../images/welfare/benefit_station_emp02.png) no-repeat;
    background-size: contain;
    width: 38.379vw;
    max-width: 393px;
    height: 68.848vw;
    max-height: 705px;
    bottom: -480px;
    left: -80px;
    pointer-events: none;
}

.pages #benefit_station .benefit_station_frame {
    border-radius: 50px;
    background: var(--blue-color);
    border: 10px solid var(--white-color);
    padding: 63px 124px 65px;
    position: relative;
}

.pages #benefit_station .benefit_station_frame::before {
    position: absolute;
    content: '';
    background: url(../images/welfare/benefit_station_emp01.png) no-repeat;
    background-size: contain;
    width: 32.292vw;
    max-width: 248px;
    height: 30.208vw;
    max-height: 232px;
    top: -154px;
    right: 26px;
    pointer-events: none;
}

.pages #benefit_station .pages_mainttl {
    font-weight: 900;
    line-height: 2.2;
    color: var(--blue-color);
    text-align: center;
    margin-bottom: 53px;
}

.pages #benefit_station .pages_mainttl span {
    letter-spacing: 0.05em;
    padding: 13px 34px 15px;
    background: var(--white-color);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.pages #benefit_station .benefit_station_frame .benefit_station_list li {
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
    text-align: justify;
    padding-left: 15px;
    margin-bottom: 24px;
    position: relative;
}

.pages #benefit_station .benefit_station_frame .benefit_station_list li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    top: 16px;
    left: 0;
}

.pages #benefit_station .benefit_station_frame .benefit_station_list li:last-child {
    margin-bottom: 0;
}

.pages #catcher_welfare {
    background: var(--white-color);
}

.pages #catcher_welfare .welfare_media {
    width: 100%;
    height: 49.867vw;
    position: relative;
}

.pages #catcher_welfare .welfare_media::after {
    position: absolute;
    content: '';
    background-repeat: repeat-x;
    width: 100vw;
    height: 184px;
    bottom: 0;
    left: 0;
    transition: all 1s linear;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    pointer-events: none;
    z-index: 1;
}

.pages #catcher_welfare .welfare_image {
    /*
    width: 94%;
    max-width: 1200px;
*/
    width: 89.867vw;
    height: 100%;
    /*    margin: 0 auto;*/
    position: relative;
}

.pages #catcher_welfare .welfare_image .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(2);
    opacity: 0;
    overflow: hidden;
}

.pages #catcher_welfare .welfare_image .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}

.pages #catcher_welfare .welfare_block:nth-child(odd) .welfare_image {
    margin-left: auto;
}

.pages #catcher_welfare .welfare_block:nth-child(even) .welfare_image {
    margin-right: auto;
}

.pages #catcher_welfare .welfare_block.is-active .welfare_image .cover {
    filter: brightness(1);
    opacity: 1;
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.pages #catcher_welfare .welfare_block.is-active .welfare_image .cover img {
    transform: scale(1);
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.pages #catcher_welfare .welfare_component {
    width: 94%;
    max-width: 950px;
    padding: 59px 0 141px;
    margin: 0 auto;
}

.pages #catcher_welfare .welfare_component .welfare_title {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.68;
    color: var(--white-color);
    margin-bottom: 28px;
}

.pages #catcher_welfare .welfare_component .welfare_title span {
    letter-spacing: 0.03em;
    line-height: 1.38;
    padding: 0 6px 1px;
}

.pages #catcher_welfare .welfare_component .welfare_txt {
    font-weight: 700;
    line-height: 2.5;
    text-align: justify;
}

.pages #catcher_welfare .welfare_component .welfare_txt p {
    letter-spacing: 0.03em;
}

.pages #catcher_welfare .welfare_block:nth-child(1) .welfare_media::after {
    background-image: url(../images/welfare/welfare_block_slogan01.png);
    background-size: 8203px 100%;
    animation-name: welfare_block_slogan01;
    animation-duration: 80s;
}

@keyframes welfare_block_slogan01 {
    0% {
        background-position: 8203px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes welfare_block_slogan01_sp {
    0% {
        background-position: 2229px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages #catcher_welfare .welfare_block:nth-child(2) .welfare_media::after {
    background-image: url(../images/welfare/welfare_block_slogan02.png);
    background-size: 5985px 100%;
    animation-name: welfare_block_slogan02;
    animation-duration: 50s;
}

@keyframes welfare_block_slogan02 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 5985px 0;
    }
}

@keyframes welfare_block_slogan02_sp {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1626px 0;
    }
}

.pages #catcher_welfare .welfare_block:nth-child(3) .welfare_media::after {
    background-image: url(../images/welfare/welfare_block_slogan03.png);
    background-size: 3828px 100%;
    animation-name: welfare_block_slogan03;
}

@keyframes welfare_block_slogan03 {
    0% {
        background-position: 3828px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes welfare_block_slogan03_sp {
    0% {
        background-position: 1040px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages #catcher_welfare .welfare_block:nth-child(even) .welfare_image .cover {
    left: auto;
    right: 0;
}

/* ------------------------------------------------------
p_job
------------------------------------------------------ */
.pages .p_job #p_mainvisual .under_mvlogo::before {
    background-image: url(../images/job/under_mvlogo.png);
    background-size: 1492px 100%;
    animation-name: job_name;
}

@keyframes job_name {
    0% {
        background-position: 1492px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes job_name_sp {
    0% {
        background-position: 814px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.pages #work_location {
    padding: 111px 0 123px;
}

.pages #work_location .pages_mainttl {
    margin-bottom: 22px;
}

.pages #work_location .work_location_txt {
    font-weight: 500;
    line-height: 2.1875;
    text-align: justify;
    margin-bottom: 33px;
}

.pages #work_pickup {
    background: #f2f2f2;
    padding: 112px 0 0;
}

.pages #work_pickup .pages_mainttl {
    margin-bottom: 53px;
}

.pages #work_pickup .work_pickup_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.pages #work_pickup .work_pickup_list .work_pickup_item {
    width: calc((100% - 60px) / 3);
}

.pages #work_pickup .work_pickup_item a {
    width: 100%;
    height: 100%;
    display: block;
    background: var(--white-color);
    border: 1px solid #999;
    padding: 34px 34px 36px;
}

.pages #work_pickup .work_pickup_item a[href*="nolink"] {
    pointer-events: none;
}

.pages #work_pickup .work_pickup_item .branch_name {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white-color);
    background: var(--blue-color);
    padding: 2px 10px 3px;
    margin-bottom: 14px;
}

.pages #work_pickup .work_pickup_item .pickup_title {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 16px;
}

.pages #work_pickup .work_pickup_item .work_location {
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--blue-color);
    text-align: justify;
    border-top: 1px solid var(--blue-color);
    padding-top: 16px;
}

.pages #work_entry {
    background: #f2f2f2;
    padding: 113px 0 179px;
}

.pages #work_entry .pages_mainttl {
    margin-bottom: 22px;
}

.pages #work_entry .work_entry_txt {
    font-weight: 500;
    line-height: 2.1875;
    text-align: justify;
    margin-bottom: 79px;
}

.pages #work_entry .work_entry_link {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.pages #work_entry .work_entry_link .btn_primary {
    width: calc((100% - 40px) / 2);
    max-width: 100%;
    height: 140px;
    margin-bottom: 0;
}

.pages #work_entry .work_entry_link .btn_primary a {
    font-size: 30px;
    letter-spacing: 0.1em;
    border-radius: 70px;
    border-width: 3px;
    padding-left: 50px;
}

.pages #work_entry .work_entry_link .btn_primary .icon {
    width: 100px;
    height: 100px;
    right: 18px;
}

.pages #work_entry .work_entry_link .btn_primary .icon .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 4px;
}

.pages #work_entry .work_entry_link .btn_primary .icon .arrow01 .cls-1 {
    stroke: var(--blue-color);
}

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

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

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