﻿/* CSS Document */
@charset "UTF-8";

/*------------------------*/
/*リセット用*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}

th, td {
    vertical-align: top;
    border: solid 1px #000;
    font-weight: normal;
    text-align: left;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    line-height: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup, sub {
    line-height: -1px;
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

legend {
    display: none;
}
/*------------------------*/
a:link, a:visited {
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
}






/* Windows 用 Medium 指定の游ゴシック */
@font-face {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Medium");
}
/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

html {
    opacity: 0;
    transition: opacity 0.3s;
}

    html.wf-active {
        opacity: 100;
    }

html {
    /* ゴシック体指定 */
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 1.5;
}

body {
    padding-top: 90px;
}

html.wf-active body.top {
    background: url(../image/bg1.png) right 45px no-repeat;
    background-size: contain;
}

body.top > section {
    overflow-x: hidden;
    max-width: 100vw;
}

.mob_bt {
    display: none;
}

.f_midashi {
    font-family: a-otf-midashi-go-mb31-pr6n;
    font-weight: 600;
    font-style: normal;
}

.f_mincho {
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    font-weight: 300;
}

.header,
.header * {
    transition: all 0.3s;
}

.header {
    position: fixed;
    width: 100%;
    height: 90px;
    background: #fff;
    top: 0;
    z-index: 10;
}

.head_logo {
    position: absolute;
    top: 20px;
    left: 40px;
    text-align: center;
    color: #000;
    display: block;
}

    .head_logo .sub_t {
        font-size: 14px;
        letter-spacing: 5px;
    }

    .head_logo .title {
        font-size: 44px;
        letter-spacing: 15px;
        line-height: 1;
    }

nav {
    position: absolute;
    right: 30px;
    top: 10px;
    letter-spacing: 1px;
    text-indent: 1px;
    display: table;
    width: 630px;
    height: calc(100% - 20px);
    font-size: 16px;
}

    nav a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        nav a:not(.to_inquire) {
            border-bottom: 3px solid #fff;
        }

            nav a:not(.to_inquire):hover {
                border-bottom: 3px solid #44b6b4;
            }

        nav a.to_inquire:not(.now_page):hover {
            background: #e0e0e0;
        }
        /*
nav a.to_inquire:hover:before{
	border-top:3px solid #e66687;
	border-left: 3px solid #e66687;
}

nav a.to_inquire:hover:after{
	border-bottom:3px solid #44b6b4;
	border-right: 3px solid #44b6b4;
}
*/
        nav a:not(.to_inquire).now_page {
            border-bottom: 3px solid #e66687;
        }

        nav a.to_inquire.now_page {
            border-color: #e66587;
        }

        nav a.to_inquire {
            /*
	position: relative;
	letter-spacing: 3px;
    text-indent: 3px;
	*/
            letter-spacing: 3px;
            text-indent: 3px;
            border: 4px solid #e66587;
            border-radius: 8px;
            border-top-color: #44b6b4;
            border-left-color: #44b6b4;
        }
/*
nav a.to_inquire:before{
	content:"";
	position: absolute;
	width:calc(100% - 10px);
	height: calc(100% - 10px);
	border-top:3px solid #44b6b4;
	border-left: 3px solid #44b6b4;
	top:0;
	left:0;
	border-radius: 10px 0 0 0;
}
nav a.to_inquire:after{
	content:"";
	position: absolute;
	width:calc(100% - 10px);
	height: calc(100% - 10px);
	border-bottom:3px solid #e66687;
	border-right: 3px solid #e66687;
	bottom:0;
	right:0;
	border-radius: 0 0 10px 0;
}
*/

.fixed {
    height: 60px;
}

    .fixed .head_logo {
        top: 4px;
        left: 20px;
    }

        .fixed .head_logo .title {
            font-size: 32px;
            letter-spacing: 10px;
        }

        .fixed .head_logo .sub_t {
            font-size: 12px;
        }

    .fixed nav {
        right: 20px;
        height: calc(99% - 19px);
    }



.bg2 {
    position: relative;
}

    .bg2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 340px;
        width: 100%;
        padding-bottom: 100%;
        background: url(../image/bg2.png) left top no-repeat;
        background-size: 100% auto;
        z-index: -1;
    }

.top_mainview {
    height: 48vw;
    display: table;
    width: 85%;
    margin: 0 auto;
}

    .top_mainview > div {
        display: table-cell;
    }

.mainview_text {
    width: 55%;
    text-align: center;
    vertical-align: middle;
}

.mainview_img {
    padding-top: 20px;
    text-align: center;
}

    .mainview_img img {
        width: 100%;
        max-width: 731px;
    }

.top_mainview h1 {
    font-size: calc(3em + 2vw);
    margin-bottom: 3vw;
}

    .top_mainview h1 .sub_t {
        font-size: 0.25em;
        line-height: 1.8;
        letter-spacing: 0.5vw;
    }

    .top_mainview h1 .title {
        letter-spacing: 2vw;
    }

.mainview_subtext {
    font-size: calc(1em + 0.6vw);
    letter-spacing: 0.7vw;
    line-height: 2;
    margin-bottom: 20px;
}

.juryou {
    font-size: 1.3vw;
    letter-spacing: 0.4vw;
}


.rece_point {
    text-align: center;
    padding-top: 6vw;
}

    .rece_point img {
        max-width: 100%;
        width: 6vw;
    }

    .rece_point h2 {
        font-size: calc(1.1em + 0.5vw);
        letter-spacing: 0.5vw;
        margin: 10px 0 80px;
    }

    .rece_point p {
        font-size: calc(0.9em + 0.4vw);
        letter-spacing: 0.3vw;
        line-height: 1.9;
    }

.rece_miryoku {
    text-align: center;
    color: #fff;
    padding-bottom: 120px;
    margin-top: 130px;
    background: #89c65b;
    position: relative;
}

.no_rece_img {
    position: absolute;
    top: -174px;
    width: 1004px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

    .no_rece_img img:nth-child(2) {
        position: absolute;
        right: 0;
    }

.rece_miryoku section {
    display: inline-block;
    max-width: 360px;
    width: 30%;
    border: 3px solid #fff;
    border-radius: 8px;
    margin: 0 1% 10px;
    text-align: left;
    padding: 10px;
    height: 410px;
    vertical-align: top;
    background-image: url(../image/good.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 60%;
}

    .rece_miryoku section h3 {
        font-size: calc(1em + 0.6vw);
        letter-spacing: 0.2vw;
        padding: 30px 5px 35px;
        line-height: 1.4;
    }

        .rece_miryoku section h3 span {
            display: block;
        }

.miryoku_txt {
    font-size: calc(0.8em + 0.2vw);
    letter-spacing: 2px;
    line-height: 1.8;
}



.rece_start {
    padding-top: 70px;
}

    .rece_start > section {
        padding: 150px 0;
        position: relative;
        background-repeat: no-repeat;
    }

        .rece_start > section:nth-of-type(odd) {
            padding-left: 230px;
            background-position: right -70px center;
        }

            .rece_start > section:nth-of-type(odd) h2:before {
                right: calc(100% + 15px);
            }

        .rece_start > section:nth-of-type(even) {
            text-align: right;
            padding-right: 230px;
            background-position: left -70px center;
        }

            .rece_start > section:nth-of-type(even) h2:before {
                left: calc(100% + 5px);
            }

        .rece_start > section:nth-of-type(1) {
            background-image: url(../image/rece_start_back1.png);
        }

        .rece_start > section:nth-of-type(2) {
            background-image: url(../image/rece_start_back2.png);
        }

        .rece_start > section:nth-of-type(3) {
            background-image: url(../image/rece_start_back3.png);
        }

        .rece_start > section h2 {
            font-size: calc(1.5em + 0.7vw);
            letter-spacing: 0.6vw;
            line-height: 1.4;
            margin-bottom: 40px;
            position: relative;
        }

            .rece_start > section h2:before {
                content: "";
                width: 160px;
                height: 2px;
                background: #000;
                top: 26px;
                position: absolute;
            }

            .rece_start > section h2 span {
                display: block;
            }

        .rece_start > section p {
            font-size: calc(0.9em + 0.4vw);
            letter-spacing: 0.15vw;
            line-height: 1.9;
        }

.rece_start_img {
    position: relative;
    z-index: -1;
}

    .rece_start_img img {
        position: absolute;
        bottom: 0px;
        transform: translateY(50%);
    }

    .rece_start_img.left img {
        left: -20px;
    }

    .rece_start_img.right img {
        right: -20px;
    }

.high_speed_wrap {
    background: #9dca69;
    padding: 120px 200px 100px;
    border-bottom-right-radius: 2000px 380px;
    border-bottom-left-radius: 2000px 380px;
    margin-left: -200px;
    margin-right: -200px;
}

    .high_speed_wrap > div {
        max-width: 1400px;
        width: calc(100% - 80px);
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .high_speed_wrap h2 {
        font-size: calc(1.5em + 0.8vw);
        letter-spacing: 0.6vw;
        line-height: 1.6;
        color: #fff;
        margin-bottom: 100px;
    }

        .high_speed_wrap h2 span {
            display: block;
        }

.high_speed_cont {
    font-size: calc(0.9em + 0.4vw);
    letter-spacing: 0.3vw;
}

.high_speed_flow {
    text-align: center;
    padding-top: 50px;
}

.high_speed_block {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

.high_speed_cont .example {
    font-size: 13px;
    letter-spacing: 1px;
    max-width: 1110px;
    margin: 25px auto 0;
}

.high_speed_block:nth-child(2) {
    margin-top: 50px;
}

.high_speed_block:nth-child(3) {
    margin-top: 100px;
}

.flow_img_block {
    padding-top: 15px;
}

.high_speed_block:not(:last-child) {
    background-image: url(../image/flow_alow.png);
    background-repeat: no-repeat;
    background-position: right 40px;
}

.sec_voice {
    padding: 110px 0 85px;
}

    .sec_voice .eng {
        text-align: center;
        font-size: calc(4em + 1vw);
        letter-spacing: 0.7vw;
        text-indent: 0.7vw;
        color: #9dca69;
    }

.grd_line {
    height: calc(7em + 1.8vw);
    width: 1px;
    background: linear-gradient(#9dca69, #000);
    margin: 0 auto;
}

.sec_voice h2 {
    text-align: center;
    font-size: calc(0.7em + 0.4vw);
    letter-spacing: 0.7vw;
    text-indent: 0.7vw;
    margin-top: 20px;
}

.voice_wrap {
    text-align: center;
    margin-top: 50px;
}

.voice_block {
    display: inline-block;
    width: 335px;
    height: 410px;
    margin: 5px;
    background-size: cover;
    position: relative;
    vertical-align: top;
    overflow-y: hidden;
}

    .voice_block .voice_h_wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(27,68,44,0.5);
        left: 0;
        top: 0;
        transform: translateY(0);
        transition: transform 0.1s;
    }

        .voice_block .voice_h_wrap h3 {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
            font-size: calc(0.7em + 0.4vw);
            letter-spacing: 0.7vw;
            text-indent: 0.7vw;
            width: 100%;
        }

    .voice_block:hover .voice_h_wrap {
        transform: translateY(-100%);
    }

    .voice_block:nth-child(1) {
        background-image: url(../image/user/imai.png);
    }

    .voice_block:nth-child(2) {
        background-image: url(../image/voice_foto2.png);
    }

    .voice_block:nth-child(3) {
        background-image: url(../image/voice_foto1.png);
    }

    .voice_block:nth-child(4) {
        background-image: url(../image/voice_foto2.png);
    }

.voice_text {
    position: absolute;
    margin: 0 10px;
    bottom: 0;
    transform: translateY(100%);
    text-align: left;
    padding: 10px;
    background: #1b442c80;
    color: #fff;
    font-size: calc(0.6em + 0.3vw);
    letter-spacing: 0.2vw;
    line-height: 2.3;
    transition: transform 0.1s;
}

.voice_block:hover .voice_text {
    transform: translateY(-25px);
}

footer {
    background: #000;
    color: #fff;
    padding: 50px 0;
    text-align: center;
    font-size: 15px
}

    footer .to_company {
        margin-bottom: 10px;
    }

        footer .to_company a {
            font-size: 20px;
            text-decoration: underline;
        }

            footer .to_company a:hover {
                background: #fff;
                color: #000;
            }

/*下位ページ*/
.sub_mainview_wrap {
    background: #29bcac;
    color: #fff;
}

.sub_mainview_block {
    width: calc(100% - 20px);
    max-width: 1024px;
    margin: 0 auto;
    background-image: url(../image/bg_func.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 417px;
    position: relative;
}

.breadcrumb {
    padding: 6px 0 10px;
    font-size: 12px;
}

    .breadcrumb li {
        display: inline;
        line-height: 1.2;
    }

.sub_mainview_block h1 {
    font-size: 46px;
    letter-spacing: 22px;
    font-family: "游ゴシック", "Yu Gothic","游ゴシック体", YuGothic;
    top: 50%;
    left: 134px;
    transform: translateY(-50%);
    position: absolute;
}

.page_wrap {
    max-width: 1024px;
    margin: 0 auto;
    color: #333;
    padding: 50px 10px 40px;
}

.page_wrap2 {
    padding: 30px 10px 0;
    color: #333;
}

.func_cont {
    padding: 50px 0;
}

    .func_cont h2 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 8px;
        text-indent: 8px;
    }

    .func_cont .img_block {
        text-align: center;
        padding: 20px 0 40px;
    }

    .func_cont .txt_block {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 5px;
        text-align: center;
    }

    .func_cont .func_list {
        display: flex;
        justify-content: space-between;
        max-width: 970px;
        width: 100%;
        margin: 15px auto 0;
        flex-wrap: wrap;
    }

        .func_cont .func_list > div {
            width: 21%;
            text-align: center;
            background: #29bcac;
            color: #fff;
            font-weight: bold;
            letter-spacing: 5px;
            text-indent: 5px;
            height: 68px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
            font-size: 15px;
            margin: 10px 0;
            cursor: pointer;
            transition: all 0.3s;
            box-sizing: border-box;
        }

            .func_cont .func_list > div:hover {
                border-radius: 30px;
                border: 4px solid #29bcac;
                background: #fff;
                color: #29bcac;
            }

        .func_cont .func_list > span {
            width: 21%;
        }

.func_item {
    display: none;
}

.backwrap {
    position: fixed;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
}

.kogamen {
    position: fixed;
    width: calc(100% - 20px);
    max-width: 400px;
    height: 90%;
    max-height: 520px;
    top: 50%;
    left: 50%;
    z-index: 20;
    background: #fff;
    transform: translate(-50%,-50%);
    overflow-y: auto;
    padding: 30px 10px 10px;
    border-radius: 10px;
    box-sizing: border-box;
}

    .kogamen .close {
        top: 10px;
        right: 10px;
        position: absolute;
        font-size: 30px;
        line-height: 1;
        color: #4e4e4e;
        cursor: pointer;
    }

    .kogamen .img_block {
        text-align: center;
        margin: 30px 0 40px;
    }

        .kogamen .img_block img {
            max-width: 100%;
        }

    .kogamen .txt_block {
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: bold;
        line-height: 2;
        color: #333;
        margin: 0 10px;
    }

.strength_wrap {
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}

.sec_strength {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 50px 26px 300px;
    box-sizing: border-box;
}

    .sec_strength:before {
        content: "";
        position: absolute;
        width: 284px;
        height: 398px;
        background-image: url(../image/bg_strength.png);
        top: 0;
        left: -128px;
        z-index: -1;
    }

    .sec_strength h2 {
        font-size: 38px;
        font-weight: bold;
        letter-spacing: 8px;
        line-height: 1.3;
    }

    .sec_strength .img_block {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

.strength_txt {
    margin-top: 30px;
    letter-spacing: 3px;
    line-height: 1.6;
}


.case_cont {
    border: 4px solid #64ada5;
    border-radius: 15px;
    padding: 15px 15px;
    margin-bottom: 50px;
}

    .case_cont h2 {
        font-size: 26px;
        background: #64ada5;
        color: #fff;
        padding: 20px 10px;
        margin-bottom: 18px;
        border-radius: 10px 10px 0 0;
        letter-spacing: 2px;
    }

.case_block {
    display: flex;
}

    .case_block .tenpo_info {
        width: 50%;
        padding-right: 20px;
        box-sizing: border-box;
    }

        .case_block .tenpo_info img {
            width: 100%;
        }

        .case_block .tenpo_info .txt_block {
            padding: 10px 10px 0;
            line-height: 1.2;
            font-size: 14px;
            text-align: center;
        }

        .case_block .tenpo_info a {
            color: #1e88d6;
        }

            .case_block .tenpo_info a:hover {
                font-weight: bold;
            }

    .case_block .anke {
        flex: 1;
    }

        .case_block .anke .qa {
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .case_block .anke .question {
            font-size: 18px;
            font-weight: bold;
            color: #0b92bb;
            margin-bottom: 3px;
        }

        .case_block .anke .answer {
            border: 1px solid #9c9c9c;
            padding: 7px;
            font-size: 16px;
        }



.inquire_tbl {
    display: table;
    border-collapse: collapse;
    width: 100%;
    box-sizing: border-box;
}

    .inquire_tbl > div {
        display: table-row;
    }

.inquire_tr > div {
    display: table-cell;
}

.inquire_tbl label {
    cursor: pointer;
    padding: 5px 5px;
    display: inline-block;
}

    .inquire_tbl label:hover {
        background: #efefef;
    }

.inquire_tbl .inquire_td,
.inquire_tbl .inquire_th {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
    letter-spacing: 2px;
}

.inquire_tbl .inquire_th {
    text-align: left;
    background: #fdfbf7;
    font-weight: bold;
    color: #4c4c4c;
    font-size: 15px;
}

    .inquire_tbl .inquire_th.orange {
        background: #b74e5d;
        color: #fff;
    }

.inquire_tbl input,
.inquire_tbl select,
.inquire_tbl textarea {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
    font-size: 16px;
    max-width: 100%;
    box-sizing: border-box;
}

.inquire_tbl .subblock {
    padding: 10px;
    margin: 5px 10px;
    border: 1px solid #ada1a1;
    font-size: 14px;
    border-radius: 3px;
    border-bottom: 2px solid #e0917f;
}

    .inquire_tbl .subblock .sub_midashi {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .inquire_tbl .subblock input {
        font-size: 14px;
    }



.inquire_guide {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
}

.orange_squea {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #b74e5d;
    vertical-align: text-bottom;
    margin-right: 2px;
}

#bt_area {
    margin-top: 30px;
    text-align: center;
}

    #bt_area input {
        max-width: 400px;
        margin: 0 30px 10px;
        padding: 10px;
        width: 100%;
        background: #fff;
        border: 2px solid #ddd;
        border-radius: 6px;
        font-size: 20px;
        letter-spacing: 3px;
        text-indent: 3px;
        margin-bottom: 10px;
        cursor: pointer;
        transition: color 0.2s, border 0.2s;
    }

        #bt_area input:hover {
            border: 2px solid #ffa22f;
            color: #ff8d00;
        }


.form_wrap{

}
    .form_wrap .message {
        color: #ee224d;
        font-weight: bold;
        margin-bottom: 10px;
    }

.form_text {
    margin-bottom: 20px;
}

    .form_text .guide {
        font-size: 15px;
        font-weight: bold;
    }

.form_block {
    padding: 10px;
    box-sizing: border-box;
    margin: 0 10px;
    border: 1px solid;
    border-radius: 6px;
    background: #bed2d6;
}

.form_line {
    padding: 10px;
    border-bottom: 1px solid;
}
.form_title {
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
.input_err {
    font-weight: bold;
    color: #eb174b;
}
.form_title_text {
    font-size: 14px;
    font-weight: normal;
}
.inputtext {
    width: 100%;
    max-width:100%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #a5a5a5;
    margin: 0;
}
    .inputtext:focus {
        background: #fffea9;
    }

.btn_area {
    padding: 10px;
    text-align: center;
}
.btn_01 {
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    background: #6dac84;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
    text-indent: 4px;
    border: 1px solid #1c1c1c;
}
    .btn_01:hover {
        background: #26909f;
    }

@media screen and (max-width: 1399px) {
    .rece_start > section:nth-of-type(odd) {
        padding-left: 85px;
    }

    .rece_start > section:nth-of-type(even) {
        padding-right: 85px;
    }

    .rece_start > section:before {
        width: 50px;
    }

    .rece_start > section:nth-of-type(odd):before {
        left: 26px;
    }

    .rece_start > section:nth-of-type(even):before {
        right: 26px;
    }

    .rece_miryoku section {
        box-sizing: border-box;
    }
}



@media screen and (max-width: 1024px) {
    .mob_bt {
        display: flex;
        position: fixed;
        top: 5px;
        right: 14px;
        z-index: 10;
        font-size: 28px;
        background: rgba(255,255,255,0.5);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }

    html.wf-active body.top {
        background-size: auto 80vh;
    }

    body {
        padding-top: 0;
    }

    .header {
        position: relative;
        height: auto;
    }

    .head_logo {
        position: static;
        text-align: left;
        padding: 10px;
        display: inline-block;
    }

        .head_logo .sub_t {
            font-size: 11px;
            letter-spacing: 3px;
        }

        .head_logo .title {
            font-size: 26px;
            letter-spacing: 6px;
        }

    nav {
        display: block;
        width: calc(100vw - 70px);
        height: 100vh;
        background: #ececec;
        top: 0;
        position: fixed;
        right: 100%;
    }

        nav a {
            display: block;
            padding: 23px 0;
            border-bottom: 1px solid #ddd;
        }

            nav a:not(.to_inquire) {
                border-bottom: 2px solid #ddd;
            }

                nav a:not(.to_inquire).now_page {
                    border-bottom: 2px solid #ddd;
                }

            nav a.to_inquire {
                border: none;
                border-bottom: 2px solid #ddd;
                border-radius: 0;
            }

    .top_mainview {
        height: auto;
        display: block;
        width: auto;
        margin: 70px 10px 0;
    }

        .top_mainview h1 {
            margin-bottom: 26px;
        }

            .top_mainview h1 .sub_t {
                line-height: 1.2;
            }

    .mainview_subtext {
        margin-bottom: 7px;
    }

    .juryou {
        font-size: 12px;
    }

    .bg2:before {
        display: none;
    }

    .top_mainview > div {
        display: block;
    }

    .mainview_text {
        width: auto;
    }

    .rece_point {
        padding: 60px 10px 0;
    }

        .rece_point img {
            width: auto;
        }

        .rece_point h2 {
            font-size: 22px;
            line-height: 1.4;
            margin-bottom: 40px;
        }

        .rece_point p {
            font-size: 16px;
            letter-spacing: 2px;
        }

    .rece_miryoku {
        padding: 60px 10px 30px;
    }

    .no_rece_img {
        width: 100%;
        top: -70px;
    }

        .no_rece_img img {
            width: 140px;
        }

    .rece_miryoku section {
        background-size: 40%;
        display: block;
        width: auto;
        height: auto;
        padding: 10px 10px 30px;
        margin: 0 0% 25px;
        max-width: none;
    }

        .rece_miryoku section h3 {
            padding: 16px 5px 19px;
            font-size: 20px;
            letter-spacing: 2px;
        }

    .miryoku_txt {
        font-size: 16px;
    }

    .rece_start > section {
        padding: 64px 5px 64px 0;
    }

    .rece_start > section {
        padding-left: 56px !important;
        background-size: 130%;
        background-position: left -25px center !important;
    }

        .rece_start > section h2 {
            font-size: 21px;
            letter-spacing: 1px;
        }

            .rece_start > section h2:before {
                width: 41px;
                top: 15px;
            }

            .rece_start > section h2:before {
                right: calc(100% + 5px) !important;
            }

        .rece_start > section:nth-of-type(even) {
            padding-right: 5px;
        }

            .rece_start > section:nth-of-type(even) h2:before {
                left: auto;
            }

        .rece_start > section:nth-of-type(even) {
            text-align: left;
        }

        .rece_start > section p {
            font-size: 15px;
            letter-spacing: 1px;
        }

    .rece_start_img img {
        max-width: 100%;
    }

    .high_speed_wrap > div {
        width: auto;
        margin: 0 10px;
    }

    .high_speed_wrap h2 {
        font-size: 22px;
        letter-spacing: 1px;
        margin-bottom: 50px;
    }

    .high_speed_cont {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .high_speed_block {
        padding-right: 0;
        display: block;
    }

        .high_speed_block:not(:last-child) {
            background: none;
        }

        .high_speed_block:nth-child(3) {
            margin-top: 50px;
        }

    .sec_voice .eng {
        font-size: 50px;
        letter-spacing: 3px;
        text-indent: 3px;
    }

    .grd_line {
        height: 100px;
    }

    .sec_voice h2 {
        letter-spacing: 2px;
        font-size: 16px;
        text-indent: 2px;
    }

    .voice_block .voice_h_wrap h3 {
        font-size: 16px;
        letter-spacing: 2px;
        text-indent: 2px;
    }

    .voice_text {
        font-size: 15px;
        letter-spacing: 1px;
    }

    footer {
        font-size: 12px;
    }


    .page_wrap {
        padding: 50px 10px 30px;
    }


    .breadcrumb {
        padding: 6px 0 10px 7px;
    }

    .sub_mainview_block {
        width: 100%;
        background-position: bottom left;
        height: 300px;
    }

        .sub_mainview_block h1 {
            font-size: 25px;
            letter-spacing: 10px;
            left: 10px;
        }

    .sec_strength {
        padding: 50px 10px;
    }

        .sec_strength h2 {
            font-size: 20px;
            letter-spacing: 4px;
        }

    .strength_txt {
        letter-spacing: 0px;
    }

    .sec_strength .img_block {
        position: static;
        margin-top: 18px;
        text-align: center;
    }

        .sec_strength .img_block img {
            max-width: 100%;
        }


    .func_cont {
        padding: 30px 0 50px;
    }

        .func_cont h2 {
            font-size: 22px;
        }

        .func_cont .func_list > div {
            width: 48%;
            font-size: 14px;
            letter-spacing: 2px;
            text-indent: 2px;
        }

    .case_cont {
        border: 2px solid #64ada5;
        border-radius: 8px;
        padding: 6px 6px;
    }

        .case_cont h2 {
            font-size: 18px;
            padding: 12px 10px;
            border-radius: 6px 6px 0 0;
            letter-spacing: 1px;
        }

    .case_block {
        display: block;
    }

        .case_block .tenpo_info {
            width: 70%;
            padding-right: 0;
            margin: 0 auto 20px;
            text-align: center;
        }

            .case_block .tenpo_info img {
                width: auto;
                max-width: 100%;
            }

        .case_block .anke .question {
            font-size: 15px;
        }

        .case_block .anke .answer {
            border: 1px solid #cacaca;
            padding: 5px;
            font-size: 14px;
        }

    /*お問い合わせ*/
    .sec_inquire {
        padding: 0 10px;
    }

    .to_order {
        font-size: 14px;
    }

    .inquire_tbl {
        display: block;
        font-size: 15px;
    }

        .inquire_tbl > div {
            display: block;
        }

    .inquire_tr > div {
        margin-top: -1px;
        display: block;
    }

    .inquire_tbl .inquire_td,
    .inquire_tbl .inquire_th {
        padding: 10px 5px;
        letter-spacing: 1px;
        border: 1px solid #909090;
    }

    .inquire_tbl .inquire_th {
        border-bottom: none;
        background: #f9f2e3;
    }

    .inquire_tbl .inquire_td {
        border-top: none;
    }

        .inquire_tbl .inquire_td input[type="text"] {
            margin: 2px 3px;
        }

    .inquire_tbl label {
        padding: 3px 3px 3px 0;
    }

    .inquire_tbl input,
    .inquire_tbl select,
    .inquire_tbl textarea {
        font-size: 14px;
        max-width: 90%;
    }

    .inquire_tbl .subblock .sub_midashi {
        font-size: 14px;
        margin-bottom: 2px;
    }

    #bt_area input {
        margin: 0 auto 10px;
    }

    .item_block {
        font-size: 15px;
    }

    .item_name {
        font-size: 14px;
        padding: 6px 4px;
    }

    .item_price_cont span {
        font-size: 16px;
    }

    .item_tanka {
        font-size: 13px;
    }

    .item_count input {
        font-size: 14px;
    }
}
