@charset "utf-8";

/* CSS Document */

* {
    font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #111111;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    margin: 0;
    padding: 0;
}

h2 {
    text-align: center;
    font-size: 40px;
    margin: 0 0 60px;
}

h2 p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

h3 {
    font-size: 20px;
    /* margin: 0 0 10px; */
}

h4 {
    font-size: 48px;
}

section {
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
}

section .wrap {
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

ul,
li {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
}

p {
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
}

/* h1::first-line,
h2::first-line,
h3::first-line,
h4::first-line,
h5::first-line,
div::first-line,
span::first-line,
p::first-line {
    line-height: 1;
} */


/* 汎用クラス */

.ico-required {
    display: flex;
}

.top-checkbox.mdl-checkbox {
    display: flex;
}

.top-checkbox .mdl-checkbox__label {
    font-size: inherit;
}

.top-checkbox .mdl-checkbox__box-outline {
    width: 18px;
    height: 18px;
}

.pc {
    display: inline !important;
}

.pc-block {
    display: block !important;
}

.tab-disp {
    display: none;
}

.sp {
    display: none;
}

.corners li {
    background: #FFF;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 30px;
}

.corners li.border {
    background: none;
    border: 3px solid #838383;
    box-shadow: none;
    padding: 20px;
}


/* ボタン */

.btn {
    width: 400px;
    max-width: 80%;
    height: 90px;
    font-weight: 700;
    color: #111111;
    background-color: #98DED9;
    font-size: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 1) 50%);
    background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.75);
}

button[type="submit"].btn {
    width: 400px;
    margin: 40px auto 0;
    color: #FFF;
    background-color: #161D6F;
}

a:hover.btn,
button:hover.btn {
    opacity: 5.0;
    color: #161D6F;
    background-color: #161D6F;
    background-position: -100% 100%;
}

.btn a:first-child {
    margin-left: 0;
}


/* ターゲット位置調整 */

#function::before {
    content: " ";
    display: inline-block;
    height: 80px;
    margin-top: -80px;
    vertical-align: top;
}


/* ヘッダー */

.inner {
    width: 100%;
    margin: 0 auto;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}


/* header */

#team-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    z-index: 999;
}

#team-head a,
#team-head {
    color: #111111;
    text-decoration: none;
}

#team-head .inner {
    height: 60px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

#mobile-head {
    display: flex;
}

#team-head .logo {
    display: none;
    align-items: center;
    margin-left: 20px;
}

#team-head img {
    height: 36px;
}

#global-nav ul {
    max-width: calc(100% - 210px);
    height: 60px;
    list-style: none;
    position: absolute;
    right: 0;
    font-size: 16px;
    display: flex;
    margin-right: 20px;
}

#global-nav ul li {
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
}

#global-nav ul li a {
    font-size: 16px;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#global-nav ul li .nav-disp {
    display: none;
}

#team-head .btn_nav.btn {
    width: 160px;
    height: 40px;
    color: #FFF;
    background: #161D6F;
    box-shadow: none;
}


/* Fixed */

#team-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0;
    height: 60px;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

#team-head.fixed .inner {
    height: 100%;
}

#team-head.fixed .logo {
    height: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
}

#team-head.fixed .logo .kv {
    display: none;
}

#team-head.fixed .logo .head {
    display: block;
}

#team-head.fixed #global-nav ul {
    bottom: 0;
    height: 100%;
    margin-right: 20px;
}

#team-head.fixed #global-nav ul li a {
    color: #222;
}

#team-head #global-nav ul li a:hover {
    /* color: #FFF; */
}

#team-head.fixed #global-nav ul li .btn {
    color: #FFF;
}


/* Toggle Button */

#nav-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#team-head.open #nav-toggle span,
#team-head.fixed #nav-toggle span {
    background: #000;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}


/* トップ */

.team-top {
    font-size: 20px;
}

.team-top main {
    overflow: hidden;
}

#main {
    width: 100%;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background-image: url(../img/team/team-top02.svg);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 50%;
}

#main .logo {
    width: 15%;
    object-fit: contain;
    z-index: 2;
    position: absolute;
    top: 10%;
}

h1 {
    width: fit-content;
    font-size: 3.3vw;
    font-weight: 700;
    line-height: 1.8em;
    z-index: 1;
    color: #111111;
    margin-bottom: 70px;
    /* text-shadow: 0px 0px 10px #156B65; */
}

#main .btn {
    color: #FFF;
    background-color: #161D6F;
}

#main a:hover.btn {
    color: #111111;
    background-color: #98DED9;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(152, 222, 217, 1) 50%);
    background-image: linear-gradient(to right, transparent 50%, rgba(152, 222, 217, 1) 50%);
}

#main .main-bg {
    width: 80%;
    display: block;
    position: relative;
    top: 0;
    left: 23%;
    border-radius: 0 0 0 30px;
}

#worry {
    background-color: #F6F6F6;
}

#solution {
    background-color: #DCF4F2;
}

#worry h3,
#solution h3 {
    align-content: center;
    text-align: center;
    min-height: 60px;
    margin: 0;
}

#worry ul,
#solution ul {
    display: flex;
    gap: 30px;
}

#worry li,
#solution li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

#worry img,
#solution img {
    width: 100%;
}

#service .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#service h2 {
    width: 100%;
}

#service .system {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#service .system h3 {
    font-size: 16px;
}

.industry {
    width: 50%;
    padding: 30px;
    background-color: #F6F6F6;
}

.industry h3 {
    text-align: center;
    margin-bottom: 20px;
}

.industry ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.industry ul li {
    width: 49%;
    font-size: 16px;
}

.check-list {}

.check-list li {
    width: 100%;
    text-align: left;
    background: #FFF;
    border: 1px solid #828B8A;
    border-radius: 4px;
    padding: 14px 10px 14px 50px;
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
}

.check-list li::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    left: 10px;
    /* top: 0.5em; */
    background-image: url(../img/team/ico-check.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

#version h2 {
    color: #FFF;
    margin-bottom: 30px;
}

*/
/* #service div .worry {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

#service div .worry>li {
    width: 32%;
}

#service div .worry>li h3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.5em;
    width: 100%;
    height: 5em;
    color: #000;
    font-size: 16px;
    background: #98DED9;
    border: solid 3px #000;
    box-sizing: border-box;
    border-radius: 20px;
}

#service div .worry>li h3::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #98DED9;
    z-index: 2;
}

#service div .worry>li h3::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #000;
    z-index: 1;
}

#service div .worry>li div {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
} */



#service .corners {
    width: 100%;
}

#service .corners li {
    display: flex;
    margin-bottom: 20px;
}

#service .corners li img {
    width: 30%;
    height: auto;
    border-radius: 30px 0 0 30px;
    object-fit: cover;
}

#service .corners li div {
    padding: 30px;
}

#service .corners li span {
    line-height: 2em;
}

#service .corners li:nth-child(even) {
    flex-direction: row-reverse;
}

#service .corners li:nth-child(even) img {
    border-radius: 0 30px 30px 0;
}

.cv {
    display: flex;
    min-height: 400px;
    padding: 0;
    align-items: center;
    background: #161D6F;
}

.cv .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.cv h2 {
    font-size: 2.4vw;
    color: #FFF;
    text-align: left;
    margin-bottom: 30px;
}

.cv p {
    color: #FFF;
    line-height: 2em;
}

.scale-up {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8em;
    background-color: #DBF5E3;
    padding: 30px 20px;
    margin-top: 40px;
    text-align: center;
}

.back-arrow {
    position: relative;
    width: 71%;
    height: 20px;
    border-bottom: 8px solid #98DED9;
    border-left: 8px solid #98DED9;
    border-right: 8px solid #98DED9;
    box-sizing: border-box;
    margin: 0px auto 10px;
    bottom: -10px;
}

.back-arrow::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -17px;
    border-bottom: 14px solid #98DED9;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

#case {
    background: #F6F6F6;
    position: relative;
    padding: 50px 0 100px;
}

#case h2 {
    margin: 0 20px 60px 20px;
}

.splide__track {
    margin-bottom: 20px;
}

.splide__arrows--ltr {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.splide__arrow--prev {
    cursor: pointer;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    transform: rotate(180deg);
}

.splide__arrow--next {
    cursor: pointer;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    right: 0;
}

.case-slider {
    display: flex;
    flex-wrap: nowrap;
}

.case-slider .splide__slide {
    width: 480px;
    background: #FFFFFF;
    border: 1px solid #828B8A;
    border-radius: 4px;
    padding: 30px 20px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.case-slider h3 {
    font-size: 16px;
    text-align: left;
}

.case-slider div {
    font-size: 16px;
}

.case-slider ul {
    border-top: 1px solid #828B8A;
    padding-top: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.case-slider li {
    display: flex;
}

.case-slider h4 {
    font-size: 14px;
    min-width: 8em;
}

.case-slider p {
    font-size: 14px;
}

.splide__pagination {
    position: absolute;
    width: 100%;
    gap: 10px;
}

.splide__pagination__page {
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
}

.splide__pagination__page.is-active {
    background: #000;
}

/* ご利用の流れ */

#flow {
    background-color: #F6F6F6;
}

#flow .wrap>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

#flow .before {
    margin-bottom: 60px;
    position: relative;
}

#flow .before::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #161D6F transparent transparent transparent;
    bottom: -46px;
    left: calc(50% - 30px);
}

#flow .before h3 {
    color: #FFFFFF;
    background-color: #28C0B5;
    width: 6em;
    border-radius: 1em;
}

#flow ul {
    margin-top: 20px;
}

#flow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

#flow ul li {
    width: 30%;
    margin-right: 33px;
    position: relative;
}

#flow ul li:last-child {
    margin-right: 0;
}

#flow ul li::after {
    content: "";
    width: 12%;
    height: 30px;
    position: absolute;
    right: -18%;
    top: 31%;
    background-image: url(../img/team/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

#flow ul li:last-child::after {
    content: none;
}

#flow ul li img {
    width: 160px;
    max-width: 60%;
}

#flow ul li h4 {
    min-height: 48px;
    font-size: 16px;
    line-height: normal;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 2;
}

#flow .after li::after {
    background-image: url(../img/team/arrow02.svg);
    background-size: contain;
}

#flow .after h3 {
    color: #FFFFFF;
    background-color: #161D6F;
    width: 6em;
    border-radius: 1em;
}

#flow .after div {
    display: flex;
    align-items: center;
    gap: 30px;
}

#flow .after div p {
    max-width: 850px;
}

/* よくあるご質問 */

.faq-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-list li {
    width: 100%;
    max-width: 1000px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.faq-list li:last-child {
    margin-bottom: 0;
}

.faq-list li h3 {
    display: flex;
    align-items: center;
    background: #98DED9;
    font-size: 20px;
    padding: 20px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    flex-shrink: 3;
}

.faq-list li h3::before {
    content: "Q";
    width: 40px;
    min-width: 40px;
    height: 40px;
    color: #FFFFFF;
    background: #161D6F;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    flex-shrink: 1;
}

.faq-list li div {
    font-size: 16px;
    border: 1px solid #98DED9;
    border-radius: 0 0 4px 4px;
    padding: 20px;
    line-height: 2em;
}

#faq a {
    color: #161D6F;
    text-decoration: underline;
}


/* お問い合わせ */

#consult {
    background: #F6F6F6;
}

#consult h2 {
    margin-bottom: 20px;
}

#consult h2+div {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}

#consult form {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
}

.input-area {
    border: 2px solid #000;
    border-radius: 4px;
    background: #FFF;
    flex-grow: 2;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea,
select {
    width: 100%;
    border: none;
    background: none;
    min-height: 3em;
    padding: 2px 10px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
    border: none;
}

.input-area .textarea-auto {
    width: 100%;
    border: none;
    background: none;
    padding: 10px;
}

#consult ul li {
    display: flex;
    margin-bottom: 10px;
}

#consult ul li label {
    width: 11.5em;
    height: 3em;
    display: flex;
    justify-content: right;
    margin-right: 0.5em;
}

.con-select {
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 2px solid #000;
    border-radius: 4px;
    background: #FFF;
    flex-grow: 2;
}

.con-select select {
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    color: #000;
    padding-right: 20px;
}

#thxMessage {
    background: #F6F6F6;
    padding: 60px 20px;
}

/* 会社について */

#hh {
    display: flex;
    justify-content: center;
    padding: 60px;
    gap: 30px;
}

#hh a {
    width: 280px;
}

#hh img {
    width: 100%;
}

/* フッター */

footer {
    color: #FFFFFF;
    background-color: #222;
    font-size: 14px;
    text-align: center;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-top: auto;
}

footer .logo .cls-1 {
    fill: #FFF;
}

footer .footer-right {
    display: flex;
    justify-content: right;
    flex-direction: column;
}

footer .footer-right ul {
    display: flex;
    justify-content: flex-end;
}

footer .footer-right ul li {
    font-size: 12px;
    display: block;
}

footer .footer-right ul li::before {
    content: "";
    height: 30px;
    border-left: 1px solid #FFFFFF;
    padding-left: 5px;
    margin-left: 5px;
}

footer .footer-right ul li:first-child::before {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

footer .footer-right ul li a,
footer .footer-right ul li .label-link {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}

footer .footer-right ul li i {
    font-size: 18px;
}

footer .copy,
#thisYear {
    width: 100%;
    font-size: 12px;
    text-align: right;
    color: #828B8A;
}


/* 1200px以下 */

@media (max-width: 1200px) {
    /* #service div .worry>li h3 {
        font-size: 2vw;
    } */

    #flow ul li h4 {
        font-size: 1.6vw;
    }

    .check-list li {
        font-size: 2vw;
    }

    .comparison .check-list li span {
        font-size: 2vw;
    }
}


/* タブレット表示 */

@media (max-width: 835px) {
    .tab-disp {
        display: block;
    }

    .tab-non {
        display: none;
    }

    /* ヘッダー */
    #team-head,
    .inner {
        width: 100%;
        padding: 0;
    }

    #team-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    #team-head .inner {
        display: block;
    }

    #team-head.fixed .logo {
        bottom: inherit;
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    /* メニューが開いているとき */
    #team-head.open #mobile-head {
        background-color: rgba(255, 255, 255, 0.9);
    }

    #team-head.open.fixed #mobile-head {
        background-color: rgba(255, 255, 255, 0.9);
    }

    #team-head.open .logo .head {
        display: block;
    }

    #team-head.open .logo .kv {
        display: none;
    }

    /* Fixed reset */
    #team-head.fixed {
        padding-top: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }

    #team-head.fixed.open {
        background-color: transparent;
    }

    #mobile-head {
        background-color: rgba(255, 255, 255, 0);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
        display: flex;
        align-items: center;
    }

    #team-head.fixed #mobile-head {
        background-color: rgba(255, 255, 255, 0.9);
    }

    #team-head.fixed .logo {
        position: relative;
        top: 0;
    }

    #team-head.fixed .logo img {
        height: 30px;
        margin-left: 0;
    }

    #team-head.fixed .logo .head {
        display: block;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        width: 100%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    #global-nav ul {
        max-width: inherit;
        height: auto;
        display: grid;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
        margin: 0;
    }

    #team-head.fixed #global-nav ul {
        margin: 0;
    }

    #global-nav ul li,
    #team-head.fixed #global-nav ul li {
        width: 100%;
        max-width: inherit;
        float: none;
        position: static;
        font-size: 16px;
    }

    #global-nav ul li .nav-disp {
        display: none;
    }

    #team-head #global-nav ul li a,
    #team-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
        background: rgba(0, 0, 0, 0.9);
        border-top: 1px solid #FFF;
        min-height: inherit;
    }

    #nav-toggle {
        display: block;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
        transition-duration: 0.25s;
    }

    /* ヘッダーここまで */

    #main {
        min-height: 60vh;
    }

    #main .logo {
        width: 20%;
        top: 14%;
    }

    h1 {
        width: fit-content;
        font-size: 4vw;
        line-height: 1.8em;
        z-index: 1;
        bottom: 10%;
    }

    h2 {
        font-size: 4vw;
    }

    #service .wrap {
        flex-direction: column;
    }

    .industry {
        width: 100%;
    }

    .check-list li {
        padding-left: 40px;
    }

    .check-list li::before {
        top: inherit;
    }

    #service ul li>div h3 {
        font-size: 2.5vw;
    }

    .industry ul {
        justify-content: space-between;
    }

    .industry ul li {
        width: 32%;
        margin-right: 0;
    }

    .cv h2 {
        font-size: 3vw;
    }

    .splide__arrow--prev,
    .splide__arrow--next {
        background: none;
    }

    #service .system {
        margin-bottom: 30px;
    }

    #flow ul li {
        margin-right: 20px;
    }

    #flow ul li h4 {
        font-size: 16px;
    }

    #flow .wrap>div {
        font-size: 3vw;
    }

    .back-arrow {
        width: 76%;
    }

    #hh {
        flex-direction: column;
        align-items: center;
        padding: 60px 0;
    }

    #hh h3 {
        text-align: center;
    }

    .campaign div {
        font-size: 5vw;
    }

    .comparison .check-list li,
    .comparison .check-list li span {
        font-size: 2.5vw;
    }

    #team-head #global-nav ul li .btn,
    #team-head.fixed #global-nav ul li .btn {
        border-radius: 0;
        height: auto;
        color: #111111;
        background: #98DED9;
        max-width: 100%;
    }
}


/* スマホ表示 */

@media (max-width: 479px) {

    /* 共通 */
    .team-top {
        font-size: 16px;
    }

    .tab-non {
        display: inline;
    }

    .pc,
    .pc-block {
        display: none !important;
    }

    .sp {
        display: inherit;
    }

    section {
        padding: 60px 0;
    }

    h2 {
        margin: 0 -20px 30px;
        font-size: 5.6vw;
    }

    h2 p {
        font-size: 14px;
        margin-top: 16px;
        /* margin: 16px 10px 0; */
        text-align: left;
    }

    h3 {
        font-size: 16px;
    }

    .btn {
        height: 80px;
        font-size: 6vw;
        max-width: 100%;
    }

    /* ヘッダー */
    #team-head .logo img,
    #team-head.fixed .logo img {
        height: 27px;
    }

    /* メイン */

    .team-top main {
        margin-top: 0;
    }

    .cv .wrap {
        flex-direction: column;
        gap: 30px;
    }

    .cv h2 {
        margin: 0 0 20px;
        text-align: center;
        font-size: 5.4vw;
    }

    .cv p {
        font-size: 15px;
    }

    #main {
        justify-content: flex-start;
        padding: 0;
        min-height: 90vh;
        background-size: 80%;
        background-position: bottom 40% right 50%;
    }

    #main .logo {
        width: 40%;
        top: 50px;
        left: 20px;
    }

    h1 {
        width: fit-content;
        font-size: 7vw;
        line-height: 1.8em;
        margin: 100px 0 0 20px;
        z-index: 1;
        text-shadow: none;
    }

    #main .btn {
        width: 90%;
        position: absolute;
        bottom: 30px;
        left: 5%;
    }

    #worry ul,
    #solution ul {
        flex-direction: column;
    }

    #worry li,
    #solution li {
        gap: 10px;
    }

    #worry img,
    #solution img {
        width: 80%;
    }

    #service h2 {
        width: auto;
    }

    .industry ul {
        flex-direction: column;
    }

    .check-list li {
        font-size: 14px;
    }

    .corners li {
        border-radius: 20px;
    }

    #service .corners li,
    #service .corners li:nth-child(even) {
        flex-direction: column;
    }

    #worry h3,
    #solution h3 {
        min-height: auto;
    }

    #service .corners li img,
    #service .corners li:nth-child(even) img {
        width: 100%;
        height: 180px;
        border-radius: 20px 20px 0 0;
    }

    #service .corners li div {
        padding: 20px;
    }

    #service ul li>div h3 {
        font-size: 5vw;
    }

    .industry {
        padding: 20px;
    }

    .industry ul li {
        width: 100%;
    }


    #flow ul {
        flex-direction: column;
    }

    #flow ul li {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0 0 30px 0;
        gap: 10px;
    }

    #flow ul li:last-child {
        margin: 0;
    }

    #flow ul li::after {
        width: 20px;
        transform: rotate(90deg);
        top: auto;
        bottom: -30px;
        right: 34%;
    }

    #flow ul li img {
        width: 25%;
    }

    #flow h3 {
        font-size: 18px;
    }

    #flow ul li div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #flow ul li h4 {
        font-size: 15px;
        min-height: auto;
        text-align: left;
    }

    #flow ul li p {
        font-size: 15px;
    }

    #flow .before::after {
        border-width: 20px 20px 0 20px;
    }

    #flow .after div {
        flex-direction: column;
    }

    #flow .after img {
        width: 60%;
    }

    #flow .after div p {
        font-size: 15px;
    }

    .scale-up {
        font-size: 16px;
        margin-top: 20px;
        text-align: left;
    }

    #flow h2 p {
        margin: 16px 10px 0;
    }

    #flow .wrap>div {
        font-size: 4.2vw;
    }

    .arrow-hight {
        position: relative;
    }

    .back-arrow {
        width: 7%;
        height: 83%;
        border-top: 8px solid #98DED9;
        border-left: none;
        position: absolute;
        top: 10%;
        right: 0;
    }

    .back-arrow::before {
        border-bottom: 14px solid transparent;
        border-left: none;
        border-top: 14px solid transparent;
        border-right: 14px solid #98DED9;
        top: -18px;
        left: -6px;
    }

    #case h2 {
        margin: 0 20px 30px;
    }

    .case-slider .splide__slide h3 {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: left;
    }

    .case-slider .splide__slide div {
        font-size: 14px;
    }

    #consult ul li {
        flex-direction: column;
        margin-bottom: 20px;
    }

    #consult ul li label {
        width: 100%;
        justify-content: left;
        height: auto;
    }

    .comparison .check-list li {
        width: 100%;
    }

    .table {
        width: 100%;
        display: block;
        margin: 20px 0;
    }

    .cell {
        width: 100%;
        display: flex;
    }

    .cell li {
        font-size: 14px;
    }

    .cell.title li {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

    .cell>li {
        border-bottom: 2px solid #F6F6F6;
    }

    .cell>li:nth-child(1) {
        width: 8%;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
    }

    .cell>li:nth-child(2),
    .cell>li:nth-child(3) {
        width: 46%;
        padding: 10px;
    }

    .cell>li:nth-child(2) {
        background: rgba(152, 222, 217, 0.2);
        border-bottom: 2px solid #FFF;
    }

    .cell li ul li {
        padding-left: 1em;
        position: relative;
    }

    .cell li ul li::before {
        content: "・";
        position: absolute;
        left: 0;
    }

    .cell li div {
        width: 36%;
        height: 13%;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        background: #98DED9;
        padding: 4px;
        border-radius: 4px;
        position: absolute;
    }

    .comparison .check-list li,
    .comparison .check-list li span {
        font-size: 18px;
    }

    #consult h2+div {
        font-size: 14px;
    }

    .faq-list li h3,
    .faq-list li div {
        padding: 16px;
    }

    .faq-list li h3::before {
        min-width: 30px;
        width: 30px;
        height: 30px;
    }

    .faq-list li h3 {
        font-size: 16px;
    }

    .faq-list li div {
        font-size: 15px;
    }

    #hh {
        gap: 16px;
        padding: 30px 0;
    }

    #hh a {
        width: 60%;
    }

    #hh p {
        font-size: 14px;
        text-align: center;
    }

    /* フッター */
    footer {
        padding: 10px;
        text-align: center;
        flex-direction: column;
    }

    footer svg {
        display: none;
    }

    footer .footer-right {
        width: 100%;
        margin-top: 10px;
    }

    footer .footer-right ul {
        justify-content: center;
    }

    footer .copy {
        clear: left;
        text-align: center;
    }
}


/* JS */

.sa {
    opacity: 0;
    transition: all .5s ease;
}

.sa.show {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.sa--lr {
    transform: translate(-100px, 0);
}

.sa--rl {
    transform: translate(100px, 0);
}

.sa--up {
    transform: translate(0, 100px);
}

.sa--down {
    transform: translate(0, -100px);
}

.sa--scaleUp {
    transform: scale(.5);
}

.sa--scaleDown {
    transform: scale(1.5);
}

.sa--rotateL {
    transform: rotate(180deg);
}

.sa--rotateR {
    transform: rotate(-180deg);
}