@charset "utf-8";
/* ========================================================
	lp.css => トップページ用CSS
======================================================== */
#header .logo p a {
    color: #fff;
}
@media screen and (min-width:961px), print {
    #header nav #global > li a {
        color: #fff;
	    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    }
}
/* タイトル見出し
=================================================================== */
/*midashi_01
-----------------------------------------------------*/
.midashi_01 {
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: 1px;
}
.midashi_01 .en {
    display: block;
    font-family: var(--pop);
    font-style: italic;
    color: var(--col_main);
    font-size: 0.5em !important;
}
/*midashi_02
-----------------------------------------------------*/
.midashi_02 {
    font-weight: 700 !important;
    font-size: 1em;
    line-height: 1.0;
    letter-spacing: 1px;
}
.midashi_02 .en {
    display: block;
    font-family: var(--pop);
    font-style: italic;
    color: var(--bg_blue);
    font-size: 3em !important;
}
.midashi_02 .en {
    z-index: -1;
}
.midashi_02 .ja {
    z-index: 1;
}
@media screen and (max-width: 680px) {
    .midashi_02 .en {
        font-size: 1.5em !important;
    }
}
/*midashi_025 拡大文字から標準のデザイン
-----------------------------------------------------*/
@media screen and (min-width: 681px), print {
    .midashi_025 {
        font-weight: 700 !important;
        font-size: 1em;
        line-height: 1.0;
        letter-spacing: 1px;
    }
    .midashi_025 .en {
        display: block;
        font-family: var(--pop);
        font-style: italic;
        color: var(--bg_blue);
        font-size: 3em !important;
    }
    .midashi_025 .en {
        z-index: -1;
    }
    .midashi_025 .ja {
        z-index: 1;
    }
}
@media screen and (max-width: 680px) {
    .midashi_025 {
        font-weight: 700 !important;
        line-height: 1.2;
        letter-spacing: 1px;
    }
    .midashi_025 .en {
        display: block;
        font-family: var(--pop);
        font-style: italic;
        color: var(--col_main);
        font-size: 0.5em !important;
    }
}
/*midashi_03
-----------------------------------------------------*/
.midashi_03 {
    font-size: 1em;
    line-height: 1.0;
    position: relative;
    padding: 0.2em 0 0.2em 1em;
}
.midashi_03:before, .midashi_03:after {
    content: "";
    position: absolute;
    width: 0.2em;
    height: 100%;
    top: 0;
}
.midashi_03:before {
    left: 0;
    background: var(--col_black);
}
.midashi_03:after {
    left: 0.2em;
    background: var(--col_main);
}
/* cv________________
----------------------------------------------------------------------------------------------------------------*/
.cv_area {
    background: url("../images/lp/cv_bg.png") repeat;
    font-size: 2.0rem;
}
@media screen and (max-width: 960px) {
    .cv_area {
        font-size: 1.6rem;
    }
}
.cv_inner_bg {
    transform: translateY(-2em);
    padding: 2.8em 0;
    color: #fff;
    background: var(--col_main);
    width: 1500px;
    margin: auto;
}
@media screen and (max-width: 1550px) {
    .cv_inner_bg {
        width: 95%;
    }
}
.cv_inner {
    width: 1093px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 0 5%;
}
@media screen and (max-width: 1360px) {
    .cv_inner {
        width: 90%;
    }
}
.cv_inner .cv_title_box {
    width: 30%;
}
.cv_inner .text_box {
    width: 70%;
}
@media screen and (max-width: 680px) {
    .cv_inner {
        display: block;
    }
    .cv_inner .cv_title_box {
        width: auto;
    }
    .cv_inner .text_box {
        width: auto;
    }
    .cv_inner .cv_title_box {
        width: auto;
        text-align: center;
    }
}
/*cv_title_box*/
.cv_title_box {
    letter-spacing: 1px;
    line-height: 1.0;
}
.cv_title_box .en {
    font-family: var(--pop);
    font-style: italic;
    font-weight: 700;
    font-size: 2.8em;
    margin-bottom: 0.2em;
}
.cv_title_box .ja {
    font-weight: 700;
    font-size: 0.9em;
}
.cv_lead {
    font-weight: 700;
    margin-top: 1em;
}
@media screen and (max-width: 680px) {
    .cv_lead {
        margin-top: 2em;
    }
}
/*cv_btn_flex*/
.cv_btn_flex {
    padding-top: 2em;
    display: flex;
    gap: 0 3%;
}
.cv_btn_flex > * {
    width: 50%;
    text-align: center;
}
.cv_btn_flex > * a {
    display: block;
}

@media screen and (max-width: 960px) {
    .cv_btn_flex > * a {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 680px) {
    .cv_btn_flex {
        display: block;
    }
    .cv_btn_flex > * {
        width: 100%;
    }
    .cv_btn_flex > * + * {
        margin-top: 1em;
    }
    .cv_btn_flex > * a {
        font-size: 1.7rem;
    }
}
/* mv
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*mv_area mv_area_inner*/
.mv_area_inner, .mv_area {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.mv_area_inner:before, .mv_area_inner:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: -45%;
    height: 100%;
    background: #00A3E4;
    background: linear-gradient(180deg, rgba(0, 163, 228, 0.3) 0%, rgba(0, 60, 83, 0.8) 100%);
    clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
    z-index: 1;
}
.mv_area_inner:after {
    mix-blend-mode: color-burn;
}
.mv_area_inner:before {
    mix-blend-mode: exclusion;
}
@media screen and (max-width: 680px) {
    .mv_area {
        height: 100vh;
        background: #000;
    }
    .mv_area_inner {
        overflow: inherit;
    }
    .mv_area_inner:before, .mv_area_inner:after {
        top: auto;
        left: 0%;
        height: 15em;
        bottom: 0;
        clip-path: polygon(0 0, 100% 44%, 100% 100%, 0% 100%);
        background: linear-gradient(180deg, rgba(0, 163, 228, 0.29) 0%, rgba(0, 60, 83, 0.8) 68%, rgba(0, 0, 0, 1) 100%);
    }
}
@media screen and (max-width: 500px) {
    .mv_area_inner:before, .mv_area_inner:after {
        height: 40vw;
    }
}
/*mv_img
------------------------------------------------------------- */
.mv_img img {
    width: 100%;
}
.mv_title_box {
    width: 1500px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.8rem;
    z-index: 2;
}
@media screen and (max-width: 1550px) {
    .mv_title_box {
        width: 95%;
        top: 45%;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 960px) {
    .mv_title_box {
        font-size: 1.0rem;
    }
}
@media screen and (max-width: 680px) {
    .mv_img {
        position: relative;
    }
    .mv_title_box {
        width: 90%;
        top: auto;
        bottom: 0;
    }
    .mv_img img {
        width: 100%;
        height: 70vh;
        object-fit: cover;
        object-position: top;
    }
}
/*mv_title
------------------------------------------------------------- */
.mv_title {
    line-height: 1.0;
    font-size: 6.4rem;
}
.mv_title .fz_big {
    font-size: 1.46em;
}
.mv_title_line {
    display: inline-block;
    position: relative;
    margin-bottom: 0.5em;
}
.mv_title_line:before {
    content: "";
    background: #fff;
    height: 6px;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 91%;
}
@media screen and (max-width: 1400px) {
    .mv_title {
        font-size: 4.5rem;
    }
    .mv_title_line:before {
        height: 4px;
    }
}
@media screen and (max-width: 960px) {
    .mv_title {
        font-size: 3.5rem;
    }
}
/*mv_title_sub
------------------------ */
.mv_title_sub {
    font-weight: 900;
    font-size: 1.3em;
    margin: 1.2em 0;
    letter-spacing: 1px;
}
/*mv_title_lead
------------------------------------------------------------- */
.mv_title_lead {
    font-weight: 500;
    letter-spacing: 1px;
}
/*魅力
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.charm_flex {
    display: flex;
    justify-content: space-between;
    gap: 0 5%;
    flex-direction: row-reverse;
}
.charm_flex .text_box {
    width: 58%;
}
.charm_flex .img {
    width: 42%;
    height: 713px;
    aspect-ratio: 710/713;
}
.charm_flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 1360px) {
    .charm_flex {
        gap: 0 3%;
    }
    .charm_flex .text_box {
        margin-right: 5%;
    }
    .charm_flex .img {
        height: 57vw;
    }
}
@media screen and (max-width: 680px) {
    .charm_flex {
        display: block;
    }
    .charm_flex .text_box {
        width: auto;
        margin-left: 5%;
        margin-bottom: 2em;
    }
    .charm_flex .img {
        width: 90%;
        margin: auto;
        height: auto;
        aspect-ratio: auto;
    }
}
/*三角
------------------------------------------*/
.section_tri, .section_tri_r {
    position: relative;
}
.section_tri:before, .section_tri_r:before {
    top: 0;
    content: "";
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    border-style: solid;
    border-color: transparent transparent transparent var(--bg_blue);
}
.section_tri:before {
    right: 0;
    border-width: 460px 0 0px 460px;
    transform: rotate(-180deg);
}
.section_tri_r:before {
    left: 0;
    border-width: 500px 0 0px 500px;
    transform: rotate(90deg);
}
@media screen and (max-width: 960px) {
    .section_tri:before, .section_tri_r:before {
        border-width: 300px 0 0px 300px;
    }
}
@media screen and (max-width: 680px) {
    .section_tri:before, .section_tri_r:before {
        border-width: 200px 0 0px 200px;
    }
}
/*.charm_area_title
------------------------------------------*/
.charm_flex .text_box .charm_area_title {
    padding-bottom: 1.45em;
}
/*num_list
------------------------------------------*/
.num_list {
    list-style: none;
    counter-reset: item;
    position: relative;
    width: 732px;
}
@media screen and (max-width: 1360px) {
    .num_list {
        width: 100%;
    }
}
.num_list > li {
    counter-increment: item;
    position: relative;
    padding: 0 0 0 10em;
}
/* 1桁の場合：0を青、数字を黒で表示 */
.num_list > li::before, .num_list > li::after {
    top: 0.7em;
    font-size: 4.2rem;
    font-weight: 700;
    font-family: var(--pop);
    font-style: italic;
}
.num_list > li:nth-child(-n+9)::before {
    content: "0";
    position: absolute;
    left: 0.8em;
    color: var(--col_main);
}
.num_list > li:nth-child(-n+9)::after {
    content: counter(item);
    position: absolute;
    left: calc(0.8em + 0.7em); /* 0の右に配置 */
    color: var(--col_black); /* 数字を黒 */
}
/* 2桁の場合：すべて黒 */
.num_list > li:nth-child(n+10)::before {
    content: counter(item);
    position: absolute;
    left: 0;
    color: var(--col_black);
}
.num_list > li:nth-child(n+10)::after {
    content: none; /* 2桁の場合はafterを無効化 */
}
@media screen and (max-width: 960px) {
    .num_list > li {
        padding: 0 0 0 5em;
    }
    .num_list > li::before, .num_list > li::after {
        font-size: 3.0rem;
        top: 0.4em;
    }
    .num_list > li:nth-child(-n+9)::before {
        left: 0.3em;
    }
    .num_list > li:nth-child(-n+9)::after {
        left: calc(0.3em + 0.7em); /* 0の右に配置 */
    }
}
/*num_list_inner
----------------------------------------------------------------------*/
.num_list_inner {
    padding: 1.9em 0;
    position: relative;
}
.num_list:before, .num_list:after {
    width: 100%;
    height: 2px;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
}
.num_list_inner:before, .num_list_inner:after {
    width: calc(100% + 10em);
    height: 2px;
    content: "";
    left: -10em;
    top: 0;
    position: absolute;
}
.num_list:before, .num_list_inner:before {
    background: var(--col_black);
}
.num_list:after, .num_list_inner:after {
    background: var(--col_main);
    width: 8em;
}
/*text_box*/
.num_list_inner .num_list_text {
    padding-right: 1em;
}
.num_list_title {
    margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
    .num_list_inner {
        padding: 1em 0;
    }
    .num_list_inner:before, .num_list_inner:after {
        width: calc(100% + 5em);
        left: -5em;
    }
    .num_list:after, .num_list_inner:after {
        width: 4.5em;
    }
}
/*事業内容
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.business_inner {
    margin-left: 13%;
}
.business_area_title {
    padding-bottom: 1.45em;
}
.business_list {
    display: flex;
    gap: 4em 5%;
    flex-wrap: wrap;
}
.business_list > li {
    width: 47.5%;
}
.business_list > li .img img {
    width: 100%;
}
.business_list_inner_title {
    transform: translate(-1em, -1em);
    background: var(--col_main);
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 0.2em 1.0em;
}
@media screen and (max-width: 960px) {
    .business_inner {
        margin-left: 10%;
    }
}
@media screen and (max-width: 960px) {
    .business_list {
        display: block;
    }
    .business_list > li {
        width: 100%;
    }
    .business_list > li + li {
        margin-top: 3em;
    }
    .business_list_inner_title {
        font-size: 1.8rem;
    }
}
/*施工実績
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.achieve_list {
    display: flex;
    gap: 0 3%;
}
.achieve_list > li .img img {
    width: 100%;
}
.achieve_list > li .text_box {
    text-align: center;
}
.achieve_list_title {
    margin-top: 1em;
}
@media screen and (max-width: 680px) {
    .achieve_list {
        display: block;
    }
    .achieve_list > li + li {
        margin-top: 3em;
    }
}
/*メッセージ
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.messe_title {
    position: relative;
    z-index: 0;
    margin-bottom: 2em;
}
.messe_title .en {
    position: absolute;
    right: 1.5em;
    top: 50%;
    transform: translate(-0%, -50%);
}
.messe_title .ja {
    position: relative;
}
@media screen and (max-width: 680px) {
    .messe_title {
        margin-bottom: 1.5em;
    }
    .messe_title .en {
        right: -0em;
        top: 60%;
        transform: translate(-0%, -50%);
    }
}
/*message_section
------------------------------------------*/
.message_section + .message_section {
    padding-top: 8em;
    margin-top: 8em;
}
/*messe_flex
------------------------------------------*/
.messe_flex {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 500px;
}
.messe_flex .img {
    left: -20%;
    position: absolute;
}
.messe_flex .img, .messe_flex .img img {
    width: 750px;
    aspect-ratio: 750/500;
}
.messe_flex .text_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
/*img_left*/
.img_left {
    flex-direction: row-reverse;
}
.messe_flex.img_left .img {
    left: auto;
    right: -20%;
}
.messe_flex .text_box {
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 1100px) {
    .messe_flex {
        height: auto;
        gap: 5%;
    }
    .messe_flex .text_box {
        width: 30%;
        margin-right: 3%;
    }
    .messe_flex .img, .messe_flex .img img {
        width: 100%;
        aspect-ratio: 750/500;
    }
    .messe_flex .img {
        width: 70%;
        position: static;
    }
    /*img_left*/
    .messe_flex.img_left .text_box {
        margin-left: 3%;
        margin-right: auto;
    }
}
@media screen and (max-width: 680px) {
    .messe_flex {
        display: block;
    }
    .messe_flex .text_box {
        width: auto;
        margin-right: 5%;
        margin-left: 5%;
    }
    .messe_flex .img {
        width: 90%;
        margin: auto;
    }
    /*img_left*/
    .messe_flex.img_left .text_box {
        margin-right: 5%;
        margin-left: 5%;
    }
}
/*messe_flex_title
------------------------------------------*/
.messe_flex_title {
    width: 100%;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    transform: translateX(-3.8em);
    margin-bottom: 2.0em;
}
.messe_flex_title span {
    padding: 0.1em 0.8em;
    background: var(--col_main);
    color: #fff;
    display: inline-block;
}
.messe_flex_title span {
    margin-bottom: 3px;
}
.messe_flex_title_sub {
    font-size: 1.8rem;
    margin-bottom: 1em;
}
.messe_flex_txt {
    line-height: 1.8;
}
.messe_flex .text_box_inner {
    width: 370px;
}
/*img_left*/
.img_left .messe_flex_title {
    text-align: right;
    transform: translateX(1em);
}
.img_left .messe_flex_title_sub {
    text-align: right;
}
@media screen and (max-width: 1100px) {
    .messe_flex_title {
        width: 400px;
        font-size: 2.4rem;
    }
    .messe_flex_title span {
        padding: 0.3em 0.5em;
    }
    .messe_flex .text_box_inner {
        width: auto;
    }
}
@media screen and (max-width: 680px) {
    .messe_flex_title {
        width: 100%;
        font-size: 1.8rem;
        transform: translate(-0.5em, -1em);
        margin-bottom: 0;
    }
    .messe_flex_title_sub {
        font-size: 1.6rem;
    }
    .messe_flex_txt {
        font-size: 1.4rem;
    }
    /*img_left*/
    .img_left .messe_flex_title {
        text-align: left;
        transform: translate(-0.5em, -1em);
    }
    .img_left .messe_flex_title_sub {
        text-align: left;
    }
}
/*interview_list
------------------------------------------*/
.interview_list {
    padding-top: 5em;
}
.interview_list > li + li {
    margin-top: 3em;
}
@media screen and (max-width: 1100px) {
    .interview_list {
        width: 90%;
        margin: auto;
    }
}
@media screen and (max-width: 680px) {
    .interview_list {
        padding-top: 3em;
    }
}
/*interview_list_dl*/
.interview_list_dl dd {
    padding: 2em 0 0 9.2em;
}
@media screen and (max-width: 680px) {
    .interview_list_dl dd {
        padding: 1.5em 0 0 0;
    }
}
/*i_num_box
------------------------------------------*/
.i_num_box {
    align-items: center;
    display: flex;
    line-height: 1.6;
    position: relative;
}
.i_num_box:before, .i_num_box:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
}
.i_num_box:before {
    width: 100%;
    background: var(--col_black);
}
.i_num_box:after {
    width: 7em;
    background: var(--col_main);
}
@media screen and (max-width: 680px) {
    .i_num_box:after {
        width: 6em;
    }
}
/*i_num
------------------------------------------*/
.i_num {
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    font-family: var(--pop);
    font-style: italic;
    color: var(--col_main);
    width: 7em;
    padding-bottom: 0.5em;
}
.i_num span {
    font-size: 2.25em;
    display: block;
    color: var(--col_black)
}
.i_num span::first-letter {
    color: var(--col_main) !important;
}
.i_num_box_title {
    margin-top: 0.5em;
    font-size: 2.4rem;
    font-weight: 700;
    padding-left: 1.5em;
}
@media screen and (max-width: 680px) {
    .i_num {
        width: 6em;
        font-size: 1.3rem;
    }
    .i_num_box_title {
        font-size: 2.0rem;
        padding-left: 1.0em;
    }
}
/*福利厚生
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.benefit_area {
    padding-bottom: 7em;
}
.blue_bg {
    padding-top: 5em;
    position: relative;
}
.blue_bg_bottom {
    padding-bottom: 5em;
    position: relative;
}
.blue_bg:before, .blue_bg_bottom:after {
    position: absolute;
    content: "";
    background: var(--col_main);
    width: 100%;
    height: 15em;
    left: 0;
    z-index: -1;
}
.blue_bg:before {
    top: 0;
}
.blue_bg_bottom:after {
    bottom: 0;
}
.ff_box {
    background: #fff;
}
.ff_box_pd {
    padding: 4em 3em;
}
@media screen and (max-width: 680px) {
    .blue_bg {
        padding-top: 2em;
    }
    .blue_bg_bottom {
        padding-bottom: 2em;
    }
    .blue_bg:before, .blue_bg_bottom:before {
        height: 10em;
    }
    .ff_box_pd {
        padding: 3em 1em;
    }
}
/*bene_list
------------------------------------------*/
.bene_list {
    display: flex;
    gap: 0 3%;
    flex-wrap: wrap;
}
.bene_list > li {
    width: 31%;
}
@media screen and (max-width: 960px) {
    .bene_list > li {
        width: 47%;
    }
}
@media screen and (max-width: 680px) {
    .bene_list {
        display: block;
    }
    .bene_list > li {
        width: auto;
    }
}
/*.bene_list dl
------------------------------------------*/
.bene_list dl {
    display: flex;
}
.bene_list dt, .bene_list dd {
    padding: 2em 1em 0 1em;
    min-height: 7em;
}
.bene_list dt {
    width: 4.5em;
    padding: 0 1em 0 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bene_list dt .img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bene_list dt img {
    width: 100%;
    height: 2.7em;
    object-fit: contain;
    object-position: center;
}
.bene_list dt img.img_l {
    height: 3em;
}
.bene_list dt img.img_ll {
    height: 4em;
}
.bene_list dd {
    width: calc(100% - 4.5em);
    padding: 2em 1em 0 1em;
}
.bene_list > li:nth-child(-n+3) dt {
    border-top: 2px solid var(--col_main);
}
.bene_list > li:nth-child(-n+3) dd {
    border-top: 2px solid var(--col_black);
}
.bene_list > li dt {
    border-bottom: 2px solid var(--col_main);
}
.bene_list > li dd {
    border-bottom: 2px solid var(--col_black);
}
@media screen and (max-width: 960px) {
    .bene_list > li:nth-child(-n+3) dt {
        border-top: none;
    }
    .bene_list > li:nth-child(-n+3) dd {
        border-top: none;
    }
    .bene_list > li:nth-child(-n+2) dt {
        border-top: 2px solid var(--col_main);
    }
    .bene_list > li:nth-child(-n+2) dd {
        border-top: 2px solid var(--col_black);
    }
}
@media screen and (max-width: 680px) {
    .bene_list dt, .bene_list dd {
        padding: 1.3em 1.2em 1.3em 1.2em;
        min-height: auto;
    }
    .bene_list > li:nth-child(-n+2) dt {
        border-top: none;
    }
    .bene_list > li:nth-child(-n+2) dd {
        border-top: none;
    }
    .bene_list > li:nth-child(-n+1) dt {
        border-top: 2px solid var(--col_main);
    }
    .bene_list > li:nth-child(-n+1) dd {
        border-top: 2px solid var(--col_black);
    }
}
/*bene_list_title
------------------------------------------*/
.bene_list_title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.2em;
}
/*技術者の1日
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.oned_dl dl {
    display: flex;
    align-content: flex-start;
}
.oned_dl dt, .oned_dl dd {
    padding: 1em 0;
}
.oned_dl dl:first-child dt, .oned_dl dl:first-child dd {
    padding-top: 2em;
}
.oned_dl dl:last-child dt, .oned_dl dl:last-child dd {
    padding-bottom: 2em;
}
.oned_dl dt {
    width: 10em;
}
.oned_dl dd {
    width: calc(100% - 7em);
    position: relative;
    padding-left: 3em;
    z-index: 0;
}
.oned_dl dd:before {
    top: 0;
    height: 100%;
    width: 2px;
    background: var(--col_black);
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 680px) {
    .oned_dl dt {
        width: 6em;
    }
    .oned_dl dd {
        width: calc(100% - 7em);
        padding-left: 2em;
    }
}
.time_box {
    letter-spacing: 1px;
    font-size: 3.2rem;
    font-family: var(--pop);
    font-style: italic;
    position: relative;
    font-weight: 700;
    z-index: 1;
}
.time_box span {
    color: var(--col_main);
}
.time_box:before {
    content: "";
    height: 3px;
    width: 1em;
    position: absolute;
    top: 50%;
    right: -0.55em;
    background: var(--col_main);
    transform: translate(-0%, -50%);
    z-index: 2;
}
@media screen and (max-width: 680px) {
    .time_box {
        font-size: 2.0rem;
    }
}
/*oned_dl_title*/
.oned_dl_title {
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 2.2rem;
}
@media screen and (max-width: 680px) {
    .oned_dl_title {
        font-size: 1.6rem;
    }
}
/*engineer_list
-----------------------------------------------------------*/
.engineer_list {
    padding-top: 4em;
    display: flex;
    justify-content: space-between;
}
.engineer_list > li {
    position: relative;
    width: 100%;
}
.engineer_list > li:before {
    content: "";
    background: var(--col_main);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: color-burn;
}
.engineer_list > li img {
    width: 100%;
    object-fit: cover;
    object-position: center
}
@media screen and (max-width: 680px) {
    .engineer_list > li img {
        height: 19vw;
    }
}
/*入社後の教育・研修期間
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.business_area_title_pd {
    padding-bottom: 0.5em;
}
/*process_area_inner*/
.process_area_inner {
    max-width: 1500px;
    margin: auto;
}
@media screen and (max-width: 1550px) {
    .process_area_inner {
        max-width: 90%;
    }
}
.process_list {
    display: flex;
    justify-content: space-between;
    gap: 2%;
    position: relative;
}
.process_list:before {
    content: "";
    width: 300%;
    height: 2px;
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translate(-50%, -0%) rotate(-3deg);
    background: var(--col_black);
}
.process_list > li {
    width: 23.5%;
    position: relative;
}
@media screen and (min-width: 681px), print {
    .process_list > li:before {
        content: "";
        height: 35%;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--col_gray_l);
        z-index: -1;
    }
    .process_txt_box {
        display: contents;
    }
    .process_list > li:nth-child(1) .process_list_inner {
        transform: translateY(2em);
    }
    .process_list > li:nth-child(2) .process_list_inner {
        transform: translateY(1em);
    }
    .process_list > li:nth-child(3) .process_list_inner {
        transform: translateY(-0.2em);
    }
    .process_list > li:nth-child(4) .process_list_inner {
        transform: translateY(-1.5em);
    }
}
@media screen and (max-width: 680px) {
    .process_list {
        display: block;
    }
    .process_list > li {
        width: auto;
        z-index: 0;
        position: relative;
    }
    .process_list > li {
        padding-bottom: 3em;
    }
    .process_list > li:last-child {
        padding-bottom: 0;
    }
    .process_list:before {
        content: none;
    }
    .process_list > li:before {
        position: absolute;
        content: "";
        width: 2px;
        height: 100%;
        top: 0;
        left: 1em;
        background: var(--col_black);
        z-index: -1;
    }
    .process_list > li:last-child:before {
        content: none;
    }
    .process_txt_box {
        padding-left: 2em;
    }
}
/*parts*/
.process_day {
    background: var(--col_main);
    color: #fff;
    display: inline-block;
    padding: 0.2em 1em;
    margin-bottom: 1em;
}
.process_title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.process_gray {
    margin-top: 1.5em;
    background: var(--col_gray_l);
    padding: 0.5em 1em 0.5em 1em;
    font-size: 1.5rem;
}
.process_gray_title {
    color: var(--col_main);
}
@media screen and (max-width: 680px) {
    .process_gray {
        padding: 1em 1em 1em 1em;
    }
}
/*代表メッセージ
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 680px), print {
    .president_w {
        padding-top: 7em;
        position: relative;
        z-index: 0;
    }
    .president_title {
        font-size: 3.2rem;
        position: static;
    }
    .president_title .ja {
        position: absolute;
        top: 5.5em;
        left: calc(50% + 13em);
        transform: translate(-50%, -0%);
        width: 100%;
    }
    .president_title .en {
        position: absolute;
        left: calc(50% + 2em);
        transform: translate(-50%, -0%);
        z-index: -2;
        top: 0.3em;
        font-size: 3.4em !important;
        width: 100%;
    }
}
@media (680px <=width <=960px) {
    .president_title .ja {
        font-size: 2.6rem;
    }
    .president_title .ja {
        top: 6.5em;
        left: calc(50% + 11.5em);
    }
    .president_title .en {
        top: 0.6em;
        font-size: 2.5em !important;
    }
}
@media screen and (max-width: 680px) {
    .president_title {
        font-size: 3.2rem;
        text-align: center;
        padding-bottom: 1.5em;
    }
}
/*president_flex
----------------------------------*/
.president_flex {
    display: flex;
    justify-content: space-between;
    gap: 9%;
}
.president_flex .img {
    width: 36%;
    z-index: 2;
}
.president_flex .img img {
    width: 100%;
}
.president_flex .text_box {
    padding-top: 9em;
    width: 64%;
}
@media screen and (max-width: 680px) {
    .president_flex {
        display: block;
    }
    .president_flex .img {
        width: 80%;
        margin: auto;
    }
    .president_flex .img img {
        width: 100%;
    }
    .president_flex .text_box {
        padding-top: 2em;
        width: auto;
    }
}
/*会社概要
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.com_table table {
    table-layout: fixed;
    width: 100%;
}
@media screen and (min-width: 680px), print {
    .com_table th, .com_table td {
        padding: 2em 2em;
    }
    .com_table th {
        font-weight: 700;
        width: 25%;
        border-bottom: 2px solid var(--col_main);
    }
    .com_table td {
        width: 75%;
        border-bottom: 2px solid var(--col_black);
    }
    .com_table tr:first-child th {
        border-top: 2px solid var(--col_main);
    }
    .com_table tr:first-child td {
        border-top: 2px solid var(--col_black)
    }
}
@media screen and (max-width: 680px) {
    .com_table tr {
        border-bottom: 2px solid var(--col_black);
    }
    .com_table tr:first-child {
        border-top: 2px solid var(--col_black);
    }
    .com_table th, .com_table td {
        display: block;
    }
    .com_table th {
        font-weight: 700;
        color: var(--col_main);
        padding: 1em 1em 0em 1em;
    }
    .com_table td {
        padding: 0em 1em 1em 1em;
    }
}
/*よくある質問
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*QA*/
.qa_block details {
    border-bottom: 1px solid var(--col_black);
}
.qa_block details:first-child {
    border-top: 1px solid var(--col_black);
}
.qa_block summary p, .qa_block .faq_content {
    padding: 1.5em 2em;
    position: relative;
    padding-left: 7em;
}
.qa_block summary p span {
    font-size: 1.8rem;
}
.qa_block summary p:before, .qa_block summary p:after, .qa_block .faq_content:before, .qa_block .faq_content:after {
    content: "";
    position: absolute;
}
.qa_block summary p:before, .qa_block .faq_content:before {
    height: 100%;
    width: 5.5em;
    top: 0;
    left: 0;
}
.qa_block summary p:before {
    background: var(--col_main);
}
.qa_block .faq_content:before {
    background: #F0F0F0;
}
.qa_block summary p:after, .qa_block .faq_content:after {
    left: 1.0em;
    top: 0.4em;
    font-weight: 700;
    font-family: var(--pop);
    font-style: italic;
    font-size: 3.0rem;
}
.qa_block summary p:after {
    content: "Q";
    color: #fff !important;
}
.qa_block .faq_content:after {
    content: "A";
    color: var(--col_main) !important;
}
@media screen and (max-width: 680px) {
    .qa_block summary p span {
        font-size: 1.6rem;
    }
    .qa_block summary p, .qa_block .faq_content {
        padding: 1.0em 2em;
        position: relative;
        padding-left: 4.0em;
    }
    .qa_block summary p:after, .qa_block .faq_content:after {
        left: 0.6em;
        top: 0.3em;
        font-size: 2.4rem;
    }
    .qa_block summary p:before, .qa_block .faq_content:before {
        width: 3.2em;
    }
}
/*Q*/
.qa_block summary {
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: all 0.3s ease;
    outline: none;
}
/* デフォルトの矢印を隠す */
summary::-webkit-details-marker {
    display: none;
}
.qa_block summary:after, .qa_block summary:before {
    content: '';
    position: absolute;
    right: 1em;
    top: 0.5em;
    transition: transform 0.3s ease;
    background: var(--col_main);
}
.qa_block summary:before {
    width: 1.25em;
    height: 2px;
    top: 2.5em;
}
.qa_block summary:after {
    width: 2px;
    height: 1.25em;
    top: 2.0em;
    right: 1.55em;
}
.qa_block summary:hover {
    color: var(--col_main);
}
.qa_block details[open] summary::after {
    transform: rotate(90deg);
}
.qa_block details[open] summary::before {
    opacity: 0;
}
@media screen and (max-width: 680px) {
    .qa_block summary:before {
        top: 1.8em;
        right: 0em;
    }
    .qa_block summary:after {
        top: 1.25em;
        right: 0.55em;
    }
}
/*A*/
.qa_block details .faq_content {
    position: relative;
    z-index: -1;
}
.qa_block details[open] .faq_content p {
    animation: qafadeIn 0.8s ease;
    transition: all 0.8s ease;
}
@keyframes qafadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(-0px);
    }
}
/*お問い合わせ
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.form_area {
    padding-top: 6em;
}
.conatct_table {
    table-layout: fixed;
    width: 100%;
}
@media screen and (min-width: 681px), print {
    .conatct_table th, .conatct_table td {
        padding: 1em 0;
    }
    .conatct_table th {
        font-size: 1.8rem;
        width: 30%;
        font-weight: 700;
    }
    .conatct_table td {
        width: 70%;
    }
    .privacy_aera {
        line-height: 1.0;
        padding-top: 5em;
    }
}
@media screen and (max-width: 680px) {
    .form_area {
        padding-top: 3em;
    }
    .conatct_table th, .conatct_table td {
        display: block;
    }
    .conatct_table th {
        font-size: 1.6rem;
        font-weight: 700;
        padding-bottom: 0.5em;
    }
    .conatct_table td {
        padding-bottom: 2em;
    }
}
/*radio_box*/
.radio_box {
    display: flex;
    gap: 0 5%;
}
/*privacy_inner*/
.privacy_inner {
    border: solid 1px var(--col_gray);
    padding: 1em 0 0.5em 0;
    height: 275px;
    overflow: hidden;
}
.privacy_inner_scroll {
    overflow-y: scroll;
    height: 100%;
    padding: 0 2em;
}
@media screen and (max-width: 680px) {
    .privacy_inner_scroll {
        padding: 0 1em;
    }
}
/*privacy_dl*/
.privacy_dl {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.privacy_dl dt {
    margin-bottom: 0.5em;
}
.privacy_dl dd {
    margin-bottom: 2.5em;
}
@media screen and (max-width: 680px) {
    .privacy_dl {
        padding-top: 1em;
        font-size: 1.3rem;
    }
}
/*p_check*/
.p_check {
    /*opacity: 0.5;*/
    padding-top: 2em;
	text-align: center;
}
/*.p_check.scroll-completed {
    opacity: 1;
}*/

.p_check input{
	margin: 0 0.5em 0.3em 0;
}
/*p_btn_area*/
.p_btn input {
    padding: 0;
    border-radius: 0;
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
}
.p_btn span > * {
    font-weight: 700;
    display: inline-flex;
    border: solid 1px var(--col_main);
    padding: 0.8em 1em;
    color: #fff;
    transition: 0.3s;
    box-sizing: border-box;
    letter-spacing: 1px;
    background: var(--col_main);
    font-size: 2.0rem !important;
    width: 15em !important;
}
.p_btn span > *:hover {
    background: #fff !important;
    color: var(--col_main) !important;
    opacity: 1 !important;
}
@media screen and (max-width: 680px) {
    .p_btn span > * {
        padding: 1em 1em;
    }
}
/*arrow
-------------------------------------*/
.p_btn span {
    display: inline-block;
    position: relative;
/*    opacity: 0.4 !important;
    pointer-events: none !important;*/
}
.p_btn span:before {
    content: "";
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    border-style: solid;
    border-width: 0.7em 0 0 0.7em;
    border-color: transparent transparent transparent #fff;
    transform: scale(-1, 1);
    bottom: 0.1em;
    right: 0.1em;
    z-index: 10;
}
.p_btn.scroll-completed span:hover:before {
    border-color: transparent transparent transparent var(--col_main);
}
.p_btn > * > * {
    position: relative;
}
/*active*/
.p_btn.scroll-completed span {
    opacity: 1 !important;
    pointer-events: auto !important;
}
.p_btn.scroll-completed span > * {
    cursor: pointer !important;
}

input[type="radio"] {
    margin: 0 0.3em 0.3em 0;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-not-valid-tip {
    margin: 0.5em 0 0 0 !important;
}

.wpcf7-list-item  {
    margin: 0 1em 0 0 !important
}

/*


.p_btn> * >*{
    color: #fff!important;
    font-size: 2.0rem!important;
    width: 15em!important;
    pointer-events: none!important;
	cursor: pointer!important;
}
.p_btn.scroll-completed > * >* {
    pointer-events: auto!important;
    color: #fff!important;
}
.p_btn.scroll-completed > * >*:hover ,.p_btn.scroll-completed > * >*:hover {
    color: var(--col_main)!important;
}*/
/*矢印*/
/*
.p_btn > span:before {
    content: "";
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    border-style: solid;
    border-width: 0.7em 0 0 0.7em;
    border-color: transparent transparent transparent #fff;
    transform: scale(-1, 1);
    bottom: 0.1em;
    right: 0.1em;
}

*/
/*アクセス
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.access_info {
    padding: 2.5em 0 2em 0;
    background: var(--col_gray_l);
}
.access_info_w {
    display: flex;
    gap: 0 5%;
    width: 1300px;
    margin: auto;
    align-items: flex-start;
}
.acceass_title {
    line-height: 1.0;
    transform: translateY(-0.2em);
    color: var(--col_gray_d);
    font-size: 4.0rem;
    font-style: italic;
    font-weight: 700;
    font-family: var(--pop);
}
/*g_map*/
.g_map iframe {
    width: 100%;
}
@media screen and (max-width: 1350px) {
    .access_info_w {
        width: 90%;
    }
}
@media screen and (max-width: 680px) {
    .access_info_w {
        display: block;
    }
    .g_map iframe {
        height: 335px;
    }
}