@charset "UTF-8";

body {
    margin: auto;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
}

/* ボタンアニメーション */
.line-button-container {
    animation: poyopoyo 0.5s ease 0s infinite alternate;
    opacity: 1;
  }
  @keyframes poyopoyo {
    from {
      transform: scale(0.9,0.9);
    }
    to {
      transform: scale(1,1);
    }
  }
   
/* ------/ボタンアニメーション */

/* header ------------------------------*/
header {
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 1;
}

.header__container {
    padding-right: 30px;
    padding-left: 30px;
}

.header__container h1 {
    margin: auto;
}

.header-img a {
    display: block;
    width: 208px;
    height: 60px;
    background-image: url(./img/group-382.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* header-title */


@media screen and (max-width: 768px) {

    header {
        position: initial;
    }
}

@media screen and (max-width: 425px) {
    header {
        height: auto;
    }

    .header__container {
        padding-left: 14px;
        margin-top: -6px;
    }
   
    header a {
        font-size: 26px;
        line-height: 43px;
    }

    .header-img a {
        width: 36vw;
    }


}
/* ------/header */

/* main-visual */
@media screen and (max-width: 2560px) {
    
    .mainVisual01 {
        display: flex;
        justify-content: right;
        align-items: center;
        position: relative;
        height: 100vh;
        width: 100%;
        background: url(./img/23042460_l@2x.png);
        background-size: cover;
        background-position: center;
    }
    
    .mainVisual01__inner {
        width: 100%;
        max-width: 75vw;
        padding-top: 90px;  
        padding-right: 53px;
        /* position: absolute; */
        /* top: 0; */
    }
    
    .main-programs {
        display: flex;
        justify-content: center;
        margin-bottom: 28px;
    }
    
    .main-programs02 {
        margin: 0 38px;
    }
    
    .main-programs img {
        width: 200px;
        height: 200px;
        pointer-events: auto;
    }
    
    /* 見出し */
    .mainVisual01__title {
        margin: initial;
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        white-space: nowrap;
    }
    
    .mainVisual01__title02 {
        text-align: right;
        margin: initial;
        font-size: 1.9vw;
        letter-spacing: 1.6px;
    }
    
    .maintitle-underline01 {
        font-size: 61px;
        letter-spacing: 3px;
        color: #E03D00;
        background:linear-gradient(transparent 76%, #FFF1A7 60%);
    }
    .maintitle-underline02 {
        font-size: 61px;
        letter-spacing: 1px;
        color: #E03D00;
        background:linear-gradient(transparent 76%, #FFF1A7 60%);
    }

    .mainVisual01__titles {
        margin-bottom: 40px;
    }

    .double-slash-heading-container {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .double-slash-heading-container img {
       width: 32vw;
       height: auto;
    }

   .main-programs-button {
        text-align: center;
        margin-top: 1vw !important;
        margin-right: 16px;
    }  
}


@media screen and (max-width: 1440px) {

    .mainVisual01 {
        background-position: 29%;
    }
    
    .mainVisual01__inner {
        padding-top: 150px;
    }
    
    .mainVisual01__subTitle {
        font-size: 7vw;
    }

    .main-programs-button {
        margin-top: 10vw;
    }

    .main-programs img {
        width: 15vw;
        height: 15vw;
    }

    .mainVisual01__title {
        font-size: 3vw;
    }

    .maintitle-underline01,.maintitle-underline02 {
        font-size: 4vw;
    }

    .double-slash-heading {
        font-size: 2vw;
    }
}

@media screen and (max-width: 1024px) {

    .mainVisual01__inner {
        padding-right: inherit;
    }
}

@media screen and (max-height: 600px) {

    /* Nest Hub 専用 */
    .mainVisual01__inner {
        padding-top: 37px;
    }
     /* -------/Nest Hub 専用 */
}

@media screen and (max-height: 800px) {

    /* Nest Hub Max 専用 */
    .mainVisual01__inner {
        padding-top: 37px;
    }
     /* -------/Nest Hub Max 専用 */
}

@media screen and (max-width: 768px) {

    .mainVisual01 {
        background-image: url(./img/23042460_l.png);
        height: 114vw;
    }

    .mainVisual01__inner {
        padding-top: 28%;
    }

    .main-programs img {
        width: 17vw;
    }

    .maintitle-underline01 {
        font-size: 5.1vw;
    }

    .maintitle-underline02 {
        font-size: 5.1vw;
    }

    .double-slash-heading {
        font-size: 3.1vw;
        top: auto;
    }

    .mainVisual01__subTitle {
        font-size: 7vw;
    }

    .main-programs-button {
        margin-top: 40px !important;
    }

    .double-slash-heading:before, .double-slash-heading:after {
        width: 5vw;
        top: 48%;
    }

    .double-slash-heading-container img {
        width: 60vw;
    }

    .main-programs-button img {
        width: 46vw;
    }
}

@media screen and (max-width: 425px) {

    .mainVisual01 {
        height: 105vw;
    }

    .mainVisual01__inner {
        padding-top: 68px;
        padding-right: 24px;
    }

    .main-programs img {
        width: 20.3vw;
        height: 20.2vw;
        margin: 0px 7px;
    }

    .main-programs {
        margin-bottom:16px ;
    }

    .mainVisual01__title {
        font-size: 3.5vw;
        letter-spacing: 1px;
        line-height: 27px;
    }

    .maintitle-underline01 {
        font-size: 5.4vw;
        letter-spacing: 1.9px;
    }

    .maintitle-underline02 {
        font-size: 5vw;
    }

    .mainVisual01__titles {
        margin-bottom: 16px;
    }

    .mainVisual01__subTitle {
        font-size: 11vw;
        margin-top: 13px;
        letter-spacing: 2px;
    }

    .double-slash-heading-container img {
        width: 70vw;
    }

    .main-programs-button {
        margin-top: 16px !important;
    }

    .main-programs-button img {
        width: 74vw;
    }
}

@media screen and (max-width: 375px) {

    .mainVisual01__inner {
        padding-top: 44px;
    }
}

@media screen and (max-width: 320px) {

    .mainVisual01__inner {
        padding-top: 21px;
    }
}
/* -------main-visual */

/* すぐ代行依頼！ */
.steps {
    padding-top: 67px;
    padding-bottom: 84px;
    background-color: #FE8901 ;
}

.steps-main-container {
    padding: 2.1vw 0 2.5vw 0;
    margin: auto;
    background-color:#FFFFFF;
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 62.5vw;
}

.steps-title img {
    width: 38vw;
}

.steps-text h2 {
    font-size: 1.9vw;
}

.steps-text {
    margin-top: 0vw;
    letter-spacing: 2px;
    font-size: 2vw;
}

.steps-text span {
    color: #E03D00;
    background:linear-gradient(transparent 76%, #FFF1A7 60%);
    letter-spacing: 9px;
}
.steps-text-one {
    font-size: 3vw;
    background: transparent !important;
    margin-left: -11px;
}

/* セクション */
.step-section {
    padding: 9px 0;
}

/* コンテナー */
.step-container {
    width: 100%;
    max-width: 41vw;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}

/* テキスト */
.flow-text {
    margin: 0;
    margin-top: 0.6vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 1.9px;
}
* + .cp-text {
    margin: 16px 0 0 0;
}

.flow-text span {
    background:linear-gradient(transparent 76%, #FFF1A7 60%);
    font-weight: bold;
}

.flow-texts {
    margin-left: 0;
    margin-bottom: 4px;
    border-bottom: 1px dotted #FE8803;
    border-width: 3px;
    width: 68%;
    text-align: left;
}
.flow-texts02 {
    margin-bottom: -2px;
}
.flow-texts03 {
    margin-bottom: -2px;
}
.flow-texts04 {
    margin-bottom: -2px;
}
.flow-texts05 {
   border-bottom: none;
}

.flow-text02 {
    margin-top: 0.9vw;
    letter-spacing: 1.5px;
}
.flow-text03 {
    margin-top: 1vw;
    letter-spacing: 1.5px;
}
.flow-text04 {
    margin-top: 1vw;
    letter-spacing: 2px;
}
.flow-text05 {
    margin-top: 1vw;
    letter-spacing: 1px;
    text-indent: 8px;
    white-space: nowrap;
}

.flow01__item:not(:last-child) {
    margin-top: initial;
    display: flex;
    justify-content: flex-start;
}
.flow01__item:not(:last-child) .cp-flow01__icon:before {
    left: 100%;
    height: 2px;
    width: 120px;
}
.flow01__item:not(:first-child) .cp-flow01__icon:after {
    right: 100%;
    height: 2px;
    width: 120px;
}
.flow01__item {
   display: flex;
}

/* 見出し */
.flow01__title {
    margin-bottom: 16px;
    margin-right: 1vw;
}
.cp-flow01__title span {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 18px;
    color: #ADADAD;
}


/* アイコン */
.step-image {
    margin-right: 12px;
}
.step-image img {
    width: 8.2vw;
}

.flow01__icon {
    height: 1.6vw;
    width: 1.6vw;
    margin: 13px auto 24px;
    margin-top: 0.7vw;
    border-radius: 50%;
    background: #FE8901;
    position: relative;
}

.flow01__icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #fff;
}

.steps-text-br {
    display: none;
}

.flow-text03-br {
    display: none;
}

.flow-text04-br {
    display: none;
}

.flow-text05-br {
    display: none;
}

@media screen and (max-width: 768px) {
    .steps-title img {
        width: 52vw;
        height: 10vw;
    }

    .steps-main-container {
        max-width: 82vw;
        padding-left: 20px;
        padding-right: 20px;
    }

    .step-container {
        max-width: 73vw;
    }

    .steps-text {
        margin-top: auto;
        letter-spacing: 2px;
        font-size: 3vw;
    }

    .steps-text-one {
        font-size: 5vw;
    }

    .step-image img {
        width: 12vw;
    }

    .step-image {
        margin-right: 7px;
    }

    .flow01__icon {
        height: 2.6vw;
        width: 2.6vw;
    }

    .flow-text {
        font-size: 1.5vw;
        line-height: 2;
    }

    .flow-text05 {
        margin-left: -1vw;
        white-space: initial;
    }
}

@media screen and (max-width: 425px) {
  
    .steps {
        padding-top: 19px;
        padding-bottom: 14px;
    }

    .steps-main-container {
        max-width: 87vw;
        padding-top: 4vw;
        padding-bottom: 1vw;
        padding-left: 11px;
        padding-right: 11px;
    }

    .steps-title img {
        width: 82vw;
        height: 13vw;
    }

    .steps-text {
        font-size: 5vw;
        line-height: 1.8;
        text-indent: 2px;
    }

    .steps-text span {
        font-size: 5vw;
        letter-spacing: 8px;
    }

    .steps-text-br {
        display: block;
    }

    .step-container {
        max-width: 91vw;
        padding-left: initial;
        padding-right: initial;
    }

    .step-image img {
        width: 17vw;
        height: 7vw;
    }

    .step-image {
        margin-right: 3px;
    }

    .flow01__icon {
        margin-top: 2.8vw;
    }

    .flow-text span {
        font-size: 4vw;
    }

    .flow-text {
        font-size: 4vw;
        letter-spacing: -1px;
        line-height: inherit;
    }

    .flow01__title {
        margin-right: 3vw;
    }

    .flow-texts {
        margin-bottom: 6vw;
        width: 62vw;
    }

    .flow01__item:not(:last-child) {
        margin-bottom: -4vw;
    }

    .flow-text02 {
        padding-bottom: 1vw;
        margin-top: auto;
    }

    .flow-text03-br {
        display: block;
    }

    .flow-text03 {
        line-height: 1.2;
        letter-spacing: -1px;
        margin-left: -3px;
        margin-bottom: 3vw;
    }

    .flow-text04-br {
        display: block;
    }

    .flow-text04 {
        margin-top: -1vw;
        margin-bottom: 2vw;
    }

    .step-image04 {
        margin-top: -2vw;
    }

    .flow01__icon04 {
        margin-top: 1vw;
    }

    .flow01__item05 {
        margin-top: auto;
    }

    .flow01__icon05 {
        margin-top: 2vw;
    }

    .step-image05 {
        margin-top: -1vw;
    }

    .flow-text05 {
        margin-left: -3vw;
        margin-bottom: -7vw;
        line-height: 1.3;
        letter-spacing: 0px;
    }

    .flow-text05-br {
        display: block;
    }
}
/* ------/すぐ代行依頼！ */

/* 圧倒的早さの理由 */
.back-image {
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 338px;
    width: 100%;
    background: url(./img/group-\ 397@2x.jpg);
    background-size: cover;
    background-position: right;
    padding-top: 84px;
    padding-bottom: 99px;
    background-repeat: no-repeat;
}

.back-image__inner {
    width: 100%;
    max-width: 1065px;
}

.back-image-title-container {
    display: flex;
    justify-content: center;
}

.back-image-logo {
    margin-right: 26.9px;
    margin-left: 6px;
}
.back-image-logo img {
    width: 121px;
    height: 84px;
}

/* 見出し */
.back-image__title {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 45.4px;
    line-height: 1.2;
    letter-spacing: 4.8px;
    text-align: center;
    font-weight: bold;
}

/* 見出し サブ */
.back-image__subTitle {
    font-size: 29px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.5px;
    margin-top: 33px;
}

.back-image-text01 {
    color: #E03D00;
}
.back-image-finaltext {
    text-align: center;
    font-size: 39px;
    letter-spacing: 1px;
    margin-top: auto;
}
.back-image-text02 {
    color: #E03D00;
}

.back-image-sp {
    display: none;
}

@media screen and (max-width: 1024px) {
    
    .back-image {
        background-size: cover;
        background-position: center;
    }

}

@media screen and (max-width: 768px) {
    
    .back-image {
        height: 38vw;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .back-image__title {
        font-size: 6vw;
        margin-top: auto;
        margin-bottom: auto;
    }

    .back-image-logo img {
        width: 13vw;
        height: 11vw;
    }

    .back-image__subTitle {
        font-size: 3vw;
        margin-top: auto;
    }

    .back-image-finaltext {
        font-size: 4vw;
    }
}

@media screen and (max-width: 425px) {
    
    .back-image {
        width: auto;
        background: url(./img/group-407@2x.jpg);
        background-size: cover;
        padding-top: 82px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .back-image-title-container {
        flex-direction: column;
    }

    .back-image-logo {
        text-align: center;
        margin-top: 6px;
        margin-bottom: 13px;
        margin-left: 14px;
    }

    .back-image-logo img {
        height: 15vw;
        width: 20vw;
    }

    .back-image__title {
        margin-bottom: 25px;
        letter-spacing: 4px;
        line-height: 0.8;
    }

    .back-image__subTitle {
       
        font-size: 4.5vw;
        letter-spacing: 1.2px;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    .back-image-sp {
        display: block;
    }

    .back-image-pc {
        display: none;
    }

    .back-image-finaltext {
        font-size: 6.1vw;
    } 
}
/* ---------/圧倒的早さの理由 */

/* すぐできること */
.footwork {
    padding-top: 51px;
    padding-bottom: 115px;
    padding-left: 40px;
    padding-right: 40px;
    background: #FFF3E4;
}

.footwork-maincontainer {
    text-align: center;
}

.footwork-maincontainer h2 {
    font-size: 50px;
    margin-bottom: 84px;
}

.footworkspan01 {
    position: relative;
    color: #E03D00;
    margin-left: 11px;
}

.footworkspan01::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 44px;/*画像の幅*/
    height: 44px;/*画像の高さ*/
    background-image: url(./img/group-168.png);
    background-size: contain;
    vertical-align: middle;
    left: 8%;
    top: 24%;
}

.sub-container {
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 49px 57px 40px 57px;
    width: 100%;
    max-width: 1096px;
    margin: auto;
}

.sub-container::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 260px;
    height: 235px;
    background-image: url(./img/group-172.png);
    background-size: contain;
    vertical-align: middle;
    bottom: 0;
    right: 0;
    top: -18px;
}

.sub-container02::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 260px;
    height: 235px;
    background-image: url(./img/group-27.png);
    background-size: contain;
    vertical-align: middle;
    bottom: 0;
    right: 0;
    top: -18px;
}

.sub-container03::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 260px;
    height: 235px;
    background-image: url(./img/group-29.png);
    background-size: contain;
    vertical-align: middle;
    bottom: 0;
    right: 0;
    top: -18px;
}

.sub-container04::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 260px;
    height: 235px;
    background-image: url(./img/group-31.png);
    background-size: contain;
    vertical-align: middle;
    bottom: 0;
    right: 0;
    top: -18px;
}

.sub-container05::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 260px;
    height: 235px;
    background-image: url(./img/group-34.png);
    background-size: contain;
    vertical-align: middle;
    bottom: 0;
    right: 0;
    top: -18px;
}

.sub-container h3 {
    position: relative;
    color: #E03D00;
    font-size: 30px;
    margin-top: auto;
    text-align: left;
    margin-left: 58px;
}
.sub-container h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 44px;
    height: 60px;
    background-image: url(./img/group-418.png);
    background-size: contain;
    vertical-align: middle;
    left: -7%;
    top: 10%;
}

.sub-container h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 290.2px;
    height: 46.31px;
    background-image: url(./img/group-35.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 27px;
}

.sub-container02 h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 44px;
    height: 60px;
    background-image: url(./img/group-419.svg);
    background-size: contain;
    vertical-align: middle;
    left: -7%;
    top: 3%;
}

.sub-container02 h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 236.31px;
    height: 46.31px;
    background-image: url(./img/group-36.svg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 35px;
    bottom: 5%;
}

.sub-container03 h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 44px;
    height: 60px;
    background-image: url(./img/group-420.svg);
    background-size: contain;
    vertical-align: middle;
    left: -6.3%;
    top: -21%;
}

.sub-container03 h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 256.52px;
    height: 46.31px;
    background-image: url(./img/group-37.svg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 19px;
    bottom: 1px;
}

.sub-container04 h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 44px;
    height: 60px;
    background-image: url(./img/group-421.svg);
    background-size: contain;
    vertical-align: middle;
    left: -7%;
    top: -8%;
}

.sub-container04 h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 283.47px;
    height: 46.31px;
    background-image: url(./img/group-38.svg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 20px;
    bottom: 1%;
}

.sub-container05 h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 44px;
    height: 65px;
    background-image: url(./img/group-422.svg);
    background-size: contain;
    vertical-align: middle;
    left: -65px;
    top: 2px;
}

.sub-container05 h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 283.47px;
    height: 46.31px;
    background-image: url(./img/group-39.svg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 29px;
}

.sub-container p {
    font-size: 16px;
    text-align: left;
    line-height: 1.9;
    letter-spacing: 0.1px;
}

.sub-container04 p {
    line-height: 1.8;
    letter-spacing: 0.2px;
}

.sub-container05 p {
    line-height: 1.5;
}

.sub-container02 {
    margin-top: 57px;
    margin-bottom: 64px;
}

.sub-container02 h3 {
    margin-bottom: 22px;
}

.sub-container h3 {
    margin-bottom: 22px;
}

.sub-container05 h3 {
    margin-bottom: 35px;
}


.sub-container03 {
    margin-bottom: 68px;
    padding-bottom: 64px;
}

.sub-container04 {
    margin-bottom: 53px;
}

.sub-container05 {
    padding-top: 54px;
    padding-bottom: 45px;
}

.footwork-title-br {
    display: none;
}

.foot-work-text-sp-br {
    display: none;
}

@media screen and (max-width: 1440px) {

    .sub-container {
        /* width: auto; */
        max-width: 54vw;
        padding-top: 102px;
        margin-bottom: 200px;
    }
    
    .sub-container::after {
        left: 0;
        right: 0;
        margin: auto;
        bottom: 109%;
    }

    .sub-container h3::after {
        left: 0;
        top: 145%;
        margin-left: auto;
    }

    .sub-container h3 {
        margin-bottom: 82px;
    }

    .footwork-maincontainer h2 {
        font-size: 4vw;
        margin-bottom: 200px;
    }

    .sub-container05 {
        margin-bottom: auto;
    }

    .footworkspan01::before {
        width: 3vw;
        height: 3vw;
    }

    .sub-container h3::before {
        background-repeat: no-repeat;
        top: auto;
        left: -9%;
    }

    .foot-work-text-br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .sub-container h3::before {
        left: 0;
        margin-left: -53px;
    }
}

@media screen and (max-width: 768px) {

    .footwork-maincontainer h2 {
        white-space: nowrap;
        margin-bottom: 25vw;
    }

    .sub-container {
        width: auto;
        max-width: initial;
        padding-top: 60px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 25vw;
    }

    .sub-container h3::after {
        width: 55vw;
        height: 6vw;
        background-repeat: no-repeat;
    }

    .sub-container h3 {
        font-size: 4vw;
    }

    .sub-container::after {
        width: 25vw;
        height: 28vw;
        background-repeat: no-repeat;
    }

    .sub-container h3::before {
        width: 7vw;
    }

    .sub-container05 {
        margin-bottom: auto;
    }
}

@media screen and (max-width: 425px) {

    .footwork {
        margin-top: 143px ;
        padding-top: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .footwork-title-br {
        display: block;
    }

    .footwork-maincontainer h2 {
        font-size: 6.8vw;
        line-height: 40px;
        margin-bottom: 34vw;
    }

    .footworkspan01::before {
        width: 8vw;
        height: 5vw;
        background-repeat: no-repeat;
        left: 7%;
    }

    .sub-container::after {
        background-image: url(./img/group-\ 402@2x.png);
        width: 42vw;
        height: 41vw;
        top: -10%;
    }

    .sub-container {
        padding-top: 71px;
        padding-bottom: 17px;
        padding-left: 13px;
        padding-right: 13px;
        padding-bottom: 23px;
        margin-bottom: 38vw;
    }

    .sub-container h3 {
        font-size: 5vw;
        margin-left: 60px;
        margin-bottom: 50px;
    }

    .sub-container h3::before {
        width: 11vw;
        left: -3%;
        top: -66%;
    }

    .sub-container h3::after {
        height: 7.2vw;
        top: 133%;
        left: 1%;
    }

    .sub-container p {
        letter-spacing: -1.1px;
        line-height: 1.3;
        font-size: 4.1vw;
    }

    .foot-work-text-br {
        display: none;
    }

    .foot-work-text-sp-br {
        display: block;
    }

    .sub-container02::after {
        background-image: url(./img/group-403@2x.png);
        background-repeat: no-repeat;
    }

    .sub-container02 {
        padding-top: 69px;
    }

    .sub-container03::after {
        background-image: url(./img/group-404@2x.png);
        background-repeat: no-repeat;
    }

    .sub-container03 {
        padding-top: 67px;
    }

    .sub-container04::after {
        background-image: url(./img/group-405@2x.png);
        background-repeat: no-repeat;
        top: -7%;
    }

    .sub-container05 {
        margin-bottom: -9vw;
    }

    .sub-container05::after {
        background-image: url(./img/group-406@2x.png);
        background-repeat: no-repeat;
        top: -7%;
    }

    .sub-container05 h3::after {
        top: 137%;
        left: 0.6%;
        height: 7.2vw;
    }

    .sub-container05 p {
        position: relative;
        top: 3px;
    }
}

@media screen and (max-width: 343px) {
    
    .foot-work-text-sp-br {
        display: none;
    }
}

@media screen and (max-width: 334px) {

    .sub-container h3::before {
        left: 2%;
        top: -26%;
    }
}
/* ---------/すぐできること */

/* こんな人にピッタリ */
.match-type {
    padding-top: 104px;
    padding-bottom: 121px;
    background-image: url(./img/AdobeStock_522097143.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    text-align: center;
}

.match-type-maincontainer h2 {
    font-size: 2.6vw;
    margin-top: 0;
    letter-spacing: 0.9px;
}

.match-type-maincontainer-br {
    display: none;
}

.match-type-subcontainer {
    width: 100%;
    height: auto;
    max-width: 56.8vw;
    margin: auto;
    position: relative;
    bottom: -15px;
}

.group85-img {
    margin-right: 11px;
}

.group85-img img {
    width: 2.3vw;
    height: 2.3vw;
}

.type01 {
    display: flex;
    align-items: baseline;
    position: relative;
    padding: 1.4vw 0 0 2vw;
    margin-bottom: 2vw;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 0px 1px rgba(254, 136, 3, 1.0);
    border-radius: 15px;
    font-size: 1.3vw;
    z-index: 0;
}

.types::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -10px; right: 20px;
    margin-left: 0;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 0px 0px rgba(254, 136, 3, 1.0);
    border-radius: 0 50px 0 50px;
    z-index: -1; 
}

.types::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -5px; right: 30px;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 3px 3px 0px 0px rgba(254, 136, 3, 1.0);
    border-radius: 0 50px 0 50px;
    z-index: -1; 
    transform: rotate(3deg);
}

.type01 p {
    margin-top: auto;
}

.type01 span {
    color: #E03D00;
}

.type02 {
    display: flex;
    align-items: baseline;
    position: relative;
    top: 6px;
    padding: 0.7vw 0 0.7vw 2vw;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 0px 1px rgba(254, 136, 3, 1.0);
    border-radius: 15px;
    font-size: 1.3vw;
    margin-bottom: 2.5vw;
}

.type02::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -10px; right: 20px;
    margin-left: 0;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 0px 0px rgba(254, 136, 3, 1.0);
    border-radius: 0 50px 0 50px;
    /* z-index: -1; */
}

.type02::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -5px; right: 30px;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 3px 3px 0px 0px rgba(254, 136, 3, 1.0);
    border-radius: 0 50px 0 50px;
    /* z-index: -1; */
    transform: rotate(3deg);
}

.type02 p {
    margin: auto;
    letter-spacing: 0px;
    margin-right: 34px;
    margin-left: -9px;
    text-align: left;
}

.type02 span {
    color: #E03D00;
}

.type02-br {
    display: none;
}

.type03 {
    display: flex;
    align-items: baseline;
    position: relative;
    padding: 1.2vw 0 0 2vw;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 1px 1px rgba(254, 136, 3, 1.0);
    border-radius: 15px;
    font-size: 1.3vw;
    margin-bottom: 2vw;
}

.type03::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -10px; right: 20px;
    margin-left: 0;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 0px 0px rgba(254, 136, 3, 1.0);
    border-radius: 0 50px 0 50px;
    /* z-index: -1; */
}

.type03::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -5px; right: 30px;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 3px 3px 0px 0px rgba(254, 136, 3, 1.0);
    border-radius: 0 50px 0 50px;
    /* z-index: -1; */
    transform: rotate(3deg);
}

.type03 p {
    margin-top: auto;
}

.type03 span {
    color: #E03D00;
}

.type03-br {
    display: none;
}

.type04 {
    display: flex;
    align-items: baseline;
    position: relative;
    padding: 1.2vw 0 0 1.8vw;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 0px 1px rgba(254, 136, 3, 1.0);
    border-radius: 15px;
    font-size: 1.3vw;
    margin-bottom: 2vw;
}

.type04::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -10px; right: 20px;
    margin-left: 0;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 0px 0px rgba(254, 136, 3, 1.0);
    border-radius: 0 50px 0 50px;
    /* z-index: -1; */
}

.type04::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -5px; right: 30px;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 3px 3px 0px 0px rgba(254, 136, 3, 1.0);
    border-radius: 0 50px 0 50px;
    /* z-index: -1; */
    transform: rotate(3deg);
}

.type04 p {
    margin-top: auto;
    letter-spacing: 0.3px;
}

.type04 span {
    color: #E03D00;
}

.type04-br {
    display: none;
}

.type05 {
    display: flex;
    align-items: baseline;
    position: relative;
    padding:0.9vw 0 0 2vw ;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 0px 1px rgba(254, 136, 3, 1.0);
    border-radius: 15px;
    font-size: 1.3vw;
    margin-bottom: 2vw;
}

.type05::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -10px; right: 20px;
    margin-left: 0;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 0px 0px rgba(254, 136, 3, 1.0);
    border-radius: 0 50px 0 50px;
    /* z-index: -1; */
}

.type05::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -5px; right: 30px;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 3px 3px 0px 0px rgba(254, 136, 3, 1.0);
    border-radius: 0 50px 0 50px;
    /* z-index: -1; */
    transform: rotate(3deg);
}

.group85-img05 {
    margin-top: 11px;
}

.type05 p {
    margin-top: auto;
    margin-bottom: 18px;
    text-align: left;
    line-height: 1.5;
}

.type05 span {
    color: #E03D00;
}

.type05-br {
    display: none;
}

.type06 {
    display: flex;
    align-items: baseline;
    position: relative;
    padding: 1.2vw 0 0 2vw;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 0px 1px rgba(254, 136, 3, 1.0);
    border-radius: 15px;
    font-size: 1.3vw;
}

.type06::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -10px; right: 20px;
    margin-left: 0;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 0px 0px rgba(254, 136, 3, 1.0);
    border-radius: 0 50px 0 50px;
    /* z-index: -1; */
}

.type06::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -5px; right: 30px;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 3px 3px 0px 0px rgba(254, 136, 3, 1.0);
    border-radius: 0 50px 0 50px;
    /* z-index: -1; */
    transform: rotate(3deg);
}

.type06 p {
    margin-top: auto;
}

.type06 span {
    color: #E03D00;
}

.type06-br {
    display: none;
}

.match-type-detail {
    margin-top: 4.3vw;
    margin-bottom: 6.2vw;
    position: relative;
    top: 13px;
}

.match-type-detail-container {
    width: 100%;
    max-width: 62vw;
    height: auto;
    margin: auto;
    background-color: #FE8901;
    border-radius: 27px;
    padding: 2.7vw 0 2vw 0;
}

.match-type-detail-br {
    display: none;
}

.match-type-detail-container h2 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 4%;
    left: 0;
    right: 0;
}

.match-type-maincontainer-img {
    width: 20vw;
}

.match-type-detail-container p {
    font-size: 1.6vw;
    color: #FFFFFF;
    margin-top: initial;
    line-height: 1.8;
}

.match-type-detail-container span {
    color: #E03D00;
    background-color: #FFFFFF;
}

.match-type-detail-span01 {
    letter-spacing: -1px;
    margin-right: 12px;
}

.match-type-detail-texts-container {
    color: #E03D00;
    background-color: #FFFFFF;
    padding-top: 1.2vw;
    padding-bottom: 1vw;
    line-height: 0.3;
    height: 10vw;
}

.match-type-detail-texts {
    display: flex;
    justify-content: center;
    position: relative;
}

.match-type-detail-texts p {
    position: relative;
    color: #E03D00;
    letter-spacing: 5px;
    font-size: 1.8vw;
    margin-left: 12px;
    margin-right: 4px;
    bottom: -9px;
    z-index: 1;
}

.midashi01 img {
    width: 2vw;
    height: 3vw;
}

.line-button-title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.9vw;
	text-align: center;
    margin-bottom: 0.5vw;
}

.line-button-title::before,
.line-button-title::after {
	content: '';
	width: 3px;
	height: 32px;
	background-color: #000000;
}

.line-button-title::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.line-button-title::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.line-button-container img {
    width: 34vw;
    height: 6vw;
}

@media screen and (max-width: 768px) {

    .match-type-maincontainer h2 {
        font-size: 3.6vw;
        margin-bottom: 4vw;
        bottom: -36%;
        top: 32%;
    }

    .match-type-subcontainer {
        max-width:74vw;
    }

    .types {
        font-size: 2vw;
        padding-top: 2vw;
        margin-bottom: 3.5vw;
        text-align: left;
    }

    .match-type-detail {
        margin-top: 5.3vw;
        margin-bottom: 6vw;
    }

    .match-type-detail-container {
        max-width: 81vw;
        padding: 3.7vw 0 3vw 0;
    }

    .match-type-detail-texts-container {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .match-type-detail-container p {
        font-size: 2vw;
        margin-left: 5px;
        margin-right: -6px;
        margin-bottom: 20px;
    }

    .midashi01 img {
        width: 3vw;
        height: 4vw;
    }

    .line-button-title {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .line-button-title::before {
        margin-right: 20px;
    }

    .line-button-title::after {
        margin-left: 20px;
    }

    .line-button-container img {
        width: 59vw;
        height: 8vw;
    }
}

@media screen and (max-width: 476px) {

    .match-type-maincontainer h2 {
        bottom: -39%;
        top: 36%;
    }
}


@media screen and (max-width: 425px) {

    .match-type {
        padding-top: 42px;
        padding-bottom: 55px;
    }

    .match-type-maincontainer-br {
        display: block;
    }

    .match-type-maincontainer h2 {
        font-size: 4vw;
        letter-spacing: 3px;
        line-height: initial;
        margin-bottom: 6vw;
    }

    .match-type-maincontainer-img {
        width: 50vw;
    }

    .match-type-subcontainer {
        max-width: 91vw;
        position: relative;
        top: 1px;
    }

    .type01 {
        padding-top: 3vw;
        padding-left: 2vw;
        font-size: 4vw;
    }

    .type01 p {
        letter-spacing: -1px;
    }

    .type02 {
        font-size: 4vw;
        margin-bottom: 8.5vw;
        padding-top: 3vw;
        padding-bottom: 2vw;
    }

    .type02 p {
        letter-spacing: -1px;
    }

    .type03 {
        font-size: 4vw;
        margin-bottom: 8vw;
    }

    .type03 p {
        margin-bottom: 7px;
        letter-spacing: -0.2px;
    }

    .type04 {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    .type04 p {
        line-height: 1.1;
        letter-spacing: -1px;
    }

    .type04-br {
        display: block;
    }

    .type05 {
        margin-bottom: 6vw;
        font-size: 4vw;
        margin-bottom: 7vw;
    }

    .type05 p {
        margin-top: initial;
        margin-bottom: 7px;
        position: relative;
        top: -9px;
        line-height: 1.3;
        letter-spacing: -1px;
    }

    .type05-br {
        display: block;
    }

    .type06 {
        font-size: 4vw;
        margin-bottom: 6vw;
    }

    .type06 p {
        font-size: 4vw;
        line-height: 1.2;
        letter-spacing: -0.5px;
        margin-bottom: 9px;
    }

    .type06-br {
        display: block;
    }

    .group85-img img {
        width: 7vw;
        height: 6vw;
    }

    .match-type-detail-container {
        max-width: 92vw;
        border-radius: 12px;
        padding-top: 4vw;
    }

    .match-type-detail-container-text {
        font-size: 5vw;
        line-height: 33px;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }

    .match-type-detail-container p {
        font-size: 5.4vw;
        line-height: 1.5;
    }

    .match-type-detail-br {
        display: block;
    }

    .match-type-detail-texts-container {
        padding-bottom: 0vw;
        height: 38vw;
    }

    .match-type-detail-texts p {
        font-size: 4vw;
        letter-spacing: 1px;
        margin-bottom: 4.4px;
        margin-left: -16px;
    }

    .midashi01 img {
        width: 6vw;
        height: 6vw;
        position: relative;
        top: 7px;
        right: 22px;
    }

    .midashi02 img {
        position: relative;
        left: 13px;
    }

    .suket-buddy {
        font-size: 7vw;
    } 

    .match-type-detail {
        margin-bottom: 17vw;
    }

    .line-button-title {
        font-size: 4vw;
        letter-spacing: 1px;
        margin-bottom: 3vw;
    }

    .line-button-title::before {
        transform: rotate(133deg);
        height: 21px;
        margin-bottom: -3vw;
        margin-right: 6px;
        position: relative;
        right: 5px;
    }

    .line-button-title::after {
        transform: rotate(-133deg);
        height: 21px;
        margin-bottom: -4vw;
        position: relative;
        left: -12px;
    }

    .line-button-container img {
        width: 74vw;
        height: 12vw;
    }
}
/* ---------/こんな人にピッタリ */

/* 料金シュミレーター */
.mitumori {
    padding-top: 6vw;
    padding-bottom: 4vw;
    text-align: center;
}

.mitumori h2 {
    margin-top: auto;
    margin-bottom: 0.6vw;
    font-size: 2.5vw;
    letter-spacing: 1px;
}

.mitumori span {
    font-size: 1vw;
    display: block;
    margin-bottom: 2vw;
}

.mitumori-h2-br {
    display: none;
}

.mitumori-container {
    width: 100%;
    max-width: 47vw;
    margin: auto;
    text-align: left;
}

.acident:checked + .acident-title + .open-text-container {
    display: block;
    max-height: 1000px;  
}

.acident:checked ~ .acident-title {
    background-color: #FE8901;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
}

.open-text-container {
    width: 47vw;
    font-family: 'Noto Sans JP', sans-serif;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.checkbox-text {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.checkbox-text.click {
    background-color: #FFF3E4;
}


.acident-title {
    display: block;
    font-size: 1.6vw;
    border: 1px solid;
    border-radius: 10px;
    padding: 1.2vw 1.2vw 1vw 5vw;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    position: relative;
  }
 
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
 
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid ;
    width: 1.5vw;
    height: 1.5vw;
    transform: translateY(-50%);
    top: 2.7vw;
    left: 2vw;
  }
 
  input[type="checkbox"]::after {
    border-bottom: 3px solid #fe8803;
    border-left: 3px solid #fe8803;
    opacity: 0;
    height: 0.5vw;
    width: 1vw;
    transform: rotate(-45deg);
    top: 2.3vw;
    left: 2.2vw;
  }
 
  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }

.checkbox-container {
    position: relative;
}

.open-text-container p {
    font-size: 1.3vw;
    margin-top: 0.3vw;
    margin-bottom: 0.9vw;
    margin-left: 3.4vw;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.open-text-border01 {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.open-text-border02 {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.open-text-border02 p {
    margin-top: 0.3vw;
}

.open-text04 {
    transform: translateY(0.2vw);
}

.open-text-border03 {
    border-bottom: 1px solid;
}

.shoppping-container {
    margin-top: 2vw;
    margin-bottom: 2.5vw;
}

.funiture-container {
    margin-top: 2.2vw;
    margin-bottom: 2.5vw;
}

.other-container {
    margin-top: 2.6vw;
    margin-bottom: 4vw;
}

.result-container {
    padding: 3.1vw 0 3.1vw 0;
    background-color: #FFF3E4;
    border-radius: 10px;
}

.result-title {
    font-size: 1.5vw;
    margin-top: 0.6vw;
}

.result-number-container {
    width: 39vw;
    margin: auto;
    border-bottom: 1px solid;
}

.result-number {
    display: flex;
    justify-content: space-between;
    width: 22.5vw;
    margin: auto;
    margin-bottom: -0.4vw;
}

.yen {
    display: flex;
    color: #FE8901;
    position: relative;
    top: -1vw;
}

.yen p {
    position: relative;
    right: 0.3vw;
    margin-left: 5px;
    font-size: 1.5vw;
}

#prices {
    position: relative;
    top: -0.5vw;
    right: 0.3vw;
}

#extracted_words-container {
    width: 39vw;
    margin: auto;
    margin-bottom: 3.1vw;
    border-bottom: 1px dotted #00000029;
}

.extracted_words {
    font-size: 1.3vw;
    text-align: center;
    line-height: 2.7;
    margin: auto;
    margin-top: -0.2vw;
    margin-bottom: -0.6vw;
    font-family: 'Noto Sans JP', sans-serif;
}

.cush-container {
    background-color: #FFFFFF;
    border-radius: 19px;
    width: 39vw;
    margin: auto;
    padding: 2.2vw 0 4vw 0;
}

.oshiharai {
    text-align: center;
    border-bottom: 1px solid #A8A8A8;
    margin: auto;
    width: 30vw;
}

.oshiharai p {
    font-size: 1.5vw;
    margin-top: auto;
    margin-bottom: 1.5vw;
}

.cleditcard {
    width: 30vw;
    margin: auto;
    text-align: left;
    border-bottom: 1px solid #A8A8A8;
}

.card {
    font-size: 1.2vw;
    margin-top: 2vw;
    margin-left: 1vw;
    letter-spacing: 2px;
}

.cledit-image {
    margin-left: 2.2vw;
}

.cledit-image img {
    width: 9vw;
    height: 6vw;
}

.visa {
    margin-right: 1.4vw;
}

.cards {
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: 3vw;
    font-size: 1.3vw;
    margin-top: 0.7vw;
    letter-spacing: 1px;
    margin-bottom: initial;
    line-height: 1.6;
}

.cards span {
    margin-bottom: 1.1vw;
}

.furikomi {
    border-bottom: 1px solid #A8A8A8;
    margin: auto;
    width: 30vw;
}

.furikomi p {
    font-size: 1.2vw;
    margin-left: 1vw;
}

.genkin {
    border-bottom: 1px solid #A8A8A8;
    margin: auto;
    width: 30vw;
}

.genkin p {
    font-size: 1.2vw;
    margin-left: 1vw;
}

.price-linebutton-title {
    margin-bottom: -1.3vw;
    margin-top: 3.1vw;
}

.price-section-linebutton {
    text-align: center;
    margin-top: 2vw;
}


/* 合計金額アニメーション */
.counting {
    animation: count 1s ease-out forwards;
}

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

/* -----/合計金額アニメーション */

/* チェックボックス（iPad & iPhone対応） */
@media screen and (max-width: 1024px) {
   
    input[type="checkbox"] {
        display: none;
    }

    .acident-title::before {
        background-color: #fff;
        border-radius: 0%;
        border: 1px solid;
        width: 1.5vw;
        height: 1.5vw;
        transform: translateY(-50%);
        top: 2.7vw;
        left: 2vw;
    }

    .acident-title::after {
        border-bottom: 3px solid #fe8803;
        border-left: 3px solid #fe8803;
        opacity: 0;
        height: 0.5vw;
        width: 1vw;
        transform: rotate(-45deg);
        top: 2.3vw;
        left: 2.2vw;
    }

    .acident-title::before, .acident-title::after {
        content: "";
        position: absolute;
    }

    input[type=checkbox]:checked + .acident-title::after {
        opacity: 1;
      }
}

@media screen and (max-width: 768px) {

    .acident-title::before {
        width: 3.5vw;
        height: 3.5vw;
        top: 4.1vw; 
    }

    .acident-title::after {
        width: 2.5vw;
        height: 1.5vw;
        top: 3vw;
        left: 2.5vw;
    }
}

@media screen and (max-width: 425px) {

    .acident-title::before {
        top: 7vw;
        left: 3.5vw;
    }

    .acident-title::after {
        width: 2.4vw;
        top: 5.5vw;
        left: 4vw;
    }
}
/* ------/ チェックボックス（iPad & iPhone対応） */


@media screen and (max-width: 768px) {

    .mitumori {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    
    .mitumori h2 {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .mitumori span {
        font-size: 2vw;
        margin-bottom: 4vw;
    }

    .mitumori-container {
        max-width: 68vw;
    }

    .acident-title {
        padding: 1.5vw 1.5vw 1.5vw 7vw;
        font-size: 3vw;
    }

    input[type="checkbox"]::before {
        width: 3.5vw;
        height: 3.5vw;
        top: 4.5vw; 
    }

    input[type="checkbox"]::after {
        width: 2.5vw;
        height: 1.5vw;
        top: 3vw;
        left: 2.5vw;
    }

    .open-text-container {
        width: 66vw;
    }

    .open-text-container p {
        font-size: 2.3vw;
        margin-top: 1vw;
        margin-bottom: 1.9vw;
    }

    .other-container {
        margin-bottom: 6vw;
    }

    .result-container {
        padding: 5vw 0 5vw 0;
    }

    .result-title {
        font-size: 3vw;
        margin-top: 2.6vw;
    }

    .result-number-container {
        width: 58vw;
    }

    .result-number {
        width: 38vw;
    }

    .prices {
        font-size: 6vw !important;
        margin-bottom: auto !important;
    }

    .yen p {
        font-size: 2.5vw;
        top: 2vw;
        right: -0.7vw;
    }

    #extracted_words-container {
        margin-bottom: 5.1vw;
        width: 56vw;
    }

    .extracted_words {
        font-size: 2.3vw;
        margin-top: 2.5vw;
        margin-bottom: 3vw;
    }

    .cush-container {
        width: 58vw;
        padding-top: 4.2vw;
        padding-bottom: 6vw;
    }

    .oshiharai p {
        font-size: 2.5vw;
    }

    .oshiharai {
        width: 40vw;
    }

    .cleditcard {
        width: 40vw;
    }

    .card {
        font-size: 2.2vw;
        margin-top: 3vw;
        margin-left: 2vw;
    }

    .cledit-image img {
        width: 11vw;
        height: 8vw;
    }

    .cards {
        margin-left: 4vw;
        font-size: 2.3vw;
        margin-top: 1.7vw;
        letter-spacing: 2px;
        margin-bottom: initial;
        line-height: 1.8;
    }

    .furikomi {
        width: 40vw;
    }

    .furikomi p {
        font-size: 2.2vw;
        margin-left: 2vw;
    }

    .genkin {
        width: 40vw;
    }

    .genkin p {
        font-size: 2.2vw;
        margin-left: 2vw;
    }

    .price-linebutton-title {
        margin-bottom: 0.7vw;
        margin-top: 5.1vw;
    }
}

@media screen and (max-width: 425px) {

    .mitumori {
        padding-top: 14vw;
        padding-bottom: 15vw;
    }

    .mitumori h2 {
        font-size: 6vw;
        margin-bottom: 3vw;
        letter-spacing: 4px;
    }

    .mitumori-h2-br {
        display: block;
    }

    .mitumori span {
        text-align: left;
        margin-left: 9vw;
        margin-bottom: 3vw;
    }

    .mitumori-container {
        max-width: 92vw;
    }

    .acident-title {
        border-radius: 5px;
        padding: 3vw 1.5vw 3vw 9vw;
        font-size: 4.5vw;
    }

    input[type="checkbox"]::before {
        top: 8vw;
        left: 3.5vw;
    }

    input[type="checkbox"]::after {
        width: 2.4vw;
        top: 6.5vw;
        left: 4vw;
    }

    .open-text-container {
        padding: 1vw 0 0 0;
        width: 92vw;
    }

    .open-text-container p {
        font-size: 3.5vw;
        margin-top: 0.3vw;
        margin-bottom: 3vw;
        letter-spacing: 1px;
    }

    .shoppping-container {
        margin-top: 7vw;
        margin-bottom: 7vw;
    }

    .funiture-container {
        margin-top: 7.2vw;
        margin-bottom: 6vw;
    }

    .clean-container {
        margin-bottom: 6vw;
    }

    .other-container {
        margin-bottom: 9vw;
        margin-top: auto;
    }

    .result-container {
        padding: 8vw 0 11vw 0;
        /* height: 131vw; */
    }

    .result-number-container {
        width: 79vw;
    }

    .result-title {
        font-size: 4vw;
        margin-top: 2.6vw;
        margin-left: 2.5vw;
    }

    .result-number {
        width: 65vw;
    }

    #extracted_words-container {
        margin-bottom: auto;
        width: auto;
        border-bottom: none;
    }

    #prices {
        position: relative;
        top: -3.5vw;
        right: 2.3vw;
    }

    .yen p {
        font-size: 4.6vw;
        top: -2vw;
        right: 3.3vw;
    }

    .result-number {
        margin-bottom: -5.1vw;
    }

    .extracted_words {
        font-size: 3.5vw;
        margin-top: auto;
        margin-bottom: 3.8vw;
        line-height: 2.4;
    }

    .cush-container {
        width: 79vw;
        border-radius: 3px;
        padding-top: 3.2vw;
    }

    .oshiharai {
        width: 67vw;
    }

    .oshiharai p {
        font-size: 3.7vw;
        margin-bottom: 3vw;
    }

    .cleditcard {
        width: 68vw;
    }

    .card {
        font-size: 3.3vw;
        margin-top: 2vw;
    }

    .cledit-image {
        margin-left: 6vw;
    }

    .cledit-image img {
        width: 23vw;
        height: 14vw;
        margin-right: 6vw;
    }

    .cards {
        margin-left: 6vw;
        font-size: 3.3vw;
        margin-top: 0.7vw;
        letter-spacing: 1.5px;
        margin-bottom: 4vw;
        line-height: 1.4;
    }

    .cards-br {
        display: none;
    }

    .cards span {
        margin-left: auto;
        margin-bottom: auto;
        letter-spacing: 0.7px;
    }

    .furikomi,.genkin {
        width: 66vw;
    }

    .furikomi p {
        font-size: 3vw;
        margin-left: 0.3vw;
        letter-spacing: 3px;
    }

    .genkin p {
        font-size: 3vw;
        margin-left: 0.3vw;
        letter-spacing: 3px;
        margin-top: 2.3vw;
    }

    .price-linebutton-title {
        margin-bottom: 0.6vw;
        margin-top: 9.1vw;
        position: relative;
        top: -1vw;
        left: 2vw;
    }
}
 /* -------/料金シュミレーター */

 /* よくある質問 */
 .question {
   text-align: center;
   padding-bottom: 4.4vw;
 }

 .question h2 {
    font-size: 2.5vw;
    letter-spacing: 2px;
    margin-bottom: 3vw;
 }
 
 .accordion {
    margin: 3em auto;
    max-width: 62.3vw;
    }
    .toggle {
    display: none;
    }
    .option {
    position: relative;
    margin-bottom: 1.8vw;
    border: solid 1px #a8a8a8;
    border-radius: 10px;
    }
    .title,
    .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    }
    .title {
    padding: 0.5em 1em 0.6em 1.3em;
    cursor: pointer;
    display: block;
    border: 1px solid #a8a8a8;
    border-radius: 10px;
    background-color: #FFF3E4;
    font-weight: bold;
    text-align: left;
    font-size: 1.4vw;
    }
    .title::after,
    .title::before {
        content: "";
        position: absolute;
        right: 2.4vw;
        width: 0.2vw;
        height: 1.6vw;
        background-color: #FE8803;
        transition: all 0.3s;
        top: 1vw;
    }
    .title::after {
    transform: rotate(90deg);
    }
    .title span {
        font-size: 1.5vw;
        color: #fe8901;
        margin-right: 1vw;
    }
    .content {
    max-height: 0;
    overflow: hidden;
    }
    .content p {
        margin: 0;
        padding: 0.9em 1.9em 1.1em 1.8em;
        font-size: 1.1vw;
        line-height: 1.5;
        text-align: left;
    }
    .content span {
        margin-right: 1vw;
        font-size: 1.3vw;
        color: #707070;
    }
    .toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1.5s;
    }
    .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
    }

    .question-br {
        display: none;
    }

    .question-text02 {
        text-indent: -2vw;
        position: relative;
        left: 2vw;
    }

    .option03 {
        margin-top: -0.4vw;
        margin-bottom: 1.5vw;
    }

    .option06 {
        margin-top: -0.4vw;
        margin-bottom: 1.5vw;
    }

    .question-linebutton-title {
        margin-top: 3vw;
    }

    @media screen and (max-width: 768px) {

        .question h2 {
            font-size: 4vw;
        }

        .accordion {
            margin: 4em auto;
            max-width: 79.3vw;
        }

        .option {
            margin-bottom: 2.8vw;
        }

        .title {
            padding: 1.5em 2em 1.6em 2.3em;
            font-size: 1.7vw;
        }

        .title span {
            font-size: 1.7vw;
            margin-right: 2vw;
        }

        .title::after, .title::before {
            top: 3vw;
            width: 0.3vw;
            height: 1.7vw;
        }

        .content p {
            padding: 1em 1em 1.2em 1.9em;
            font-size: 1.2vw;
            line-height: 1.6;
            width: 73.6vw;
            text-indent: -2.2vw;
            position: relative;
            left: 2vw;
        }

        .question-text02 {
            width: 73.6vw;
        }

        .option03-br {
            display: none;
        }
    }

    @media screen and (max-width: 425px) {

        .question h2 {
            font-size: 6vw;
            margin-right: 5vw;
            margin-bottom: -12vw;
            letter-spacing: 3px;
        }

        .accordion {
            max-width: 92.3vw;
            margin-bottom: 10vw;
        }

        .title {
            padding: 0.7em 2em 0.5em 2.3em;
            font-size: 4vw;
            text-indent: -6vw;
        }

        .title span {
            font-size: 4vw;
        }

        .question-br {
            /* display: block; */
        }

        .title::after, .title::before {
            top: 6vw;
            width: 0.5vw;
            height: 3.5vw;
            right: 4vw;
        }

        .content span {
            font-size: 4.3vw;
            margin-right: 4vw;
        }

        .content p {
            padding: 0.5em 1em 1.2em 0.8em;
            font-size: 3.5vw;
            line-height: 1.5;
            text-indent: -7vw;
            left: 7vw;
            width: 78.5vw;
        }

        .option {
            margin-bottom: 4.7vw;
        }

        .title02 {
            padding-top: 0.5em;
            padding-bottom: 0.8em;
            letter-spacing: -0.6px;
        }

        .title02 span {
            margin-right: 3vw;
        } 

        .title02::after, .title02::before {
            top: 3.5vw;
            right: 4.5vw;
        }

        .option03 {
            margin-top: 0.6vw;
            margin-bottom: 5.6vw;
        }

        .title03 {
            padding-top: 0.5em;
            padding-bottom: 0.6em;
            letter-spacing: 0;
        }

        .title03 span {
            margin-right: 3vw;
        } 

        .title03::after, .title03::before {
            top: 6.3vw;
            right: 4.5vw;
        }

        .option04 {
            margin-bottom: 5vw;
        }

        .title04 {
            padding-top: 0.5em;
            padding-bottom: 0.7em;
        }

        .title04 span {
            margin-right: 3vw;
        } 

        .title04::after, .title04::before {
            top: 3.3vw;
            right: 4.5vw;
        }

        .title05 {
            padding-top: 0.5em;
            padding-bottom: 0.7em;
        }

        .title05 span {
            margin-right: 3vw;
        } 

        .title05::after, .title05::before {
            top: 6.4vw;
            right: 4.5vw;
        }

        .option06 {
            margin-bottom: 6vw;
            margin-top: 0vw;
        }

        .title06 {
            padding-top: 0.5em;
            padding-bottom: 0.7em;
        }

        .title06 span {
            margin-right: 3vw;
        } 

        .title06::after, .title06::before {
            top: 6.4vw;
            right: 4.5vw;
        }

        .option07 {
            margin-bottom: 5.1vw;
        }

        .title07 {
            padding-top: 0.3em;
            padding-bottom: 0.7em;
        }

        .title07 span {
            margin-right: 3vw;
        } 

        .title07::after, .title07::before {
            top: 2.4vw;
            right: 4.5vw;
        }

        .option08 {
            margin-bottom: 14vw;
        }

        .title08 {
            padding-top: 0.5em;
            padding-bottom: 0.6em;
        }

        .title08 span {
            margin-right: 3vw;
        } 

        .title08::after, .title08::before {
            top: 7vw;
            right: 4.5vw;
        }

        .question-linebutton-title {
            margin-bottom: 3vw;
        }
    }
 /* ------よくある質問 */

 /* footer */
.footer01 {
    position: relative;
    margin-top: 124px;
    padding-top: 24px;
    padding-bottom: 41px;
    background-color: #FFF3E4;
    text-align: center;
}

.footer-programs {
    display: flex;
    justify-content: center;
    padding-right: 100px;
}

.footer-program02 {
    margin: 0 20px;
}

.footer-back-text {
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.footer-back-text img {
    width: 306px;
    height: auto;
}

.footer-programs a {
    text-decoration: none;
    color: #000000;
}

.footer-back-text a {
    display: inline-block;
    pointer-events: auto;
    color: #FE8901;
    font-size: 50px;
    margin-top: 45px;
    margin-bottom: auto;
    text-decoration: none;
}

@media screen and (max-width: 768px) {

    .footer-programs {
        font-size: 2vw;
        padding-right: initial;
    }

    .footer-back-text img {
        width: 40vw;
    }
}

@media screen and (max-width: 425px) {

    .footer01 {
        margin-top: 64px;
        padding-top: 21px;
        padding-bottom: 21px;
    }

    .footer-programs {
        font-size: 3vw;
    }

    .footer-back-text img {
        width: 50vw;
    } 
}
 /* ------/footer */

 /* 特定商取引法 */
.tokuteihou {
    padding: 154px 0;
}

.tokuteihou-title h2 {
    font-size: 1.8vw;
    margin-top: auto;
    margin-bottom: 52px;
}

.tokuteihou-table {
	border-collapse: collapse;
    width: 42vw;
    margin: auto;
}

.detail-text {
    font-family: 'Noto Sans JP', sans-serif;
}

.company-name {
    padding-top: 13px;
    padding-bottom: 21px;
    padding-left: 38px;
}

.first-detail {
    border-top: 1px solid #fe8803;
}

.tokuteihou-detail {
    border-bottom: 1px dotted #fe8803;
    font-size: 0.83vw;
}

.tokuteihou-title {
    text-align: center;
}

.ceo-name {
    padding-top: 15px;
    padding-bottom: 19px;
    padding-left: 38px;
}

.shozaiti {
    padding-bottom: 31px;
}

.address-text {
    padding-top: 6px;
    padding-bottom: 15px;
    padding-left: 38px;
}

.phone-number02 {
    padding-top: 15px;
    padding-bottom: 17px;
    padding-left: 38px;
}

.e-mail02 {
    padding-top: 15px;
    padding-bottom: 19px;
    padding-left: 38px;
}

.offcial-text {
    padding-top: 14px;
    padding-bottom: 20px;
    padding-left: 38px;
}

.effect-text {
    padding-top: 14px;
    padding-bottom: 17px;
    padding-left: 38px;
}

.sale-text02 {
    padding-top: 15px;
    padding-bottom: 17px;
    padding-left: 38px;
}

.shiharai-text {
    padding-top: 15px;
    padding-bottom: 17px;
    padding-left: 38px;
}

.cooling-text {
    padding-top: 13px;
    padding-bottom: 21px;
    padding-left: 38px;
}

.cooling-detail {
    border-bottom: 1px solid #fe8901;
}


.footer02 {
    margin-top: auto;
}

.other-page-footer a {
    text-decoration: none;
    color: #FE8901;
    font-size: 50px;
    margin-top: 21px;
    margin-bottom: auto;
}

@media screen and (max-width: 1440px) {

    .tokuteihou-br {
        display: none;
    }

    .footer02 {
        width: 100%;
        margin-top: auto;
    }
}

@media screen and (max-width: 768px) {

    .tokuteihou-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tokuteihou-title h2 {
        font-size: 4vw;
    }
    
    .tokuteihou-table {
        width: auto;
    }

    .other-page-footer a {
        font-size: 6vw;
    }
}

@media screen and (max-width: 425px) {

    .tokuteihou-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .tokuteihou-title h2 {
        font-size: 6vw;
    }

    .tokuteihou-detail {
        font-size: 3vw;
    }

    .detail-title01 {
        width: 20vw;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .other-page-footer a {
        font-size: 10vw;
    }
}
 /* -----/特定商取引法 */

/* プライバシーポリシー */
.privacy {
    padding-top: 140px;
    padding-bottom: 114px;
}

.privacy-container {
    margin: auto;
    width: 42vw;
}

.privacy-container p {
    text-align: left;
    margin-top: auto;
}

.privacy-title {
    text-align: center;
    margin-top: auto;
    margin-bottom: 24px;
    font-size: 1.8vw;
}

.privacy-text01 {
    margin-bottom: 50px;
}

.privacy-text02 {
    line-height: 1.6;
    letter-spacing: 0.4px;
    margin-left: 20px;
    margin-bottom: 31px;
}

.privacy-text03 {
    line-height: 1.6;
    margin-left: 20px;
    margin-bottom: 27px;
}

.privacy-text04 {
    line-height: 1.8;
    margin-left: 20px;
    margin-bottom: 24px;
}

.privacy-text05 {
    line-height: 1.8;
    margin-left: 20px;
    margin-bottom: 21px;
}

.privacy-text06 {
    line-height: 1.8;
    margin-left: 20px;
    margin-bottom: 21px;
}

.privacy-text-title {
    background-color: #939393;
    color: #FFFFFF;
    height: 31px;
    padding-left: 16px;
    padding-top: 3px;
}

.privacy-text-title01 {
    margin-bottom: 7px;
}

.privacy-text-title02 {
    margin-bottom: 4px;
}

.privacy-text-title03 {
    margin-bottom: 6px;
}

.privacy-text-title04 {
    margin-bottom: 6px;
}

.privacy-text-title06 {
    margin-bottom: 8px;
}

.privacy-br {
    display: none;
}

.footer03 {
    margin-top: auto;
    padding-top: 31px;
}

@media screen and (max-width: 1440px) {

    .privacy-title {
        font-size: 30px;
    }
    
    .privacy-container {
        width: 80vw;
    }
}

@media screen and (max-width: 768px) {

    .privacy-container {
        width: auto;
       padding: 0 20px;
    }

    .privacy-title {
        font-size: 5vw;
    }

    .privacy-container p{
        font-size: 2.3vw;
    }

    .privacy-text-title {
        height: 4vw;
    }
}

@media screen and (max-width: 768px) {

    .privacy-container {
        width: auto;
       padding: 0 20px;
    }

    .privacy-title {
        font-size: 7vw;
    }

    .privacy-container p{
        font-size: 3.5vw;
    }

    .privacy-text-title {
        height: 6vw;
    }
}
/* -----/プライバシーポリシー */

/* 利用規約 */
.terms-of-use {
    padding-bottom: 114px;
}

.terms-of-use-container {
    margin: auto;
    width: 42vw;
}

.terms-of-use-container h2 {
    text-align: left;
    margin-top: auto;
    line-height: 1.6;
    letter-spacing: 0.4px;
}

.manage {
    margin-top: initial;
}

.terms-of-use-title-container {
    margin-top: auto;
    margin-bottom: 24px;
    padding-top: 140px;
    padding-bottom: 100px;
    background-color: #FE8901;
}

.terms-of-use-title {
    font-size: 30px;
    color: #ffffff;
    /* border-left: 5px solid #af0082; */
    width: 500px;
    margin: auto;
    text-align: center;
}

.terms-of-use-text01 {
    margin-bottom: 50px;
}

.terms-of-use-text02-container {
    display: flex;
    align-items: baseline;
}

.terms-of-use-text02 {
    line-height: 1.6;
    letter-spacing: 0.4px;
    margin-left: 20px;
    margin-bottom: 31px;
}

.terms-of-use-text03 {
    line-height: 1.6;
    margin-left: 20px;
    margin-bottom: 27px;
}

.terms-of-use-text04 {
    line-height: 1.8;
    margin-left: 20px;
    margin-bottom: 24px;
}

.terms-of-use-text05 {
    line-height: 1.8;
    margin-left: 20px;
    margin-bottom: 21px;
}

.terms-of-use-text06 {
    line-height: 1.8;
    margin-left: 20px;
    margin-bottom: 21px;
}

.terms-of-use-text-title {
    height: 31px;
    padding-top: 3px;
    padding-bottom: 10px;
    border-bottom: 5px solid #FE8901;
}

.terms-of-use-text-title01 {
    margin-bottom: 7px;
}

.terms-of-use-text-title02 {
    margin-bottom: 4px;
}

.terms-of-use-text-title03 {
    margin-bottom: 6px;
}

.terms-of-use-text-title04 {
    margin-bottom: 6px;
}

.terms-of-use-text-title06 {
    margin-bottom: 8px;
}

.terms-of-use-br {
    display: none;
}

.cancel-detail , .cancel-titles-td, th {
	border: 1px solid #d4d9dc;
	border-collapse: collapse;
    text-align: center;
    width: 100%;
}
.cancel-titles-td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.cancel-titles {
    font-weight: bold;
    background-color: #d4d9dc;
}

.footer03 {
    margin-top: auto;
    padding-top: 31px;
}

@media screen and (max-width: 1440px) {

    .terms-of-use-title {
        font-size: 30px;
    }
    
    .terms-of-use-container {
        width: 80vw;
    }
}

@media screen and (max-width: 768px) {

    .terms-of-use-container {
        width: 90vw;
    }
    
    .terms-of-use-title {
        font-size: 6vw;
        width: 90vw;
        padding-left: 5px;
        padding-right: 5px;
    }

    .terms-of-use-container h2 {
        font-size: 3vw;
    }

    .terms-of-use-container p{
        font-size: 3vw;
    }

    .terms-of-use-text-title {
        height: 6vw;
    }

    .terms-of-use-text02-container span {
        font-size: 3vw;
    }
}

@media screen and (max-width: 425px) {

    .terms-of-use-title-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .terms-of-use-text02-container span {
        font-size: 4vw;
    }
    
    .terms-of-use-container p {
        font-size: 4vw;
        margin-left: 10px;
        margin-top: revert-layer;
    }

    .terms-of-use-container h2 {
        font-size: 5vw;
        border-bottom: 5px solid #FE8901;
    }

    .terms-of-use-text-title {
        border-bottom: none;
        margin-bottom: 28px;
    }
}
/* --------/利用規約 */