@charset "utf-8";

:root {
    --font-main: 'kozuka-gothic-pro', 'Noto Sans JP', 'sans-serif';
    --font-title-main: 'yu-mincho-pr6n', 'kozuka-gothic-pro', 'Noto Sans JP', 'sans-serif';
    /* --font-onepoint: 'futura-pt', 'kozuka-gothic-pro', 'Noto Sans JP', 'sans-serif'; */
    /* --font-title-process: 'yu-gothic-pr6n', 'kozuka-gothic-pro', 'Noto Sans JP', 'serif'; */
    --font-base-color: rgb(0, 27, 91);
}

@font-face {
    font-family: 'MyFont';
    src: url('MyFont.woff2') format('woff2');
    font-display: swap;
}

.sp_br {
    display: none;
}

.br_480 {
    display: none;
}

address {
    font-style: normal;
}

body {
    font-family: var(--font-main);
    font-size: 16px;
    /* font-weight: bold; */
    position: relative;
}

.main_title {
    text-align: center;
    font-family: var(--font-title-main);
    font-size: 65px;
    line-height: 1;
    font-weight: normal;
}

.main_title_mv {
    text-align: center;
    font-family: var(--font-main);
    font-size: 65px;
    line-height: 1;
}

.sub_title {
    text-align: center;
    font-family: var(--font-title-main);
    line-height: 1;
    font-weight: normal;
}

.sub_title.other {
    color: var(--font-base-color);
    margin-bottom: 120px;
}

.onepoint {
    font-family: var(--font-title-main);
    font-weight: normal;
    color: var(--font-base-color);
    font-size: 50px;
    line-height: 65px;
    text-align: center;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 30px;
}

a {
    text-decoration: none;
}

.header_lists a {
    color: var(--font-base-color);
    padding: 0 10px 10px 10px;
    position: relative;
}

.header_lists a:hover {
    color: var(--font-base-color);
    padding: 0 10px 10px 10px;
}

.header_lists a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_lists a:hover::after {
    width: 100%;
}

.footer_nav1 a {
    color: var(--font-base-color);
}

.footer_nav1_ul {
    color: var(--font-base-color);
}

.slider1_big {
    width: 100%;
    /* height: 785px; */
    position: relative;
}

.slider1 {
    width: 100%;
    /* min-height: 785px; */
    padding: 0px;
    margin: auto;
    z-index: 4;
    overflow: hidden;
    list-style: none;
    position: relative;
}

.slider1_on_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}

.slider1_on_design {
    width: 1425px;
    height: 785px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}

.slider1_on_filter {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 27, 91, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9;
}

.other_slider img {
    width: 100vw;
}

/* .other_slider {
    height: 495px !important;
}

.other_slider .slider1 {
    min-height: 500px !important;
} */

.other_slider .slider1_on_text {
    color: #fff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}


header {
    width: 100%;
    top: 0;
}

.header_wrap {
    min-height: 150px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.header_logo {
    margin: 30px 0 0 45px;
}

.header_nav {
    margin: 25px 45px 0 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
}

.close_menu {
    display: flex;
}

.header_contact_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

header .contact {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.header_lists {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 80px;
}

.header_menu_sp {
    display: none;
}

.header_menu_sp_open_btn {
    width: 70px;
    height: 70px;
    padding: 0px 10px 10px 10px;
    color: #fff;
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    background-color: var(--font-base-color);
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
}

.header_menu_sp_open_btn::before {
    content: '';
    /* background-color: #fff; */
    width: 50px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 9px;
    transition: 0.3s all;
}

.header_menu_sp_open_btn::after {
    content: '';
    /* background-color: #fff; */
    width: 35px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 21px;
    left: 9px;
    transition: 0.3s all;
}

header.scroll {
    position: fixed;
    top: 0;
    z-index: 20;
    background-color: #fff;
}

header.scroll .header_wrap {
    min-height: 70px;
}

header.scroll .header_logo {
    margin: 10px 0 0 45px;
}

header.scroll .header_logo img {
    height: 50px;
}

header.scroll .contact {
    display: none;
}

.float_ico_mail {
    position: fixed;
    bottom: 100px;
    right: 30px;
}

footer {
    padding: 100px 0 10px 0;
    background-color: var(--font-base-color);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer_wrap {
    display: flex;
    justify-content: center;
    gap: 150px;
    padding: 115px 0 20px 0;
}

footer .add {
    color: var(--font-base-color);
    /* margin: 0 0 130px 0; */
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: medium;
    line-height: 2;
    display: flex;
    flex-direction: column;
}

.footer_big {
    background-color: rgb(231, 233, 238);
    border-radius: 55px 55px 0 0;
}

.fot_logo {
    margin: 0 0 45px 0;
}

.footer img {
    max-width: 350px;
}

.footer_address {
    font-style: normal;
    display: flex;
}

.footer_contact {
    gap: 15px;
}

.footer_contact2 {
    gap: 15px;
}

.footer_right {
    display: flex;
}

.footer_nav1 {
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    gap: 70px;
    padding: 0;
}

.footer_nav1_ul {
    font-size: 16px;
    list-style: none;
    padding-left: 0px;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 20px;
}

.footer_nav1_ul2 {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.footer_menu {
    font-size: 20px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

.footer_menu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    gap: 18px;
}

.footer_menu2 {
    font-size: 20px;
    margin: 0 0 0 14px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

.footer_menu3 {
    font-size: 20px;
    margin: 0 0 0 120px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

.footer_copy {
    padding-top: 100px;
    color: #fff;
    margin: 0px 0 0 0px;
    font-weight: lighter;
}

.cta {
    min-height: 400px;
    padding: 90px 0;

    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 90px;
}

.cta_contact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cta_contact .sub_title {
    margin: 0 0 55px 0;
}

.cta_contact__tel {
    font-size: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 90px 0 0;
}


/*************************************************************************************
index
**************************************************************************************/
.top_sec1 {
    padding: 105px 0 75px;
    width: 100%;
    min-height: 750px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 120px;
    background-color: var(--font-base-color);
}

#wave-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#wave-bg canvas {
    /* width: 100% !important; */
    /* height: 750px !important; */
}

.top_sec1 .content {
    max-width: 720px;
    width: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 120px;
}

.top_sec1 .main_title {
    margin: 0 0 24px 0;
    color: #fff;
}

.top_sec1 .sub_title {
    margin: 0 0 55px 0;
    color: #fff;
}

.top_sec1 p {
    margin: 0;
    line-height: 2;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.top_sec1_btn {
    width: 250px;
    height: 60px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 34px;
    /* margin: 0 0 120px 0; */
}

.top_sec1_btn:hover {
    background-color: var(--font-base-color);
    transition-duration: 0.3s
}

.top_sec1_btn p {
    color: var(--font-base-color);
}

.top_sec1_btn:hover p {
    color: #fff;
    transition-duration: 0.3s
}

.top_sec2 {
    padding: 105px 0 75px;
    min-height: 730px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* gap: 120px; */
}

.top_sec2 .sub_title {
    margin: 0 0 55px 0;
    color: var(--font-base-color);
}

.top_sec2_portfolio {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.top_sec2_btn {
    width: 250px;
    height: 60px;
    background-color: var(--font-base-color);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--font-base-color);
    border-radius: 34px;
    margin: 115px 0 0 0;
}

.top_sec2_btn:hover {
    background-color: #fff;
    transition-duration: 0.3s
}

.top_sec2_btn p {
    color: #fff;
}

.top_sec2_btn:hover p {
    color: var(--font-base-color);
    transition-duration: 0.3s
}

.top_sec3 {
    padding: 40px 0 85px 0;
    min-height: 730px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background-color: var(--font-base-color);
}

.top_sec3_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_sec3_text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.top_sec3 .sub_title {
    margin: 0 0 20px 0;
    color: #fff;
}

.top_sec3_prosess {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    overflow: hidden;
}

.top_sec3_prosess_item {
    /* padding: 0 0 0 130px; */
    /* position: relative; */
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
    gap: 130px;
}

.top_sec3_prosess_item_ico {
    width: 35px;
    height: 35px;
    background-color: #8E9DC1;
    border-radius: 8px;
    font-family: var(--font-title-main);
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top_sec3_prosess_item_ico::before {
    content: "";
    width: 115px;
    height: 1px;
    background-color: #8E9DC1;
    position: absolute;
    top: 50%;
    right: -115px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.top_sec3_prosess_item_ico::after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #8E9DC1;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.top_sec3_prosess_item_text {
    width: 545px;
}

/* .top_sec3_prosess_item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #8E9DC1;
    width: ;
    padding: 0 0 0 130px;
    position: relative;
} */

.top_sec3 h3 {
    /* margin: 30px 0 0 0; */
    color: #fff;
    line-height: 1;
}

.top_sec3 p {
    margin: 0;
    line-height: 2;
    color: #fff;
}

.top_sec3_btn {
    width: 250px;
    height: 60px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 34px;
    margin: 40px 0 0px 0;
}

.top_sec3_btn p {
    color: var(--font-base-color);
    margin: 0;
}

.top_sec3_btn:hover {
    background-color: var(--font-base-color);
    transition-duration: 0.3s
}

.top_sec3_btn:hover p {
    color: #fff;
    transition-duration: 0.3s
}

.top_sec4 {
    min-height: 730px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 105px 0 80px 0;
}

.top_sec4 .backtxt {
    color: var(--font-base-color);
    font-family: var(--font-title-main);
    font-size: 160px;
    font-weight: normal;
    opacity: 12%;
    position: relative;
    top: 140px;
    margin: -220px 0 0 0;
}

.top_sec4 .top_sec4_1 {
    margin: 0 0 55px 0;
    color: var(--font-base-color);
}

.top_sec4 .sub_title {
    margin: 0 0 55px 0;
}

.top_sec4_2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: -30px 0 0 0;
    gap: 255px;
}

.top_sec4 .annai {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: var(--font-base-color);
    gap: 20px;
}

.top_sec4_btn {
    width: 250px;
    height: 60px;
    background-color: var(--font-base-color);
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--font-base-color);
    border-radius: 34px;
    /* margin: 115px 0 0 0; */
}

.top_sec4_btn:hover {
    background-color: #fff;
    color: var(--font-base-color);
    transition-duration: 0.3s
}

.top_sec5 {
    padding: 120px 0 80px 0;
    background-color: var(--font-base-color);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
}

.top_sec5_titlearea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}

.top_sec5 .sub_title {
    /* margin: 0 0 55px 0; */
    color: #fff;
}

.top_sec5_btn {
    width: 250px;
    height: 60px;
    margin: 0;
    background-color: #fff;
    color: var(--font-base-color);
    border: 1px solid #fff;
    border-radius: 34px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.top_sec5_btn:hover {
    background-color: var(--font-base-color);
    color: #fff;
    transition-duration: 0.3s
}

.top_sec5_news_content_item {
    padding: 25px 0 25px 8px;
    width: 820px;
    border-bottom: 1px solid #707070;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
}

.top_sec5_news_content_item_data {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.top_sec5_news_content_item_data p {
    color: #fff;
}

.top_sec5_news_content_item_data_cat {
    padding: 6px 10px;
    border: 1px solid #8E9DC1;
    border-radius: 16em;
    color: #fff;
}

.top_sec5_news_content_item_title {
    font-size: 16px;
    color: #fff;
}

.top_sec6 {
    min-height: 550px;
    padding: 35px 0 50px 0;
    background-color: rgb(228, 236, 238);
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.top_sec6_text {
    color: var(--font-base-color);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.top_sec6 .sub_title {
    margin: 0 0 55px 0;
}

.top_sec6 p {
    margin: 0 0 70px 0;
    line-height: 2;
    text-align: center;
}

.top_sec6 .top_sec1_btn p {
    margin: 0 0 0 0;
}

/*************************************************************************************
indexここまで
**************************************************************************************/
/*************************************************************************************
conseptここから
**************************************************************************************/

.cons_sec1 {
    padding: 160px 0 185px 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.cons_sec1_content_big {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 120px;
}

.cons_sec1_content_logo {
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 80px;
    flex-wrap: wrap;
    justify-content: center;
}

.cons_sec1_content_logo_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cons_sec1_content_text {
    width: 100%;
    height: auto;
    color: var(--font-base-color);
    line-height: 2;
}

/*************************************************************************************
conseptここまで
**************************************************************************************/
/*************************************************************************************
processここから
**************************************************************************************/

.proc_sec1 {
    padding: 160px 0 195px 0;
    margin: 0 auto;
    width: 1000px;
}

.proc_sec1_titledetail {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 40px;
}

.proc_sec1_titledetail_icoarea {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.proc_sec1_content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 240px;
}

.proc_sec1_content_item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
}

.proc_sec1_content_item_imgbox {
    position: relative;
}

.proc_sec1_content_item_imgbox .back_img {
    z-index: -5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.proc_sec1_content_item_text {
    max-width: 475px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.proc_sec1_content_item_text p {
    font-size: 15px;
}

.proc_sec1_content_item_text h2 {
    color: var(--font-base-color);
}

/*************************************************************************************
processここまで
**************************************************************************************/
/*************************************************************************************
companyここから
**************************************************************************************/

.comp_sec1 {
    padding: 160px 0 195px 0;
    margin: 0 auto;
    width: 1070px;
}

.comp_sec1_big {
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
}

.comp_sec1_item {
    padding: 30px 0 0px 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
}

.comp_sec1_item_main {
    padding-bottom: 15px;
    width: 145px;
    border-bottom: 1px solid #000;
    line-height: 2;
}

.comp_sec1_item_sub {
    padding: 0 0 15px 30px;
    width: 100%;
    border-bottom: 1px solid #000;
    font-weight: normal;
    line-height: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.comp_sec1_item_sub_box1 {
    width: 300px;
    position: relative;
}

.comp_sec1_item_sub_box1_ico_area {
    position: absolute;
    top: 50%;
    right: -260px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.comp_sec1_item_sub_box1_ico {}

.comp_sec1_maparea {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 60px;
}

.comp_sec1_maparea_box_text {
    margin-bottom: 30px;
    line-height: 2;
    font-weight: normal;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.comp_sec1_maparea_map_area {
    overflow: hidden;
    position: relative;
    width: 500px;
    height: 300px;
    border-radius: 25px;
}

.comp_sec1_maparea_map {
    position: absolute;
    inset: -150px;
    width: calc(100% + 300px);
    height: calc(100% + 300px);
}

/*************************************************************************************
companyここまで
**************************************************************************************/
/*************************************************************************************
recruitここから
**************************************************************************************/

.rec_sec1 {
    padding: 160px 0 195px 0;
    margin: 0 auto;
    width: 1070px;
}

.rec_sec1_big {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 90px;
}

.rec_sec1_titledetail {
    width: 100%;
    position: relative;
}

.rec_sec1_titledetail_text {
    width: fit-content;
    line-height: 2;
    font-size: 18px;
    color: var(--font-base-color);
    text-align: center;
    position: absolute;
    right: 0;
    top: 80px;
}

.rec_sec1_item {
    padding: 30px 0 0px 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
}

.rec_sec1_item_main {
    padding-bottom: 15px;
    width: 145px;
    border-bottom: 1px solid #000;
    line-height: 2;
}

.rec_sec1_item_sub {
    padding: 0 0 15px 30px;
    width: 100%;
    border-bottom: 1px solid #000;
    font-weight: normal;
    line-height: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.rec_sec1_item_sub_box1 {
    width: 300px;
    position: relative;
}

.rec_sec1_item_sub_box1_ico_area {
    position: absolute;
    top: 50%;
    right: -260px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rec_sec1_item_sub_box1_ico {}

.rec_linker {
    width: fit-content;
}

.rec_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

.rec_link::before {
    width: 24px;
    height: 20px;
    content: "";
    background: url(../img/35.webp) no-repeat;
}

.rec_link::after {
    width: 30px;
    height: 10px;
    content: "";
    background: url(../img/arrow_ico.webp) no-repeat;
}

/*************************************************************************************
recruitここまで
**************************************************************************************/
/*************************************************************************************
contactここから
**************************************************************************************/

.inq_sec1 {
    padding: 160px 0 195px 0;
    margin: 0 auto;
    width: 900px;
}

.inq_sec1_detail {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 80px;
    margin-bottom: 80px;
}

.inq_sec1_detail_text {
    width: 100%;
    font-size: 17px;
    line-height: 2;
}

.inq_sec1_detail_telbox {
    padding-left: 75px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 30px;
}

.inq_sec1_detail_telbox_ico {
    top: -20px;
    left: -10px;
    position: absolute;
}

.inq_sec1_detail_mailbox {
    padding-left: 75px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 30px;
}

.inq_sec1_detail_mailbox_ico {
    top: -10px;
    left: 0px;
    position: absolute;
}

.inq_form_area {
    padding-left: 75px;
}

.contact__form__block:not(:last-of-type) {
    margin-bottom: 40px;
}

.contact__label {
    display: inline-block;
    width: 200px;
    font-size: 18px;
    font-weight: 700;
}

.require {
    margin-left: 14px;
    color: red;
    font-weight: 700;
    font-size: 14px;
}

.contact__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 620px;
    width: 100%;
    border: 1px solid #001B5B;
    border-radius: 11px;
    padding: 15px;
}

.select-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.label__attention {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.contact__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #001B5B;
    background-color: #ffffff;
    border-radius: 11px;
    padding: 15px;
    cursor: pointer;
}

.contact__select__wrap {
    max-width: 620px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.contact__select:invalid {
    color: #DCDCDC;
}

.contact__select__wrap::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url(../img/select_ico.webp) no-repeat center / cover;
    pointer-events: none;
}

.contact__textarea {
    max-width: 620px;
    width: 100%;
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #001B5B;
    resize: none;
    min-height: 180px;
    border-radius: 11px;
}

.contact__privacy {
    margin-top: 60px;
}

.contact__privacy__title {
    font-size: 24px;
}

.contact__privacy__container {
    height: 180px;
    overflow-y: scroll;
    border: 1px solid #001B5B;
    border-radius: 12px;
    padding: 15px;
    margin-top: 15px;
}

.contact__privacy__container p {
    display: block;
    margin-bottom: 20px;
}

.checkbox__label {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-top: 60px;
    text-indent: -40px;
    padding-left: 40px;
}

.contact__checkbox {
    display: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 0;
    position: relative;
    margin-right: 30px;
}

.contact__checkbox::before {
    -webkit-transform: translateY(-50%);
    background: #ffffff;
    border: 1px solid #101010;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.contact__checkbox:checked::before {
    background-color: red;
    border: 1px solid red;
}

.contact__checkbox::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    content: "";
    display: block;
    height: 10px;
    left: 10%;
    margin-top: -3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 120%;
}

.contact__checkbox:checked::after {
    opacity: 1;
}

.contact__action {
    margin-top: 50px;
}

.contact__btn:last-of-type {
    margin-top: 24px;
}

.contact__btn .contact__button {
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #00388D !important;
    border-radius: 8px !important;
    background-color: #ffffff;
    color: #00388D;
    padding: 20px 100px 20px 60px;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact__btn .contact__button::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 14px;
    background: url(../img/arrow_ico.webp) no-repeat center / cover;
}

.contact__privacy__container::-webkit-scrollbar {
    width: 10px;
}

.contact__privacy__container::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 20px;
}

.contact__privacy__container::-webkit-scrollbar-thumb {
    background: lightgray;
    border-radius: 20px;
}

/*************************************************************************************
contactここまで
**************************************************************************************/
/*************************************************************************************
newsここから
**************************************************************************************/

.news_sec1 {
    padding: 160px 0 195px 0;
    margin: 0 auto;
    width: 1200px;
}

.news_sidebar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 70px;
}

.news_archive {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.news_archive::after {
    position: absolute;
    right: 15px;
    width: 13px;
    height: 11px;
    background-color: #001B5B;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.news_archive select {
    appearance: none;
    min-width: 150px;
    height: 50px;
    padding: 10px calc(.8em + 30px) 10px 20px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    background-color: #E0E7E9;
    color: var(--font-base-color);
    font-size: 1em;
    cursor: pointer;
}

.news_category {
    font-size: 18px;
    color: var(--font-base-color);
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

.news_category a {
    color: var(--font-base-color);
}

.news_archive_content_ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 20px;
}

.news_archive_content_article {
    padding: 20px 30px 30px 30px;
    background-color: #E7F2F6;
    border-radius: 15px;
}

.news_archive_content_detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.news_archive_content_detail_parts {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
}

.news_archive_content_detail_parts data {
    font-size: 18px;
    font-weight: bold;
    color: var(--font-base-color);
}

.news_archive_content_detail_category {
    padding: 7px 25px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    background-color: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 10em;
    color: var(--font-base-color);
}

.news_archive_content_detail_title {
    color: #000;
    padding-left: 120px;
    font-size: 18px;
    font-weight: bold;
}

.pagination {
    text-align: center;
}

.pagination ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 120px;
    gap: 20px;
    list-style: none;
}

.pagination ul li a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination .arrow {
    font-size: 14px;
    color: #00388D;
    font-weight: 700;
}

.pagination .current {
    background-color: #00388D;
    color: #ffffff;
}

.pagination .page {
    padding: 5px 10px;
    /* border: 1px solid #00388D; */
    color: #ffffff;
    background-color: #ffffff;
    color: #00388D;
}

/*************************************************************************************
newsここまで
**************************************************************************************/
/*************************************************************************************
portfolioここから
**************************************************************************************/

.port_sec1 {
    padding: 160px 0 195px 0;
    margin: 0 auto;
    width: 1200px;
}

.port_sidebar {
    max-width: 945px;
    width: 100%;
    margin: 0 auto 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 70px;
}

.port_category {
    font-size: 18px;
    color: var(--font-base-color);
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.port_category li {
    padding: 10px 20px;
    background-color: #fff;
    color: var(--font-base-color);
    font-size: 15px;
    line-height: 1;
    border: 1px solid var(--font-base-color);
    border-radius: 30em;
}

.port_category li.active {
    padding: 10px 20px;
    background-color: var(--font-base-color);
    color: #fff;
    font-size: 15px;
    border: 1px solid var(--font-base-color);
    border-radius: 30em;
}

.port_category li.active a {
    color: #fff;
}

.port_category a {
    color: var(--font-base-color);
    border-radius: 30em;
}

.port_archive_content_ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    gap: 50px 60px;
}

.port_archive_content_article {
    width: 360px;
    height: auto;
    /* padding: 20px 30px 30px 30px; */
    border-radius: 15px;
}

.port_archive_content_detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.port_archive_img {
    width: 360px;
    height: 360px;
}

.port_archive_img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    aspect-ratio: 360/360;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.port_archive_content_detail_parts {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
}

.port_archive_content_detail_parts data {
    font-size: 18px;
    font-weight: bold;
    color: var(--font-base-color);
}

.port_archive_content_detail_category {
    padding: 7px 25px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    background-color: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 10em;
    color: var(--font-base-color);
}

.port_archive_content_detail_title {
    color: var(--font-base-color);
    font-size: 16px;
    font-weight: bold;
}

.single_thumbnail {
    height: auto;
}

/*************************************************************************************
portfolioここまで
**************************************************************************************/