/* ------
全体共通 
-----*/
html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #1E1E1E;
}
.wrapper {
    width: 100vw;
    overflow: hidden;
}
img {
    max-width: 100%;
}
.content {
    max-width: 1080px;
    margin: 0 auto;
}
@media screen and (max-width: 1140px) {
    .content {
        padding-right: 30px!important;
        padding-left: 30px!important;
    }
}
/* ------
レスポンシブ 
-----*/
@media screen and (max-width: 768px) {
    .sp-none {
        display: none!important;
    }
}
@media screen and (min-width: 768px) {
    .pc-none {
        display: none!important;
    }
}

/* ------
パーツ類
------ */
/* ボタン */
.btn-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 100%;
    max-width: 414px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #FEE7A3 0%, #FEE7A3 50%, #FED766 50%, #FED766 100%);
    border: 3px solid #1B2525;
    border-radius: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #1B2525;
    text-decoration: none;
}
/* 見出し */
.head-main-area {
    text-align: center;
    margin-bottom: 90px;
}
.head-main {
    display: inline-block;
    position: relative;
}
.head-main-en {
    font-family: "HelveticaNeue-CondensedBold", HelveticaNeue-CondensedBold , Arial, sans-serif;
    font-size: 48px;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}
.head-main-ja {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 2px;
    width: 100%;
    text-align: left;
}
.head-main-ja::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 70%;
    right: 0;
    top: 50%;
    background: #1B2525;
}
@media screen and (max-width: 768px) {
    .btn-main {
        font-size: 20px;
        max-width: 360px;
    }
}
@media screen and (max-width: 580px) {
    .btn-main {
        font-size: 18px;
    }
}

/* ------
ヘッダー
------ */
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}
.header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    margin-left: 60px;
}
.header-menu ul {
    display: flex;
    list-style: none;
}
.header-menu ul li:not(:last-child) {
    border-bottom: 4px solid #fff;
}
.header-menu ul li a {
    font-size: 16px;
    line-height: 80px;
    padding: 0 15px;
    text-decoration: none;
    color: #1B2525;
    display: block;
    height: 100%;
}
.header-menu ul li.active {
    border-bottom: 4px solid #005566;
}
.header-menu ul li.header-menu-pri {
    background: #005566;
    padding: 0 48px;
    font-weight: bold;
    margin-left: 12px;
}
.header-menu ul li.header-menu-pri a {
    color: #fff;
}
@media screen and (max-width: 1140px) {
    .header-menu ul li.header-menu-pri {
        padding: 0 24px;
    }
    .header-logo {
        margin-left: 30px;
    }
}
@media screen and (max-width: 900px) {
    .header-menu ul li a {
        font-size: 14px;
        padding: 0 10px;
    }
}

/* ------
ハンバーガー
------ */
@media screen and (max-width: 768px) {
    .header-logo {
        margin-top: 20px;
        margin-bottom: 19px;
    }
    .header-icon {
        width: 84px;
        height: 84px;
        background: #005566;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99;
    }
    .header-icon span,
    .header-icon span:before,
    .header-icon span:after {
        content: '';
        display: block;
        height: 3px;
        width: 40px;
        background-color: #ffffff;
        position: absolute;
    }
    .header-icon span:before {
        bottom: 15px;
    }
    .header-icon span:after {
        top: 15px;
    }
    .header-icon.active span {
        background-color: rgba(255, 255, 255, 0);
    }
    .header-icon.active span:before {
        bottom: 0;
        transform: rotate(45deg);
    }
    .header-icon.active span:after {
        top: 0;
        transform: rotate(-45deg);
    }
    .header-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 320px;
        margin-top: 84px;
        padding: 24px 24px 24px;
        box-sizing: border-box;
        background: #F3F3F3;
        display: none;
    }
    .header-menu ul {
        display: block;
    }
    .header-menu ul li.header-menu-pri {
        margin-left: 0;
        margin-top: 16px;
    }
    .header-menu ul li a {
        text-align: center;
    }
}

/* ------
FV
------ */
#fv {
    background-image: url(../images/fv-bg.png);
    margin-top: 84px;
    background-size: cover;
    background-repeat: no-repeat;
}
.fv-content {
    padding: 72px 0;
}
.fv-content-top {
    display: flex;
    max-width: 500px;
    justify-content: space-between;
    margin-bottom: 8px;
}
.fv-content-top p {
    background: #1B2525;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 10px 28px 14px;
}
.fv-content-middle p {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.2;
}
.fv-content-middle p .st-78 {
    font-size: 78px;
    font-weight: 900;
    color: #FED766;
    position: relative;
}
.fv-content-middle p .st-78::before {
    content: '';
    position: absolute;
    height: 24px;
    width: 100%;
    background: #FED766;
    opacity: .4;
    bottom: 10px;
}
.fv-content-middle p .st-52 {
    font-size: 52px;
    font-weight: 900;
    color: #FED766;
    position: relative;
}
.fv-content-middle p .st-52::before {
    content: '';
    position: absolute;
    height: 24px;
    width: 100%;
    background: #FED766;
    opacity: .4;
    bottom: 2.4px;
}
.fv-content-logo {
    margin-top: 24px;
    margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
    .fv-content-top {
        max-width: 440px;
    }
    .fv-content-top p {
        font-size: 24px;
    }
    .fv-content-middle p {
        font-size: 26px;
    }
    .fv-content-middle p .st-78 {
        font-size: 72px;
    }
    .fv-content-middle p .st-52 {
        font-size: 46px;
    }
    .fv-content-logo {
        max-width: 500px;
    }
}
@media screen and (min-width: 580px) {
    .fv-br {
        display: none;
    }
}
@media screen and (max-width: 580px) {
    #fv {
        background-position: 36% 100%;
    }
    .fv-content {
        padding: 48px 0;
    }
    .fv-content-top {
        flex-wrap: wrap;
        margin-bottom: 36px;
    }
    .fv-content-top p {
        width: 100%;
        text-align: center;
    }
    .fv-content-top p:first-child {
        margin-bottom: 8px;
    }
    .fv-content-middle p {
        font-size: 30px;
        text-shadow: 1px 1px 10px #000;
    }
    .fv-content-middle p .st-78 {
        font-size: 90px;
    }
    .fv-content-middle p .st-52 {
        font-size: 52px;
    }
    .fv-content-middle p .st-52::before {
        bottom: -1px;
    }
    .fv-content-middle p:nth-child(2) {
        line-height: 1.5;
    }
}

/* ------
実際の案件例
------ */
#case {
    background: #5AB1BB;
    padding-top: 100px;
    padding-bottom: 100px;
}
#case .head-main {
    color: #fff;
}
#case .head-main-ja::after {
    background: #fff;
}
.case-area {
    max-width: 922px;
    margin: 0 auto;
}
.case-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-box {
    background: #fff;
    max-width: 280px;
    width: 32%;
    padding: 20px 14px;
    box-sizing: border-box;
    border-bottom: 4px solid #005566;
    margin-bottom: 32px;
}
.case-box h3 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.4;
}
.case-box table tr td {
    vertical-align: middle;
}
.case-box table tr td:first-child {
    background: #005566;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 20px;
    margin-right: 10px;
}
.case-box table tr td:last-child {
    font-size: 14px;
    color: #1B2525;
}
.case-box table tr:not(:last-child) td {
    margin-bottom: 4px;
    margin-top: 4px;
}
@media screen and (max-width: 768px) {
    .case-flex {
        justify-content: space-around;
    }
    .case-box {
        max-width: 320px;
        width: 48%;
    }
}
@media screen and (max-width: 580px) {
    .case-box {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* ------
フリプラが選ばれる理由
------ */
#feature {
    padding-top: 100px;
    padding-bottom: 100px;
}
#feature .head-main-en {
    color: #005566;
}
#feature .head-main-ja::after {
    width: 32%;
}
.feature-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feature-left {
    width: 50%;
    margin-left: calc((100vw - 1080px) / -2);
}
.feature-right {
    width: 60%;
}
.feature-right-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feature-right-box:not(:last-child) {
    margin-bottom: 36px;
}
.feature-right-num {
    font-size: 72px;
    font-family: "HelveticaNeue-CondensedBold", HelveticaNeue-CondensedBold , Arial, sans-serif;
    color: #5AB1BB;
    position: relative;
    margin-right: 16px;
}
.feature-right-num::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    border-width: 0px 0px 26px 26px;
}
.feature-right-txt p {
    font-size: 14px;
    line-height: 1.4;
}
.feature-right-txt p.feature-right-txt-h {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.feature-right-txt p.feature-right-txt-h span {
    background:linear-gradient(transparent 60%, #FED766 60%);
}
@media screen and (min-width: 1560px) {
    .feature-left {
        margin-left: -200px;
    }
}
@media screen and (max-width: 1360px) {
    .feature-left {
        width: 46%;
    }
    .feature-right {
        width: 52%;
    }
}
@media screen and (max-width: 1140px) {
    .feature-left {
        margin-left: 0;
    }
}
@media screen and (max-width: 900px) {
    .feature-flex {
        flex-wrap: wrap;
    }
    .feature-left {
        width: 100%;
        text-align: center;
        margin-bottom: 36px;
    }
    .feature-right {
        width: 100%;
    }
    .feature-right-box {
        max-width: 540px;
        margin: 0 auto;
    }
    .voice-br {
        display: none;
    }
}
@media screen and (max-width: 580px) {
    .feature-right-num {
        font-size: 60px;
    }
    .feature-right-num::after {
        bottom: 6px;
    }
    .feature-right-txt p.feature-right-txt-h {
        font-size: 16px;
    }
}

/* ------
利用者の声
------ */
#voice {
    background: #F8F8F8;
    padding-top: 100px;
    padding-bottom: 100px;
}
#voice .head-main-en {
    color: #005566;
}
#voice .head-main-ja::after {
    width: 66%;
}
.voice-flex {
    display: flex;
    justify-content: space-between;
}
.voice-box {
    margin-top: 56px;
    width: 31%;
    background: #fff;
    box-shadow: 0 2px 12px #dfdfdf;
    padding: 84px 20px 18px;
    box-sizing: border-box;
    position: relative;
}
.voice-box .voice-img {
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
}
.voice-name {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.voice-head {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 12px;
}
.voice-txt {
    font-size: 14px;
    line-height: 1.5;
}
@media screen and (max-width: 1140px) {
    .voice-name {
        font-size: 12px;
    }
    .voice-head {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    #voice .head-main-area {
        margin-bottom: 140px;
    }
    .voice-flex {
        flex-wrap: wrap;
    }
    .voice-box {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    .voice-box:not(:last-child) {
        margin-bottom: 86px;
    }
}

/* ------
サービスご利用の流れ
------ */
#flow {
    padding-top: 100px;
    padding-bottom: 100px;
}
#flow .head-main-en {
    color: #005566;
}
#flow .head-main-ja::after {
    width: 32%;
}
.flow-area {
    max-width: 754px;
    margin: 0 auto;
}
.flow-box {
    background: #5AB1BB;
    padding: 32px 30px 32px 160px;
    position: relative;
}
.flow-box:nth-child(even) {
    background: #F3F3F3;
}
.flow-box::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 43px solid #5ab1bb;
    border-bottom: 0;
    bottom: -40px;
    left: 50px;
    z-index: 9;
}
.flow-box:nth-child(even)::after {
    border-top: 43px solid #F3F3F3;
}
.flow-box:last-child::after {
    content: none;
}
.flow-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}
.flow-box:nth-child(even) h3 {
    color: #1B2525;
}
.flow-box p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.flow-box:nth-child(even) p {
    color: #1B2525;
}
.flow-box a {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
@media screen and (max-width: 580px) {
    .flow-box::after {
        bottom: -20px;
        left: 12px;
    }
    .flow-box {
        padding: 32px 30px;
    }
}

/* ------
無料登録
------ */
#registration {
    background: #005566;
    padding-top: 100px;
    padding-bottom: 100px;
}
#registration .head-main {
    color: #FED766;
}
#registration .head-main-ja::after {
    background: #FED766;
}
.registration-txt {
    color: #fff;
    text-align: center;
    margin-bottom: 56px;
    font-size: 20px;
    line-height: 1.4;
}
.registration-box-tab-area {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.registration-box-tab {
    background: #B7B7B7;
    color: #fff;
    font-size: 16px;
    height: 60px;
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    line-height: 1.4;
}
.registration-box-tab.active {
    background: #F3F3F3;
    color: #005566;
}
.registration-box {
    background: #F3F3F3;
    padding: 72px 24px;
    display: none;
}
.registration-box.active {
    display: block;
}
.registration-box p {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 48px;
}
.registration-box a {
    margin: 0 auto;
    text-align: center;
}
.registration-box-flex {
    display: flex;
    justify-content: center;
}
.registration-box-flex > div {
    width: 49%;
}
.registration-box-flex > div:first-child {
    border-right: 1px solid #005566;
}
.registration-box-flex > div p {
    font-size: 14px;
}
.registration-head-txt-s {
    margin-bottom: 88px!important;
}
.registration-box-flex > div .registration-head-middle {
    font-size: 20px;
    margin-bottom: 12px;
}
.registration-box-flex > div a {
    display: block;
    color: #005566;
    font-weight: bold;
}
@media screen and (max-width: 900px) {
    .registration-box-tab {
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) {
    .tab-br {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .registration-txt {
        font-size: 16px;
    }
    .registration-box-flex {
        flex-wrap: wrap;
    }
    .registration-box-flex > div {
        width: 100%;
    }
    .registration-box-flex > div:first-child {
        border-right: none;
        border-bottom: 1px solid #005566;
        padding-bottom: 48px;
        margin-bottom: 48px;
    }
    .registration-box p {
        margin-bottom: 24px!important;
    }
    .registration-head-txt-s {
        margin-bottom: 24px!important;
    }
}
@media screen and (max-width: 580px) {
    .registration-br {
        display: none;
    }
    .registration-txt {
        font-size: 15px;
    }
    .registration-box-tab-area {
        flex-wrap: wrap;
        margin-bottom: 12px;
    }
    .registration-box-tab {
        width: 100%;
    }
    .registration-box-tab.active {
        background: #FED766;
    }
    .registration-box {
        padding: 36px 14px;
    }
    .registration-box p {
        font-size: 16px;
    }
}

/* ------
利用規約
------ */
#terms {
    margin-top: 84px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.terms-content .head-main-ja::after {
    width: 62%;
}
.terms-content .head-main-en {
    color: #005566;
}
.terms-box {
    margin-bottom: 48px;
}
.terms-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
.terms-box p,
.terms-box ol li {
    font-size: 16px;
    line-height: 1.6;
}
.terms-box ol {
    margin-left: 24px;
}
.terms-box ol li {
    margin-bottom: 6px;
}
.terms-box ol li ol {
    list-style: lower-alpha;
    margin: 12px 24px;
}
.terms-bottom {
    margin-top: 72px;
}

/* ------
フッター
------ */
.footer-top {
    background: #1B2525;
    padding: 66px 12px;
}
.footer-top-flex {
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.footer-menu ul {
    display: flex;
}
.footer-menu ul li {
    list-style: none;
}
.footer-menu ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.footer-menu ul li.footer-menu-pri a {
    color: #FED766;
    font-size: 16px;
    border: 1px solid #FED766;
    padding: 14px 36px;
}
.footer-menu ul li:not(:last-child) {
    margin-right: 32px;
}
.footer-bottom {
    background: #F8F8F8;
    padding: 12px 30px;
}
.footer-bottom-flex {
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}
.footer-bottom-flex a {
    text-decoration: none;
    color: #1B2525;
}
.footer-bottom-flex a:not(:last-child) {
    margin-right: 16px;
}
@media screen and (max-width: 1140px) {
    .footer-top {
        padding: 66px 30px
    }
}
@media screen and (max-width: 900px) {
    .footer-menu ul li:not(:last-child) {
        margin-right: 12px;
    }
    .footer-menu ul li.footer-menu-pri a {
        padding: 14px 24px;
    }
}
@media screen and (max-width: 768px) {
    .footer-top-flex {
        flex-wrap: wrap;
    }
    .footer-logo {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-menu {
        width: 100%;
    }
}
@media screen and (max-width: 580px) {
    .footer-menu ul {
        flex-wrap: wrap;
    }
    .footer-menu ul li {
        width: 100%;
    }
    .footer-menu ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .footer-menu-pri {
        margin-top: 20px;
    }
    .footer-menu ul li.footer-menu-pri a {
        padding: 14px 48px;
    }
    .footer-bottom-flex {
        flex-wrap: wrap;
    }
    .footer-copy {
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }
    .footer-pp {
        width: 100%;
        text-align: center;
    }
}