@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    line-height: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}
img {
    vertical-align: middle;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
input, textarea {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a {
    text-decoration: none;
}
button {
    border: none;
    border-radius: 0;
    background-color: inherit;
    cursor: pointer;
}
*, *::before, *::after {
            box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body * {
    -webkit-text-size-adjust: 100%;
}
a img {
            transition-property: opacity;
            transition-duration: .2s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .2s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
a:hover img {
    opacity: .8;
}
input[type="submit"], input[type="button"] {
    border: none;
    border-radius: 0;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    -webkit-box-sizing: border-box;;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
}
html {
    font-size: 62.5%;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body {
    background: #458fad;
    color: #000;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
}
.pc {
    display: block;
}
.sp, .tb {
    display: none;
}
a {
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
}
.l-header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 30px 30px 20px;
}
.nav {
    display: flex;
    margin-left: auto;
}
.h-logo {
    width: 38vw;
    margin: auto;
}
.nav ul {
    display: flex;
}
.nav a {
    display: block;
    height: 68px;
    padding: 14px 30px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    transition: all ease .3s;
}
.nav a:hover {
    opacity: .8;
}
.nav li a span {
    display: block;
    font-size: 10px;
    letter-spacing: .2em;
}
.nav-signup a {
    background: #b31b25;
}
.nav-link a {
    padding: 12px 20px 0;
    background: #fff;
}
.nav-link a img {
    width: 120px;
}
.main-visual {
    position: relative;
    background: url(../images/bg_new.webp) no-repeat center right;
    background-size: cover;
}
.main-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 64%;
    height: 105%;
    content: "";
}
.main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom left;
       object-position: bottom left;
}
.main-area {
    position: relative;
    z-index: 5;
    padding: 30px 0 30px;
    text-align: center;
}
.main-ttl {
    display: inline-block;
    margin: 30px 0 20px;
    padding: 3px 40px;
    border: 1px solid #fff;
    background:　none;
    color: #ffffff;
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.2em;
    letter-spacing: .1em;
    text-align: center;
}
.main-sttl {
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.5vw;
    line-height: 1.5em;
}
.main-sttl img {
    max-width: 550px;
}
.main-sttl span {
    text-shadow: #007364 5px 0 30px;
}
.main-txt {
    color: #fff;
    font-size: clamp(14px, .8vw, 20px);
}
.main-txt span {
    background: none;
}
.main-sp {
    display: none;
}
.signup_area {
    text-align: center;
    color: #fff;
    max-width: 1000px;
    margin: 30px auto;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20px 20px 30px;
}
.signup_area .btn_signup {
    margin-top: 10px;
}
.needs-nav h2 {
    margin: 40px 0 30px;
    color: #fff;
    font-size: 30px;
    letter-spacing: .05em;
    text-align: center;
}
.needs-nav h2 img {
    width: 33px;
    margin: -5px 10px 0 0;
}
.needs-nav h2 span {
    border-bottom: 1px solid #5a8dbf;
    font-weight: bold;
    font-size: 24px;
}
.needs-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 50px 40px;
    background: url(../images/line.webp) repeat-x center top 50% / 30px;
}
.needs-nav li {
    background: #007364;
    color: #fff;
    text-align: center;
}
.needs-nav li p {
    margin-top: 10px;
}
.needs-nav li p::before {
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin-right: 5px;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    content: "";
}
.needs-nav li:hover .needs-nav-btn::after {
    top: -7px;
    right: -7px;
    width: 140px;
    height: 140px;
}
.needs-nav li:first-of-type {
    padding-left: 30px;
}
.needs-nav li:last-of-type {
    padding-right: 30px;
}
.needs-nav li img {
    max-width: 64px;
    margin: 20px 0 0;
}
li.needs-nav01 img, li.needs-nav06 img {
    margin-top: 25px;
}
.needs-nav .needs-nav-btn {
    display: block;
    position: relative;
    z-index: 2;
    width: 130px;
    height: 130px;
    margin: 0 10px;
    border: 2px solid #007364;
    border-radius: 100px;
    background: #fff;
}
.needs-nav .needs-nav-btn::after {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 1;
    width: 136px;
    height: 136px;
    border: 1px solid #fff;
    border-radius: 100px;
    content: "";
    transition: all ease .1s;
}
.needs_country ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 30px;
    gap: 10px;
}
.needs_country li {
    max-width: 60px;
    font-size: 10px;
}
.needs-list {
    margin: 60px 50px;
}
.needs-item.is-active {
    background-color: black;
    color: white;
}
.is-hide {
    display: none;
}
.needs-list4col ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: auto;
    gap: 30px;
}
.needs-list4col li {
    position: relative;
    width: calc((100% - 30px) / 2);
    padding: 80px 30px 50px;
    border-radius: 10px;
    background: #fff;
}
.needs-list1col {
    text-align: center;
}
.needs-list1col a {
    display: block;
    margin: auto;
}
.category_box {
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: flex;
    gap: 3px;
    width: 100%;
}
.category_tag {
    background: #000;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}
.category_tag.export{
    background: #2b5273;
}
.category_tag.development{
    background: #c46353;
}
.category_tag.joint{
    background: #a3b743;
}
.category_tag.other{
    background: #414141;
}
.category_tag.contracting{
    background: #d3a919;
}
.category_country {
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 5px;
}
.category_new {
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin-left: auto;
    margin-right: 10px;
    border: 1px solid #b31b25;
    color: #b31b25;
}
.needs-ttl {
    min-height: 3em;
    color: #b31b25;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
    display: flex;
    align-items: center;
}
.needs-ttl h2 {
    width: 100%;
}
.needs-detail {
    width: calc(100% - 90px);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
.needs-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 10px;
    padding: 5px 10px;
    border-radius: 100px;
    background: #f2f2f2;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
    color: #666;
    gap: 10px;
}
.needs-area img {
    width: 30px;
    vertical-align: top;
}
.needs-company {
    margin-bottom: 20px;
    padding-right: 5px;
    font-size: 12px;
    text-align: right;
    vertical-align: top;
}
.needs-company span::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-bottom: -2px;
    background: url(../images/icon_company.webp) no-repeat center / cover;
    content: "";
}
.needs-company span {
    display: inline-block;
    padding: 0 10px 0;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color: #666;
}
.needs-icon {
    position: relative;
    max-width: 64px;
    margin: 0 auto;
    text-align: center;
}
.icon_area {
    position: absolute;
    bottom: -5px;
    left: -20px;
    width: 50px;
    height: 50px;
    padding: 10px 10px 10px;
    background: url(../images/bg_balloon.png) no-repeat center / cover;
}
.icon_area img {
    vertical-align: top;
}
.needs-contents {
    display: flex;
    gap: 20px;
}
.col1-ttl {
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.col1-ttl img {
    width: 30px;
    margin-right: 10px;
}
.col1-txt {
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.needs-list1col {
    max-width: 1240px;
    margin: auto;
}
.advisor, .signup {
    margin: 20px 50px 20px;
}
.side_signup {
    display: none;
    position: fixed;
    right: 0;
    bottom: 180px;
    z-index: 10;
}
.side_signup a {
    display: block;
    width: 58px;
    padding: 20px 15px;
    border-radius: 5px 0 0 5px;
    background: #b31b25;
    color: #fff;
    font-size: 16px;
    transition: all ease .3s;
    writing-mode: vertical-rl;
}
.side_signup a img {
    width: 22px;
    margin: 5px 0 0 -8px;
}
.side_signup a:hover {
    background: #000;
}
.f-go-top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 9;
}
.btn_signup {
    max-width: 400px;
    margin: 30px auto 0;
}
.btn_signup a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    background: #b31b25;
    color: #fff;
    font-size: 18px;
    letter-spacing: .05em;
    text-align: center;
    transition: all ease .3s;
}
.btn_signup a:hover {
    background: #000;
}
.consultation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 40px 30px 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
}
.signup, .advisor {
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 10px;
}
.signup{
    background: rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
}
.contact_area {
    margin: 0 50px;
}
.consultation> div {
    position: relative;
    width: 50%;
    margin-bottom: 40px;
    padding: 0 50px 90px;
    padding-bottom: 90px;
}
.consultation> div:first-of-type {
    border-right: 1px dotted #fff;
}
.consultation .btn_signup {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
}
.bg_1col {
    margin: 0 50px;
}
.f-footer {
    margin: 0 50px 10px;
    padding: 50px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: url(../images/bg_footer.webp) no-repeat right bottom / contain,
    url(../images/bg_footer2.webp) no-repeat left bottom / contain;
    color: #fff;
    text-align: center;
}
.f-logo {
    width: 250px;
    margin: auto;
}
.f-ttl {
    margin-bottom: 10px;
    font-size: 20px;
}
.f-ttl span {
    display: block;
    font-size: 12px;
    line-height: 1em;
}
.f-name {
    margin-bottom: 10px;
    font-size: 12px;
}
.f-add {
    font-size: 14px;
}
.copy {
    margin-bottom: 10px;
    color: #298074;
    font-size: 10px;
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .pc {
        display: none;
    }
    .tb {
        display: none;
    }
    .sp {
        display: none;
    }
    .needs-ttl p {
        width: 100%;
        margin-top: 5px;
        text-align: left;
    }
    .needs-list, .contact_area {
        margin: 0 20px 30px;
    }
    .needs-box {
        flex-wrap: wrap;
        font-size: 12px;
        line-height: 25px;
    }
    .bg_1col {
        margin: 20px;
    }
    .f-footer {
        margin: 0 20px;
    }
    .consultation {
        margin: 0;
    }
    .signup, .advisor {
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 1000px) {
    .h-logo {
        width: 65vw;
        max-width: 400px;
    }
    .l-header {
        padding: 20px;
    }
    .main-visual {
        padding: 0 20px;
    }
    .nav a {
        height: 45px;
        padding: 10px 8px 5px;
        font-size: 11px;
        letter-spacing: .05em;
    }
    .nav li a span {
        transform: scale(80%);
        margin-bottom: 3px;
        font-size: 10px;
        letter-spacing: 0;
    }
    .nav-link a img {
        width: 75px;
    }
    .nav a {
        height: 45px;
    }
    .main-ttl {
        margin: 40px 0 15px;
        font-size: 23px;
        text-align: center;
    }
    .nav li a span {
        margin-bottom: 3px;
    }
    .nav-signup span {
        line-height: 1em;
    }
    .btn_signup a {
        padding: 10px 15px;
        font-size: 16px;
    }
    .btn_signup a::before {
        bottom: 3px;
    }
    .signup_area {
        margin: 30px 20px;
    }
    .needs-nav ul {
        margin: 0 20px;
    }
    .needs-list4col li {
        width: 100%;
        padding: 55px 20px 30px;
    }
    .consultation> div {
        width: 100%;
        padding: 0;
    }
    .consultation> div:first-of-type {
        border-right: none;
        border-bottom: 1px dotted #fff;
    }
    .consultation .btn_signup {
        position: initial;
        margin: 20px auto 30px;
        padding: 0;
    }
    .f-footer {
        margin: 30px 20px 10px;
        background: url(../images/bg_footer.webp) no-repeat right bottom / 172px,
        url(../images/bg_footer2.webp) no-repeat left bottom / 191px;
    }
}
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .tb {
        display: block;
    }
    .sp {
        display: none;
    }
    .main-sttl {
        font-size: 18px;
    }
    .needs-list {
        margin: 0 20px 30px;
    }
    .needs-nav li {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .needs-nav li:first-of-type {
        padding-left: 10px;
    }
    .needs-nav li:last-of-type {
        padding-right: 10px;
    }
    .needs-nav li p {
        padding-right: 10px;
    }
    .needs-nav li p::before {
        bottom: 1px;
        margin-right: 0;
    }
    .needs-nav .needs-nav-btn {
        width: 95px;
        height: 95px;
        margin: 0;
    }
    .needs-nav .needs-nav-btn::after {
        top: -2px;
        right: -2px;
        width: 95px;
        height: 95px;
    }
    .needs-nav li:hover .needs-nav-btn::after {
        top: -4px;
        right: -4px;
        width: 99px;
        height: 99px;
    }
    .needs-nav h2 {
        margin: 30px 0 20px;
        font-size: 20px;
    }
    .needs-nav h2 span {
        font-size: 16px;
    }
    .needs-nav h2 img {
        width: 22px;
    }
    .needs-nav img {
        width: 45px;
        margin: 15px 0 0;
    }
    .needs-nav li p {
        margin: 3px 0 0 0;
        font-size: 12px;
    }
    .needs_country ul {
        margin: 20px 0 30px;
        padding: 0 20px;
        gap: 5px;
    }
    .needs_country li {
        width: 45px;
    }
    .needs-detail {
        font-size: 14px;
        -webkit-line-clamp: 4;
    }
    .col1-ttl {
        font-size: 18px;
        line-height: 1.5em;
    }
    .col1-ttl img {
        width: 25px;
    }
    .main-area {
        width: 100%;
        padding: 70px 0 30px;
    }
    .main-img {
        display: none;
    }
    .main-sp {
        display: block;
        position: relative;
        bottom: -20px;
        margin-right: -15px;
    }
    .main-txt {
        padding: 20px 15px 20px;
        background: none;
        text-align: center;
        color: #fff;
        line-height: 1.5em;
    }
    .main-txt span {
        background: none;
    }
    .main-sttl {
        text-shadow: 1px 1px 2px black, #084645 3px 0 1rem;
    }
    .main-visual {
        padding: 0;
    }
    .bg_sp {
        padding: 0 15px;
        background: url(../images/bg_main.jpg) no-repeat left top;
        background-size: cover;
    }
    .signup_area {
        font-size: 14px;
    }
    .category_tag, .category_country, .category_new {
        padding: 1px 5px;
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .l-header {
        padding: 0;
    }
    .h-logo {
        width: 71vw;
    }
    .box-w {
        margin: 20px 15px;
        padding: 20px 20px;
    }
    .main-area {
        padding: 60px 0 30px;
    }
    .main-ttl {
        margin-top: 20px;
        padding: 5px 10px;
        font-size: 24px;
    }
    .main-txt {
        font-size: 12px;
    }
    .main-sttl {
        font-size: 15px;
    }
    .needs-nav ul {
        margin: 0 0 20px 0;
        background: none;
    }
    .needs-nav li img {
        width: 40px;
    }
    li.needs-nav01 img, li.needs-nav06 img {
        margin-top: 23px;
    }
    .needs-list4col ul {
        gap: 20px;
    }
    .needs-icon {
        max-width: 51px;
    }
    .needs-ttl {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .needs-ttl p {
        line-height: 1.5em;
    }
    .needs-company {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .needs-company span {
        padding: 0 5px;
    }
    .needs-company span::before {
        width: 13px;
        height: 13px;
    }
    .f-go-top img {
        width: 40px;
    }
    .f-footer {
        padding: 20px 15px;
    }
    .f-logo {
        width: 200px;
    }
    .f-add {
        font-size: 12px;
    }
    .needs-box {
        line-height: 1.3em;
        font-size: 11px;
        display: block;
        text-align: center;
        padding: 5px 10px 7px;
        margin: 10px 0 7px;
    }
    .needs-area img {
        width: 20px;
    }
    .category_box {
        padding: 5px;
        font-size: 12px;
    }
    .needs-detail {
        font-size: 12px;
        line-height: 1.7em;
    }
    .col1-txt {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .needs-list4col li {
        padding-bottom: 25px;
    }
    .consultation> div:last-of-type {
        margin-bottom: 10px;
    }
    .f-footer {
        margin: 30px 20px 10px;
        background: url(../images/bg_footer.webp) no-repeat right bottom / 172px;
    }
    .side_signup a {
        width: 44px;
        padding: 20px 10px;
        font-size: 12px;
    }
    .side_signup a img {
        margin-right: -4px;
    }
    .signup_area {
        font-size: 12px;
        text-align: left;
        margin: 20px;
        padding: 15px 15px 20px;
    }
    .btn_signup {
        margin-top: 20px;
    }
}