@charset "UTF-8"; 
.recruit_swiper {
	background: var(--theme_m_color);
	border-radius: 8rem 0 0 8rem;
}
.recruit_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);               
  will-change: transform; 
	transition: transform 100s linear;           
}

.recruit_swiper .swiper-slide.swiper-slide-active img {
	transform: scale(1.2);
	transition: transform 8s linear;           
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモレイヤー位置調整
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-recruit header {
    padding: 0rem 30rem 0rem 4rem;
    min-height: 11.5rem;
}
.page-recruit .breadcrumb_wrap {
    color: #ffffff;
    height: 3rem;
    z-index: 100;
    position: relative;
    margin: 1rem 0 0 0;
}
.page-recruit .breadcrumb_wrap > span:not(.bc_arrow) {
    color: #ffffff;
	text-shadow: 0 0 1rem #333333;
}
.page-recruit .breadcrumb_wrap > span > a {
    color: #ffffff;
}
.page-recruit .breadcrumb_wrap > span:not(:last-child)::after {
    position: absolute;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.rec_promo {
    background: linear-gradient( to bottom, #fff 0, #fff 4.5rem, var(--theme_m_color) 4.5rem, var(--theme_m_color) 100% );
    padding-bottom: 11rem;
    overflow: hidden;
}

.rec_promo .promo_inner {
    position: relative;
    margin-top: -4rem;
}

.rec_promo .promo_inner::after {
    position: absolute;
    content: "";
    background: url("../images/common/cmn_line.svg") no-repeat 50% / contain;
    width: 172.4rem;
    height: 50.8rem;
    top: 37.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media screen and (min-width: 1724px) {
    .rec_promo .promo_inner::after {
        width: 100%;
        height: 116.6rem;
    }
}

.rec_promo .promo_inner .main_img_wrap {
    min-height: 64rem;
    width: 140rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.rec_promo .promo_inner .main_img_wrap p.main_message {
    width: 67.8rem;
    z-index: 1;
    position: absolute;
    top: 21rem;
    left: -11rem;
}

.rec_promo .promo_inner .page_width h2.main_ttl {
    text-align: center;
    margin-top: -5rem;
    margin-bottom: 8rem;
    line-height: 4rem;
    position: relative;
    z-index: 1;
}

.rec_promo .promo_inner .page_width h2.main_ttl span {
    display: block;
}

.rec_promo .promo_inner .page_width h2.main_ttl span.en {
    font-family: var(--ff-mon);
    color: #fff;
    font-weight: 300;
    font-style: italic;
    font-size: 17.4rem;
    letter-spacing: -.01em;
    line-height: 1;
}

.rec_promo .promo_inner .page_width h2.main_ttl span.ja {
    font-size: 2.4rem;
    letter-spacing: .1em;
    color: #fff;
}

.rec_promo .promo_inner .page_width p.main_txt {
    font-size: 2rem;
    color: #fff;
    line-height: 2;
    text-align: center;
    font-weight: 400;
    margin-bottom: 6rem;
}

.rec_promo .promo_inner .page_width p.main_lead {
    font-size: 4.4rem;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
}

.rec_reason .bg_wrap .zigzag_wrap .txt_area p.txt {
    padding-right: 6rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner.list03 .img_area p.img.sub.img_logo {
    left: -13rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner.list03 .img_area p.img.sub.img_logo img {
    width: 38rem;
}

@media screen and (min-width: 1600px) {
    .rec_promo .promo_inner .main_img_wrap {
        width: 90%;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
section {
    position: relative;
    z-index: 0;
}

section:not(#contact_area) .bg_wrap::after {
    position: absolute;
    background: url("../images/page/recruit/rec_bg.jpg") no-repeat left top / cover;
    content: "";
    width: calc(100% - 10rem);
    height: 100%;
    top: 0;
    z-index: -1;
}

.rec_reason {
    padding: 17.5rem 0;
}

.rec_reason .bg_wrap {
    padding: 0 0 8rem;
    position: relative;
}

.rec_reason .bg_wrap::after {
    left: 0;
}

section:not(.recruit_entry) .ttl_wrap {
    margin-bottom: -1rem;
}

section:not(.recruit_entry) h2.main_ttl {
    padding-left: 10rem;
    position: relative;
    top: -6rem;
}

section:not(.recruit_entry) h2.main_ttl span {
    display: block;
}

section:not(.recruit_entry) h2.main_ttl span.en {
    font-family: var(--ff-mon);
    font-size: 14rem;
    letter-spacing: -.01em;
    color: var(--theme_m_color);
    line-height: 1;
    font-weight: 300;
    font-style: italic;
}

section:not(.recruit_entry) h2.main_ttl span.ja {
    font-size: 2.4rem;
    letter-spacing: .1em;
    font-weight: bold;
    padding-left: 7rem;
    margin-top: 1rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner {
    justify-content: space-between;
    gap: 5rem;
    margin-bottom: 17rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner:nth-child(odd) {
    padding-left: 30rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner:nth-child(even) {
    padding-right: 23rem;
    flex-direction: row-reverse;
}

.rec_reason .bg_wrap .zigzag_wrap .inner .txt_area {
    width: 51rem;
    padding: 5rem 0 0 1rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner .txt_area h3.ttl {
    font-size: 4.2rem;
    letter-spacing: .08em;
    color: var(--theme_m_color);
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 4rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner .txt_area p.txt {
    font-size: 2rem;
    line-height: 2;
}

.rec_reason .bg_wrap .zigzag_wrap .inner .img_area {
    position: relative;
}

.rec_reason .bg_wrap .zigzag_wrap .inner .img_area p.img.main img {
    width: 66rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner:nth-child(odd) .img_area p.img.main img {
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner:nth-child(even) .img_area p.img.main img {
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner .img_area p.img.sub {
    position: absolute;
    bottom: -10.5rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner:nth-child(odd) .img_area p.img.sub {
    left: -10rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner:nth-child(even) .img_area p.img.sub {
    right: -10rem;
}

.rec_reason .bg_wrap .zigzag_wrap .inner .img_area p.img.sub img {
    width: 35rem;
    border-radius: 4rem;
}

@media (min-width: 1650px) {
    .rec_reason .bg_wrap .zigzag_wrap .inner {
        justify-content: flex-end
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner .img_area {
        width: calc(100% - 51rem - 5rem);
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner .img_area p.img.main img {
        width: 100%;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.rec_staff .bg_wrap {
    padding-bottom: 16rem;
}

.rec_staff .bg_wrap::after {
    right: 0;
}

.rec_staff .bg_wrap .ttl_wrap {
    margin-bottom: 4.5rem;
}

.rec_staff .bg_wrap .inner {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.rec_staff .bg_wrap .inner:not(:last-child) {
    margin-bottom: 14rem;
}

.rec_staff .bg_wrap .inner p.main_txt {
    width: 43.8rem;
	font-size: 2rem;
}

.rec_staff .bg_wrap .inner .img_area {
    width: 54rem;
    position: relative;
}

.rec_staff .bg_wrap .inner .img_area::before {
    content: "";
    position: absolute;
    width: 13.7rem;
    height: 11rem;
    background: no-repeat 50% /contain;
    top: -4rem;
}

.rec_staff .bg_wrap .inner:nth-child(1) .img_area::before {
    background-image: url("../images/page/recruit/job01.png");
}

.rec_staff .bg_wrap .inner:nth-child(2) .img_area::before {
    background-image: url("../images/page/recruit/job01.png");
}

.rec_staff .bg_wrap .inner:nth-child(3) .img_area::before {
    background-image: url("../images/page/recruit/job03.png");
}

.rec_staff .bg_wrap .inner:nth-child(4) .img_area::before {
    background-image: url("../images/page/recruit/job03.png");
}

.rec_staff .bg_wrap .inner:nth-child(5) .img_area::before {
    background-image: url("../images/page/recruit/job04.png");
}

.rec_staff .bg_wrap .inner:nth-child(odd) .img_area::before {
    left: -6rem;
}

.rec_staff .bg_wrap .inner:nth-child(even) .img_area::before {
    right: -7rem;
}

.rec_staff .bg_wrap .inner .img_area p.img {
    width: 50%;
}

.rec_staff .bg_wrap .inner .img_area p.img img {
    border-radius: 4rem;
}

.rec_staff .bg_wrap .inner:nth-child(odd) p.main_txt {
    margin-left: 5rem;
}

.rec_staff .bg_wrap .inner:nth-child(odd) .img_area {
    margin-right: -5rem;
}

.rec_staff .bg_wrap .inner:nth-child(odd) .img_area p.img.right {
    margin-top: -5rem;
}

.rec_staff .bg_wrap .inner:nth-child(even) {
    flex-direction: row-reverse;
}

.rec_staff .bg_wrap .inner:nth-child(even) .img_area p.img.left {
    margin-top: -5rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.rec_info {
    padding-bottom: 5rem;
    padding-top: 18.5rem;
}

.rec_info .medium_width {
    max-width: 100rem;
    min-width: 100rem;
}

.rec_info h2.main_ttl {
    color: var(--theme_m_color);
    font-size: 5rem;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 5rem;
    top: 0;
    padding: 0;
    font-weight: 400;
}

.rec_info .medium_width h2.main_ttl{
	top: 0;
}

.rec_info .cmn_dl_wrap dl.dl_list dt {
    padding: 5rem 1rem 0;
}

.rec_info .cmn_dl_wrap dl.dl_list dd {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 3rem;
}

.rec_info .cmn_dl_wrap dl.dl_list dd ul {
	
}

.rec_info .cmn_dl_wrap dl.dl_list dd ul li{
	padding-left: 1em;
	text-indent: -1em;
}

.rec_info .cmn_dl_wrap dl.dl_list dd .works_items:not(:last-child) {
    margin-bottom: 3rem;
}

.rec_info .cmn_dl_wrap dl.dl_list dd .works_items .h3.ttl {
    color: var(--theme_m_color);
    margin-bottom: .5rem;
}

.rec_info .cmn_dl_wrap dl.dl_list dd .txt_wrap p:not(:last-child) {
    margin-bottom: 4rem;
}

.rec_info .cmn_dl_wrap dl.dl_list dd .mb01 {
    margin-bottom: 3rem;
}

.recruit_entry {
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 12rem 0 5rem;
}

.recruit_entry::before {
    position: absolute;
    content: "";
    background: url("../images/common/cmn_line.png") no-repeat 50% / contain;
    width: 172.4rem;
    height: 50.8rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: .1em;
}

@media screen and (min-width: 1724px) {
	.recruit_entry::before{
		width: 100%;
		height: 57.6rem;
	}
}


.recruit_entry .entry_ttl {
    position: relative;
}

.recruit_entry .entry_ttl p {
    font-size: 4.4rem;
    color: var(--theme_m_color);
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10rem;
	letter-spacing: 0.2rem;
}

#contact_area.recruit_entry .bg_wrap {
    min-height: 40rem;
}

#contact_area.recruit_entry .bg_wrap .ttl_wrap h2.main_ttl {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */.rec_promo {
        background: linear-gradient( to bottom, #fff 0, #fff 8.5rem, var(--theme_m_color) 8.5rem, var(--theme_m_color) 100% );
    }

    .rec_promo .promo_inner {
        margin-top: 0;
    }

    .rec_promo .promo_inner::after {
        background-image: url("../images/common/cmn_line_sp.svg");
        top: 31%;
    }

    .rec_promo .page_width {
        width: calc(100% - 50px);
    }

    .rec_promo .promo_inner .main_img_wrap {
        width: 70rem;
        min-height: 73.6rem;
    }

    .rec_promo .promo_inner .main_img_wrap p.main_message {
        width: 69rem;
        top: 29rem;
        left: -3rem;
		z-index: 2;
    }

    .rec_promo .promo_inner .page_width h2.main_ttl {
        margin-bottom: 5rem;
    }

    .rec_promo .promo_inner .page_width h2.main_ttl span.en {
        font-size: 14rem;
    }

    .rec_promo .promo_inner .page_width h2.main_ttl span.ja {
        font-size: 3rem;
    }

    .rec_promo .promo_inner .page_width p.main_txt {
        font-size: 3rem;
        line-height: 1.75;
        margin-bottom: 6rem;
    }

    .rec_promo .promo_inner .page_width p.main_lead {
        font-size: 5rem;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    section {
        padding-top: 11rem;
        overflow: hidden;
    }

    section:not(#contact_area) .bg_wrap::after {
		background-image: url("../images/page/recruit/rec_bg_sp.jpg");
        width: calc(100% - 4.5rem);
        height: 100%;
    }

    .rec_reason {
        overflow: hidden;
        padding-top: 13rem;
        padding-bottom: 0;
    }  

    section:not(.recruit_entry) .ttl_wrap {
        margin-bottom: 1rem;
    }

    section:not(.recruit_entry) h2.main_ttl {
        padding-left: 0;
        top: -4.2rem;
    }

    section:not(.recruit_entry) h2.main_ttl span.en {
        font-size: 10rem;
    }

    section:not(.recruit_entry) h2.main_ttl span.ja {
        font-size: 3.2rem;
        padding-left: 3rem;
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner:nth-child(odd) {
        padding-left: 7.5rem;
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner:nth-child(even) {
        padding-right: 7.5rem;
        justify-content: flex-end;
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner .txt_area {
        width: auto;
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner:nth-child(odd) .txt_area {
        padding: 0 7.5rem 0 0;
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner:nth-child(even) .txt_area {
        padding: 0 0 0 7.5rem;
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner .txt_area h3.ttl {
        font-size: 5.2rem;
        white-space: nowrap;
        margin-bottom: 3rem;
		letter-spacing: .02em
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner .txt_area p.txt {
        font-size: 3rem;
        line-height: 1.75;
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner:nth-child(odd) .img_area {
        margin-left: auto;
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner .img_area p.img.main img {
        width: 58rem;
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner .img_area p.img.sub {
        bottom: -8.5rem;
    }

    .rec_reason .bg_wrap .zigzag_wrap .inner .img_area p.img.sub img {
        width: 32.2rem;
    }
	
	.rec_reason .bg_wrap .zigzag_wrap .txt_area p.txt{
		padding-right: 0;
	}

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    .rec_staff .bg_wrap {
        position: relative;
        padding-bottom: 10rem;
    }
	
    .rec_staff .bg_wrap .ttl_wrap {
        margin-bottom: 11rem;
    }

    .rec_staff .bg_wrap .inner {
        flex-direction: column-reverse;
    }

    .rec_staff .bg_wrap .inner p.main_txt {
        width: 100%;
        padding-left: 5rem;
		font-size: 3rem;
    }

    .rec_staff .bg_wrap .inner .img_area {
        margin-bottom: 5rem;
        width: 59.2rem;
    }

    .rec_staff .bg_wrap .inner .img_area::before {
        width: 19.4rem;
        height: 15rem;
        top: -7rem;
    }

    .rec_staff .bg_wrap .inner:nth-child(1) .img_area::before {
        left: -10rem;
		background-image: url("../images/page/recruit/job01_sp.png");
    }

	.rec_staff .bg_wrap .inner:nth-child(2) .img_area::before {
		background-image: url("../images/page/recruit/job01_sp.png");
	}

	.rec_staff .bg_wrap .inner:nth-child(3) .img_area::before {
		background-image: url("../images/page/recruit/job03_sp.png");
	}

	.rec_staff .bg_wrap .inner:nth-child(4) .img_area::before {
		background-image: url("../images/page/recruit/job03_sp.png");
	}
	
	.rec_staff .bg_wrap .inner:nth-child(5) .img_area::before {
		background-image: url("../images/page/recruit/job04_sp.png");
	}

    .rec_staff .bg_wrap .inner:nth-child(even) .img_area::before {
        right: -11rem;
    }

    .rec_staff .bg_wrap .inner:nth-child(odd) p.main_txt {
        margin: 0;
    }

    .rec_staff .bg_wrap .inner:nth-child(odd) .img_area {
        margin-right: -5rem;
        margin-left: auto;
    }

    .rec_staff .bg_wrap .inner:nth-child(even) .img_area {
        margin-left: -5rem;
    }

    .rec_staff .bg_wrap .inner:nth-child(odd) .img_area p.img.right {
        margin-top: -6.5rem;
    }

    .rec_staff .bg_wrap .inner:nth-child(even) {
        flex-direction: column-reverse;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    .page-recruit.rec_info {
        padding-top: 9rem;
        padding-bottom: 0;
    }
	
	.rec_info{
		padding-top: 10.5rem;
	}

    .rec_info .medium_width {
        min-width: auto;
        width: var(--base_width);
    }

    .rec_info h2.main_ttl {
        font-size: 5.6rem;
    }
	
	section.rec_info h2.main_ttl{
		top: 0;
	}

    .rec_info .cmn_dl_wrap dl.dl_list dt {
        font-size: 3.4rem;
    }

    .rec_info .cmn_dl_wrap dl.dl_list dd {
        font-size: 3rem;
        padding: 0 3rem 7.5rem;
    }

    .recruit_entry {
        padding-bottom: 10rem;
    }

    .recruit_entry::before {
        background-image: url("../images/common/cmn_line_sp.png");
    }

    .recruit_entry .entry_ttl p {
        font-size: 5rem;
		font-weight: 400;
    }

    .recruit_entry#contact_area {
        overflow: hidden;
        padding-top: 12rem;
    }
}

