@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');


/* recruitLayout
--------------------------------------------------------------------------------------------------------*/
.recruitLayout #gNavi {
    font-weight: bold;
}
.recruitLayout #main .title02 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
    color: #222;
    letter-spacing: 6px;
    font-size: 2.3rem;
}
.recruitLayout #main .title02 span {
    color: #ee6f37;
    letter-spacing: 1px;
    font-style: normal;
}
.recruitLayout #main .title02 span, .recruitLayout #main .title03 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    font-size: 1rem;
}
.recruitLayout #main .title03 {
    line-height: 1.8;
    text-align: left;
}
.recruitLayout #main .ttl01 {
    font-size: 1.75rem;
}
.recruitLayout #main .ttl01 .en02 {
    font-style: italic;
    font-weight: 900;
}
.recruitLayout #main .ttl01 .jp {
    display: inline-block;
    padding-left: 1.8rem;
    color: #ee6f37;
    position: relative;
    margin-bottom: 40px;
}
.recruitLayout #main .ttl01 .jp::before {
    position: absolute;
    content: "●";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60%;
}
.recruitLayout #main .btn03 {
    position: relative;
	display: block;
    text-align: center;
	border-radius: 25px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    width: 100%;
    max-width: 225px;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    margin-top: 30px;
}
.recruitLayout #main .btn03:hover {
    opacity: 1;
    border-color:transparent;
}
.recruitLayout #main .btn03 span {
    position: relative;
	z-index: 2;
	display: block;
    padding: 10px 30px;
	background: #ef8252;
	border-radius: 25px;
	color: #222;
    transition: all 0.3s ease;
    border: solid 2px #222;
}
.recruitLayout #main .btn03::before {
    content:"";
    position: absolute;
	z-index: -1;
    top:4px;
    left:0;
    width: 100%;
    height: 100%;
	border-radius: 25px;
    background-color: #222;
}
.recruitLayout #main .btn03:hover span {
    background-color: #222;
	color: #fff;
	transform: translateY(4px);
}

.recruitLayout .w_img {
    position: relative;
}
.recruitLayout .w_img img {
    border-radius: 20px;
}
.recruitLayout .w_img::after {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #fff;
    border-radius: 20px;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
}
.recruitLayout .ex_bg {
    overflow-x: clip;
    position: relative;
}
.recruitLayout .ex_bg .bg {
    height: 100px;
    margin-left: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 30px;
}
.recruitLayout .ex_bg .bg.w_img, .recruitLayout .ex_bg .bg.w_img::after {
    border-radius: 20px 0 0 20px;
}
.recruitLayout .inter_flex {
    counter-reset: num01;
}
.recruitLayout .inter_flex .flex_box02 {
    counter-increment: num01;
    position: relative;
}

.recruitLayout .inter_flex .flex_box02 .ttl::after {
    content: counter(num01, decimal-leading-zero);
    color: #fff;
    top: 15px;
    font-weight: bold;
    font-size: 1.1rem;
}

.recruitLayout .inter_flex .flex_box02 .img {
    position: relative;
    padding-bottom: 10px;
    padding-right: 10px;
    z-index: 1;
}
.recruitLayout .inter_flex .flex_box02 .img::after {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 20px;
    z-index: -1;
}
.recruitLayout .inter_flex .ttl {
    position: relative;
    padding-top: 70px;
    font-family: "Lato", sans-serif;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: 900;
    font-style: italic;
}
.recruitLayout .inter_flex .ttl::before, .recruitLayout .inter_flex .ttl::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.recruitLayout .inter_flex .ttl::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #222;
    top: 0;
}
.recruitLayout .inter_flex .w_box {
    padding: 40px 20px;
    box-shadow: none;
    position: relative;
    overflow: visible;
}
.recruitLayout #main .inter_flex {
    gap: 80px 4%;
}
.recruitLayout #main .inter_flex .w_box .btn_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 1;
    width: 80%;
}
.recruitLayout #main .inter_flex .w_box .btn_box .btn03 {
    margin-left: auto;
    margin-right: auto;
}
.recruitLayout #main .inter_flex .w_box .icon, .recruitTeammateLayout .voice_box .w_box .icon {
    color: #fff;
    max-width: 90px;
    text-align: center;
    padding: 5px 0;
    font-size: 0.8rem;
    background-color: #ee6f37;
    margin: 20px 0 10px;
    border-radius: 50px;
}
.recruitLayout #main .inter_flex .w_box .nyusya, .recruitTeammateLayout .voice_box .w_box .nyusya {
    font-weight: normal;
}
.recruitLayout #main .inter_flex .w_box .name, .recruitTeammateLayout .voice_box .w_box .name {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1.85rem;
}
.recruitLayout #main .inter_flex .w_box .ttl03 {
    font-size: 1.1rem;
    margin-bottom: 30px;
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitLayout #header h1 {
                width: 60%;
            }
            .recruitLayout .drawer-btn {
                top: 27px;
            }
            .recruitLayout #main .title02 {
                font-size: 3.2rem;
            }
            .recruitLayout #main .title02 span {
                font-size: 1.4rem;
            }
            .recruitLayout #main .title03 {
                font-size: 1.2rem;
            }
            .recruitLayout #main .ttl01 {
                font-size: 1.9rem;
            }
            .recruitLayout .w_img img, .recruitLayout .w_img::after {
                border-radius: 30px;
            }
            .recruitLayout .w_img::after {
                top: 15px;
                left: 15px;
            }
            .recruitLayout .ex_bg .bg.w_img, .recruitLayout .ex_bg .bg.w_img::after {
                border-radius: 30px 0 0 20px;
            }
            .recruitLayout #main .inter_flex .w_box .ttl03 {
                font-size: 1.3rem;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitLayout #main .title02 {
                font-size: 4.2rem;
            }
            .recruitLayout #main .title02 span {
                font-size: 1.8rem;
            }
            .recruitLayout #main .title03 {
                font-size: 1.4rem;
            }
            .recruitLayout .ex_bg .inner > div {
                width: 48%;
                min-height: 530px;
            }
            .recruitLayout .ex_bg .bg {
                width: 48%;
                position: absolute;
                top: 0;
                right: 0;
                margin-top: 0;
                height: 100%;
            }
            .recruitLayout #main .inter_flex .w_box .ttl03 {
                font-size: 1.6rem;
            }
        }
/* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1200px) {
             .recruitLayout #header h1 {
                width: calc(20% - 20px);
            }
            .recruitLayout #header .com_btn, .recruitLayout #header .com_btn a {
                position: relative;
            }
            .recruitLayout #header .com_btn a {
                display: block;
                padding-right: 25px;
            }
            .recruitLayout #header .com_btn::before, .recruitLayout #header .com_btn a::before,
            .recruitLayout #header .com_btn a::after {
                position: absolute;
                top: calc(50% - 4px);
                transform: translateY(-50%);
            }
            .recruitLayout #header .com_btn::before {
                content: "／";
                left: -28px;
            }
            .recruitLayout #header .com_btn a::before {
                content: "";
                width: 20px;
                height: 20px;
                right: 0;
                background-color: #ee6f37;
                border-radius: 50%;
            }
            .recruitLayout #header .com_btn a::after {
                content: "→";
                right: 3px;
                color: #fff;
                font-size: 0.7rem;
                transition: all 0.3s;
            }
            .recruitLayout #header .com_btn a:hover::after {
                right: 1px;
            }
        }



/* recruitCommonLayout
--------------------------------------------------------------------------------------------------------*/
.recruitCommonLayout .main_bg {
    background-image: url("../img/recruit/common/common_bg02.png");
    background-repeat: repeat-y;
    background-position: center top;
    overflow: hidden;
    position: relative;
  z-index: 1;
}
.recruitCommonLayout #main {
    position: relative;
    font-weight: bold;
}
.recruitCommonLayout #main::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 150px);
    background-color: #fff8ce;
    z-index: -10;
    bottom: 0;
    left: 0;
}
.recruitCommonLayout .main_bg #c01::before {
    content: none;
}
.recruitCommonLayout .h2_wrap {
    position: relative;
    z-index: 1;
    padding: 40px 0 30px;
    overflow-X: clip;
}
.recruitCommonLayout .h2_wrap .title02 {
    margin-bottom: 0;
}
.recruitCommonLayout .h2_wrap::after {
    position: absolute;
    content: "";
    z-index: -1;
}
.recruitCommonLayout .h2_wrap::after {
    background: url("../img/recruit/index/main_bg01.png")no-repeat center center/cover;
    width: 727px;
  height: 266px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
}
.recruitCommonLayout .h2_wrap::before {
    position: absolute;
    content: "";
    background: url("../img/recruit/index/recruit_index_c01_img01.png")no-repeat top left/cover;
    width: 74px;
    height: 56px;
    top: 0;
    left: calc(50% + 120px);
    transform: translateX(-50%);
}
.recruitCommonLayout #main .h2_wrap .title02 span {
    color: #222;
}
.recruitCommonLayout #main .main_bg .title03 {
    font-size: 1.75rem;
    color: #ee6f37;
}
.recruitCommonLayout #c01 {
    padding-top: 0;
    padding-bottom: 0;
}
.recruitCommonLayout .ttl01 {
    text-align: center;
}
.recruitCommonLayout .cassette:last-of-type {
    padding-bottom: 100px;
}
.recruitCommonLayout .ttl02 {
    background-color: #ee6f37;
    padding: 15px 0;
    border-radius: 50px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 840px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "M PLUS 1p", sans-serif;
}

        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitCommonLayout #main::after {
                height: calc(100% - 250px);
            }
            .recruitCommonLayout .h2_wrap::after {
                bottom: -200px;
                width: 1350px;
                height: 556px;
            }
            .recruitCommonLayout #main .main_bg .title03 {
                font-size: 2.75rem;
            }
            .recruitCommonLayout #c01 {
                padding-bottom: 60px;
            }
            .recruitCommonLayout .h2_wrap {
                padding: 80px 0 30px;
            }
            .recruitCommonLayout .h2_wrap::before {
                width: 135px;
                height: 103px;
                left: calc(50% + 160px);
            }
            .recruitCommonLayout .ttl02 {
                font-size: 2rem;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitCommonLayout #main::after {
                height: calc(100% - 300px);
            }
            .recruitCommonLayout .h2_wrap::after {
                width: 2483px;
                height: 893px;
                bottom: -330px;
            }
            .recruitCommonLayout #main .main_bg .title03 {
                font-size: 3.75rem;
            }
            .recruitCommonLayout .h2_wrap::before {
                left: calc(50% + 220px);
            }
            .recruitCommonLayout .cassette:last-of-type {
                padding-bottom: 160px;
            }
            .recruitCommonLayout .ttl02 {
                font-size: 2.5rem;
            }
        }
        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1200px) {
            .recruitCommonLayout #main::after {
                height: calc(100% - 200px);
            }
        }



/* recruitIndexLayout
--------------------------------------------------------------------------------------------------------*/
.recruitIndexLayout .bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding-bottom: 10px;
}
.recruitIndexLayout .bx-viewport {
    border-radius: 30px;
}
.recruitIndexLayout .bx-wrapper::after {
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 30px;
    bottom: 0;
    right: -10px;
    width: 100%;
    height: calc(100% - 10px);
    z-index: -1;
}
.recruitIndexLayout #main_img .bx-wrapper {
    width: 46%;
}
.recruitIndexLayout #main_img .tabSp {
  display: flex;
  justify-content: space-between;
  gap: 8%;
  width: 100%;
}
.recruitIndexLayout #main_img > .flex_box01 {
    width: calc(96% - 20px);
    margin: 0 auto;
}
.recruitIndexLayout #main_img .slider01 > li,
.recruitIndexLayout #main_img .slider02 > li {
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recruitIndexLayout #main_img .slider01 > li:nth-child(1) {
    background-image: url("../img/recruit/index/main_img01_sp.jpg");
}
.recruitIndexLayout #main_img .slider02 > li:nth-child(1) {
    background-image: url("../img/recruit/index/main_img02_sp.jpg");
}
.recruitIndexLayout #main_img .slider01 > li:nth-child(2) {
    background-image: url("../img/recruit/index/main_img03_sp.jpg");
}
.recruitIndexLayout #main_img .slider02 > li:nth-child(2) {
    background-image: url("../img/recruit/index/main_img04_sp.jpg");
}
.recruitIndexLayout #main_img {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.recruitIndexLayout #main_img::after, .recruitIndexLayout #main_img::before {
    position: absolute;
    content: "";
    z-index: -1;
}
.recruitIndexLayout #main_img::before {
    background-image: linear-gradient( 90deg, rgba(148,225,66,0.7) 0%, rgba(59,192,229,0.7) 100%);
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
}
.recruitIndexLayout #main_img::after {
    background: url("../img/recruit/index/main_bg01.png")no-repeat center center/cover;
    width: 1567px;
    height: 626px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}
.recruitIndexLayout #main_img .main_t {
    font-size: 1.95rem;
}
.recruitIndexLayout #main_img .main_t .ora {
    color: #ee6f37;
}
.recruitIndexLayout #main_img .main_t .s {
    font-size: 1.5rem;
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            
            .recruitIndexLayout #main_img {
                font-size: 1.1rem;
                padding: 60px 0 0 40px;
            }
            .recruitIndexLayout #main_img .main_t {
                font-size: 3.6rem;
            }
            .recruitIndexLayout #main_img .main_t .s {
                font-size: 2.2rem;
            }
            .recruitIndexLayout #main_img > .flex_box01 {
                width: calc(100% - 20px);
            }
            .recruitIndexLayout #main_img > .flex_box01:first-child {
                max-width: 580px;
            }
            .recruitIndexLayout #main_img::after {
                bottom: 0;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitIndexLayout #main_img {
                padding: 0 0 160px 40px;
            }
            .recruitIndexLayout #main_img .tabSp {
                display: none;
            }
            .recruitIndexLayout #main_img::after {
                width: 2483px;
                height: 893px;
            }
            .recruitIndexLayout #main_img::before {
                height: 70%;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1145px) {
            .recruitIndexLayout #main_img .main_t {
                font-size: 5.6rem;
            }
            .recruitIndexLayout #main_img .main_t .s {
                font-size: 4.2rem;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1600px) {
            .recruitIndexLayout #main_img::before {
                height: 50%;
            }
        }



/* c01
----------------------------------------------------*/
.recruitIndexLayout #c01 {
    background-image: linear-gradient( 90deg, rgba(148,225,66,0.7) 0%, rgba(59,192,229,0.7) 100%);
    padding-bottom: 0;
}
.recruitIndexLayout #c01::before {
    background-image: url("../img/recruit/common/common_bg01.png");
    background-position: center top;
    right: auto;
    left: 50%;
    transform: translateX(-50%) scale(1, -1);
    width: 1200px;
    height: 600px;
    bottom: -500px;
    z-index: 0;
}
.recruitIndexLayout #c01 .inner {
    position: relative;
    z-index: 1;
    padding-bottom: 280px;
}
.recruitIndexLayout #c01 .inner::after {
    position: absolute;
    content: "";
    background: url("../img/recruit/index/recruit_index_c01_img02.png")no-repeat left top/cover;
    width: 129px;
    height: 268px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
}
.recruitLayout #c01 .title03 {
    text-align: center;
}
.recruitIndexLayout #c01 .title02 {
    position: relative;
    padding-top: 35px;
}
.recruitIndexLayout #c01 .title02::after {
    position: absolute;
    content: "";
    background: url("../img/recruit/index/recruit_index_c01_img01.png")no-repeat top left/cover;
    width: 74px;
    height: 56px;
    top: 0;
    left: calc(50% + 110px);
  transform: translateX(-50%);
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitIndexLayout #c01 .title02 {
                padding-top: 75px;
            }
            .recruitIndexLayout #c01 .title02::after {
                width: 135px;
                height: 103px;
                left: calc(50% + 160px);
                transform: translateX(-50%);
            }
            .recruitIndexLayout #c01::before {
                width: 2000px;
                height: 1000px;
                bottom: -800px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitLayout #c01 .title03 {
                line-height: 2.4;
            }
            .recruitIndexLayout #c01 .title02::after {
                left: calc(50% + 190px);
                transform: translateX(-50%);
            }
            .recruitIndexLayout #c01::before {
                width: 3272px;
                height: 1531px;
                bottom: -1230px;
            }
            .recruitIndexLayout #c01 .inner {
                padding-bottom: 170px;
            }
            .recruitIndexLayout #c01 .inner::after {
                width: 231px;
                height: 480px;
                left: auto;
                transform: none;
                right: 0;
            }
        }



/* c02
----------------------------------------------------*/
.recruitIndexLayout #c02 {
    background-color: #59c7b3;
    position: relative;
    padding-bottom: 420px;
}
.recruitIndexLayout #c02::after {
    position: absolute;
    content: "";
    z-index: 0;
    background: url("../img/recruit/index/recruit_index_c02_img02.png")no-repeat top left/cover;
    width: 298px;
  height: 368px;
    bottom: 0;
    right: 0;
}
.recruitIndexLayout #c02 .inner {
    position: relative;
    z-index: 1;
}
.recruitIndexLayout #c02 .title02, .recruitIndexLayout #c03 .title02 {
    text-align: left;
}




        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitIndexLayout #c02 {
                padding-bottom: 100px;
            }
            .recruitIndexLayout #c02::after {
                width: 338px;
                height: 448px;
                opacity: 0.4;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitIndexLayout #c02 {
                padding-top: 180px;
                padding-bottom: 180px;
            }
            .recruitIndexLayout #c02::after {
                width: 508px;
                height: 738px;
            }
        }
        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1900px) {
            .recruitIndexLayout #c02::after {
                opacity: 1;
            }
        }


/* c03
----------------------------------------------------*/
.recruitIndexLayout #c03 {
    background-color: #ffd739;
    position: relative;
    padding-bottom: 420px;
}
.recruitIndexLayout #c03::after {
    position: absolute;
    content: "";
    z-index: 0;
    background: url("../img/recruit/index/recruit_index_c03_img02.png")no-repeat top left/cover;
    width: 308px;
  height: 335px;
    bottom: 0;
    left: 0;
}
.recruitIndexLayout #c03 .inner {
    position: relative;
    z-index: 1;
}






        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitIndexLayout #c03 {
                padding-bottom: 100px;
            }
            .recruitIndexLayout #c03::after {
                width: 412px;
                height: 448px;
                opacity: 0.4;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitIndexLayout #c03 {
                padding-top: 180px;
                padding-bottom: 180px;
            }
            .recruitIndexLayout #c03::after {
                width: 555px;
                height: 608px;
            }
        }
        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1900px) {
            .recruitIndexLayout #c03::after {
                opacity: 1;
            }
        }


/* c04
----------------------------------------------------*/
.recruitIndexLayout #c04 {
    background-color: #fff8ce;
    position: relative;
    overflow: hidden;
    padding-bottom: 280px;
}
.recruitIndexLayout #c04::after, .recruitIndexLayout #c04::before {
    position: absolute;
    content: "";
    z-index: 0;
    background: url("../img/recruit/common/common_bg01.png")no-repeat bottom center/cover;
    width: 1116px;
    height: 544px;
    left: 50%;
}
.recruitIndexLayout #c04::after {
    transform: translateX(-50%);
    top: -200px;
}
.recruitIndexLayout #c04::before {
    transform: translateX(-50%) scale(1, -1);
    bottom: -380px;
}
.recruitIndexLayout #c04 .inner {
    position: relative;
    z-index: 1;
}
.recruitIndexLayout #c04 .title02 {
    position: relative;
}
.recruitIndexLayout #c04 .title02::after {
    position: absolute;
    content: "";
    background: url("../img/recruit/index/recruit_index_c04_icon01.png")no-repeat top left/cover;
    width: 56px;
    height: 56px;
    top: -10px;
    right: 0;
}
.recruitIndexLayout #c04 .title03 {
    text-align: center;
}
.recruitLayout #main #c04 .btn03 {
    margin-left: auto;
    margin-right: auto;
}
.recruitLayout #main #c04 .inter_flex {
    display: none;
}
.recruitLayout #main #c04 .slider03 li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 200px;
}
.recruitLayout #main #c04 .slider03 li:nth-child(1) {
    background-image: url("../img/recruit/index/recruit_index_c04_img01.png");
}
.recruitLayout #main #c04 .slider03 li:nth-child(2) {
    background-image: url("../img/recruit/index/recruit_index_c04_img02.png");
}
.recruitLayout #main #c04 .slider03 li:nth-child(3) {
    background-image: url("../img/recruit/index/recruit_index_c04_img03.png");
}
.recruitLayout #c04 .bx-wrapper {
    width: 90%;
    margin: 0 auto;
}
.recruitLayout #c04 .look_flex, .recruitLayout #c04 .flow_box {
    margin-top: 60px;
}
.recruitLayout #c04 .look_flex .title03 {
    text-align: left;
}
.recruitLayout .bg01 {
    height: 240px;
    background: url("../img/recruit/index/recruit_index_c05_bg01.jpg")no-repeat center center/cover;
}
.recruitLayout #c04 .c04_person {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}
.recruitLayout #c04 .point_box {
    background-color: #f9dbaa;
    padding: 60px 20px 40px;
    position: relative;
    border-radius: 20px;
    margin-top: 50px;
}
.recruitLayout #c04 .point_box h4 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    color: #ef8252;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.25rem;
}
.recruitLayout #c04 .point_box .p_icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    font-family: "M PLUS 1p", sans-serif;
    text-align: center;
    top: -30px;
    z-index: 1;
    font-size: 1.1rem;
}
.recruitLayout #c04 .point_box .p_icon::before {
    position: absolute;
    content: "";
    width: 107px;
    height: 111px;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    background: url("../img/recruit/work/work_icon01.png")no-repeat center center/cover;
    z-index: -1;
}
.recruitLayout #c04 .look_text {
    font-family: "M PLUS 1p", sans-serif;
    text-align: center;
    font-weight: 500;
    padding: 20px 40px;
    border-radius: 100px;
    color: #fff;
    background-color: #ee6f37;
    margin-top: 40px;
    font-size: 1.4rem;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.recruitLayout #c04 .flow_box .flow_li > li:last-child {
    margin-bottom: 80px;
}
.recruitLayout #c04 .flow_box .flow_li > li {
    position: relative;
    background-image: linear-gradient( 0deg, rgb(231,97,38) 0%, rgb(239,130,82) 100%);
    color: #fff;
    padding: 190px 20px 20px;
}
.recruitLayout #c04 .flow_box .flow_li > li:first-child {
    padding-top: 110px;
}
.recruitLayout #c04 .flow_box .flow_li > li::before {
    position: absolute;
    content: "";
    bottom: -79.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 80px;
    background-color: #e76126;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: 1;
}
.recruitLayout #c04 .flow_box .flow_li > li > div {
    position: relative;
    z-index: 10;
    margin: 0 auto;
  max-width: 410px;
}
.recruitLayout #c04 .flow_box .flow_li > li .bg_num {
    color: #e88d65;
    position: absolute;
    top: 100px;
    transform: translateX(-50%);
    left: 50%;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.2;
}
.recruitLayout #c04 .flow_box .flow_li > li:first-child .bg_num {
    top: 20px;
}
.recruitLayout #c04 .flow_box .flow_li > li .bg_num span {
    font-size: 3.75rem;
    display: block;
}
.recruitLayout #c04 .flow_box .flow_li h4 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
}



        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitIndexLayout #c04 {
                padding-bottom: 600px;
            }
            .recruitIndexLayout #c04::after,.recruitIndexLayout #c04::before {
                width: 3272px;
                height: 1531px;
            }
            .recruitIndexLayout #c04::after {
                top: -810px;
            }
            .recruitIndexLayout #c04::before {
                bottom: -1050px;
            }
            .recruitLayout #main #c04 .bx-wrapper {
                display: none;
            }
            .recruitLayout #c04 .look_flex > div {
                margin-top: 60px;
            }
            .recruitLayout #c04 .look_flex > div:first-child {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .recruitLayout .bg01 {
                height: 420px;
            }
            .recruitIndexLayout #c04 .title02::after {
                width: 86px;
                height: 86px;
                top: -20px;
                right: auto;
                left: calc(50% + 230px);
                transform: translateX(-50%);
            }
            .recruitLayout #main #c04 .inter_flex {
                display: flex;
            }
            .recruitLayout #main #c04 .inter_flex .flex_box02:nth-child(odd),
            .recruitTeammateLayout #c01 .inter_flex .flex_box02:nth-child(odd) {
                padding-top: 60px;
            }
            .recruitLayout #c04 .point_box {
                padding: 60px 40px 40px;
                width: calc(92% / 3 - 80px);
            }
            .recruitLayout #c04 .look_text {
                font-size: 1.8rem;
                margin-top: 60px;
            }
            .recruitLayout #c04 .look_flex, .recruitLayout #c04 .flow_box {
                margin-top: 120px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitLayout .bg01 {
                height: 620px;
            }
            .recruitIndexLayout #c04 {
                padding-bottom: 100px;
            }
            .recruitLayout #c04 .c04_person {
                left: auto;
                right: 0;
                transform: none;
                width: auto;
                bottom: 0;
            }
            .recruitIndexLayout #c04 .title02::after {
                width: 126px;
                height: 126px;
                top: -40px;
                left: calc(50% + 290px);
            }
            .recruitLayout #c04 .flow_box .flow_li h4 {
                text-align: left;
                font-size: 1.4rem;
            }
            .recruitLayout #c04 .flow_box .flow_li {
                display: flex;
            }
            .recruitLayout #c04 .flow_box .flow_li > li {
                background-image: linear-gradient( -90deg, rgb(231,97,38) 0%, rgb(239,130,82) 100%);
                padding: 100px 0 40px 120px;
                width: calc(100% / 4);
            }
            .recruitLayout #c04 .flow_box .flow_li > li:first-child {
                padding-left: 60px;
                padding-top: 100px;
            }
            .recruitLayout #c04 .flow_box .flow_li > li::before {
                bottom: auto;
                left: auto;
                transform: none;
                top: 0;
                right: -79.5px;
                width: 80px;
                height: 100%;
                clip-path: polygon(0 0, 0 100%, 100% 50%);
            }
            .recruitLayout #c04 .flow_box .flow_li > li:last-child {
                margin-bottom: 0;
                margin-right: 80px;
            }
            .recruitLayout #c04 .flow_box .flow_li > li .bg_num {
                top: 20px;
                transform: translateX(-40%);
                left: 60%;
                font-size: 1.5rem;
                line-height: 1.1;
            }
            .recruitLayout #c04 .flow_box .flow_li > li .bg_num span {
                font-size: 4.75rem;
            }
        }



/* c05
----------------------------------------------------*/
.recruitIndexLayout #c05 {
    background-color: #e7e7e7;
    position: relative;
    padding-bottom: 270px;
}
.recruitIndexLayout #c05::after {
    position: absolute;
    content: "";
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: url("../img/recruit/index/recruit_index_c06_img01.png")no-repeat top left/cover;
    width: 164px;
  height: 250px;
}
.recruitIndexLayout #c05 .inner {
    position: relative;
    z-index: 1;
}
.recruitIndexLayout #c05 .ttl01 {
    text-align: center;
}
.recruitIndexLayout #c05 h4 {
    background-image: linear-gradient( 90deg, rgb(239,130,82) 0%, rgb(231,97,38) 100%);
    color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
}
.recruitIndexLayout #c05 .circle_li {
    margin-top: 10px;
}
.recruitIndexLayout #c05 .circle_li > li::before {
    content: "●";
}
.recruitIndexLayout #c05 .circle_li > li {
    padding-left: 90px;
    line-height: 1.8;
}
.recruitIndexLayout #c05 .circle_li > li > span {
    position: absolute;
    left: 20px;
    top: 0;
}



        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitIndexLayout #c05 {
                padding-bottom: 100px;
            }
            .recruitIndexLayout #c05::after {
                left: auto;
                transform: none;
                right: 20px;
                opacity: 0.4;
                width: 390px;
                height: 730px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitIndexLayout #c05::after {
                width: 390px;
                height: 730px;
            }
        }
        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1900px) {
            .recruitIndexLayout #c05::after {
                opacity: 1;
            }
        }


/* c06
----------------------------------------------------*/
.recruitIndexLayout #c06 {
    background: url("../img/recruit/index/recruit_index_c07_bg01.png")no-repeat center center/cover;
}
.recruitIndexLayout #c06 .accordion_area li {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
}
.recruitIndexLayout #c06 .accordion_area li:not(:last-child) {
    margin-bottom: 40px;
}
.recruitIndexLayout #c06 .f_title {
    position: relative;
    padding: 20px 60px 20px 90px;
    transition: all .5s ease;
    background-color: #fff;
    border-radius: 50px;
}
.recruitIndexLayout #c06 .f_title span {
    position: relative;
    display: block;
}
.recruitIndexLayout #c06 .f_title span::after {
    position: absolute;
    content: "";
    background-color: #ee6f37;
    width: 20px;
    height: 20px;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.recruitIndexLayout #c06 .f_title::before,
.recruitIndexLayout #c06 .f_title::after{
    position: absolute;
    content:'';
    width: 10px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 35px;
}
.recruitIndexLayout #c06 .f_title::after{    
    transform: translateY(-50%) rotate(-90deg);

}
.recruitIndexLayout #c06 .f_title.close::after{
	transform: translateY(-50%) rotate(0deg);
}
.recruitIndexLayout #c06 .box {
    display: none;
    padding: 40px 30px 0 90px;
    position: relative;
}
.recruitIndexLayout #c06 .faq_icon {
    background-color: #ee6f37;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 1.25rem;
    font-weight: 900;
}
.recruitIndexLayout #c06 .box .faq_icon {
    top: 35px;
    transform: none;
}



        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
        }




/* c07
----------------------------------------------------*/
.recruitIndexLayout #c07 {
    position: relative;
    padding-top: 0;
}
.recruitIndexLayout #c07::after {
    background-color: #e7e7e7;
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    bottom: 0;
    left: 0;
    z-index: -1;
}
.recruitIndexLayout #c07 .title_wrap {
    background-image: linear-gradient( 90deg, rgb(239,130,82) 0%, rgb(231,97,38) 100%);
    text-align: center;
    padding: 60px 0;
    margin-bottom: 40px;
}
.recruitIndexLayout #main #c07 .title_wrap .ttl01 .jp, .recruitIndexLayout #main #c07 .title_wrap .ttl01 .jp::before {
    color: #fff;
}
.recruitIndexLayout #main #c07 .title_wrap .ttl01 .jp {
    margin-bottom: 0;
}
.recruitIndexLayout #main #c07 .circle_li {
    max-width: 1000px;
    margin: 0 auto 60px;
    font-family: "M PLUS 1p", sans-serif;
}
.recruitIndexLayout #main #c07 .circle_li > li::before {
    content: "●";
    color: #ee6f37;
}
.recruitIndexLayout #main #c07 .circle_li > li:not(:last-child) {
    margin-bottom: 15px;
}
.recruitIndexLayout #main #c07 table {
    margin-top: 30px;
}
.recruitIndexLayout #main #c07 tr:first-child {
    border-top: none;
}
.recruitIndexLayout #main #c07 tr {
    border-bottom: none;
}
.recruitIndexLayout #main #c07 th {
    padding: 15px 0 0;
    color: #222;
}
.recruitIndexLayout #main #c07 td {
    padding: 10px 0 15px;
}
.recruitIndexLayout #main #c07 .wpcf7 input[type="text"],
.recruitIndexLayout #main #c07 .wpcf7 input[type="email"],
.recruitIndexLayout #main #c07 .wpcf7 input[type="tel"],
.recruitIndexLayout #main #c07 .wpcf7 textarea {
    padding: 15px 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 100%;
    background-color: #eee;
    border: none;
}
.recruitIndexLayout #main #c07 .wpcf7 .add_td span:first-child {
    margin-bottom: 15px;
    display: inline-block;
    width: 70%;
    max-width: 200px;
    margin-left: 5px;
}
.recruitIndexLayout #main #c07 .privacy_box {
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 15px;
}
.recruitIndexLayout #main #c07 .btn03 {
    background-color: #ef8252;
    border: 2px solid #222;
    padding: 20px 0;
    margin: 40px auto 0;
    color: #222;
    border-radius: 50px;
    font-size: 1.1rem;
    max-width: 300px;
}



        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitIndexLayout #c07 .title_wrap {
                padding: 90px 0;
                margin-bottom: 80px;
            }
            .recruitIndexLayout #main #c07 th , .recruitIndexLayout #main #c07 td {
                padding: 20px 0;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
        }








/* recruitCompanyLayout
--------------------------------------------------------------------------------------------------------*/
.recruitCompanyLayout #main::after {
    height: 90%;
}
.recruitCompanyLayout #c02 {
    background-color: #59c7b3;
    text-align: center;
}
.recruitCompanyLayout #c02 .flex {
    margin-top: 60px;
}
.recruitCompanyLayout #c02 .flex_box01 {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    font-weight: bold;
}
.recruitCompanyLayout #c02 .ttl {
    background-image: linear-gradient( 90deg, rgb(239,130,82) 0%, rgb(231,97,38) 100%);
    padding: 10px 0;
    color: #fff;
    margin-bottom: 30px;
}
.recruitCompanyLayout #c02 .sample-count {
    line-height: 1;
    margin: 10px 0;
}
.recruitCompanyLayout #c02 .sample-count .count {
    color: #ee6f37;
    font-size: 3.4rem;
    font-family: "Lato", sans-serif;
    font-weight: 900;
}
.recruitCompanyLayout #c02 .sample-count .nen {
    font-size: 1.1rem;
}
.recruitCompanyLayout #c02 .flex_box01 > .flex {
    flex-direction: row;
  justify-content: space-between;
    gap: 30px 2%;
}
.recruitCompanyLayout #c02 .caution_li {
    counter-reset: num02;
    margin-top: 60px;
}
.recruitCompanyLayout #c02 .caution_li > li {
    counter-increment: num01;
    position: relative;
    padding-left: 40px;
    text-align: left;
}
.recruitCompanyLayout #c02 .caution_li > li::before {
    position: absolute;
    content: "※" counter(num01);
    top: 0;
    left: 0;
}
.recruitCompanyLayout #c02 .syain_flex {
    display: flex;
    justify-content: center;
}
.recruitCompanyLayout #c02 .syain_flex .sample-count .nen {
    min-width: 0;
}
.recruitCompanyLayout #c03 th, .recruitCompanyLayout #c03 td .link_txt {
    color: #ee6f37;
}
.recruitCompanyLayout #c03 .w_box ul {
  gap: 20px 4%;
}

        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitCompanyLayout #c02 .flex {
                margin-top: 80px;
            }
            .recruitCompanyLayout #c02 .flex_box01 {
                border-radius: 30px;
                padding: 40px;
                width: calc(96% / 2 - 80px);
            }
            .recruitCompanyLayout #c02 .sample-count .count {
                font-size: 4.6rem;
            }
            .recruitCompanyLayout #c02 .sample-count .nen {
                font-size: 1.3rem;
                min-width: 55px;
              display: inline-block;
            }
            .recruitCompanyLayout #c02 .flex_box01 > .flex .flex_box02 {
                width: calc(96% / 3);
            }
            .recruitCompanyLayout #c02 .caution_li {
                margin-top: 80px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitCompanyLayout #c02 .sample-count .count {
                font-size: 5.6rem;
            }
            .recruitCompanyLayout #c02 .sample-count .nen {
                font-size: 1.5rem;
                
            }
        }



/* recruitWorkLayout c01
--------------------------------------------------------------------------------------------------------*/
.recruitWorkLayout #c01 .ex_bg .bg {
    background-image: url("../img/recruit/work/work_c01_img01.jpg");
}
.recruitWorkLayout #c01 .ex_bg .title03 {
    color: #232323;
    font-weight: 600;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.8;
}




        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitWorkLayout #c01 .ex_bg .title03 {
                font-size: 1.5rem;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitWorkLayout #c01 .ex_bg .title03 {
                font-size: 1.8rem;
            }
        }




/* c02
----------------------------------------------------*/
.recruitWorkLayout #c02 .title02 {
    text-align: left;
}
.recruitWorkLayout #c02 .flex {
    margin-top: 40px;
    counter-reset: num04;
}
.recruitWorkLayout .bg01 {
    background-image: url("../img/recruit/work/work_c02_bg01.jpg");
}
.recruitWorkLayout #c02 .flex_box02 {
    padding: 60px 20px 40px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    counter-increment: num04;
    margin-top: 25px;
    font-weight: normal;
}
.recruitWorkLayout #c02 .flex_box02::before {
    position: absolute;
    content: "BUSINESS " counter(num04, decimal-leading-zero);
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    width: 90%;
    max-width: 240px;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    background-color: #222;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.recruitWorkLayout #c02 .flex_box02 h4 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 25px;
    color: #ee6f37;
}
.recruitWorkLayout #c02 .flex_box02 h4 span {
    font-size: 1rem;
    display: block;
    font-weight: normal;
}
.recruitWorkLayout #c02 .flex_box02 .img {
    margin-bottom: 20px;
}
.recruitWorkLayout #c02 .flex_box02 p {
    line-height: 1.8;
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitWorkLayout #c02 .flex_box02 {
                padding: 60px 40px 40px;
                width: calc(92% / 3 - 80px);
            }
            .recruitWorkLayout #c02 .flex_box02 .img {
                min-height: 127px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
        }



/* c03
----------------------------------------------------*/
.recruitWorkLayout #c03 .w_img {
    margin-bottom: 35px;
}

.recruitWorkLayout #c03 h4, .recruitTeammateLayout #c02 h4 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 40px;
    text-align: center;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
.recruitWorkLayout #c03 .flex {
    counter-reset: num03;
}
.recruitWorkLayout #c03 .flex_box02 {
    counter-increment: num03;
    padding-top: 50px;
    position: relative;
}
.recruitWorkLayout #c03 .flex_box02::before, .recruitWorkLayout #c03 .flex_box02::after {
    position: absolute;
    z-index: 1;
}
.recruitWorkLayout #c03 .flex_box02::before {
    content: "";
    background: url("../img/recruit/work/work_icon01.png")no-repeat center center/cover;
    width: 87px;
  height: 91px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.recruitWorkLayout #c03 .flex_box02::after {
    content: "魅力\A" counter(num03, decimal-leading-zero);
    white-space: pre;
    text-align: center;
    color: #fff;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    font-size: 1.1rem;
    line-height: 1.2;
}
.recruitWorkLayout #c03 h5 {
    font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
}

        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitWorkLayout #c03 h4, .recruitTeammateLayout #c02 h4 {
                font-size: 1.3rem;
                margin-bottom: 30px;
            }
            .recruitWorkLayout #c03 .flex_box02::before {
                width: 77px;
                height: 79px;
            }
            .recruitWorkLayout #c03 .flex_box02::after {
                top: 23px;
                font-size: 1.0rem;
            }
            .recruitWorkLayout #c03 .flex_box02:not(:nth-child(2)) {
                margin-top: 60px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitWorkLayout #c03 h4, .recruitTeammateLayout #c02 h4 {
                font-size: 1.5rem;
            }
            .recruitWorkLayout #c03 .flex_box02::before {
                width: 107px;
                height: 111px;
            }
            .recruitWorkLayout #c03 .flex_box02::after {
                top: 25px;
                font-size: 1.5rem;
            }
            
        }




/* recruitTeammateLayout
--------------------------------------------------------------------------------------------------------*/
.recruitTeammateVoiceCommonLayout#main::after {
    height: calc(60% - 500px);
    bottom: auto;
    top: 120px;
}
.recruitTeammateLayout #c01 {
    overflow: visible;
    padding-bottom: 60px;
    padding-top: 60px;
}
.recruitTeammateLayout .list_cassette {
    background-color: #e7e7e7;
}
.recruitTeammateLayout .list_cassette h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 40px;
}
.recruitTeammateLayout .list_cassette h3 span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-weight: 900;
}
.recruitTeammateLayout .list_cassette h3 span::before, .recruitTeammateLayout .list_cassette h3 span::after {
    position: absolute;
    content: "";
    width: 10px;
  height: 4px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #222;
}
.recruitTeammateLayout .list_cassette h3 span::before {
    left: 0;
}
.recruitTeammateLayout .list_cassette h3 span::after {
    right: 0;
}
.recruitTeammateLayout .main_bg .title02 {
    text-align: left;
}
.recruitTeammateLayout #c01 {
    padding-bottom: 100px;
}
.recruitTeammateLayout #c01 .voice_box {
    padding-bottom: 230px;
    overflow: clip;
}
.recruitTeammateLayout #c01 .voice_box >.inner {
    position: relative;
}
.recruitTeammateLayout #c01 .voice_box .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    margin-left: auto;
    width: 90%;
    border-radius: 20px 0 0 20px;
    margin-bottom: 30px;
    position: relative;
}
.recruitTeammateLayout #c01 .voice_box .bg::after {
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    width: 100%;
    height: 100%;
    top: 10px;
    right: -10px;
    z-index: -1;
}
.recruitTeammateLayout #c01 .voice_box .w_box {
    box-shadow: none;
    padding: 60px 0 40px;
    position: absolute;
    bottom: -160px;
    width: 95%;
    left: 0;
    z-index: 2;
    overflow: visible;
}
.recruitTeammateLayout #c01 .voice_box .w_box .voice_icon {
    text-align: center;
    color: #fff;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87px;
  height: 91px;
    position: absolute;
    top: -50px;
    left: 20px;
    background: url("../img/recruit/work/work_icon01.png")no-repeat center center/cover;
}
.recruitTeammateLayout #c01 .voice_box .w_box::after {
    top: -40px;
    left: 25px;
    color: #fff;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1.1rem;
    text-align: center;
    white-space: pre;
}
.recruitTeammateLayout #main .main_bg #c01 .voice_box .w_box .title03 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    color: #232323;
}
.recruitTeammateLayout #c01 .voice_box .w_box .name {
    display: inline-block;
}
.recruitTeammateLayout #c01 .ttl01 .jp {
    color: #222;
}
.recruitTeammateLayout #c01 .ttl01 .jp::before {
    color: #ee6f37;
}
.recruitTeammateVoiceCommonLayout #c02 {
    background-color: #fff;
}
.recruitTeammateLayout .mes_box {
    position: relative;
    background-color: #f1f1f1;
    border-radius: 20px;
    margin-top: 60px;
}
.recruitTeammateLayout .mes_box::before, .recruitTeammateLayout .mes_box::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 17px;
    height: 17px;
    top: -8px;
    transform: translateX(-50%);
}
.recruitTeammateLayout .mes_box::before {
    background-color: #3bc0e5;
    left: calc(50% - 4px);
}
.recruitTeammateLayout .mes_box::after {
    background-color: #94e142;
    left: calc(50% + 4px);
}
.recruitTeammateLayout .mes_box .flex_box01:first-child {
    padding: 40px 20px 0;
}
.recruitTeammateLayout .mes_box .flex_box01:first-child p {
    line-height: 2;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1.1rem;
}
.recruitTeammateLayout #main .mes_box .title02 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    position: relative;
}
.recruitTeammateLayout #main .mes_box .title02::after {
    position: absolute;
    content: "";
    background: url("../img/teammate/voice_common/voice01_common_icon01.png")no-repeat center center/cover;
    width: 80px;
    height: 39px;
    top: 0;
    left: 170px;
}
.recruitTeammateLayout #main .mes_box .title02 span {
    font-size: 0.8rem;
}



        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitTeammateVoiceCommonLayout #main::after {
                height: calc(65% - 500px);
                top: 160px;
            }
            .recruitTeammateLayout #c01 {
                padding-top: 100px;
            }
            .recruitTeammateLayout .list_cassette h3 {
                font-size: 2rem;
                margin-bottom: 60px;
            }
            .recruitTeammateLayout #main .main_bg #c01 .voice_box .w_box .title03 {
                font-size: 2.2rem;
            }
            .recruitTeammateLayout #c01 .voice_box {
                padding-bottom: 230px;
            }
            .recruitTeammateLayout #c01 .voice_box .w_box {
                width: 60%;
            }
            .recruitTeammateLayout #c01 .voice_box .bg::after {
                top: 15px;
                right: -15px;
            }
            .recruitTeammateLayout .mes_box {
                border-radius: 30px;
                margin-top: 80px;
            }
            .recruitTeammateLayout .mes_box .flex_box01:first-child {
                width: calc(60% - 40px);
                padding: 40px 40px 40px 0;
            }
            .recruitTeammateLayout .mes_box .flex_box01:last-child {
                width: 36%;
            }
            .recruitTeammateLayout #main .mes_box .title02 {
                font-size: 2.0rem;
            }
            .recruitTeammateLayout #main .mes_box .title02 span {
                font-size: 1.1rem;
            }
            .recruitTeammateLayout #c01 .voice_box .w_box .voice_icon {
                width: 77px;
                height: 79px;
                font-size: 1.1rem;
            }
            .recruitTeammateLayout #main .mes_box .title02::after {
                left: 250px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitTeammateLayout .list_cassette h3 {
                font-size: 2.25rem;
            }
            .recruitTeammateLayout #c01 .voice_box .bg {
                height: 700px;
                border-radius: 30px 0 0 30px;
                width: 60%;
            }
            .recruitTeammateLayout #c01 .voice_box {
                padding-bottom: 100px;
            }
            .recruitTeammateLayout #c01 .voice_box .w_box {
                width: 60%;
                position: absolute;
                bottom: -20px;
            }
            .recruitTeammateLayout #main .main_bg #c01 .voice_box .w_box .title03 {
                font-size: 2.8rem;
            }
            .recruitTeammateLayout .mes_box .flex {
                align-items: flex-end;
            }
            .recruitTeammateLayout .mes_box .flex_box01:first-child {
                padding: 60px 60px 60px 0;
                width: calc(60% - 60px);
            }
            .recruitTeammateLayout #main .mes_box .title02 {
                font-size: 2.8rem;
            }
            .recruitTeammateLayout #main .mes_box .title02 span {
                font-size: 1.375rem;
            }
            .recruitTeammateLayout .mes_box .flex_box01:first-child p {
                line-height: 2.5;
                font-size: 1.25rem;
            }
            .recruitTeammateLayout #c01 .voice_box .w_box .voice_icon {
                width: 107px;
                height: 111px;
                top: -60px;
            }
            .recruitTeammateLayout #main .mes_box .title02::after {
                left: 250px;
            }
        }




/* recruitTeammateIndexLayout
--------------------------------------------------------------------------------------------------------*/
.recruitTeammateIndexLayout #c01 {
    padding-top: 0;
}
.recruitTeammateIndexLayout #c02 .w_box {
    position: relative;
    overflow: visible;
    box-shadow: none;
    margin-top: 60px;
}
.recruitTeammateIndexLayout #c02 .w_box .ttl02 {
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    margin-bottom: 0;
}





        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .recruitTeammateIndexLayout #c02 .w_box .ttl02 {
                top: -30px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .recruitTeammateIndexLayout #c02 .w_box .ttl02 {
                top: -40px;
            }
        }



/* recruitTeammateVoice01Layout
----------------------------------------------------*/
.recruitTeammateVoice01Layout #c01 .voice_box .bg {
    background-image: url("../img/teammate/voice01/voice01_c01_img01.jpg");
}
.recruitTeammateVoice01Layout .bg01 {
    background-image: url("../img/teammate/voice01/voice01_c02_bg01.jpg");
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
        }



/* recruitTeammateVoice02Layout
--------------------------------------------------------------------------------------------------------*/
.recruitTeammateVoice02Layout #c01 .voice_box .bg {
    background-image: url("../img/teammate/voice02/voice02_c01_img01.jpg");
}
.recruitTeammateVoice02Layout .bg01 {
    background-image: url("../img/teammate/voice02/voice02_c02_bg01.jpg");
}



        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
        }





/* recruitTeammateVoice03Layout
--------------------------------------------------------------------------------------------------------*/
.recruitTeammateVoice03Layout #c01 .voice_box .bg {
    background-image: url("../img/teammate/voice03/voice03_c01_img01.jpg");
}
.recruitTeammateVoice03Layout .bg01 {
    background-image: url("../img/teammate/voice03/voice03_c02_bg01.jpg");
}



        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
        }