body {
    font-family: "Yu Mincho Pr6N", "游明朝", YuMincho, "Hiragino Mincho Pro", serif;
}

.vision_Q:before {
    content: "Q";
    color: #c1aa72;
    padding-right: 4px;
}
.mosaic_parts {
    position: relative;
}
.mosaic_parts::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    background-image: linear-gradient(0deg, #fff, #ffffff00);
    bottom: 0;
}
.bk_gradation {
    background-image: linear-gradient(0deg, #ebf3f8, #ffffff);
}

.co_bk_gradation {
    background-image: linear-gradient(-130deg, #51a0d0, #0e284e);
}

.co_bk_gradation .has-border.-border01 {
    border: #fff solid 1px;
}
.misson_text {
    position: relative;
}
.misson_text:after {
    content: "Misson";
    color: #c1aa724a;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 120px;
    line-height: 0;
    letter-spacing: 1rem;
}

/* 代表挨拶
 *  */
.greeting_text {
    position: relative;
}
.greeting_text:after {
    content: "Representative message";
    color: #c1aa724a;
    position: absolute;
    top: 0;
    left: 75%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 120px;
    line-height: 0;
    white-space: nowrap;
    z-index: -1;
}

/* .c-pageTitle {
    display: none;
} */
.l-content {
    padding-top: 0;
}
.p-breadcrumb.-bg-on {
    background: var(--color_main);
    color: #fff;
}
.is-style-more_btn a {
    background: unset;
    color: unset;
    box-shadow: none;
}
.is-style-more_btn a:hover {
    background: unset;
    color: unset;
    opacity: 50%;
}
/* スライドの動き等速 */
.missonslide_container .swiper-wrapper {
    transition-timing-function: linear;
}
.missonslide_container {
    max-width: 800px;
    margin: auto;
}
/* 画像のサイズ調整 */
.missonslide-swiper img {
    aspect-ratio: 9 / 16;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.downimg {
    transform: translateY(30px);
}

.missonslide_img_down {
    margin-top: 40px;
}

.w-beforeFooter {
    margin: 0em auto 0em;
}

.l-content {
    margin: 0 auto 0em;
}

h1,
h2,
h3 {
    font-weight: normal !important;
    letter-spacing: 2px;
}
p {
    line-height: 1.75;
}

/* btn */
.Btn_original {
    position: relative;
}
.Btn_original::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: var(--color_main);
    transition: all 1s ease;
	top:50%;
left:calc(70% + 1rem);
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
}

.Btn_original:hover::after {
left:calc(72% + 1rem);
}

@media screen and (max-width:599px){
	.Btn_original::after {
		    width: 60px;
		left:calc(80% + 1rem);
}
	
	.Btn_original:hover::after {
left:calc(82% + 1rem);
}

}

/* 働く環境 */
.icons_parts {
    max-width: 700px;
    margin: auto;
    margin-bottom: 2rem;
}

.icons_parts .wp-block-columns {
    align-items: center !important;
}

.icons_parts .wp-block-column {
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 50%;
    border: solid 1px #c1aa72;
}
.icons_parts img {
    max-width: 100px;
}
.icons_anothersize img {
    max-width: 80px;
}
.icons_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recruit_info_card {
    box-shadow: 1px 1px 20px 10px #55555512;
}

/* 働く環境 */
.work_info_inner img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 600px;
    position: relative;
    z-index: -1;
}

.work_info_img img {
    margin-top: -50px;
    margin-left: 200px;
}

.work_info_img_left img {
    margin-top: -50px;
    margin-left: -200px;
}

.work_info_p_left {
    margin-left: 200px;
}

.work_info_inner p {
    background: #ffffff99;
    display: inline-block;
}

/* 採用 */
.rc_block {
    box-shadow: 1px 1px 20px 1px #3e3e3e2e;
}
.rc_block h2 {
    position: relative;
    padding-left: 1rem;
}
.rc_block h2::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 4px;
    background-image: linear-gradient(-130deg, #51a0d0, #0e284e);
    top: 6px;
    left: 0;
}

.cf_f {
    transition: 0.5s;
}
.cf_f:hover {
    opacity: 70%;
}

.casecolumn {
    gap: 0 !important;
}

.shien_block {
    align-items: center;
    max-width: 800px;
    margin: auto;
}

.shien_block.wp-block-group.is-row {
    justify-content: space-between !important;
}

.environment_parts {
    max-width: 700px;
    margin: auto;
}

.mission_card {
    border-bottom: solid 1px #c1aa72;
    padding-bottom: 30px;
    margin-bottom: 4rem;
    padding: 1rem 2rem;
}
.mission_card h2 {
    color: #624500;
    font-weight: bold !important;
}
/* 年収up */
.salary_raise_title {
    margin: 0 !important;
}
.salary_raise_label {
    line-height: 1.1;
}

.salary_raise {
    background: var(--color_bg);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.salary_raise_title span {
    color: var(--color_main);
    font-weight: 700;
    font-size: 1.5rem;
}

/* バー全体 */
.salary_raise_bar {
    margin-top: 18px;
    position: relative;
}

/* ラベル */
.salary_raise_labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.salary_raise_num {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}

/* ベースバー */
.salary_raise_track {
    position: relative;
    height: 20px;
    border-radius: 999px;
    background: #e5e5e5;
    overflow: hidden;
}

/* 伸びる部分（初期は幅0・アニメなし ※ここは1定義のみ!） */
.salary_raise_fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    border-radius: 999px;
    background: linear-gradient(90deg, #c1aa72, #624500);
}

/* 画面に入ったら発火 */
.salary_raise.is_inview .salary_raise_fill {
    animation: salary_fill_anim 2.2s cubic-bezier(0.2, 0.75, 0.15, 1) forwards;
}

@keyframes salary_fill_anim {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .salary_raise_fill {
        width: 100% !important;
        animation: none !important;
    }
}

.is-style-more_btn a {
    padding: 0;
}

.is-style-more_btn.-size-s {
    --the-min-width: 20%;
}

.recruit_section .Btn_original::after {
    background: #fff;
}

@media screen and (max-width: 781px) {
    .is-style-more_btn.-size-s {
        --the-min-width: 50%;
    }
}

/* sp */
@media screen and (max-width: 768px) {
    .mission_card {
        padding: 0;
    }

    .shien_block.wp-block-group.is-row {
        flex-direction: column;
        gap: 1rem;
    }
    .environment_parts .swell-block-columns__inner {
        justify-content: center;
    }

    .work_info_img img {
        margin-left: 0px;
    }
    .work_info_img_left img {
        margin-left: 0px;
    }
}

.message_h3{
	padding-left:1rem;
}

.message_h3::before{
    position: absolute;
    content: "";
    height: 24px;
    width: 4px;
    background-image: linear-gradient(-130deg, #51a0d0, #0e284e);
    top: 2px;
    left: 0;
}
