:root {
    --global--font-primary: var(--font-headings, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif);
    --global--font-secondary: var(--font-base, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif);
    --global--color-dark-gray: initial;
}

.site .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
    outline: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: none;
    text-decoration: none;
    text-decoration-skip-ink: initial;
    background: initial;
    border: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: none;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: initial;
    text-decoration: initial;
    text-decoration-skip-ink: initial;
    background: initial;
    border: initial;
}

.site-main {
    padding: 0;
}

.site .button:hover,
.site .button:active,
button:hover,
button:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=reset]:hover,
input[type=reset]:active,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:active {
    border-color: initial;
    color: initial;
}

#post-5 {
    margin: 0;
}


/************************************************************************************* デスクトップ用デザイ **********************************************************************************/

@media only screen and (min-width: 1024px) {
    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background-color: #fff;
        z-index: 99999;
        box-shadow: 2px 1px 8px 2px rgb(51 48 0 / 30%);
        margin: 0;
    }
     :root {
        --responsive--aligndefault-width: min(calc(100% * var(--global--spacing-horizontal)), 610px)!important;
        --responsive--alignwide-width: min(calc(100% * var(--global--spacing-horizontal)))!important;
    }
    .post-thumbnail,
    .entry-content .wp-audio-shortcode,
    .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
    *[class*=inner-container]>*:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
    .default-max-width {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .entry-footer {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .author-bio {
        max-width: var(--responsive--alignwide-width);
        margin-left: auto;
        margin-right: auto;
    }
    .site {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    /* ヘッダーサブナビ */
    .sub-nav {
        display: none;
    }
    .sub-fixed {
        display: block;
        position: fixed;
        z-index: 999999999;
        top: 0%;
        right: 0%;
        max-width: 280px;
        margin: 0%;
        width: 100%;
    }
    .sub-nav>ul {
        list-style: none;
        padding: 0%;
        margin: 0%;
    }
    .sub-nav ul li {
        width: 100%;
        position: relative;
        transition: 0.3s;
        display: block;
        text-align: center;
    }
    .sub-nav>ul>li:nth-child(1) a {
        background: #ffcd40;
        color: #5e627c;
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        width: 100%;
        padding: 2%;
        text-decoration: none;
        text-align: left;
    }
    .sub-nav>ul>li:nth-child(1) a:hover {
        opacity: 0.8;
    }
    .sub-nav>ul>li:nth-child(1) a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 4px;
        background: #5e627c;
        transition: 0.3s;
    }
    .sub-nav>ul>li:nth-child(1) a:focus {
        color: #5e627c!important;
        background: #ffcd40!important;
        text-decoration: none!important;
    }
    .sub-nav>ul>li:nth-child(1) a:hover::after {
        width: 30px;
    }
    .sub-nav>ul>li>a>img {
        width: 35px;
        height: 35px;
        margin-right: 1rem;
        text-decoration: none;
        margin-left: 0.5rem;
        outline: none;
    }
    .sub-nav>ul>li>a>img:focus {
        outline: none;
    }
    .sub-nav>ul>li:nth-child(2) a {
        background: #979797;
        color: #fff;
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        width: 100%;
        padding: 2%;
        text-decoration: none;
        text-align: left;
    }
    .sub-nav>ul>li:nth-child(2) a:hover {
        opacity: 0.8;
    }
    .sub-nav>ul>li:nth-child(2) a:focus {
        color: #fff!important;
        background: #979797!important;
        text-decoration: none!important;
    }
    .sub-nav>ul>li:nth-child(2) a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 4px;
        background: #ffffff;
        transition: 0.3s;
    }
    .sub-nav>ul>li:nth-child(2) a:hover:after {
        width: 30px;
    }
    .sub-nav>ul>li:nth-child(3) a {
        background: #c3ddff;
        color: #5e627c;
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        width: 100%;
        padding: 2%;
        text-decoration: none;
        text-align: left;
    }
    .sub-nav>ul>li:nth-child(3) a:hover {
        opacity: 0.8;
    }
    .sub-nav>ul>li:nth-child(3) a:focus {
        color: #5e627c!important;
        background: #c3ddff!important;
        text-decoration: none!important;
    }
    .sub-nav>ul>li:nth-child(3) a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 4px;
        background: #5e627c;
        transition: 0.3s;
    }
    .sub-nav>ul>li:nth-child(3) a:hover:after {
        width: 30px;
    }
    .sub-nav>ul>li:nth-child(4) a {
        background: #d88484;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        width: 100%;
        padding: 2%;
        text-decoration: none;
        text-align: left;
    }
    .sub-nav>ul>li:nth-child(4) a:hover {
        opacity: 0.8;
    }
    .sub-nav>ul>li:nth-child(4) a:focus {
        color: #ffffff!important;
        background: #d88484!important;
        text-decoration: none!important;
    }
    .sub-nav>ul>li:nth-child(4) a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 4px;
        background: #ffffff;
        transition: 0.3s;
    }
    .sub-nav>ul>li:nth-child(4) a:hover:after {
        width: 30px;
    }
    /*ヘッダーロゴ*/
    .topimg {
        padding: 0;
        background: bottom / cover no-repeat url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/header-img-scaled.jpg');
        width: 100%;
        min-height: 95vh;
        align-items: normal!important;
        display: block;
        position: relative;
    }
    .site-header>.site-logo {
        margin: 0;
        padding: 0;
        text-align: left;
        border: none;
    }
    .site-logo>a {
        display: inline-block;
        text-decoration: none;
    }
    .site-header>.site-logo>a:hover {
        opacity: 0.7;
    }
    .site-logo>a:focus {
        opacity: 0.7;
        text-decoration: none;
        border: none;
    }
    /*ヘッダー見出しのテキスト*/
    .site-branding {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .site-branding:last-child {
        display: block;
    }
    .site-title {
        font-size: 200%;
        font-weight: 800;
        color: rgb(33, 33, 33);
    }
    .site-description {
        font-size: 130%;
        color: rgb(33, 33, 33);
    }
    .white {
        font-size: 150%;
        color: #fff;
        text-shadow: 2px 2px 1px#000;
    }
    .site-sub-title {
        overflow: hidden;
        text-align: center;
        width: 80%;
        margin: 30px auto 40px;
    }
    .site-sub-title>span {
        position: relative;
        display: inline-block;
        margin: 0 2.5em;
        padding: 0 1em;
        text-align: left;
        color: #202020;
        font-weight: 700;
        font-size: 24px;
    }
    .site-sub-title>span::before {
        content: '';
        height: 1px;
        background-color: rgb(33, 33, 33);
        width: 70%;
        position: absolute;
        top: 50%;
        right: 100%;
    }
    .site-sub-title>span::after {
        content: '';
        height: 1px;
        background-color: rgb(33, 33, 33);
        width: 70%;
        position: absolute;
        top: 50%;
        left: 100%;
    }
    /* ヘッダーのボタン */
    .button-text {
        font-weight: 700;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: 0.05em;
        display: inline-block;
    }
    .button-inn {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #ffc794, #e88c33);
        background-image: linear-gradient(to bottom, #ffc794, #e88c33);
        border-radius: 4px;
        color: #fff;
        line-height: 20px;
        width: 300px;
        -webkit-transition: none;
        transition: none;
        text-shadow: 0 3px 2px rgba(0, 0, 0, .3);
        position: relative;
    }
    .button-inn::after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 50%;
        right: 10%;
        margin-top: -4px;
        transform: rotate(45deg);
        transition: all .3s;
    }
    .button-inn:hover::after {
        right: 5%;
    }
    .button-inn:hover {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #f7c293, #f7ac64);
        background-image: linear-gradient(to bottom, #f7c293, #f7ac64);
        color: #fff;
    }
    .button-inn:active {
        background: #ff9f43;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #af6c2c;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    /* セミナーのお知らせ */
    .btn--orange {
        color: #fff;
        background: linear-gradient(to bottom, #ffcc56, #e3802c);
    }
    .btn--shadow {
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
    .btn--circle {
        border-radius: 50%;
        width: 225px;
        height: 225px;
        padding: 0;
        position: absolute;
        bottom: -1%;
        right: 3%;
        text-align: center;
    }
    .btn--area {
        position: absolute;
        top: 20%;
        right: 0%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .btn--area>span {
        margin-bottom: 0.2em;
        font-weight: 700;
    }
    .big-num {
        font-size: 150%;
        font-weight: 700;
    }
    .big-text {
        font-size: 130%;
    }
    /* 疑問の部分 */
    .faq-inn {
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/back-faq-img.jpg');
        background-size: cover;
        background-position: top;
        text-align: center;
        margin-bottom: 0;
    }
    .faq-area {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 2%;
    }
    .faq-ttl {
        color: #fff;
        font-size: 200%;
        font-weight: 700;
        font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'メイリオ', 'Meiryo', serif!important;
        margin-bottom: 1em;
    }
    .faq--text {
        background: linear-gradient(transparent 75%, rgba(100, 150, 198, 0.6) 75%);
    }
    .faq-content-list {
        list-style: none;
        color: #fff;
        font-size: 120%;
        font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'メイリオ', 'Meiryo', serif!important;
        text-align: left;
        display: inline-block;
        font-weight: 700;
    }
    .faq-content-list>li {
        position: relative;
        padding-left: 1.3em;
        line-height: 1.6;
        letter-spacing: 0.05em;
        margin: 0.5em 0 0.7em 32px;
    }
    .faq-content-list>li>span {
        border-bottom: 1px solid #fff;
    }
    .faq-content-list>li>span::before {
        content: "";
        position: absolute;
        top: .1em;
        left: 0;
        -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg);
        width: 13px;
        height: 26px;
        border-right: 3px solid #f08a2b;
        border-bottom: 3px solid #f08a2b;
    }
    /* アンサー部分 */
    .faq-ans-inn {
        background-color: #ec9939;
        text-align: center;
        margin: 0;
        padding: 2% 0;
        position: relative;
    }
    .faq-ans-inn::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -30px;
        left: 0;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: #ec9939 transparent transparent transparent;
        border-width: 40px 40px 0 40px;
        z-index: 1;
    }
    .faq-ans-area {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .faq-ans-text {
        color: #fff;
        text-align: left;
        line-height: 1.6;
        letter-spacing: 0.05em;
        font-size: 130%;
        font-weight: 700;
        width: 40%;
        display: inline-block;
        margin: 0 auto;
    }
    .faq-ans-img {
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/step-up.png');
        background-position: center;
        background-size: cover;
        width: 40%;
        height: 50vh;
        display: block;
        position: absolute;
        bottom: -2%;
        right: -2%;
    }
    /* セミナー開催 */
    .solution-area {
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/seminar-back.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0;
    }
    .solution-inn {
        padding: 3% 0;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/circle.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        max-width: 900px;
    }
    .solution-txt {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 5px;
    }
    .solution-ttl {
        font-weight: 800;
        font-size: 350%;
        color: #ec9939;
        padding-bottom: 1rem;
        position: relative;
        font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'メイリオ', 'Meiryo', serif!important;
        letter-spacing: 2px;
        margin-bottom: 1.5rem;
    }
    .solution-ttl::after {
        content: "";
        position: absolute;
        bottom: 0%;
        right: 4%;
        width: 90%;
        height: 2px;
        background: #adacac;
    }
    .slution-description {
        color: #1b1b1b;
        font-size: 120%;
        line-height: 1.8em;
    }
    .big--txt {
        background-color: #ffea28;
        font-weight: 800;
        font-size: 200%;
        display: inline-block;
    }
    /* セミナーで学べる事タイトル */
    .asset-area {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .asset-inn {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 2% 0;
        background-color: #e89a50;
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/point.png');
        background-repeat: no-repeat;
        background-position: bottom -10px right 5%;
        background-size: contain;
    }
    .asset-ttl-inn {
        width: 100%;
        text-align: center;
    }
    .asset-ttl-desc {
        position: relative;
        display: inline-block;
        padding: 0 5px;
        width: 150px;
        height: 125px;
        line-height: 90px;
        text-align: center;
        color: #e89a50;
        font-size: 20px;
        font-weight: bold;
        background: #fff;
        border-radius: 50%;
        box-sizing: border-box;
    }
    .asset-ttl-desc::before {
        content: "";
        position: absolute;
        bottom: -18px;
        right: -16px;
        margin-top: -15px;
        border: 27px solid transparent;
        border-left: 27px solid #fff;
        z-index: 0;
        -webkit-transform: rotate( 45deg);
        transform: rotate( 45deg);
    }
    .strong--txt {
        line-height: 1.0;
        font-size: 180%;
        display: inline-block;
        padding: 18% 0;
    }
    .small--txt {
        font-size: 60%;
    }
    .asset-ttl {
        font-size: 155%;
        color: #fff;
        font-weight: 700;
        vertical-align: middle;
        display: inline-block;
        line-height: 1.1;
        margin-left: 5px;
        letter-spacing: 3px;
    }
    .txt-yellow {
        color: gold;
    }
    .big--num {
        font-size: 2.5em;
    }
    /* 学べる3つのポイント */
    .asset-article-area {
        width: 100%;
        padding: 3%;
        background-color: #ececec;
    }
    .asset-article-inn {
        width: 100%;
        background-color: #fff;
        border-radius: 5px;
        padding: 3%;
    }
    .asset-article-inn img {
        width: auto;
        height: 100%;
        max-height: 70px;
    }
    .asset-article-ttl {
        display: inline-block;
        font-size: 140%;
        color: #e89a50;
        vertical-align: middle;
    }
    /* メッセージエリア */
    .msg-area {
        width: 100%;
        text-align: center;
        margin: 0;
        padding-bottom: 2em;
        overflow: hidden;
        position: relative;
    }
    .msg-inn {
        padding-bottom: 2em;
    }
    .msg-logo-inn {
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/free-birds-PNG-1.png');
        background-position: 50% 50%;
        background-size: 10% auto;
        margin: 0 auto;
        padding-bottom: calc(15%*2500/2100);
        background-repeat: no-repeat;
    }
    .msg-ttl {
        margin-bottom: 1em;
        font-weight: 700;
        font-size: 200%;
        color: #252525;
        font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'メイリオ', 'Meiryo', serif!important;
    }
    .msg-caption {
        margin-bottom: 1em;
        font-size: 100%;
        color: #252525;
    }
    /* 個別相談 */
    .individual-area {
        width: 90%;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        box-shadow: 0px 3px 5px 1px #c1c0c0;
    }
    .individual-left-inn {
        background-color: #fff;
        text-align: center;
        width: 100%;
        padding: 5% 2%;
        border-right: solid 1px #f2f2ec;
    }
    .individual-caption {
        font-size: 18px;
        margin-bottom: 1.5em;
    }
    .invidiual-btn {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #ffb877, #e88c33);
        background-image: linear-gradient(to bottom, #ffb877, #e88c33);
        border-radius: 4px;
        color: #fff;
        line-height: 20px;
        width: 350px;
        -webkit-transition: none;
        transition: none;
        text-shadow: 0 3px 2px rgb(0 0 0 / 30%);
        position: relative;
    }
    .invidiual-btn::after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 50%;
        right: 5%;
        margin-top: -4px;
        transform: rotate(45deg);
        transition: all .3s;
    }
    .invidiual-btn:hover {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #f7c293, #f7ac64);
        background-image: linear-gradient(to bottom, #f7c293, #f7ac64);
        color: #fff;
    }
    .invidiual-btn:hover::after {
        color: #fff;
        right: 2%;
    }
    .invidiual-btn:active {
        background: #ff9f43;
        box-shadow: inset 0 3px 5px rgb(0 0 0 / 20%);
        color: #af6c2c;
        text-shadow: 0 1px 1px rgb(255 255 255 / 50%);
        border-color: #ff9f43;
    }
    .invidi-btn:active::after {
        color: #fff!important;
        right: 2%;
    }
    .invidi-btn-cap {
        color: #fff;
        font-size: 18px;
    }
    .invidi-btn-sub-cap {
        margin: 8px 0 0 0;
        display: block;
        text-transform: capitalize;
        letter-spacing: 0.05em;
        font-size: 15px;
        color: #fff;
    }
    /********個別相談左側　end*******/
    .individual-right-inn {
        background-color: #fff;
        text-align: center;
        width: 100%;
        padding: 5% 2%;
        font-size: 80%;
    }
    .invi-right-caption {
        font-size: 18px;
        margin-bottom: 1.5em;
    }
    .individual-right-inn>ul {
        list-style: square;
        text-align: left;
        padding: 0;
        display: inline-block;
        margin: 0 auto;
    }
    .individual-right-inn>ul>li {
        margin-bottom: 1em;
    }
    /* セミナー日程ボタン エリア*/
    .seminar-btn-area {
        height: 100%;
        width: 100%;
        overflow: hidden;
        margin-top: 0;
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/seminar-img.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .seminar-btn-inn {
        height: 100%;
        width: 100%;
        overflow: hidden;
        margin-top: 0;
        padding: 3%;
        background-color: rgba(74, 74, 74, 0.75);
    }
    .seminar-btn {
        padding: 1% 6%;
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #ffb877, #e88c33);
        background-image: linear-gradient(to bottom, #ffb877, #e88c33);
        margin: 0 auto;
        display: block;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        font-weight: 700;
        font-size: 32px;
        border-radius: 4px;
    }
    .seminar-btn:hover {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #f7c293, #f7ac64);
        background-image: linear-gradient(to bottom, #f7c293, #f7ac64);
        color: #fff;
    }
    .seminar-btn:active {
        background: #ff9f43;
        box-shadow: inset 0 3px 5px rgb(0 0 0 / 20%);
        color: #af6c2c;
        text-shadow: 0 1px 1px rgb(255 255 255 / 50%);
        border-color: #ff9f43;
    }
    .seminar-caption {
        display: block;
        font-size: 22px;
    }
    .seminar-caption-small {
        display: block;
        font-size: 22px;
        color: #fee8a9;
    }
}


/************************************************************************************* デスクトップ用デザイ end **********************************************************************************/


/************************************************************************************* タブレット用デザイ **********************************************************************************/

@media screen and (min-width:768px) and ( max-width:1024px) {
    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background-color: #fff;
        z-index: 99999;
        box-shadow: 2px 1px 8px 2px rgb(51 48 0 / 30%);
        margin: 0;
        transition: .5s;
    }
     :root {
        --responsive--aligndefault-width: min(calc(100% * var(--global--spacing-horizontal)), 610px)!important;
        --responsive--alignwide-width: min(calc(100% * var(--global--spacing-horizontal)))!important;
    }
    .post-thumbnail,
    .entry-content .wp-audio-shortcode,
    .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
    *[class*=inner-container]>*:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
    .default-max-width {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .entry-footer {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .author-bio {
        max-width: var(--responsive--alignwide-width);
        margin-left: auto;
        margin-right: auto;
    }
    .site {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    /* ヘッダーサブナビ */
    .sub-nav {
        display: none;
        bottom: 0;
        right: 0;
    }
    .sub-fixed {
        display: block;
        position: fixed;
        z-index: 999999999;
        bottom: 0;
        right: 0;
        left: auto;
        top: auto;
        margin-bottom: 0;
        width: 100%;
    }
    .sub-nav>ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .sub-nav ul li {
        width: calc(100%/3);
        position: relative;
        transition: 0.3s;
        text-align: center;
    }
    .sub-nav>ul>li:nth-child(1) a {
        background: #ffcd40;
        color: #5e627c;
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        width: 100%;
        padding: 2%;
        text-decoration: none;
        text-align: center;
    }
    .sub-nav>ul>li:nth-child(1) a:hover {
        opacity: 0.8;
    }
    .sub-nav>ul>li:nth-child(1) a:focus {
        color: #5e627c!important;
        background: #ffcd40!important;
        text-decoration: none!important;
    }
    .sub-nav>ul>li>a>img {
        width: 35px;
        height: 35px;
        text-decoration: none;
        outline: none;
        display: block;
        margin: 0 auto;
    }
    .sub-nav>ul>li>a>img:focus {
        outline: none;
    }
    .sub-nav>ul>li:nth-child(2) a {
        background: #979797;
        color: #fff;
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        width: 100%;
        padding: 2%;
        text-decoration: none;
        text-align: center;
    }
    .sub-nav>ul>li:nth-child(2) a:hover {
        opacity: 0.8;
    }
    .sub-nav>ul>li:nth-child(2) a:focus {
        color: #fff!important;
        background: #979797!important;
        text-decoration: none!important;
    }
    .sub-nav>ul>li:nth-child(3) a {
        background: #c3ddff;
        color: #5e627c;
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        width: 100%;
        padding: 2%;
        text-decoration: none;
        text-align: center;
    }
    .sub-nav>ul>li:nth-child(3) a:hover {
        opacity: 0.8;
    }
    .sub-nav>ul>li:nth-child(3) a:focus {
        color: #5e627c!important;
        background: #c3ddff!important;
        text-decoration: none!important;
    }
    .sub-nav>ul>li:nth-child(4) a {
        background: #d88484;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        width: 100%;
        padding: 2%;
        text-decoration: none;
        text-align: center;
    }
    .sub-nav>ul>li:nth-child(4) a:hover {
        opacity: 0.8;
    }
    .sub-nav>ul>li:nth-child(4) a:focus {
        color: #ffffff!important;
        background: #d88484!important;
        text-decoration: none!important;
    }
    /*ヘッダーロゴ*/
    .topimg {
        padding: 0;
        background: bottom / cover no-repeat url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/header-img-scaled.jpg');
        width: 100%;
        min-height: 90vh;
        align-items: normal!important;
        display: block;
        position: relative;
    }
    .site-header>.site-logo {
        margin: 0;
        padding: 0;
        text-align: left;
        border: none;
    }
    .site-logo>a {
        text-decoration: none;
    }
    .site-header>.site-logo>a:hover {
        opacity: 0.7;
    }
    /*ヘッダー見出しのテキスト*/
    .site-branding {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .site-branding:last-child {
        display: block;
    }
    .site-title {
        font-size: 170%;
        font-weight: 800;
        color: rgb(33, 33, 33);
    }
    .site-description {
        font-size: 130%;
        color: rgb(33, 33, 33);
    }
    .white {
        font-size: 150%;
        color: #fff;
        text-shadow: 2px 2px 1px#000;
    }
    .site-sub-title {
        overflow: hidden;
        text-align: center;
        width: 80%;
        margin: 0px auto 20px;
    }
    .site-sub-title>span {
        position: relative;
        display: inline-block;
        margin: 0 2.5em;
        padding: 0 1em;
        text-align: left;
        color: #202020;
        font-weight: 700;
        font-size: 24px;
    }
    .site-sub-title>span::before {
        content: '';
        height: 1px;
        background-color: rgb(33, 33, 33);
        width: 70%;
        position: absolute;
        top: 50%;
        right: 100%;
    }
    .site-sub-title>span::after {
        content: '';
        height: 1px;
        background-color: rgb(33, 33, 33);
        width: 70%;
        position: absolute;
        top: 50%;
        left: 100%;
    }
    /* ヘッダーのボタン */
    .button-text {
        font-weight: 700;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: 0.05em;
        display: inline-block;
    }
    .button-inn {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #ffc794, #e88c33);
        background-image: linear-gradient(to bottom, #ffc794, #e88c33);
        border-radius: 4px;
        color: #fff;
        line-height: 20px;
        width: 40vw;
        -webkit-transition: none;
        transition: none;
        text-shadow: 0 3px 2px rgba(0, 0, 0, .3);
        position: relative;
    }
    .button-inn::after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 50%;
        right: 10%;
        margin-top: -4px;
        transform: rotate(45deg);
        transition: all .3s;
    }
    .button-inn:hover::after {
        right: 5%;
    }
    .button-inn:hover {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #f7c293, #f7ac64);
        background-image: linear-gradient(to bottom, #f7c293, #f7ac64);
        color: #fff;
    }
    .button-inn:active {
        background: #ff9f43;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #af6c2c;
        ;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    /* セミナーのお知らせ */
    .btn--orange {
        color: #fff;
        background: linear-gradient(to bottom, #ffcc56, #e3802c);
    }
    .btn--shadow {
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
    .btn--circle {
        border-radius: 50%;
        width: 190px;
        height: 190px;
        padding: 0;
        position: absolute;
        bottom: -1%;
        right: 2%;
        text-align: center;
    }
    .btn--area {
        position: absolute;
        top: 20%;
        right: 0%;
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size: 80%;
    }
    .btn--area>span {
        margin-bottom: 0.2em;
        font-weight: 700;
    }
    .big-num {
        font-size: 150%;
        font-weight: 700;
    }
    .big-text {
        font-size: 130%;
    }
    /* 疑問の部分 */
    .faq-inn {
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/back-faq-img.jpg');
        background-size: cover;
        background-position: top;
        text-align: center;
        margin-bottom: 0;
    }
    .faq-area {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 2%;
    }
    .faq-ttl {
        display: inline-block;
        color: #fff;
        font-size: 150%;
        font-weight: 700;
        font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'メイリオ', 'Meiryo', serif!important;
        margin-bottom: 0.3em;
    }
    .faq--text {
        background: linear-gradient(transparent 75%, rgba(100, 150, 198, 0.6) 75%);
    }
    .faq-content-list {
        list-style: none;
        color: #fff;
        font-size: 120%;
        font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'メイリオ', 'Meiryo', serif!important;
        text-align: left;
        display: inline-block;
        font-weight: 700;
        padding: 0;
    }
    .faq-content-list>li {
        position: relative;
        padding-left: 1.3em;
        line-height: 1.6;
        letter-spacing: 0.05em;
        margin: 0.5em 0 0.3em 32px;
    }
    .faq-content-list>li>span {
        border-bottom: 1px solid #fff;
    }
    .faq-content-list>li>span::before {
        content: "";
        position: absolute;
        top: .1em;
        left: 0;
        -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg);
        width: 13px;
        height: 22px;
        border-right: 3px solid #f08a2b;
        border-bottom: 3px solid #f08a2b;
    }
    /* アンサー部分 */
    .faq-ans-inn {
        background-color: #ec9939;
        text-align: center;
        margin: 0;
        padding: 2% 0;
        position: relative;
    }
    .faq-ans-inn::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -18px;
        left: 0;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: #ec9939 transparent transparent transparent;
        border-width: 19px 25px 0 25px;
        z-index: 1;
    }
    .faq-ans-area {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .faq-ans-text {
        color: #fff;
        text-align: left;
        line-height: 1.6;
        letter-spacing: 0.05em;
        font-size: 100%;
        font-weight: 700;
        width: 80%;
        display: inline-block;
        margin: 0 auto;
    }
    .faq-ans-img {
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/step-up.png');
        background-position: center;
        background-size: cover;
        width: 33%;
        height: 20vh;
        display: block;
        position: absolute;
        bottom: 10%;
        right: 0%;
    }
    /* セミナー開催 */
    .solution-area {
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/seminar-back.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0;
    }
    .solution-inn {
        padding: 3% 0;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/circle.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        max-width: 600px;
    }
    .solution-txt {
        font-weight: 700;
        font-size: 21px;
        letter-spacing: 5px;
    }
    .solution-ttl {
        font-weight: 800;
        font-size: 240%;
        color: #ec9939;
        padding-bottom: 1rem;
        position: relative;
        font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'メイリオ', 'Meiryo', serif!important;
        letter-spacing: 2px;
        margin-bottom: 1.5rem;
    }
    .solution-ttl::after {
        content: "";
        position: absolute;
        bottom: 0%;
        right: 5%;
        width: 90%;
        height: 1px;
        background: #adacac;
    }
    .slution-description {
        color: #1b1b1b;
        font-size: 100%;
        line-height: 1.8em;
    }
    .big--txt {
        background-color: #ffea28;
        font-weight: 800;
        font-size: 180%;
        display: inline-block;
    }
    /* メッセージエリア */
    .msg-area {
        width: 100%;
        text-align: center;
        margin: 0;
        padding-bottom: 2em;
        overflow: hidden;
        position: relative;
    }
    .msg-inn {
        padding-top: 1em;
    }
    .msg-logo-inn {
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/free-birds-PNG-1.png');
        background-position: 50% 50%;
        background-size: 10% auto;
        margin: 0 auto;
        padding-bottom: calc(15%*2500/2100);
        background-repeat: no-repeat;
    }
    .msg-ttl {
        margin-bottom: 1em;
        font-weight: 700;
        font-size: 200%;
        color: #252525;
        font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'メイリオ', 'Meiryo', serif!important;
    }
    .msg-caption {
        margin-bottom: 2em;
        font-size: 90%;
        color: #252525;
    }
    /* 個別相談 */
    .individual-area {
        width: 90%;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        box-shadow: 0px 3px 5px 1px #c1c0c0;
    }
    .individual-left-inn {
        background-color: #fff;
        text-align: center;
        width: 100%;
        padding: 5% 2%;
        border-right: solid 1px #f2f2ec;
    }
    .individual-caption {
        font-size: 18px;
        margin-bottom: 1.5em;
    }
    .invidiual-btn {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #ffb877, #e88c33);
        background-image: linear-gradient(to bottom, #ffb877, #e88c33);
        border-radius: 4px;
        color: #fff;
        line-height: 15px;
        width: 100%;
        -webkit-transition: none;
        transition: none;
        text-shadow: 0 3px 2px rgb(0 0 0 / 30%);
        position: relative;
        padding: 5% 0;
    }
    .invidiual-btn::after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 50%;
        right: 10%;
        margin-top: -4px;
        transform: rotate(45deg);
        transition: all .3s;
    }
    .invidiual-btn:hover {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #f7c293, #f7ac64);
        background-image: linear-gradient(to bottom, #f7c293, #f7ac64);
        color: #fff;
    }
    .invidiual-btn:hover::after {
        color: #fff;
        right: 2%;
    }
    .invidiual-btn:active {
        background: #ff9f43;
        box-shadow: inset 0 3px 5px rgb(0 0 0 / 20%);
        color: #af6c2c;
        text-shadow: 0 1px 1px rgb(255 255 255 / 50%);
        border-color: #ff9f43;
    }
    .invidi-btn:active::after {
        color: #fff!important;
        right: 2%;
    }
    .invidi-btn-cap {
        color: #fff;
        font-size: 14px;
    }
    .invidi-btn-sub-cap {
        margin: 8px 0 0 0;
        display: block;
        text-transform: capitalize;
        letter-spacing: 0.05em;
        font-size: 12px;
        color: #fff;
    }
    /********個別相談左側　end*******/
    .individual-right-inn {
        background-color: #fff;
        text-align: center;
        width: 100%;
        padding: 5% 2%;
        font-size: 80%;
    }
    .invi-right-caption {
        font-size: 18px;
        margin-bottom: 1.5em;
    }
    .individual-right-inn>ul {
        list-style: square;
        text-align: left;
        padding: 0;
        display: inline-block;
        margin: 0 auto;
    }
    .individual-right-inn>ul>li {
        margin-bottom: 1em;
    }
    /* セミナー日程ボタン エリア*/
    .seminar-btn-area {
        height: 100%;
        width: 100%;
        overflow: hidden;
        margin-top: 0;
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/seminar-img.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .seminar-btn-inn {
        height: 100%;
        width: 100%;
        overflow: hidden;
        margin-top: 0;
        padding: 3%;
        background-color: rgba(74, 74, 74, 0.75);
    }
    .seminar-btn {
        padding: 1% 6%;
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #ffb877, #e88c33);
        background-image: linear-gradient(to bottom, #ffb877, #e88c33);
        margin: 0 auto;
        display: block;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        font-weight: 700;
        font-size: 25px;
        border-radius: 4px;
    }
    .seminar-btn:hover {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #f7c293, #f7ac64);
        background-image: linear-gradient(to bottom, #f7c293, #f7ac64);
        color: #fff;
    }
    .seminar-btn:active {
        background: #ff9f43;
        box-shadow: inset 0 3px 5px rgb(0 0 0 / 20%);
        color: #af6c2c;
        text-shadow: 0 1px 1px rgb(255 255 255 / 50%);
        border-color: #ff9f43;
    }
    .seminar-caption {
        display: block;
        font-size: 18px;
    }
    .seminar-caption-small {
        display: block;
        font-size: 18px;
        color: #fee8a9;
    }
}


/************************************************************************************* タブレット用デザイ end **********************************************************************************/


/************************************************************************************* スマホ用デザイ **********************************************************************************/

@media screen and (max-width:767px) {
    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 7%;
        background-color: #fff;
        z-index: 99999;
        box-shadow: 2px 1px 8px 2px rgb(51 48 0 / 30%);
        margin: 0;
    }
     :root {
        --responsive--aligndefault-width: min(calc(100% * var(--global--spacing-horizontal)), 610px)!important;
        --responsive--alignwide-width: min(calc(100% * var(--global--spacing-horizontal)))!important;
    }
    .post-thumbnail,
    .entry-content .wp-audio-shortcode,
    .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
    *[class*=inner-container]>*:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
    .default-max-width {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .entry-footer {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .author-bio {
        max-width: var(--responsive--alignwide-width);
        margin-left: auto;
        margin-right: auto;
    }
    .site {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    /* ヘッダーサブナビ */
    .sub-nav {
        display: none;
        bottom: 0;
        right: 0;
    }
    .sub-fixed {
        display: block;
        position: fixed;
        z-index: 999999999;
        bottom: 0;
        right: 0;
        left: auto;
        top: auto;
        margin-bottom: 0;
        width: 100%;
    }
    .sub-nav>ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .sub-nav ul li {
        width: calc(100%/3);
        position: relative;
        transition: 0.3s;
        text-align: center;
    }
    .sub-nav>ul>li:nth-child(1) a {
        background: #ffcd40;
        color: #5e627c;
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        position: relative;
        width: 100%;
        padding: 10% 2%;
        text-decoration: none;
        text-align: center;
    }
    .sub-nav>ul>li:nth-child(1) a:hover {
        opacity: 0.8;
    }
    .sub-nav>ul>li:nth-child(1) a:focus {
        color: #5e627c!important;
        background: #ffcd40!important;
        text-decoration: none!important;
    }
    .sub-nav>ul>li>a>img {
        width: 30px;
        height: 30px;
        text-decoration: none;
        outline: none;
        display: block;
        margin: 0 auto;
    }
    .sub-nav>ul>li>a>img:focus {
        outline: none;
    }
    .sub-nav>ul>li:nth-child(2) a {
        background: #979797;
        color: #fff;
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        position: relative;
        width: 100%;
        padding: 10% 2%;
        text-decoration: none;
        text-align: center;
    }
    .sub-nav>ul>li:nth-child(2) a:hover {
        opacity: 0.8;
    }
    .sub-nav>ul>li:nth-child(2) a:focus {
        color: #fff!important;
        background: #979797!important;
        text-decoration: none!important;
    }
    .sub-nav>ul>li:nth-child(3) a {
        background: #c3ddff;
        color: #5e627c;
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        position: relative;
        width: 100%;
        padding: 10% 2%;
        text-decoration: none;
        text-align: center;
    }
    .sub-nav>ul>li:nth-child(3) a:hover {
        opacity: 0.8;
    }
    .sub-nav>ul>li:nth-child(3) a:focus {
        color: #5e627c!important;
        background: #c3ddff!important;
        text-decoration: none!important;
    }
    .sub-nav>ul>li:nth-child(4) a {
        background: #d88484;
        color: #ffffff;
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        position: relative;
        width: 100%;
        padding: 10% 2%;
        text-decoration: none;
        text-align: center;
    }
    .sub-nav>ul>li:nth-child(4) a:hover {
        opacity: 0.8;
    }
    .sub-nav>ul>li:nth-child(4) a:focus {
        color: #ffffff!important;
        background: #d88484!important;
        text-decoration: none!important;
    }
    /*ヘッダーロゴ*/
    .site-logo .custom-logo {
        width: 50%;
        max-width: 100%;
    }
    .topimg {
        padding: 0;
        background: bottom / cover no-repeat url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/header-img-scaled.jpg');
        width: 100%;
        min-height: 70vh;
        align-items: normal!important;
        display: block;
        position: relative;
    }
    .site-header>.site-logo {
        margin: 0;
        padding: 0;
        text-align: left;
        border: none;
    }
    .site-header>.site-logo>a:hover {
        opacity: 0.7;
    }
    /*ヘッダー見出しのテキスト*/
    .site-branding {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .site-branding:last-child {
        display: block;
    }
    .site-title {
        font-size: 80%;
        font-weight: 800;
        color: rgb(33, 33, 33);
    }
    .site-description {
        font-size: 130%;
        color: rgb(33, 33, 33);
    }
    .white {
        font-size: 150%;
        color: #fff;
        text-shadow: 2px 2px 1px#000;
    }
    .site-sub-title {
        overflow: hidden;
        text-align: center;
        width: 80%;
        margin: 0px auto 10px;
        display: contents;
    }
    .site-sub-title>span {
        position: relative;
        display: inline-block;
        margin: 0 2.5em;
        padding: 0 1em;
        text-align: left;
        color: #202020;
        font-weight: 700;
        font-size: 40%;
    }
    .site-sub-title>span::before {
        content: '';
        height: 1px;
        background-color: rgb(33, 33, 33);
        width: 30%;
        position: absolute;
        top: 40%;
        right: 100%;
    }
    .site-sub-title>span::after {
        content: '';
        height: 1px;
        background-color: rgb(33, 33, 33);
        width: 30%;
        position: absolute;
        top: 40%;
        left: 100%;
    }
    /* ヘッダーのボタン */
    .button-text {
        font-weight: 700;
        font-size: 60%;
        line-height: 1;
        letter-spacing: 0.05em;
        display: inline;
        position: absolute;
        top: 35%;
        right: 0%;
        width: 100%;
    }
    .button-inn {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #ffc794, #e88c33);
        background-image: linear-gradient(to bottom, #f3b67d, #e88c33);
        border-radius: 4px;
        color: #fff;
        width: 60vw;
        -webkit-transition: none;
        transition: none;
        text-shadow: 0 3px 2px rgba(0, 0, 0, .3);
        position: relative;
        height: 5vh;
    }
    .button-inn::after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 50%;
        right: 10%;
        margin-top: -4px;
        transform: rotate(45deg);
        transition: all .3s;
    }
    .button-inn:hover::after {
        right: 5%;
    }
    .button-inn:hover {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #f7c293, #f7ac64);
        background-image: linear-gradient(to bottom, #f7c293, #f7ac64);
        color: #fff;
    }
    .button-inn:active {
        background: #ff9f43;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
        color: #af6c2c;
        ;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }
    /* セミナーのお知らせ */
    .btn--orange {
        color: #fff;
        background: linear-gradient(to bottom, #ffcc56, #e3802c);
    }
    .btn--shadow {
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
    .btn--circle {
        border-radius: 50%;
        width: 125px;
        height: 125px;
        padding: 0;
        position: absolute;
        bottom: -1%;
        right: 3%;
        text-align: center;
    }
    .btn--area {
        position: absolute;
        top: 20%;
        right: 0%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .btn--area>span {
        margin-bottom: 0.2em;
        font-weight: 700;
        font-size: 55%;
    }
    .big-num {
        font-size: 180%;
        font-weight: 700;
    }
    .big-text {
        font-size: 140%;
    }
    /* 疑問の部分 */
    .faq-inn {
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/back-faq-img.jpg');
        background-size: cover;
        background-position: top;
        text-align: center;
        margin-bottom: 0;
    }
    .faq-area {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5% 0;
    }
    .faq-ttl {
        color: #fff;
        font-size: 85%;
        font-weight: 700;
        font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'メイリオ', 'Meiryo', serif!important;
        margin-bottom: 1em;
        display: inline-block;
    }
    .faq--text {
        background: linear-gradient(transparent 75%, rgba(100, 150, 198, 0.6) 75%);
    }
    .faq-content-inn {
        width: 100%;
    }
    .faq-content-list {
        list-style: none;
        color: #fff;
        font-size: 60%;
        font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'メイリオ', 'Meiryo', serif!important;
        text-align: left;
        display: inline-block;
        font-weight: 700;
        padding: 0;
        width: 100%;
    }
    .faq-content-list>li {
        position: relative;
        padding-left: 1.9em;
        line-height: 1.6;
        letter-spacing: 0.05em;
        margin: 0 0 0.8em 0;
    }
    .faq-content-list>li>span {
        border-bottom: 1px solid #fff;
    }
    .faq-content-list>li>span::before {
        content: "";
        position: absolute;
        top: .1em;
        left: 1em;
        -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg);
        width: 6px;
        height: 11px;
        border-right: 2px solid #f08a2b;
        border-bottom: 2px solid #f08a2b;
    }
    /* アンサー部分 */
    .faq-ans-inn {
        background-color: #ec9939;
        text-align: center;
        margin: 0;
        padding: 2% 0;
        position: relative;
    }
    .faq-ans-inn::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -10px;
        left: 0;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: #ec9939 transparent transparent transparent;
        border-width: 12px 20px 0 20px;
        z-index: 1;
    }
    .faq-ans-area {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .faq-ans-text {
        color: #fff;
        text-align: left;
        line-height: 1.6;
        letter-spacing: 0.05em;
        font-size: 56%;
        font-weight: 700;
        width: 92%;
        display: inline-block;
        margin: 0 auto;
    }
    .faq-ans-img {
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/step-up.png');
        background-position: center;
        background-size: cover;
        width: 130px;
        height: 100px;
        display: block;
        position: absolute;
        bottom: 10%;
        right: 0%;
    }
    /* セミナー開催 */
    .solution-area {
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/seminar-back.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0;
    }
    .solution-inn {
        padding: 3% 0;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/circle.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        max-width: 380px;
    }
    .solution-txt {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 2px;
    }
    .solution-ttl {
        font-weight: 800;
        font-size: 160%;
        color: #ec9939;
        padding-bottom: 0.5rem;
        position: relative;
        font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'メイリオ', 'Meiryo', serif!important;
        letter-spacing: 2px;
        margin-bottom: 0.5rem;
    }
    .solution-ttl::after {
        content: "";
        position: absolute;
        bottom: 0%;
        right: 5%;
        width: 90%;
        height: 1px;
        background: #adacac;
    }
    .slution-description {
        color: #1b1b1b;
        font-size: 65%;
        line-height: 1.8em;
        letter-spacing: -0.03em;
    }
    .big--txt {
        background-color: #ffea28;
        font-weight: 800;
        font-size: 150%;
        display: inline-block;
    }
    /* メッセージエリア */
    .msg-area {
        width: 100%;
        text-align: center;
        margin: 0;
        padding-bottom: 2em;
        overflow: hidden;
        position: relative;
    }
    .msg-inn {
        padding-top: 1em;
    }
    .msg-logo-inn {
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/free-birds-PNG-1.png');
        background-position: 50% 50%;
        background-size: 15% auto;
        margin: 0 auto 1em auto;
        padding-bottom: calc(15%*2500/2100);
        background-repeat: no-repeat;
    }
    .msg-ttl {
        margin-bottom: 0.5em;
        font-weight: 700;
        font-size: 115%;
        color: #252525;
        font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'メイリオ', 'Meiryo', serif!important;
    }
    .msg-caption {
        font-size: 15px;
        color: #252525;
        width: 90%;
        margin: 0 auto 1em auto;
    }
    .msg-caption>br {
        display: none;
    }
    /* 個別相談 */
    .individual-area {
        width: 90%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        box-shadow: 0px 3px 5px 1px #c1c0c0;
    }
    .individual-left-inn {
        background-color: #fff;
        text-align: center;
        width: 100%;
        padding: 5% 2%;
        border-bottom: solid 1px #f2f2ec;
    }
    .individual-caption {
        font-size: 15px;
        margin-bottom: 1.5em;
    }
    .invidiual-btn {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #ffb877, #e88c33);
        background-image: linear-gradient(to bottom, #ffb877, #e88c33);
        border-radius: 4px;
        color: #fff;
        line-height: 1.3;
        width: 100%;
        -webkit-transition: none;
        transition: none;
        text-shadow: 0 3px 2px rgb(0 0 0 / 30%);
        position: relative;
        padding: 2% 0;
    }
    .invidiual-btn::after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 50%;
        right: 10%;
        margin-top: -4px;
        transform: rotate(45deg);
        transition: all .3s;
    }
    .invidiual-btn:hover {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #f7c293, #f7ac64);
        background-image: linear-gradient(to bottom, #f7c293, #f7ac64);
        color: #fff;
    }
    .invidiual-btn:hover::after {
        color: #fff;
        right: 2%;
    }
    .invidiual-btn:active {
        background: #ff9f43;
        box-shadow: inset 0 3px 5px rgb(0 0 0 / 20%);
        color: #af6c2c;
        text-shadow: 0 1px 1px rgb(255 255 255 / 50%);
        border-color: #ff9f43;
    }
    .invidi-btn:active::after {
        color: #fff!important;
        right: 2%;
    }
    .invidi-btn-cap {
        color: #fff;
        font-size: 15px;
    }
    .invidi-btn-sub-cap {
        margin: 0;
        display: block;
        text-transform: capitalize;
        letter-spacing: 0.05em;
        font-size: 12px;
        color: #fff;
    }
    /********個別相談左側　end*******/
    .individual-right-inn {
        background-color: #fff;
        text-align: center;
        width: 100%;
        padding: 5% 2%;
        font-size: 80%;
    }
    .invi-right-caption {
        font-size: 12px;
        margin-bottom: 1.5em;
    }
    .individual-right-inn>ul {
        list-style: square;
        text-align: left;
        padding: 0;
        display: inline-block;
        margin: 0 auto;
    }
    .individual-right-inn>ul>li {
        margin-bottom: 1em;
        font-size: 12px;
    }
    /* セミナー日程ボタン エリア*/
    .seminar-btn-area {
        height: 100%;
        width: 100%;
        overflow: hidden;
        margin-top: 0;
        background-image: url('http://mirai-ness.free-birds.jp/wp-content/uploads/2021/05/seminar-img.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .seminar-btn-inn {
        height: 100%;
        width: 100%;
        overflow: hidden;
        margin-top: 0;
        background-color: rgba(74, 74, 74, 0.75);
        padding: 3%;
    }
    .seminar-btn {
        padding: 1% 6%;
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #ffb877, #e88c33);
        background-image: linear-gradient(to bottom, #ffb877, #e88c33);
        margin: 0 auto;
        display: block;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        font-weight: 700;
        font-size: 18px;
        border-radius: 4px;
    }
    .seminar-btn:hover {
        border: 1px solid #fbc595;
        background-color: #e89a50;
        background-image: -webkit-linear-gradient(top, #f7c293, #f7ac64);
        background-image: linear-gradient(to bottom, #f7c293, #f7ac64);
        color: #fff;
    }
    .seminar-btn:active {
        background: #ff9f43;
        box-shadow: inset 0 3px 5px rgb(0 0 0 / 20%);
        color: #af6c2c;
        text-shadow: 0 1px 1px rgb(255 255 255 / 50%);
        border-color: #ff9f43;
    }
    .seminar-caption {
        display: block;
        font-size: 15px;
    }
    .seminar-caption-small {
        display: block;
        font-size: 15px;
        color: #fee8a9;
    }
}


/************************************************************************************* スマホ用デザイ end **********************************************************************************/