/*
    Theme Name: wild
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500&display=swap');

/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500&display=swap');
*/

html {
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #000;
    height: 100%;
    overscroll-behavior: none;
}
body {
    height: 100%;
    background-color: var(--colorbk);
    overscroll-behavior: none;
}

:root {
    --fontjp: 'Noto Sans JP', sans-serif;
    --fonten: "Barlow Semi Condensed", sans-serif;
    /* --fonten_label: 'Roboto', sans-serif; */
    --color: #000;
    --colorbk: #F4F4F4;
    --colorblue: #1543EF;
  /*
  --fontjp: 'Zen Kaku Gothic New', sans-serif;
  --fonten: 'Roboto', sans-serif;
  --fontjp: "Noto Serif JP", serif;
  --fontjp: 'Noto Sans JP', sans-serif;
  --fonten: 'Oswald', sans-serif;
  --color: #727171;
  --colorbk: #DFDEDD;
  */
}

.pc { display: block; }
.sp { display: none; }
@media only screen and (max-width: 750px) {
    .pc { display: none; }
    .sp { display: block; }
}

.link_range {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

img {
    width: 100%;
    height: auto;
}


/*------------------------------------*\
    共通
\*------------------------------------*/
.inview, .inview2 {
    transition: all 800ms ease-in-out;
    opacity: 0;
}
.inview_up, .inview_up2 {
    transition: all 500ms ease-in-out;
    opacity: 0;
    transform: translate(0,10px);
}
.inview_action {
    opacity: 1.0;
}
.inview_up_action {
    opacity: 1.0;
    transform: translate(0,0);
}



.js_draw {
    position: relative;
    display: inline-block;
    color: transparent;
    background-color: transparent;
}
.js_draw.action {
}
.js_draw::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--colorblue);
    transform-origin: top left;
    transform: scaleX(0);
}
.js_draw.action1::before {
    content: "";
    transform: none;
    transition: all 600ms cubic-bezier(0, 0.9, 0.2, 1);
}
.js_draw.action2::before {
    content: "";
    transform-origin: top right;
    transition: none;
}
.js_draw.action3::before {
    content: "";
    transform: scaleX(0);
    transition: all 600ms cubic-bezier(0, 0.9, 0.2, 1);
}

.js_draw .top_com_title, .js_draw .com_title  {
    color: transparent;
}
.js_draw.action .top_com_title, .js_draw.action .com_title {
    color: var(--colorblue);
}

.js_draw .services_detail_title  {
    color: transparent;
}
.js_draw.action .services_detail_title {
    color: var(--colorblue);
}

.services_detail_title_wrap.sp .js_draw::before {
    background-color: #FFF;
}
.services_detail_title_wrap.sp .js_draw.action .services_detail_title {
    color: #FFF;
}



.com_title_section {
    padding-top: 200px;
}
@media only screen and (max-width: 750px) {
    .com_title_section {
        padding-top: 100px;
    }
}
.com_title_inner {
    display: flex;
    width: 86%;
    margin: 0 auto;
    gap: 4%;
}
@media only screen and (max-width: 750px) {
    .com_title_inner {
        width: 80%;
        gap: 30px;
        flex-direction: column;
    }
}
.com_title_and_text_wrap {
    width: 60%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media only screen and (max-width: 750px) {
    .com_title_and_text_wrap {
        width: 100%;
    }
}

.com_title_wrap {
}
.com_title {
    font-family: var(--fonten);
    color: var(--colorblue);
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
@media only screen and (max-width: 750px) {
    .com_title {
        font-size: 28px;
    }
}
/* .com_title_jp {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 20px;
} */

.com_text_wrap {
    padding-top: 60px;
    margin-top: auto;
}
.com_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
@media only screen and (max-width: 750px) {
    .com_text_wrap {
        padding-top: 30px;
    }
    .com_text {
        font-size: 13px;
        line-height: 26px;
    }
}


.com_title_img_wrap {
    width: 50%;
    max-width: 500px;
}
.com_title_img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
@media only screen and (max-width: 750px) {
    .com_title_img_wrap {
        width: 100%;
        max-width: none;
    }
}




.com_detail_section {
    padding-top: 100px;
    padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
    .com_detail_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}




.com_link_button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid var(--colorblue);
    overflow: hidden;
    transition: all 300ms ease-in-out;
}
.com_link_button.color_w {
    background-color: #FFF;
}
.com_link_button:hover {
    background-color: var(--colorblue);
}
@media only screen and (max-width: 750px) {
    .com_link_button:hover {
        background-color: transparent;
    }
    .com_link_button.color_w:hover {
        background-color: #FFF;
    }
}

.com_link_button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--colorblue);
    z-index: 1;
    transition: all 300ms ease-in-out;
}
.com_link_button:hover:after {
    width: 100%;
}
.com_link_button.color_w:hover {
    background-color: transparent;
}
@media only screen and (max-width: 750px) {
    .com_link_button:hover:after {
        width: 0;
    }
}

.com_link_button_text {
    font-family: var(--fonten);
    color: var(--colorblue);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
    transition: all 300ms ease-in-out;
}
.com_link_button:hover .com_link_button_text {
    color: #FFF;
}
@media only screen and (max-width: 750px) {
    .com_link_button:hover .com_link_button_text {
        color: var(--colorblue);
    }
}



/*------------------------------------*\
    header (logo)
\*------------------------------------*/
.header_logo_wrap {
    position: fixed;
    top: 22px;
    left: 2%;
    z-index: 940;
    /* filter: invert(100%); */
    /* mix-blend-mode: exclusion; */
    /* transition: all 500ms ease-in-out; */
}
@media only screen and (max-width:750px) {
    .header_logo_wrap {
        top: 20px;
        left: 4%;
    }
}
.header_logo {
    width: 340px;
}
@media only screen and (max-width:750px) {
    .header_logo {
        width: 180px;
    }
}

.header_logo .cls-1 {
    fill: none;
}
.header_logo .cls-2 {
    fill: var(--colorblue);
    transition: all 300ms ease-in-out;
}
.vi_fv .header_logo .cls-2 {
    fill: #FFF;
}
.nav_open .header_logo .cls-2 {
    fill: var(--colorblue);
}


/*------------------------------------*\
    header (button)
\*------------------------------------*/
.header_nav_button_wrap {
    position: fixed;
    top: 21px;
    right: 4%;
    z-index: 931;
    cursor: pointer;
    /* filter: invert(100%); */
    /* mix-blend-mode: exclusion; */
    transition: all 500ms ease-in-out;
}
@media only screen and (max-width:750px) {
    .header_nav_button_wrap {
        top: 8px;
        right: 2%;
    }
}

/*
body.scroll_top .header_nav_button_wrap {
    opacity: 1;
    visibility: visible;
}
body.scroll_down .header_nav_button_wrap {
    opacity: 0;
    visibility: hidden;
}
body.scroll_up .header_nav_button_wrap {
    opacity: 1;
    visibility: visible;
}
body.nav_open .header_nav_button_wrap {
}
*/

.header_nav_button_inner {
    width: 50px;
    height: 50px;
    position: relative;
}
@media only screen and (max-width:750px) {
}
.header_nav_button_line {
    width: 22px;
    height: 2px;
    background-color: var(--colorblue);
    border: none;
    font-size: 0;
    position: absolute;
    left: 13px;
    transition: all 300ms ease-in-out;
}
.vi_fv .header_nav_button_line {
    background-color: #FFF;
}
.nav_open .header_nav_button_line {
    background-color: var(--colorblue);
}
/* .service1 .header_nav_button_line, .service2 .header_nav_button_line, .service3 .header_nav_button_line {
    background-color: #FFF;
} */

.header_nav_button_line.line_1 {
    top: 17px;
}
.header_nav_button_line.line_2 {
    top: 23px;
}
.header_nav_button_line.line_3 {
    top: 29px;
}
@media only screen and (max-width:750px) {
}
body.nav_open .header_nav_button_line.line_1 {
    width: 30px;
    top: 23px;
    left: 9px;
    transform: rotate(45deg);
}
body.nav_open .header_nav_button_line.line_2 {
    opacity: 0;
}
body.nav_open .header_nav_button_line.line_3 {
    width: 30px;
    top: 23px;
    left: 9px;
    transform: rotate(-45deg);
}
@media only screen and (max-width:750px) {
    body.nav_open .header_nav_button_line.line_1 {
        width: 28px;
        top: 23px;
        left: 10px;
    }
    body.nav_open .header_nav_button_line.line_3 {
        width: 28px;
        top: 23px;
        left: 10px;
    }
}



/*------------------------------------*\
    header (navigation)
\*------------------------------------*/
.header_background_wrap {
    display: block;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
    z-index: 928;
}
body.nav_open .header_background_wrap {
    opacity: 0;
    visibility: visible;
}

.header_open_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #FFF;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out;
    z-index: 930;
}
body.nav_open .header_open_wrap {
    visibility: visible;
    opacity: 1;
}
.header_open_inner {
    width: 100vw;
    height: 100%;
    overflow: hidden;
}
.header_open_scroll_wrap {
    width: 100%;
    height: calc(100% - 100px);
    margin-top: 100px;
    overflow-y: scroll;
}
@media only screen and (max-width:750px) {
    .header_open_scroll_wrap {
        height: calc(100% - 60px);
        margin-top: 60px;
    }
}



/*------------------------------------*\
    header (nav)
\*------------------------------------*/
.header_open_nav_wrap {
    height: 100%;
}
@media only screen and (max-width:750px) {
}

.header_open_nav {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .header_open_nav ul {
    margin-top: -60px;
}
.header_open_nav li {
    position: relative;
    padding: 20px 0;
}
.header_open_nav_name_wrap {
    text-align: center;
}
.header_open_nav_name {
    font-family: var(--fonten);
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: var(--color);
} */



.header_open_nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: -60px;
}
@media only screen and (max-width:750px) {
}
.header_open_nav li {
}
.header_open_nav_name_wrap {
}
.header_open_nav_name {
    font-family: var(--fonten);
    color: var(--colorblue);
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
    .header_open_nav_name {
        font-size: 28px;
    }
}
.header_open_nav_name a {
    transition: all 300ms ease-in-out;
    display: inline-block;
    position: relative;
}
.header_open_nav_name a:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--colorblue);
    transition: all 300ms ease-in-out;
}
.header_open_nav_name a:hover:after {
    width: 100%;
}
@media only screen and (max-width:750px) {
    .header_open_nav_name a:hover:after {
        width: 0;
    }
}



/*------------------------------------*\
    header (nav)
\*------------------------------------*/
.header_nav_wrap {
    position: fixed;
    top: 38px;
    right: calc(4% + 60px);
    z-index: 931;
    /* filter: invert(100%); */
    /* mix-blend-mode: exclusion; */
    transition: all 500ms ease-in-out;
}
@media only screen and (max-width:750px) {
    .header_nav_wrap {
        top: 25px;
        right: calc(2% + 60px);
    }
}
.header_nav {
}
.header_nav ul {
}
.header_nav li {
}
.header_nav_name_wrap {
}
.header_nav_name {
    font-family: var(--fonten);
    color: var(--colorblue);
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 500;
    transition: all 300ms ease-in-out;
    position: relative;
}
.vi_fv .header_nav_name {
    color: #FFF;
}
.nav_open .header_nav_name {
    color: var(--colorblue);
}
/* .service1 .header_nav_name, .service2 .header_nav_name, .service3 .header_nav_name {
    color: #FFF;
} */
@media only screen and (max-width:750px) {
    .header_nav_name {
        font-size: 15px;
    }
}
.header_nav_name a:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--colorblue);
    transition: all 300ms ease-in-out;
}
.vi_fv .header_nav_name a:after {
    background-color: #FFF;
}
.nav_open .header_nav_name a:after {
    background-color: var(--colorblue);
}
.header_nav_name a:hover:after {
    width: 100%;
}
@media only screen and (max-width:750px) {
    .header_nav_name a:hover:after {
        width: 0;
    }
}






/*------------------------------------*\
    top fv
\*------------------------------------*/
.top_main {
}
@media only screen and (max-width:750px) {
}
.top_fv_wrap {
}
.top_fv_inner {
}
.top_fv_content_wrap {
    position: relative;
    height: 100vh;
}
.top_fv_detail_wrap {
    position: absolute;
    left: 5%;
    bottom: 40px;
    z-index: 2;
}
@media only screen and (max-width:750px) {
    .top_fv_detail_wrap {
        bottom: 60px;
    }
}
.top_fv_title_wrap {
    width: 420px;
    max-width: 90vw;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(30px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transition: all 500ms ease-in-out;
}
.top_fv_title_wrap.js_action {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.top_fv_title {
}

.top_fv_text_wrap {
    margin-top: 22px;
    margin-bottom: 44px;

    opacity: 0;
    visibility: hidden;
    transform: translate3d(30px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transition: all 500ms ease-in-out;
}
.top_fv_text_wrap.js_action {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.top_fv_text {
    font-family: var(--fontjp);
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .top_fv_text {
        font-size: 11px;
    }
}


.top_fv_wrap .com_link_button {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(30px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transition: all 500ms ease-in-out;
}
.top_fv_wrap .com_link_button.js_action {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}


/*------------------------------------*\
    top KV 映像
\*------------------------------------*/
.top_fv_video_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    transition: all 500ms cubic-bezier(1, 0.04, 0.47, 0.9);
}
@media only screen and (max-width:750px) {
}
.top_fv_video {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;

    opacity: 0;
    transition: all 1200ms ease-in-out;
}
.top_fv_video.js_action {
    opacity: 1;
}
.top_fv_video.width_max {
    width: 100%;
}
.top_fv_video.height_max {
    height: 100%;
}

.top_fv_video_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /* background-color: var(--colorblue); */
    /* background: linear-gradient(rgba(0, 0, 0, 0), rgba(21, 67, 239, 1)); */
    background: linear-gradient(rgba(21, 67, 239, 0.2) 10%, rgba(21, 67, 239, 1) 80%);
    opacity: 0;
}


.top_com_title_wrap {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.top_com_title {
    font-family: var(--fonten);
    color: var(--colorblue);
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .top_com_title {
        font-size: 26px;
        line-height: 26px;
    }
}


/*------------------------------------*\
    top 
\*------------------------------------*/
.top_services_wrap {
    background-color: var(--colorbk);
    padding-top: 140px;
    padding-bottom: 200px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width:750px) {
    .top_services_wrap {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}
.top_services_inner {
}

.top_services_list_wrap {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}
@media only screen and (max-width:750px) {
    .top_services_list_wrap {
        gap: 40px;
    }
}
.top_services_content_wrap {
    display: flex;
    align-items: flex-start;
    border-top: 4px solid #FFF;
}
@media only screen and (max-width:750px) {
    .top_services_content_wrap {
        flex-direction: column;
        border-top: none;
        border-bottom: 4px solid #FFF;
    }
    .top_services_content_wrap:last-child {
        border-bottom: none;
    }
}
.top_services_content_tite_and_video_wrap {
    width: 50%;
    position: relative;
}
@media only screen and (max-width:750px) {
    .top_services_content_tite_and_video_wrap {
        width: 100%;
    }
}
.top_services_video_wrap {
    position: relative;
}
.top_services_video {
    width: 100%;
    position: relative;
    z-index: 1;
}
.top_services_video_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: var(--colorblue);
    /* background: linear-gradient(rgba(21, 67, 239, 0.2), rgba(21, 67, 239, 1), rgba(21, 67, 239, 12.2)); */
    opacity: 0;
}


.top_services_content_title_wrap {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translate(0, -50%);
    z-index: 2;
}
.top_services_content_title {
    font-family: var(--fonten);
    color: #FFF;
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .top_services_content_title {
        font-size: 20px;
    }
}

.top_services_detail_wrap {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width:750px) {
    .top_services_detail_wrap {
        width: 100%;
    }
}
.top_services_detail_iner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
@media only screen and (max-width:750px) {
    .top_services_detail_iner {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
}
.top_services_detail_text_wrap {
}
.top_services_detail_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .top_services_detail_text {
        font-size: 13px;
        line-height: 26px;
    }
}

.top_services_detail_button_wrap {
    margin-top: 30px;
    text-align: right;
}
@media only screen and (max-width:750px) {
    .top_services_detail_button_wrap {
        margin-bottom: 40px;
    }
}

/* .top_com_text_wrap {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.top_com_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.top_com_link_button {
    display: block;
    width: 200px;
    height: 52px;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.top_com_link_button_text {
    font-family: var(--fonten_label);
    color: var(--color);
    font-size: 14px;
    letter-spacing: 0.13em;
    font-weight: 400;
    transition: all 300ms ease-in-out;
}
.top_com_link_button_arrow {
    width: 12px;
    transition: all 300ms ease-in-out;
}
.top_com_link_button_arrow .cls-1 { 
    stroke-miterlimit:4;
    stroke-width:.5px;
}
.top_com_link_button_arrow .cls-2 {
    stroke-width:.5px;
}
.top_com_link_button_arrow .cls-1, .top_com_link_button_arrow .cls-2 {
    fill:none;
    stroke:#000;
    transition: all 300ms ease-in-out;
} */


.top_com_link_button:hover {
    background-color: #707070;
}
.top_com_link_button:hover .top_com_link_button_text {
    color: #FFF;
}
.top_com_link_button:hover .top_com_link_button_arrow {
    width: 16px;
}
.top_com_link_button:hover .top_com_link_button_arrow .cls-1, .top_com_link_button:hover .top_com_link_button_arrow .cls-2 {
    stroke: #FFF;
}






/*------------------------------------*\
    about 
\*------------------------------------*/
.about_main {
}
@media only screen and (max-width:750px) {
}
.about_company_wrap {
    width: 86%;
    margin: 0 auto;
}
@media only screen and (max-width:750px) {
    .about_company_wrap {
        width: 80%;
    }
}
.about_company_list_wrap {
}
.about_company_table {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 4%;
}
@media only screen and (max-width:750px) {
    .about_company_table {
        gap: 40px 0;
        flex-direction: column;
    }
}
.about_company {
    width: 48%;
    max-width: 500px;
    border-bottom: 1px solid #D5D5D5;
}
@media only screen and (max-width:750px) {
    .about_company {
        width: 100%;
        max-width: none;
    }
}
.about_company dt {
    font-family: var(--fontjp);
    color: #777777;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-bottom: 20px;
}
@media only screen and (max-width:750px) {
    .about_company dt {
        padding-bottom: 14px;
    }
}
.about_company dd {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-bottom: 20px;
}
@media only screen and (max-width:750px) {
    .about_company dd {
        padding-bottom: 14px;
    }
}




.about_detail_list_wrap {
    margin-top: 60px;
}
@media only screen and (max-width:750px) {
    .about_detail_list_wrap {
        margin-top: 50px;
    }
}
.about_access_title {
    font-family: var(--fontjp);
    color: #777777;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-bottom: 20px;
}
@media only screen and (max-width:750px) {
}
.about_access_wrap {
    padding-bottom: 80px;
}
.about_access_wrap:last-child {
    padding-bottom: 0;
}

.about_detail_title_wrap {
    min-width: 90px;
    height: 30px;
    border: 1px solid var(--colorblue);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width:750px) {
}
.about_detail_title {
    font-family: var(--fontjp);
    color: var(--colorblue);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
}
.about_detail_table {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 4%;
    margin-top: 20px;
}
@media only screen and (max-width:750px) {
    .about_detail_table {
        gap: 40px 0;
        flex-direction: column;
        margin-top: 30px;
    }
}
.about_detail {
    width: 48%;
    max-width: 500px;
    border-bottom: 1px solid #D5D5D5;
}
@media only screen and (max-width:750px) {
    .about_detail {
        width: 100%;
        max-width: none;
    }
}
.about_detail dt {
    font-family: var(--fontjp);
    color: #777777;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-bottom: 20px;
}
@media only screen and (max-width:750px) {
    .about_detail dt {
        padding-bottom: 14px;
    }
}
.about_detail dd {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-bottom: 20px;
}
.about_detail dd a {
    text-decoration: underline;
}
@media only screen and (max-width:750px) {
    .about_detail dd {
        padding-bottom: 14px;
    }
}


.about_detail_map_wrap {
    margin-top: 80px;
    max-width: calc(1000px + 4%);
}
@media only screen and (max-width:750px) {
    .about_detail_map_wrap {
        margin-top: 40px;
        max-width: 100%;
    }
}
.about_detail_map {
}
.about_detail_map iframe {
    width: 100%;
    max-height: 50vh;
    filter: grayscale(30%);
}
@media only screen and (max-width:750px) {
    .about_detail_map iframe {
        max-height: 40vh;
    }
}
.about_detail_map_note_wrap {
    margin-top: 5px;
}
.about_detail_map_note {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .about_detail_map_note {
        font-size: 12px;
    }
}


/* 

.about_detail_list_wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.about_detail_wrap {
}
.about_detail_title_wrap {
    margin-bottom: 10px;
}
.about_detail_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.about_detail_table {
}
.about_detail {
    display: flex;
    padding: 14px 10px;
    border-top: 1px solid var(--color);
}
.about_detail:last-child {
    border-bottom: 1px solid var(--color);
}
.about_detail dt {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 400;
    width: 140px;
}
.about_detail dd {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 400;
    width: calc(100% - 140px);
} */





/*------------------------------------*\
    service 
\*------------------------------------*/
.service_main {
}
@media only screen and (max-width:750px) {
}
.service_inner {
    margin-top: 20px;
}
@media only screen and (max-width:750px) {
    .service_inner {
        margin-top: 0;
    }
}


.service_anker_wrap {
    width: 86%;
    margin: 0 auto;
    position: sticky;
    top: 75px;
    right: 0;
    z-index: 2;
}
@media only screen and (max-width:750px) {
    .service_anker_wrap {
        top: 55px;
    }
}
.service_anker_list {
    display: flex;
    gap: 14px;
}
@media only screen and (max-width:750px) {
    .service_anker_list {
        gap: 10px;
    }
}
.service_anker_list li {
}
.service_anker_name {
    font-family: var(--fontjp);
    color: var(--colorblue);
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
@media only screen and (max-width:750px) {
    .service_anker_name {
        font-size: 11px;
    }
}
.service_anker_name::before {
    content: "/";
    font-weight: 400;
    position: absolute;
    top: 0;
    left: -10px;
}
@media only screen and (max-width:750px) {
    .service_anker_name::before {
        left: -8px;
    }
}
.service_anker_list li:first-child .service_anker_name::before {
    content: "";
}

body.service1 .anker_1 .service_anker_name {
    font-weight: 600;
}
body.service2 .anker_2 .service_anker_name {
    font-weight: 600;
}
body.service3 .anker_3 .service_anker_name {
    font-weight: 600;
}

.service_anker_name:hover {
    opacity: 0.7;
}
@media only screen and (max-width:750px) {
    .service_anker_name:hover {
        opacity: 1;
    }
}



.service_detail_list_wrap {
    margin-top: 50px;
}
@media only screen and (max-width:750px) {
    .service_detail_list_wrap {
        margin-top: 24px;
    }
}
.service_detail_list {
}
.service_detail {
    padding-top: 120px;
    margin-top: -120px;
    padding-bottom: 120px;
}
@media only screen and (max-width:750px) {
    .service_detail {
        padding-top: 77px;
        margin-top: -77px;
        padding-bottom: 80px;
    }
}
.service_content_wrap {
    display: flex;
}
/* .service_detail:nth-child(even) .service_content_wrap {
    flex-direction: row-reverse;
} */
@media only screen and (max-width:750px) {
    .service_content_wrap {
        flex-direction: column-reverse;
    }
    /* .service_detail:nth-child(even) .service_content_wrap {
        flex-direction: column-reverse;
    } */
}
.service_detail_wrap {
    width: 38%;
    margin-right: 5%;
    margin-left: 7%;
    padding-bottom: 120px;
}
@media only screen and (max-width:750px) {
    .service_detail_wrap {
        width: 86%;
        margin: 0 auto;
        padding-bottom: 0;
        margin-top: 30px;
    }
}
.services_detail_title_wrap {
}
.services_detail_title {
    font-family: var(--fontjp);
    color: var(--colorblue);
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .services_detail_title_wrap {
        position: absolute;
        top: 50%;
        left: 7%;
        transform: translate(0, -50%);
    }
    .services_detail_title {
        font-size: 20px;
        color: #FFF;
    }
}
.services_detail_text_wrap {
    margin-top: 45px;
}
.services_detail_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .services_detail_text_wrap {
        margin-top: 0;
    }
    .services_detail_text {
        font-size: 13px;
        line-height: 26px;
    }
}

.services_point_list_wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 80px;
}
@media only screen and (max-width:750px) {
    .services_point_list_wrap {
        gap: 60px;
        margin-top: 60px;
    }
}
.services_point_wrap {
}
.services_point_no {
    font-family: var(--fontjp);
    color: var(--colorblue);
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.services_point_title_wrap {
    margin-top: 16px;
}
.services_point_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .services_point_title {
        font-size: 16px;
        line-height: 28px;
    }
}
.services_point_text_wrap {
    margin-top: 40px;
}
.services_point_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .services_point_text_wrap {
        margin-top: 20px;
    }
    .services_point_text {
        font-size: 13px;
        line-height: 26px;
    }
}


.services_work_list_wrap {
    margin-top: 70px;
    border: 2px solid var(--colorblue);
    position: relative;
}
.services_work_list_inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.services_work_list_title_wrap {
    display: inline-block;
    background-color: var(--colorbk);
    padding-right: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: -10px;
    left: -10px;
}
.services_work_list_title {
    font-family: var(--fontjp);
    color: var(--colorblue);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.services_work_wrap {
}
.services_work_title_wrap {
}
.services_work_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 500;
    display: flex;
}
.services_work_title .title_dot {
    margin-right: 3px;
}
@media only screen and (max-width:750px) {
    .services_work_title {
        font-size: 12px;
        line-height: 20px;
    }
}

.services_work_text_wrap {
    margin-top: 5px;
}
.services_work_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .services_work_text_wrap {
        margin-top: 4px;
    }
    .services_work_text {
        font-size: 12px;
        line-height: 22px;
    }
}





.service_video_fix_wrap {
    width: 50%;
}
@media only screen and (max-width:750px) {
    .service_video_fix_wrap {
        width: 100%;
        position: relative;
    }
}
.services_video_wrap {
    position: sticky;
    top: 0;
    font-size: 0;
    overflow: hidden;
}
.services_video {
    width: auto;
    height: 100vh;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
@media only screen and (max-width:750px) {
    .services_video {
        width: 100%;
        height: auto;
        left: 0;
        transform: none;
    }
}
.services_video_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: var(--colorblue);
    opacity: 0.4;
}



/*------------------------------------*\
    recruit 
\*------------------------------------*/
.recruit_main {
}
@media only screen and (max-width:750px) {
}

.recruit_detail_list_wrap {
    width: 86%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 70px;
}
@media only screen and (max-width:750px) {
    .recruit_detail_list_wrap {
        width: 80%;
    }
}
.recruit_detail_wrap {
    border-top: 2px solid #D5D5D5;
    border-bottom: 2px solid #D5D5D5;
}
.recruit_detail_header_wrap {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    cursor: pointer;
}
.recruit_detail_title_wrap {
}
.recruit_detail_title {
    font-family: var(--fontjp);
    color: var(--colorblue);
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .recruit_detail_title {
        font-size: 16px;
        line-height: 24px;
    }
}
.com_accordion_arrow {
    width: 25px;
    margin-left: auto;
    /* padding-right: 5px; */
    transition: all 300ms ease-in-out;
}
.recruit_detail_header_wrap.accordion_open .com_accordion_arrow {
    transform: rotate(-180deg);
}
/* .com_accordion_arrow .cls-1 {
    fill: #B1B1B1;
} */
.com_accordion_arrow .cls-1 {
    stroke: #1543ef;
}
.com_accordion_arrow .cls-1, .com_accordion_arrow .cls-2 {
    fill: none;
}
.com_accordion_arrow .cls-3 {
    fill: #1543ef;
}
.com_accordion_arrow .cls-2 {
    stroke: #fff;
}

@media only screen and (max-width:750px) {
}

.recruit_detail_table {
}
.recruit_detail {
    display: flex;
    padding: 18px 10px;
    border-top: 1px solid #D5D5D5;
}
@media only screen and (max-width:750px) {
    .recruit_detail {
        flex-direction: column;
        gap: 10px;
    }
}
/* .recruit_detail:last-child {
    border-bottom: 1px solid var(--color);
} */
.recruit_detail dt {
    font-family: var(--fontjp);
    color: #777777;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 400;
    width: 180px;
}
@media only screen and (max-width:750px) {
    .recruit_detail dt {
        font-size: 11px;
        line-height: 20px;
        width: 100%;
    }
}
.recruit_detail dd {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 400;
    width: calc(100% - 180px);
}
@media only screen and (max-width:750px) {
    .recruit_detail dd {
        font-size: 11px;
        line-height: 18px;
        width: 100%;
    }
}



/*------------------------------------*\
    CONTACT
\*------------------------------------*/

.contact_nav_wrap {
    margin-top: 60px;
    padding-bottom: 30px;
}
.contact_nav_list {
    display: flex;
    justify-content: center;
    gap: 60px;
}
@media only screen and (max-width:750px) {
    .contact_nav_list {
        gap: 50px;
    }
}
.contact_nav {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C6D0F3;
    border: 1px solid #C6D0F3;
    border-radius: 50%;
}
.contact_nav.nav_active {
    background-color: var(--colorblue);
    border: 1px solid var(--colorblue);
}

.contact_nav:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    transform: translate(0, -50%);
    width: 60px;
    height: 1px;
    background-color: #C6D0F3;
}
@media only screen and (max-width:750px) {
    .contact_nav:after {
        width: 50px;
    }
}
.contact_nav:last-child:after {
    display: none;
}

.contact_nav_no {
    font-family: var(--fonten);
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
}
/* .contact_nav.nav_active .contact_nav_no {
    color: #FFF;
} */
.contact_nav_text {
    font-family: var(--fontjp);
    color: #C6D0F3;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 400;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}
@media only screen and (max-width:750px) {
    .contact_nav_text {
        font-size: 15px;
    }
}
.contact_nav.nav_active .contact_nav_text {
    color: var(--colorblue);
}



.contact_text_wrap {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}
.contact_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .contact_text {
        font-size: 13px;
        line-height: 26px;
    }
}



.contact_form_wrap {
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
}
@media only screen and (max-width:750px) {
}

.contact_form {
}
.contact_form dl {
}
.contact_imput_wrap {
    margin-bottom: 60px;
}
@media only screen and (max-width:750px) {
    .contact_imput_wrap {
        margin-bottom: 40px;
    }
}
.contact_imput_wrap dt {
    font-family: var(--fontjp);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #777777;
    white-space: nowrap;
}
.contact_imput_wrap dd {
    margin-top: 20px;
    margin-bottom: 7px;
}
@media only screen and (max-width:750px) {
    .contact_imput_wrap dd {
        margin-top: 7px;
    }
}
.page_contact_confirm .contact_imput_wrap dd p {
    min-height: 16px;
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    width: calc(100% - 16px);
    padding: 13px 8px;
    border: 1px solid #B9B9B9;
}


::placeholder {
    color: #B6B6B6;
}
.contact_imput_wrap input[type="text"], .contact_imput_wrap input[type="tel"], .contact_imput_wrap input[type="email"] {
    font-family: var(--fontjp);
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    width: calc(100% - 16px);
    padding: 13px 8px;
    box-shadow: 0 0 0px 999px #F8F8F8 inset;
    border: none;
    border-bottom: 1px solid #B9B9B9;
}
.contact_imput_wrap textarea {
    font-family: var(--fontjp);
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    width: calc(100% - 10px);
    height: 178px;
    padding: 5px;
    border: 1px solid #B9B9B9;
}


.contact_form_policy_wrap {
    font-family: var(--fontjp);
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--color);
    text-align: center;
    margin-top: 30px;
}
.contact_form_policy_wrap a {
    border-bottom: 1px solid #B9B9B9;
}
.contact_send_button_wrap {
    text-align: center;
    margin-top: 40px;
}
input[type="submit"].contact_send_button {
    font-family: var(--fonten);
    color: var(--colorblue);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid var(--colorblue);
    padding: 10px 30px;
}
input[type="submit"].contact_send_button:disabled {
    color: #777777;
    border: 1px solid #777777;
    
}
.contact_send_button_wrap .wpcf7-spinner {
    display: none;
}



/* 確認画面 */
.contact_back_button_wrap {
    text-align: center;
    margin-top: 30px;
}
/* 戻るボタン */
.contact_back_button_wrap input[type="button"] {
    font-family: var(--fontjp);
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: var(--color);
    /* background-color: #FFF; */
    padding: 0;
    padding-bottom: 1px;
    border-bottom: 1px solid var(--color);
}


/* 完了画面 */
.contact_form_message_text_wrap {
}
.contact_form_message_text {
    font-family: var(--fontjp);
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--color);
}
.contact_top_button_wrap {
    margin-top: 80px;
    text-align: center;
}
.contact_top_button {
    font-family: var(--fonten);
    color: var(--colorblue);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid var(--colorblue);
    padding: 10px 30px;
}



/* radioカスタマイズ */
.contact_imput_wrap .wpcf7-radio {
    display: flex;
    gap: 10%;
    margin-top: 12px;
}
@media only screen and (max-width:750px) {
    .contact_imput_wrap .wpcf7-radio {
        gap: 14px;
        flex-direction: column;
    }
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
.contact_imput_wrap .wpcf7-list-item {
    margin: 0;
}
.contact_form_wrap input[type="radio"] {
  display: none;
}
.contact_form_wrap input[type="radio"] + span {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    cursor: pointer;
    position: relative;
    margin-left: 0px;
    padding-left: 28px;
    /* padding-top: 5px; */
}
.contact_form_wrap input[type="radio"] + span::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  color: transparent;
  border: 1px solid var(--color);
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 4px;
  left: 2px;
  border-radius: 50%;
}
/* 枠からはみ出すチェック用 */
.contact_form_wrap input[type="radio"] + span::after {
  content: "";
  /* width: 26px;
  height: 26px;
  position: absolute;
  top: -1px;
  left: -3px; */
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 4px;
  border-radius: 50%;
}
.contact_form_wrap input[type="radio"]:checked + span::after{
  /* background-image: url(img/contact_check.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 6px -1px; */
  background-color: var(--color);
}
.contact_form_wrap .mwform-radio-field-text {
  font-family: var(--fontjp);
  color: var(--color);
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

  

  
/* checkboxカスタマイズ */
.contact_form_policy_wrap input[type="checkbox"] {
    display: none;
}
.contact_form_policy_wrap input[type="checkbox"] + span {
    cursor: pointer;
    position: relative;
    margin-left: 0px;
    padding-left: 20px;
}
.contact_form_policy_wrap input[type="checkbox"] + span::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    color: transparent;
    border: 1px solid var(--color);
    background: #FFF;
    box-sizing: border-box;
    border-radius: 2px;
    position: absolute;
    top: 3px;
    left: 0;
}
/*
.contact_form_policy_wrap input[type="checkbox"]:checked + span::before{
    background: #000;
}
*/
/* 枠からはみ出すチェック用 */
.contact_form_wrap input[type="checkbox"] + span::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: -3px;
    left: 1px;
}
.contact_form_wrap input[type="checkbox"]:checked + span::after{
    background-image: url(img/contact_check.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0px 0px;
}

/* エラーメッセージのカスタマイズ */
.wpcf7-not-valid-tip {
    font-family: var(--fontjp);
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #dc3232;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 1px solid darksalmon;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: darksalmon;
}
.wpcf7-response-output {
    font-family: var(--fontjp);
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #707070;
}



/*------------------------------------*\
    PRIVACY POLICY
\*------------------------------------*/

.policy_main {
}
@media only screen and (max-width:750px) {
}
.policy_main_wrap {
}
.policy_wrap {
}


.policy_inner {
    width: 80%;
    /* margin: 0 auto; */
    margin-left: 10%;
    max-width: 1000px;
    padding-top: 20px;
    transition: all 300ms ease-in-out;
}
body.nav_visible .policy_inner {
    margin-left: calc(10% - 22px);
}
@media only screen and (max-width:750px) {
    .policy_inner {
        padding-top: 0;
    }
}
.policy_detail_wrap {
}
.policy_detail_text_wrap {
    margin-bottom: 50px;
}
@media only screen and (max-width:750px) {
    .policy_detail_text_wrap {
        margin-bottom: 40px;
    }
}
.policy_detail_title {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}
.policy_detail_text {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
    .policy_detail_title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .policy_detail_text {
        font-size: 11px;
        line-height: 19px;
    }
}




/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
    position: relative;
    z-index: 2;
}
.footer_wrap {
    padding-top: 120px;
    padding-bottom: 30px;
    background-color: #FFF;
}
@media only screen and (max-width:750px) {
    .footer_wrap {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}
.footer_inner {
    display: flex;
    gap: 10px;
    width: 85%;
    margin: 0 auto;
}
@media only screen and (max-width:750px) {
    .footer_inner {
        gap: 50px;
        flex-direction: column;
    }
}
.footer_detail_wrap {
}
.footer_logo_wrap {
    width: 340px;
}
@media only screen and (max-width:750px) {
    .footer_logo_wrap {
        width: 240px;
    }
}
.footer_logo {
}
.footer_company_wrap {
    margin-top: 50px;
}
@media only screen and (max-width:750px) {
    .footer_company_wrap {
        margin-top: 30px;
    }
}
.footer_company {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
}

.footer_address_wrap {
    margin-top: 14px;
}
.footer_address {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.footer_address a {
    text-decoration: underline;
}
.footer_tel_wrap {
    margin-top: 14px;
}
.footer_tel {
    font-family: var(--fontjp);
    color: var(--color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
}

.footer_button_wrap {
    margin-top: 40px;
}

.footer_nav_wrap {
    margin-left: auto;
}
@media only screen and (max-width:750px) {
    .footer_nav_wrap {
        margin-left: 0;
    }
}
.footer_nav {
}
.footer_nav ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media only screen and (max-width:750px) {
}
.footer_nav li {
}
.footer_nav_name_wrap {
}
.footer_nav_name {
    font-family: var(--fonten);
    color: var(--colorblue);
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
    .footer_nav_name {
        font-size: 28px;
    }
}
.footer_nav_name a {
    transition: all 300ms ease-in-out;
    display: inline-block;
    position: relative;
}
.footer_nav_name a:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--colorblue);
    transition: all 300ms ease-in-out;
}
.footer_nav_name a:hover:after {
    width: 100%;
}
@media only screen and (max-width:750px) {
    .footer_nav_name a:hover:after {
        width: 0;
    }
}


.footer_copy_wrap {
    width: 85%;
    margin: 0 auto;
    margin-top: 100px;
}
.footer_copy {
    font-family: var(--fonten);
    color: var(--colorblue);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
    .footer_copy_wrap {
        margin-top: 60px;
    }
    .footer_copy {
        font-size: 10px;
    }
}




