@charset "UTF-8";
/*===========================================
	top
========================================*/
.top-head {
    position: relative;
}

.mv-inner {
    margin: 50px 0 1.5625vw;
    background-color: #071036;
    height: calc(100% - (50px + 1.5vw));
    color: #FFF;
    padding: 5.72917vw 5.72917vw 5.72917vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 540px) {
    .mv-inner {
        padding: auto;
    }
}

.mv-inner .ttl {
    font-size: clamp(60px, 12vw, 160px);
    font-family: "Outfit", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
    font-weight: 600;
    line-height: 1;
    font-weight: 500;
}

.mv-inner .en-txt {
    font-size: clamp(24px, 3vw, 40px);
    font-family: "Outfit", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
    font-weight: 600;
    line-height: 1;
    font-weight: 500;
}

.top-project {
    position: absolute;
    bottom: -70px;
    width: 100%;
}

.top-project a {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    background: #FFF;
    height: 440px;
    margin-right: 10.9375vw;
    padding: 4.16667vw;
    display: block;
    position: relative;
}

@media (max-width: 540px) {
    .top-project a {
        height: 220px;
    }
}

.top-project a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#acb6be), to(#e7eff3));
    background: -webkit-linear-gradient(left, #acb6be 0%, #e7eff3 100%);
    background: linear-gradient(to right, #acb6be 0%, #e7eff3 100%);
    z-index: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.top-project a:hover::before {
    width: 100%;
}

.top-project a:hover .top-project-inner img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top-project a .top-project-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.top-project a .top-project-inner img {
    width: 260px;
    -webkit-filter: invert(8%) sepia(25%) saturate(3795%) hue-rotate(208deg) brightness(98%) contrast(106%);
    filter: invert(8%) sepia(25%) saturate(3795%) hue-rotate(208deg) brightness(98%) contrast(106%);
}

@media (max-width: 540px) {
    .top-project a .top-project-inner img {
        width: 140px;
    }
}

.top-img {
    margin-top: 80px;
    background: url("../img/top/img4.jpg") center center no-repeat;
    background-size: cover;
    height: 350px;
    z-index: -1;
    position: relative;
}

@media (max-width: 540px) {
    .top-img {
        height: 200px;
    }
}

.vision {
    margin-top: -50px;
}

.mission {
    padding: 30px 0;
    margin-bottom: 30px;
    min-height: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: url("../img/top/img1.jpg") center center no-repeat;
    background-size: cover;
    color: #FFF;
}

.mission::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 16, 54, 0.7);
    mix-blend-mode: overlay;
}

.mission .sec-ttl {
    position: relative;
    z-index: 2;
}

.mission .txt {
    text-align: center;
    font-size: 1.25em;
    margin-top: 2em;
    position: relative;
    z-index: 2;
}

.blockquote {
    position: relative;
    padding: 30px 4% 10px 4%;
    font-style: italic;
    background: #f7f7f7;
    margin: 30px auto;
}

.blockquote::before {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

.blockquote p {
    margin: 10px 0;
}

.blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.sec-body .txt-list {
    list-style: circle;
    padding: 20px 30px;
    background-color: #eaf0f5;
}

.sec-body .txt-list li {
    margin-left: 1em;
}

#whatis figure {
    margin-bottom: 30px;
}

#samples a {
    border-bottom: solid 1px #8d8d8d;
    position: relative;
    padding-right: 1em;
    padding-bottom: 3px;
    display: inline-block;
}

#samples a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url("../img/common/arrow.svg") no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#samples a:hover {
    opacity: .6;
}

/*==============================================
	Elements of
==============================================*/
.elements {
    padding: 80px 0 120px;
}

@media (max-width: 1024px) {
    .elements {
        padding: 60px 0;
    }
}

.elements-body figure {
    margin: 20px 0;
}

.elements-body ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .elements-body ul {
        gap: 10px;
    }
}

.elements-body ul li {
    width: calc(50% - .75vw);
    min-height: 500px;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (max-width: 1024px) {
    .elements-body ul li {
        width: calc(50% - 5px);
    }
}

@media (max-width: 540px) {
    .elements-body ul li {
        width: 93%;
        min-height: auto;
    }
}

.elements-body ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 541px) {
    .elements-body ul li:nth-child(even) {
        -webkit-transform: translateY(2.60417vw);
        transform: translateY(2.60417vw);
    }
}

@media (max-width: 540px) {
    .elements-body ul li:nth-child(even) {
        margin-left: auto;
    }
}

.elements-body ul li:nth-child(1) {
    background-image: url("../img/what/img4.jpg");
}

.elements-body ul li:nth-child(2) {
    background-image: url("../img/what/img5.jpg");
}

.elements-body ul li:nth-child(3) {
    background-image: url("../img/what/img6.jpg");
}

.elements-body ul li:nth-child(4) {
    background-image: url("../img/what/img7.jpg");
}

.elements-body ul li:nth-child(5) {
    background-image: url("../img/what/img8.jpg");
}

.elements-body ul li:nth-child(6) {
    background-image: url("../img/what/img9.jpg");
}

.elements-body ul li .elements-li-inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #FFF;
    height: 100%;
}

.elements-body ul li .elements-li-inner .elements-body-head {
    border-bottom: solid 1px #FFF;
    padding: 20px 0 10px;
}

@media (max-width: 540px) {
    .elements-body ul li .elements-li-inner .elements-body-head {
        padding: 10px 0;
    }
}

.elements-body ul li .elements-li-inner .elements-body-head .ttl {
    font-size: 1.25em;
}

.elements-body ul li .elements-li-inner .elements-body-txt {
    line-height: 1.5;
    font-size: .85em;
    margin-top: 40px;
}

.sample-list li {
    background-color: rgba(0, 113, 188, 0.1);
    margin: 20px auto;
    padding: 20px;
    position: relative;
}

.sample-list li .num {
    position: absolute;
    font-size: 2em;
    font-family: "Outfit", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #071036;
    top: -10px;
    left: -10px;
}

/*==================================================================================================
	How we do
==================================================================================================*/
.howwedo .sec-body {
    margin-top: 30px;
}

.howwedo figure {
    margin: 20px auto;
}

.project-body {
    margin: 40px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.08333vw;
}

@media (max-width: 540px) {
    .project-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.project-body figure {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.what {
    background-color: #eaf0f5;
    padding: 40px;
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 700px) {
    .what {
        padding: 20px;
    }
}

.what .sec-ttl {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width: 700px) {
    .what .sec-ttl {
        font-size: 1.5em;
    }
}

@media (max-width: 540px) {
    .what .sec-ttl {
        margin-bottom: 15px;
    }
}

.what ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 540px) {
    .what ul {
        gap: 10px;
    }
}

.what ul li {
    width: calc(33.333% - 20px);
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 700px) {
    .what ul li {
        width: calc(50% - 20px);
    }
}

@media (max-width: 540px) {
    .what ul li {
        width: calc(50% - 10px);
    }
}

.what ul li:nth-child(1) {
    background-image: url("../img/what/img1.jpg");
}

.what ul li:nth-child(2) {
    background-image: url("../img/what/img2.jpg");
}

.what ul li:nth-child(3) {
    background-image: url("../img/what/img3.jpg");
}

.what ul li .ttl {
    color: #FFF;
    font-size: clamp(0.85em, 1.5vw, 1.5em);
    line-height: 1.25;
}

.report-body {
    margin-top: 30px;
}

.report-li a {
    display: block;
    position: relative;
    padding: 1em;
    border-bottom: solid 1px #8d8d8d;
}

.report-li a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #071036;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.report-li a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.report-li a:hover .date, .report-li a:hover .category, .report-li a:hover .ttl {
    color: #071036;
}

.report-li a:hover .category {
    border: solid 1px #071036;
}

.report .date {
    color: #8d8d8d;
    font-size: .85em;
    margin-right: 1em;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.report .category {
    color: #8d8d8d;
    font-size: .85em;
    border: solid 1px #8d8d8d;
    border-radius: 1em;
    padding: 0 .75em;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.report .ttl {
    margin-top: .3em;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.report .btn a {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.archive-empty {
    text-align: center;
    margin-top: 70px;
    display: block;
}

/*==================================================================================================
	詳細 single
==================================================================================================*/
.-single .post {
    margin-top: 80px;
}

.-single .post-wrap .ttl {
    font-size: 2em;
}

.-single .post-main {
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 20px 0;
}

.-single .post .btn {
    text-align: center;
    margin: 40px auto;
}

.wp-edit img {
    width: auto;
    margin: .5em 0;
}

.wp-edit p {
    line-height: 1.5;
    word-break: break-all;
}

.wp-edit .wp-caption {
    max-width: 100% !important;
}

.wp-edit .wp-caption-text {
    color: #888888;
    margin-top: -.25em;
}

/*==================================================================================================
	Contact
==================================================================================================*/
.mailform .form-txt {
    color: #071036;
}

.mailform-table {
    margin: 40px auto;
}

@media (max-width: 540px) {
    .mailform-table {
        margin: 0;
    }
}

.mailform-table dl {
    line-height: 1.8em;
    width: 100%;
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 840px) {
    .mailform-table dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .8em 0;
    }
}

@media (max-width: 700px) {
    .mailform-table dl {
        line-height: 1.2em;
    }
}

.mailform-table dt {
    margin-right: 0.5em;
    width: 25%;
    position: relative;
    vertical-align: middle;
    color: #071036;
}

@media (max-width: 840px) {
    .mailform-table dt {
        width: 100%;
        margin-bottom: 10px;
    }
}

.mailform-table dd {
    width: 75%;
    padding-left: 1.5em;
}

@media (max-width: 840px) {
    .mailform-table dd {
        padding-left: 0;
        width: 100%;
    }
}

.mailform-table .required::after {
    content: "必須";
    background: #071036;
    color: #FFF;
    padding: 3px 1em;
    line-height: 1.75;
    position: absolute;
    right: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    border-radius: 14px;
}

@media (max-width: 1024px) {
    .mailform-table .required::after {
        right: 0;
    }
}

@media (max-width: 840px) {
    .mailform-table .required::after {
        margin-left: 10px;
        position: relative;
        padding: .2em 1em;
    }
}

@media (max-width: 700px) {
    .mailform-table .required::after {
        font-size: .8em;
    }
}

.txt-area {
    width: 100%;
    padding: 0 10px;
    height: 2.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
    background: #F4F7FB;
    border: none;
}

.txt-area.txt-area2 {
    min-height: 200px;
}

.txt-area.code {
    display: inline-block;
    width: 9em;
    margin: 0 0 5px 5px;
}

.privacy-policy, .privacy-policy-check, .kakunin {
    margin: 30px auto;
    text-align: center;
    color: #071036;
}

@media (max-width: 840px) {
    .privacy-policy, .privacy-policy-check, .kakunin {
        margin: 25px auto;
    }
}

.privacy-policy-check label span {
    margin-left: 3px;
}

.privacy-policy-txt a {
    text-decoration: underline;
}

.privacy-policy-txt a:hover {
    color: #071036;
}

input[type=checkbox] {
    display: none;
}

.checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 25px;
    position: relative;
    width: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.checkbox::before {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    left: 5px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.checkbox::after {
    border-right: 3px solid #071036;
    border-bottom: 3px solid #071036;
    content: '';
    display: block;
    height: 15px;
    width: 8px;
    top: 55%;
    left: 8px;
    margin-top: -18px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
    transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.checkbox:hover::before {
    border-color: #071036;
}

input[type=checkbox]:checked + .checkbox::before {
    border-color: #071036;
}

input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
    transform: rotate(45deg) scale3d(1, 1, 1);
}

.kakunin .btn-main {
    cursor: pointer;
}

.kakunin .btn-main[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

/*==================================================================================================
	Policy
==================================================================================================*/
.policy-body {
    margin: 50px auto;
}

.policy-list {
    margin: 2em auto;
}

.policy-list dt {
    font-weight: 600;
}

/*==================================================================================================
	404、thanks、etc
==================================================================================================*/
.etc .sec-body .btn {
    margin-top: 2em;
}

/* ======================================================================================================
フォーム確認画面
====================================================================================================== */
@media (max-width: 540px) {
    .confirm_custom.cmn-sec {
        margin-bottom: 0px;
    }
}

.confirm_custom.cmn-sec p {
    font-weight: 600;
}

.confirm-items {
    width: 100%;
    margin-top: 30px;
}

.confirm-items tbody {
    width: 100%;
    border-top: 1px solid;
}

.confirm-items tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.confirm-items tbody tr th {
    display: block;
    width: 200px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid;
    padding: 1em;
    font-weight: 600;
}

@media (max-width: 840px) {
    .confirm-items tbody tr th {
        width: 100%;
        border-bottom: none;
        padding: .5em .5em 0;
    }
}

.confirm-items tbody tr td {
    display: block;
    width: calc(100% - 200px);
    text-align: left;
    border-bottom: 1px solid;
    padding: 1em;
}

@media (max-width: 840px) {
    .confirm-items tbody tr td {
        width: 100%;
        padding-left: 0px;
        padding: .25em .5em .5em;
    }
}

.error-items .error-item {
    border-radius: 5px;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
}

.error-items .error-item:not(:last-child) {
    margin-bottom: 5px;
}

.error-items .error-item-label {
    display: block;
    width: 150px;
}

@media screen and (max-width: 840px) {
    .error-items .error-item-label {
        width: 100%;
    }
}

.error-items .error-item-body {
    display: block;
    width: calc(100% - 150px);
    padding-left: 15px;
    word-break: break-all;
    color: #C40000;
}

@media screen and (max-width: 840px) {
    .error-items .error-item-body {
        width: 100%;
        padding-left: 0px;
    }
}

.confirm-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 700px) {
    .confirm-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 20px;
    }
}

.confirm-btn {
    display: inline-block;
    background-color: transparent;
    margin: 1em .5em;
    padding: 1em;
    border: solid 1px #071036;
}

@media (max-width: 700px) {
    .confirm-btn {
        margin: .5em;
    }
}

.confirm-btn:hover {
    opacity: .6;
    border-radius: 6px;
}

.confirm-btn.confirm-btn-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #071036;
    color: #FFF;
}

.confirm-btn.confirm-btn-submit .txt {
    margin-right: 2em;
    font-size: 1.5em;
}

.error_messe {
    margin-top: 30px;
    text-align: center;
}
