/* ------------------------------------------------------
content
------------------------------------------------------ */
.pages #main {
    padding-top: 106px;
}

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

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

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

.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: 56px;
}

/* ------------------------------------------------------
h3 h4 h5 h6
------------------------------------------------------ */
.pages h3.pages_mainttl {
    font-size: 18px;
    color: var(--green-color);
    margin-bottom: 40px;
}

.pages h3.pages_mainttl span {
    display: block;
    font-family: var(--en-font);
    font-size: 90px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: var(--main-color);
    margin-bottom: 22px;
}

.pages h3,
.pages h4,
.pages h5,
.pages h6 {
    font-family: var(--ShipporiMincho-font);
    font-weight: 700;
    letter-spacing: 0.1em;
}

/* ------------------------------------------------------
p_mainvisual
------------------------------------------------------ */
.pages #p_mainvisual {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
}

.pages #p_mainvisual::before,
.pages #p_mainvisual::after {
    position: absolute;
    content: '';
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
}

.pages #p_mainvisual::before {
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.pages #p_mainvisual::after {
    background: url(../images/common/mv_decor.svg) no-repeat;
    background-size: contain;
    width: 750px;
}

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

.pages #p_mainvisual h2 {
    font-family: var(--ShipporiMincho-font);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    color: var(--white-color);
    position: relative;
    z-index: 2;
}

.pages #p_mainvisual h2 span {
    display: block;
    font-family: var(--en-font);
    font-size: 120px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 17px;
}

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

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

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

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

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

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

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

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

.pages table th,
.pages table td {
    letter-spacing: 0.1em;
    line-height: 2.125;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 15px 10px;
}

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

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

.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.tb_block th,
.pages table.tb_block td {
    padding: 32px 0 33px;
}

.pages table.tb_block tr:first-child th,
.pages table.tb_block tr:first-child td {
    border-top-width: 3px;
    border-top-style: solid;
}

.pages table.tb_block tr:last-child th,
.pages table.tb_block tr:last-child td {
    border-bottom-width: 3px;
}

.pages table.tb_block th {
    width: 14.2%;
    border-bottom-color: var(--green-color);
}

.pages table.tb_block tr:first-child th {
    border-top-color: var(--green-color);
}

.pages table.tb_block td {
    border-bottom-color: #ccc;
    padding-left: 39px;
}

.pages table.tb_block tr:first-child td {
    border-top-color: #ccc;
}

.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: 107px;
}

.pages .wp-pagenavi span,
.pages .wp-pagenavi a {
    font-family: var(--Inter-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 0.3s ease;
    position: relative;
}

.pages .wp-pagenavi .current {
    font-weight: 500;
    color: var(--white-color);
    background: var(--green-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/news/icon_arrow.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 16px;
    top: 23px;
    right: 0;
    transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.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-family: var(--ShipporiMincho-font);
    font-size: 14px;
}

.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: 17px;
}

.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: 17px;
}

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

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

/* ------------------------------------------------------
p_news
------------------------------------------------------ */
.pages .news_wrap {
    background: #efefef;
}

.pages #news_filter {
    padding: 120px 0 35px;
}

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

.pages #news_filter .archive_select {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 10px;
    overflow: hidden;
    position: relative;
}

.pages #news_filter .filter_title {
    font-family: var(--en-font);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0 20px 0 0;
}

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

.pages #news_filter .filter_select::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid var(--green-color);
    top: 52%;
    right: 25px;
    transform: translateY(-50%);
    pointer-events: none;
}

.pages #news_filter .archive_select select {
    width: 100%;
    height: 100%;
    display: block;
    font-family: var(--ShipporiMincho-font);
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--main-color);
    white-space: normal;
    border: 0;
    background: var(--white-color);
    border-radius: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    padding: 0 54px 0 26px;
}

.pages #news_info {
    padding: 55px 0 213px;
}

.pages #news_info .news_list dl {
    width: 100%;
    min-height: 136px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white-color);
    padding: 0 50px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}

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

.pages #news_info .news_list dl dt {
    width: 100%;
    max-width: 250px;
    padding-top: 5px;
    margin-right: 15px;
}

.pages #news_info .news_list dl dt .date {
    font-family: var(--Inter-font);
    font-size: 15px;
    color: #808080;
    margin: 0 22px 5px 0;
}

.pages #news_info .news_list dl dt .cate_group {
    display: inline-flex;
    flex-wrap: wrap;
}

.pages #news_info .news_list dl dt .cate_group span {
    display: inline-block;
    font-size: 14px;
    color: var(--white-color);
    background: var(--green-color);
    padding: 0 8px;
    margin: 0 5px 5px 0;
}

.pages #news_info .news_list dl dd {
    width: 100%;
    max-width: 805px;
    font-family: var(--ShipporiMincho-font);
    font-size: 18px;
    font-weight: 600;
    flex: 1;
}

.pages #news_info .news_list dl dd a {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.pages #news_info .news_list dl dd a span {
    display: inline;
    letter-spacing: 0.1em;
    background-image: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 1px), var(--green-color) calc(100% - 1px), var(--green-color) 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: right bottom;
    animation: none;
    transition: background-size .5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    position: relative;
}

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

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

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

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

.pages .media_wrap .media_date {
    font-family: var(--Inter-font);
    font-size: 15px;
    letter-spacing: 0;
    color: #808080;
    margin: 2px 22px 5px 0;
}

.pages .media_wrap .media_meta .media_gr_cate span {
    display: inline-block;
    font-size: 14px;
    color: var(--white-color);
    background: var(--green-color);
    padding: 0 8px;
    margin: 0 5px 5px 0;
}

.pages .media_wrap .media_title {
    font-family: var(--ShipporiMincho-font);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.pages .media_wrap .contents_detail {
    font-size: 15px;
    margin-bottom: 112px;
}

/* ------------------------------------------------------
p_works
------------------------------------------------------ */
.pages #works_info {
    padding: 92px 0 99px;
}

.pages #works_info .inner {
    max-width: 1300px;
}

.pages #works_info .works_info_txt {
    font-family: var(--ShipporiMincho-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.97;
    text-align: center;
}

.pages #works_info #works_cate {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    margin: 0 auto 120px;
}

.pages #works_info #works_cate .all_cate {
    width: 100%;
    max-width: 170px;
    height: 100px;
    margin: 0 54px 0 0;
}

.pages #works_info #works_cate .all_cate a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    background: #999;
    border: 1px solid #999;
    transition: all .3s ease;
}

.pages #works_info #works_cate .all_cate.active a {
    background: var(--green-color);
    border-color: var(--green-color);
}

.pages #works_info #works_cate .cate_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.pages #works_info #works_cate .cate_list .cate_item {
    margin: 0 10px 10px;
}

.pages #works_info #works_cate .cate_list .cate_item a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #999;
    border: 1px solid #999;
    border-radius: 16px;
    padding: 5px 19px;
    transition: all .3s ease;
}

.pages #works_info #works_cate .cate_list .cate_item.active a {
    color: var(--white-color);
    background: var(--green-color);
    border-color: var(--green-color);
}

.pages #works_info #works_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.pages #works_info #works_list .works_item {
    width: calc((100% - 90px) / 2);
    margin: 0 90px 40px 0;
    cursor: pointer;
    opacity: 0;
    transition: all .2s ease;
}

.pages #works_info #works_list .works_item:nth-child(even) {
    margin-top: 80px;
    margin-right: 0;
}

.pages #works_info #works_list .works_image {
    width: 100%;
    height: 27.345vw;
    max-height: 376px;
    margin-bottom: 19px;
    position: relative;
    overflow: hidden;
}

/*
.pages #works_info #works_list .works_image::before {
    position: absolute;
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: var(--green-color);
    right: -2px;
    top: -2px;
    transform-origin: right center;
    z-index: 1;
}
*/

.pages #works_info #works_list .works_image a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.pages #works_info #works_list .works_image a::before {
    position: absolute;
    content: '';
    width: 101%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: -1px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pages #works_info #works_list .works_image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateZ(0);
}

.pages #works_info #works_list .works_image .catcher_txt {
    font-size: 30px;
    color: var(--white-color);
    letter-spacing: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pages #works_info #works_list .works_item.is-active {
    opacity: 1;
}

/*
.pages #works_info #works_list .works_item.is-active .works_image::before {
    animation: layermask .85s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
}
*/

/*
.pages #works_info #works_list .works_item.is-active .works_image a img {
    animation: imgscale 1.5s ease forwards;
}
*/

/*
@keyframes layermask {
    0% {
        right: -2px;
        transform: scaleX(1);
    }

    99% {
        right: -5px;
        opacity: 1;
        transform: scaleX(0);
    }

    100% {
        opacity: 0;
        transform: scaleX(0);
    }
}
*/

/*
@keyframes imgscale {
    0% {
        width: 150%;
        height: 150%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}
*/

.pages #works_info #works_list .works_title {
    font-family: var(--ShipporiMincho-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.82;
    margin-bottom: 19px;
}

.pages #works_info #works_list .works_cate {
    display: flex;
    flex-wrap: wrap;
}

.pages #works_info #works_list .works_cate li {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #999;
    border: 1px solid #999;
    border-radius: 16px;
    padding: 5px 19px;
    margin: 0 10px 10px 0;
}

.pages #works_contents {
    padding: 97px 0 210px;
}

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

.pages #works_contents .works_headline {
    margin-bottom: 49px;
}

.pages #works_contents .works_title {
    font-size: 32px;
    line-height: 1.6875;
    margin-bottom: 25px;
}

.pages #works_contents .category_group {
    display: flex;
    flex-wrap: wrap;
}

.pages #works_contents .category_group li {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #999;
    border: 1px solid #999;
    border-radius: 19px;
    padding: 6px 20px;
    margin: 0 10px 10px 0;
}

.pages #works_contents .works_block {
    margin-bottom: 43px;
}

.pages #works_contents .works_block:last-child {
    margin-bottom: 0;
}

.pages #works_contents .main_photo {
    margin-bottom: 36px;
}

.pages #works_contents .main_comment {
    font-size: 15px;
    line-height: 2.625;
    text-align: justify;
}

.pages #works_contents table.tb_block th {
    width: 20%;
}

.pages #works_contents .block_contents {
    padding: 34px 0 104px;
}

.pages #works_contents .block_contents ul li:not(:last-child) {
    margin-bottom: 50px;
}

.pages #works_contents .block_contents ul li figure {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.pages #works_contents .block_contents ul li figure:last-child {
    margin-bottom: 0;
}

.pages #works_contents .block_contents ul li figure img {
    flex-shrink: 0;
}

.pages #works_contents .block_contents ul li figure.portrait_image {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 12px;
}

.pages #works_contents .block_contents .block_txt {
    font-size: 15px;
    line-height: 2.625;
    text-align: justify;
}

/* ------------------------------------------------------
p_company
------------------------------------------------------ */
.pages #company_greeting {
    padding: 79px 0 155px;
}

.pages #company_greeting .pages_mainttl {
    margin-bottom: 72px;
}

.pages #company_greeting .greeting_wrap {
    display: flex;
    justify-content: space-between;
}

.pages #company_greeting .greeting_wrap .greeting_image {
    width: 43.333vw;
    max-width: 520px;
    margin-right: 35px;
    position: relative;
    overflow: hidden;
}

.pages #company_greeting .greeting_frame {
    width: 100%;
    max-width: 580px;
    margin-top: -18px;
    flex: 1;
}

.pages #company_greeting .greeting_frame h4 {
    font-size: 32px;
    line-height: 1.97;
    letter-spacing: 0.09em;
    margin-bottom: 40px;
}

.pages #company_greeting .greeting_frame .greeting_txt {
    font-size: 15px;
    line-height: 2.4;
    text-align: justify;
    margin-bottom: 60px;
}

.pages #company_greeting .greeting_frame .greeting_txt p:not(:last-child) {
    margin-bottom: 42px;
}

.pages #company_greeting .greeting_frame .tag_name {
    font-family: var(--ShipporiMincho-font);
    font-size: 24px;
    font-weight: 600;
    text-align: right;
}

.pages .p_company .company_layer {
    background: #efefef;
}

.pages #company_outline {
    /*    background: #efefef;*/
    padding: 130px 0 173px;
}

.pages #company_outline .pages_mainttl {
    margin-bottom: 69px;
}

.pages #company_member {
    padding: 130px 0 111px;
}

.pages #company_member .pages_mainttl {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto 71px;
}

.pages #company_member .member_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
    margin: 0 auto;
}

.pages #company_member .member_list li {
    width: calc((100% - 240px) / 4);
    margin: 0 30px 60px;
    cursor: pointer;
}

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

.pages #company_member .member_list .member_thumb {
    width: 100%;
    height: 22.47vw;
    margin-bottom: 21px;
    position: relative;
    overflow: hidden;
}

.pages #company_member .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 #company_member .member_list li:hover .member_thumb::after {
    opacity: 1;
}

.pages #company_member .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 #company_member .member_list li:hover .member_thumb img {
    transform: scale(1.05);
}

.pages #company_member .member_list .member_name {
    font-size: 24px;
    margin-bottom: 12px;
}

.pages #company_member .member_list .member_name span {
    display: block;
    font-family: var(--en-font);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 3px;
}

.pages #company_member .member_list .job_ttl {
    font-family: var(--ShipporiMincho-font);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    color: #999999;
}

.pages #company_member .member_detail {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 77vw;
    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 #company_member .member_detail.is-active {
    color: var(--main-color);
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.pages #company_member .member_detail_wrap {
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    padding: 5vw 5vw;
    pointer-events: auto;
    overflow: auto;
}

.pages #company_member .member_detail_contents {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

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

.pages #company_member .member_detail_contents .member_photo {
    width: 24vw;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

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

.pages #company_member .member_detail_contents .member_component {
    width: 40vw;
}

.pages #company_member .member_detail_contents .member_name {
    font-size: 1.89vw;
    margin-bottom: 1vw;
}

.pages #company_member .member_detail_contents .member_name span {
    display: block;
    font-family: var(--en-font);
    font-size: 72.22%;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 2px;
}

.pages #company_member .member_detail_contents .job_ttl {
    font-family: var(--ShipporiMincho-font);
    font-size: 0.95vw;
    font-weight: 700;
    letter-spacing: 0;
    color: #999999;
    margin-bottom: 1.63vw;
}

.pages #company_member .member_detail_contents .member_comment {
    font-size: 0.79vw;
    text-align: justify;
    line-height: 2.27;
}

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

.pages #company_member .btn_close {
    background: url(../images/company/close.svg) 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 #company_member .member_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1005;
    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 #company_member .member_overlay.opened {
    opacity: 1;
    pointer-events: auto;
}

.pages #company_member.is-active h3.pages_mainttl,
.pages #company_member.is-active h3.pages_mainttl span {
    color: var(--white-color);
}

/* ------------------------------------------------------
p_access
------------------------------------------------------ */
.pages #access_info {
    padding: 107px 0 170px;
}

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

.pages #access_info .access_info_txt {
    font-family: var(--ShipporiMincho-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 2.44;
    text-align: center;
    margin-bottom: 103px;
}

.pages #access_info .access_item {
    margin-bottom: 138px;
}

.pages #access_info .access_item:last-child {
    margin-bottom: 0;
}

.pages #access_info .access_item h3 {
    font-size: 34px;
    font-weight: 600;
    color: var(--green-color);
    text-align: center;
    margin-bottom: 41px;
}

.pages #access_info .access_map {
    width: 100%;
    height: 58.594vw;
    max-height: 600px;
    margin-bottom: 60px;
}

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

.pages #access_info .access_wrap {
    display: flex;
    justify-content: space-between;
}

.pages #access_info figure {
    width: 100%;
    max-width: 440px;
    height: 34.056vw;
    max-height: 330px;
    margin-right: 30px;
}

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

.pages #access_info .access_frame {
    width: 100%;
    max-width: 500px;
}

.pages #access_info .access_frame .tb_access {
    margin-bottom: 27px;
}

.pages #access_info .access_frame .tb_access th,
.pages #access_info .access_frame .tb_access td {
    font-size: 15px;
    line-height: 1.73;
    border-bottom-color: #ccc;
    padding-bottom: 18px;
    padding: 15px 20px 18px;
}

.pages #access_info .access_frame .tb_access tr:first-child th,
.pages #access_info .access_frame .tb_access tr:first-child td {
    border-top-color: #ccc;
}

.pages #access_info .access_frame .tb_access th {
    vertical-align: middle;
}

.pages #access_info .access_frame .tb_access td {
    padding-left: 0;
}

.pages #access_info .access_frame .access_info_ttl {
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 16px;
}

.pages #access_info .access_frame .access_info_list {
    padding-left: 20px;
}

.pages #access_info .access_frame .access_info_list li {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2.267;
    padding-left: 21px;
    position: relative;
}

.pages #access_info .access_frame .access_info_list li::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--green-color);
    top: 11px;
    left: 0;
}

/* ------------------------------------------------------
p_contact
------------------------------------------------------ */
.pages #contact_info {
    background: #efefef;
    padding: 140px 0 140px;
}

.pages #contact_info .contact_wrap {
    width: 94%;
    max-width: 1200px;
    background: var(--white-color);
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 107px 0 150px;
    margin: 0 auto;
}

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

.pages #contact_info .contact_txt {
    font-family: var(--ShipporiMincho-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 2.44;
    text-align: center;
    margin-bottom: 76px;
}

.pages #contact_box .contact_notes {
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 10px;
}

.pages #contact_box .required {
    font-size: 13px;
    color: #ff0000;
}

.pages #contact_box table.tb_contact {
    margin-bottom: 80px;
}

.pages #contact_box table.tb_contact th,
.pages #contact_box table.tb_contact td {
    border-bottom-color: #ccc;
    padding: 36px 20px 38px;
}

.pages #contact_box table.tb_contact tr:first-child th,
.pages #contact_box table.tb_contact tr:first-child td {
    border-top-width: 1px;
    border-top-color: #ccc;
}

.pages #contact_box table.tb_contact tr:last-child th,
.pages #contact_box table.tb_contact tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

.pages #contact_box table.tb_contact th {
    width: 25.9%;
    font-family: var(--ShipporiMincho-font);
    padding-top: 51px;
}

.pages #contact_box table.tb_contact .required {
    margin-left: 5px;
}

.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;
    border: 1px solid #666;
    padding: 8px 17px 10px;
}

.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 table.tb_contact .field_checkbox td {
    padding-top: 50px;
    padding-bottom: 51px;
}

.pages #contact_box .field_checkbox input {
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.pages #contact_box .field_checkbox .wpcf7-list-item {
    width: 100%;
    max-width: 338px;
    margin: 0 0 4px;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.pages #contact_box table.tb_contact .field_textarea td {
    padding-bottom: 27px;
}

.pages #contact_box .accept_box {
    display: flex;
    justify-content: center;
    margin-bottom: 79px;
    position: relative;
}

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

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

.pages #contact_box .accept_box .wpcf7-list-item-label {
    font-family: var(--ShipporiMincho-font);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: underline;
    white-space: nowrap;
    padding-left: 59px;
    cursor: pointer;
}

.pages #contact_box .accept_box .required {
    margin-left: 3px;
    position: relative;
    top: 3px;
    pointer-events: none;
}

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

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

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

.pages #contact_box .btn_submit {
    width: 100%;
    max-width: 240px;
    height: 60px;
    border: 1px solid var(--main-color);
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    transition: .3s ease;
    overflow: hidden;
}

.pages #contact_box .btn_submit input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    font-family: var(--ShipporiMincho-font);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--main-color);
    text-align: center;
    cursor: pointer;
    transition: .3s ease;
    position: relative;
    z-index: 1;
}

.pages #contact_box #light_box {
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.pages #contact_box #light_box.vbox-inline {
    display: flex;
}

.pages #contact_box #light_box .modal {
    width: 94%;
    max-width: 576px;
    height: 80vh;
    max-height: 550px;
    background: var(--white-color);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 92px 82px 47px;
    overflow: auto;
}

.pages #contact_box #light_box .modal h4 {
    font-size: 24px;
    text-align: center;
    pointer-events: none;
    margin: 0 0 46px;
}

.pages #contact_box #light_box .modal .modal-txt {
    font-size: 15px;
    line-height: 2.53;
    text-align: justify;
    pointer-events: none;
    margin: 0;
}

.pages #contact_box #light_box .modal .ico-close {
    width: 64px;
    cursor: pointer;
    text-align: center;
    line-height: 1.5;
    margin: 48px auto 0;
}

.pages #contact_box #light_box .modal .ico-close span {
    display: block;
    font-family: var(--en-font);
    font-weight: 500;
    letter-spacing: 0.1em;
}

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

.pages #contact_box #contact_form .wpcf7-not-valid-tip {
    display: none;
}

.pages #contact_box .wpcf7-response-output {
    text-align: center;
    padding: 20px 10px;
}

/* ------------------------------------------------------
p_about
------------------------------------------------------ */
.pages #about_intro {
    background: url(../images/about/about_intro_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0 133px;
}

.pages #about_intro .intro_container {
    margin-bottom: 87px;
}

.pages #about_intro .intro_title {
    font-size: 32px;
    line-height: 1.97;
    text-align: center;
    margin-bottom: 43px;
}

.pages #about_intro .intro_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    padding-right: 50px;
}

.pages #about_intro .intro_frame {
    width: 100%;
    max-width: 520px;
    font-size: 15px;
    line-height: 2.4;
    text-align: justify;
    flex: 1;
}

.pages #about_intro .intro_image {
    display: flex;
    gap: 30px;
}

.pages #about_intro .intro_image .catcher_photo {
    width: 20.8vw;
    max-width: 260px;
    height: 38.4vw;
    max-height: 480px;
    object-fit: cover;
}

.pages #about_intro .intro_image .catcher_photo:nth-child(1) {
    margin-top: 120px;
}

.pages #about_intro .intro_container:last-child {
    margin-bottom: 0;
}

.pages #about_intro .intro_container:last-child .intro_wrap {
    flex-direction: row;
    padding-left: 50px;
    padding-right: 0;
}

.pages #about_intro .intro_container:last-child .intro_image .catcher_photo:nth-child(1) {
    margin-top: 0;
}

.pages #about_intro .intro_container:last-child .intro_image .catcher_photo:nth-child(2) {
    margin-top: 120px;
}

.pages #about_features {
    color: var(--white-color);
    background: url(../images/about/about_features_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 130px 0 170px;
    position: relative;
}

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

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

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

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

.pages #about_features .features_list li {
    width: 100%;
    max-width: 380px;
    border: 1px solid var(--white-color);
    padding: 56px 45px 45px;
}

.pages #about_features .features_list li .feature_title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 26px;
}

.pages #about_features .features_list li .feature_image {
    width: 13.76vw;
    max-width: 172px;
    margin: 0 auto 24px;
}

.pages #about_features .features_list li .feature_txt {
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: 0.09em;
    text-align: justify;
}

.pages #about_info {
    background: #efefef;
    padding: 150px 0;
}

.pages #about_info .info_container {
    width: 90%;
    display: flex;
    margin-left: auto;
    margin-bottom: 70px;
    position: relative;
}

.pages #about_info .info_frame {
    width: 50%;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--white-color);
    padding: 25px 54px 30px;
}

.pages #about_info .info_frame .info_title {
    font-size: 24px;
    line-height: 2;
    margin-bottom: 26px;
}

.pages #about_info .info_frame .info_txt {
    font-size: 15px;
    line-height: 2.4;
    text-align: justify;
    margin-bottom: 29px;
}

.pages #about_info .info_frame .btn_primary {
    margin-left: auto;
}

.pages #about_info .info_image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

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

.pages #about_info .info_container:last-child {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
}

.pages #about_info .info_container:last-child .info_image {
    right: auto;
    left: 0;
}

/* ------------------------------------------------------
p_service
------------------------------------------------------ */
.pages #service_intro {
    padding: 89px 0 61px;
    position: relative;
    overflow: hidden;
}

.pages #service_intro h3 {
    display: inline-block;
    font-family: var(--en-font);
    font-size: 110px;
    font-weight: 400;
    margin-bottom: 59px;
}

.pages #service_intro h3 span {
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
}

.pages #service_intro h3 span:nth-child(1)::after {
    position: relative;
    content: '';
    display: block;
    background: url(../images/service/icon.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin: 22px auto -1px;
}

.pages #service_intro .service_inrtro_frame {
    width: 100%;
    max-width: 615px;
    padding-left: 64px;
}

.pages #service_intro h4 {
    font-size: 32px;
    line-height: 1.97;
    margin-bottom: 22px;
    position: relative;
}

.pages #service_intro h4::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: var(--main-color);
    top: 35px;
    left: -58px;
}

.pages #service_intro .service_intro_txt {
    font-size: 15px;
    line-height: 2.4;
    text-align: justify;
}

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

.pages #service_intro .service_intro_cover .jarallax {
    width: 100%;
    height: 120%;
    position: relative;
}

.pages #service_intro .service_intro_cover .jarallax img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
    position: absolute;
    top: -10%;
    left: 0;
}

.pages #our_service {
    padding: 150px 0;
}

.pages #our_service .pages_mainttl {
    margin-bottom: 61px;
}

.pages #our_service .our_service_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.pages #our_service .our_service_list li {
    width: calc((100% - 30px) / 2);
    height: 26.367vw;
    max-height: 270px;
}

.pages #our_service .our_service_list li a {
    width: 100%;
    height: 100%;
    display: block;
    color: var(--white-color);
    padding: 21px 29px 0;
    position: relative;
    overflow: hidden;
}

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

.pages #our_service .our_service_list li h4 {
    font-size: 30px;
    position: relative;
}

.pages #our_service .our_service_list li h4 span {
    display: block;
    font-family: var(--en-font);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 4px;
}

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

.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 .viewmore_btn {
    width: 140px;
    font-family: var(--en-font);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 22px;
    padding-bottom: 3px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pages #our_service .our_service_list li .viewmore_btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--white-color);
    left: 0;
    bottom: 0;
    animation: viewmoremove 2s ease-in-out infinite;
}

@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_txt {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 77px;
}

.pages #business_contents {
    background: #efefef;
    padding: 150px 0 105px;
}

.pages #business_contents .business_container {
    margin-bottom: 100px;
}

.pages #business_contents .business_container:last-child {
    margin-bottom: 0;
}

.pages #business_contents .business_container .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.pages #business_contents .business_component {
    width: 100%;
    max-width: 460px;
    margin-top: -6px;
}

.pages #business_contents .business_title {
    font-size: 30px;
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 22px;
}

.pages #business_contents .business_title span {
    line-height: 2.5;
    background-image: linear-gradient(to right, transparent 50%, var(--green-color) 50%);
    background-size: 200% 100%;
    background-position: -100% 90%;
    background-repeat: repeat-x;
    padding: 9px 22px 12px;
    position: relative;
    z-index: 1;
}

.pages #business_contents .business_txt {
    font-size: 15px;
    line-height: 2.4;
    text-align: justify;
}

.pages #business_contents .business_overview {
    width: 100%;
    max-width: 660px;
    margin-right: 35px;
}

.pages #business_contents .business_overview .overview_item {
    margin-bottom: 20px;
}

.pages #business_contents .business_overview .overview_item:last-child {
    margin-bottom: 0;
}

.pages #business_contents .business_overview .main_image {
    line-height: 0;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.pages #business_contents .business_overview .overview_title {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 34px;
    border: 1px solid #ccc;
    padding: 0 50px 0 28px;
    transition: all .3s ease;
    position: relative;
    cursor: pointer;
}

.pages #business_contents .business_overview .overview_title::before {
    position: absolute;
    content: '';
    background-image: url(../images/service/icon_down.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 11px;
    top: 34px;
    right: 28px;
    transition: all .3s ease;
}

.pages #business_contents .business_overview .overview_title.is-close {
    color: var(--white-color);
    background: var(--green-color);
    border-color: var(--green-color);
}

.pages #business_contents .business_overview .overview_title.is-close::before {
    background-image: url(../images/service/icon_up_w.png);
}

.pages #business_contents .business_overview .overview_frame {
    display: none;
}

.pages #business_contents .business_overview .tb_info {
    table-layout: fixed;
}

.pages #business_contents .business_overview .tb_info th,
.pages #business_contents .business_overview .tb_info td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 16px 28px 19px;
}

.pages #business_contents .business_overview .tb_info tr:first-child th,
.pages #business_contents .business_overview .tb_info tr:first-child td {
    border-top: 0;
}

.pages #business_contents .business_overview .tb_info th {
    font-size: 18px;
    font-weight: 700;
    border-left: 1px solid #ccc;
}

.pages #business_contents .business_container:nth-child(even) .inner {
    flex-direction: row;
}

.pages #business_contents .business_container:nth-child(even) .business_overview {
    margin-right: 0;
    margin-left: 35px;
}

/* ------------------------------------------------------
p_recruit
------------------------------------------------------ */
.pages #recruit_about {
    padding: 140px 0 180px;
    position: relative;
}

.pages #recruit_about::before {
    position: absolute;
    content: '';
    background: url(../images/recruit/slogan.png) no-repeat;
    background-size: contain;
    width: 1553px;
    height: 1606px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: slogan_rotation 30s linear 1.74s infinite;
}

@keyframes slogan_rotation {
    0% {
        transform: translate(-50%, -50%) rotate(-60deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-420deg);
    }
}

.pages #recruit_about .recruit_about_container {
    width: 100%;
    min-height: 620px;
    display: flex;
    margin-bottom: 120px;
    position: relative;
}

.pages #recruit_about .recruit_about_container:last-child {
    margin-bottom: 0;
}

.pages #recruit_about .recruit_about_component {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 6.667vw 0 10vw;
}

.pages #recruit_about .recruit_about_frame .title_en {
    font-family: var(--en-font);
    font-size: 30px;
    letter-spacing: 0;
    color: var(--green-color);
    margin-bottom: 16px;
}

.pages #recruit_about .recruit_about_frame h4 {
    font-size: 28px;
    line-height: 1.86;
    margin-bottom: 31px;
}

.pages #recruit_about .recruit_about_frame .recruit_about_txt {
    font-size: 15px;
    line-height: 2.4;
    text-align: justify;
}

.pages #recruit_about .recruit_about_image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

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

.pages #recruit_about .recruit_about_container:nth-child(even) .recruit_about_component {
    padding: 0 10vw 0 6.667vw;
    margin-left: auto;
}

.pages #recruit_about .recruit_about_container:nth-child(even) .recruit_about_image {
    left: 0;
    right: auto;
}

.pages #job_list {
    background: #efefef;
    padding-bottom: 0;
}

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

.pages #job_list .recruit_gallery .swiper-slide {
    width: 58.933vw !important;
    height: 40.4vw;
}

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

.pages #job_list .inner {
    padding: 130px 0 180px;
}

.pages #job_list .pages_mainttl {
    margin-bottom: 35px;
}

.pages #job_list .job_txt {
    font-size: 15px;
    line-height: 2.53;
    margin-bottom: 69px;
}

.pages #job_list .job_item {
    margin-bottom: 140px;
}

.pages #job_list .job_item:last-child {
    margin-bottom: 0;
}

.pages #job_list table {
    margin-bottom: 70px;
}

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

.pages #job_list .recruit_comingsoon {
    display: none;
    text-align: center;
    padding-top: 50px;
}

.pages #job_list .recruit_comingsoon .recruit_comingsoon_title {
    font-family: var(--ShipporiMincho-font);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 29px;
}

.pages #job_list .recruit_comingsoon .recruit_comingsoon_notes {
    font-size: 15px;
    margin-bottom: 83px;
}

.pages #job_list .recruit_comingsoon.is-show {
    display: block;
}


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

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

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