@charset "utf-8"; /* ==========================================
 共通
============================================*/
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* フォント定義 */
:root {
    --font-default: 'Hiragino Kaku Gothic Pro', 'meiryo', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    --font-default: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    --font-serif: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.font-default {
    font-family: var(--font-default);
}

.font-serif {
    font-family: var(--font-serif);
}

body {
    font-family: var(--font-default);
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    background-color: var(--bs-white);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

@media (min-width: 992px) {
    body {
        font-size: 24px;
        background-size: auto 100vw;
    }
}

/* 画像 */
img {
    max-width: 100%;
    height: auto;
}

a img {
    transition: 0.3s;
}

a:hover img {
    filter: brightness(1.2);
}

/* 段落 */
p {
    margin-bottom: 1em;
}

/* リスト */
ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* スペーサー */
hr {
    margin: 0;
    border: none;
}

.spacer {
    margin-bottom: 2em;
}

.spacer--lg {
    margin-bottom: 3em;
}

/* ボタン */
.btn {
    position: relative;
}

.btn:focus {
    box-shadow: none;
}

/* TOPに戻る */
#page-top {
    font-size: 18px;
    color: var(--bs-white);
    background: #202d73;
    text-decoration: none;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--bs-gray);
    position: fixed;
    right: 15px;
    bottom: 15px;
    bottom: calc(15px + 15vw);
    z-index: 10;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(100%);
}

#page-top.show {
    opacity: 1;
    transform: translateY(0);
}

#page-top:hover {
    filter: brightness(1.2);
}

@media (min-width: 992px) {
    #page-top {
        right: 25px;
        bottom: 25px;
        font-size: 1em;
    }
}

/* ==========================================
 ヘッダー
============================================*/
.c-header {
}

.c-header__top {
    padding: 3vw 0;
    text-align: center;
}

.c-header__heading {
    margin-bottom: 0;
}

.c-header__body {
    background: url(../images/bg-header.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 3vw 0;
    text-align: center;
}

@media (min-width: 992px) {
    .c-header__top {
        padding: 35px 0 25px;
    }

    .c-header__body {
        padding: 10px 0 20px;
    }
}

/* ==========================================
 コンテンツ：個別スタイル
============================================*/
/* セクション */
.c-section {
    overflow: hidden;
    position: relative;
}

/* レスポンスデバイス */
.c-rd {
    background-color: #202d73;
    padding: 5vw 0;
}

.c-rd__body {
    text-align: center;
}

.c-rd__body p {
    margin-bottom: 0;
}

.c-rd__link {
    display: block;
    text-decoration: none;
    margin: 3vw auto;
}

.c-rd__copy {
    display: block;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .c-rd {
        padding: 30px 0 25px;
    }

    .c-rd__link {
        margin: 15px auto 25px;
    }
}

/* 事業再構築補助金とは */
.c-about {
    background-color: #f4eddb;
    padding: 5vw 0;
}

.c-about__body {
    text-align: center;
}

.c-about__content {
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}

@media (min-width: 992px) {
    .c-about {
        padding: 60px 0;
    }
}

/* 専門家チーム */
.c-team {
    padding: 5vw 0;
}

.c-team__heading {
    margin-bottom: 0;
    text-align: center;
}

.c-team__body {
    padding: 5vw 0;
}

.c-team__lead {
    margin-bottom: 5vw;
}

.c-team__lead-img {
    display: block;
    margin: 0 auto;
}

.c-team__members {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit,calc((100% - 6vw) / 3)); */
    grid-gap: 3vw;
    margin-bottom: 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.c-team__member {
    width: calc((100% - 6vw) / 3);
}

.c-prof {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-gap: 2vw;
    align-items: flex-start;
    margin-bottom: 0;
}

.c-prof__photo {
}

.c-prof__name {
    font-size: 4vw;
    font-weight: bold;
    border-bottom: 2px solid #bee6e8;
    margin-bottom: 0.2em;
}

.c-prof__desc {
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.3;
}

.c-team__desc {
    margin-bottom: 0;
}

.c-team__content {
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .c-team {
        padding: 40px 0;
    }

    .c-team__body {
        padding: 30px 0;
    }

    .c-team__lead {
        margin-bottom: 60px;
    }

    .c-team__members {
        max-width: 910px;
        grid-template-columns: repeat(auto-fit,calc((100% - 50px) / 3));
        grid-gap: 25px;
        margin: 0 auto 60px;
    }

    .c-prof {
        grid-gap: 20px;
    }

    .c-prof__name {
        font-size: 33px;
    }

    .c-prof__desc {
        font-size: inherit;
    }
}

/* お客様の声 */
.c-koe {
    background-color: #f4eddb;
    padding: 5vw 0;
}

.c-koe__body {
    text-align: center;
}

.c-koe__header {
    text-align: center;
    margin-bottom: 3vw;
}

.c-koe__heading {
    text-align: center;
    margin-bottom: 0;
}

.c-koe__content {
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}

@media (min-width: 992px) {
    .c-koe {
        padding: 70px 0;
    }

    .c-koe__header {
        margin-bottom: 60px;
    }
}

/* 依頼のポイント */
.c-point {
    background-image: repeating-linear-gradient( 90deg, #ebe8e9 , #ebe8e9 2px, transparent 2px, transparent 5vw ), repeating-linear-gradient( 0deg, #ebe8e9 , #ebe8e9 2px, #fbfbf6 2px, #fbfbf6 5vw );
    background-size: 5vw 5vw;
    background-position: 50% 50%;
    padding: 10vw 0;
}

.c-point__header {
    text-align: center;
    margin-bottom: 10vw;
}

.c-point__heading {
    margin-bottom: 0;
}

.c-point__list {
    display: grid;
    grid-gap: 5vw;
    margin-bottom: 10vw;
}

.c-point__item {
    text-align: center;
}

.c-point__content {
    text-align: center;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .c-point {
        background-image: repeating-linear-gradient( 90deg , #ebe8e9 , #ebe8e9 2px, transparent 2px, transparent 24px), repeating-linear-gradient( 0deg , #ebe8e9 , #ebe8e9 2px, #fbfbf6 2px, #fbfbf6 24px);
        background-size: 24px 24px;
        padding: 80px 0;
    }

    .c-point__header {
        margin-bottom: 80px;
    }

    .c-point__list {
        grid-gap: 25px;
        margin-bottom: 60px;
    }
}

/* サポートの流れ */
.c-support {
    background-color: #bee6e8;
    padding: 5vw 0;
}

.c-support__body {
    text-align: center;
}

.c-support__content {
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}

@media (min-width: 992px) {
    .c-support {
        padding: 70px 0;
    }
}

/* 事業再構築補助金 */
.c-subsidy {
    padding: 5vw 0;
}

.c-subsidy__heading {
    margin-bottom: 0;
    text-align: center;
}

.c-subsidy__body {
    padding: 5vw 0 0;
    text-align: center;
}

@media (min-width: 992px) {
    .c-subsidy {
        padding: 55px 0;
    }

    .c-subsidy__body {
        padding: 55px 0 0;
    }
}

/* 料金 */
.c-price {
    padding: 5vw 0;
}

.c-price__heading {
    margin-bottom: 0;
    text-align: center;
}

.c-price__body {
    padding: 5vw 0;
    text-align: center;
}

@media (min-width: 992px) {
    .c-price {
        padding: 55px 0;
    }

    .c-price__body {
        padding: 55px 0;
    }
}

/* 事例 */
.c-ex {
    background-image: repeating-linear-gradient( 90deg , #ebe8e9 , #ebe8e9 2px, transparent 2px, transparent 5vw ), repeating-linear-gradient( 0deg , #ebe8e9 , #ebe8e9 2px, #fbfbf6 2px, #fbfbf6 5vw );
    background-size: 5vw 5vw;
    background-position: 50% 50%;
    padding: 10vw 0;
}

.c-ex__body {
    text-align: center;
}

.c-ex__content {
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}

@media (min-width: 992px) {
    .c-ex {
        background-image: repeating-linear-gradient( 90deg , #ebe8e9 , #ebe8e9 2px, transparent 2px, transparent 24px), repeating-linear-gradient( 0deg , #ebe8e9 , #ebe8e9 2px, #fbfbf6 2px, #fbfbf6 24px);
        background-size: 24px 24px;
        padding: 80px 0;
    }
}

/* コンタクト */
.c-contact {
    background-color: #f4eddb;
    padding: 10vw 0;
}

.c-contact__header {
    margin-bottom: 3vw;
}

.c-contact__heading {
    margin-bottom: 0;
    text-align: center;
}

.c-contact__body {
    padding: 5vw;
    background-color: var(--bs-white);
}

@media (min-width: 992px) {
    .c-contact {
        padding: 75px 0;
    }

    .c-contact__header {
        margin-bottom: 75px;
    }

    .c-contact__body {
        max-width: 945px;
        margin: 0 auto;
        padding: 30px;
    }
}

/* フォーム */
.c-form {
}

.c-form>.row:not(:last-child) {
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 1rem;
    align-items: center;
}

.col-form-label {
    font-weight: bold;
    color: var(--bs-gray-dark);
}

.col-form-label.required::after {
    content: '※';
    color: #c60000;
    margin-left: 1em;
}

.form-control {
    font-size: inherit;
    color: inherit;
    border-color: #e2e2e2;
    border-radius: 0;
    padding: 0.5em 0.75em;
}

.form-text {
    font-size: 70%;
}

.btn-submit {
    color: var(--bs-white);
    padding: 1em;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 6vw;
    font-weight: bold;
    background-color: #ee8305;
    border: none;
    transition: 0.3s ease-in-out;
}

.btn-submit:hover {
    color: var(--bs-white);
    filter: brightness(1.2);
}

@media (min-width: 768px) {
    .btn-submit {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .btn-submit {
        margin-top: 50px;
        width: 385px;
    }
}

/* フローティングメニュー */
.c-fl-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    transition: 0.5s linear;
    z-index: 10;
}

.c-floating-menu--active .c-fl-menu {
    transform: translateY(0);
}

/* ==========================================
 フッター
============================================*/
.c-footer {
    padding: 25px 15px;
    color: var(--bs-white);
    font-size: 4vw;
    text-align: center;
    background-color: #135da4;
}

.c-floating-menu--active .c-footer {
    padding-bottom: 85px;
}

.c-footer-menu {
    display: grid;
}

.c-footer-menu a {
    color: inherit;
    text-decoration: none;
    padding: 0.2em;
}

@media (min-width: 768px) {
    .c-footer {
        padding-bottom: 25px;
        font-size: 16px;
    }

    .c-footer-menu {
        display: flex;
        justify-content: center;
    }
}

/* ==========================================
 サンクスページ
============================================*/
.c-header__heading--thanks {
    color: #8c1538;
    font-size: 4vw;
    font-weight: bold;
    font-family: var(--font-serif);
    line-height: 1.6;
}

@media (min-width: 992px) {
    .c-header__heading--thanks {
        font-size:32px;
    }
}
