@charset "utf-8";
@import url("style.css");

/*---------------------
 KV
--------------------- */
.kv {
    position: relative;
    margin-bottom: 60px;
}
/* KV メインコピー
--------------------- */
.kv__copy {
    font-size: 30px;
    font-weight: 900;
    color: #555;
    letter-spacing: 0.15em;
    line-height: 2;
    margin-top: 30px;
}
.kv__copy__box {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0.1em 1em 0.2em;
    margin-right: 0.2em;
    color: var(--main_color);
    overflow: hidden;
}
.kv__copy__box span {
    display: inline-block;
    animation: showText 3s backwards infinite;
}
.kv__copy__box span:nth-of-type(1) {
    animation-delay: 0.2s;
}
.kv__copy__box span:nth-of-type(2) {
    animation-delay: 0.4s;
}
.kv__copy__box span:nth-of-type(3) {
    animation-delay: 0.6s;
}
@keyframes showText{
  0%{
    transform: translateY( 0px );
  }
  10%{
    transform: translateY( 8px ) rotate(5deg);
  }
  20%{
    transform: translateY( -5px ) rotate(-5deg);
  }
  30%{
    transform: translateY( 0px ) rotate(0);
  }
  100%{
    transform: translateY( 0px );
  }
}

@media screen and (max-width: 767px) {
    .kv__copy {
        font-size: 22px;
    }
}
/* KVアニメーション
--------------------- */
.kv__contents{
    width: 100%;
    max-width: 900px;
    margin: auto;
    position: relative;
}
.kv__base {
    width: 100%;
    margin: auto;
}
.kv__anime {
    position: absolute;
}
.kv__aguri {
    width: 18%;
    max-width: 120px;
    top: 12%;
    left: 22%;
}
.kv__season {
    width: 6%;
    max-width: 50px;
    top: 13%;
    left: 42%;
}
.kv__cloud01 {
    width: 19%;
    max-width: 140px;
    top: -3%;
    left: 57%;
}
.kv__cloud02 {
    width: 20%;
    max-width: 160px;
    top: 40%;
    left: 82%;
}
.kv__cloud03 {
    width: 15%;
    max-width: 120px;
    top: 30%;
    left: 0;
}
.kv__design {
    width: 14%;
    max-width: 124px;
    top: 18%;
    left: 63%;
}
.kv__movie01 {
    width: 8%;
    max-width: 60px;
    top: 50%;
    right: 14%;
}
.kv__movie02 {
    width: 7%;
    max-width: 60px;
    top: 64%;
    right: 5%;
}
.kv__movie03 {
    width: 8%;
    max-width: 64px;
    top: 62%;
    right: 21%;
}
.kv__nakasei {
    width: 55%;
    max-width: 500px;
    top: 61%;
    left: 10%;
}
.kv__plan {
    width: 13%;
    max-width: 120px;
    top: 32%;
    left: 30%;
}

/* 雲のパララックス
--------------------- */
.top__cloud01 .cloud01 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 30%;
}
.top__cloud02 .cloud02 {
    position: absolute;
    top: -2%;
    left: 2%;
    max-width: 20%;
}
.top__cloud01 .cloud01:nth-of-type(1),
.top__cloud02 .cloud02:nth-of-type(1){
    z-index: 3;
}
.top__cloud01 .cloud01:nth-of-type(2),
.top__cloud02 .cloud02:nth-of-type(2){
    z-index: 2;
}
.top__cloud01 .cloud01:nth-of-type(3),
.top__cloud02 .cloud02:nth-of-type(3){
    z-index: 1;
}
@media screen and (max-width: 600px) {
    .top__cloud01 .cloud01 {
        max-width: 40%;
    }
}

/*---------------------
 SERVICE --TOP
--------------------- */
.top__img__base {
    width: 100%;
}
.top__service {
    position: relative;
}
.top__service__contents {
    background-color: #fff;
    width: 100%;
}
.top__service__txt {
    text-align: center;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
}
.top__service__ttl {
    font-size: 80px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--light_color);
    margin-bottom: 10px;
}
.top__service__ttl__ja {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: var(--main_color);
}
.top__service__lead {
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-top: 30px;
}
.top__service__items {
    padding-top: 20%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.top__service__item {
    width: calc(100% / 3 - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top__service__item__img {
    width: 100%;
    height: 37vw;
    max-height: 320px;
    max-width: 240px;
    border-radius: 8em;
    text-align: center;
    border: 2px solid var(--dark_color);
    background: linear-gradient(0deg,#FFE5FE, #FFF9FC);
}
.top__service__item__img img {
    margin: 30px 0;
    max-height: 200px;
}
.top__service__item__txt {
    letter-spacing: 0.1em;
}
.top__service__item__txt.en {
    color: var(--main_color);
    font-size: 14px;
    margin-bottom: 5px;
}
.top__service__item__dsc {
    line-height: 2;
    text-align: right;
    margin-top: 20px;
}
.top__service__item__dsc p{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
}
.top__service__bond {
    font-size: 30px;
    color: var(--main_color);
    font-weight: 300;
    padding-bottom: 10%;
}
@media screen and (max-width: 800px) {
    .top__service__ttl {
        font-size: 60px;
    }
    .top__service__ttl__ja {
        font-size: 16px;
    }
    .top__service__bond {
        font-size: 20px;
    }
}
@media screen and (max-width: 600px) {
    .top__service__txt {
        top: -5%;
    }
    .top__service__ttl {
        font-size: 40px;
    }
    .top__service__ttl__ja {
        font-size: 14px;
    }
    .top__service__lead {
        margin: 30px calc(50% - 50vw);
    }
    .top__service__items {
        padding-top: 25%;
    }
    .top__service__item {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        font-size: 12px;
    }
    .top__service__item__txt.en {
        font-size: 12px;
    }
    .top__service__item__img {
        width: 30%;
        min-height: 190px;
    }
    .top__service__bond {
        padding-bottom: 0;
    }
    .top__service__item__dsc {
        width: 60%;
    }
    .top__service__item__img img {
        margin: 20px 0 15px;
    }
}
@media screen and (max-width: 450px) {
    .top__service__txt {
        top: 0;
    }
    .top__service__items {
        padding-top: 45%;
    }
    .top__service__item__img {
        width: 36%;
    }
    .top__service__item__dsc {
        width: 58%;
    }
    .top__service__item__dsc p {
        font-size: 12px;
    }
}

/*---------------------
 ABOUT US --TOP
--------------------- */
.top__about {
    background-color: #fff;
    padding: 60px 0;
    position: relative;
}
.top__about__box {
    width: 100%;
    border: 2px solid var(--dark_color);
    border-radius: 20px;
    background-color: #F9F5FF;
    position: relative;
    z-index: 1;
}
.top__about__ttl {
    width: 100%;
    text-align: center;
    border-radius: 18px 18px 0 0;
    background-color: var(--dark_color);
    padding: 15px;
}
.top__about__ttl p {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.top__about__contents {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 60px;
}
.top__about__contents img {
    max-width: 400px;
}
.top__about__txt {
    width: 50%;
    margin-left: 50px;
}
.top__about__txt__lead {
    font-size: 20px;
    font-weight: 900;
    color: var(--dark_color);
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
.top__about__txt__dsc {
    font-weight: 400;
    color: var(--darker_color);
    line-height: 2;
}
.top__about__txt .link__button {
    margin: 30px 0 0;
}
.top__about__animation {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 0;
}
.top__about__animation ul {
    animation: flowing 20s linear infinite;
    transform: translateX(-100%);
}
.top__about__animation ul li {
    display: inline-block;
    font-size: 60px;
    letter-spacing: 0.1em;
    color: #eee;
    padding-right: 0.5em;

}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}
@media screen and (max-width: 800px) {
    .top__about__txt {
        width: 80%;
        margin-left: 20px;
    }
}
@media screen and (max-width: 600px) {
    .top__about__ttl p {
        font-size: 24px;
    }
    .top__about__contents {
        flex-wrap: wrap;
        padding: 20px 10%;
    }
    .top__about__contents img {
        max-width: 300px;
    }
    .top__about__txt {
        width: 100%;
        margin: 20px auto 0;
    }
}

/*---------------------
 MEDIA --TOP
--------------------- */
.top__media__box {
    width: 100%;
    border: 2px solid var(--dark_color);
    border-radius: 20px;
    background-color: #F9F5FF;
    padding: 60px 30px;
    margin-top: 60px;
    text-align: center;
    box-shadow: 10px 10px 0 0 rgb(181 119 244 / 20%);
}
.top__media__ttl {
    color: var(--dark_color);
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.top__media__ttl::before {
    content: "";
    display: inline-block;
    width: 56px;
    height: 52px;
    background-image: url(../img/top/icon_media.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}
.top__media__img img {
    width: 90%;
    max-width: 480px;
    margin: auto;
}
.top__media__txt {
    margin-top: 30px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.top__media__txt a {
    color: var(--main_color);
}
@media screen and (max-width: 600px) {
    .top__media__box {
        padding: 30px 20px;
        box-shadow: 5px 5px 0 0 rgb(181 119 244 / 20%);
    }
    .top__media__ttl {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .top__media__ttl::before {
        width: 40px;
        height: 36px;
        margin-right: 10px;
    }
}

/*---------------------
 SERVICE
--------------------- */
body.service {
    background-image: url(../img/common/bg.png);
    background-repeat: repeat;
    background-size: 15%;
}
.service__items {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 5em 0;
    background-repeat: no-repeat;
    background-size: 24%;
}
.service__items:nth-of-type(odd) {
    flex-direction: row-reverse;
}
.service__plan {
    background-image: url(../img/service/bg_plan.svg); 
    background-position: top 0 right 0;
}
.service__design {
    background-image: url(../img/service/bg_design.svg); 
    background-position: top 0 left 0;
}
.service__pr {
    background-image: url(../img/service/bg_pr.svg); 
    background-position: top 0 right 0;
}
.service__img {
    width: 45%;
    max-width: 648px;
    padding: 0 5%;
    opacity: 0;
    transform: scale(0);
    transition: .9s;
}
.service__img.is-fadein {
    opacity: 1;
    transform: scale(1);
}
.service__box {
    border: 1px solid var(--dark_color);
    background-color: #fff;
    width: 45%;
    max-width: 600px;
    text-align: center;
    padding: 50px;
    box-shadow: 10px 10px 0 0 rgb(181 119 244 / 20%);
    opacity: 0;
    transform: translateY(100px);
    transition: .8s;
}
.service__box.is-fadein {
    opacity: 1;
    transform: translateY(0);
}
.service__box__ttl {
    font-size: 20px;
    letter-spacing: 0.1em;
}
.service__box__ttl.en {
    font-size: 14px;
    margin-bottom: 1em;
}
.service__plan .service__box__ttl.en {
    color: var(--plan_color);
}
.service__design .service__box__ttl.en {
    color: var(--design_color);
}
.service__pr .service__box__ttl.en {
    color: var(--pr_color);
}
.service__box__dsc {
    text-align: left;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 40px;
    font-weight: 400;
}
.service__box.service__coming {
    text-align: center;
    width: 90%;
    max-width: 600px;
    margin: 60px auto 120px;
    color: var(--dark_color);
}
@media screen and (max-width: 800px) {
    .service__items {
        flex-wrap: wrap;
        padding: 0.5em 0 3em;
    }
    .service__img {
        width: 60%;
        margin: 0 0 2% 40%;
    }
    .service__items:nth-of-type(odd) .service__img {
        margin: 0 40% 2% 0;
    }
    .service__box {
        width: 80%;
        padding: 30px;
    }
    .service__box.service__coming {
        width: 80%;
        margin: 0 auto 60px;
    }
}
@media screen and (max-width: 600px) {
    .service__img {
        width: 80%;
        margin: 0 0 2% 20%;
    }
    .service__items:nth-of-type(odd) .service__img {
        margin: 0 20% 2% 0;
    }
}

/* SERVICE --詳細
--------------------- */
.service__lead {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 35%;
}
.plan .service__lead {
    background-image: url(../img/service/service_main_plan.png);
}
.design .service__lead {
    background-image: url(../img/service/service_main_design.png);
}
.pr .service__lead {
    background-image: url(../img/service/service_main_pr.png);
}
.service__lead .service__box {
    width: 90%;
    max-width: 600px;
    text-align: left;
    padding: 40px 40px 30px;
}
.service__lead .service__box h3 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.service__lead .service__box p {
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    padding: 20px;
}
.plan .service__box {
    border: 1px solid var(--plan_color);
}
.design .service__box {
    border: 1px solid var(--design_color);
}
.pr .service__box {
    border: 1px solid var(--pr_color);
}
.plan .service__box .en {
    color: var(--plan_color);
}
.design .service__box .en {
    color: var(--design_color);
}
.pr .service__box .en {
    color: var(--pr_color);
}
@media screen and (max-width: 1100px) {
    .service__lead .service__box {
        width: 60%;
        padding: 30px 30px 20px;
    }
}
@media screen and (max-width: 800px) {
    .service__lead {
        background-size: 50%;
    }
    .service__lead .service__box {
        width: 100%;
        max-width: none;
        margin-top: 35%;
    }
    .service__lead .service__box h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 600px) {
    .service__lead {
        background-size: 80%;
    }
    .service__lead .service__box {
        margin-top: 50%;
        padding: 20px 15px 10px;
    }
    .service__lead .service__box p {
        padding: 15px;
    }
}

/* SERVICE --詳細　--スライド
--------------------- */
.service__contents {
    width: 80%;
    margin: 0 auto 60px;
    padding: 60px 0 80px;
    background-color: rgba(255, 255, 255, 0.8);
}
.service__subttl {
    text-align: 24px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}
.plan .service__subttl {
    color: var(--plan_color);
}
.design .service__subttl {
    color: var(--design_color);
}
.pr .service__subttl {
    color: var(--pr_color);
}
.service__wrap {
    width: 100%;
    position: relative;
    padding-bottom: 5%;
}
.service__cards {
    padding: 10px 0;
}
.service__card {
    width: calc(100% / 3 - 30px);
    text-align: center;
    border-radius: 20px;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 5px 5px 0 0 rgb(181 119 244 / 20%);
}
.service__card img {
    width: 80%;
    max-width: 150px;
}
.service__card__name {
    letter-spacing: 0.05em;
    margin-top: 10px;
}
.service__card__dsc {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.75;
    letter-spacing: 0.025em;
    margin-top: 20px;
}
.service__card.swiper-slide-active {
    box-shadow: 5px 5px 0 0 rgb(181 119 244 / 30%);
}
.service__card:not(.swiper-slide-active) {
    background: rgba(255,255,255,0.85);
}
.plan .service__card {
    border: 2px solid var(--plan_color);
}
.plan .service__card.swiper-slide-active {
    border: 4px solid var(--plan_color);
}
.design .service__card {
    border: 2px solid var(--design_color);
}
.design .service__card.swiper-slide-active {
    border: 4px solid var(--design_color);
}
.pr .service__card {
    border: 2px solid var(--pr_color);
}
.pr .service__card.swiper-slide-active {
    border: 4px solid var(--pr_color);
}
.plan .service__card__name {
    color: var(--plan_color);
}
.design .service__card__name {
    color: var(--design_color);
}
.pr .service__card__name {
    color: var(--pr_color);
}
@media screen and (max-width: 800px) {
    .service__contents {
        width: 90%;
        margin: 0 auto 40px;
    }
}

/* SERVICE --詳細　--ボタン
--------------------- */
.service__links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
.service__link {
    display: block;
    width: 400px;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    padding: 30px 0;
    background-color: #fff;
    border: 1px solid var(--dark_color);
    box-shadow: 5px 5px 0 0 rgb(181 119 244 / 20%);
    transition: .3s;
}
.service__link .en {
    font-size: 12px;
    color: var(--dark_color);
}
.service__link::before,
.service__link::after {
    content: "";
    position: absolute;
    right: 15px;
    height: 1px;
    border-radius: 4px;
    background-color: var(--dark_color);
    transition: .3s;
}
.service__link::before {
    width: 30px;
    top: calc(50% - 1px);
}
.service__link::after {
    top: calc(50% - 1px);
    width: 12px;
    transform: rotate(45deg);
    transform-origin: calc(100% - 1px) 50%;
}
.service__link:hover {
    background-color: var(--light_color);
    box-shadow: none;
    transform: translate(5px,5px);
}
.service__link:hover::before,
.service__link:hover::after {
    right: 12px;
}
.plan svg #arrow path,
.plan svg #arrow path {
    fill: var(--plan_color);
}
.design svg #arrow path,
.design svg #arrow path {
    fill: var(--design_color);
}
.pr svg #arrow path,
.pr svg #arrow path {
    fill: var(--pr_color);
}
@media screen and (max-width: 800px) {
    .service__links {
        margin-bottom: 0;
    }
    .service__link {
        width: 48%;
        max-width: 300px;
        padding: 15px 0;
        font-size: 12px;
    }
    .service__link .en {
        font-size: 10px;
    }
    .service__link::before {
        width: 20px;
    }
    .service__link::after {
        width: 8px;
    }
}
/*---------------------
 COMPANY
--------------------- */
.company__contents table {
    width: 100%;
    margin-bottom: 60px;
}
.company__contents table tr th {
    width: 18%;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    border-bottom: 1px solid var(--main_color);
    vertical-align: middle;
}
.company__contents table tr td {
    width: 82%;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #ddd;
    padding: 1.5em 0 1.5em 1em;
}
.company__access__ttl {
    font-size: 18px;
    font-weight: 600;
    margin: 2em 0 1.2em;
    padding-left: 1em;
    letter-spacing: 0.2em;
}
.company__access .company__access__route {
    max-width: 90%;
    margin: 30px auto;
    background-color: var(--bg_color);
    border-radius: 20px;
    padding: 30px;
    line-height: 2;
    letter-spacing: 0.1em;
}
.company__access .company__access__route li span {
    padding-right: 1em;
    color: var(--main_color);
}
.company__access .googlemap iframe {
    width: 100%;
    height: 460px;
}
@media screen and (max-width: 600px) {
   .company__access .googlemap iframe {
        height: 300px;
    } 
}
@media screen and (max-width: 400px) {
   .company__contents table tr th {
        display: block;
        width: 100%;
        padding: 1.2em 1em 0.5em;
    }
    .company__contents table tr td {
        display: block;
        width: 100%;
        padding: 1em 0 1em 0.8em;
    } 
    .company__access .googlemap iframe {
        height: 240px;
    } 
    .company__access .company__access__route {
        max-width: 100%;
        margin: 20px auto 30px;
        border-radius: 10px;
        padding: 15px;
        letter-spacing: 0;
        line-height: 1.7;
    }
    .company__access__ttl {
        font-size: 16px;
        margin: 2em 0 1em;
    }
}

/*---------------------
 RECRUIT
--------------------- */
.recruit__contents p {
    text-align: center;
}

/*---------------------
 CONTACT
--------------------- */
.contact__lead {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin-top: 30px;
}
.contact .form table {
    width: 100%;
}
.contact .form tr {
    display: flex;
    flex-wrap: wrap;
}
.contact .form th {
    width: 100%;
    font-weight: 500;
    line-height: 2;
    position: relative;
    padding-top: 30px;
}
.contact .form th::before {
    content: "任意";
    font-size: 14px;
    color: #fff;
    background-color: #aaa;
    border-radius: 5px;
    padding: 3px 5px;
    margin-right: 5px;
}
.contact .form th.--required::before {
    content: "必須";
    background-color: #F55151;
}
.contact .form td {
    width: 100%;
}
input::placeholder,
textarea::placeholder{
    font-size: 14px;
    font-weight: 400;
    color:#ccc
}
input:focus,
textarea:focus {
    background-color: #fff;
    outline: 2px solid var(--darker_color);
}
input[type=radio] {
    outline: none;
}
.contact .form td input[type="text"],
.contact .form td input[type="tel"],
.contact .form td input[type="email"],
.contact .form td textarea {
    width: 100%;
    background-color: #F6F6F6;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1.1em 1.4em;
    margin: 10px 0 0;
}
.contact .privacy {
    width: 90%;
    max-width: 600px;
    height: 200px;
    margin: 30px auto;
    padding: 1.5em;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1.7;
    overflow-y: scroll;
    scrollbar-color: #ddd;
    scrollbar-width: thin;
}
.contact .privacy p {
    font-size: 14px;
    font-weight: 400;
}
/* チェックボックス -------------- */
.form__checkbox {
    text-align: center;
    margin: 30px 0;
}
.form__checkbox input[type=checkbox] {
    display: none;
}
.form__checkbox .checkbox {
    position: relative;
    padding-left: 25px;
}
.form__checkbox .checkbox::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #CDD6DD;
    border-radius: 4px;
    box-sizing: border-box;
}
.form__checkbox input[type="checkbox"]:checked + .checkbox::after {
    content: "";
    display: block;
    width: 11px;
    height: 8px;
    border-top: 3px solid var(--main_color);
    border-right: 3px solid var(--main_color);
    transform: rotate(135deg);
    position: absolute;
    left: 5px;
    top: 5px;
}
/* ラジオボタン -------------- */
.form .form__radio {
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    margin-left: 1em;
}
.form input[type="radio"] {
    appearance: revert;
    margin-right: 0.3em;
}
/* 送信ボタン -------------- */
.form .link__btn {
    position: relative;
}
.form input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 52px;
    cursor: pointer;
    z-index: 3;
}
/* 確認画面 -------------- */
.form.conf__error p {
    font-weight: 400;
    line-height: 1.7;
}
.form.conf__error p.error_messe::before {
    content: "●";
    color: var(--main_color);
}
.form.conf tr {
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 15px;
}
.form.conf th {
    width: 25%;
    font-size: 14px;
    color: var(--main_color);
    padding-top: 0;
}
.contact .form th::before {
    content: none;
}
.form.conf .back {
    text-align: center;
    color: var(--main_color);
    margin-top: 2em;
}
.form.conf__error .back {
    display: block;
    text-align: center;
}
.form.conf__error .back a {
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 600;
    padding: 0.8em 1.5em;
    background-color: var(--main_color);
    border-radius: 50px;
}
@media screen and (max-width: 600px) {
    .form.conf tr {
        flex-wrap: wrap;
    }
    .form.conf th {
        width: 100%;
    }
}