@charset "utf-8";

/* CSS Document */
/*------------------------------------------------

    header

------------------------------------------------*/
header {
    padding-left: calc(20px + 20 * ((100vw - 375px) / 1545));
    background: #fff;
}

header .header_box {
    display: flex;
    align-items: center;
    height: 100%;
}

header .logo {
    position: relative;
    z-index: 10;
    width: calc(130px + 20 * ((100vw - 375px) / 1545));
}

header .pc_menu {
    right: 0;
}

header ul.gnav .gnav_li:hover {
    background: #d7636f;
}

header ul.gnav .gnav_li .megamenu {
    background: linear-gradient(to right, #d7636f 40%, #940210 100%);
}

header nav,
header .hamburger {
    display: none;
}

@media only screen and (max-width : 1200px) {
    header .pc_menu {
        display: none;
    }

    header nav,
    header .hamburger {
        display: block;
    }
}

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

	COMMON

--------------------------------------------------*/
#pager {
    display: flex;
    justify-content: center;
    margin: 60px 0;
    text-align: center;
    cursor: pointer;
}

.pages {
    display: none;
}

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: calc(60px + 60 * ((100vw - 375px) / 1545));
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    margin: 2px 5px;
    padding: 6px 10px !important;
    border: 1px solid #000 !important;
    color: #000;
}

.wp-pagenavi span {
    background: #000;
    color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000 !important;
    background: #000;
    color: #fff;
    line-height: 1;
}

#bottom_info {
    margin-top: calc(100px + 50 * ((100vw - 375px) / 1545));
    padding: 90px 0 80px;
    background: #EBEBEB;
}

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

	MAIN VISUAL

--------------------------------------------------*/
#mv {
    position: relative;
    margin: 70px 0;
    height: calc(100vh - 5vw);
    background: #F7F7F7 no-repeat center / cover;
}

#mv.concept {
    background-image: url("../img/page/concept/mv.jpg");
}

#mv.message {
    background-image: url("../img/page/message/mv.jpg");
}

#mv.technology {
    background-image: url("../img/page/technology/mv.jpg");
}

#mv.construction {
    background-image: url("../img/page/construction/mv.jpg");
}

#mv.manufacture {
    background-image: url("../img/page/manufacture/mv.jpg");
}

#mv.service {
    background-image: url("../img/page/service/mv.jpg");
}

#mv.working {
    background-image: url("../img/page/working/mv.jpg");
}

#mv.welfare {
    background-image: url("../img/page/welfare/mv.jpg");
}

#mv.training {
    background-image: url("../img/page/training/mv.jpg");
}

#mv .inner {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#mv.technology h1,
#mv.manufacture h1 {
    color: #fff;
}

#mv h1 {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    font-size: calc(15px + 5*(100vw - 320px)/880);
    letter-spacing: .15em;
}

#mv h1 span {
    display: block;
    margin-bottom: 15px;
    font-size: 2.25em;
}

#mv.concept h1 .mv-jp {
    position: relative;
    text-align: left;
    padding: 0 3rem;
    width: fit-content;
    font-weight: 600;
    font-size: calc(15px + 5*(100vw - 320px)/880);
}

#mv.concept h1 .mv-jp::before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2px;
    background: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#mv.concept h1 .mv-jp::after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2px;
    background: #000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width : 1024px) {
    #mv {
        margin: 70px 0 50px;
        height: 40vh;
    }

    #mv.training {
        background-image: url("../img/page/training/mv_sp.jpg");
    }

    #mv h1.t20 {
        transform: translateY(20%)
    }
}

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

	ABOUT US

--------------------------------------------------*/
#aboutus {
    margin: 110px 0 70px;
    padding: 95px 0 86px;
}

#aboutus .ttl {
    margin-bottom: 90px;
    font-size: 1.7rem;
    text-align: center;
}

#aboutus ul li {
    width: 50%;
    padding: 100px 10px;
    background: no-repeat center / cover;
    color: #fff;
}

#aboutus ul li:nth-of-type(1) {
    background-image: url("../img/page/aboutus/bg01.jpg");
}

#aboutus ul li:nth-of-type(2) {
    background-image: url("../img/page/aboutus/bg02.jpg");
}

#aboutus ul li:nth-of-type(3) {
    background-image: url("../img/page/aboutus/bg03.jpg");
}

#aboutus ul li:nth-of-type(4) {
    background-image: url("../img/page/aboutus/bg04.jpg");
}

#aboutus ul li h3 {
    margin-bottom: 60px;
    text-align: center;
}

#aboutus ul li h3 span {
    display: block;
    margin-bottom: 30px;
    font-size: 2.25em;
    text-align: center;
    letter-spacing: .12em;
    word-break: break-word;
}

#aboutus ul li p {
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 2.1rem;
    text-align: center;
}

@media only screen and (max-width : 768px) {
    #aboutus .ttl {
        font-size: 1.6rem;
    }

    #aboutus ul li {
        width: 100%;
        padding: 80px 10px;
    }

    #aboutus ul li h3 {
        margin-bottom: 40px;
    }

    #aboutus ul li p {
        margin-bottom: 50px;
        font-size: 1.8rem;
    }
}

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

	CONCEPT

--------------------------------------------------*/
#concept {
    padding-top: calc(100px + 100 * ((100vw - 375px) / 1545));
}

#concept .vision-ttl {
    background: #CF0014;
    padding: 1rem 10rem;
    color: #fff;
    font-size: calc(18px + 8*(100vw - 320px)/660);
    margin-bottom: 4rem;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#concept .slogan {
    max-width: 800px;
    margin: 0 auto 18rem;
}

#concept h3 {
    width: 100%;
    font-size: calc(23px + 10*(100vw - 320px)/660);
    color: #CF0014;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 2;
}

#concept h3 span {
    color: #000;
    padding-left: 3rem;
    font-size: 0.9em;
    display: block;
    text-align: center;
}

#concept .content {
    margin-bottom: 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#concept .content p {
    text-align: center;
}

#concept ul {
    width: 50%;
}

#concept ul li.ttl {
    font-size: calc(21px + 10*(100vw - 320px)/800);
    text-align: center;
    margin-bottom: 3rem;
}

#concept ul li.txt {
    text-align: center;
}

#concept .content:last-child ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media only screen and (max-width: 1024px) {
    #concept {
        padding-top: calc(100px + 100 * ((100vw - 375px) / 1545));
    }

    #concept h2 {
        margin: unset;
    }

    #concept .content p {
        text-align: left;
    }
}

@media only screen and (max-width : 768px) {
    #concept ul {
        width: 100%;
    }

    #concept .vision-ttl {
        padding: 1rem 5rem;
        margin-bottom: 5rem;
    }

    #concept h3 {
        margin-bottom: 2rem;
    }

    #concept h3 span {
        display: block;
        padding: 10px 0;
        text-align: center;
    }

    #concept ul li.ttl {
        margin-bottom: 2rem;
    }

    #concept .content,
    #concept .separate {
        margin-bottom: 5rem;
    }

    #concept .slogan {
        max-width: 800px;
        margin: 0 auto 8rem;
    }
}

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

	TOP MESSAGE

--------------------------------------------------*/
#message {
    padding-top: 100px;
}

#message .flexbox {
    position: relative;
}

#message .flexbox figure {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 50%;
}

#message .flexbox .bg {
    position: absolute;
    z-index: -1;
    width: 50%;
    height: calc(50% + 50 * ((100vw - 375px) / 1545));
    background: #CF0014;
    transform: translate(-2%, -2%);
}

#message .flexbox .content {
    width: 55%;
    margin: 98px 0 0 auto;
    padding: 48px 55px 117px 120px;
    background: #F8F8F8;
}

#message .flexbox .content h2 {
    margin-bottom: 40px;
}

#message .flexbox .content h2 span {
    display: block;
    margin-bottom: 10px;
    font-size: 1.90em;
    letter-spacing: .15em;
}

#message ul {
    padding: 0 30px;
}

#message ul li {
    margin-bottom: 80px;
}

#message ul li h3 {
    margin-bottom: 40px;
    padding-left: 26px;
    border-left: 6px solid #CF0014;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1.4;
    color: #CF0014;
}

#message .image {
    margin-bottom: 80px;
}

#message .subttl {
    margin-bottom: 100px;
    font-weight: 600;
    font-size: 5rem;
    text-align: center;
    letter-spacing: .2em;
}

@media only screen and (max-width : 1024px) {
    #message .flexbox figure {
        position: initial;
        width: 100%;
    }

    #message .flexbox .content {
        width: 100%;
        margin-top: 0;
        padding: 30px 20px 20px;
    }

    #message .flexbox .content h2 {
        margin-bottom: 30px;
    }

    #message .flexbox .bg {
        width: 100%;
        height: 65%;
    }

    #message ul {
        padding: 0;
    }

    #message ul li {
        margin-bottom: 50px;
    }

    #message ul li h3 {
        margin-bottom: 30px;
        padding-left: 15px;
        font-size: 2.4rem;
    }
}

@media only screen and (max-width : 768px) {
    #message .image {
        margin-bottom: 50px;
    }

    #message .subttl {
        margin-bottom: 50px;
        font-size: 6vw;
    }
}

@media only screen and (max-width : 500px) {
    #message ul li h3 {
        font-size: 1.8rem;
    }
}

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

	COMPANY

--------------------------------------------------*/
#company {
    padding-top: calc(100px + 100 * ((100vw - 375px) / 1545));
}

#company .inner {
    max-width: 1066px;
}

#company table {
    margin-bottom: 50px;
}

#company table tr {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #96000F;
}

#company table tr:last-child {
    margin-bottom: 0;
}

#company table th {
    width: 306px;
    padding-left: 100px;
    color: #96000F;
    font-weight: 700;
}

#company ul li {
    width: 48%;
    height: calc(400px + 50 * ((100vw - 375px) / 1545));
}

#company ul li a {
    display: inline;
    text-decoration: underline;
}

#company ul li h3 {
    margin-bottom: 5px;
    color: #950110;
}

#company ul li .map {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 56.25%;
}

#company ul li .map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#company .title2 {
    margin-bottom: 80px;
}

#company .flexbox dl {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#company .flexbox dl.border_left {
    border-left: 1px dotted #333;
    padding-left: 80px;
}

#company .flexbox dl dt {
    float: left;
    margin-bottom: 35px;
}

#company .flexbox dl dt:last-of-type {
    margin-bottom: 0;
}

#company .flexbox dl dd {
    margin: 0 0 35px 120px;
}

#company .flexbox dl dd:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width : 1106px) {
    #company .flexbox dl.border_left {
        border-left: none;
        padding-left: 0;
    }
}

@media only screen and (max-width : 768px) {
    #company table tr th {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0;
    }

    #company table tr td {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width : 500px) {
    #company table {
        margin-bottom: 30px;
    }

    #company ul li {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    #company ul li:last-child {
        margin-bottom: 0;
    }

    #company .title2 {
        margin: 60px 0 40px;
    }

    #company .flexbox dl dt {
        margin-bottom: 30px;
    }

    #company .flexbox dl dd {
        margin: 0 0 30px 100px;
    }
}

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

	INFOGRAPHICS

--------------------------------------------------*/
#infographics {
    padding-top: calc(100px + 100 * ((100vw - 375px) / 1545));
}

#infographics p.taR {
    text-align: right;
    margin-bottom: 1rem;
}

#infographics ul li {
    width: 23.5%;
    margin-bottom: 65px;
}

#infographics ul li img {
    background-color: #fff;
}

#infographics ul li:nth-of-type(5),
#infographics ul li:nth-of-type(6),
#infographics ul li:nth-of-type(7) {
    width: 32%;
}

#infographics ul li:nth-last-of-type(1),
#infographics ul li:nth-last-of-type(2),
#infographics ul li:nth-last-of-type(3),
#infographics ul li:nth-last-of-type(4) {
    width: 49%;
}

@media only screen and (max-width : 768px) {
    #infographics ul li {
        width: 49%;
        margin-bottom: 30px;
    }

    #infographics ul li:nth-of-type(5),
    #infographics ul li:nth-of-type(6),
    #infographics ul li:nth-of-type(7),
    #infographics ul li:nth-last-of-type(1),
    #infographics ul li:nth-last-of-type(2),
    #infographics ul li:nth-last-of-type(3),
    #infographics ul li:nth-last-of-type(4),
    #infographics ul li:nth-last-of-type(5) {
        width: 100%;
    }

    #infographics ul li:nth-last-of-type(2) {
        margin-bottom: 30px;
    }
}

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

	BUSINESS FIELD

--------------------------------------------------*/
#business {
    margin: 110px 0 70px;
    padding: 95px 0 86px;
}

#business .ttl {
    margin-bottom: 90px;
    font-size: 1.7rem;
    text-align: center;
}

#business ul li {
    width: 50%;
    padding: 100px 10px;
    background: no-repeat center / cover;
    color: #fff;
}

#business ul li:nth-of-type(1) {
    background-image: url("../img/page/business/bg01.jpg");
}

#business ul li:nth-of-type(2) {
    background-image: url("../img/page/business/bg02.jpg");
}

#business ul li:nth-of-type(3) {
    background-image: url("../img/page/business/bg03.jpg");
}

#business ul li:nth-of-type(4) {
    background-image: url("../img/page/business/bg04.jpg");
}

#business ul li h3 {
    margin-bottom: 60px;
    text-align: center;
}

#business ul li h3 span {
    display: block;
    margin-bottom: 20px;
    font-size: 2.25em;
    text-align: center;
    letter-spacing: .12em;
    word-break: break-word;
}

#business ul li p {
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 2.1rem;
    text-align: center;
}

@media only screen and (max-width : 768px) {
    #business .ttl {
        font-size: 1.6rem;
        text-align: left;
    }

    #business ul li {
        width: 100%;
        padding: 80px 10px;
    }

    #business ul li h3 {
        margin-bottom: 40px;
    }

    #business ul li p {
        margin-bottom: 50px;
        font-size: 1.4rem;
    }
}

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

	PAGE COMMON

--------------------------------------------------*/
.page_common .inner {
    max-width: 1239px;
}

.page_common .title2 {
    text-align: left;
}

.page_common .title2 span {
    text-align: left;
}

.page_common h2 {
    margin-bottom: 6rem;
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
}

.page_common .block {
    margin-bottom: 119px;
    padding: 70px 0;
    background: #F8F8F8;
}

.page_common .block h2 {
    font-weight: 700;
    font-size: 3rem;
}

.page_common .image {
    margin-bottom: 113px;
}

.page_common .container {
    margin-bottom: 113px;
}

.page_common .container:nth-of-type(1) {
    margin-top: 6rem;
}

.page_common .container h3 {
    margin-bottom: 30px;
    font-size: 2.6rem;
    font-weight: 600;
}

.page_common .container .flexbox {
    align-items: center;
    margin-bottom: 20px;
}

.page_common .container .flexbox figure {
    width: 48%;
}

.page_common .container .flexbox .content {
    width: 50%;
}

.page_common .container .flexbox .content h4 {
    margin-bottom: 15px;
    font-size: 2.4rem;
}

.page_common .container .flexbox .content p {
    margin-bottom: 60px;
    font-size: 1.6rem;
}

.page_common .container .flexbox .content p:last-child {
    margin-bottom: 0;
}

.page_common .container .flexbox .content ul li {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.page_common .container .flexbox .content ul li:last-child {
    margin-bottom: 0;
}

.page_common .container p {
    margin-bottom: 4rem;
}

.page_common .container p:last-child {
    margin-bottom: 0;
}

.page_common .container p.list {
    margin-bottom: 0;
    padding-top: 3rem;
    border-top: 1px solid #555;
}

.page_common .container h5 {
    font-size: 1.8rem;
}

@media only screen and (max-width : 1500px) {
    .page_common .inner {
        max-width: 1100px;
    }
}

@media only screen and (max-width : 768px) {
    .page_common h2 {
        font-size: 2.4rem;
    }

    .page_common .block {
        margin-bottom: 70px;
        padding: 50px 0;
    }

    .page_common .block h2 {
        margin-bottom: 40px;
        font-size: 2.4rem;
    }

    .page_common .image {
        margin-bottom: 70px;
    }

    .page_common .container {
        margin-bottom: 70px;
    }

    .page_common .container h3 {
        margin-bottom: 10px;
        font-size: 2.3rem;
    }

    .page_common .container .flexbox figure {
        width: 100%;
        margin-bottom: 20px;
    }

    .page_common .container .flexbox .content {
        width: 100%;
    }

    .page_common .container .flexbox .content p {
        margin-bottom: 30px;
    }

    .page_common .container .flexbox .content ul li {
        font-size: 1.6rem;
    }

    .page_common .container .flexbox .content h4 {
        font-size: 2rem;
    }

    .page_common .container h5 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width : 500px) {
    .page_common h2 {
        font-size: 1.8rem;
    }

    .page_common .block {
        margin-bottom: 50px;
        padding: 35px 0;
    }

    .page_common .block h2 {
        font-size: 1.8rem;
    }

    .page_common .image {
        margin-bottom: 50px;
    }

    .page_common .container {
        margin-bottom: 50px;
    }

    .page_common .container h3 {
        font-size: 1.8rem;
    }

    .page_common .container .flexbox .content p {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

    .page_common .container .flexbox .content ul li {
        font-size: 1.4rem;
    }

    .page_common .container p {
        font-size: 1.4rem;
    }

    .page_common .container h5 {
        font-size: 1.4rem;
    }
}

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

	MANUFACTURE

--------------------------------------------------*/
#manufacture .block h3 {
    margin-bottom: 60px;
    font-size: 2.6rem;
    font-weight: 600;
}

#manufacture .block ul {
    margin-bottom: 75px;
}

#manufacture .block ul li {
    position: relative;
    width: 50%;
    padding: 35px 0 35px 133px;
    border-bottom: 1px solid #000;
}

#manufacture .block ul li:nth-of-type(odd) {
    padding-right: 25px;
    border-right: 1px solid #000;
}

#manufacture .block ul li:nth-of-type(even) {
    padding-left: 158px;
}

#manufacture .block ul li:nth-last-of-type(1) {
    border-bottom: 0;
}

#manufacture .block ul li::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 0;
    width: 113px;
    height: 113px;
    border-radius: 50%;
    border: 1px solid #555;
    background: #fff no-repeat center;
}

#manufacture .block ul li:nth-of-type(1)::before {
    background-image: url("../img/page/manufacture/icon01.svg");
    background-size: 58px;
}

#manufacture .block ul li:nth-of-type(2)::before {
    background-image: url("../img/page/manufacture/icon02.svg");
    background-size: 66px;
}

#manufacture .block ul li:nth-of-type(3)::before {
    background-image: url("../img/page/manufacture/icon03.svg");
    background-size: 54px;
}

#manufacture .block ul li:nth-of-type(4)::before {
    background-image: url("../img/page/manufacture/icon04.svg");
    background-size: 55px;
}

#manufacture .block ul li:nth-of-type(5)::before {
    background-image: url("../img/page/manufacture/icon05.svg");
    background-size: 56px;
}

#manufacture .block ul li:nth-of-type(6)::before {
    background-image: url("../img/page/manufacture/icon06.svg");
    background-size: 58px;
}

#manufacture .block ul li:nth-of-type(7)::before {
    background-image: url("../img/page/manufacture/icon07.svg");
    background-size: 71px;
}

#manufacture .block ul li:nth-of-type(even)::before {
    left: 25px;
}

#manufacture .block ul li h4 {
    margin-bottom: 20px;
    font-size: 2.4rem;
}

#manufacture .block ul li p {
    font-size: 1.6rem;
}

#manufacture .block h5 {
    font-size: 1.8rem;
    text-align: center;
}

@media only screen and (max-width : 768px) {
    #manufacture .block h3 {
        margin-bottom: 30px;
        font-size: 2.4rem;
    }

    #manufacture .block ul li {
        width: 100%;
    }

    #manufacture .block ul li:nth-of-type(odd) {
        padding: 25px 0 15px 120px;
        border-right: none;
    }

    #manufacture .block ul li:nth-of-type(even) {
        padding: 25px 0 15px 120px;
    }

    #manufacture .block ul li::before {
        top: 20px;
        width: 95px;
        height: 95px;
    }

    #manufacture .block ul li:nth-of-type(even)::before {
        left: 0;
    }

    #manufacture .block ul li h4 {
        margin-bottom: 15px;
        font-size: 2rem;
    }
}

@media only screen and (max-width : 500px) {
    #manufacture .block h3 {
        font-size: 1.8rem;
    }

    #manufacture .block ul li p {
        font-size: 1.4rem;
    }
}

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

	WELFARE

--------------------------------------------------*/
.welfare_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 10rem;
}

.welfare_list ul li a {
    position: relative;
    padding-left: 30px;
    font-size: 1.8rem;
}

.welfare_list ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 9px 0 9px;
    border-color: #cf0015 transparent transparent transparent;
}

#career_support,
#holiday,
#health,
#other {
    margin-top: -150px;
    padding-top: 150px;
}

#welfare .flexbox {
    justify-content: flex-start;
}

#welfare figure {
    position: relative;
    width: 25vw;
    height: 25vw;
    max-width: 380px;
    max-height: 380px;
    margin-bottom: 60px;
    border: 1px solid #707070;
    font-weight: 700;
    font-size: calc(15px + 8*(100vw - 320px)/880);
    text-align: center;
    user-select: none;
    background-color: #fff;
}

#welfare figure img {
    position: absolute;
    width: auto;
    max-height: 13vw;
    max-width: 20vw;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#welfare figure figcaption {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0);
    text-align: center;
}

#welfare .flexbox .content {
    margin-left: 3rem;
    width: calc(100% - 25vw - 3rem);
}

#welfare .flexbox .content ul {
    padding-left: 3rem;
}

#welfare .flexbox .content ul p {
    margin-bottom: 0;
    font-size: 1.6rem;
}

#welfare .flexbox .content ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 0;
    font-size: 1.6rem;
}

#welfare .flexbox .content ul li::before {
    content: '・';
    position: absolute;
    left: 0;
}

#welfare .flexbox .content ul li:nth-of-type(1)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: #000;
}

#welfare .flexbox .content dl {
    padding-left: 3rem;
    font-size: 1.6rem;
}

#welfare .flexbox .content dl dt {
    position: relative;
    padding-left: 20px;
}

#welfare .flexbox .content dl dt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #000;
}

@media only screen and (max-width : 1024px) {
    #welfare .flexbox .content {
        margin-left: 2rem;
        width: calc(100% - 25vw - 2rem);
    }
}

@media only screen and (max-width : 768px) {
    .welfare_list ul {
        justify-content: space-between;
    }

    .welfare_list ul li a {
        min-width: 40vw;
        margin-bottom: 1rem;
        font-size: 1.6rem;
        padding-left: 20px;
    }

    .welfare_list ul li a::before {
        top: 1px;
        border-width: 9px 7px 0 7px;
    }

    #career_support,
    #holiday,
    #health,
    #other {
        margin-top: -100px;
        padding-top: 100px;
    }

    #welfare .flexbox {
        justify-content: center;
    }

    #welfare figure {
        width: 50vw;
        height: 50vw;
        margin-bottom: 40px;
    }

    #welfare figure img {
        max-width: 40vw;
        max-height: 30vw;
    }

    #welfare .flexbox .content {
        margin-left: 0;
        width: 100%;
    }

    #welfare .flexbox .content ul {
        padding-left: 1rem;
        word-break: break-word;
    }

    #welfare .flexbox .content dl {
        padding-left: 1rem;
        word-break: break-word;
    }

    #welfare .flexbox .content ul li,
    #welfare .flexbox .content dl dt {
        padding-left: 15px;
    }

    #welfare .flexbox .content ul li:nth-of-type(1)::before,
    #welfare .flexbox .content dl dt::before {
        width: 10px;
        height: 10px;
    }
}

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

	TRAINING SYSTEM

--------------------------------------------------*/
#training .inner {
    max-width: 1240px;
}

#training .flexbox {
    margin-bottom: 121px;
}

#training .flexbox:nth-of-type(odd) {
    flex-direction: row-reverse;
}

#training .flexbox figure {
    width: 48%;
}

#training figure.chart img {
    background-color: #fff;
}

#training .flexbox .content {
    width: 50%;
}

#training .flexbox .content h3 {
    margin-bottom: 30px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.5;
}

#training .flexbox .content p {
    font-size: 1.6rem;
}

@media only screen and (max-width : 1500px) {
    #training .inner {
        max-width: 1100px;
    }
}

@media only screen and (max-width : 768px) {
    #training .flexbox {
        margin-bottom: 70px;
    }

    #training .flexbox figure {
        width: 100%;
        margin-bottom: 20px;
    }

    #training .flexbox .content {
        width: 100%;
    }

    #training .flexbox .content h3 {
        margin-bottom: 20px;
        font-size: 2rem;
    }

    #training figure.chart {
        width: 100%;
        overflow-y: scroll;
    }

    #training figure.chart img {
        width: 800px;
        max-width: unset;
    }

    #training p.sp {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width : 500px) {
    #training .flexbox {
        margin-bottom: 50px;
    }

    #training .flexbox .content h3 {
        font-size: 1.8rem;
    }

    #training .flexbox .content p {
        font-size: 1.4rem;
    }
}