@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
    height: 450px;
    padding: 62px 15px 0;
    display: flex;
    align-items: center;
	background: url("../img/index_img/mainimg.jpg") center center no-repeat;
    background-size: cover;
    & > div {
        & > div {
            & p {
                display: inline-block;
                padding: 10px;
                line-height: 1.1;
                font-size: 18px;
                font-weight: 900;
                color: var(--yellow);
                border-radius: var(--base-radius);
                background: var(--maincolor);
            }
        }
        & h1 {
            margin: 6px 0 10px;
            line-height: 1.3;
            font-size: 22px;
            font-weight: 900;
            text-shadow: 
                var(--white) 3px 0px,  var(--white) -3px 0px,
                var(--white) 0px -3px, var(--white) 0px 3px,
                var(--white) 3px 3px , var(--white) -3px 3px,
                var(--white) 3px -3px, var(--white) -3px -3px,
                var(--white) 1px 3px,  var(--white) -1px 3px,
                var(--white) 1px -3px, var(--white) -1px -3px,
                var(--white) 3px 1px,  var(--white) -3px 1px,
                var(--white) 3px -1px, var(--white) -3px -1px;
            & strong {
                font-size: 1.55em;
                color: var(--maincolor);
            }
        }
        & ul {
            display: flex;
            & li {
                display: flex;
                align-items: center;
                padding: 10px;
                line-height: 1.3;
                font-size: 17px;
                font-weight: 900;
                &:first-child {
                    color: var(--white);
                    border-radius: 18px 0 0 18px;
                    background: var(--maincolor);
                }
                &:last-child {
                    font-size: 15px;
                    color: var(--maincolor);
                    border-radius: 0 18px 18px 0;
                    background: var(--white);
                    & strong {
                        font-size: 1.7em;
                    }
                }
            }
        }
    }
}
@media print, screen and (min-width:768px) {
#mainimage {
    height: 100svh;
    padding: 90px 60px 0;
        display: flex;
        align-items: center;
	background: url("../img/index_img/mainimg.jpg") center center no-repeat;
    background-size: cover;
    & > div {
        & > div {
            & p {
                padding: 10px 20px;
                font-size: 32px;
            }
        }
        & h1 {
            margin: 6px 0 20px;
            font-size: 50px;
        }
        & ul {
            & li {
                padding: 10px 20px;
                font-size: 32px;
                &:first-child {
                    color: var(--white);
                    border-radius: 18px 0 0 18px;
                    background: var(--maincolor);
                }
                &:last-child {
                    font-size: 25px;
                    color: var(--maincolor);
                    border-radius: 0 18px 18px 0;
                    background: var(--white);
                    & strong {
                        font-size: 1.7em;
                    }
                }
            }
        }
    }
}
}

/*------------------------------------------------------------content*/
/*------------------------------------------------intro*/
#intro {
    &.content_bg01 {
        padding-bottom: 0;
        background: #e0e0e0;
        & ul {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
            & li {
                width: calc(50% - 5px);
                &:first-child {
                    margin: 0 20px;
                }
                & > div {
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 7em;
                    border-radius: 22px;
                    background: var(--white);
                    & p {
                        line-height: 1.35;
                        font-size: 18px;
                        font-weight: 900;
                        & strong {
                            color: var(--maincolor);
                        }
                    }
                    &::after {
                        position: absolute;
                        left: calc(50% + 20px);
                        bottom: -18px;
                        display: block;
                        width: 0;
                        height: 0;
                        content: "";
                        border: solid 18px transparent;
                        border-left: none;
                        border-right: solid 18px var(--white);
                        transform: rotate(45deg);
                    }
                }
                & figure {
                    position: relative;
                    margin-top: -20px;
                    text-align: center;
                    z-index: 1;
                    & img {
                        width: 120px;
                        height: auto;
                    }
                }
                &:last-child {
                    & > div {
                        &::after {
                            left: calc(50% - 45px);
                            transform: rotate(135deg);
                        }
                    }
                }

            }
        }
    }
}
@media print, screen and (min-width:768px) {
#intro {
    &.content_bg01 {
        & ul {
            display: flex;
            justify-content: space-between;
            gap: 0;
            & li {
                width: 31%;
                &:first-child {
                    margin: 0;
                }
                & > div {
                    height: 9em;
                    border-radius: 40px;
                    & p {
                        font-size: 30px;
                    }
                    &::after {
                        position: absolute;
                        left: calc(50% + 40px);
                        bottom: -30px;
                        border: solid 30px transparent;
                        border-left: none;
                        border-right: solid 30px var(--white);
                    }
                }
                & figure {
                    margin-top: -22px;
                    text-align: center;
                    & img {
                        width: auto;
                        height: auto;
                    }
                }
                &:nth-child(2) {
                    padding-top: 30px;
                    & > figure {
                        margin-top: -52px;
                    }
                }
                &:last-child {
                    & > div {
                        &::after {
                            left: calc(50% - 80px);
                            transform: rotate(135deg);
                        }
                    }
                }

            }
        }
    }
}
}

/*------------------------------------------------overview*/
#overview {
    & .title01 {
        & span {
            font-size: 0.85em;
            & strong {
                font-size: 1.3529em;
            }
        }
    }
    & .fig_box {
        & > div {
            margin-bottom: 15px;
            & p {
                font-size: 17px;
                & strong {
                    font-size: 1.2em;
                }
            }
        }
        & figure {
            text-align: center;
            & img {
                width: 100%;
                max-width: 400px;
                height: auto;
                border-radius: var(--base-radius);
            }
        }
    }
}
@media print, screen and (min-width:768px) {
#overview {
    & .fig_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        & > div {
            width: calc(100% - 640px);
            margin-bottom: 0;
            text-align: left;
            & .title01 {
                text-align: left;
            }
            & p {
                font-size: 22px;
            }
        }
        & figure {
            width: 600px;
            text-align: center;
            & img {
                width: 100%;
                max-width: 600px;
                height: auto;
                border-radius: var(--base-radius);
            }
        }
    }
}
}

/*------------------------------------------------flow*/
#flow {
    & ol {
        & li {
            position: relative;
            list-style-type: none;
            counter-increment: cnt;
            padding: 15px;
            border-radius: var(--base-radius);
            background: var(--white);
            &::before {
                position: absolute;
                top: 12px;
                left: 15px;
                content: counter(cnt);
                display: inline-block;
                width: 2em;
                line-height: 1.1;
                font-family: var(--font-en2);
                font-size: 36px;
                color: var(--maincolor);
            }
            &:not(:last-child) {
                margin-bottom: 30px;
                &::after {
                    position: absolute;
                    left: 50%;
                    bottom: -30px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 40px;
                    height: 30px;
                    content: "\ea4e";
                    font-family: remixicon !important;
                    font-size: 44px;
                    font-weight: normal;
                    color: var(--maincolor);
                    transform: translateX(-50%);
                }
            }
            & h3 {
                margin-bottom: 15px;
                padding-left: 1.8em;
                line-height: 1.35;
                font-size: 18px;
                font-weight: 900;
                & br {
                    display: none;
                }
            }
            & p {
                line-height: 1.5;
            }
        }
    }
}
@media print, screen and (min-width:768px) {
#flow {
    & ol {
        display: flex;
        justify-content: space-between;
        & li {
            width: 255px;
            padding: 30px;
            &::before {
                position: absolute;
                top: 30px;
                left: 30px;
                width: 2em;
                font-size: 70px;
            }
            &:not(:last-child) {
                margin-bottom: 0;
                &::after {
                    position: absolute;
                    top: 50%;
                    left: auto;
                    right: -40px;
                    bottom: auto;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 40px;
                    height: 80px;
                    content: "\ea6e";
                    font-size: 80px;
                    transform: translateY(-50%);
                }
            }
            & h3 {
                width: calc(100% + 20px);
                margin-right: -20px;
                margin-bottom: 20px;
                padding-left: 1.85em;
                font-size: 30px;
                & br {
                    display: inline;
                }
            }
        }
    }
}
}

/*------------------------------------------------business*/
#business {
    & .fig_box {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        & > div {
            & > ul {
                display: flex;
                flex-direction: column;
                gap: 10px;
                & li {
                    padding: 15px;
                    border-radius: var(--base-radius);
                    background: var(--bg-color02);
                    & h4 {
                        margin-bottom: 10px;
                        line-height: 1.3;
                        font-size: 17px;
                        font-weight: 900;
                    }
                    & p {
                        line-height: 1.5;
                    }
                }
            }
        }
        & > figure {
            text-align: center;
            & img {
                width: 100%;
                max-width: 350px;
                height: auto;
            }
        }
    }
}
@media print, screen and (min-width:768px) {
#business {
    & .fig_box {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        & > div {
            width: calc(100% - 513px);
            & h3 {
                margin-bottom: 20px;
                text-align: left;
            }
            & > ul {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 20px 0;
                & li {
                    width: calc((100% - 20px) / 2);
                    padding: 20px;
                    & h4 {
                        margin-bottom: 10px;
                        font-size: 25px;
                    }
                    & p {
                        line-height: 1.5;
                    }
                    &:nth-last-child(-n + 2) {
                        width: calc((((50% - 10px) - 20px) / 2));
                    }
                }
            }
        }
        & > figure {
            width: 473px;
            text-align: center;
            & img {
                width: auto;
                max-width: 100%;
                height: auto;
            }
        }
    }
}
}

/*------------------------------------------------benefits*/
#benefits {
    & .tx_box {
        &.margin {
            margin: 15px 0 30px;
            & > div {
                & > ul {
                    & > li {
                        &:first-child {
                            margin-bottom: 0.5em;
                        }
                    }
                }
            }
        }
        & h4 {
            padding: 10px 15px;
            line-height: 1.3;
            font-size: 17px;
            font-weight: 900;
            text-align: center;
            border-radius: var(--base-radius) var(--base-radius) 0 0;
            background: color-mix(in srgb, var(--maincolor) 20%, white);
            & span{
                display: inline-block;
                &.tx_s {
                    font-size: 0.8em;
                }
            }
        }
        & > div {
            padding: 15px;
            border-radius: 0 0 var(--base-radius) var(--base-radius);
            background: var(--bg-color02);
        }
    }
    & .flex_box {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
    }
}
@media print, screen and (min-width:768px) {
#benefits {
    text-align: center;
    & .tx_box {
        &.margin {
            margin: 20px 0 50px;
            & > div {
                & > ul {
                    display: flex;
                    justify-content: center;
                    gap: 80px;
                    & > li {
                        &:first-child {
                            margin-bottom: 0.5em;
                        }
                    }
                }
            }
        }
        & h4 {
            padding: 14px 30px;
            font-size: 25px;
        }
        & > div {
            padding: 30px;
            border-radius: 0 0 var(--base-radius) var(--base-radius);
            background: var(--bg-color02);
        }
    }
    & .flex_box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        margin-bottom: 50px;
        height: 100%;
        & li {
            width: calc((100% - 40px) / 2);
            & .tx_box {
                & h4 {
                    height: 94px;
                }
            }
            &:last-child {
                & .tx_box {
                    & h4 {
                        padding-top: 30px;
                    }
                }
            }
        }
    }
}
}

#recruit {
    & .content_bg03 {
        padding-bottom: 15px;
        @media print, screen and (min-width:768px) {
            padding-bottom: 30px;
        }
    }
    .recruit_box {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: dotted 4px var(--maincolor);
        @media print, screen and (min-width:768px) {
            margin-bottom: 60px;
            padding-bottom: 60px;
        }
    }
}

.bn_contact_recruit {
    margin-top: 20px;
    text-align: center;
    & a {
        position: relative;
        display: inline-block;
        padding: 10.5px 40px 10.5px 15px;
        text-decoration: none;
        font-weight: 900;
        color: var(--white);
        border-radius: var(--base-radius);
        background: var(--maincolor);
        transition: all 0.5s;
        &::after {
            position: absolute;
            top: 50%;
            right: 15px;
            content: "\ea4c";
            font-family: remixicon !important;
            font-size: 1.55em;
            font-weight: normal;
            color: var(--yellow);
            transform: translateY(-50%);
        }
    }
}
@media print, screen and (min-width: 768px) {
.bn_contact_recruit {
    margin-top: 30px;
    & a {
        padding: 11.4px 68px 11.4px 30px;
        text-decoration: none;
        font-size: 28px;
        transition: all 0.5s;
        &::after {
            right: 20px;
        }
    }
}
}

.list_ph {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
    & li {
        width: calc((100% - 20px) / 2);
        & figure {
            text-align: center;
            & a {
                transition: all 0.5s;
                display: block;
                & img {
                    width: 100%;
                    height: auto;
                    border-radius: var(--base-radius);
                }
            }
            & figcaption {
                margin-top: 0.3em;
                line-height: 1.35;
            }
        }
    }
}
@media print, screen and (min-width:768px) {
.list_ph {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
    & li {
        width: 22.5%;
        & figure {
            text-align: center;
            & a {
                &:hover {
                    opacity: 0.6;
                }
            }
            & figcaption {
                margin-top: 0.3em;
                line-height: 1.35;
            }
        }
    }
}
}

