/*======================================

	0. WPネイティブ設定
	
=======================================*/

/* editor */
 
p {
    display: block;
    margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*======================================

	1. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.3;
	font-style: normal;
}

strong {
	font-weight:bold;
}



/*======================================

	2. サイト構造
	
=======================================*/

html {
box-sizing: border-box;
}

*, *:before, *:after {
box-sizing: inherit;
}

body {
margin: 0 auto;
padding: 0;
color: #000;
background-color: #FFF;
font-family: "kozuka-gothic-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
background-image: url("img/bg-sp.jpg");
background-size: cover;
background-attachment: fixed;
}

br.clear {
clear: both;
font: 0pt/0pt sans-serif;
}

a {
color: #009de1;
text-decoration: none;
}

a:hover {
color: #009de1;
text-decoration: underline;
}

section {
clear: both;
}

.main-color {
color: #f64747;
}


/*======================================

	3. ヘッダ設定
	
=======================================*/

header {
width: 100%;
height: 60px;
transition: .3s;
background:rgba(255,255,255,0.9);
position: fixed;
z-index: 1000;
border-top: 5px solid #a52c1d;
}

header #contents-header {
margin: 0px auto;
padding: 10px 10px 10px 10px;
height: 60px;
}

h1 {
margin: 0;
padding: 0;
}

h1 img {
height: auto;
width: 40px;
}

h1 a {
color: #000;
font-size: 18px;
font-weight: 700;
}

nav .pc-nav {
display: none;
}

.recruit-button-box {
display: none;
}


/*======================================

	3. ドロワーメニュー設定
	
=======================================*/

/* :::::: toggle button :::::: */
#drawer {
	display: none;
}
label.open,
label.close {
	cursor: pointer;
	position: fixed;
    margin-bottom: 0;
}
.open {
	z-index: 1002;
	top: 12px;
	right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #a52c1d;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid white;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.open .button-menu {
position: absolute;
top: 50px;
left: 50%;
transform: translateX(-50%);
text-align: center;
color: #a52c1d;
font-size: 13px;
}
#drawer:checked + .open div {
display: none;
}
.close {
	z-index: 1001;
	inset: 0;
	pointer-events: none;
	transition: background .6s;
}
#drawer:checked + .open {
	background: #a52c1d;
	transform: translateX(-260px);
}
#drawer:checked + .open span {
	transform: scaleX(0);
}
#drawer:checked + .open::before {
	transform: rotate(135deg) scaleX(1.2);
}
#drawer:checked + .open::after {
	transform: rotate(-135deg) scaleX(1.2);
}
#drawer:checked ~ .close {
	pointer-events: auto;
	background: rgba(0,0,0,.3);
}

/* :::::: drawer menu :::::: */
.menu {
	z-index: 1001;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	width: 260px;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sp-menu-title {
text-align: center;
font-size: 20px;
font-weight: 700;
}
.sp-menu-title img{
width: 50px;
height: auto;
}
.menu ul {
	margin: 0 0 20px 0;
	padding: 0;
    border-top: 1px solid #aaa;
}
.menu li {
	line-height: 1.4;
    border-bottom: 1px solid #aaa;
}

.menu li a {
display: block;
padding: 10px;
color: #000;
}

.menu-recruit {
margin: 0 0 5px 0;
width: 100%;
background-color: #000;
}

.menu-recruit a {
display:block;
color: #FFF;
text-decoration: none;
padding:10px 0px 10px 0px;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
font-weight: 700;
font-style: normal;
font-size: 18px;
text-align: center;
}

.menu-contact {
width: 100%;
background-color: #a52c1d;
}

.menu-contact a {
display:block;
color: #FFF;
text-decoration: none;
padding:10px 0px 10px 0px;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
font-weight: 700;
font-style: normal;
font-size: 18px;
text-align: center;
}

#drawer:checked ~ .menu {
	transform: none;
}

/*======================================

	4. TOP設定
	
=======================================*/

.splide {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 7vw));
position: relative;
}

.splide-text {
padding: 20px;
position: absolute;
font-size: 20px;
font-family: "kozuka-mincho-pro", serif;
font-weight: 700;
font-style: normal;
color: #FFF;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
border: 2px solid #FFF;
display: block;
background:rgba(0,0,0,0.3);
white-space: nowrap;
}



/* --- SERVIS ---*/

#ss01 {
margin-top:-60px;
padding-top:60px;
}

.ss01 {
margin: 0 10px 80px 10px;
padding: 0;
}

.ss01 h2 {
margin: 20px 0 0 0;
padding: 0;
}

.ss01 h2 .h2-inner {
padding: 0;
font-size: 40px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss01 h2 .h2-inner span {
font-weight: 900;
font-size: 20px;
color: #000;
letter-spacing: 0em;
}

.ss01 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}
.service-text {
margin: -10px 0 0 0;
font-family: "Anton", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 20px;
transform: rotate(4deg);
text-align: center;
}

.service {
margin: 0 auto;
}

.service p {
line-height: 1.8em;
}

/* --- ABOUT US ---*/

#ss02 {
margin-top:-60px;
padding-top:60px;
}

.ss02 {
margin: 0 0 80px 0;
}

.ss02 h2 {
margin: 0 10px;
padding: 0;
}

.ss02 h2 .h2-inner {
padding: 0;
font-size: 40px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss02 h2 .h2-inner span {
font-weight: 900;
font-size: 20px;
color: #000;
letter-spacing: 0em;
}

.ss02 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.about {
margin: 0 0 120px 0;
position: relative;
}

.about::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #000;
transform: skewY(-5deg);
z-index: -1;
}

.about::after {
content: '';
position: absolute;
top: -20px;
bottom: -20px;
left: 0;
right: 0;
background-color: #a52c1d;
transform: skewY(-9deg);
z-index: -2;
}

.about-inner {
margin: 0 20px;
padding: 50px 0 0 0;
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}

.about-inner .work {
margin: 0 0 50px 0;
width: 100%;
}

.about-inner .work img {
margin: 0 0 15px 0;
width: 100%;
height: auto;
}

.about-inner .work h3 {
font-size: 24px;
font-variant: 900;
color: #FFF;
}

.about-inner .work p {
font-size: 16px;
line-height: 1.8em;
color: #FFF;
}

/* --- REAL ---*/

#ss03 {
margin-top:-60px;
padding-top:60px;
}

.ss03 {
margin: 0 0 80px 0;
}

.real-h2-outer {
margin: 0 auto;
}

.ss03 h2 {
margin: 0 auto;
padding: 0;
order: 2;
}

.ss03 h2 .h2-inner {
padding: 0;
font-size: 50px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss03 h2 .h2-inner span {
font-weight: 900;
font-size: 20px;
color: #000;
letter-spacing: 0em;
}

.ss03 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.real-h2-text {
padding: 20px 10px 20px 10px;
order: 1;
}

.real-h2-text p {
margin: 0 auto;
line-height: 1.8em;
}

.real-video {
margin: 0;
width: 100%;
}

.real-video video {
width: 100%;
height: auto;
}


/* --- MEMBER ---*/

#ss04 {
margin-top:-90px;
padding-top:90px;
}

.ss04 {
margin: 0 0 80px 0;
}

.ss04 h2 {
margin: 0 10px;
padding: 0;
}

.ss04 h2 .h2-inner {
padding: 0;
font-size: 40px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss04 h2 .h2-inner span {
font-weight: 900;
font-size: 20px;
color: #000;
letter-spacing: 0em;
}

.ss04 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.member {
margin: -30px 0 0 0;
background-image: url("img/member-bg-sp.jpg");
background-position: center center;
background-size: cover;
clip-path: polygon(0 calc(0% + 10vw), 100% 0, 100% calc(100% - 10vw), 0 100%);
}

.member-inner {
margin: 0 auto;
padding: 100px 0 100px 0;
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}

.box {
margin: 0 20px 50px 20px;
width: 100%;
box-sizing:border-box;
list-style: none;
background:rgba(255,255,255,0.9);
border-radius: 8px;
box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
}

.box-inner {
overflow: hidden;
padding: 20px;
border-radius: 8px;
position: relative;
}

.box .no {
position: absolute;
top: -40px;
left: -20px;
font-size: 120px;
font-family: "Anton", sans-serif;
font-weight: 400;
font-style: normal;
}

.box .busho {
margin: 0 0 8px 0;
font-size: 20px;
font-weight: 700;
text-align: center;
}

.box .year {
margin: 0 0 20px 0;
font-size: 17px;
text-align: center;
}

.box .name {
margin: 0;
font-size: 25px;
font-weight: 700;
text-align: center;
}

.box .kana {
margin: 0 0 30px 0;
font-size: 15px;
font-weight: 400;
text-align: center;
color: #a52c1d;
}

.box .comm {
padding: 30px 0 0 0;
border-top: 1px solid #000;
font-size: 17px;
line-height: 1.6;
}


/* --- MESSAGE ---*/

#ss05 {
margin-top:-90px;
padding-top:90px;
}

.ss05 {
margin: 0 0 80px 0;
}

.message-h2-outer {
margin: 0 auto;
}

.ss05 h2 {
margin: 0 auto;
padding: 0;
}

.ss05 h2 .h2-inner {
padding: 0;
font-size: 40px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss05 h2 .h2-inner span {
font-weight: 900;
font-size: 20px;
color: #FFF;
letter-spacing: 0em;
}

.ss05 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.message {

}

.message-outer {
margin: 0 auto;
}

.message-inner {
margin: 0 auto 0 0;
padding: 0 20px 50px 20px;
background:rgba(0,0,0,0.9);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
}

.message-h2-text {
padding: 50px 0 0 0;
}

.message-h2-text p {
margin: 0 auto;
font-size: 17px;
line-height: 1.8em;
color: #FFF;
}

.message .sp-image {
}

.message .sp-image img {
width: 100%;
height: auto;
}


/* --- workplace ---*/

#ss06 {
margin-top:-60px;
padding-top:60px;
}

.ss06 {
margin: 0 0 100px 0;
}

.ss06 h2 {
margin: 0 10px;
padding: 0;
}

.ss06 h2 .h2-inner {
padding: 0;
font-size: 30px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss06 h2 .h2-inner span {
font-weight: 900;
font-size: 20px;
color: #000;
letter-spacing: 0em;
}

.ss06 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.workplace {
content: '';
margin: -20px 0 0 0;
height: 200px;
background-image: url("img/member-bg2-sp.jpg");
background-position: center center;
background-size: cover;
clip-path: polygon(0 calc(0% + 10vw), 100% 0, 100% calc(100% - 10vw), 0 100%);
}

.workplace-text {
margin: -10px 10px 0 10px;
}

.workplace-inner {
margin: 0 0 0 0;
}

.workplace-inner p.explain {
font-weight: 700;
font-size: 22px;
}

.workplace-inner p {
line-height: 1.8em;
}


/* --- work environment ---*/

#ss07 {
margin-top:-60px;
padding-top:60px;
}

.ss07 {
margin: 0 0 160px 0;
}

.ss07 h2 {
margin: 0 10px;
padding: 0;
}

.ss07 h2 .h2-inner {
padding: 0;
font-size: 30px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss07 h2 .h2-inner span {
font-weight: 900;
font-size: 22px;
color: #000;
letter-spacing: 0em;
}

.ss07 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.environment {
content: '';
margin: -20px 0 0 0;
height: 200px;
background-image: url("img/member-bg3-sp.jpg");
background-position: center center;
background-size: cover;
clip-path: polygon(0 calc(0% + 10vw), 100% 0, 100% calc(100% - 10vw), 0 100%);
}

.environment-text {
margin: -10px 10px 0 10px;
}

.environment-inner {
margin: 0 0 0 auto;
}

.environment-inner p.explain {
font-weight: 700;
font-size: 22px;
}

.environment-inner p {
line-height: 1.8em;
}



/* --- FOOTER NAV ---*/

.footer-nav {
padding: 120px 0;
background-image: url("img/footer-bg-sp.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.entry-button a{
margin: 0 auto;
padding: 20px 0;
display: block;
background-color: #a52c1d;
color: #FFF;
width: 280px;
text-align: center;
font-size: 20px;
font-weight: 700;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
}

.entry-button a:hover {
color: #FFF;
text-decoration: none;
background-color: #6f1004;
}


/*======================================

	5. FOOTER設定
	
=======================================*/

footer {
margin: 0;
padding: 30px 0;
text-align: center;
background-color: #000;
}

footer .footer-logo {
margin: 0 auto;
padding: 0 0 20px 0;
text-align: center;
color: #FFF;
font-size: 20px;
font-weight: 700;
}

footer .footer-logo img {
margin: 0 10px 0 0;
width: 40px;
height: auto;
}

footer .footer-menu {
margin: 0 0 110px 0;
font-size: 10px;
}

footer .footer-menu a {
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
color: #333;
}

footer .footer-menu a:hover {
text-decoration: none;
color: #999;
}

footer .add {
margin: 0 0 20px 0;
font-size: 14px;
color: #FFF;
}

footer .cr {
font-size: 10px;
color: #666;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 60%;
}
#page-top a {
    background: #444;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}




/*======================================

	5. RECRUIT設定
	
=======================================*/

.recruit-image-outer {
padding: 0;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10vw));
}

.recruit-image {
padding: 0;
height: 300px;
width: 100%;
background-color: #fff;
background-image: url("img/recruit-bg-sp.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.recruit {
margin: 0 10px 80px 10px;
}

.recruit h2 {
margin: 0 0 50px 0;
padding: 0;
}

.recruit h2 .h2-inner {
padding: 0;
font-size: 40px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.recruit h2 .h2-inner span {
font-weight: 900;
font-size: 20px;
color: #000;
letter-spacing: 0em;
}

.recruit h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.recruit h3 {
border-bottom: 2px solid #a52c1d;
color: #a52c1d;
font-size: 22px;
font-weight: 700;
}

.recruit table {
margin: 0;
border-collapse: collapse;
}

.recruit table th {
padding: 20px 10px 10px 10px;
text-align: left;
vertical-align: top;
font-size: 16px;
display: list-item;
list-style: none;
}

.recruit table td {
padding: 10px 10px 20px 10px;
text-align: left;
vertical-align: middle;
border-bottom: 1px solid #aaa;
font-size: 16px;
line-height: 1.8;
display: list-item;
list-style: none;
}

.recruit2 {
margin: 0 10px 80px 10px;
}

.recruit2 h3 {
margin: 0 0 60px 0;
border-bottom: 2px solid #a52c1d;
color: #a52c1d;
font-size: 22px;
font-weight: 700;
}

.recruit2  p {
line-height: 2em;
}

.recruit3 {
margin: 0 10px 80px 10px;
}

.recruit3 h3 {
margin: 0 0 60px 0;
border-bottom: 2px solid #a52c1d;
color: #a52c1d;
font-size: 22px;
font-weight: 700;
}

.recruit3  p {
line-height: 2em;
}

.contact-button {
margin: 80px 0 80px 0;
}

.contact-button a {
display: block;
margin: 0 auto 0 auto;
padding: 20px 0;
border: 2px solid #00758D;
background-color: #00758D;
color: #FFF;
width: 200px;
text-align: center;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
font-weight: 700;
}

.contact-button a:hover {
border: 2px solid #00758D;
background-color: #FFF;
color: #00758D;text-decoration: none;
}


/*======================================

	5. CONTACT設定
	
=======================================*/

.contact-image-outer {
padding: 0;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10vw));
}

.contact-image {
padding: 0;
height: 300px;
width: 100%;
background-color: #fff;
background-image: url("img/contact-bg-sp.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.contact {
margin: 0 10px 80px 10px;
}

.contact h2 {
margin: 0 0 50px 0;
padding: 0;
}

.contact h2 .h2-inner {
padding: 0;
font-size: 40px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.contact h2 .h2-inner span {
font-weight: 900;
font-size: 20px;
color: #000;
letter-spacing: 0em;
}

.contact h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.contact h3 {
border-bottom: 2px solid #a52c1d;
color: #a52c1d;
font-size: 22px;
font-weight: 700;
}

.contact table {
margin: 0;
border-collapse: collapse;
}

.contact table th {
padding: 20px 10px 10px 10px;
text-align: left;
vertical-align: top;
font-size: 16px;
display: list-item;
list-style: none;
}

.contact table td {
padding: 10px 10px 20px 10px;
text-align: left;
vertical-align: middle;
font-size: 16px;
line-height: 1.8;
display: list-item;
list-style: none;
}



.alert-warning {

}

.alert {
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {

}

.alert-mess {
    margin-top: 5px;
    padding: 8px;
    color: #a52c1d;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-mess-top {
margin: 30px 0;
padding: 15px;
text-align: center;
color: #a52c1d;
font-size: 20px;
font-weight: 700;
background-color: #f8d7da;
}

.form-group {
    margin-bottom: 2rem;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-form-label {
    padding-top: calc(0.75rem + 1px);
    padding-bottom: calc(0.75rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

#name,
#kana,
#tel,
#add,
#email,
#sex,
#birth,
#apo,
#time,
#comment {
    padding-top: calc(0.75rem + 1px);
    padding-bottom: calc(0.75rem + 1px);
}

.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    cursor: default;
}

.badge-danger {
    color: #fff;
    background-color: #a52c1d;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

::placeholder {
color: #aaa;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    height: 100px!important;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.btn-box {
text-align: center;
}

.btn {
    display: inline-block;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 50px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #a52c1d;
    border-color: #a52c1d;
    transition : all 0.5s ease 0s;
    transition-timing-function: ease-out;
}

.btn-secondary {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
    transition : all 0.5s ease 0s;
    transition-timing-function: ease-out;
}

.btn-primary:hover {
    color: #a52c1d;
    background-color: #FFF;
    border-color: #a52c1d;
}

.btn-secondary:hover {
    color: #6c6c6c;
    background-color: #FFF;
    border-color: #6c6c6c;
}

.contact-mess {
margin: 0 0 50px 0;
}

.text-right {
text-align: right;
font-size: 12px;
color: 999;
}

.thanks-comm,
.error-mess {
margin-bottom: 80px;
font-size: 17px;
line-height: 2;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}