@charset "UTF-8";





/*index*/

.index .mainimg {
    height: calc(100vh - 8rem);
    background: url(/system_panel/uploads/images/index_mainimg.jpg) center;
    background-size: cover;
    background-blend-mode: darken;
}
.index .mainimg .title {
    display: grid;
    z-index: 2;
    height: initial;
    background: initial;
    align-items: center;
    gap: 1rem;
    position: absolute;
    bottom: 9rem;
    top: initial;
}
.index .mainimg .title h2 {
    font-size: 3.7rem;
    font-weight: bold;
    grid-row: 2/3;
    height: 7rem;
    padding: 0 1em;
    background: #1d1d1d;
    display: grid;
    align-items: center;
}
.index .mainimg .title p {
    font-size: 3.7rem;
    font-weight: bold;
    width: fit-content;
    height: 7rem;
    padding: 0 1em;
    background: #1d1d1d;
    display: grid;
    align-items: center;
}
.index_cnt1 {
    width: 100%;
    background: url(/system_panel/uploads/images/bottom_bg_col2.png);
    padding: 6rem 0;
}
.index_cnt1 .inner {
    width: 90%;
    max-width: 164rem;
    padding: 0 0 0 11.458vw;
    /*22*/
}
.index_cnt1 .inner .col2 {
    display: flex;
}
.index_cnt1 .inner .col2 * {
    color: #f2f2f2;
}
.index_cnt1 .inner .col2 .left {
    width: 30%;
    display: grid;
    align-content: center;
}
.index_cnt1 .inner .col2 .left .titleA {
    margin: 0;
}
.index_cnt1 .inner .col2 .right {
    width: 70%;
}
.index_cnt1 .inner .col2 .right h4 {
    font-size: 3.5rem;
    line-height: 1.5;
    margin: 0 0 3rem;
}
.index_cnt1 .inner .col2 .right p:not(.buttonA) {
    line-height: 2.4;
    margin: 0 0 3rem;
}
.index_cnt1 .inner .col2 .right .buttonA {
    background: initial;
    border: 0.1rem solid #f2f2f2;
}
.index_cnt2 {
    padding: 10rem 0;
    background: #f2f2f2;
}
.index_cnt2 .inner {
    width: 100%;
    max-width: initial;
}
.index_cnt2 .inner .titleA * {
    text-align: center;
}
.index_cnt2 .inner .col2 {
    display: flex;
    align-items: center;
    gap: 4.16vw;
    /*8*/
    padding: 0 18.75vw 0 0;
    /*36*/
}
.index_cnt2 .inner .col2:not(:last-of-type) {
    margin: 0 0 7rem;
}
.index_cnt2 .inner .col2 .left {
    width: 52%;
    aspect-ratio: 7.68/4.3;
    overflow: hidden;
}
.index_cnt2 .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt2 .inner .col2 .right {
    width: 48%;
}
.index_cnt2 .inner .col2 .right h4 {
    font-size: 3.5rem;
    margin: 0 0 3rem;
}
.index_cnt2 .inner .col2 .right p:not(.buttonA) {
    line-height: 2.4;
    margin: 0 0 3rem;
}
.index_cnt2 .inner .col2:nth-of-type(odd) {
    flex-direction: row-reverse;
    padding: 0 0 0 18.75vw;
    /*36*/
}
.index_cnt3 {
    padding: 15rem 0;
}
.index_cnt3 .inner .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 5rem;
}
.index_cnt3 .inner .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 1.5625vw;
    /*3*/
}
.index_cnt3 .inner .webgene-blog .webgene-item {
    width: 100%;
}
.index_cnt3 .inner .webgene-blog .webgene-item .dl {
    width: 100%;
    display: grid;
    gap: 1rem;
}
.index_cnt3 .inner .webgene-blog .webgene-item .dt {
    grid-row: 3/4;
    grid-column: 1/2;
}
.index_cnt3 .inner .webgene-blog .webgene-item .dt a {
    color: inherit;
}
.index_cnt3 .inner .webgene-blog .webgene-item .pic {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 100%;
    aspect-ratio: 3.8/2.5;
    overflow: hidden;
}
.index_cnt3 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt3 .inner .webgene-blog .webgene-item .day {
    grid-row: 2/3;
    grid-column: 1/2;
    width: fit-content;
    height: 2.3rem;
    display: grid;
    align-items: center;
    margin: 0 0 0 auto;
}
.index_cnt3 .inner .webgene-blog .webgene-item .cate {
    grid-row: 2/3;
    grid-column: 1/2;
    font-size: 1.3rem;
    width: fit-content;
    height: 2.3rem;
    background: #238ecc;
    padding: 0 1em;
    display: grid;
    align-items: center;
    color: #fff;
}
.index_cnt4 {
    padding: 5rem 0 15rem;
}
.index_cnt4 .inner .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 5rem;
}
.index_cnt4 .inner .webgene-blog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.78125vw;
    /*1.5*/
}
.index_cnt4 .inner .webgene-blog .webgene-item {
    width: 100%;
}
.index_cnt4 .inner .webgene-blog .webgene-item .pic {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.index_cnt4 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt5 .inner {
    width: 100%;
    max-width: initial;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.index_cnt5 .inner * {
    color: #f2f2f2;
}
.index_cnt5 .inner>a {
    width: 100%;
    min-height: 30rem;
    content: "";
    background-size: 100% !important;
    background-blend-mode: darken;
    display: grid;
    align-content: center;
    text-decoration: none;
}
.index_cnt5 .inner>a:hover {
    background-size: 120% !important;
    transition: 0.5s !important;
}
.index_cnt5 .inner>a .titleA {
    margin: 0;
}
.index_cnt5 .inner>a:first-of-type {
    background: url(/system_panel/uploads/images/index_cnt5_bg_l.jpg) no-repeat center rgba(0, 0, 0, 0.5);
    padding: 0 0 0 18.75vw;
    /*36*/
}
.index_cnt5 .inner>a:last-of-type {
    background: url(/system_panel/uploads/images/index_cnt5_bg_r.jpg) no-repeat center #00223873;
    padding: 0 0 0 7.29vw;
    /*14*/
}




/*about*/
.about .mainimg {
    background: url(/system_panel/uploads/images/about_mainimg.jpg) center rgba(0, 34, 56, 0.5);
    background-size: cover;
    background-blend-mode: darken;
}
.about_cnt1 {
    background: #1d1d1d;
    padding: 6rem 0 12rem;
}
.about_cnt1 .inner {
    max-width: 100rem;
}
.about_cnt1 .inner h3 {
    font-size: 3.7rem;
    color: #f2f2f2;
    margin: 0 0 5rem;
}
.about_cnt1 .inner h4 {
    font-size: 3.5rem;
    line-height: 1.5;
    margin: 0 0 3rem;
    color: #f2f2f2;
}
.about_cnt1 .inner p {
    color: #f2f2f2;
    line-height: 2.4;
}
.about_cnt1 .inner p:last-of-type {
    margin: 0 0 14rem;
}
.about_cnt1 .slider {
    width: 100%;
    /*height: 28rem;*/
}
.about_cnt1 .slider .pic {
    width: 100%;
    aspect-ratio: 4.2/2.8;
    overflow: hidden;
}
.about_cnt1 .slider .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  margin: 1rem;
}
.about_cnt2 {
    background: #f2f2f2;
    padding: 10rem 0;
}
.about_cnt2 .inner .titleA * {
    text-align: center;
}
.about_cnt2 .inner .set:not(:last-of-type) {
    margin: 0 0 7rem;
}
.about_cnt2 .inner .set h4 {
    font-size: 3.1rem;
    border-bottom: 0.1rem solid #1d1d1d;
    padding: 0 0 1.5rem 3em;
    margin: 0 0 3rem;
    position: relative;
  line-height: 1.5;
}
.about_cnt2 .inner .set h4::before {
    content: "";
    font-size: 3.1rem;
    position: absolute;
    left: 0;
}
.about_cnt2 .inner .set:nth-of-type(2) h4::before {
    content: "01";
}
.about_cnt2 .inner .set:nth-of-type(3) h4::before {
    content: "02";
}
.about_cnt2 .inner .set:nth-of-type(4) h4::before {
    content: "03";
}
.about_cnt2 .inner .set:nth-of-type(5) h4::before {
    content: "04";
}
.about_cnt2 .inner .set h4::after {
    content: "";
    width: 5rem;
    height: 0.1rem;
    background: #1d1d1d;
    display: inline-block;
    transform: rotate(-45deg);
    position: absolute;
    left: 1em;
    bottom: 0;
}
.about_cnt2 .inner .set .col2 {
    display: flex;
    gap: 2.08vw;
    /*4*/
}
.about_cnt2 .inner .set:nth-of-type(odd) .col2 {
    flex-direction: row-reverse;
}
.about_cnt2 .inner .set .col2 .left {
    width: 33%;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.about_cnt2 .inner .set .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about_cnt2 .inner .set .col2 .right {
    width: 67%;
}
.about_cnt2 .inner .set .col2 .right p {
    line-height: 2.4;
}





/*concrete*/
.concrete .mainimg {
    background: url(/system_panel/uploads/images/concrete_mainimg.jpg) center rgba(0, 34, 56, 0.5);
    background-size: cover;
    background-blend-mode: darken;
}
:is(.concrete_cnt1, .demolition_cnt1) {
    background: #1d1d1d;
    padding: 9rem 0;
}
:is(.concrete_cnt1, .demolition_cnt1) .inner {
    width: 100%;
    max-width: initial;
}
:is(.concrete_cnt1, .demolition_cnt1) .inner .col2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 4.6875vw;
    /*9*/
}
:is(.concrete_cnt1, .demolition_cnt1) .inner .col2 .left {
    width: 60%;
    padding: 0 18.75vw 0 0;
    /*36*/
}
:is(.concrete_cnt1, .demolition_cnt1) .inner .col2 .left h3 {
    font-size: 3.7rem;
    color: #f2f2f2;
    margin: 0 0 5rem;
}
:is(.concrete_cnt1, .demolition_cnt1) .inner .col2 .left h4 {
    font-size: 3.5rem;
    color: #f2f2f2;
    line-height: 1.5;
    margin: 0 0 3rem;
}
:is(.concrete_cnt1, .demolition_cnt1) .inner .col2 .left p {
    color: #f2f2f2;
    line-height: 2.4;
}
:is(.concrete_cnt1, .demolition_cnt1) .inner .col2 .right {
    width: 40%;
    aspect-ratio: 7.7/4;
    overflow: hidden;
}
:is(.concrete_cnt1, .demolition_cnt1) .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
:is(.concrete_cnt2, .demolition_cnt2) {
    background: #f2f2f2;
    padding: 10rem 0;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .titleA * {
    text-align: center;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner>.ul {
    width: 80%;
    max-width: 74rem;
    background: #fff;
    padding: 2rem clamp(2rem, 3.125vw, 6rem);
    margin: 0 auto 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.6vw;
    /*5*/
}
:is(.concrete_cnt2, .demolition_cnt2) .inner>.ul .li {
    list-style: none;
    font-size: 1.9rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner>.ul .li::before {
    content: "";
    background: url(/system_panel/uploads/images/check.png) no-repeat;
    min-width: 3rem;
    height: 2.7rem;
    display: inline-block;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .set:not(:last-of-type) {
    margin: 0 0 7rem;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .set h4 {
    font-size: 3.1rem;
    border-bottom: 0.1rem solid #1d1d1d;
    padding: 0 0 1.5rem 3em;
    margin: 0 0 3rem;
    position: relative;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .set h4::after {
    content: "";
    width: 5rem;
    height: 0.1rem;
    background: #1d1d1d;
    display: inline-block;
    transform: rotate(-45deg);
    position: absolute;
    left: 1em;
    bottom: 0;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .set .col2 {
    display: flex;
    gap: 2.08vw;
    /*4*/
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .set .col2 .left {
    width: 33%;
    aspect-ratio: 4/3;
    overflow: hidden;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .set .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .set .col2 .right {
    width: 67%;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .set .col2 .right p {
    line-height: 2.4;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window {
    width: 100%;
    background: #fff;
    padding: clamp(2rem, 3.125vw, 6rem);
    margin: 0 auto 10rem;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window h4 {
    font-size: 2.7rem;
    text-align: center;
    margin: 0 auto 5rem;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window .ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3vw;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window .ul .li {
    list-style: none;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window .ul .li::before {
    content: "";
    background: url(/system_panel/uploads/images/check.png) no-repeat;
    min-width: 3rem;
    height: 2.7rem;
    display: inline-block;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window2 {
    width: 100%;
    background: url(/system_panel/uploads/images/concrete_cnt2_window2bg.jpg) no-repeat center top -8.3vw
        /*16*/
        rgba(0, 34, 56, 0.65);
    background-size: cover;
    background-blend-mode: darken;
    padding: clamp(2rem, 3.125vw, 6rem);
}

:is(.concrete_cnt2, .demolition_cnt2) .inner .window2 .col2 {
    display: flex;
    justify-content: space-between;
    gap: 2.6vw;
    /*5*/
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window2 .col2 .left {}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window2 .col2 .left h3 {
    font-size: 3.1rem;
    color: #f2f2f2;
    margin: 0 auto 3rem;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window2 .col2 .left p {
    color: #f2f2f2;
    line-height: 2.4;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window2 .col2 .right .ul {}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window2 .col2 .right .li {
    min-height: 3.6rem;
    border-radius: 1.8rem;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window2 .col2 .right .li p{
    min-height: inherit;
}
:is(.concrete_cnt2, .demolition_cnt2) .inner .window2 .col2 .right .li:not(:last-of-type) {
    margin: 0 0 2rem;
}
:is(.concrete_cnt3, .demolition_cnt3) {
    padding: 10rem 0;
    background: #f2f2f2;
}
:is(.concrete_cnt3, .demolition_cnt3) .inner {
    width: 100%;
    max-width: initial;
}
:is(.concrete_cnt3, .demolition_cnt3) .inner .titleA * {
    text-align: center;
}
:is(.concrete_cnt3, .demolition_cnt3) .inner .col2 {
    display: flex;
    align-items: center;
    gap: 4.16vw;
    /*8*/
    padding: 0 18.75vw 0 0;
    /*36*/
}
:is(.concrete_cnt3, .demolition_cnt3) .inner .col2:not(:last-of-type) {
    margin: 0 0 7rem;
}
:is(.concrete_cnt3, .demolition_cnt3) .inner .col2 .left {
    width: 52%;
    aspect-ratio: 7.68/4.3;
    overflow: hidden;
}
:is(.concrete_cnt3, .demolition_cnt3) .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
:is(.concrete_cnt3, .demolition_cnt3) .inner .col2 .right {
    width: 48%;
}
:is(.concrete_cnt3, .demolition_cnt3) .inner .col2 .right h4 {
    font-size: 3.5rem;
    margin: 0 0 3rem;
}
:is(.concrete_cnt3, .demolition_cnt3) .inner .col2 .right p:not(.buttonA) {
    line-height: 2.4;
    margin: 0 0 3rem;
}
:is(.concrete_cnt3, .demolition_cnt3) .inner .col2:nth-of-type(odd) {}
:is(.concrete_cnt4, .demolition_cnt4) {
    padding: 15rem 0;
}
:is(.concrete_cnt4, .demolition_cnt4) .inner .titleA * {
    text-align: center;
}
:is(.concrete_cnt4, .demolition_cnt4) .inner .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 1.5625vw;
    /*3*/
    margin: 0 auto 7rem;
}
:is(.concrete_cnt4, .demolition_cnt4) .inner .webgene-blog .webgene-item {
    width: 100%;
}
:is(.concrete_cnt4, .demolition_cnt4) .inner .webgene-blog .webgene-item .dl {
    width: 100%;
    display: grid;
    gap: 1rem;
}
:is(.concrete_cnt4, .demolition_cnt4) .inner .webgene-blog .webgene-item .dt {
    grid-row: 3/4;
    grid-column: 1/2;
}
:is(.concrete_cnt4, .demolition_cnt4) .inner .webgene-blog .webgene-item .dt a {
    color: inherit;
}
:is(.concrete_cnt4, .demolition_cnt4) .inner .webgene-blog .webgene-item .pic {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 100%;
    aspect-ratio: 3.8/2.5;
    overflow: hidden;
}
:is(.concrete_cnt4, .demolition_cnt4) .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
:is(.concrete_cnt4, .demolition_cnt4) .inner .webgene-blog .webgene-item .day {
    grid-row: 2/3;
    grid-column: 1/2;
    width: fit-content;
    height: 2.3rem;
    display: grid;
    align-items: center;
    margin: 0 0 0 auto;
}
:is(.concrete_cnt4, .demolition_cnt4) .inner .webgene-blog .webgene-item .cate {
    grid-row: 2/3;
    grid-column: 1/2;
    font-size: 1.3rem;
    width: fit-content;
    height: 2.3rem;
    background: #238ecc;
    padding: 0 1em;
    display: grid;
    align-items: center;
    color: #fff;
}
:is(.concrete_cnt4, .demolition_cnt4) .inner .buttonA {
    margin: auto;
}





/*demolition*/
.demolition .mainimg {
    background: url(/system_panel/uploads/images/demolition_mainimg.jpg) center rgba(0, 34, 56, 0.5);
    background-size: cover;
    background-blend-mode: darken;
}
.demolition_cnt2 .inner .window2 {
    background: url(/system_panel/uploads/images/demolition_cnt2_window2bg.jpg) no-repeat center top -8.3vw
        /*16*/
        rgba(0, 34, 56, 0.65);
}







/*flow*/
.flow .mainimg {
    background: url(/system_panel/uploads/images/flow_mainimg.jpg) center rgba(0, 34, 56, 0.5);
    background-size: cover;
    background-blend-mode: darken;
}
.flow_cnt1 {
    padding: 8rem 0 12rem;
    background: #f2f2f2;
}
.flow_cnt1 .inner .titleA * {
    text-align: center;
}
.flow_cnt1 .inner .dl {
    width: 100%;
    background:#fff;
    border: 0.1rem solid #1d1d1d;
    display: flex;
    padding: clamp(2rem, 2.08vw, 4rem) clamp(2rem, 3.125vw, 6rem);
    gap: 2.6vw;
    /*5*/
}
.flow_cnt1 .inner .dl:not(:last-of-type) {
    margin: 0 0 2rem;
}
.flow_cnt1 .inner .dt {
    font-size: 2.9rem;
    font-weight: bold;
    display: flex;
    align-items: start;
    gap: 1rem;
    width: 34%;
}
.flow_cnt1 .inner .dt::before {
    content: "";
    color: #0072bd;
    display: inline-block;
}
.flow_cnt1 .inner .dl:nth-of-type(2) .dt::before {
    content: "01.";
}
.flow_cnt1 .inner .dl:nth-of-type(3) .dt::before {
    content: "02.";
}
.flow_cnt1 .inner .dl:nth-of-type(4) .dt::before {
    content: "03.";
}
.flow_cnt1 .inner .dl:nth-of-type(5) .dt::before {
    content: "04.";
}
.flow_cnt1 .inner .dl:nth-of-type(6) .dt::before {
    content: "05.";
}
.flow_cnt1 .inner .dl:nth-of-type(7) .dt::before {
    content: "06.";
}
.flow_cnt1 .inner .dl:nth-of-type(8) .dt::before {
    content: "07.";
}
.flow_cnt1 .inner .dl:nth-of-type(9) .dt::before {
    content: "08.";
}
.flow_cnt1 .inner .dd {
    width: 66%;
    line-height: 2.4;
}
.flow_cnt2 {
    padding: 10rem 0;
}
.flow_cnt1 .inner .titleA * {
    text-align: center;
}
.flow_cnt2 .inner .dl {
    width: 100%;
    border: 0.1rem solid #1d1d1d;
    padding: clamp(2rem, 2.08vw, 4rem) clamp(2rem, 3.125vw, 6rem);
    gap: 2.6vw;
    /*5*/
}
.flow_cnt2 .inner .dl:not(:last-of-type) {
    margin: 0 0 2rem;
}
.flow_cnt2 .inner .dt {
    font-size: 2.9rem;
    font-weight: bold;
    display: flex;
    align-items: start;
    gap: 1rem;
    position: relative;
    padding: 0 2rem 0 0;
}
.flow_cnt2 .inner .dt::before {
    content: "Q.";
    color: #0072bd;
    display: inline-block;
}
.flow_cnt2 .inner .dd {
    margin: 3rem 0 0;
    line-height: 2.4;
}





/*recruit*/
.recruit .mainimg {
    background: url(/system_panel/uploads/images/recruit_mainimg.jpg) center rgba(0, 34, 56, 0.5);
    background-size: cover;
    background-blend-mode: darken;
}
.recruit_cnt1 {
    padding: 9rem 0;
}
.recruit_cnt1 .inner {
    max-width: 100rem;
}
.recruit_cnt1 .inner p {
    line-height: 2.4;
}
.recruit_cnt2 {
    background: #1d1d1d;
    padding: 6rem 0;
}
.recruit_cnt2 .inner {
    max-width: 100rem;
}
.recruit_cnt2 .inner h3 {
    font-size: 3.7rem;
    color: #f2f2f2;
    margin: 0 0 5rem;
}
.recruit_cnt2 .inner h4 {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 3rem;
    color: #f2f2f2;
}
.recruit_cnt2 .inner p {
    color: #f2f2f2;
    line-height: 2.4;
}
.recruit_cnt2 .inner p:last-of-type {}
.recruit_cnt3 {
    padding: 12rem 0;
}
.recruit_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5625vw;
    /*3*/
}
.recruit_cnt3 .inner .grid .dl {
    width: 100%;
    display: grid;
    gap: 2rem;
}
.recruit_cnt3 .inner .grid .dt {
    grid-row: 2/3;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}
.recruit_cnt3 .inner .grid .pic {
    grid-row: 1/2;
    width: 100%;
    aspect-ratio: 3.8/2.5;
    overflow: hidden;
}
.recruit_cnt3 .inner .grid .pic img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}
.recruit_cnt3 .inner .grid .cmt {
    line-height: 2.4;
}
.recruit_cnt4 {
    background: #f2f2f2;
    padding: 10rem 0;
}
.recruit_cnt4 .inner .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.08vw;
    /*4*/
}
.recruit_cnt4 .inner .grid .dl {
    width: 100%;
    background: #0072bd;
    padding: clamp(2rem, 1.5625vw, 3rem);
}
.recruit_cnt4 .inner .grid .dt {
    font-size: 2.7rem;
    font-weight: bold;
    color: #fff;
    border-bottom: 0.1rem solid #fff;
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.recruit_cnt4 .inner .grid .dt::before {
    content: "";
    background: url(/system_panel/uploads/images/check2.png) no-repeat;
    min-width: 3rem;
    height: 2.7rem;
    display: inline-block;
}
.recruit_cnt4 .inner .grid .dd {
    color: #fff;
    line-height: 2.4;
}
.recruit_cnt5 {
    padding: 14rem 0;
}
.recruit_cnt5 .inner .dl {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 5rem;
}
.recruit_cnt5 .inner .dl:last-of-type {
    margin: 0 0 1.5rem;
}
.recruit_cnt5 .inner .dt {
    width: 30%;
    min-height: inherit;
    padding: 1rem 1em;
    border-bottom: 0.1rem solid #0072bd;
    color: #0072bd;
    display: grid;
    align-items: center;
}
.recruit_cnt5 .inner .dd {
    width: 70%;
    min-height: inherit;
    padding: 1rem 1em;
    border-bottom: 0.1rem solid #e1e1e1;
    display: grid;
    align-items: center;
}
.recruit_cnt5 .inner .window {
    background: url(/system_panel/uploads/images/recruit_cnt5_windowbg.jpg) no-repeat center
        /*16*/
        rgba(0, 34, 56, 0.65);
    background-size: cover;
    background-blend-mode: darken;
    padding: clamp(2rem, 3.125vw, 6rem);
}
.recruit_cnt5 .inner .window .col2 {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2.6vw;
    /*5*/
}
.recruit_cnt5 .inner .window .col2 .left {}
.recruit_cnt5 .inner .window .col2 .left h3 {
    font-size: 3.1rem;
    font-weight: bold;
    color: #f2f2f2;
    margin: 0 auto 3rem;
}
.recruit_cnt5 .inner .window .col2 .left p {
    color: #f2f2f2;
    line-height: 2.4;
}
.recruit_cnt5 .inner .window .col2 .right .ul {}
.recruit_cnt5 .inner .window .col2 .right .li {
    min-height: 3.6rem;
    border-radius: 1.8rem;
}
.recruit_cnt5 .inner .window .col2 .right .li:not(:last-of-type) {
    margin: 0 0 2rem;
}





.recruit_cnt5 .slider {
    width: 100%;
    /*height: 28rem;*/
    margin: 5rem 0 0;
}
.recruit_cnt5 .slider .pic {
    width: 100%;
    aspect-ratio: 4.2/2.8;
    overflow: hidden;
}
.recruit_cnt5 .slider .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
      margin: 1rem;
}
}








.works .mainimg {
    background: url(/system_panel/uploads/images/works_mainimg.jpg) center rgba(0, 34, 56, 0.5);
    background-size: cover;
    background-blend-mode: darken;
}



/*works&worksdetail共通*/
:is(.works, .worksdetail) .mainimg {
    background: url(/system_panel/uploads/images/works_mainimg.jpg) center rgba(0, 34, 56, 0.5);
    background-size: cover;
    background-blend-mode: darken;
}
:is(.works_cnt1, .worksdetail_cnt1) {
    width: 100%;
    padding: 8rem 0;
}
:is(.works_cnt1, .worksdetail_cnt1) .inner {
    display: flex;
    gap: 1.04vw;
    /*2*/

}
:is(.works_cnt1, .worksdetail_cnt1) .inner>.buttonA {}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: space-around;*/
    gap: 1.04vw;
    /*2*/
}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item .buttonA {
    background: #e1e1e1;
}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item .buttonA:hover {}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item .buttonA:hover::before {
    background: #0072bd;
}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item .buttonA a {
    color: #5d5d5d !important;
}
:is(.works_cnt1, .worksdetail_cnt1) .inner .webgene-blog .webgene-item .buttonA:hover a {
    color: #fff !important;
}
:is(.works_cnt2, .worksdetail_cnt2) {
    padding: 0 0 13rem;
}


/*works*/
.works_cnt2 .inner .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125vw 1.5625vw;
    /*6 3*/
}
.works_cnt2 .inner .webgene-blog .webgene-item {}
.works_cnt2 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    gap: 1rem;
}
.works_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-row: 3/4;
    grid-column: 1/2;
}
.works_cnt2 .inner .webgene-blog .webgene-item .dt a {
    color: inherit;
}
.works_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-row: 2/3;
    grid-column: 1/2;
    width: fit-content;
    height: 2.3rem;
    display: grid;
    align-items: center;
    padding: 0 1em;
    font-size: 1.3rem;
    background: #238ecc;
    color: #fff;
}
.works_cnt2 .inner .webgene-blog .webgene-item .day {
    grid-row: 2/3;
    grid-column: 1/2;
    width: fit-content;
    height: 2.3rem;
    display: grid;
    align-items: center;
    margin: 0 0 0 auto;
}
.works_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-row: 1/2;
    aspect-ratio: 3.8/2.5;
    overflow: hidden;
}
.works_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.webgene-pagination {
    grid-column: 1/4;
}

.webgene-pagination ul {
    width: fit-content;
    display: flex;
    margin: 0 auto 0;
}
.webgene-pagination ul li {
    font-size: 1.7rem;
}
.webgene-pagination :is(.prev, .next) {
    width: 3em;
    height: 3em;
    list-style: none;
}
.webgene-pagination .prev {
    margin: 0 5rem 0 0;
}
.webgene-pagination .next {
    margin: 0 0 0 5rem;
}
.webgene-pagination :is(.prev a, .next a) {
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: inherit;
    text-decoration: none;
    color: #cdcdcd;
}
.webgene-pagination ul .number {
    list-style: none;
    background: #cdcdcd;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}
.webgene-pagination ul .number.selected {
    list-style: none;
    background: #238ecc;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}
.webgene-pagination ul .number.selected a {
    color: #fff;
}
.webgene-pagination ul .number a {
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: inherit;
    text-decoration: none;
    color: #fff;
}





/*worksdetail*/
.worksdetail_cnt2 {
    margin: 0 auto;
}
.worksdetail_cnt2 .inner .webgene-blog {
    margin: 0 auto;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item {
    margin: 0 auto 6rem;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    gap: 2rem;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-row: 1/2;
    grid-column: 1/2;
    width: fit-content;
    height: 2.3rem;
    display: grid;
    align-items: center;
    padding: 0 2em;
    background: #238ecc;
    font-size: 1.3rem;
    color: #fff;
    margin: 0 0 0 auto;

}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .day {
    grid-row: 1/2;
    grid-column: 1/2;
    width: fit-content;
    height: 2.3rem;
    display: grid;
    align-items: center;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-row: 2/3;
    grid-column: 1/2;
    display: grid;
    align-items: center;
    font-size: 2.5rem;
    font-weight: bold;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .cmt {
    line-height: 2.4;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-column: 1/2;
    width: 100%;
    overflow: hidden;

}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic .slider {
    width: 100%;
    aspect-ratio: 8.8/5.8;
    overflow: hidden;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic :is(.slick-img, .thumbnail-img) {
    width: 100%;
    aspect-ratio: 8.8/5.8;
    overflow: hidden;
    padding: 0.5rem;
}
.worksdetail_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
    object-position: center;
}
.worksdetail_cnt2 .inner .buttonA {
    margin: auto;
}





/*company*/
.company .mainimg {
    background: url(/system_panel/uploads/images/company_mainimg.jpg) center rgba(0, 34, 56, 0.5);
    background-size: cover;
    background-blend-mode: darken;
}
.company_cnt1 {
    background: #1d1d1d;
    padding: 9rem 0;
}
.company_cnt1 .inner {}
.company_cnt1 .inner .col2 {
    display: flex;
    gap: 3.125vw;
    /*6*/
}
.company_cnt1 .inner .col2 .left {
    width: 67%;
}
.company_cnt1 .inner .col2 .left .titleA {
    margin: 0 0 4rem;
}
.company_cnt1 .inner .col2 .left .titleA * {
    color: #f2f2f2;
}
.company_cnt1 .inner .col2 .left h4 {
    font-size: 3.5rem;
    color: #f2f2f2;
    line-height: 1.5;
    margin: 0 0 3rem;
}
.company_cnt1 .inner .col2 .left>p {
    color: #f2f2f2;
    line-height: 2.4;
}
.company_cnt1 .inner .col2 .right {
    width: 33%;
}
.company_cnt1 .inner .col2 .right * {
    color: #f2f2f2;
}
.company_cnt1 .inner .col2 .right .pic {
    width: 100%;
    aspect-ratio: 4/5.8;
    overflow: hidden;
    margin: 0 0 2rem;
}
.company_cnt1 .inner .col2 .right .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.company_cnt1 .inner .col2 .right .company {
    margin: 0 0 1rem;
    text-align: right;
}
.company_cnt1 .inner .col2 .right .ceo {
    display: flex;
    align-items: baseline;
    justify-content: end;
    gap: 1rem;
}
.company_cnt1 .inner .col2 .right .ceo .name {
    font-size: 2.5rem;
}
.company_cnt2 {
    background: #f2f2f2;
    padding: 10rem 0;
}
.company_cnt2 .inner .titleA * {
    text-align: center;
}
.company_cnt2 .inner .set:not(:last-of-type) {
    margin: 0 0 7rem;
}
.company_cnt2 .inner .set h4 {
    font-size: 3.1rem;
    border-bottom: 0.1rem solid #1d1d1d;
    padding: 0 0 1.5rem 3em;
    margin: 0 0 3rem;
    position: relative;
}
.company_cnt2 .inner .set h4::after {
    content: "";
    width: 5rem;
    height: 0.1rem;
    background: #1d1d1d;
    display: inline-block;
    transform: rotate(-45deg);
    position: absolute;
    left: 1em;
    bottom: 0;
}
.company_cnt2 .inner .set .col2 {
    display: flex;
    gap: 2.08vw;
    /*4*/
}
.company_cnt2 .inner .set .col2 .left {
    width: 33%;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.company_cnt2 .inner .set .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.company_cnt2 .inner .set .col2 .right {
    width: 67%;
}
.company_cnt2 .inner .set .col2 .right p {
    line-height: 2.4;
}
.company_cnt3 {
    padding: 10rem 0;
}
.company_cnt3 .inner .dl {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 5rem;
}
.company_cnt3 .inner .dl:last-of-type {
    margin: 0 0 1.5rem;
}
.company_cnt3 .inner .dt {
    width: 30%;
    min-height: inherit;
    padding: 1rem 1em;
    border-bottom: 0.1rem solid #0072bd;
    color: #0072bd;
    display: grid;
    align-items: center;
}
.company_cnt3 .inner .dd {
    width: 70%;
    min-height: inherit;
    padding: 1rem 1em;
    border-bottom: 0.1rem solid #e1e1e1;
    display: grid;
    align-items: center;
}
.company .map {
    width: 100%;
    height: 41rem;
}

.company .map iframe {
    width: 100%;
    height: inherit;
    border: none;
}






/*contact*/
.contact .mainimg {
    background: url(/system_panel/uploads/images/contact_mainimg.jpg) center rgba(0, 34, 56, 0.5);
    background-size: cover;
    background-blend-mode: darken;
}
.contact_cnt1 {
    width: 100%;
    background: #f2f2f2;
    padding: 7rem 0 10rem;
}
.contact_cnt1 .inner .titleA * {
    text-align: center;
}
.contact_cnt1 .inner>p {
    line-height: 2.4;
    margin: 0 0 2rem;
}
.contact_cnt1 .inner>.dl {
    width: 50%;
    background: #fff;
    padding: 1.5625vw;
    text-align: center;
    margin: 0 0 5rem;
}
.contact_cnt1 .inner>.dl .dt {
    font-size: 2.7rem;
    font-weight: bold;
    margin: 0 auto 2rem;
}
.contact_cnt1 .inner>.dl>.dd {
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1rem;
}
.contact_cnt1 .inner>.dl>.dd a {
    font-size: 3.5rem;
    font-weight: bold;
    text-decoration: none;
}
.contact_cnt1 .inner>.dl>.dd .span{
    font-size: initial;
}
form .dl {
    width: 100%;
    min-height: 7.3rem;
    display: flex;
}
form .dl .dt {
    width: 25%;
    min-height: inherit;
    padding: 1rem 0.5rem;
    border-bottom: 0.1rem solid #0072bd;
    color: #0072bd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
form .dt .required {
    display: inline-block;
    background: #0072bd;
    padding: 0.5rem;
    font-size: 1.3rem;
    color: #fff;
}
form .dl .dd {
    font-size: 1.8rem;
    width: 75%;
    min-height: inherit;
    padding: 1rem 0.5rem;
    border-bottom: 0.1rem solid #1d1d1d;
    display: grid;
    align-items: center;
}
form .dl .dd .span {
    font-size: 1.5rem;
}
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    height: 6.3rem;
    border: 0.1rem solid #1d1d1d;
}
form textarea {
    height: 20rem;
}
form input.zipInput {
    width: 40%;
}
form input[type="text"],
form input[type="email"],
form input[type="checkbox"],
form textarea {
    padding: 0 1em;
    border: 0.1rem solid #1d1d1d;
}
form .dl .dd .radioArea {
    display: flex;
    gap: 1.5625vw;
    /*3*/
}
form select {}
form .dl .dd .selectArea {}
form .dl .dd .selectArea div {
    width: fit-content;
    display: inline-block;
}
form .terms {
    background: #f9f9f9;
    border: 0.1rem solid #1d1d1d;
    padding: 2.08vw;
    /*4*/
    height: 34rem;
    overflow-y: scroll;
    margin: 1rem 0 5rem 0;
}
form .terms p {
    line-height: 2.4;
}
form .col {

    width: 100% !important;
    display: flex;
    justify-content: center;
    margin: auto;
}
form .col label {
    width: fit-content;
}
form .privacyLabel {
    width: 100%;
    text-align: center;
    margin: 0 auto 5rem;
}
form button {
    -webkit-appearance: none;
    display: grid;
    margin: auto;
    border: none;
}

@media screen and (min-width: 1024px) {
  .brdisplaynone br{
    display:none;
  }
  
.h1764133677337 br:nth-child(2),
  .recruit_cnt2 .inner br:nth-child(2) {
  display:none;
  }
}

.h1764133718695 ,.h1764133776377{
  line-height:1.3;
}