/* ------------------------------------------------------
content
------------------------------------------------------ */
.pages #main {
    padding-top: 150px;
    overflow: hidden;
}

.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 p:not(:last-child) {
    margin-bottom: 44px;
}

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

/* ------------------------------------------------------
h3 h4 h5 h6
------------------------------------------------------ */
.pages h3.under_title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
}

.pages h3.under_title span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--blue-color);
    margin-top: 9px;
}

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

/* ------------------------------------------------------
p_mainvisual
------------------------------------------------------ */
.pages #p_mainvisual {
    width: 100%;
    height: 480px;
}

.pages #p_mainvisual .under_mvcover {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 75px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pages #p_mainvisual .under_mvcover::before,
.pages #p_mainvisual .under_mvcover::after,
.pages #p_mainvisual .corner_decor::before,
.pages #p_mainvisual .corner_decor::after {
    position: absolute;
    content: '';
    background-image: url(../images/common/under_mv_decor01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 72px;
    height: 24px;
}

.pages #p_mainvisual .under_mvcover::before {
    top: 50%;
    left: -51px;
    transform: translateY(-50%) rotate(-90deg);
}

.pages #p_mainvisual .under_mvcover::after {
    top: 50%;
    right: -51px;
    transform: translateY(-50%) rotate(90deg);
}

.pages #p_mainvisual .inner {
    width: 100%;
    z-index: 1;
}

.pages #p_mainvisual h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--white-color);
}

.pages #p_mainvisual h2 span {
    display: block;
    font-size: 110px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-bottom: 14px;
}

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

.pages #p_mainvisual .under_mvcover_image::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

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

.pages #p_mainvisual .corner_decor::before {
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}

.pages #p_mainvisual .corner_decor::after {
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

.pages #p_mainvisual .corner_decor i {
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
}

.pages #p_mainvisual .corner_decor i.top_l {
    background-image: url(../images/common/top_l.png);
    top: -27px;
    left: -27px;
}

.pages #p_mainvisual .corner_decor i.top_r {
    background-image: url(../images/common/top_r.png);
    top: -27px;
    right: -26px;
}

.pages #p_mainvisual .corner_decor i.bottom_l {
    background-image: url(../images/common/bottom_l.png);
    bottom: -26px;
    left: -26px;
}

.pages #p_mainvisual .corner_decor i.bottom_r {
    background-image: url(../images/common/bottom_r.png);
    bottom: -26px;
    right: -26px;
}

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

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

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

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

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

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

.pages table th,
.pages table td {
    font-size: 15px;
    padding: 37px 19px;
    border-bottom: 1px solid #b3b3b3;
}

.pages table tr:first-child th,
.pages table tr:first-child td {
    border-top: 1px solid #b3b3b3;
}

.pages table th {
    font-weight: 500;
    vertical-align: top;
    text-align: left;
}

.pages table th p,
.pages table td p {
    line-height: 2;
}

.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;
    margin-top: 80px;
}

.pages .wp-pagenavi span,
.pages .wp-pagenavi a {
    font-family: var(--en-font);
    font-size: 24px;
    font-weight: 500;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background: none;
    border: 0;
    margin: 0 5px 10px;
    position: relative;
    transition: all .3s ease;
}

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

.pages .wp-pagenavi .current {
    font-weight: 500;
    color: var(--white-color);
    background: var(--blue-color);
    position: relative;
}

.pages .wp-pagenavi .extend {
    margin: 0 7px 10px;
}

.pages .wp-pagenavi a.previouspostslink,
.pages .wp-pagenavi a.nextpostslink {
    width: auto;
    height: auto;
}

.pages .wp-pagenavi a.nextpostslink::before,
.pages .wp-pagenavi a.previouspostslink::before {
    position: absolute;
    content: '';
    background: url(../images/common/icon_arrow.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 16px;
    top: 23px;
    right: 0;
    transition: all .25s ease;
}

.pages .wp-pagenavi a.nextpostslink {
    padding-right: 53px;
    margin-left: 40px;
}

.pages .wp-pagenavi a.previouspostslink {
    padding-left: 53px;
    margin-right: 40px;
}

.pages .wp-pagenavi a.previouspostslink::before {
    transform: rotate(-180deg);
    right: auto;
    left: 0;
}

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

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

.pages .media_back li {
    width: calc(100% / 3);
}

.pages .media_back li:not(.special-btn) {
    font-size: 14px;
    font-weight: 400;
}

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

.pages .media_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 .media_back li.prev-btn a i {
    background-image: url(../images/common/prev_icon.svg);
    margin-right: 16px;
}

.pages .media_back li.next-btn {
    text-align: right;
}

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

.pages .media_back li.special-btn {
    flex-shrink: 0;
}

.pages .media_back li.special-btn .btn_primary {
    margin: 0 auto;
}

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

.pages .btn_second {
    width: 100%;
    max-width: 600px;
    height: 90px;
    margin: 0 auto;
}

.pages .btn_second a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    color: var(--white-color);
    background: var(--blue-color);
    padding: 0 10px;
    transition: all .3s ease;
}

/* ------------------------------------------------------
p_news
------------------------------------------------------ */
.pages #news_filter {
    padding: 120px 0 20px;
}

.pages #news_filter .inner {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.pages #news_filter .archive_select {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
}

.pages #news_filter .filter_title {
    font-size: 15px;
    font-weight: 700;
    color: var(--blue-color);
    margin-right: 15px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.pages #news_filter .filter_select {
    width: 100%;
    max-width: 300px;
    height: 60px;
    position: relative;
}

.pages #news_filter .filter_select::before {
    position: absolute;
    content: '';
    background: url(../images/common/icon_filter.svg) no-repeat;
    background-size: contain;
    width: 21px;
    height: 14px;
    top: 52%;
    right: 19px;
    transform: translateY(-50%);
    pointer-events: none;
}

.pages #news_filter .archive_select select {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--blue-color);
    white-space: normal;
    border: 1px solid var(--blue-color);
    background: var(--white-color);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    padding: 0 50px 0 19px;
}

.pages #news_info {
    padding: 50px 0 170px;
}

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

.pages #news_info .news_list dl {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    background: #edf3f9;
    border-radius: 10px;
    padding: 36px 27px 35px;
    margin-bottom: 20px;
    cursor: pointer;
}

.pages #news_info .news_list dl:last-child {
    margin-bottom: 0;
}

.pages #news_info .news_list dl dt {
    width: 100%;
    max-width: 230px;
    display: flex;
}

.pages #news_info .news_list dl dt .date {
    width: 90px;
    display: inline-block;
    font-size: 14px;
    color: #808080;
    padding-top: 2px;
    flex-shrink: 0;
}

.pages #news_info .news_list dl dt .cate_group {
    font-size: 12px;
    font-weight: 500;
    color: var(--blue-color);
}

.pages #news_info .news_list dl dt .cate_group span {
    min-width: 124px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--blue-color);
    border-radius: 13px;
    padding: 0 5px;
    margin: 0 0 5px;
}

.pages #news_info .news_list dl dt .cate_group span:last-child {
    margin-bottom: 0;
}

.pages #news_info .news_list dl dd {
    width: 100%;
    flex: 1;
}

.pages #news_info .news_list dl dd a {
    transition: all .3s ease;
}

.pages #news_info .news_list dl dd a > span {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative;
}

.pages #news_info .news_list dl dd a > span span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.pages #news_info .news_list dl dd a > span::before {
    content: '';
    position: absolute;
    width: 101%;
    transform: scaleX(0);
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: var(--blue-color);
    transform-origin: bottom right;
    transition: transform .4s cubic-bezier(.86, 0, .07, 1)
}

.pages .media_wrap {
    padding: 111px 0 180px;
}

.pages .media_wrap .inner {
    max-width: 850px;
}

.pages .media_wrap .media_headline {
    border-bottom: 1px solid #ccc;
    padding: 0 0 45px;
    margin-bottom: 40px;
}

.pages .media_wrap .media_meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.pages .media_wrap .media_date {
    font-family: var(--en-font);
    font-size: 14px;
    letter-spacing: 0;
    color: #808080;
    margin: 5px 20px 5px 0;
}

.pages .media_wrap .media_meta .media_gr_cate span {
    min-width: 124px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--blue-color);
    text-align: center;
    border: 1px solid var(--blue-color);
    border-radius: 13px;
    padding: 0 5px;
    margin: 0 5px 5px 0;
}

.pages .media_wrap .media_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
}

.pages .media_wrap .contents_detail {
    margin-bottom: 110px;
}

/* ------------------------------------------------------
p_contact
------------------------------------------------------ */
.pages #contact_info {
    font-weight: 500;
    text-align: center;
    padding: 93px 0 84px;
}

.pages #contact_info .catcher_layout {
    background: #edf3f9;
    padding: 96px 0 216px;
}

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

.pages #contact_info .contact_info_txt {
    margin-bottom: 34px;
}

.pages #contact_info .btn_contact_mid {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 89px;
}

.pages #contact_info .btn_contact_mid li {
    width: 100%;
    max-width: 470px;
    height: 130px;
}

.pages #contact_info .btn_contact_mid li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: left;
    color: var(--white-color);
    background: var(--blue-color);
    padding: 0 75px 0 20px;
    position: relative;
    transition: all .3s ease;
}

.pages #contact_info .btn_contact_mid li a::after {
    position: absolute;
    content: '';
    background: url(../images/contact/icon_arrow.png) no-repeat;
    background-size: contain;
    width: 41px;
    height: 31px;
    top: 51%;
    right: 19px;
    transform: translateY(-49%);
}

.pages #contact_info .contact_info_notes {
    font-size: 14px;
    margin-bottom: 12px;
}

.pages #contact_info .contact_info_notes:last-child {
    margin-bottom: 0;
}

.pages #contact_info .contact_phone_no {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    color: var(--blue-color);
    margin-bottom: 13px;
}

.pages #contact_info .contact_phone_no a {
    font-size: 164.28%;
    letter-spacing: 0.04em;
    color: var(--blue-color);
    margin-left: 10px;
}

.pages #catcher_contact {
    text-align: center;
    padding: 110px 0 100px;
}

.pages #catcher_contact .catcher_contact_title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: var(--blue-color);
    margin-bottom: 31px;
}

.pages #catcher_contact .catcher_contact_txt {
    font-weight: 500;
}

.pages #contact_box {
    background: #edf3f9;
    padding: 130px 0;
}

.pages #contact_box .contact_layout {
    width: 94%;
    max-width: 1200px;
    background: var(--white-color);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    padding: 87px 0 140px;
    margin: 0 auto;
}

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

.pages #contact_box .required {
    display: inline-block;
    color: #ff0000;
}

.pages #contact_box .contact_form_note {
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
    text-align: right;
    margin-bottom: 6px;
}

.pages #contact_box .tb_contact .required {
    font-size: 12px;
    margin-left: 9px;
}

.pages #contact_box .tb_contact th {
    width: 26%;
    padding-top: 54px;
}

.pages #contact_box .input_custom,
.pages #contact_box .txt_custom {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.05em;
    background-color: transparent;
    color: var(--main-color);
    border: 1px solid #4d4d4d;
    padding: 8px 17px 10px;
}

.pages #contact_box .input_custom.date {
    max-width: 280px;
    padding-right: 40px;
}

.pages #contact_box .input_custom {
    height: 65px;
}

.pages #contact_box .txt_custom {
    height: 315px;
    text-align: justify;
    resize: none;
}

.pages #contact_box input::placeholder {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #ccc;
}

.pages #contact_box .tb_contact tr.shiryo_request td,
.pages #contact_box .tb_contact tr.field_checkbox td {
    padding-top: 54px;
    padding-bottom: 51px;
}

.pages #contact_box .wpcf7-list-item {
    letter-spacing: 0.05em;
    margin: 0 30px 5px 0;
}

.pages #contact_box #field-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 5px;
}

.pages #contact_box [type="checkbox"],
.pages #contact_box [type="radio"] {
    position: relative;
    top: 1px;
}

.pages #contact_box .tb_contact tr.field_textarea td {
    padding-bottom: 29px;
}

.pages #contact_box .confirm_group {
    padding-top: 42px;
}

.pages #contact_box .accept_box {
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 92px;
    cursor: pointer;
    position: relative;
}

.pages #contact_box .accept_box .wpcf7-list-item {
    margin: 0;
    padding-left: 61px;
    letter-spacing: 0.1em;
}

.pages #contact_box .accept_box input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.pages #contact_box .accept_box .wpcf7-list-item-label {
    text-decoration: underline;
    white-space: nowrap;
}

.pages #contact_box .accept_box .wpcf7-list-item-label a {
    color: var(--main-color);
}

.pages #contact_box .accept_box label::before {
    position: absolute;
    content: "";
    width: 41px;
    height: 41px;
    border: 1px solid var(--main-color);
    top: -4px;
    left: 0;
    cursor: pointer;
}

.pages #contact_box .accept_box label::after {
    position: absolute;
    content: "";
    background: url(../images/contact/icon_check.png) no-repeat center;
    background-size: contain;
    width: 29px;
    height: 28px;
    top: 3px;
    left: 7px;
    pointer-events: none;
    opacity: 0;
}

.pages #contact_box .accept_box.active label::after {
    opacity: 1;
}

.pages #contact_box .accept_box .required {
    font-size: 12px;
    margin-left: 10px;
}

.pages #contact_box .accept_box .wpcf7-not-valid-tip {
    margin-top: 15px;
}

.pages #contact_box .btn_submit {
    width: 100%;
    max-width: 240px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: var(--main-color);
    border-radius: 30px;
    border: 1px solid var(--main-color);
    margin: 0 auto;
    position: relative;
    transition: all .35s ease;
}

.pages #contact_box .btn_submit input {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
    background: none;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.pages #contact_box .btn_submit span {
    width: 21px;
    height: 11px;
    margin-left: 12px;
    position: relative;
}

.pages #contact_box .btn_submit svg {
    width: 100%;
    height: 100%;
    transition: all .2s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.pages #contact_box .btn_submit svg .cls-1 {
    fill: var(--main-color);
    transition: all .35s ease;
}

.pages #contact_box .btn_submit svg .cls-2 {
    fill: none;
    stroke: var(--main-color);
    stroke-miterlimit: 10;
    transition: all .35s ease;
}

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

.pages #contact_box #contact_form .wpcf7-not-valid-tip {
    font-weight: 500;
    margin-top: 8px;
}

.pages #contact_box .wpcf7-response-output {
    text-align: center;
    color: var(--main-color);
    padding: 20px 10px;
}

.pages .p_contact .tks_download_title {
    font-size: 24px;
}

.pages .p_contact .download_frame {
    width: 100%;
    max-width: 800px;
    text-align: center;
    background: #f0f8ff;
    border: 1px solid #0056b3;
    padding: 50px 20px;
    margin: 65px auto;
}

.pages .p_contact .download_title {
    font-weight: 700;
    margin-bottom: 25px;
}

.pages .p_contact .download_group {
    margin-bottom: 15px;
}

.pages .p_contact .download_group li {
    width: 100%;
    max-width: 360px;
    height: 72px;
    margin: 0 auto 25px;
}

.pages .p_contact .download_group li:last-child {
    margin-bottom: 0;
}

.pages .p_contact .download_group li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--white-color);
    background: #0056b3;
    border-radius: 5px;
}

.pages .p_contact .download_notes {
    font-size: 13px;
    color: #666;
}

/* ------------------------------------------------------
p_policy
------------------------------------------------------ */
.pages #policy_info {
    padding: 109px 0 180px;
}

.pages #policy_info .inner {
    max-width: 850px;
}

.pages #policy_info .policy_info_contents {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 90px;
}

.pages #policy_info .policy_info_contents p {
    line-height: 2.4;
}

.pages #policy_info .policy_info_contents p:not(:last-child) {
    margin-bottom: 36px;
}

.pages #policy_info .policy_info_contents p span {
    font-weight: 700;
}

.pages #policy_info .policy_info_contents .policy_notes {
    text-align: right;
    margin-top: 61px;
}

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

/* ------------------------------------------------------
p_company
------------------------------------------------------ */
#company #main {
    overflow: inherit;
}

.pages #company_message {
    padding: 111px 0 122px;
    overflow: hidden;
}

.pages #company_message .under_title {
    margin-bottom: 45px;
}

.pages #company_message .message_quote {
    display: flex;
    margin-bottom: 92px;
}

.pages #company_message .message_quote li {
    width: 50%;
    height: 35.33vw;
    color: var(--white-color);
    background: var(--blue-color);
}

.pages #company_message .message_quote li:last-child {
    display: flex;
    align-items: center;
    padding: 0 3% 0 62px;
}

.pages #company_message .message_quote li h4 {
    font-size: 30px;
    line-height: 2.07;
}

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

.pages #company_message .company_message_txt {
    width: 94%;
    max-width: 1000px;
    font-weight: 500;
    text-align: justify;
    margin: 0 auto;
}

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

.pages #company_message .message_tag {
    display: flex;
    justify-content: flex-end;
    margin-top: 55px;
}

.pages #company_message .message_tag span {
    margin-left: 28px;
}

.pages #company_profile {
    background: #edf3f9;
    padding: 98px 0 180px;
    overflow: hidden;
}

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

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

.pages #company_profile .tb_profile {
    margin-bottom: 81px;
}

.pages #company_profile .tb_profile th,
.pages #company_profile .tb_profile td {
    line-height: 1.87;
    letter-spacing: 0.1em;
    padding: 19px 25px 22px;
}

.pages #company_profile .tb_profile th {
    width: 25.1%;
    font-weight: 400;
    color: var(--white-color);
    background: var(--blue-color);
    border-bottom-color: var(--white-color);
}

.pages #company_profile .tb_profile td {
    background: var(--white-color);
    border-right: 1px solid #999;
    border-bottom-color: #999;
    padding-left: 32px;
}

.pages #company_profile .tb_profile tr:first-child th {
    border-top-color: var(--blue-color);
}

.pages #company_profile .tb_profile tr:last-child th {
    border-bottom-color: var(--blue-color);
}

.pages #company_profile .tb_profile tr:first-child td {
    border-top-color: #999;
}

.pages #company_profile .tb_profile td p {
    line-height: 1.87;
}

.pages #company_history {
    padding: 98px 0 0;
}

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

.pages #company_history .history_wrap {
    background: var(--blue-color);
    padding: 100px 0;
}

.pages #company_history .history_wrap .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1320px;
    gap: 50px;
}

.pages #company_history .history_info {
    width: 100%;
    max-width: 635px;
}

.pages #company_history .history_item {
    width: 100%;
    height: 120svh;
    display: flex;
    align-items: center;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    border-top: 0;
}

.pages #company_history .history_item:last-child {
    border-bottom: 0;
}

.pages #company_history .history_component {
    width: 94%;
    max-width: 500px;
    margin: 0 auto;
}

.pages #company_history .history_item .history_years {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.pages #company_history .history_item .history_title {
    font-size: 68px;
    margin-bottom: 20px;
}

.pages #company_history .history_item .tb_history th,
.pages #company_history .history_item .tb_history td {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    border-bottom-color: var(--white-color);
    padding: 19px 3px;
}

.pages #company_history .history_item .tb_history tr:first-child th,
.pages #company_history .history_item .tb_history tr:first-child td {
    border-top-color: var(--white-color);
}

.pages #company_history .image_item:nth-child(1) {
    order: 1;
}

.pages #company_history .image_item:nth-child(2) {
    order: 3;
}

.pages #company_history .image_item:nth-child(3) {
    order: 5;
}

.pages #company_history .image_item:nth-child(4) {
    order: 7;
}

.pages #company_history .image_item:nth-child(5) {
    order: 9;
}

.pages #company_access {
    padding: 98px 0 150px;
    overflow: hidden;
}

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

.pages #company_access .under_title {
    margin-bottom: 67px;
}

.pages #company_access .office_item {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    margin-bottom: 80px;
}

.pages #company_access .office_item:last-child {
    margin-bottom: 0;
}

.pages #company_access .office_item dl {
    width: 100%;
    max-width: 500px;
    letter-spacing: 0.1em;
    border-top: 2px solid var(--blue-color);
}

.pages #company_access .office_item dl dt {
    font-size: 22px;
    font-weight: 700;
    padding: 24px 0 22px 0;
}

.pages #company_access .office_item dl dd .tb_office th,
.pages #company_access .office_item dl dd .tb_office td {
    line-height: 1.73;
    border-bottom-color: #ccc;
    padding: 13px 11px 17px;
}

.pages #company_access .office_item dl dd .tb_office tr:first-child th,
.pages #company_access .office_item dl dd .tb_office tr:first-child td {
    border-top-color: #ccc;
}

.pages #company_access .office_item dl dd .tb_office th {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.pages #company_access .office_item dl dd .tb_office td {
    padding-top: 16px;
}

.pages #company_access .office_item .office_map {
    width: 100%;
    max-width: 420px;
    height: 260px;
}

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

/* ------------------------------------------------------
p_service
------------------------------------------------------ */
.p_service .service_info {
    padding: 111px 0 197px;
}

.p_service .service_info h3.under_title {
    margin-bottom: 45px;
}

.p_service .service_info .service_info_wrap {
    min-height: 800px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--white-color);
    position: relative;
}

.p_service .service_info .service_info_wrap::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.p_service .service_info .service_info_inner {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.p_service .service_info .service_info_txt {
    width: 100%;
    max-width: 800px;
}

.p_service .service_info .service_info_txt p {
    line-height: 2.375;
}

.p_service .service_info .service_info_gallery .gallery_item {
    position: relative;
}

.p_service .service_info .service_info_gallery .image01 {
    width: 41.6vw;
    max-width: 520px;
    height: 31.2vw;
    max-height: 390px;
    margin-right: -100px;
    margin-left: auto;
    top: -100px;
}

.p_service .service_info .service_info_gallery .image02 {
    width: 32vw;
    max-width: 400px;
    height: 32vw;
    max-height: 400px;
    margin-left: 50px;
    margin-top: -209px;
}

.p_service .service_info .frame_txt {
    width: 54.55vw;
    max-width: 600px;
    text-align: justify;
    margin-left: auto;
    margin-top: -225px;
    position: relative;
    z-index: 1;
}

.p_service .service_info .frame_txt p {
    line-height: 2.375;
}

.p_service #service_prepress .service_info_wrap {
    background-image: url(../images/service/service01_info.jpg);
}

.p_service #service_printing .service_info_wrap {
    background-image: url(../images/service/service02_info.jpg);
}

.p_service #service_postpress .service_info_wrap {
    background-image: url(../images/service/service03_info.jpg);
}

.p_service #service_info_list {
    counter-reset: item;
}

.p_service #service_info_list .info_item {
    background: var(--white-color);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border: 2px solid var(--blue-color);
    border-bottom: 0;
    padding: 48px 0 200px;
    margin-top: -50px;
}

.p_service #service_info_list .info_item.set01,
.p_service .service01 #service_info_list .info_item.set05,
.p_service .service02 #service_info_list .info_item.set06 {
    margin-top: 0;
}

.p_service #service_info_list .info_item .inner {
    width: 85vw;
    max-width: 100%;
    margin: 0 auto;
}

.p_service #service_info_list .info_item h4 {
    font-size: 22px;
    letter-spacing: 0;
    color: var(--blue-color);
    margin-bottom: 62px;
}

.p_service #service_info_list .info_item h4::after {
    position: relative;
    counter-increment: item;
    content: counter(item, decimal-leading-zero);
    display: inline-block;
    margin-left: 5px;
}

.p_service #service_info_list .info_item .item_wrap {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

.p_service #service_info_list .info_item .item_image {
    width: 42.53vw;
    /*    max-width: 638px;*/
    height: 28.67vw;
    /*    max-height: 430px;*/
}

.p_service #service_info_list .info_item .item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p_service #service_info_list .info_item .item_component {
    width: 37.33vw;
}

.p_service #service_info_list .info_item .item_component h5 {
    font-size: 30px;
    line-height: 1.8;
    color: var(--blue-color);
    margin-bottom: 32px;
}

.p_service #service_info_list .info_item .item_txt {
    text-align: justify;
}

.p_service #service_info_list .info_item .item_txt p {
    line-height: 2.375;
}

.p_service #service_equipment {
    min-height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--white-color);
    padding: 98px 0;
    position: relative;
}

.p_service #service_equipment::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.p_service #service_equipment h3.under_title {
    margin-bottom: 71px;
}

.p_service #service_equipment h3.under_title span {
    color: var(--white-color);
}

.p_service #service_equipment .equipment_frame {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    text-align: justify;
    border: 1px solid var(--white-color);
    padding: 41px 45px 45px;
}

.p_service #service_equipment .equipment_frame p {
    line-height: 1.78;
}

.p_service .service01 #service_equipment {
    background-image: url(../images/service/service01_equipment.jpg);
}

.p_service .service02 #service_equipment {
    background-image: url(../images/service/service02_equipment.jpg);
}

.p_service .service03 #service_equipment {
    background-image: url(../images/service/service03_equipment.jpg);
}

.p_service #service_pickup {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--white-color);
    padding: 0 0 0;
    position: relative;
}

.p_service #service_pickup .inner {
    width: 100%;
    max-width: 1500px;
    min-height: 760px;
    display: flex;
    align-items: center;
}

.p_service #service_pickup .inner::before,
.p_service #service_pickup .inner::after {
    position: absolute;
    font-family: var(--en-font);
    font-size: 200px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    opacity: .1;
}

.p_service #service_pickup .inner::before {
    content: 'Pick up';
    top: -21px;
    right: 0;
}

.p_service #service_pickup .inner::after {
    content: 'Equipment';
    bottom: 14px;
    left: 0;
}

.p_service #service_pickup .pickup_wrap {
    width: 94%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    gap: 70px;
    margin: 0 auto;
}

.p_service #service_pickup .pickup_wrap figure {
    width: 48.15vw;
    max-width: 650px;
    height: 35.56vw;
    max-height: 480px;
}

.p_service #service_pickup .pickup_wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p_service #service_pickup .pickup_wrap .pickup_component {
    width: 100%;
    flex: 1;
}

.p_service #service_pickup .pickup_wrap .pickup_component .pickup_title {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 21px;
}

.p_service #service_pickup .pickup_wrap .pickup_component .pickup_txt {
    text-align: justify;
}

.p_service #service_pickup .pickup_wrap .pickup_component .pickup_txt p {
    line-height: 2.375;
}

.p_service .service01 #service_pickup {
    background-image: url(../images/service/service01_pickup.jpg);
}

.p_service .service02 #service_pickup {
    background-image: url(../images/service/service02_pickup.jpg);
}

.p_service .service03 #service_pickup {
    background-image: url(../images/service/service03_pickup.jpg);
}

.p_service #service_link {
    background: #edf3f9;
    padding: 160px 0;
}

.p_service #service_link .inner {
    max-width: 1275px;
}

.p_service #service_link ul {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.p_service #service_link ul li {
    width: 100%;
    max-width: 300px;
    height: 30.21vw;
    max-height: 410px;
}

.p_service #service_link ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.p_service #service_link ul li .link_title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background: var(--white-color);
    width: 8.15vw;
    max-width: 110px;
    min-height: 200px;
    padding: 19px 18px 0 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.p_service #service_link ul li .link_title h4 {
    font-size: 22px;
    font-weight: 400;
    transition: all .3s ease;
}

.p_service #service_link ul li .link_title h4 span {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    color: var(--blue-color);
    margin-left: 6px;
}

.p_service #service_link ul li figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p_service #service_link ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.p_service #service_link ul li a:hover figure img {
    transform: scale(1.2);
}

.p_service #service_others {
    padding-bottom: 121px;
}

.p_service #service_others h3.under_title {
    margin-bottom: 35px;
}

.p_service #service_others .service_others_title {
    font-size: 32px;
    line-height: 1.8125;
    text-align: center;
}

.p_service #service_others .gallery_marquee {
    width: 100%;
    max-width: 720px;
    margin: 75px auto;
    position: relative;
}

.p_service #service_others .gallery_marquee_slider {
    width: 100%;
    height: 720px;
}

.p_service #service_others .marquee_left,
.p_service #service_others .marquee_right {
    position: absolute;
    top: 0;
}

.p_service #service_others .marquee_left {
    left: -770px;
}

.p_service #service_others .marquee_right {
    right: -770px;
}

.p_service #service_others .gallery_marquee_slider .slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.p_service #service_others .gallery_marquee_slider .slide .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p_service #service_others .gallery_marquee_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p_service #service_others .service_others_txt {
    width: 100%;
    max-width: 900px;
    text-align: justify;
    margin: 0 auto;
}

.p_service #service_others .service_others_txt p {
    line-height: 2.375;
}

.p_service #service_others .service_others_txt p:not(:last-child) {
    margin-bottom: 38px;
}

.p_service #service_others_list {
    background: var(--blue-color);
    padding: 150px 3%;
}

.p_service #service_others_list .others_item {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    gap: 70px;
    background: var(--white-color);
    padding: 85px 85px 54px;
    margin: 0 auto 80px;
}

.p_service #service_others_list .others_item:last-child {
    margin-bottom: 0;
}

.p_service .others_item .others_gallery {
    width: 37.65vw;
    max-width: 480px;
    position: relative;
}

.p_service .others_item .others_gallery .gallery_slider {
    width: 100%;
    height: 37.65vw;
    max-height: 480px;
    position: relative;
    overflow: hidden;
}

.p_service .others_item .others_gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p_service .others_item .others_gallery .swiper-button-next,
.p_service .others_item .others_gallery .swiper-button-prev {
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    margin: 0 0;
    transform: translateY(-50%);
}

.p_service .others_item .others_gallery .swiper-button-next {
    background-image: url(../images/common/icon_prev.png);
    left: 15px;
    right: auto;
}

.p_service .others_item .others_gallery .swiper-button-prev {
    background-image: url(../images/common/icon_next.png);
    right: 15px;
    left: auto;
}

.p_service .others_item .others_gallery .swiper-pagination {
    line-height: 1;
    text-align: left;
    margin-top: 15px;
    position: relative;
    bottom: auto;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.p_service .others_item .others_gallery .swiper-pagination-bullet {
    background: var(--blue-color);
    margin: 0 14px 5px 0;
}

.p_service .others_item .others_gallery .swiper-pagination-bullet-active {
    background: var(--blue-color);
}

.p_service .others_item .others_component {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
    flex: 1;
}

.p_service .others_item .others_component h4 {
    font-family: var(--en-font);
    font-size: 60px;
    letter-spacing: 0;
    line-height: 1.4;
    color: var(--blue-color);
    margin-bottom: 24px;
}

.p_service .others_item .others_component h4 span {
    display: flex;
    align-items: center;
    font-family: var(--jp-font);
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}

.p_service .others_item .others_component h4 span::before {
    position: relative;
    content: '';
    width: 26px;
    height: 1px;
    display: block;
    background: currentColor;
    margin-right: 10px;
}

.p_service .others_item .others_component .others_txt {
    font-size: 15px;
    text-align: justify;
}

.p_service .others_item .others_component .others_txt p {
    line-height: 2.4;
}

/* ------------------------------------------------------
p_recruit
------------------------------------------------------ */
.pages #recruit_intro {
    padding: 120px 0 0;
}

.pages #recruit_intro .js_horizontal {
    height: 100vh;
    background: #edf3f9;
}

.pages #recruit_intro .recruit_intro_container {
    height: 100%;
    display: flex;
}

.pages #recruit_intro .intro_contents {
    width: 100vw;
    height: 100%;
    display: flex;
}

.pages #recruit_intro .intro_contents figure {
    width: 40vw;
    height: 100%;
}

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

.pages #recruit_intro .intro_frame {
    display: flex;
    align-items: center;
    padding: 0 3% 0 6.47vw;
    flex: 1;
}

.pages #recruit_intro .intro_component {
    width: 43.33vw;
}

.pages #recruit_intro .intro_component h4 {
    font-size: 32px;
    line-height: 1.8125;
    color: var(--blue-color);
    margin-bottom: 41px;
}

.pages #recruit_intro .intro_txt {
    text-align: justify
}

.pages #recruit_intro .intro_txt p {
    line-height: 2.375;
}

.pages #recruit_intro .intro_txt p:not(:last-child) {
    margin-bottom: 38px;
}

.pages #recruit_intro .intro_gallery {
    width: fit-content;
    height: 100%;
    display: flex;
    gap: 50px;
}

.pages #recruit_intro .image_item {
    height: 100%;
    width: auto;
    aspect-ratio: 1 / 1;
}

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

.pages #recruit_persons {
    padding: 112px 3% 112px;
}

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

.pages #recruit_persons .member_list {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;
}

.pages #recruit_persons .member_list li {
    width: calc((100% - 60px) / 3);
    max-width: 380px;
    margin: 0 0 40px;
    cursor: pointer;
}

.pages #recruit_persons .member_list li.hidepopup {
    pointer-events: none;
}

.pages #recruit_persons .member_list .member_thumb {
    width: 100%;
    height: 36.02vw;
    max-height: 460px;
    position: relative;
    overflow: hidden;
}

.pages #recruit_persons .member_list .member_thumb::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: opacity .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    top: 0;
    left: 0;
}

.pages #recruit_persons .member_list li:hover .member_thumb::after {
    opacity: 1;
}

.pages #recruit_persons .member_list .member_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(1px);
    transition: all 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pages #recruit_persons .member_list li:hover .member_thumb img {
    transform: scale(1.05);
}

.pages #recruit_persons .member_headline {
    padding: 12px 0 0;
}

.pages #recruit_persons .member_slogan {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--blue-color);
    margin-bottom: 17px;
}

.pages #recruit_persons .member_panel {
    display: flex;
    align-items: center;
}

.pages #recruit_persons .member_type {
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    color: var(--white-color);
    background: var(--blue-color);
    padding: 2px 10px;
    margin-bottom: 0;
    margin-right: 23px;
}

.pages #recruit_persons .member_name {
    font-size: 34px;
    font-weight: 700;
}

.pages #recruit_persons .job_type {
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
}

.pages #recruit_persons .member_detail {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 77.33vw;
    z-index: 10005;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s cubic-bezier(0.77, 0, 0.175, 1);
}

.pages #recruit_persons .member_detail.is-active {
    color: var(--main-color);
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.pages #recruit_persons .member_detail_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80.588vh;
    background-color: var(--white-color);
    padding: 0 5vw;
    pointer-events: auto;
    overflow: auto;
}

.pages #recruit_persons .member_detail_contents {
    width: 100%;
    height: 60.441vh;
    display: flex;
    justify-content: space-between;
    gap: 90px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.pages #recruit_persons .member_detail_contents.is-hidden {
    display: none;
}

.pages #recruit_persons .member_detail_contents .member_photo {
    width: 24.8vw;
    height: 100%;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.pages #recruit_persons .member_detail_contents .member_photo img {
    width: 100%;
}

.pages #recruit_persons .member_detail_contents .member_component {
    width: 100%;
    flex: 1;
}

.pages #recruit_persons .member_detail_contents .member_slogan {
    margin-bottom: 16px;
}

.pages #recruit_persons .member_detail_contents .member_name {
    font-size: 1.89vw;
    line-height: 1.45;
}

.pages #recruit_persons .member_detail_contents .job_type {
    margin-bottom: 18px;
}

.pages #recruit_persons .member_detail_contents .member_comment {
    max-height: 48.793vh;
    font-size: 15px;
    text-align: justify;
    padding-right: 16px;
    overflow: auto;
}

.pages #recruit_persons .member_detail_contents .member_comment p {
    line-height: 1.8;
}

.pages #recruit_persons .member_detail_contents .member_comment p:not(:last-child) {
    margin-bottom: 33px;
}

.pages #recruit_persons .btn_close {
    background: url(../images/recruit/close.png) no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 1.58vw;
    right: 1.53vw;
    z-index: 99999;
    cursor: pointer;
    pointer-events: auto;
}

.pages #recruit_persons .member_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: rgba(26, 26, 26, 0.6);
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pages #recruit_persons .member_overlay.opened {
    opacity: 1;
    pointer-events: auto;
}

.p_recruit #job_list {
    background: #edf3f9;
    padding-bottom: 80px;
}

.p_recruit #job_list .job_cover {
    width: 100%;
    height: 650px;
}

.p_recruit #job_list .job_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p_recruit #job_list .job_card {
    width: 94%;
    max-width: 1200px;
    background: var(--white-color);
    box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 105px 0 130px;
    margin: 0 auto 80px;
    position: relative;
}

.p_recruit #job_list .card01 {
    margin-top: -325px;
}

.p_recruit #job_list .job_card .inner {
    max-width: 1000px;
}

.p_recruit #job_list .under_title {
    margin-bottom: 33px;
}

.p_recruit #job_list .job_txt {
    line-height: 2.375;
    text-align: center;
    margin-bottom: 67px;
}

.p_recruit #job_list .tb_job {
    margin-bottom: 79px;
}

.p_recruit #job_list .tb_job th,
.p_recruit #job_list .tb_job td {
    line-height: 1.53;
    letter-spacing: 0.1em;
    padding: 28px 21px;
}

.p_recruit #job_list .tb_job th {
    width: 23%;
    font-weight: 700;
    color: var(--blue-color);
}

.p_recruit #job_list .tb_job td p {
    line-height: 1.53;
}

.p_recruit #job_list .tb_job td p:not(:last-child) {
    margin-bottom: 24px;
}

.p_recruit #job_list .btn_primary {
    margin: 0 auto;
}

.p_recruit .non_recruit {
    text-align: center;
}

.p_recruit .non_recruit .non_recruit_title {
    font-size: 34px;
    margin-bottom: 28px;
}

.p_recruit .non_recruit .non_recruit_txt {
    font-size: 14px;
    margin-bottom: 98px;
}

.p_recruit .job_card .is-hide {
    display: none;
}

/* ------------------------------------------------------
p_about
------------------------------------------------------ */
.pages #about_intro {
    padding: 117px 0 0;
    margin-bottom: -210px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.pages #about_intro .about_intro_contents {
    padding-bottom: 105px;
}

.pages #about_intro .about_intro_frame {
    width: 100%;
    max-width: 808px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pages #about_intro .about_intro_title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.9375;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-bottom: 69px;
}

.pages #about_intro .about_intro_txt {
    font-weight: 500;
    text-align: justify;
}

.pages #about_intro .about_intro_txt p {
    line-height: 2.375;
}

.pages #about_intro .about_intro_txt p:not(:last-child) {
    margin-bottom: 38px;
}

.pages #about_intro .about_intro_contents .intro_icon {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pages #about_intro .about_intro_contents .intro_icon::after {
    position: absolute;
    content: '';
    background: url(../images/about/intro_txt.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 41.05vh;
    max-width: 390px;
    height: 8.95vh;
    max-height: 85px;
    top: 50%;
    left: 260px;
    transform: translateY(-50%);
}

.pages #about_intro .about_intro_contents .intro_icon svg {
    width: 100%;
    height: 100%;
}

.pages #about_intro .about_intro_contents .intro_icon svg .cls-1 {
    fill: #e6e6e6;
}

.pages #about_intro .box_video {
    width: 94%;
    max-width: 1200px;
    margin: 80px auto 0;
}

.pages #about_intro .box_video .video_intro {
    width: 100%;
    height: 52.858vw;
    max-height: 675px;
    margin-bottom: 53px;
    position: relative;
}

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

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

.pages #about_intro .box_video .youtube_link {
    text-align: center;
}

.pages #about_intro .box_video .youtube_link a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    transition: all .3s ease;
}

.pages #about_intro .box_video .youtube_link a i {
    display: inline-block;
    background-image: url(../images/about/youtube_link_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 41px;
    height: 40px;
    margin-left: 10px;
}

#about .vbox-content {
    width: 94%;
    max-width: 960px;
    padding: 0 0;
    margin: 0 auto;
}

#about .vbox-close {
    font-size: 45px;
    padding: 0 0;
    top: 30px;
    right: 30px;
}

.pages #about_intro .about_intro_gallery {
    margin-top: 205px;
    position: relative;
}

.pages #about_intro .about_intro_gallery::before {
    position: absolute;
    content: "";
    background: url(../images/about/slogan.png) repeat-x;
    background-size: 2330px 100%;
    width: 100vw;
    height: 113px;
    left: 0;
    top: -81px;
    z-index: 2;
    transition: all 1s linear;
    animation: TitleRight 120s linear infinite;
    pointer-events: none;
}

@keyframes TitleRight {
    0% {
        background-position: 2330px 0;
    }

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

@keyframes TitleRight-sp {
    0% {
        background-position: 1443px 0;
    }

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

.pages #about_intro .about_intro_gallery .swiper-slide {
    margin: 0 15px;
    width: 58.594vw;
    max-width: 600px;
    height: 41.016vw;
    max-height: 420px;
}

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

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

.pages #our_advantage {
    color: var(--white-color);
    background: var(--blue-color);
    padding: 340px 0 163px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

.pages #our_advantage h3.under_title span {
    color: var(--white-color);
}

.pages #our_advantage .our_advantage_txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 2.1;
    text-align: center;
}

.pages #our_advantage_list {
    position: relative;
    overflow: hidden;
}

.pages #our_advantage_list .card {
    width: 100%;
    min-height: 700px;
    display: flex;
    align-items: center;
    color: var(--white-color);
    position: relative;
    transition: all .6s ease;
    overflow: hidden;
    z-index: 1;
}

.pages #our_advantage_list .card::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.pages #our_advantage_list .card .inner {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    z-index: 2;
}

.pages #our_advantage_list .card .card_title {
    font-size: 38px;
    font-weight: 700;
    line-height: 2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0;
    transition: all .2s ease;
}

.pages #our_advantage_list .card .card_title .txt {
    display: block;
}

.pages #our_advantage_list .card .card_title .txt:last-child {
    margin-top: 83px;
}

.pages #our_advantage_list .card .card_title .char {
    display: inline-block;
    opacity: 0;
    transform: scale(1.3) translateY(8px);
    will-change: transform, opacity;
    transition: all .6s cubic-bezier(.15, 0, .25, 1);
    transition-delay: calc(.02s * var(--char-index));
}

.pages #our_advantage_list .card.is-active .card_title .char {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.pages #our_advantage_list .card .advantage_component {
    width: 100%;
    max-width: 750px;
}

.pages #our_advantage_list .card h4 {
    width: 1900px;
    font-size: 11.58vw;
    font-weight: 600;
    color: var(--white-color);
    letter-spacing: 0;
    font-style: italic;
    text-align: center;
    white-space: nowrap;
    opacity: .2;
    position: absolute;
    bottom: -2.11vw;
    left: 49%;
    transform: translateX(-50%);
    z-index: 1;
}

.pages #our_advantage_list .card:nth-child(1) h4 {
    bottom: -4.32vw;
}

.pages #our_advantage_list .card .advantage_txt {
    font-weight: 500;
    text-align: justify;
    overflow: hidden;
}

.pages #our_advantage_list .card .advantage_txt p {
    line-height: 2.375;
    opacity: 0;
    transform: translateY(30px);
    transition: all .3s ease;
}

.pages #our_advantage_list .card .advantage_txt p:not(:last-child) {
    margin-bottom: 37px;
}

.pages #our_advantage_list .card.is-active .advantage_txt p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .8s;
}

.pages #our_advantage_list .item {
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    left: 0;
}

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

.pages #our_service {
    background: #edf3f9;
    padding: 98px 0 180px;
    overflow: hidden;
}

.pages #our_service h3.under_title {
    margin-bottom: 38px;
}

.pages #our_service .our_service_txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 2.1;
    text-align: center;
    margin-bottom: 84px;
}

.pages #our_service .our_service_list li {
    width: 100%;
    height: 420px;
    max-height: 420px;
    margin-bottom: 30px;
}

.pages #our_service .our_service_list li:last-child {
    margin-bottom: 0;
}

.pages #our_service .our_service_list li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--white-color);
    padding: 35px 45px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pages #our_service .our_service_list li a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.45);
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pages #our_service .our_service_list li h4 .jp_title {
    display: block;
    font-size: 50px;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

.pages #our_service .our_service_list li h4 .jp_title span {
    font-size: 48%;
    letter-spacing: 0.1em;
    margin-left: -5px;
}

.pages #our_service .our_service_list li h4 .en {
    display: block;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
}

.pages #our_service .our_service_list li .text_link {
    width: 100%;
    max-width: 190px;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pages #our_service .our_service_list li .text_link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: var(--white-color);
    left: 0;
    bottom: 0;
}

@keyframes viewmoremove {
    0% {
        width: 0;
        left: 0;
        opacity: 0;
    }

    40% {
        width: 100%;
        left: 0;
        opacity: 1;
    }

    100% {
        width: 0;
        left: 150%;
        opacity: 0;
    }
}

.pages #our_service .our_service_list li figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.pages #our_service .our_service_list li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pages #our_service .our_service_list li:hover a::before {
    background: rgba(26, 26, 26, 0.7);
}

.pages #our_service .our_service_list li:hover .text_link {
    opacity: 1;
    transform: translateY(0);
}

.pages #our_service .our_service_list li:hover .text_link::before {
    animation: viewmoremove 2s ease-in-out infinite;
}

.pages #our_service .our_service_list li:hover figure img {
    transform: scale(1.2);
}

/* ------------------------------------------------------
p_efforts
------------------------------------------------------ */
.pages #efforts_csr {
    padding: 111px 0 87px;
}

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

.pages #efforts_csr .under_title {
    margin-bottom: 45px;
}

.pages #efforts_csr figure {
    margin-bottom: 51px;
}

.pages #efforts_csr .efforts_csr_txt {
    width: 100%;
    max-width: 800px;
    font-weight: 500;
    text-align: justify;
    margin: 0 auto 85px;
}

.pages #efforts_csr .efforts_csr_txt p {
    line-height: 2.375;
}

.pages #efforts_csr .efforts_csr_txt p:not(:last-child) {
    margin-bottom: 38px;
}

.pages #efforts_csr .efforts_csr_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.pages #efforts_csr .efforts_csr_gallery li {
    width: calc((100% - 75px) / 6);
    text-align: center;
    margin: 0 0 28px;
}

.pages #efforts_csr .efforts_csr_gallery li:last-child {
    width: 100%;
    text-align: center;
}

.pages #efforts_info {
    padding-bottom: 100px;
}

.pages #efforts_info .info_list li {
    display: flex;
    align-items: center;
    padding: 100px 0;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.pages #efforts_info .info_list li:last-child {
    margin-bottom: 0;
}

.pages #efforts_info .info_list li::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    background: var(--blue-color);
    top: 50%;
    left: 251px;
    transform: translateY(-50%);
    z-index: -1;
}

.pages #efforts_info .info_list li figure {
    width: 64vw;
    max-width: 800px;
    line-height: 0;
    opacity: 0;
    margin: 0 0;
}

.pages #efforts_info .info_list li .efforts_info_component {
    width: 100%;
    max-width: 500px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 10px 50px;
    margin: 0 0 0 -100px;
    flex: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
}

.pages #efforts_info .info_list li h4 {
    font-size: 24px;
    color: var(--blue-color);
    margin-bottom: 16px;
}

.pages #efforts_info .info_list li .efforts_info_txt {
    text-align: justify;
}

.pages #efforts_info .info_list li .efforts_info_txt p {
    line-height: 2.375;
}

.pages #efforts_info .info_list li:nth-child(even) {
    flex-direction: row-reverse;
}

.pages #efforts_info .info_list li:nth-child(even)::before {
    left: auto;
    right: 251px;
}

.pages #efforts_info .info_list li:nth-child(even) .efforts_info_component {
    margin: 0 -100px 0 0;
}

.pages #efforts_info .info_list li.is-active figure {
    animation: fadeRTL 1.7s cubic-bezier(0, 0, 0.15, 1) forwards;
}

.pages #efforts_info .info_list li.is-active .efforts_info_component {
    animation: fadeframeRTL 1.7s cubic-bezier(0, 0, 0.15, 1) forwards;
}

.pages #efforts_info .info_list li:nth-child(even).is-active figure {
    animation: fadeLTR 1.7s cubic-bezier(0, 0, 0.15, 1) forwards;
}

.pages #efforts_info .info_list li:nth-child(even).is-active .efforts_info_component {
    animation: fadeframeLTR 1.7s cubic-bezier(0, 0, 0.15, 1) forwards;
}

@keyframes fadeRTL {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    30% {
        transform: translateX(50%);
    }

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

@keyframes fadeframeRTL {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    30% {
        transform: translateX(100px);
    }

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

}

@keyframes fadeLTR {
    0% {
        transform: translateX(-50%);
        opacity: 0;
    }

    30% {
        transform: translateX(-50%);
    }

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

@keyframes fadeframeLTR {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    30% {
        transform: translateX(-100px);
    }

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

.pages #efforts_cover {
    width: 100%;
    height: 52.73vw;
    max-height: 540px;
    overflow: hidden;
}

.pages #efforts_cover .photo_cover {
    width: 100%;
    height: 120%;
    position: relative;
}

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

.pages #efforts_action {
    background: #edf3f9;
    padding: 98px 0 180px;
}

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

.pages #efforts_action .under_title {
    margin-bottom: 30px;
}

.pages #efforts_action .efforts_action_txt {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6875;
    text-align: center;
    margin-bottom: 64px;
}

.pages #efforts_action .efforts_action_image {
    margin-bottom: 117px;
}

.pages #efforts_action .action_block:not(:last-child) {
    margin-bottom: 96px;
}

.pages #efforts_action .efforts_action_title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 69px;
}

.pages #efforts_action .efforts_action_title span {
    position: relative;
}

.pages #efforts_action .efforts_action_title span::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background: var(--blue-color);
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.pages #efforts_action .action_block_txt {
    max-width: 900px;
    margin: 0 auto;
}

.pages #efforts_action .action_block_txt p {
    line-height: 2.375;
}

.pages #efforts_action .goals_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 94px;
}

.pages #efforts_action .goals_gallery li {
    width: calc((100% - 60px) / 4);
    line-height: 0;
}

/*
.pages #efforts_action .action_block figure {
    text-align: center;
    margin-top: 93px;
}
*/

.pages #efforts_enviroment {
    padding: 4px 0 108px;
}

.pages #efforts_enviroment .efforts_enviroment_frame {
    border: 1px solid var(--blue-color);
    padding: 51px 59px 62px;
}

.pages #efforts_enviroment h4 {
    font-size: 24px;
    color: var(--blue-color);
    text-align: center;
    margin-bottom: 36px;
}

.pages #efforts_enviroment ul li {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.9;
    color: var(--blue-color);
    text-align: justify;
    padding-left: 40px;
    margin-bottom: 16px;
    position: relative;
}

.pages #efforts_enviroment ul li::before {
    position: absolute;
    content: '';
    background-image: url(../images/efforts/icon_check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 31px;
    top: 0;
    left: 0;
}

.pages #efforts_enviroment ul li .notes {
    display: block;
    font-size: 13px;
    margin-top: 1px;
}

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


/* ------------------------------------------------------
p_equipement
------------------------------------------------------ */
.pages .press_equipement {
    padding: 111px 0 50px;
}

.pages .press_equipement .inner {
    max-width: 1100px;
}

.pages .press_equipement .under_title {
    margin-bottom: 65px;
}

.pages .press_equipement .press_equipement_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 52px;
}

.pages .press_equipement figure {
    width: 46.09vw;
    max-width: 530px;
    line-height: 0;
    border: 1px solid #999;
}

.pages .press_equipement .press_equipement_component {
    width: 100%;
    flex: 1;
    counter-reset: step;
}

.pages .press_equipement .press_equipement_component dl:not(:last-child) {
    margin-bottom: 19px;
}

.pages .press_equipement .press_equipement_component dl dt {
    font-weight: 600;
    color: var(--blue-color);
    margin-bottom: 2px;
}

.pages .press_equipement .press_equipement_component dl dt::after {
    position: relative;
    display: inline-block;
    counter-increment: step;
    content: "0"counter(step);
    margin-left: 4px;
}

.pages .press_equipement .press_equipement_component dl dd {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.62;
}

.pages .press_equipement .press_equipement_add {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.pages .press_equipement .press_equipement_add p {
    line-height: 1.56;
}

.pages .press_equipement .equipement_gallery_list {
    width: 94%;
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin: 130px auto 0;
}

.pages .press_equipement .equipement_gallery_list a {
    transition: all .3s ease;
}

.pages .press_equipement .equipement_gallery_list .gallery_item {
    width: calc((100% - 64px) / 3);
}

.pages .press_equipement .equipement_gallery_list .gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

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

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

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

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

.pages#equipement .vbox-next span,
.pages#equipement .vbox-prev span {
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-left: 0;
    border-top: 0;
    position: relative;
    top: auto;
}

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

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

.pages#equipement .vbox-close {
    font-size: 30px;
    color: #fff;
    padding: 0 0;
    top: 2vw;
    right: 2vw;
}

.pages .equipement_facilities {
    padding: 67px 0 150px;
}

.pages .equipement_facilities .inner {
    max-width: 1100px;
}

.pages .equipement_facilities .under_title {
    margin-bottom: 59px;
}

.pages .equipement_facilities .tb_equipement {
    margin-bottom: 84px;
}

.pages .equipement_facilities .tb_equipement th,
.pages .equipement_facilities .tb_equipement td {
    letter-spacing: 0.1em;
    line-height: 1.67;
    text-align: justify;
    border-bottom-color: #999;
    padding: 64px 0 68px;
}

.pages .equipement_facilities .tb_equipement tr:first-child th,
.pages .equipement_facilities .tb_equipement tr:first-child td {
    border-top-color: #999;
}

.pages .equipement_facilities .tb_equipement th {
    width: 22.5%;
    font-size: 22px;
    font-weight: 700;
    color: var(--blue-color);
    padding-right: 10px;
}

.pages .equipement_facilities .tb_equipement td {
    font-size: 18px;
}

.pages .equipement_facilities .tb_equipement td p {
    line-height: 1.67;
}

.pages .equipement_facilities .equipement_facilities_notes {
    font-size: 20px;
    font-weight: 700;
    line-height: 2.1;
    text-align: center;
    margin-bottom: 63px;
}

.pages #rotary_post_press {
    background: #edf3f9;
}

.pages #rotary_post_facilities {
    background: #edf3f9;
}

.pages #work_flow {
    text-align: center;
    padding: 98px 0 109px;
}

.pages #work_flow .under_title {
    margin-bottom: 55px;
}

/* ------------------------------------------------------
p_notfound
------------------------------------------------------ */
.pages .p_notfound #p_mainvisual {
    height: 700px;
    color: var(--white-color);
    text-align: center;
}

.pages .p_notfound #p_mainvisual h2 {
    font-size: 32px;
    margin-bottom: 43px;
}

.pages .p_notfound #p_mainvisual .notfound_txt {
    font-size: 18px;
    font-weight: 700;
    line-height: 2.33;
}

.pages .p_notfound #notfound_info {
    padding: 70px 0 190px;
}

.pages .p_notfound #notfound_info .btn_primary {
    margin: 0 auto;
}

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

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

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