/*=============================================
 * HOME
*=============================================*/
#mv {
  width: 100%;
  height: 100vh;
  min-height: 650px;
  background: url("../img/index/mv-bg-img.jpg") no-repeat center top/cover;
  position: relative;
  box-sizing: border-box; }
  #mv .wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 165px 0; }
  #mv h2 {
    max-width: 745px; }
  #mv .button {
    padding-top: 32px; }

.scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: calc(50% - 600px);
  position: absolute;
  bottom: 165px;
  left: 0;
  cursor: pointer; }
  .scroll-down .text {
    width: 14px; }
  .scroll-down .border {
    width: 33px;
    height: 290px;
    position: relative;
    overflow: hidden; }
    .scroll-down .border:before {
      content: '';
      width: 0;
      height: 100%;
      border-left: 2px solid #fff;
      position: absolute;
      top: 0;
      left: calc(50% - 1px); }
    .scroll-down .border:after {
      content: '';
      width: 33px;
      height: 38px;
      background: url("../img/index/scroll-down-arrow.png") no-repeat center top/cover;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: sdb03 2s infinite;
      animation: sdb03 2s infinite; }

@-webkit-keyframes sdb03 {
  0% {
    top: 0; }
  100% {
    top: 100%; } }
@keyframes sdb03 {
  0% {
    top: 0; }
  100% {
    top: 100%; } }
@media screen and (min-width: 768px) and (max-height: 800px) {
  #mv .wrap {
    padding: 50px 0; }

  .scroll-down {
    bottom: 50px; } }
@media screen and (max-width: 1440px) {
  #mv {
    padding: 0 100px; }

  .scroll-down {
    width: auto;
    left: 20px; } }
@media screen and (max-width: 1023px) {
  #mv {
    background-image: url("../img/index/mv-bg-img_sp.jpg"); } }
@media screen and (max-width: 767px) {
  #mv {
    height: 156vw;
    min-height: inherit;
    padding: 0; }
    #mv .wrap {
      padding: 50px 20px; }
    #mv .button {
      padding-top: 58px; }

  .scroll-down {
    display: none; } }
#problem {
  background: url("../img/index/problem-bg.jpg") no-repeat center top/cover;
  padding: 115px 0 30vw; }
  #problem h2 {
    max-width: 440px; }
  #problem .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 100px;
    padding-top: 90px; }
    #problem .box .col {
      background: url("../img/index/problem-border.png") repeat-x center bottom/auto 9px;
      padding: 0 0 32px 60px;
      position: relative; }
      #problem .box .col:before {
        content: '';
        width: 38px;
        height: 38px;
        background: url("../img/index/problem-icon-check.png") no-repeat center top/cover;
        position: absolute;
        top: 0;
        left: 0; }
    #problem .box .txt {
      padding-top: 18px; }

@media screen and (max-width: 1023px) {
  #problem .box {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  #problem {
    background-image: url("../img/index/problem-bg_sp.jpg");
    padding: 60px 0 48vw; }
    #problem h2 {
      max-width: 345px; }
    #problem .box {
      gap: 35px;
      padding-top: 35px; }
      #problem .box .col {
        padding-bottom: 30px;
        padding-left: 35px; }
        #problem .box .col:before {
          width: 28px;
          height: 28px;
          top: 4px; }
      #problem .box h3 {
        font-size: 23px;
        line-height: 34px; }
      #problem .box .txt {
        padding-top: 16px; } }
#solution {
  color: #fff;
  position: relative;
  padding: 120px 0; }
  #solution:before {
    content: '';
    width: 100%;
    background: url("../img/index/solution-bg.png") no-repeat center top/cover;
    position: absolute;
    top: -30vw;
    bottom: 0;
    left: 0; }
  #solution h2 {
    max-width: 440px;
    margin: 0 auto; }
  #solution .box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 90px; }
    #solution .box .col {
      background: linear-gradient(to bottom, transparent, #21B3CE, #0198CA);
      border: 2px solid #fff;
      padding: 30px; }
    #solution .box figure {
      max-width: 86px;
      margin: 0 auto; }
    #solution .box .txt {
      padding-top: 15px; }

@media screen and (max-width: 1440px) {
  #solution .box .col {
    padding: 30px 20px; } }
@media screen and (max-width: 1200px) {
  #solution .box h3 {
    font-size: 22px; } }
@media screen and (max-width: 1023px) {
  #solution:before {
    top: -45vw; }
  #solution .box {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  #solution {
    padding: 80px 0 60px; }
    #solution:before {
      background-image: url("../img/index/solution-bg_sp.png");
      top: -30vw; }
    #solution h2 {
      max-width: 338px; }
    #solution .box {
      grid-template-columns: 1fr;
      gap: 28px;
      padding-top: 65px; }
      #solution .box h3 {
        font-size: 26px; } }
#case-study {
  padding: 100px 0 115px; }
  #case-study .wrap {
    width: calc(50% + 600px);
    max-width: 100%;
    margin-right: 0; }
  #case-study h2 img {
    max-height: 16px;
    margin-bottom: 20px; }
  #case-study .swiper {
    margin-top: 50px; }
    #case-study .swiper-slide {
      width: 760px;
      height: auto;
      background-color: #ECF5F8;
      border-radius: 10px;
      margin-right: 86px;
      padding: 40px 50px;
      box-sizing: border-box; }
      #case-study .swiper-slide .info {
        padding: 13px 0 13px 110px;
        position: relative; }
        #case-study .swiper-slide .info figure {
          width: 91px;
          position: absolute;
          top: 0;
          left: 0; }
        #case-study .swiper-slide .info h3,
        #case-study .swiper-slide .info .size {
          font-weight: 600; }
        #case-study .swiper-slide .info .size {
          padding-top: 5px; }
      #case-study .swiper-slide .text {
        padding-top: 28px; }
        #case-study .swiper-slide .text dl {
          display: grid;
          grid-template-columns: 100px 1fr;
          align-items: center;
          border-radius: 10px;
          padding: 20px 15px 20px 0; }
          #case-study .swiper-slide .text dl dt {
            text-align: center; }
          #case-study .swiper-slide .text dl dd strong {
            font-weight: 700; }
        #case-study .swiper-slide .text .dl-1 {
          background-color: #D0E2E8; }
        #case-study .swiper-slide .text .dl-2 {
          background-color: #FFFAD0;
          position: relative;
          margin-top: 10px; }
          #case-study .swiper-slide .text .dl-2:before {
            content: '';
            width: 43px;
            height: 24px;
            background: url("../img/index/case-arrow.png") no-repeat center top/cover;
            position: absolute;
            top: -18px;
            left: calc(50% - 22px); }
    #case-study .swiper-button-next, #case-study .swiper-button-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin: 0; }
    #case-study .swiper-button-prev {
      left: -63px; }
    #case-study .swiper-button-next {
      right: auto;
      left: 785px; }
  #case-study .swiper-pagination {
    padding-top: 45px; }

@media screen and (max-width: 1440px) {
  #case-study .wrap {
    width: calc(50% + 570px); } }
@media screen and (max-width: 1200px) {
  #case-study .wrap {
    width: calc(50% + 480px); } }
@media screen and (max-width: 1023px) {
  #case-study .wrap {
    width: calc(50% + 360px); }
  #case-study .swiper-slide {
    width: 650px;
    margin-right: 60px; }
  #case-study .swiper-button-next {
    left: 660px; } }
@media screen and (max-width: 767px) {
  #case-study {
    padding: 65px 0 80px; }
    #case-study .swiper {
      margin: 30px -20px 0; }
      #case-study .swiper-slide {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 20px;
        box-sizing: border-box; }
        #case-study .swiper-slide .info {
          max-width: max-content;
          margin: 0 auto;
          padding: 0; }
          #case-study .swiper-slide .info figure {
            position: static;
            margin: 0 auto; }
        #case-study .swiper-slide .text dl {
          grid-template-columns: 50px 1fr;
          align-items: flex-start;
          padding: 20px; }
          #case-study .swiper-slide .text dl dt {
            text-align: left; }
      #case-study .swiper-button-prev {
        left: 10px; }
      #case-study .swiper-button-next {
        right: 10px;
        left: auto; }
      #case-study .swiper-pagination {
        justify-content: center;
        padding-top: 38px; } }
#plan {
  background: url("../img/index/plan-bg.jpg") no-repeat center top/cover;
  padding: 350px 0 320px;
  overflow: hidden; }
  #plan .cl-blue {
    color: #0279A3; }
  #plan h2 img {
    max-height: 16px;
    padding-bottom: 18px; }
  #plan .plan-ttl {
    width: 10.625%;
    max-width: 205px; }
  #plan h3 {
    display: flex;
    align-items: center;
    gap: 36px;
    font-weight: 500;
    padding-bottom: 60px; }
    #plan h3 img {
      max-height: 35px; }
  #plan [class*="box"] {
    position: relative; }
  #plan .box-1 {
    display: grid;
    grid-template-columns: 472px 1fr;
    gap: 54px;
    padding-bottom: 40px; }
    #plan .box-1 figure {
      position: relative; }
      #plan .box-1 figure figcaption {
        width: 91px;
        position: absolute;
        top: -18px;
        left: -38px; }
    #plan .box-1 .col {
      padding: 20px 0; }
    #plan .box-1 .txt {
      padding-top: 20px; }
    #plan .box-1 .price {
      padding-top: 58px; }
      #plan .box-1 .price span {
        font-size: 62px;
        line-height: 78px; }
    #plan .box-1 .note {
      padding-top: 10px; }
  #plan .box-2 {
    background-color: #fff;
    padding: 60px 90px; }
    #plan .box-2 .item {
      display: grid;
      align-items: center;
      grid-template-columns: 84px 315px 1fr;
      gap: 40px; }
      #plan .box-2 .item:not(:last-child) {
        border-bottom: 1px dashed #0279A3;
        margin-bottom: 30px;
        padding-bottom: 30px; }
    #plan .box-2 ul li {
      background: url("../img/index/plan-icon-check.png") no-repeat top 6px left/16px auto;
      padding-left: 28px; }
      #plan .box-2 ul li:not(:last-child) {
        padding-bottom: 7px; }
  #plan .box-3 {
    display: grid;
    grid-template-columns: 377px 1fr;
    gap: 20px;
    padding-top: 70px; }
    #plan .box-3 .col {
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-top: 1px solid #0279A3;
      border-bottom: 1px solid #0279A3;
      padding: 20px 40px; }
    #plan .box-3 .txt {
      line-height: 35px;
      padding-top: 30px; }
  #plan .box-4 {
    display: grid;
    grid-template-columns: 280px 1fr;
    align-items: center;
    margin-top: 70px;
    padding: 30px 50px 30px 0;
    background-color: #fff; }
    #plan .box-4 h4 {
      line-height: 29px; }
      #plan .box-4 h4 small {
        font-size: 16px; }
    #plan .box-4 .col {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px; }
    #plan .box-4 dl {
      display: grid;
      grid-template-columns: 62px 1fr;
      align-items: flex-start;
      gap: 10px;
      line-height: 30px; }
      #plan .box-4 dl dt {
        background-color: #27B2D1;
        color: #fff;
        border-radius: 6px;
        text-align: center; }
      #plan .box-4 dl dd {
        font-weight: 500; }
  #plan .box-5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px; }
    #plan .box-5 .col {
      background-color: #fff; }
    #plan .box-5 h4 {
      background-color: #0279A3;
      color: #fff;
      font-weight: 500;
      padding: 20px 25px; }
    #plan .box-5 .price-1 {
      text-decoration: line-through;
      color: #909090; }
    #plan .box-5 .price-2 {
      padding-top: 10px;
      padding-bottom: 24px; }
      #plan .box-5 .price-2 dt,
      #plan .box-5 .price-2 dd {
        font-weight: 800; }
      #plan .box-5 .price-2 dd span {
        display: inline-block;
        vertical-align: text-bottom;
        background-color: #D00000;
        color: #fff;
        text-align: center;
        margin-left: 10px;
        padding: 4px 15px 5px;
        border-radius: 30px; }
    #plan .box-5 .txt {
      padding: 30px 25px 70px; }
    #plan .box-5 h5 {
      font-weight: 800;
      border-top: 1px dashed;
      padding-top: 20px; }
    #plan .box-5 ul {
      padding-top: 8px; }
      #plan .box-5 ul li {
        background: url("../img/index/plan-icon-check.png") no-repeat top 6px left/16px auto;
        padding-left: 28px; }
        #plan .box-5 ul li:not(:last-child) {
          padding-bottom: 7px; }
  #plan .button {
    padding-top: 90px; }
  #plan .row-1 {
    position: relative; }
    #plan .row-1 .plan-ttl {
      position: absolute;
      top: 50px;
      left: -5px; }
    #plan .row-1 .block {
      position: relative;
      padding: 120px 0 145px 120px; }
      #plan .row-1 .block:before {
        content: '';
        width: 1000000000px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.9; }
  #plan .row-2 {
    margin-top: 250px;
    position: relative; }
    #plan .row-2 .plan-ttl {
      position: absolute;
      top: 25px;
      right: -5px; }
    #plan .row-2 .block {
      position: relative;
      padding: 120px 120px 145px 0; }
      #plan .row-2 .block:before {
        content: '';
        width: 1000000000px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.9; }

@media screen and (max-width: 1440px) {
  #plan .box-2 {
    padding: 60px; }
  #plan .box-5 {
    gap: 20px; } }
@media screen and (max-width: 1200px) {
  #plan .box-2 {
    padding: 60px 30px; }
    #plan .box-2 .item {
      grid-template-columns: 84px 1fr 1fr;
      gap: 20px; }
  #plan .box-3 .col {
    padding: 10px; }
  #plan .box-5 h4 span {
    font-size: 20px; }
  #plan .box-5 .txt {
    padding: 20px 15px 70px; } }
@media screen and (max-width: 1023px) {
  #plan h3 {
    flex-wrap: wrap;
    gap: 10px 20px; }
    #plan h3 span {
      width: calc(100% - 100px); }
  #plan .box-1 {
    display: flex;
    flex-direction: column-reverse; }
    #plan .box-1 .col {
      padding: 0; }
    #plan .box-1 .price {
      padding-top: 30px; }
  #plan .box-2 .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  #plan .box-2 figure {
    width: 84px; }
  #plan .box-2 h4 {
    width: calc(100% - 104px); }
  #plan .box-2 ul {
    width: 100%; }
  #plan .box-3 {
    grid-template-columns: 1fr;
    gap: 30px; }
    #plan .box-3 .col {
      padding: 30px 20px; }
  #plan .box-4 {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 20px; }
  #plan .box-5 {
    grid-template-columns: 330px;
    justify-content: center; }
    #plan .box-5 h4 span {
      font-size: 26px; }
  #plan .row-1 .block {
    padding-left: 40px; }
  #plan .row-2 .block {
    padding-right: 40px; } }
@media screen and (max-width: 767px) {
  #plan {
    background-image: url("../img/index/plan-bg_sp.jpg");
    padding: 70px 0 120px; }
    #plan h2 {
      padding-bottom: 85px; }
    #plan .plan-ttl {
      width: 30%;
      max-width: 102px; }
    #plan h3 {
      align-items: baseline;
      gap: 10px 15px; }
      #plan h3 img {
        max-height: 28px;
        position: relative;
        top: 2px; }
      #plan h3 .h-32 {
        font-size: 26px;
        line-height: 37px; }
    #plan .box-1 {
      gap: 25px;
      padding-bottom: 25px; }
      #plan .box-1 figure {
        height: 51.2vw; }
        #plan .box-1 figure figcaption {
          width: 83px;
          top: -30px;
          left: -48px; }
      #plan .box-1 .col {
        padding-right: 25px; }
      #plan .box-1 .txt {
        padding-top: 20px; }
      #plan .box-1 .price {
        font-size: 16px;
        padding-top: 25px; }
        #plan .box-1 .price span {
          font-size: 50px;
          line-height: 63px; }
    #plan .box-2 {
      padding: 30px 20px; }
      #plan .box-2 .item {
        gap: 20px 12px; }
      #plan .box-2 figure {
        width: 52px; }
      #plan .box-2 h4 {
        width: calc(100% - 64px); }
      #plan .box-2 ul li:not(:last-child) {
        padding-bottom: 12px; }
    #plan .box-3 {
      padding-top: 32px; }
      #plan .box-3 figure {
        height: 43.8vw; }
      #plan .box-3 .col {
        padding: 35px 35px 35px 0; }
    #plan .box-4 {
      margin-top: 40px;
      padding: 25px 20px; }
      #plan .box-4 h4 {
        text-align: left; }
      #plan .box-4 .col {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 20px; }
    #plan .box-5 {
      grid-template-columns: 1fr; }
    #plan .button {
      padding-top: 0;
      padding-right: 15px;
      top: 50px;
      margin-left: -25px; }
    #plan .row-1 {
      padding-bottom: 105px; }
      #plan .row-1 .wrap {
        padding: 0 0 0 30px; }
      #plan .row-1 .plan-ttl {
        top: 120px; }
      #plan .row-1 .block {
        padding: 25px 0 0 25px; }
    #plan .row-2 {
      margin-top: 0; }
      #plan .row-2 h3 {
        margin-right: -20px;
        padding-left: 30px; }
      #plan .row-2 .wrap {
        padding: 0 30px 0 0; }
      #plan .row-2 .plan-ttl {
        top: 120px; }
      #plan .row-2 .block {
        padding: 25px 25px 70px 0; }
      #plan .row-2 .box-3 .col {
        padding-right: 0;
        padding-left: 35px; } }
@media screen and (max-width: 389px) {
  #plan .box-1 figure figcaption {
    left: -38px; }
  #plan .button {
    margin-left: -20px; }
  #plan .row-1 .wrap {
    padding-left: 20px; }
  #plan .row-1 .block {
    padding: 20px 0 0 20px; }
  #plan .row-2 .wrap {
    padding-right: 20px; }
  #plan .row-2 .block {
    padding: 20px 20px 70px 0; } }
#faq {
  background: url("../img/index/faq-bg.jpg") no-repeat center bottom/cover;
  padding: 244px 0 255px; }
  #faq .wrap {
    display: grid;
    grid-template-columns: 365px 1fr; }
  #faq h2 img {
    max-height: 16px;
    margin-bottom: 12px; }
  #faq .box .item {
    background-color: #ECF5F8;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    padding: 32px 42px; }
    #faq .box .item + .item {
      margin-top: 40px; }
  #faq .box h3 {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 15px;
    color: #0279A3;
    font-weight: 700;
    border-bottom: 1px dashed #0279A3;
    padding-bottom: 14px; }
    #faq .box h3:before {
      content: '';
      display: block;
      width: 38px;
      height: 38px;
      background: url("../img/index/icon-q.png") no-repeat center top/cover; }
  #faq .box .txt {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 15px;
    padding-top: 14px; }
    #faq .box .txt:before {
      content: '';
      display: block;
      width: 38px;
      height: 38px;
      background: url("../img/index/icon-a.png") no-repeat center top/cover; }

@media screen and (max-width: 1200px) {
  #faq .wrap {
    grid-template-columns: 300px 1fr; } }
@media screen and (max-width: 1023px) {
  #faq .wrap {
    grid-template-columns: 1fr;
    gap: 52px; } }
@media screen and (max-width: 767px) {
  #faq {
    background-image: url("../img/index/faq-bg_sp.jpg");
    padding: 90px 10px 120px; }
    #faq .box .item {
      padding: 25px; }
    #faq .box h3 {
      align-items: flex-start; } }
#download {
  background-color: #ECF5F8;
  position: relative;
  padding: 80px 0 125px; }
  #download:before {
    content: '';
    width: 100%;
    height: 592px;
    background: url("../img/index/download-bg.jpg") no-repeat center top/cover;
    position: absolute;
    top: 0;
    left: 0; }
  #download h2 img {
    max-width: 137px;
    margin-bottom: 20px; }
  #download .desc {
    padding: 6px 0 145px; }

.contact__form {
  background-color: #fff;
  border-radius: 10px;
  padding: 75px 100px; }
  .contact__form h3 {
    max-width: 517px;
    margin: 0 auto;
    padding-bottom: 75px; }
  .contact__form .wpcf7 {
    background-color: #ECF5F8;
    padding: 90px 50px 120px; }
  .contact__form .form-row {
    display: grid;
    grid-template-columns: 205px 1fr;
    align-items: center;
    padding-bottom: 40px; }
    .contact__form .form-row .agree {
      display: flex; }
    .contact__form .form-row.vtop {
      align-items: flex-start; }
  .contact__form .form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 40px; }
    .contact__form .form-btn input, .contact__form .form-btn a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      cursor: pointer; }
    .contact__form .form-btn p {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 480px;
      height: 93px;
      background: linear-gradient(to right, #25C0DD, #0198CA);
      color: #fff;
      font-weight: 800;
      font-size: 26px;
      letter-spacing: 0;
      line-height: 37px;
      box-sizing: border-box;
      padding: 0;
      position: relative;
      z-index: 1;
      border-radius: 20px;
      transition: all 0.3s; }
      .contact__form .form-btn p:after {
        content: '';
        width: 28px;
        height: 28px;
        background: url("../img/common/arrow-circle-right.png") no-repeat center top/cover;
        position: absolute;
        top: calc(50% - 14px);
        right: 24px;
        transition: all 0.3s; }
      .contact__form .form-btn p:hover:after {
        transform: translateX(5px); }
    .contact__form .form-btn .btn-back {
      background: #ccc; }
      .contact__form .form-btn .btn-back:after {
        transform: translateX(0) rotate(180deg);
        right: auto;
        left: 24px; }
      .contact__form .form-btn .btn-back:hover:after {
        transform: translateX(-5px) rotate(180deg); }
  .contact__form .wpcf7-not-valid-tip {
    width: max-content;
    max-width: 100%;
    position: absolute;
    top: 100%;
    left: 0; }
  .contact__form .wpcf7-spinner {
    display: none; }
  .contact__form .thanks .txt p + p {
    padding-top: 30px; }
  .contact__form .thanks .button {
    padding-top: 50px; }

@media screen and (max-width: 1200px) {
  .contact__form {
    padding: 75px 50px; } }
@media screen and (max-width: 1023px) {
  .contact__form {
    padding: 75px 30px; }
    .contact__form .wpcf7 {
      padding: 75px 30px; }
    .contact__form .form-row {
      grid-template-columns: 150px 1fr; } }
@media screen and (max-width: 767px) {
  #download {
    padding: 115px 0 0; }
    #download:before {
      height: 500px;
      background-image: url("../img/index/download-bg_sp.jpg"); }
    #download .desc {
      padding-bottom: 113px; }
    #download .wrap {
      padding: 0; }

  .contact__form {
    padding: 75px 20px; }
    .contact__form h3 {
      max-width: 304px; }
    .contact__form .wpcf7 {
      padding: 30px 20px 40px; }
    .contact__form .form-row {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-bottom: 30px; }
    .contact__form .form-btn {
      flex-direction: column;
      padding-top: 0; }
      .contact__form .form-btn p {
        justify-content: flex-start;
        width: 100%;
        height: 70px;
        font-size: 18px;
        line-height: 30px;
        padding: 0 25px; }
        .contact__form .form-btn p:after {
          width: 20px;
          height: 20px;
          top: calc(50% - 10px);
          right: 20px; }
    .contact__form .wpcf7-not-valid-tip {
      width: 100%;
      position: static; }
    .contact__form .thanks .txt {
      text-align: justify;
      font-size: 15px; }
      .contact__form .thanks .txt p + p {
        padding-top: 20px; }
    .contact__form .thanks .button {
      padding-top: 30px; } }

/*# sourceMappingURL=contents.css.map */
