@charset 'utf-8'; /*---------------------------------

  共通

---------------------------------*/
/* 基本フォント */
body {
    font-family: var(--font-family-default);
}

@media (min-width: 768px) {
    body {
        font-size: 17px;
    }
}

/*---------------------------------

  ヘッダー

---------------------------------*/
.header {
    padding: 30px 10px;
}

/* キービジュアル */
.hero {
}

.hero__img {
    display: block;
    margin: 0 auto;
}

/* キャンペーン */
.campaign {
    padding: 25px 0 25px;
}

.campaign__img {
    display: block;
    margin: 0 auto 30px;
}

/* for middle device */
@media (min-width: 768px) {
    .headline {
        padding: 20px 0 15px;
    }

    .hero {
        padding: 20px 20px 0;
    }

    .campaign {
        padding: 80px 0 55px;
    }

    .campaign__img {
        margin-bottom: 55px;
    }
}

/* for large device */
@media (min-width: 992px) {
    .campaign__img {
        margin-bottom: 70px;
    }
}

/*---------------------------------

  グローバルナビ

---------------------------------*/
/* for middle device */
@media (min-width: 768px) {
}

/* for large device */
@media (min-width: 992px) {
}

/*---------------------------------

  モバイルナビ

---------------------------------*/
/* for middle device */
@media (min-width: 768px) {
}

/* for large device */
@media (min-width: 992px) {
}

/*---------------------------------

  共通コンポーネント

---------------------------------*/
/* トップに戻る */
#page-top {
    background-color: var(--navy);
}

/*アンケートグラフ部分*/
.graph {
    padding: 20px 0px;
    margin: 20px 0px;
}

/*動画*/
.douga {
    /* width: 100%; */
}

/* 登録ボタン */
/*
.entry {
    position: relative;
    display: block;
    margin: 0 auto;
}

.entry::before,.entry::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5em;
    background: #B4DB91;
    border: 1px solid #2bd32b;
}

.entry::before {
    animation: anime-pulse 2s ease-out infinite;
}

.entry::after {
    animation: anime-pulse 2s ease-out 1s infinite;
}

.entry__btn {
    transition: 0.3s;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.entry__btn:hover {
    transform: translateY(4px);
}
*/
/* フォーム */
.form {
    padding: 15px;
    margin-bottom: 30px;
    border: 2px solid;
    border-radius: 8px;
}

.form a {
    text-decoration: none;
}

.form p {
    line-height: 1.5;
    margin: 1em 0;
}

.btn-entry {
    font-weight: bold;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 1em 1em;
    line-height: 1.6;
    font-size: 12px;
    border-radius: 8px;
    box-shadow: 0 0 0 -2px #F15A29, 0 0 0 -1px #F15A29;
    transition: box-shadow .3s;
    cursor: pointer;
    background: linear-gradient(180deg,#F1742B,#F15A29);
    border: 1px solid #DDD;
    color: #FFF;
}

.btn-entry:hover {
    box-shadow: 0 0 0 2px #F15A29, 0 0 0 4px #F15A29;
    animation: gelatine 0.5s 1;
}

.btn-entry:active {
    background: #F1742B;
    box-shadow: 0 0 0 2px #F15A29, 0 0 0 4px #F15A29;
}

.form__email {
    margin: auto;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    padding: 0.5em;
    height: 60px;
    text-align: center;
    border: solid 2px var(--gray);
    background-color: #ffffff;
    color: #000;
}

.form__submit {
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 0.8em 0.5em;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background: #F1742B;
    border-radius: 0.4em;
    box-shadow: 0 0 0 -2px #F15A29, 0 0 0 -1px #F15A29;
    border: none;
    margin: auto;
    transition: box-shadow .3s;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}

.form__submit:hover {
    box-shadow: 0 0 0 2px #F15A29, 0 0 0 4px #F15A29;
    animation: gelatine 0.5s 1;
}

.form__submit i {
    margin-left: 0.5em;
}

@media (min-width: 992px) {
    .form {
        padding: 55px;
        margin-bottom: 80px;
    }

    .form__email {
        font-size: 30px;
        height: 130px;
    }

    .form__submit {
        font-size: 44px;
        margin-bottom: 40px;
    }

    .form p {
        font-size: 20px;
        margin: 1.5em 0;
    }
}

/* animation */
@keyframes gelatine {
    from,to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

/*---------------------------------

  個別コンテンツ

---------------------------------*/
/*================================
  セクション：共通
=================================*/
/* 見出し */
.section__header {
}

.section__heading {
    position: relative;
    color: var(--white);
    background-color: var(--navy);
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    padding: 0.8em 5px;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 4.8em;
}

.section__heading::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 12px solid var(--navy);
}

.section__heading--smaller {
    font-size: 23px;
}

/* 本文 */
.section__body {
    padding: 30px 0;
}

/* for middle device */
@media (min-width: 768px) {
    .section__heading {
        font-size: 40px;
    }

    .section__heading::before {
        border-width: 40px 35px 0 35px;
    }

    .section__body {
        padding: 90px 0;
    }
}

/* for large device */
@media (min-width: 992px) {
}

/*================================
  セクション1
=================================*/
/* PR */
.pr {
    margin-bottom: 30px;
}

.pr__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.pr__item {
    margin-right: 10px;
}

.pr__item:last-child {
    margin-right: 0;
}

.pr__fig {
    margin: 0;
    padding: 10px 5px;
    border: 2px solid var(--navy);
}

.pr_caption {
    color: var(--navy);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    min-height: 2.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.pr__img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

/* サポート風景 */
.support {
}

.support__fig {
    margin-bottom: 30px;
}

.support__caption {
    text-align: center;
    margin-bottom: 15px;
}

.support__heading {
    color: var(--orange);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.support__caption-sub {
    font-size: 10px;
    display: block;
}

.support__img {
    display: block;
    margin: 0 auto;
    max-width: 785px;
    width: 80%;
}

/* 注意事項 */
.caution {
    border: 3px solid var(--caution);
}

.caution__heading {
    color: var(--white);
    background-color: var(--caution);
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    padding: 0.5em;
    margin-bottom: 0;
}

.caution__body {
    padding: 15px 10px;
}

.caution__list {
    margin: 0;
    font-size: 70%;
}

/* for middle device */
@media (min-width: 768px) {
    /* PR */ .pr {
        max-width: 880px;
        margin: 0 auto 80px;
    }

    .pr__item {
        margin-right: 30px;
    }

    .pr__fig {
        padding: 15px 15px;
        border-width: 5px;
    }

    .pr_caption {
        font-size: 24px;
        margin-bottom: 10px;
    }

    /* サポート風景 */
    .support__fig {
        margin-bottom: 75px;
    }

    .support__caption {
        margin-bottom: 40px;
    }

    .support__heading {
        font-size: 50px;
    }

    .support__caption-sub {
        font-size: 18px;
    }

    /* 注意事項 */
    .caution {
        max-width: 925px;
        margin: 0 auto;
    }

    .caution__heading {
        font-size: 40px;
    }

    .caution__body {
        padding: 30px 20px;
    }

    .caution__list {
    }
}

/* for large device */
@media (min-width: 992px) {
    /* PR */ .pr__fig {
        width: 275px;
    }

    /* 注意事項 */
    .pr_caption {
        font-size: 36px;
    }

    .section__heading {
        font-size: 48px;
    }

    .support__heading {
        font-size: 70px;
    }

    .support__caption-sub {
        font-size: 26px;
    }

    .caution__heading {
        font-size: 55px;
    }
}

/*================================
  セクション4
=================================*/
.section1__img {
    display: block;
    margin: 0 auto 30px;
}

/* for middle device */
@media (min-width: 768px) {
    .section1__img {
        margin-bottom: 80px;
    }
}

/* for large device */
@media (min-width: 992px) {
}

/*================================
  セクション5
=================================*/
.section5__img {
    display: block;
    margin: 0 auto 30px;
}

/* for middle device */
@media (min-width: 768px) {
    .section5__img {
        margin-bottom: 130px;
    }
}

/* for large device */
@media (min-width: 992px) {
}

/*================================
  セクション6
=================================*/
/* リード文 */
.section6__lead {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}

/* モデル画像 */
.section6__img {
    width: 50%;
    max-width: 267px;
    margin: 0 auto 30px;
    display: block;
}

/* 実績画像 */
.section6__imgPlan {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}

/* 分割線 */
.section6__divider {
    border-top: 2px solid var(--navy);
    margin: 0;
}

/* QA */
.section6__question {
    padding: 35px 0;
    font-size: 16px;
    font-weight: bold;
}

/* for middle device */
@media (min-width: 768px) {
    .section6__lead {
        font-size: 60px;
        margin-bottom: 115px;
    }

    .section6__img {
        float: right;
        transform: translateY(-70px);
    }

    .section6__imgPlan {
        padding: 55px 0 40px;
    }

    .section6__divider {
        border-top-width: 5px;
    }

    .section6__question {
        padding: 90px 0 120px;
        margin-bottom: 55px;
        font-size: 30px;
    }
}

/* for large device */
@media (min-width: 992px) {
    .section6__lead {
        font-size: 86px;
    }
}

/*================================
  セクション7
=================================*/
.section7__img {
    display: block;
    margin: 0 auto;
}

/* for middle device */
@media (min-width: 768px) {
}

/* for large device */
@media (min-width: 992px) {
}

/*================================
  セクション8
=================================*/
/* お約束 */
.promise {
}

.promise__item {
    margin-bottom: 25px;
    border-radius: 8px;
    background-color: var(--navy);
    padding: 15px 10px;
}

.promise__heading {
    text-align: center;
    color: var(--white);
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px;
}

.promise__fig {
    margin: 0;
}

.promise__img {
    margin-bottom: 10px;
}

.promise__img--1 {
    margin-top: -10px;
}

.promise__caption {
    background-color: var(--white);
    padding: 25px 15px;
    text-align: center;
    font-weight: bold;
}

.promise__caption p {
    margin-bottom: 10px;
}

.promise__caption p:last-child {
    margin-bottom: 0;
}

.promise__caption .text-large {
    font-weight: bold;
}

/* for middle device */
@media (min-width: 768px) {
    .section__heading--8 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 4.8em;
    }

    .promise {
        max-width: 800px;
        margin: 0 auto;
    }

    .promise__item {
        margin-bottom: 55px;
        padding: 25px 25px;
    }

    .promise__heading {
        font-size: 48px;
        margin-bottom: 25px;
    }

    .promise__img {
        margin-bottom: 15px;
    }

    .promise__img--1 {
        margin-top: -20px;
    }

    .promise__caption {
        padding: 40px 15px;
        font-size: 36px;
    }

    .promise__caption p {
        margin-bottom: 25px;
    }
}

/* for large device */
@media (min-width: 992px) {
}

/*================================
  セクション9
=================================*/
.present {
    margin-bottom: 30px;
}

.present__img {
    display: block;
    margin: 0 auto 10px;
}

/* for middle device */
@media (min-width: 768px) {
    .present {
        margin-bottom:100px;
    }
}

/* for large device */
@media (min-width: 992px) {
    .present__img {
        margin-bottom: 20px;
    }
}

/*================================
  セクション10
=================================*/
/* for middle device */
@media (min-width: 768px) {
}

/* for large device */
@media (min-width: 992px) {
}

/*================================
  セクション11
=================================*/
/* for middle device */
@media (min-width: 768px) {
}

/* for large device */
@media (min-width: 992px) {
}

/*================================
  セクション12
=================================*/
/* for middle device */
@media (min-width: 768px) {
}

/* for large device */
@media (min-width: 992px) {
}

/*================================
  追伸
=================================*/
.postscript {
    padding: 15px 0;
}

.postscript__body {
    padding: 25px;
    background-image: linear-gradient(90deg, var(--aliceblue) 1px, transparent 0), linear-gradient( var(--aliceblue) 1px, transparent 0);
    background-size: 15px 15px;
    font-family: serif;
    font-weight: bold;
    font-size: 16px;
}

.postscript__heading {
    font-weight: bold;
    margin-bottom: 1em;
}

.postscript__body p {
}

.postscript__body p:last-child {
    margin-bottom: 0;
}

/* for middle device */
@media (min-width: 768px) {
    .postscript {
        padding: 90px 0;
    }

    .postscript__body {
        padding: 75px 50px;
        font-size: 80%;
        background-size: 35px 35px;
    }
}

/* for large device */
@media (min-width: 992px) {
    .postscript__body {
        padding: 95px 95px;
        font-size: 100%;
    }
}
