@charset "UTF-8";

/* recruitmentCommonLayout
------------------------------------*/
.recruitmentCommonLayout .page_li {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recruitmentCommonLayout .page_li .btn01 {
    background-color: #669cc0;
    margin-left: auto;
    margin-right: auto;
}
.recruitmentCommonLayout .page_li .btn01 span {
    padding: 20px;
}
.recruitmentCommonLayout .page_li li {
    width: 48%;
}
.recruitmentCommonLayout .page_li li:not(:last-child) {
    margin-bottom: 10px;
}
.recruitmentCommonLayout #c01 .page_li {
    margin-bottom: 60px;
}
.recruitmentCommonLayout h3 {
    position: relative;
    padding-left: 60px;
    color: #0071be;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 40px;
}
.recruitmentCommonLayout h3::before, .recruitmentCommonLayout h3::after {
    position: absolute;
    content: "";
    transform: skewX(-20deg);
    width: 25px;
    height: 12px;
}
.recruitmentCommonLayout h3::after {
    background-color: #0564a6;
    top: 12px;
    left: 20px;
}
.recruitmentCommonLayout h3::before {
    background-color: #087ab8;
    top: 16px;
    left: 0;
}
.recruitmentCommonLayout h3 .s {
    font-size: 1.2rem;
}
.recruitmentCommonLayout h3.text {
    padding-left: 0;
    text-align: center;
    font-size: 1rem;
}
.recruitmentCommonLayout h3.text::before, .recruitmentCommonLayout h3.text::after {
    content: none;
}
.recruitmentCommonLayout h3.text .en {
    font-size: 2.5rem;
}
.recruitmentCommonLayout h4 {
    padding-left: 35px;
    position: relative;
    color: #0071be;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.recruitmentCommonLayout h4::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 7px;
    left: 0;
    top: 12px;
    background-color: #0071be;
}
.recruitmentCommonLayout h5 {
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 50px;
    margin-bottom: 40px;
    background-color: #669cc0;
    font-size: 1.1rem;
}
.recruitmentCommonLayout .bg {
    background-color: #f6f2e8;
    border-radius: 20px;
    padding: 0 20px;
    max-width: calc(96% - 40px);
    margin: 0 auto;
}
.recruitmentCommonLayout .bg .inner {
    width: 100%;
}
.recruitmentCommonLayout .w_box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 40px 20px;
}
.recruitmentCommonLayout .b {
    font-weight: bold;
}
.recruitmentCommonLayout ol > li:not(:last-child) {
    margin-bottom: 10px;
}
.recruitmentCommonLayout .num_li > li {
	list-style-type: none;
	counter-increment: cnt;
    position: relative;
    padding-left: 40px;
}

.recruitmentCommonLayout .num_li > li::before {
	content: "（" counter(cnt) "）";
    position: absolute;
    left: 0;
    top: 0;
}
.recruitmentCommonLayout .decimal_li > li {
    margin-left: 20px;
}
.recruitmentCommonLayout th {
    padding-bottom: 0;
    text-align: left;
    vertical-align: baseline;
}
.recruitmentCommonLayout th .ttl {
    padding-left: 40px;
    position: relative;
}
.recruitmentCommonLayout th .ttl::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 7px;
    background-color: #0071be;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.recruitmentCommonLayout td {
    line-height: 1.8;
}
.recruitmentCommonLayout #main #c01 .g_box p {
    line-height: 1.8;
    font-weight: bold;
}
.recruitmentCommonLayout #c01 .g_box .ttl {
    font-size: 1.1rem;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .recruitmentCommonLayout .page_li li:not(:last-child) {
                    margin-bottom: 0;
                }
                .recruitmentCommonLayout .page_li li {
                    width: 32%;
                }
                .recruitmentCommonLayout h3 {
                    font-size: 1.9rem;
                }
                .recruitmentCommonLayout h4 {
                    font-size: 1.5rem;
                }
                .recruitmentCommonLayout h4::before {
                    top: 15px;
                }
                .recruitmentCommonLayout h3.text {
                    font-size: 1.5rem;
                }
                .recruitmentCommonLayout h3.text .en {
                    font-size: 5.5rem;
                }
                .recruitmentCommonLayout .bg {
                    border-radius: 35px;
                }
                .recruitmentCommonLayout .w_box {
                    border-radius: 35px;
                    padding: 60px;
                }
                .recruitmentCommonLayout th {
                    width: 25%;
                    padding-bottom: 40px;
                }
                .recruitmentCommonLayout td {
                    width: 75%;
                }
                .recruitmentCommonLayout th, .recruitmentCommonLayout td {
                    padding: 40px;
                }
                .recruitmentCommonLayout #c01 .g_box, .recruitmentLayout #c03 .g_box {
                    width: 60%;
                }
                .recruitmentCommonLayout .bg .inner {
                    width: 92%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .recruitmentCommonLayout #c01 .page_li {
                    margin-bottom: 120px;
                }
                .recruitmentCommonLayout .bg {
                    border-radius: 60px;
                    padding: 50px 0;
                    width: calc(96% - 100px);
                }
                .recruitmentCommonLayout #c01 .g_box, .recruitmentLayout #c03 .g_box {
                    width: 48%;
                }
                .recruitmentCommonLayout th {
                    width: 20%;
                }
                .recruitmentCommonLayout td {
                    width: 80%;
                }
            }


/* recruitmentLayout
------------------------------------*/
.recruitmentLayout #c01 .inner {
    max-width: 1100px;
}
.recruitmentLayout #c01 .column_box h3 {
    padding-left: 0;
    text-align: center;
    color: #0071be;
}
.recruitmentLayout #c01 .column_box h3::before, .recruitmentLayout #c01 .column_box h3::after {
    content: none;
}
.recruitmentLayout #c01 .fe_flex .flex_box02 {
    position: relative;
    padding-bottom: 40px;
}
.recruitmentLayout #c01 .fe_flex .flex_box02::before {
    position: absolute;
    content: "";
    border-radius: 20px;
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    background-color: #ecf7fc;
    z-index: -1;
}
.recruitmentLayout #c01 .ttl_box01 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 274px;
    height: 274px;
    border-radius: 50%;
    background-color: #FFDA39;
    text-align: center;
    margin: 0 auto 30px;
}
.recruitmentLayout #main #c01 .ttl_box01 .en {
    font-style: italic;
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #777;
    line-height: 1.5;
}
.recruitmentLayout #c01 .ttl_box01 .en span {
    display: block;
    font-size: 0.9rem;
}
.recruitmentLayout #main #c01 .ttl_box01 .ttl {
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: 5px solid #333;
    line-height: 1.2;
    padding-bottom: 10px;
    letter-spacing: 2px;
}
.recruitmentLayout #c01 .fe_flex .flex_box02 > p {
    width: 80%;
    margin: 0 auto;
}
.recruitmentLayout #c01 .new_li > li:not(:last-child) {
    margin-bottom: 30px;
}
.recruitmentLayout #c02 .flow_li {
    overflow: hidden;
    margin-bottom: 30px;
}
.recruitmentLayout #c02 .flow_li > li {
    position: relative;
    background: linear-gradient(#d5dde1, #e9eced);
    padding: 40px 20px 20px;
    font-size: 0.8rem;
}
.recruitmentLayout #c02 .flow_li > li:last-child {
    background: linear-gradient( #c1d4df, #a3bfd2);
}
.recruitmentLayout #c02 .flow_li > li:not(:last-child)::after {
    position: absolute;
    content: "";
    border-style: solid;
    border-right: 150px solid transparent;
    border-left: 150px solid transparent;
    border-top: 20px solid #e9eced;
    border-bottom: 0;
    bottom: -20px;
    left: 0;
    z-index: 1;
}
.recruitmentLayout #c02 .flow_li > li .en, .recruitmentLayout #c02 .flow_li > li .ttl {
    text-align: center;
    color: #0071be;
}
.recruitmentLayout #c02 .flow_li > li .en {
    font-style: italic;
    font-weight: 500;
    margin-bottom: 10px;
}
.recruitmentLayout #c02 .flow_li > li .en span {
    font-size: 1.4rem;
}
.recruitmentLayout #c02 .flow_li > li .ttl {
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: bold;
}
.recruitmentLayout #c02 .flow_li > li .ttl span {
    font-size: 0.8rem;
    display: block;
}
.recruitmentLayout #main #c02 .flow_li > li p {
    line-height: 1.8;
}
.recruitmentLayout #c02 .flow_li > li .link_t {
    color: #0071be;
    text-decoration: underline;
}
.recruitmentLayout #c02 .flow_li > li p:last-child {
    margin-top: 30px;
}
.recruitmentLayout #c02 .caution_li > li {
    font-size: 0.9rem;
}
.recruitmentLayout #link01 {
    padding-top: 80px;
    margin-top: -80px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .recruitmentLayout #c01 .fe_flex .flex_box02::before {
                    border-radius: 35px;
                }
                .recruitmentLayout #c01 .ttl_box01 {
                    width: 204px;
                    height: 204px;
                }
                .recruitmentLayout #main #c01 .ttl_box01 .en {
                    margin-bottom: 10px;
                }
                .recruitmentLayout #c02 .flow_li > li .ttl {
                    margin-bottom: 40px;
                    height: 60px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .recruitmentLayout #c01 .ttl_box01 {
                    width: 274px;
                    height: 274px;
                }
                .recruitmentLayout #main #c01 .ttl_box01 .en {
                    margin-bottom: 20px;
                }
                .recruitmentLayout #c02 .flow_li {
                    display: flex;
                    justify-content: space-between;
                }
                .recruitmentLayout #c02 .flow_li > li:not(:last-child) {
                    width: calc(100% / 5 - 80px);
                    background: linear-gradient(to right, #d5dde1, #e9eced);
                    padding: 40px 20px 40px 40px;
                }
                .recruitmentLayout #c02 .flow_li > li:last-child {
                    background: linear-gradient(to right, #c1d4df, #a3bfd2);
                    width: calc(100% / 6 - 80px);
                    padding: 40px;
                }
                .recruitmentLayout #c02 .flow_li > li:not(:last-child)::after {
                    border-top: 190px solid transparent;
                    border-bottom: 190px solid transparent;
                    border-left: 20px solid #e9eced;
                    border-right: 0;
                    bottom: auto;
                    left: auto;
                    right: -20px;
                    top: 0;
                }
            }



/* recruitmentNewLayout
------------------------------------*/
.recruitmentLayout #c03 .inner {
    max-width: 1100px;
}




            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                
            }

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



/* recruitmentCareerLayout
------------------------------------*/
.recruitmentCareerLayout #c01 .g01 {
    width: auto;
    margin-bottom: 40px;
    font-size: 1.2rem;
}
.recruitmentCareerLayout #c01 table tr:nth-child(2) td .num_li {
    margin-bottom: 10px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .recruitmentCareerLayout #c01 .g01 {
                    font-size: 1.4rem;
                }
            }

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



/* recruitmentEventLayout
------------------------------------*/
.recruitmentEventLayout #c01 .inner {
    max-width: 1100px;
}
.recruitmentEventLayout #c01 .g_box {
    width: auto;
    position: relative;
    overflow: hidden;
}
.recruitmentEventLayout #main #c01 .g_box .cat {
    background-color: #65cdd6;
    width: 90px;
    height: 90px;
    border-radius: 20px 0 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
}
.recruitmentEventLayout #c01 .g_box h4 {
    padding-left: 80px;
    color: #333;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.recruitmentEventLayout #c01 .g_box h4::before,
.recruitmentEventLayout #c01 .g_box th .ttl::before {
    content: none;
}
.recruitmentEventLayout #c01 .g_box tr:first-child {
    border-top: 1px solid #c7c7c7;
}
.recruitmentEventLayout #c01 .g_box .btn01 {
    margin: 30px auto 0;
}
.recruitmentEventLayout #c01 .g_box th .ttl {
    padding-left: 0;
    font-size: 1rem;
  max-width: 110px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .recruitmentEventLayout #c01 .flex {
                    flex-wrap: wrap;
                }
                .recruitmentEventLayout #c01 .flex_box01:nth-child(2n) {
                    margin-right: 0;
                }
                .recruitmentEventLayout #c01 .flex_box01:not(:last-child) {
                    margin-bottom: 60px;
                }
                .recruitmentEventLayout #c01 .flex_box01:nth-child(3) {
                    margin-bottom: 0;
                }
                .recruitmentEventLayout #main #c01 .g_box .cat {
                    border-radius: 35px 0 35px 0;
                }
                .recruitmentEventLayout #c01 .g_box th {
                    padding-left: 0;
                    padding-right: 0;
                    width: 35%;
                }
                .recruitmentEventLayout #c01 .g_box td {
                    padding-left: 30px;
                    padding-right: 0;
                    width: 65%;
                }
                .recruitmentEventLayout #c01 .g_box h4 {
                    min-height: 70px;
                }
                .recruitmentEventLayout #c01 .g_box {
                    height: calc(100% - 120px);
                }
            }

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



/* 
------------------------------------*/



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

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