@media screen and (max-width: 1200px) {
  .header__container {
    width: 96%;
    padding: 0;
  }
  .header__container img {
    width: 23.7vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header__container .index__container {
    margin: 2.4vw;
    padding-right: 0;
  }
  .header__container .index__container a {
    font-size: 1.3vw;
    margin-right: .7vw;
  }
  .header__container .index__container .btn {
    font-size: 1.5vw;
    padding: 1vw 2.1vw;
    color: white;
  }
  .section__title {
    font-size: 4vw;
    text-align: center;
  }
  .section__title__description {
    font-size: 3.5vw;
    text-align: center;
    margin-bottom: 6px;
    padding-top: 100px;
  }
  .what__container {
    width: 65.8vw;
    margin: 2.5vw auto 8.3vw;
    text-align: center;
  }
  .what__container p {
    line-height: 2.7vw;
    font-size: 1.5vw;
  }
  .what__container .btn {
    font-size: 2vw;
    padding: 1.9vw 2.8vw;
    margin-top: 0.6vw;
  }
  .feature .three {
    font-size: 5vw;
  }
  .feature__container {
    width: 100vw;
    margin: 21.3vw auto 0;
  }
  .feature__item {
    height: 45vw;
  }
  .feature__item img {
    width: 40vw;
    height: 40vw;
    -o-object-fit: contain;
       object-fit: contain;
    right: 1.6vw;
    top: -13.3vw;
  }
  .feature__item__container {
    width: 60vw;
    height: 30.5vw;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feature__item:nth-child(2) img {
    left: 2vw;
    top: 0.8vw;
  }
  .feature__item__sentence h3 {
    font-size: 3vw;
    padding-top: 5.4vw;
  }
  .feature__item__sentence p {
    font-size: 1.3vw;
    padding-top: 1.4vw;
  }
  .feature__item__number {
    font-size: 4.75vw;
    font-weight: bold;
    padding: 5.4vw 1.7vw;
  }
  .users__container {
    width: 70vw;
  }
  .users__container div {
    width: 32vw;
  }
  .users__container div p {
    font-size: 2.6vw;
  }
  .users__container div img {
    width: 32vw;
  }
  .users__container div .newlaun-ch {
    padding-top: 2.5vw;
  }
  .flow__container {
    width: 90vw;
    padding: 102px 0 23vw;
  }
  .flow__container .arrow__container {
    width: 16px;
    height: 16px;
    margin-top: 60px;
    -webkit-transform: scale(2, 5);
            transform: scale(2, 5);
  }
  .flow__item__container {
    width: 24.8vw;
    position: relative;
  }
  .flow__item__container .image__container {
    width: 23vw;
    height: 15.9vw;
    margin-left: 1.5vw;
  }
  .flow__item__container .image__container img {
    width: 16.6vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .flow__item__container .sentence__container {
    width: 23.3vw;
    margin-left: 1.7vw;
  }
  .flow__item__container .sentence__container h4 {
    font-size: 2.5vw;
    margin: 0.8vw;
  }
  .flow__item__container .sentence__container p {
    font-size: 1.5vw;
    line-height: 2.4vw;
  }
  .flow__item__number {
    font-size: 4vw;
    font-weight: bold;
    position: absolute;
    top: -20px;
  }
  .price__container {
    width: 85vw;
  }
  .price__container table tr th:nth-child(even) .price__item {
    height: 22.5vw;
    margin-top: 1.3vw;
  }
  .price__container table tr th:nth-child(even) .price__item p {
    margin: 0 auto;
    padding-top: 3.9vw;
    font-size: 2vw;
  }
  .price__container table tr th:nth-child(even) .price__item p + p {
    padding: 1.4vw 0;
  }
  .price__container table tr th:nth-child(even) .price__item p span {
    font-size: 3.5vw;
    padding: 0 0.4vw;
  }
  .price__container table tr th:nth-child(3) .price__item {
    height: 23.8vw;
    -webkit-box-shadow: 0 -1px 20px 1px black;
            box-shadow: 0 -1px 20px 1px black;
  }
  .price__container table tr th:nth-child(3) .price__item p {
    margin: 0 auto;
    padding-top: 5.2vw;
    font-size: 2vw;
  }
  .price__container table tr th:nth-child(3) .price__item p + p {
    padding: 1.4vw 0;
  }
  .price__container table tr th:nth-child(3) .price__item p span {
    font-size: 3.5vw;
    padding: 0 .4vw;
  }
  .price__container table tr td {
    padding: .8vw;
    text-align: center;
    width: 21.6vw;
    font-size: 1.3vw;
  }
  .price__container table tr td:first-child {
    text-align: left;
    width: 20vw;
    padding-left: 4vw;
    font-size: 1.8vw;
  }
  .price__container table tr td:nth-child(3) {
    font-weight: bold;
    font-size: 2vw;
  }
  .price__container .btn {
    padding: 1.3vw 3.75vw;
    font-size: 1.5vw;
  }
  .question {
    background-color: #F9F9F9;
  }
  .question__container {
    width: 77.7vw;
    margin: 0 auto;
  }
  .question__container .faq dt {
    padding: 15px;
    font-size: 18px;
  }
  .question__container .faq dt::before {
    content: "Q";
    color: white;
    margin-right: 1em;
    font-size: 22px;
  }
  .question__container .faq dt:first-child {
    margin-top: 60px;
  }
  .question__container .faq dd {
    background-color: white;
    padding: 15px;
    margin: 14px 0 24px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .question__container .faq dd p {
    font-size: 22px;
    margin-right: 1em;
    font-weight: bold;
  }
  .question__container .faq dd p + p {
    font-size: 18px;
    font-weight: normal;
  }
  .question__container .faq dd:last-child {
    margin-bottom: 100px;
  }
  .contact__container {
    font-size: 2vw;
    width: 77.7vw;
    margin: 5vw auto;
    padding-bottom: 8.3vw;
  }
  .contact__container .item {
    padding: 3.3vw 0;
  }
  .contact__container .item .label {
    font-weight: bold;
    padding-bottom: 5vw;
  }
  .contact__container .item .label span {
    width: 2.5vw;
    padding: 1.5vw 1.6vw;
    margin-right: 1.2vw;
    font-size: 1.5vw;
  }
  .contact__container .item .radio {
    width: 54vw;
  }
  .contact__container .item .radio input {
    -webkit-transform: scale(2);
            transform: scale(2);
    margin: 2.9vw;
  }
  .contact__container .item .radio label {
    margin-right: 5.8vw;
  }
  .contact__container .item .inputs {
    width: 54vw;
    height: 5vw;
    padding-left: 2.5vw;
  }
  .contact__container .item .textarea {
    height: 25vw;
    resize: none;
    margin-top: 4.1vw;
  }
  .contact__container .btn__container {
    padding: 3.3vw 0;
  }
  .contact__container .btn__container input {
    width: 25vw;
    font-size: 3vw;
    padding: .8vw;
    font-weight: bold;
  }
  .cta__container {
    width: 81.6vw;
  }
  .cta p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 640px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .header__container {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0;
  }
  .header__container img {
    width: 42.66667vw;
    margin-left: 5px;
    padding: 3vw 0 1vw 2vw;
  }
  .header__container .index__container {
    display: none;
  }
  .header__menu {
    display: inline-block;
    width: 5.6vw;
  }
  .top {
    height: 192.8vw;
  }
  .top__container {
    padding-bottom: 127.2vw;
    margin: 0 auto;
    position: relative;
  }
  .top__container img {
    width: 82.13333vw;
    height: 82.1vw;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    position: absolute;
    left: 7.4vw;
    top: 60vw;
  }
  .top__sentence {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
  .top__sentence h1 {
    margin: 0 auto;
    font-size: 6.5vw;
    width: 92.8vw;
  }
  .top__sentence p {
    margin: 24px auto 0;
    font-size: 4.8vw;
    width: 89.33333vw;
  }
  .top__sentence .btn__container {
    margin: 33px auto 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: absolute;
    left: 10vw;
    top: 130vw;
  }
  .top__sentence .btn__container a {
    display: block;
    width: 80vw;
    margin: 16px auto;
  }
  .top__sentence .btn__container .btn {
    font-size: 4.8vw;
    width: 80vw;
    padding: 4.8vw 0 5.8vw;
  }
  .section__title {
    font-size: 8vw;
  }
  .section__title__description {
    font-size: 5.86667vw;
    margin-bottom: 6px;
    padding-top: 60px;
  }
  .what__container {
    width: 89.33333vw;
    margin: 6.4vw auto 100px;
    text-align: center;
  }
  .what__container p {
    line-height: 6.8vw;
    font-size: 4vw;
  }
  .what__container .btn {
    font-size: 4.8vw;
    width: 80vw;
    padding: 4.8vw 0 5.8vw;
  }
  .feature {
    padding-bottom: 16vw;
  }
  .feature .three {
    font-size: 9.6vw;
  }
  .feature__container {
    width: 100vw;
    margin: 0 auto;
    padding-top: 61.3vw;
  }
  .feature__item {
    width: 100vw;
    height: 80vw;
    position: relative;
    margin-bottom: 61.3vw;
  }
  .feature__item:nth-child(3) {
    margin-bottom: 0;
  }
  .feature__item img,
  .feature__item:nth-child(2) img {
    width: 74.66667vw;
    height: 74.6vw;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    left: 12.8vw;
    top: -50vw;
  }
  .feature__item__container {
    width: 100vw;
    border-radius: 20px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .feature__item__sentence h3 {
    font-size: 5.6vw;
    height: auto;
    padding: 0;
    margin: 0 5.3vw;
  }
  .feature__item__sentence p {
    font-size: 3.73333vw;
    padding: 0;
    margin: 2vw 5.3vw;
    padding-bottom: 10.6vw;
  }
  .feature__item__number {
    font-size: 11.2vw;
    padding: 13vw 0 0 5.3vw;
  }
  .users__container {
    width: 100vw;
    margin: 0 auto 22.4vw;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .users__container div {
    width: 36.26667vw;
  }
  .users__container div p {
    text-align: center;
    font-size: 4.53333vw;
    margin-bottom: 6px;
    padding-top: 16vw;
  }
  .flow {
    background-color: #F9F9F9;
  }
  .flow__container {
    width: 100vw;
    margin: 0 auto;
    display: block;
    padding: 17vw 0 16vw;
  }
  .flow__container .arrow__container {
    display: none;
  }
  .flow__item__container {
    width: 89.33333vw;
    margin: 0 auto 22.4vw;
  }
  .flow__item__container .image__container {
    width: 100%;
    height: 50vw;
  }
  .flow__item__container .image__container img {
    width: 53.33333vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .flow__item__container .sentence__container {
    width: 100%;
  }
  .flow__item__container .sentence__container h4 {
    font-size: 6.4vw;
    margin: 10px;
  }
  .flow__item__container .sentence__container p {
    font-size: 4.26667vw;
    line-height: 28.8px;
  }
  .flow__item__number {
    font-size: 12.8vw;
    top: -40px;
  }
  .price {
    width: 100%;
  }
  .price__container {
    width: 100%;
    padding: 0 5.3vw;
    overflow: auto;
    white-space: nowrap;
    margin: 70px auto;
  }
  .price__container table tr th:nth-child(even) .price__item {
    width: 48vw;
    height: 53.3vw;
    margin-top: 8.5vw;
  }
  .price__container table tr th:nth-child(even) .price__item p {
    margin: 0 auto;
    padding-top: 7.4vw;
    font-size: 5.33333vw;
  }
  .price__container table tr th:nth-child(even) .price__item p + p {
    padding: 4.5vw 0;
    font-size: 3.73333vw;
  }
  .price__container table tr th:nth-child(even) .price__item p span {
    font-size: 8vw;
    padding: 0 1.3vw;
  }
  .price__container table tr th:nth-child(3) .price__item {
    height: 61.8vw;
    width: 57.6vw;
    -webkit-box-shadow: 0 -1px 20px 1px black;
            box-shadow: 0 -1px 20px 1px black;
  }
  .price__container table tr th:nth-child(3) .price__item p {
    margin: 0 auto;
    padding-top: 14vw;
    font-size: 5.33333vw;
  }
  .price__container table tr th:nth-child(3) .price__item p + p {
    padding: 3.0vw 0;
    font-size: 3.73333vw;
  }
  .price__container table tr th:nth-child(3) .price__item p span {
    font-size: 9.6vw;
    padding: 0 1.3vw;
  }
  .price__container table tr td {
    padding: 2.6vw 0;
    font-size: 3.73333vw;
  }
  .price__container table tr td:first-child {
    width: 45.33333vw;
    padding-left: 4.8vw;
    font-size: 4vw;
  }
  .price__container table tr td:nth-child(3) {
    font-size: 5.33333vw;
  }
  .price__container .btn {
    padding: 3.4vw 5vw;
    font-size: 4.26667vw;
  }
  .question {
    background-color: #F9F9F9;
  }
  .question__container {
    width: 89.33333vw;
    margin: 0 auto;
    padding-bottom: 16vw;
  }
  .question__container .faq dt {
    padding: 2.6vw;
    font-size: 4.26667vw;
  }
  .question__container .faq dt:first-child {
    margin-top: 10.6vw;
  }
  .question__container .faq dd {
    padding: 15px;
    margin: 14px 0 24px;
    font-size: 4.26667vw;
  }
  .question__container .faq dd::before {
    margin-right: 1em;
    font-size: 22px;
  }
  .contact__container {
    font-size: 3vw;
    width: 77.7vw;
    margin: 5vw auto;
    padding-bottom: 8.3vw;
  }
  .contact__container .item {
    padding: 3.3vw 0;
    border-top: solid 1px #cacaca;
  }
  .contact__container .item .label {
    font-weight: bold;
    padding-bottom: 5vw;
    white-space: nowrap;
    width: 10vw;
  }
  .contact__container .item .label span {
    width: 2.5vw;
    padding: 1.5vw 1.6vw;
    margin-right: 1.2vw;
    font-size: 1.5vw;
  }
  .contact__container .item .radio {
    width: 54vw;
  }
  .contact__container .item .radio input {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    margin: 2.9vw;
  }
  .contact__container .item .radio label {
    margin-right: 5.8vw;
  }
  .contact__container .item .inputs {
    width: 54vw;
    height: 8vw;
    padding-left: 2.5vw;
    border-radius: 5px;
    margin-top: 5.0vw;
  }
  .contact__container .item .textarea {
    height: 25vw;
    resize: none;
    margin-top: 5.0vw;
  }
  .contact__container .btn__container {
    padding: 3.3vw 0;
  }
  .contact__container .btn__container input {
    width: 45vw;
    font-size: 4vw;
    padding: 2vw;
    font-weight: bold;
    border: 3px solid;
  }
  .cta__container {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .cta__container p {
    font-size: 4.8vw;
  }
  .cta__container .btn {
    font-size: 4.8vw;
    width: 80vw;
    padding: 4.8vw 0 5.8vw;
    letter-spacing: normal;
  }
  .footer {
    text-align: center;
  }
  .footer__container {
    width: 82%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
  }
  .footer__container__left {
    padding: 8.5vw 0  10.6vw;
  }
  .footer__container__left a {
    font-size: 6.4vw;
  }
  .footer__container__left .footer__link {
    padding-bottom: 15px;
  }
  .footer__container__left .footer__link a {
    display: block;
    font-size: 3.73333vw;
    padding: 1.8vw;
  }
  .footer__container small {
    font-size: 10px;
    line-height: 1;
    display: block;
    font-weight: normal;
    padding: 4px;
  }
  .footer__container .icon__container {
    width: 35vw;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=responsive.css.map */
