/*
 Theme Name:   Lightning Child
 Template:     lightning
 Description:  Lightning Child Theme
*/

@charset "utf-8";

/* Lightningの標準構成を強制非表示 */
.home .site-header,
.home #site-header,
.home .vk-header,
.home .l-header,
.home .site-footer,
.home .sub-section,
.home .page-header,
.home .breadcrumb,
.home .main-section-header,
.home .vk-mobile-nav {
    display: none !important;
}

/* 不要な標準スタイルの削除 */
.home .entry-title--post-type--page,
.home h2:where(:not(.wp-block-post-title)) {
    border-top: none !important;
}

/* コンテナ制約の解除 */
.home .site-content,
.home .site-main,
.home .container,
.home .row,
.home .col,
.home .main-section,
.home .site-body {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ターゲットサイトのCSSをベースにした独自スタイル */

html {
    font-size: 62.5%;
}

body {
    position: relative;
    font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
    font-feature-settings: "palt" 1;
    line-height: 1;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
}

h2 em {
    font-style: normal;
}


header#nc-custom-header {
    position: fixed !important;
    width: 100% !important;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, .8) !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px !important;
    top: 0 !important;
    left: 0 !important;
}

header#nc-custom-header h1 img {
    max-width: 220px;
    width: 36.5vw;
}

header#nc-custom-header .btn .open {
    color: #e16f00;
    font-size: 15px;
    text-align: center;
    margin-top: 4px;
    font-weight: bold;
}

header#nc-custom-header .btn a {
    background-color: #ff7e00;
    color: #fff !important;
    text-decoration: none;
    display: block;
    max-width: 220px;
    padding: 10px 0;
    text-align: center;
    border-radius: 20px;
    position: relative;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
    width: 47.875vw;
}

header#nc-custom-header .btn a svg {
    fill: #fff;
    position: absolute;
    top: 7px;
    left: 18px;
    width: 18px;
}

header#nc-custom-header>.floating-contact-btn-wrap {
    position: fixed !important;
    top: 80px !important;
    right: 10px !important;
    width: 140px !important;
    animation: arrow-move-btn 2s 1s ease-in-out infinite;
    z-index: 10001;
}

@keyframes arrow-move-btn {

    0%,
    100% {
        top: 70px;
        opacity: 1;
    }

    50% {
        top: 80px;
        opacity: 1;
    }
}

main {
    position: relative;
    overflow: hidden;
}

#wrapper {
    background-color: #fff;
}

.header-top {
    width: 100%;
    height: 670px;
    position: relative;
}

.header-top::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 670px;
    background-image: url(https://n-consulting-osaka.com/images/header_bg.jpg);
    background-size: cover;
    background-position: top center;
}

.header-top .header-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 380px;
    width: 60%;
}

.header-catch {
    max-width: 855px;
    margin: -110px auto 0;
    position: relative;
    z-index: 10;
    width: 98%;
}

.header-catch .form-btn {
    position: relative;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 358px;
    width: 50%;
}

#point {
    position: relative;
    overflow: hidden;
}

#point ul {
    width: 100%;
    max-width: 1040px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 80px auto 0;
    list-style: none;
    padding: 0;
}

#point ul::after {
    content: "";
    background-image: url("https://n-consulting-osaka.com/images/arrow.png");
    display: inline-block;
    width: 86px;
    height: 74px;
    position: absolute;
    top: 260px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: arrow-move-pc 2s 1s ease-in-out infinite;
    background-size: contain;
    background-repeat: no-repeat;
}

@keyframes arrow-move-pc {

    0%,
    100% {
        top: 240px;
        opacity: 0.1;
    }

    70% {
        top: 260px;
        opacity: 1;
    }
}

#point ul li {
    background-image: url(https://n-consulting-osaka.com/images/point_01.gif);
    width: 330px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 330px;
}

#point ul li+li {
    background-image: url(https://n-consulting-osaka.com/images/point_02.gif);
}

#point ul li+li+li {
    background-image: url(https://n-consulting-osaka.com/images/point_03.gif);
}

#point ul li h2 {
    text-align: center;
    margin-top: 120px;
    font-size: 2.0rem;
    line-height: 1.2em;
}

#point ul li h2 span {
    color: #ff7e00;
    font-weight: bold;
}

#point .text01 {
    background-color: #fff9e2;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1040px;
    margin: 84px auto 0;
    border-radius: 8px;
    padding: 10px 30px;
}

#point .text01 img {
    margin-right: 30px;
    max-width: 100%;
}

#point .text01 p {
    width: 60%;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-align: justify;
}

#point .text01 p em {
    text-decoration: underline;
}

#point .text01 p .text-point {
    display: block;
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    margin-top: 10px;
}

#point .text01 p .text-point span {
    color: #ff7e00;
    font-weight: bold;
}

/* List Section */
#list {
    position: relative;
    background-color: #eff3f5;
    margin-top: 80px;
    padding: 60px 0;
}

#list h2 {
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#list h2 em::before,
#list h2 em::after {
    content: "";
    display: inline-block;
    width: 22vw;
    height: 1px;
    margin: 0 3rem;
    vertical-align: middle;
    border-top: dotted 1px;
}

#list .text01 {
    text-align: center;
    margin-top: 30px;
    line-height: 1.6em;
    letter-spacing: .1em;
    padding: 1em;
}

#list .list-case {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1040px;
    margin: 30px auto 0;
}

#list .list-case img {
    width: 40%;
}

#list .list-case dl {
    width: 60%;
    margin-right: 10px;
}

#list .list-case dl dt {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-align: center;
}

#list .list-case dl dd {
    background-color: #fff;
    padding: 20px 10px 20px 60px;
    margin-top: 20px;
    border-radius: 100px;
    position: relative;
    text-align: left;
}

#list .list-case dl dd svg {
    fill: #ff7e00;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

/* Condition Section */
#condition {
    position: relative;
    z-index: 1;
}

#condition h2 {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.4em;
}

#condition h2 span {
    color: #ff7e00;
}

#condition .text01 {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 40px auto 0;
    border-top: solid 1px #ccc;
    padding: 1em 0;
    border-bottom: solid 1px #ccc;
    width: 90%;
    max-width: 920px;
}

#condition ul {
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
    width: 100%;
    max-width: 1040px;
    list-style: none;
    padding: 0;
}

#condition ul li {
    margin: 0 10px;
    width: 100%;
}

#condition ul li img {
    max-width: 100%;
    height: auto;
}

#condition ul li p {
    font-weight: bold;
    margin-top: 10px;
}

#condition .text02 {
    width: 94%;
    max-width: 1040px;
    margin: 40px auto 0;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

#condition .text02 span {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    display: block;
    margin-bottom: 0.4em;
}

#condition .more {
    background-color: #f4810e;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 40px;
}

#condition .more h3 {
    color: #fff;
    font-size: 3.0rem;
    font-weight: bold;
    margin-top: 40px;
}

#condition .more .text03 {
    background-color: #fff;
    width: 80%;
    margin: 20px auto;
    padding: 30px;
    border-radius: 10px;
    border: solid 3px #a35100;
    line-height: 1.8em;
    text-align: left;
    max-width: 740px;
}

#condition .more .text03 span {
    font-weight: bold;
    color: #ff0060;
}

#condition .more .caption {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 40px 0 20px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
}

#condition .give-up {
    position: relative;
    background-image: url(https://n-consulting-osaka.com/images/bg02.jpg);
    height: 707px;
    width: 100%;
    background-position: center;
    margin-top: -100px;
    z-index: -1;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
}

#condition .give-up h3 {
    margin-top: 150px;
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
}

#condition .give-up h3::after {
    content: "";
    display: block;
    background-image: url("https://n-consulting-osaka.com/images/under_line.png");
    width: 530px;
    height: 20px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

#condition .give-up p {
    background-color: rgba(255, 255, 255, .7);
    width: 90%;
    max-width: 1040px;
    border-radius: 10px;
    text-align: center;
    margin: 50px auto 0;
    padding: 40px 0;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}

#condition .give-up p span {
    display: block;
    font-size: 1.8rem;
    color: #f00;
}

/* Comparison Table */
#comparison {
    margin-top: 80px;
}

#comparison h2 {
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#comparison h2 em::before,
#comparison h2 em::after {
    content: "";
    display: inline-block;
    width: 22vw;
    height: 1px;
    margin: 0 3rem;
    vertical-align: middle;
    border-top: dotted 1px;
}

#comparison .cmparison-box {
    max-width: 1000px;
    border: solid 4px #000;
    margin: 200px auto 0;
    border-radius: 20px;
    display: flex;
    padding: 0 20px 30px;
}

#comparison .cmparison-box dl {
    width: 50%;
    text-align: center;
    margin: 0 10px;
}

#comparison .cmparison-box dl dt {
    background-color: #ff7e00;
    width: 80%;
    margin: -34px auto 50px;
    padding: 20px 0;
    border-radius: 40px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
}

#comparison .cmparison-box dl dt::before {
    content: "";
    display: block;
    width: 117px;
    height: 117px;
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

#comparison .cmparison-box dl.mochiie dt::before {
    background-image: url(https://n-consulting-osaka.com/images/icon_merit.png);
}

#comparison .cmparison-box dl.chintai dt {
    background-color: #414141;
}

#comparison .cmparison-box dl.chintai dt::before {
    background-image: url(https://n-consulting-osaka.com/images/icon_demerit.png);
}

#comparison .cmparison-box dl dd {
    background-color: #ff7e00;
    margin-top: 20px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#comparison .cmparison-box dl.chintai dd {
    background-color: #f7f7f7;
    color: #000;
}

/* Voice Section */
#voice {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

#voice h2 {
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#voice h2 em::before,
#voice h2 em::after {
    content: "";
    display: inline-block;
    width: 22vw;
    height: 1px;
    margin: 0 3rem;
    vertical-align: middle;
    border-top: dotted 1px;
}

#voice .voice-box {
    width: 90%;
    margin: 60px auto 0;
    max-width: 1040px;
}

#voice .voice-list .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    border: none;
    background: none;
}

#voice .voice-list .prev {
    left: -40px;
    transform: translateY(-50%);
}

#voice .voice-list .next {
    right: -40px;
    transform: translateY(-50%) scale(-1, 1);
}

#voice .voice-list .item>div {
    border: solid 3px #eff3f5;
    padding: 70px 20px 20px 20px;
    margin: -50px 10px 0;
    min-height: 300px;
    text-align: center;
    border-radius: 20px;
}

#voice .voice-list .item img {
    margin: 0 auto;
    width: 156px;
}

#voice .voice-list .item em {
    font-size: 3.0rem;
    font-weight: bold;
    display: block;
}

#voice .voice-list .item p {
    text-align: justify;
    margin-top: 20px;
    line-height: 1.4em;
}

/* Performance Section */
.performance {
    margin-top: 120px;
    background-color: #ff7e00;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}

.performance p {
    display: inline-block;
    margin: -30px auto 0;
    background-color: #000;
    padding: 20px 0;
    color: #fff;
    width: 70%;
    text-align: center;
    border-radius: 40px;
    font-weight: bold;
    font-size: 30px;
    max-width: 500px;
}

.performance>div {
    position: relative;
}

.performance .performance-img {
    margin: 70px auto;
    max-width: 90%;
}

.performance .performance-98 {
    position: absolute;
    top: -140px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 156px;
}

/* Form Styles */
#form {
    position: relative;
    margin-top: -60px;
    padding-top: 120px;
    background-color: #eff3f5;
}

#form h2 {
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#form h2 em::before,
#form h2 em::after {
    content: "";
    display: inline-block;
    width: 22vw;
    height: 1px;
    margin: 0 3rem;
    vertical-align: middle;
    border-top: dotted 1px;
}

#form .tel-box {
    max-width: 856px;
    margin: 30px auto 70px;
    width: 100%;
}

#form .tel-box a {
    background-color: #ff7e00;
    padding: 14px 0;
    max-width: 400px;
    display: block;
    text-align: center;
    margin: -30px auto 0;
    z-index: 100;
    position: relative;
    border-radius: 40px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 30px;
    width: 70%;
}

.form-check {
    max-width: 960px;
    margin: 80px auto 0;
    padding: 10px 0;
    background: #ffffff;
    border-radius: 7px;
    font-size: 95%;
    line-height: 1.8;
    width: 100%;
}

.form-check .notice {
    text-align: center;
}

.form-check dl {
    width: 90%;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 1px #ccc;
    padding: 1em;
    border-radius: 10px;
    max-width: 600px;
}

.form-check dl dt {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.form-check dl dt em {
    font-size: 1.2em;
    display: block;
}

.form-check dl dd {
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check dl dd .radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.form-check dl dd .radio-inline__label {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0 10px;
    border-radius: 6px;
    width: 100px;
    text-align: center;
    border: solid 1px #ccc;
    cursor: pointer;
    transition: .2s;
}

.form-check dl dd .radio-inline__input:checked+.radio-inline__label {
    background: #ff7e00;
    color: #fff;
    font-weight: bold;
}

.impossible,
.impossible2 {
    width: 90%;
    text-align: center;
    color: #f00;
    font-weight: bold;
    font-size: 16px;
    margin: 10px auto 0;
}

form#mail_form {
    max-width: 960px;
    margin: 80px auto 0;
    padding: 40px;
    background: #ffffff;
    border-radius: 7px;
    font-size: 95%;
    line-height: 1.8;
    width: 100%;
}

form#mail_form dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

form#mail_form dt {
    width: 30%;
    border-top: 1px solid #cccccc;
    padding: 15px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form#mail_form dd {
    width: 70%;
    border-top: 1px solid #cccccc;
    padding: 15px 0 15px 5%;
    margin: 0;
    position: relative;
}

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    appearance: none;
    font-size: 100%;
    margin: 5px 0;
}

form#mail_form .required {
    background: #ff7e00;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 0.9em;
    margin-left: 10px;
}

form#mail_form select {
    padding: 10px;
    border: 1px solid #cccccc;
    background: #fafafa;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}

form#mail_form textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    appearance: none;
}

.privacy-box {
    text-align: center;
    margin: 30px 0;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

form#mail_form p#form_submit {
    text-align: center;
    margin: 30px 0 0;
}

form#mail_form p#form_submit button {
    background-color: #ff7e00;
    color: #fff;
    border: none;
    padding: 1.2em 4em;
    border-radius: 40px;
    font-weight: bold;
    font-size: 1.8rem;
    cursor: pointer;
}

.parsley-error {
    border: 2px solid #f00 !important;
}

.parsley-custom-error-message,
.parsley-required,
.parsley-equalto {
    color: #f00;
    font-size: 0.9em;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}

/* Slanting effect */
.slanting {
    position: relative;
    height: 50px;
    overflow: hidden;
}

.slanting svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    fill: #eff3f5;
    transform: scale(1, -1);
}

.slanting2 {
    position: relative;
    height: 50px;
    margin-top: -1px;
}

.slanting2 svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    fill: #f4810e;
    transform: scale(1, -1);
}

/* Marker Animation */
.js-markerScrollAnimation,
.js-markerScrollAnimation2 {
    background: -webkit-linear-gradient(left, rgb(255, 249, 126) 50%, transparent 50%);
    background: linear-gradient(to right, rgb(255, 249, 126) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em;
    background-position: 100% .5em;
    transition: 3s;
}

.js-markerScrollAnimation.is-active,
.js-markerScrollAnimation2.is-active {
    background-position: 0% .5em;
}

/* Zoom Animation */
.zoom_off {
    opacity: 0;
    transform: scale(3);
    transition: 1s;
}

.zoom_on {
    opacity: 1;
    transform: scale(1);
}

/* Footer */
.site-footer-custom {
    background-color: #fff;
    padding: 60px 0 20px;
    text-align: center;
    position: relative;
}

.btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 90px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

/* --- レスポンシブ (スマホ) 調整 --- */
@media screen and (max-width: 800px) {
    #wrapper {
        width: 100%;
        overflow: hidden;
    }

    header#nc-custom-header h1 img {
        max-width: 160px;
        width: 40vw;
    }

    header#nc-custom-header .btn a {
        font-size: 1.4rem;
        width: 170px;
        padding: 6px 0;
        border-radius: 15px;
    }

    header#nc-custom-header .btn a svg {
        top: 4px;
        left: 8px;
        width: 14px;
    }

    header#nc-custom-header>.floating-contact-btn-wrap {
        width: 70px !important;
        top: 75px !important;
        right: 5px !important;
    }

    .header-top {
        height: 400px;
    }

    .header-top::before {
        height: 110vw;
        max-height: 440px;
        background-position: center -30px;
    }

    .header-catch {
        margin: -70px auto 0;
    }

    .header-catch .form-btn {
        width: 60%;
        bottom: 25px;
    }

    #point ul {
        flex-direction: column;
        align-items: center;
        margin: 30px auto 0;
    }

    #point ul li {
        width: 80vw;
        height: 48.5vw;
        background-size: 100%;
        margin-bottom: 30px;
    }

    #point ul li h2 {
        font-size: 5vw;
        margin-top: 30vw;
        padding: 0 5vw;
        line-height: 1.25;
    }

    #point ul::after {
        top: 180vw;
        width: 60px;
        height: 50px;
        animation: arrow-move-sp 2s 1s ease-in-out infinite;
    }

    #point .text01 {
        flex-direction: column;
        padding: 20px 15px;
        width: 94%;
    }

    #point .text01 img {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    #point .text01 p {
        width: 100%;
        text-align: justify;
        font-size: 1.4rem;
    }

    #list h2 {
        font-size: 5vw;
        letter-spacing: 0.1em;
    }

    #list h2 em {
        white-space: nowrap;
    }

    #list .text01 {
        text-align: left;
        padding: 1em 1em 0;
        text-align: justify;
        margin-top: 20px;
    }

    #list h2 em::before,
    #list h2 em::after {
        width: 8vw;
        margin: 0 1rem;
    }

    #list .list-case {
        flex-direction: column;
        margin: 10px auto 0;
    }

    #list .list-case img {
        width: 50%;
        margin-bottom: 15px;
    }

    #list .list-case dl {
        width: 94%;
    }

    #list .list-case dl dt {
        font-size: 2rem;
    }

    #list .list-case dl dd {
        padding: 15px 10px 15px 50px;
        font-size: 1.35rem;
        border-radius: 30px;
    }

    #condition h2 {
        font-size: 1.8rem;
        padding: 0 1em;
    }

    #condition .text01 {
        font-size: 2rem;
        width: 94%;
    }

    #condition ul {
        flex-direction: column;
        align-items: center;
    }

    #condition ul li {
        width: 90%;
        margin-bottom: 15px;
    }

    #condition .give-up {
        background-attachment: scroll;
        height: auto;
    }

    #condition .give-up h3 {
        margin-top: 90px;
        font-size: 2rem;
    }

    #condition .give-up p {
        width: 94%;
        font-size: 2rem;
        padding: 25px 15px;
    }

    #comparison h2 {
        font-size: 5vw;
        letter-spacing: 0.1em;
    }

    #comparison h2 em {
        white-space: nowrap;
    }

    #comparison h2 em::before,
    #comparison h2 em::after {
        width: 2vw;
        margin: 0 1rem;
    }

    #comparison .cmparison-box {
        flex-direction: column;
        margin: 180px 10px 0;
    }

    #comparison .cmparison-box dl {
        width: 100%;
    }

    #comparison .cmparison-box dl.chintai {
        margin-top: 150px;
    }

    #voice h2 {
        font-size: 5vw;
    }

    #voice h2 em::before,
    #voice h2 em::after {
        width: 28vw;
        margin: 0 1rem;
    }

    #voice .voice-list .item>div {
        padding: 50px 15px 15px;
        margin: -40px 10px 0;
        min-height: auto;
    }

    #voice .voice-list .prev {
        left: 0;
    }

    #voice .voice-list .next {
        right: 0;
    }

    .performance p {
        font-size: 2.0rem;
        padding: 20px;
        width: 70%;
    }

    .performance .performance-98 {
        width: 28%;
        top: -16vw;
    }

    #form h2 {
        font-size: 5vw;
        letter-spacing: 0.1em;
    }

    #form h2 em {
        white-space: nowrap;
    }

    #form h2 em::before,
    #form h2 em::after {
        width: 14vw;
        margin: 0 1rem;
    }

    .form-check {
        width: 94%;
    }

    form#mail_form {
        padding: 20px;
    }

    form#mail_form dl dt {
        width: 100%;
        border-top: none;
    }

    form#mail_form dl dd {
        width: 100%;
        padding: 0 0 15px 0;
        border-top: none;
    }

    #form_submit button {
        width: 100%;
        padding: 15px;
        font-size: 1.6rem;
    }

    @keyframes arrow-move-sp {

        0%,
        100% {
            top: 175vw;
            opacity: 0.1;
        }

        70% {
            top: 180vw;
            opacity: 1;
        }
    }
}