body {
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
    
    /* 宮追加 start */
    font-size: 1.6rem;
    font-weight: 500;
    color: #4d4d4d;
    /* 宮追加 end */
}
/* 宮追加 start */
button, input, select, textarea{
    font-family: 'Noto Sans JP', sans-serif, YuGothic,'Yu Gothic','メイリオ', Meiryo,
                'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
    font-size: 1.6rem;
    color:#4d4d4d;}
/* 宮追加 end */

.wrapper {
    overflow: hidden;
}

.container {
    max-width: 90vw;
    padding: 0;
    margin: 0 auto;
}

.switch-plan .container {
    max-width: 100%;
}

.container-login-area {
    max-width: 70vw;
}

/*input[type="text"], input[type="password"] {
    font-size: 1.3rem;
    border-radius: 0.4rem;
    text-align: initial;
}*/

.page-content.blur {
    filter: blur(5px);
}

/* .navbar {
    display: none;
} */
.con-header {
    margin: 0 auto;
    padding: 0;
}

/* ----- Navigation Bar CSS ----- */
.con-navbar {
    display: flex;
    padding: 2rem 4em;
    border-bottom: 1px solid gray;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: white;
}

/* .con-navbar .con-navleft {
    display: flex;
    align-items: center;
} */

.con-navbar .con-navleft img {
    width: 9rem;
    height: 3rem;
}

/* .con-navbar .con-navleft .con-navleft-list li a{
    color: var(--body-color);
}

.con-navbar .con-navleft .con-navleft-list li a:hover {
    color: var(--contractor-primary);
} */

.list-items {
    padding: 0 1rem;
}

.first-item {
    border-right: 1px solid;
}

.con-navbar .con-navright {
    display: flex; 
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.mobile { 
    display: none;
}

.con-navbar .con-navright .con-navright-second {
    display: flex; 
    align-items: center;
}

.con-navbar .con-navright .con-navright-item {
    margin-right: 2rem;
}

.con-navbar .con-navright .con-register-button {
    padding: 0.5rem 2.5rem;
    border-radius: 1rem;
    background: var(--primary);
}

.con-navbar .con-navright .con-register-button a {
    color: white;
}

.con-navbar .con-navright .con-register-button:hover {
    background: var(--secondary);
    color: white;
}

.con-navbar .con-navright .con-login-button a {
    background: var(--primary);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.navbar-button {
    display: none;
    position: absolute;
    /*right: 2rem;
    top: 3rem;*/
    right: 2.4rem;
    top: 2.3rem;
}
.fa-bars:before, .fa-navicon:before{
    font-size: 2.4rem;
}
/* ----- End Navigation Bar CSS ----- */


/* ---- Login Area CSS ----- */
/*.login-area {
    margin-top: 10rem;
    display: flex; 
    height: 80rem;
}

.login-left, 
.login-right {
    width: 50%;
}

.login-right {
    margin-bottom: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-left img{
    width: 85%;
    height: 80%;
    object-fit: contain;
}

.login-right .login-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5rem 0 5rem 0;
}

.login-right .login-title h2 {
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 1rem;
}

.login-title img {
    width: 113%;
}

.login-right .login-input {
    width: 80%;
}

.login-right .login-input .login-button {
    padding-top: 3rem;
}

.login-right .login-input span a {
    color: green;
}

.login-right .login-input span a:hover {
    color: var(--secondary);
}

.form-group input:focus {
	outline: none;
  	border: 2px solid #e99c11;
}

.form-group label {
    font-weight: bold;
    font-size: 12px;
}

.name-input {
    margin: 5px 0 15px 0;
}

.btn {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 1.5rem 0;
    border-radius: 0.7rem;
}
*/

/* 宮追加 start */
/* RH追加分 ここから */

div.top{
    display: grid;
    grid-template:
        "image copy" 45%
        "image form" 41%
        /47% 53%;
    max-width: 1344px;
    margin: 8rem auto 8rem;
    /*height:calc(100vh - 64px);*/
    max-width: 1300px;
}

div.top-image-area{
    grid-area: image;
    padding: 0 5%;
    position: relative;
    top:0;
    left:0;
    align-self: end;}
    div.top-image-area .top-discount{
        position: absolute;
        top:0;
        left:0;
        width: 300px;
        height: 300px;
        font-size: 3rem;
        border-radius: 50%;
    }

    div.top-image-area > img{
        max-height: 480px;
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center;
    }


        div.top-image-area .appeal-text{
            text-align: center;
            font-size: min(3.2vw,3.2rem);
            font-weight: bold;
            margin-bottom: 1.6rem;
            color: #e7381e;}
        div.top-image-area .hukidashi{
            position: relative;
            left: 0;
            top: 0;
            margin-bottom: 1.6rem;}
        div.top-image-area .hukidashi > img{
            position: absolute;
            left: 10%;
            top: 0;
            width: 80%;}
        div.top-image-area .hukidashi p{
            text-align: center;
            font-size: 2.4rem;
            line-height: 5.6rem;}

div.top-form-area{
    padding-top: 3%;
    width: 50%;
}

div.top-form-first{
    grid-area: copy;
    align-self: end;
    white-space: nowrap;
}

div.top-form-second{
    grid-area: form;
}



div.top-form-first,
div.top-form-second{
    width: 90%;
    padding: 0px 5% 0;
}

div.top-form-first .top-form-text1{
    /*font-family: "ヒラギノ丸ゴ Pro W6","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro W6","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
    font-weight: bold;
    font-size: min(2.4vw,3rem);
    text-align: center;
}

div.top-form-first .top-form-text2{
    padding: 30px 0;
}

div.top-form-first .top-form-text3{
    text-align: center;
}

div.top-form-first .top-form-text3 img{
    width: 80%;
}

.is_growth_cvr .growth_cvr_form__title{
    display: block;
}

.growth_cvr_form__title{
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    margin: 0 0 8px;
}

.cvr_form__row{
    margin: 20px 0;
}

.cvr_form__field{
    position: relative;
    outline: none;
    height: 44px;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 14px 8px;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 1.6rem;
    border: 1px solid #898989;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
}

.how-to-register {
    background-color: #f5f3f3;
}

.first-content {
    padding: 1rem 2rem 0 2rem;
}

.second-content {
    padding: 0rem 2rem 1rem 2rem;
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

/* RH追加分 ここまで */

.submit-btn{
    cursor: pointer;
    background-color: #5cbda2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 1.6rem;}
    .submit-btn:hover{
        background-color: #0f947c;}

/* 宮追加分 end */



/* ----- End Login Area CSS -----*/

/* ----- New Bannen CSS -----*/
.new-banner-container {
    margin-bottom: 6rem;
    max-width: 100vw;
}

.new-banner {
    margin-top: 10rem;
    /*background: #0f947c;*/
    /*height: 45rem;*/
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.new-banner .banner-title {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.new-banner .banner-title h2 {
    font-size: 4rem;
    font-weight: 900;
    font-style: italic;
}

.new-banner-content {
    display: flex;
    justify-content: center;
    padding: 0 4rem;
}

.new-banner-content img {
    max-height: 480px;
    height: 100%;
    width: 40%;
    object-fit: contain;
    object-position: center;
}

.new-banner-content p {
    color: white;
    font-size: calc(100vw/60);
    font-weight: 900;
    padding: 2rem 0;
    font-style: italic;
}

.new-banner-content-detail {
    padding: 0 2rem;
}

/* ----- End New Bannen CSS -----*/


/* ----- Header Banner CSS ----- */

.header-banner {
    height: 45rem;
    background: #0f947c;
}

.header-banner .banner-title {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-banner .banner-title h2{
    color: white;
    font-size: 2.25rem;
}

.header-banner .banner-title p {
    font-size: 5rem;
    color: white;
    font-weight: bolder;
    text-align: center;
}

.header-banner .banner-title p span {
    font-size: 2rem;
    padding-left: 0.5rem;
    color: white;
    font-weight: lighter;
}

.header-banner .banner-title h2, 
.header-banner .banner-title button {
    margin-bottom: 1rem;
}

.header-banner .banner-title p {
    margin-bottom: 2rem;
} 

.header-banner .banner-title button {
    width: 20%;
    background: inherit;
    color: white;
    font-size: 2.5rem;
    border: 1px white solid;
    border-radius: 0.5rem;
    text-align: center;
}

.header-banner .banner-slideshow .banner-image {
    width: 40rem;
    height: 30rem;
}

.header-banner .banner-slideshow .banner-image img {
    width: 100%;
    height: 100%;
}

.header-banner .slick-slider {
    margin-top: 1rem;
}

/* Customer slider */
.slick-initialized .slick-slide {
    display: block; 
    margin: 0 1rem;
}

/* ----- End Header Banner CSS -----*/


/* ----- Why Choose CSS ----- */
.con-why-choose {
    margin-top: 3rem;
}


.why-choose-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}
.why-choose-title h2 {
    font-size: 5rem;
    color: var(--body-color);
    font-weight: bold;
}
    
.why-choose-items {
    margin-bottom: 4rem;

    min-width: 92rem;
    width: 50%;
    max-width: 102rem;
    margin-left: auto;
    margin-right: auto;
}

.why-choose-first {
    height: 35rem;
    margin-bottom: 15rem;
    /*display: flex;
    justify-content: space-around;*/
}
.why-choose-items h3 {
    font-size: 5rem;
    text-align:justify;
    text-align-last:justify;
    color: var(--mainColor1);
    font-weight: bold;
    background-image: url(../../../images/addimage/17addimage.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    height: 9rem;}
    .why-choose-items h3.line2 {
        height: 18rem;}
    .why-choose-items .choose-notice{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        top: -7rem;}
        .why-choose-items .choose-notice div{
            color: var(--mainColor1);}
            .why-choose-items .choose-notice .choose-notice-text{
                font-size: 2rem;
                padding-bottom: 7rem;}
            .why-choose-items .choose-notice .choose-notice-zero{
                font-size: 24rem;}
                .why-choose-items .choose-notice .choose-notice-zero span{
                    font-size: 12rem;}
        .why-choose-items .choose-notice-under-text{
            position: relative;
            top:-7rem;}
            .why-choose-items .choose-notice-under-text p{
                font-size: 2.4rem;}
            .why-choose-items .choose-notice-under-text .underline{
                text-decoration-line: underline;}


.first-left {
    width: 45rem;
    height: 100%;
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.first-left-banner {
    width: 100%;
    display: flex; 
    justify-content: space-around;
}

.zero-number {
    font-size: 10rem;
    color: #0f947c;
    font-weight: 900;
}

.zero-number span {
    font-size: 4rem;
    font-weight: 900;
}
.zero-number p {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.first-left-detail {
    font-size: 2rem;
    font-weight: 400;
}

.first-left-link {
    font-size: 2rem;
}

.first-left-link u a {
    color: var(--body-color);
}

.first-left-link u a:hover {
    color:#0f947c;
}

.first-right {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.first-right-title {
    font-size: 5rem;
    font-weight: 900;
}

.first-right-title p {
    color:#0f947c;
}

.first-right-detail {
    font-size: 1.8rem;
    font-weight: 300;
}

.first-right-note {
    color: gray;
    font-size: 1.4rem;
}

.why-choose-second {
    display: flex;
    justify-content: space-around;
    height: 35rem;
}

.second-left {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.second-left-title {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 3rem;
}

.second-left-title p {
    color:#fa8064;
}

.second-left-detail {
    font-size: 1.8rem;
    font-weight: 300;
}

.second-right {
    width: 40%;
}

.second-right img {
    width:100%;
    height: 80%;
    border:#0f947c 1px solid;
    object-fit: contain;/* 宮追加 */
}

.why-choose-third {
    display: flex; 
    flex-direction: column;
    align-items: center;
    height: 80vh;
}

.third-title {
    text-align: center;
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 2rem;
}

.third-title p {
    color:#915937;
}

.third-detail {
    font-size: 1.8rem;
    font-weight: 300;
}

.third-image {
    width: 80%;
    height: 80%;
}

.third-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-choose-fourth {
    display: flex;
    height: 70vh;
    justify-content: space-around;
}

.fourth-left, 
.fourth-right {
    /*width: 40%;*/
    width: 48%;/* 宮追加 */
    height: 100%;
}

.fourth-left img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    /*object-fit: cover;/ * 宮追加 */
}

.fourth-right {
    display: flex; 
    flex-direction: column;
}

.fourth-right-title {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 3rem;
}

.fourth-right-title p {
    color:#c455c6;
}

.fourth-right-detail {
    font-size: 1.6rem;
    font-weight: 300;
}

.fourth-right-detail .fourth-list ul {
    flex-direction: column;
    list-style: disc;
}

/* 宮追加 start */
.fourth-right-detail .fourth-list ul li{
    margin-left: 2.5rem;
}
.fourth-right-detail .fourth-list .fourth-list-title {
    font-size: calc(100vw/32);
    padding: 0.5rem;
    color: #f2f2f2;
    text-align: start;
    background: var(--contractor-primary);
    width: 100%;
    font-size: 1.8rem;
}
/* 宮追加 end */

/* ------ End Why-Choose CSS ----- */

/* 宮追加 start */
/* ----- products-handling CSS ----- */
.con-products{
    box-sizing: unset;
    padding: 8rem 0;
    background-color: #4fb382;}
    .con-products .top-margin{
        margin-top: 4rem;}
    .con-products .products-handling-area::after{
        content: '';
        display: block;
        clear: both;}
    .con-products .products-handling{
        box-sizing: unset;
        position: relative;
        top:0;
        left:0;
        float: left;
        width: calc(21% - 26px);
        padding: 10px 10px 6.4rem 10px;
        margin: 0 2% 1.6rem;
        /*background-color: var(--white);*/
        border: 3px solid #fff;
        border-radius: 10px;}
        .con-products .products-handling .products-handling-img{
            width: 100%;
            height: 12rem;
            object-fit: contain;}
        .con-products .products-handling .detail-btn{
            position: absolute;
            width: 30px;
            top:-10px;
            right:-10px;
            cursor: pointer;}
            .con-products .products-handling .detail-content {
                position: absolute;
                top: 35px;
                right: -80px;
                width: 200px;
                padding: 10px;
                border-radius: 10px;
                background-color: var(--white);
                z-index: 10;
                box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);}
                .con-products .products-handling:nth-of-type(4n) .detail-content{
                    left: unset;
                    right: -15px;}
        .con-products .maru-title.orange-v{
            width: 159px;
            line-height: 3rem;
            border:solid 2px var(--white);
            margin: 2rem auto;}
        .con-products .products-handling-title{
            background-color: unset;
            padding: unset;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 6.4rem;
            width: 100%;
            color: #fff;}
        .con-products .products-handling .comingsoon{
            position: absolute;
            top:0;
            left:0;
            border-radius: 7px;
            width: 100%;
            height: 100%;
            background-color: rgba(80,80,80,0.7);
            color: #fff;}

/* 宮追加 end */

/* ----- Reason CSS ----- */
.con-reason {
    /*height: 65rem;*/
    height: 62rem;/* 宮追加 */
    background:#0f947c;
}

.con-reason .con-reason-title {
    display: flex; 
    flex-direction: column;
    color: white;
    align-items: center;
    padding-top: 1rem;
    margin: 0 0 2rem 0; 
}

.con-reason-title p {
    margin-top: 10px;
}

.reason-items {
    width: 35rem !important;
    height: 45rem;
    display: flex !important; 
    flex-direction: column;
    align-items: center;
    background: white;
    justify-content: space-around;
}

/*.reason-container {
    height: 10rem;
}
.reason-container p {
    text-align: center;
}*/

/* 宮追加 start */
.reason-container{
    width: 80%;}
    .reason-container .review-title{
        font-size: 1.8rem;
        margin-top: 3.2rem;
        margin-bottom: 1.6rem;
    }

/* 宮追加 end */


.reason-items .reason-image {
    width: 80%;
    /*height: 50%;*/
    padding-bottom: 3.2rem;/* 宮追加 */
}

.reason-items .reason-image img {
    width: 100%;
    /*height: 100%;
    object-fit: contain;
    object-fit: cover;*//* 宮追加 */
}

.reason-link {
    display: flex;
    align-items: center;
}

.reason-link i {
    padding-right: 1rem;
}

/* 宮追加 start */
.slick-track{
    display: flex !important;}
    .con-reason .container,
    .con-reason .container .con-reason-slideshow .slick-list,
    .con-reason .container .con-reason-slideshow .slick-list .slick-track,
    .con-reason .container .con-reason-slideshow .slick-list .slick-track .slick-slide,
    .con-reason .container .con-reason-slideshow .slick-list .slick-track .slick-slide div,
    .con-reason .container .con-reason-slideshow .slick-list .slick-track .slick-slide div .reason-items{
        height: 100%;}
        .con-reason .container .con-reason-slideshow{
            height: 70%;
        }
        .con-reason .container .con-reason-slideshow .slick-list .slick-track .slick-slide div .reason-items .reason-image{
            height: 22rem;
        }


/* 宮追加 end */

/* ----- End Con-Reason CSS ----- */


/* ----- Price Plan CSS ----- */
.con-price-plan {
    margin-top: 3rem;
}

.price-plan-content {
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /*height: 25rem; 宮削除*/
}

.button-back{
    width: 100%;
    margin-left: 100px;
}

.button-back a {
    display: flex;
}

.arrow-button {
    color: #0f947c;
    font-size: 3rem;
    font-weight: bold;
}

.button-back a p {
    color: black;
    font-size: 1.6rem;
    margin: 12px 0 0 5px;
}

.price-plan-content .first-title {
    font-size: 3rem;
    margin: 4rem 0;/* 宮追加 */
}

.price-plan-content h2 {
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 4rem;/* 宮追加 */
}

.price-plan-content .plan-details {
    display: flex; 
    flex-direction: column; 
    align-items: center;
    font-size: 2rem;
    font-weight: 300;
}

/* ----- End Price Plan CSS ----- */


/* ----- Switch Plan CSS ----- */
.switch-plan-content {
    margin-top: 7rem;
    display: flex;
    flex-direction: column; 
    align-items: center;
    /*height: 75rem; 宮削除 */
    background: var(--highlight-section);
}

.switch-plan-title h2 {
    text-align: center;
    font-weight: 500;
    padding: 5rem 0;
    font-size: 4rem;
}

.switch-plan-details {
    display: flex; 
    justify-content: space-between;
    width: 96%;
}

.switch-plan-details .plan-yellow {
    border: 5px solid var(--contractor-secondary);
}

.switch-plan-details .plan-pink {
    border: 5px solid #ff0052;
}

.switch-plan-details .plan-primary {
    border: 5px solid #0f947c;
}

.switch-plan-details .plan-yellow, 
.switch-plan-details .plan-primary,
.switch-plan-details .plan-pink {
    display: flex;
    flex-direction: column; 
    align-items: center;
    width: 50rem;
    height: 40rem;
}

.switch-plan-details .plan-yellow .plan-yellow-title {
    background: var(--contractor-secondary);
    width: 100%;
    text-align: center;
}

.switch-plan-details .plan-pink .plan-pink-title {
    background: #ff0052;
    width: 100%;
    text-align: center;
}


.switch-plan-details .plan-yellow .plan-yellow-title::after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    width: 0; 
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid var(--contractor-secondary);
}

.switch-plan-details .plan-primary .plan-primary-title {
    background: var(--contractor-primary);
    width: 100%;
    text-align: center;
}

.switch-plan-details .plan-primary .plan-primary-title::after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid var(--contractor-primary);
}

/* 宮追加 start */
.switch-plan-details .plan-pink .plan-pink-title::after{
    content: '';
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #ff0052;
}
/* 宮追加 end */

.switch-plan-details .plan-yellow .plan-yellow-title h5,
.switch-plan-details .plan-primary .plan-primary-title h5,
.switch-plan-details .plan-pink .plan-pink-title h5 {
    font-size: 2.5rem;
    font-weight: 100;
    color: #fff;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch-plan-details .plan-yellow .plan-yellow-content,
.switch-plan-details .plan-primary .plan-primary-content,
.switch-plan-details .plan-pink .plan-pink-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #ffffff;
}

.switch-plan-details .plan-yellow .plan-yellow-content h3,
.switch-plan-details .plan-yellow .plan-yellow-content .monthly,
.switch-plan-details .plan-primary .plan-primary-content h3,
.switch-plan-details .plan-primary .plan-primary-content .monthly,
.switch-plan-details .plan-pink .plan-pink-content h3,
.switch-plan-details .plan-pink .plan-pink-content .monthly {
    font-size: 2rem;
    font-weight: 700;
}

.switch-plan-details .plan-yellow .plan-yellow-content p .monthly-price,
.switch-plan-details .plan-primary .plan-primary-content p .monthly-price,
.switch-plan-details .plan-pink .plan-pink-content p .monthly-price {
    font-size: 7rem;
    font-weight: 900;
    padding: 0 1rem;
}

.contract-fee {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--highlight-box);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 70%;
    height: 40%;
    position: relative;
}

.contract-fee .contract-fee-title {
    font-weight: 300;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.contract-fee .contract-fee-percent {
    font-size: 2rem;
    font-weight: 700;
}

.contract-fee .contract-fee-percent span {
    font-size: 5rem;
    font-weight: 900;
}

.plan-primary-content .contract-fee .contract-fee-title::before {
    content: '業界最安水準';
    position: absolute;
    width: 10vw;
    height: 10vw;
    max-width: 15rem;
    max-height: 15rem;
    border-radius: 50%;
    background: var(--contractor-primary);
    right: -40%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: min(2rem,1.6vw);
    font-weight: bold;
    box-shadow: #ffffff -4px 4px 1px 3px;
}

.switch-plan-details .plan-mid {
    display: flex; 
    align-items: center;
    margin: 0 10px;
}

.switch-plan-details .plan-mid span {
    font-size: 70px;
    color: var(--contractor-secondary);
}

.footer {
    display: flex; 
    justify-content: space-between;
}

.switch-plan-footer {
    width: 65%;
    display: flex;
    justify-content: center;
    padding: 2rem 0;
    font-weight: 300;
    font-size: 2.0em;
}

.switch-plan-footer strong {
    font-weight: bold;
}

/* ----- End Switch Plan ----- */


/* ----- Growth Plan ----- */
.growth-plan-content {
    margin-top: 7rem;
    display: flex; 
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 80rem;
}

.growth-plan-content .growth-title {
    font-size: 5rem;
    font-weight: 900;
    margin: 2rem 0;
}

.growth-plan-content .growth-detail {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

.growth-footer {
    width: 70%;
    text-align: end;
}

.growth-plan-content .mobile-plan {
    display: none;
}

.growth-table {
    /*width: 57%;*/
    width: 80%;
}

.growth-table p {
    margin: 0;
}

.first-row {
    height: 6rem;
    /*display: flex;*/}
    .first-row::after{/*display: flex; 宮追加*/
        content:'';
        display: block;
        clear: both;}

.first-row h4 {
    text-align: center;
    font-size: 2rem;
    color: white;
    font-weight: 600;
}

.first-row .col-lg {
    margin: 0 5px;
}

.second-row {
    /*display: flex; 宮削除*/
    height: 12rem;
    border: 2px solid;
    border-radius: 5px;}
    .second-row::after{/*display: flex; 宮追加*/
        content:'';
        display: block;
        clear: both;}

div .col-lg {
    padding: 0;
}

.second-row-content {
    display: flex;
    /* 宮追加 start */
    /*width: 170px;*/
    width: calc(26% - 8px);
    /* 宮追加 end */
    margin: 0 5px;
    /*height: 116px;*/
    height: 100%;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;/* 宮追加 */}

.second-row-content p {
    /*font-size: 2rem;*/
    font-size: 3rem; /* 宮追加 */
    font-weight: bold;
    /*padding: 10px 0;*/
    padding: 3px 0; /* 宮追加 */
    display: flex;
    align-items: center;
}

.second-row-content p span {
    padding: 0;
    font-size: 1.5rem;
    color: #aeaeae;
    margin-left: 3px;
    font-weight: 100;
}

/*.third-row {
    display: flex;
} 宮削除 */

.third-row-content {
    height: 60px;
    /* 宮追加 start */
    margin: 0 5px;
    /*width: 170px;*/
    width: calc(26% - 9px);
    float: left;
    /* 宮追加 end */
}

.fouth-row-content {
    margin: 0 5px;
    height: 116px;
    font-size: 1.5rem;
    /* 宮追加 start */
    /*width: 170px;*/
    width: calc(26% - 8px);
    height: 100%;
    /* 宮追加 end */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: left;
}

.fouth-row-content p {
    /*font-size: 2rem;*/
    font-size: 3rem;
    font-weight: bold;
    padding: 2px 0 5px 0;
    display: flex;
    align-items: center;
}

.fouth-row-content p span {
    padding: 0;
    font-size: 1.5rem;
    color: #aeaeae;
    margin-left: 3px;
    font-weight: 100;
    padding-top: 2rem;/* 宮追加 */
}

.first-growth-title {
    margin: 0 5px;
    /* 宮追加 start */
    /*width: 170px;*/
    width: calc(26% - 10px);
    height: 100%;
    float: left;
    /* 宮追加 end */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: var(--contractor-primary);
}

.second-growth-title {
    margin: 0 5px;
    /* 宮追加 start */
    /*width: 170px;*/
    width: calc(26% - 10px);
    height: 100%;
    float: left;
    /* 宮追加 end */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ff0052;
}

.third-growth-title {
    margin: 0 5px;
    /* 宮追加 start */
    /*width: 150px;*/
    width: calc(26% - 10px);
    height: calc(100% - 10px);
    float: left;
    /* 宮追加 end */
    margin-top: 10px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #aeaeae;
}

.third-row {
    height: 6rem;}
    .third-row::after{/*display: flex; 宮追加*/
        content:'';
        display: block;
        clear: both;}

.fouth-row {
    /*display: flex;*/
    border: 2px solid;
    border-radius: 5px;
    /*height: 12rem;*/
    height: 18rem;/* 宮追加 */}
    .fouth-row::after{/*display: flex; 宮追加*/
        content:'';
        display: block;
        clear: both;}

.second-row-title {
    display: flex;
    font-size: 2rem;
    /*width: 200px;*/
    width: calc(22% - 2px);/* 宮追加 */
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    float: left;/* 宮追加 */
}

/* 宮追加 start */
/*.fouth-row-title, .third-row-title {
    display: flex;
    width: 200px;
    font-size: 1.5rem;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}*/

.fouth-row-title,.third-row-title {
    display: flex;
    
    height: 100%;
    font-size: 1.5rem;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    float: left;}
    .third-row-title{
        width: calc(22% - 1px);}
    .fouth-row-title{
        width: calc(22% - 2px);}
/* 宮追加 end */

.third-row-title {
    justify-content: end;
}

.second-row-title p {
    /*padding: 10px 0;*/
    line-height: 5.8rem; /* 宮追加 */
}

.fouth-row-title p {
    /*padding: 5px 0 10px 0;*/
    font-size: 1.8rem;
    line-height: 4.8rem; /* 宮追加 */
}

.content-highlight-section {
    background-color: var(--highlight-section);
}

.content-highlight-pink {
    background-color: #f7dae4;
}

.content-highlight-gray {
    background-color: #a4d2ff21;
}

.border-red {
    border-left: 2px solid #ff0052;
    border-right: 2px solid #ff0052;
}

.border-section {
    border-left: 2px solid var(--contractor-primary);
    border-right: 2px solid var(--contractor-primary);
}

.no-border {
    border: none;
    /*width: 150px;*/
    width: calc(26% - 12px);/* 宮追加 */

}

.no-border p {
    /*font-size: 1.7rem;*/
    font-size: 2rem;
}

.content-highlight-section span {
    padding-top: 10px;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    color: var(--contractor-primary);
}

.content-highlight-pink span {
    padding-top: 10px;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    color: #ff0052;
}

.arrow-section {
    /* 宮追加 start */
    /*margin: 0 7px;*/
    /*width: 170px;*/
    /* 宮追加 end */
}

/*.arrow-pink {
    margin: 0 3px;
}*/

.highlight-fee {
    display: flex;
}

.highlight-fee span {
    /*padding-top: 5px;*/
    padding-top: 2rem;/* 宮追加 */
    font-size: 1.5rem;
    color: #aeaeae;
    margin-left: 3px;
}

.highlight-fee-primary {
    color: var(--contractor-primary);
}

.highlight-fee-pink {
    color: #ff0052;
}

.half_background {
    background: linear-gradient(to top, yellow 30%, transparent 30%);
    background-size: 20% 80%;
}

.growth-primary-title {
    display: flex;
    flex-direction: column;
}

.growth-primary-title img {
    width: 7rem;
    align-content: space-between;
    margin: 10px 0 0 70px;
}

.growth-gray-title h4 {
    font-weight: 100 !important;
    margin-top: 10px;
}

.plan-comparison-title {
    /*margin-right: 2px;*/
    /*width: 200px;*/
    width: calc(22%);/* 宮追加 */
    height: 100%;
    display: flex;
    align-items: flex-end;
    float: left;/* 宮追加 */
}

.plan-comparison-title p {
    color: black;
    padding-left: 20px;
    font-weight: 100;
}

/* ----- End Growth Plan ----- */

/* ----- Register Form CSS ----- */
.con-register-form {
    margin-top: 10rem;
    /*height: 50rem;*/
}

.con-form-size {
    max-width: 140rem;
    width: 100%;
    /*height: 30rem;*/
    /*background: var(--primary);*/
}

.con-form {
    width: 100%;
    /*background: white;*/
    /*transform: translate(-50%, -10%);*/
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/}
    .con-form .form-content{
        width: 30%;
        position: relative;
        top:0;
        left:0;}
        .con-form .form-content form{
            position: absolute;
            top: 15rem;
            left: 7%;
            width: 86%;}
        

.form-title {
    margin-right: 5%;
    width: 30%;
    font-weight: 700;
    margin-bottom: 1rem;
}
.con-form .form-group {
    padding-bottom: 1rem;
}

.con-form .login-button {
    padding-top: 3rem;
}

.con-form span a {
    color: green;
}

.con-form span a:hover {
    color: var(--secondary);
}
/* ----- End Register-Form CSS ----- */


/* ----- Contractor Q&A CSS ----- */
.con-qa {
    /* height: 70rem; */
    padding: 6rem 0;
    background:var(--highlight-section);
}

.con-qa-title {
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    border-radius: 40px;
    color: white;
    background-color: #f78e48;
    width: 100%;/* 宮追加 */
}

.con-qa-title p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

/*.con-qa-content {
    display: flex; 
    flex-direction: column;
    align-items: center;
}*/

.qa-content-items {
    width: 52%;
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0;
}

.qa-content {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1.7rem;
    font-size: 16px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    perspective: 1000px;
}

.content-left {
    display: flex; 
    align-items: center;
}

.content-left i {
    padding: 0 2rem;
    font-size: 30px;
}

.content-left i,
.content-right i {
    color: #f78e48;
}

.toogle i {
    margin-right: 20px;
    font-size: 40px;
    display: none;
}

.toogle .open, 
.toogle.active .close {
    display: block;
}

.toogle .close, 
.toogle.active .open {
    display: none;
}

/*.answer {
    font-size: 16px;
    border: 2px solid #f78e48;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    width: 100%;
    background: white;
    display: none;
}*/

.straightLine {
    border: 2px solid #f78e48;
    margin: 8px auto;
    width: 20px;
    transform: rotate(90deg);
}
.flex-view{
    list-style: none;
    display: flex;}
    .flex-vertical-center{
        list-style: none;
        display: flex;
        flex-direction: column; /* 子要素をflexboxにより縦並びに。 */
        justify-content: center; /* 子要素をflexboxにより縦中央に配置する */
        align-items: center; /* 子要素をflexboxにより横中央に配置する */
    }
.con-qa{
    padding: 8rem 0;
    background-color: #e6f5f4;}
    .con-qa .container{
        width: calc(100% - 10vw);
        margin-left: auto;
        margin-right: auto;
        max-width: 920px;}

    .con-qa details{
        margin-top: 3rem;}
    .con-qa details summary{
        list-style: none;
        position: relative;
        border-radius: 10px;
        padding: 20px 30px 20px 30px;
        cursor: pointer;
        background-color:#fff;
    }
    .con-qa details summary p{
        align-items:unset;
        width: 100%;}
    .con-qa details summary::before{
        content: 'Ｑ';
        font-size: 3rem;
        font-weight: bold;
        color: #f78e48;
        margin-right: 30px;
    }
    .con-qa details summary::after {
        content: '';
        width: 50px;
        height: 50px;
        transform: rotateX(0deg);
        transition: transform 0.5s;
        font-size: 30px;
        background-image: url(../../../images/customer/v2/アセット\ 16.png);
        background-repeat: no-repeat;
        background-size: 3rem;
        background-position: left center;}
    .con-qa details[open] summary::after {
        transform: rotateX(180deg);}

    .con-qa details hr{
        position: relative;
        top:1px;
        border: unset;
        width: 22px;
        transform: rotate(90deg);
        border-top: solid 5px #f78e48;
        opacity: unset;
        background-color:unset;
        margin: 8px auto;}

    .con-qa details[open] .answer {
        padding: 20px 30px 20px 30px;
        border-radius: 10px;
        background-color: #fff;
        border: solid 2px #f78e48;}
        .con-qa details .answer::before{
            height: 100%;
            content: 'Ａ';
            font-size: 3rem;
            font-weight: bold;
            color: #f78e48;
            margin-right: 30px;
        }





.fadeIn {
    display: flex;
    opacity: 0;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    
    -moz-animation: fadeIn 300ms ease-in-out forwards;
      -o-animation: fadeIn 300ms ease-in-out forwards;
     -ms-animation: fadeIn 300ms ease-in-out;
         animation: fadeIn 300ms ease-in-out forwards;

}

.fadeOut {
    display: flex;
    opacity: 1;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;

    -moz-animation: fadeOut 300ms ease-in-out;
      -o-animation: fadeOut 300ms ease-in-out;
     -ms-animation: fadeOut 300ms ease-in-out;
         animation: fadeOut 300ms ease-in-out;

}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

/* ----- End Register-Form CSS ----- */


/* ----- Page Footer CSS ----- */

footer {
    min-height: 100px;
}

.footer-content {
    margin-top: 30px;
    margin-bottom: 10px;
}
.con-footer {
    height: 4rem;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content {
    display: flex; 
    justify-content: space-between;
    height: 50%;
    width: 80%;
    font-size: 1.2rem;
}

.footer-left .footer-top-left .logo {
    width: 100px;
}

.footer-top-left{
    margin-top: 10px;
}

.footer-right {
    margin-top: 13px;
    display: flex; 
    justify-content: space-between;
}

.middle-left-one,
.middle-right-one {
    padding-bottom: 1.5rem;
}

.middle-left-one, .middle-left-two, .middle-right-two p {
    color: #0f947c;
}

.middle-right-one a {
    color: #0f947c;
}

.footer-content-left {
    margin-right: 20px;
    text-align: end;
}
footer .sns-area{
    display: flex;
    justify-content: center;
    margin: 3.2rem 0;}
    footer .sns-area .sns{
        width: 6rem;
        margin: 0 5rem;}
        footer .sns-area .sns img{
            width: 100%;}
    footer .sns-area .sns.twitter{
        width: 6rem;
        margin: 0 5rem;}
        footer .sns-area .sns.twitter img{
            padding: 16%;
            /*width: 68%;*/
            border-radius: 10px;
            background-color: #000;}

/* 宮追加 start */
footer .copyright{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #50b585;
    color:var(--white);}
footer a{
    /*margin-left: 1rem;*/
    margin-bottom: 1rem;
    text-decoration: none;
    color: #0d8070;}
    footer a:hover{
        color: var(--secondary);}
/* 宮追加 end */

/* ----- End Page Footer CSS ----- */


/* ----- Side Bar CSS ----- */
.navbar-slide {
    width: 80%;
    height: 90vh;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: none;
}

.navbar-slide.active {
    display: flex;
    transform: translateX(0);
}

.sidebar {
    width: 80%;
}

.sidebar-close {
    position: absolute;
    top: 2rem;
    left: 2rem;
    cursor: pointer;
}

.sidebar-close i {
    font-size: 2.4rem;
    color: var(--contractor-primary);
}

.sidebar .sidebar-logo{
    text-align: center;
}

.sidebar .sidebar-logo img {
    width: 9rem;
    height: 3rem;
}

.sidebar .sidebar-login-button, 
.sidebar .sidebar-register-button {
    width: 100%;
    padding: 0.8rem 0;
    border-radius: 0.3rem;
    text-align: center;
    margin: 1rem 0;
}

.sidebar .sidebar-login-button {
    border: 2px solid var(--contractor-primary);
}

.sidebar .sidebar-register-button {
    background: var(--contractor-primary);
}

.sidebar .sidebar-register-button a {
    color: #fff;
}

.sidebar-first-content, 
.sidebar-second-content {
    margin: 0.5rem 0;
}

.sidebar-first-content .sidebar-title, 
.sidebar-second-content .sidebar-title {
    background-color: #f2f2f2;
    padding: 0.5rem;
}

/* .sidebar-first-content .sidebar-first-body, 
.sidebar-second-content .sidebar-second-body {
    padding: 0.5rem 2.5rem;
} */

.sidebar-first-content .sidebar-first-body ul, 
.sidebar-second-content .sidebar-second-body ul {
    display: flex;
    flex-direction: column;
}

.sidebar-first-content .sidebar-first-body ul li,
.sidebar-second-content .sidebar-second-body ul li {
    padding: 0.5rem 2rem;
}

.sidebar-second-content .sidebar-second-body ul li {
    border-bottom: 1px solid;
}

.sidebar-first-content .sidebar-first-body ul .first {
    border-bottom: 1px solid;
}

.sidebar-first-content .sidebar-first-body ul li a,
.sidebar-second-content .sidebar-second-body ul li a {
    color: var(--body-color);
}

.sidebar-first-content .sidebar-first-body ul li a:hover, 
.sidebar-second-content .sidebar-second-body ul li a:hover {
    color: var(--contractor-primary);
}

/* ----- End SideBar CSS ----- */

@media (max-width: 1300px) {
    .switch-plan-content {
        /*height: 65rem; 宮削除 */
    }
    .switch-plan-details .plan-yellow, .switch-plan-details .plan-primary, .switch-plan-details .plan-pink {
        width: 40rem;
        height: 40rem;
    }

    .switch-plan-details .plan-yellow .plan-yellow-content p .monthly-price, .switch-plan-details .plan-primary .plan-primary-content p .monthly-price, .switch-plan-details .plan-pink .plan-pink-content p .monthly-price {
        font-size: 5rem;
    }

    /*.contract-fee {
        width: 50%;
    }*/

    .switch-plan-footer {
        font-size: 1.3em;
    }

    /* 宮追加 start */
    .fouth-row-title p{
        font-size: 1.2rem;
    }
    /* 宮追加 end */
}

@media (max-width: 1066px) {
    .switch-plan-content {
        height: 65rem;
    }

    .switch-plan-details .plan-yellow, .switch-plan-details .plan-primary, .switch-plan-details .plan-pink {
        width: 30rem;
        height: 30rem;
    }

    .switch-plan-details .plan-yellow .plan-yellow-content p .monthly-price, .switch-plan-details .plan-primary .plan-primary-content p .monthly-price, .switch-plan-details .plan-pink .plan-pink-content p .monthly-price {
        font-size: 3rem;
    }

    /*.contract-fee {
        width: 30%;
    }*/

    .contract-fee .contract-fee-percent span {
        font-size: 2rem;
    }

    .switch-plan-footer {
        font-size: 1em;
    }
}

/*@media (max-width: 1200px) {
    .second-row-title {
        font-size: 1.5rem;

    }
    
    .fouth-row-title, .third-row-title {
        font-size: 1.2rem;
    }

    .plan-comparison-title {
        margin-right: 5px;
    }

    .first-row p {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 990px) {
    .plan-comparison-title {
        margin-right: 9px;
    }

    .first-row p {
        font-size: 1.3rem !important;
    }

    .second-row-title {
        font-size: 1.3rem !important;
    }

    .second-row-content p {
        font-size: 1.5rem !important;
    }

    

    .fouth-row-title p {
        padding: 0;
        font-size: 1rem;
    }

    .fouth-row-content p {
        font-size: 1.3rem !important;
        padding: 0px 0 7px 0;
    }

    .highlight-fee span {
        padding: unset;
    }
}*/

@media (max-width: 890px) {
    /* 宮追加 start */
    /* RH追加分 ここから */
    div.top{
        grid-template:
            "copy" 32vw
            "image" auto
            "form" auto/100%;
        margin: 64px auto 0;
        max-width: 1300px;
        padding-top: 8rem;
    }

    div.top-form-first{
        width: 75%;
        margin: 0 auto;
    }

    div.top-form-first .top-form-text1{
        font-size: 1.6rem;
    }

    div.top-image-area{
        width: 100%;
        margin: 30px auto 0;
        align-self: center;
    }
    
        div.top-image-area section h2{
            font-size: 2.4rem;
            margin-bottom: 1.6rem;}
        div.top-image-area .hukidashi > img,
        div.top-image-area section .hukidashi > img{
            left: 0;
            width: 100%;}
        div.top-image-area .hukidashi p,
        div.top-image-area section .hukidashi p{
            font-size: 2rem;}

    div.top-form-first, div.top-form-second {
        width: calc(100% - 10vw);
        margin-left: auto;
        margin-right: auto;
        padding: unset;}

    .cvr_form__container{
        width: 95%;
        margin: 0 auto;
    }
    /* RH追加分 ここまで*/
    /* 宮追加 end */

    body {
        overflow-x: hidden;
    }

    .container {
        max-width: 90vw;
    }

    .switch-plan .container {
        max-width: 100vw !important;
    }

    input[type="text"], input[type="password"] {
        text-align: initial;
    }

    /* NavBar */
    .con-navbar {
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        background: #fff;
        z-index: 999;
    }
    .navbar-button {
        display: flex;
        cursor: pointer;
    }

    .wrapper .con-header {
        background-color: white;
    }
    
    .con-header .con-navright {
        display: none;
    }

    .login-right .login-input .form-group {
        padding-bottom: 1rem;
        font-size: 12px;
    }
    
    .login-right .login-input .login-button {
        padding-top: 1rem;
    }

    .con-header .login-area {
        flex-direction: column-reverse;
        height: auto;
        margin: 7rem 0 5rem 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .login-right .login-input{
        width: 100%;
        padding: 30px;
    }

    .con-header .login-area .login-left,
    .con-header .login-area .login-right {
        width: 100%;
        font-size: calc(100vw/32);
    }

    .con-header .login-area .login-right .login-title h2 {
        font-size: calc(100vw/18);
    }

    .header-banner .banner-title {
        padding: 2rem 0 1rem 0;
    }

    .header-banner .banner-title h2, .header-banner .banner-title button {
        font-size: calc(1.35rem + 1.2vw);
    }

    .header-banner .banner-title button {
        width: 80%;
    }

    .con-price-plan {
        margin-top: 8rem;
    }

    .con-price-plan .container .button-back{
        margin: 0;
    }
    .button-back a p{
        margin: 9px 0 0 5px;
        font-size: 1.4rem;
    }

    /* .header-banner .banner-slideshow .banner-image {
        width: 40rem !important;
        height: 30rem;
    } */
    .why-choose-title h2 {
        font-size: calc(100vw/16);
    }

    .why-choose-items {
        margin-bottom: 5rem;
        height: auto;
        width: 100%;
        min-width: unset;
        max-width: unset;
    }

    .why-choose-first {
        flex-direction: column-reverse;
        height: auto;
        align-items: center;
        margin-bottom: unset;
    }
    .why-choose-fourth{
        height: auto;
    }
    .why-choose-items h3 {
        font-size: 1.6rem;
        height: 4rem;}
        .why-choose-items .choose-notice .choose-notice-zero{
            font-size: 18rem;}
    .why-choose-items h3.line2 {
        font-size: 1.6rem;
        height: 6rem;}
        .why-choose-items .choose-notice-under-text p{
            font-size: 1.6rem;}

    .first-right, 
    .first-left,
    .second-left, 
    .second-right {
        width: 100%;
        align-items: center;
    }

    .zero-number {
        font-size: calc(100vw/10);
    }

    .zero-number span {
        font-size: calc(100vw/24);
    }

    .zero-number p {    
        font-size: calc(100vw/24);
    }   
    
    .first-left-detail, 
    .first-left-link,
    .first-right-detail,
    .second-left-detail,
    .third-detail,
    .fourth-right-detail{
        font-size: calc(100vw/32);
    }    
    
    .first-right-title, 
    .second-left-title,
    .first-right-detail,
    .second-left-detail,
    .third-detail{
        text-align: center;
    }   

    .why-choose-second {
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .why-choose-third {
        text-align: center;
        height:auto;
    }
    .third-image {
        width: 100%;
        height: auto;
    }

    .fourth-left {
        display: none;
    }

    .fourth-right {
        width: 100%;
        align-items: center;
    }

    .fourth-right-title {
        text-align: center;
    }
    
    .fourth-right-detail {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
    }

    .fourth-right-detail p {
        text-align: center;
    }
    
    .fourth-right-detail .fourth-list {
        width: 100%;
        /* border: 1px solid var(--contractor-primary); */
        display: flex;
        flex-direction: column;
        align-items: center;       
    }

    .fourth-right-detail .fourth-list .fourth-list-title {
        font-size: calc(100vw/32);
        padding: 0.5rem;
        color: #f2f2f2;
        text-align: start;
        background: var(--contractor-primary);
        width: 100%;
    }

    .fourth-right-detail .fourth-list ul {
        width: 90%;
    }

    .fourth-right-detail .fourth-list ul li {
        /* padding: 0 0.5rem; */
        font-size: calc(100vw/36);
    }

    .con-form-size {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .con-form {
        width: calc(100% - 10vw);
        position: unset;
        transform: unset;
    }
    .con-form .form-content{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;}
        .con-form .form-content form {
            top:unset}

    .con-form .form-title {
        display: none;
    }

    .con-form form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .con-form form .form-group {
        width: 80%;
    }

    /* Growth-Plan */
    .growth-plan-content {
        height: auto;
    }
    .growth-plan-content .growth-title {
        display: none;
        font-size: calc(100vw/20);
    }

    .growth-plan-content .growth-detail {
        font-size: 15px;
    }
    
    .growth-plan-content .growth-footer {
        font-size: calc(100vw/32);
        margin-right: 65px;
        text-align: start;
        width: 81%;
    }
   
    .growth-plan-content .mobile-plan {
        height: 30rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 95%;/* 宮追加 */
    }

    .mobile-plan p {
        margin: 0;
    }

    .first-mobile-row,
    .second-mobile-row {
        display: flex;
        flex-direction: column;
        height: 27rem;
        /*width: 10rem;*/
        width: 22%;
    }

    .first-mobile-row-title {
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    
    .first-mobile-row-title p {
        text-align: center;
        font-size: 10px;
        color: black;
        font-weight: 200;
    }

    .first-mobile-row-title p b {
        font-weight: bold;
    }

    .second-mobile-row-title p,
    .third-mobile-row-title p,
    .fouth-mobile-row-title p {
        text-align: center;
        margin: 1rem 0;
        font-size: 1.2rem;
        font-weight: 200;
        color: white;
    }

    .second-mobile-row-content div {
        width: 10rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .second-mobile-row-content-title p {
        font-weight: 200;
        display: flex;
        justify-content: center;
    }

    .second-mobile-row-title {
        background-color: #0f947c;
        height: 7rem;
        margin: 1px 0 10px 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .third-mobile-row-title {
        background-color: #ff0052;
        height: 7rem;
        margin: 0 0 10px 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fouth-mobile-row-title {
        height: 5rem;
        background-color: #aeaeae;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .second-mobile-row {
        border: 1px solid;
        border-radius: 5px;
        /*width: 25rem;*/
        width: 78%;/* 宮追加 */
    }

    .second-mobile-row-content {
        height: 4rem;
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    .paid-plan {
        border-top: 1px solid var(--contractor-primary);
        border-bottom: 1px solid var(--contractor-primary);
        margin-bottom: 10px;
        height: 7rem;
        background-color: var(--highlight-section);
    }

    .premium-plan {
        border-top: 1px solid #ff0052;
        border-bottom: 1px solid #ff0052;
        margin-bottom: 10px;
        height: 7rem;
        background-color: #f7dae4;
    }

    .other-company {
        height: 5rem;
        background-color: #a4d2ff21;
    }

    .fee-monthly p {
        margin: 0;
    }

    .fee-monthly-title {
        font-size: 1.1rem;
        display: block !important;
        text-align: center;
    }
    
    .fee-monthly-title strong {
        font-weight: bold;
    }

    .fee-monthly span, .plan-comparison span {
        font-weight: 100;
        margin-left: 3px;
        font-size: 10px;
    }

    .lowest-level {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .lowest-level span {
        color: #0f947c;
    }

    .mobile-plan-arrow div {
        font-size: 50px;
        transform: rotate(90deg);
        color: var(--contractor-primary);
    }

    /* Con-Price-Plan */
    .price-plan-content .first-title {
        margin-top: 30px;
        font-size: calc(100vw/24);
    }

    .price-plan-content .plan-details {
        font-size: 15px;
    }

    .price-plan-content h2 {
        font-size: calc(100vw/16);
        /* display: none; */
    }

    /* Switch-Plan */
    .switch-plan-content {
        height: auto;
    }
    
    .switch-plan-details {
        width: 100%;
        height: unset;
        justify-content: unset;
        flex-direction: column;
        align-items: center;
    }
    
    .switch-plan-details .plan-yellow, 
    .switch-plan-details .plan-primary, 
    .switch-plan-details .plan-pink {
        width: 100%;
        margin: 1rem 0;
        height: 50rem;
    }
    .switch-plan-details .plan-mid {
        transform: rotate(90deg);
    }
    .switch-plan-footer {
        font-size: 12px;
    }
    .switch-plan-details .plan-yellow .plan-yellow-content h3,
    .switch-plan-details .plan-yellow .plan-yellow-content .monthly,
    .switch-plan-details .plan-primary .plan-primary-content h3,
    .switch-plan-details .plan-primary .plan-primary-content .monthly,
    .switch-plan-details .plan-pink .plan-pink-content h3,
    .switch-plan-details .plan-pink .plan-pink-content .monthly {
        font-size: calc(100vw/20);
    }
    /* 宮追加 start */
    .plan-items h3{
        margin-top: 3.2rem;}
    /* 宮追加 end */

    .switch-plan-details .plan-yellow .plan-yellow-content .monthly span,
    .switch-plan-details .plan-primary .plan-primary-content .monthly span,
    .switch-plan-details .plan-pink .plan-pink-content .monthly span {
        font-size: calc(100vw/8);
    }
   
    .switch-plan-details .plan-yellow .plan-yellow-title::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        /*border-top: 10px solid var(--contractor-secondary);*/
        border-top: 15px solid var(--contractor-secondary);/* 宮追加 */
    }

    .switch-plan-details .plan-primary .plan-primary-title::after{
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid var(--contractor-primary);
    }

    /* 宮追加 start */
    .switch-plan-details .plan-pink .plan-pink-title::after{
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid #ff0052;
    }
    /* 宮追加 end */

    .plan-primary-content .contract-fee .contract-fee-title::before {
        width: 20vw;
        height: 20vw;
        left: 80%;
        top: -15%;
        font-size: 3vw;
        font-weight: bold;
    }

    .contract-fee .contract-fee-percent span {
        font-size: calc(100vw/12);
    }

    .switch-plan-footer {
        width: 90%;
    }
    
    /* QA Contents */
    .con-qa {
        height: auto;
    }
    .con-qa-content {
        margin-bottom: 5rem;
    }
    .qa-content-items {
        width: 100%;
    }

    .toogle i {
        margin-right: unset;
    }

    /* Con-footer */

    footer{
        width: calc(100% - 5vw);}
        footer p{
            font-size: 1.2rem;}

    footer .sns-area .sns{
        width: 6rem;
        margin: 0 1.6rem;}
    footer .sns-area .sns.twitter{
        width: 6rem;
        margin: 0 1.6rem;}

    .slick-initialized .slick-slide {
        display: block; 
        margin: 0 0.5rem;
    }

    .con-products .products-handling {
        width: calc(46% - 16px);
        padding: 5px 5px 6.4rem 5px;
        margin: 0 2% 1.6rem;}
        .con-products .products-handling-title {
            /*padding: 5px 0px;
            margin: 0 15px;*/
        }
        .con-products .products-handling .detail-content {
            left: calc(50% - 60px);
            width: 100%;}
            .con-products .products-handling:nth-of-type(2n) .detail-content{
                left: unset;
                right: 0;}
        .con-products .maru-title.orange-v {
            width: 129px;}


    .con-reason .container {
        max-width: 100%;
    }

    .banner-mobile {
        max-width: 100%;
    }

    .mobile-view {
        display: flex;
        font-size: 50px;
        align-items: center;
        color: #0f947c;
        font-weight: bold;
    }

    .mobile-view-left {
        font-size: 20px;
        margin-right: 30px;
        margin-top: 30px;
    }

    .mobile-view-right {
        display: flex; 
        font-weight: 900;
        align-items: baseline;
    }

    .mobile-view .mobile-view-right span {
        font-size: 175px; 
        line-height: 120px
    }

    .mobile-view .mobile-view-right p {
        font-size: 50px; 
        line-height: 50px
    }

    .container-mobile {
        max-width: 100%;
    }

    .mobile-growth-title {
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .header-banner {
        height: 40rem;
    }

    .con-register-form {
        margin-top: 5rem;
        /*height: 50rem;}*/
    }

    .con-register-form .container {
        max-width: 100vw !important;
    }
    
    .con-reason {
        height: 65rem;
    }

    .con-reason-title h2 {
        font-weight: 500;
        font-size: calc(1.35rem + 1.2vw);
    }

    .login-left img{
        padding: 0 60px;
        width: 100%;
        height: 100%;
    }

    .login-right .login-title {
        margin-top: 1rem;
    }

    .header-banner .slick-slider {
        margin-top: unset;
    }
    
    .switch-plan-details .plan-yellow .plan-yellow-content p .monthly-price, .switch-plan-details .plan-primary .plan-primary-content p .monthly-price, .switch-plan-details .plan-pink .plan-pink-content p .monthly-price {
        font-size: 7rem;
    }

    .contract-fee {
        width: 70%;
    }

    .new-banner {
        height: 25rem;
    }

    .new-banner-content {
        padding: 0 2rem;
    }

    .new-banner .banner-title h2 {
        font-size: 2rem;
    }

    .new-banner-content p {
        padding: 0.2rem 0;
        font-size: calc(100vw/50);
    }
}

@media (max-width: 600px) {
    .new-banner {
        height: 17rem;
    }
}
