@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-font: #333;
  --color-primary: #005EB6;   /* rgb(0 94 182) */
  --color-primary-shade: rgb(0 94 182 / 0.6);
  --color-primary-tint: rgb(0 94 182 / 0.6);
  --color-secondary: #DC143C;
  /*------▼ヘッダー設定▼------*/
  --header-color-font: #333;
  --header-color-primary: #005EB6;
  --header-color-primary-tint: rgb(0 94 182 / 0.6);
  /*------▼フッター設定▼------*/
  --footer-background: #F0F0F0;
  --footer-color-font: #333;
  --footer-color-primary: #333;
  /*------▼フォント設定▼------*/
  --font-family03: 'Poppins', 'Noto Sans JP', sans-serif;

  --px30s: min(calc(30px + (1vw - 19.2px) * 2.5670), 30px); /* 30px-7px (1920-1024) */
  --rem46: min(calc(4.6rem + (1vw - 1.92rem) * 1.4239), 4.6rem); /* 4.6rem-2.4rem (1920-375) */
  --rem32: min(calc(3.2rem + (1vw - 1.92rem) * 0.6472), 3.2rem);/*3.2rem-2.2rem (1920-375)*/
  --rem15: min(calc(1.5rem + (1vw - 1.92rem) * 0.0647), 1.5rem);/*1.5rem-1.4rem (1920-375)*/
}

/*-----------------------------
column_01
------------------------------*/

.column01 {
  position: relative;
  margin: var(--px60) 0 0;
}
.column01_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}
.column01 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}
.column01 .txtarea .txtinner {
  max-width: 540px;
}
.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (max-width: 768px) {
  .column01 .txtarea {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
card
------------------------------*/

.toptxtarea {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.card01_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}
.card01_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.card01_list > li {
  position: relative;
  background: transparent;
}
.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  line-height: 0;
}
.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card01_list .txtarea {
  padding: 20px 0 0 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
}

.card03_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}
.card03_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.card03_list > li {
  background: #eee;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
.card03_list .txtarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  padding: var(--px60);
  color: #111;
}

/*---------cardstyle02-------------*/
  
.card01_list.cardstyle02 > li .txtarea {
  background: #fff;
  padding: 20px 20px 30px 20px;
}

.card03_list.cardstyle02 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
.card03_list.cardstyle02 > li:hover .imgarea img {
  transform: scale(1.04);
}
.card03_list.cardstyle02 > li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.card03_list.cardstyle02 .txtinner {
  position: relative;
  color: #fff;
  z-index: 1;
}
.card03_list.cardstyle02 .txtinner .txtstyle02 {
  color: #fff;
}
.card03_list.cardstyle02 .imgarea {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  line-height: 0;
  z-index: -1;
}
.card03_list.cardstyle02 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card03_list.cardstyle02 a.filllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
body#editor-style .card03_list.cardstyle02 a.filllink {
  position: static;
  display: block;
  background: #111;
  height: 30px;
}
body#editor-style .card03_list.cardstyle02 a.filllink::before {
  content: "ダブルクリックでリンク設定";
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}
body#editor-style .card03_list.cardstyle02 > li:before {
  z-index: -1;
}
body#editor-style .card03_list.cardstyle02 .imgarea {
  position: static;
}

/*--カラムリスト--------------------------------------------*/

/*---------col03-----------*/

.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post .col3_list > li {
  width: 32%;
  margin-bottom: 2%;
}
.post .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}
.post .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
@media print, screen and (max-width: 768px) {
  .post .col3_list > li {
    width: 49%;
  }
  .post .col3_list::before, .post .col3_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 414px) {
  .post .col3_list > li {
    width: 100%;
  }
  .post .col3_list > li:last-child {
    margin-bottom: 0;
  }
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}

h1.title.front-post {
  display: none;
}

.post h2 {
  font-weight: 700;
  font-size: var(--rem30);
  color: var(--color-font);
}
.post h2::after {
  width: 2.8em;
  margin: 0.8em auto 0;
}
.post h3 {
  font-weight: 700;
  color: var(--color-font);
}

h2.fit_u_line,
h1.title.bottom-loop {
  font-weight: 700;
  font-size: var(--rem46);
  color: var(--color-primary);
  width: fit-content;
  margin: var(--px120) auto var(--px40);
}
h2.fit_u_line::after,
h1.title.bottom-loop::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  margin: 0.3em auto 0;
}

.post .fs_15 { font-size: var(--rem15); }
.post .fs_40 { font-size: var(--rem40); }
.post .fw_medium { font-weight: 500; }
.post .lh_2 { line-height: 2; }
.post .ml_0 { margin-left: 0; }

.post .content_none::before,
.post .content_none::after {
  content: none;
}
.flex_gap100 .flexbox + .flexbox {
  margin-top: var(--px100);
}
.flex_gap30 .flexbox + .flexbox {
  margin-top: var(--px30);
}
.pb15 {
	padding-bottom: 15rem !important;
}
@media screen and (max-width: 768px) {
  .pb15 {
    padding-bottom: 7.5rem !important;
  }
}

/* btn */
.post a.linkBtn,
#front_bottom_content .linkBtn {
  max-width: 300px;
  border-radius: 100px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.post a.linkBtn::after,
#front_bottom_content .linkBtn::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* area */
.widearea {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.widearea .content {
  width: 90%;
  max-width: var(--content-max-width);
  margin: auto;
}

/* table */
.post table th {
  font-weight: 700;
  font-size: var(--rem16);
}
.post table td {
  font-size: var(--rem16);
}

/* header */
@media print, screen and (min-width: 769px) {
  #metaslider-id-218,k
  #metaslider-id-218 + div:has(.ms-edit-frontend) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #metaslider-id-98,
  #metaslider-id-98 + div:has(.ms-edit-frontend) {
    display: none;
  }
}

header#h1Header {
  height: 200px;
}
header#h1Header::before {
  opacity: 0;
}
header#h1Header h1.title, header#h1Header h1.title .sub_ttl {
  font-family: var(--font-family03);
  font-weight: 700;
  font-size: var(--rem40);
  color: var(--color-primary);
}
header#h1Header h1.title span.sub_ttl:not(:empty) + span {
  display: none
}

@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li a {
    padding: var(--px20) var(--px30s);
  }
}

/* footer */
.home .footer_cta .cta02,
.page-recruit .footer_cta .cta02,
.page-contact .footer_cta .cta02 {
  display: none;
}

#footer {
  padding: var(--px80) 0 var(--px60);
}
#footer ul li a {
  font-weight: 500;
}
#footer .footer__logo img {
  max-width: 200px;
}
#footer .socialicon .fa-instagram:before {
  color: var(--color-primary);
}

/* top */
.top01 {
  background: linear-gradient(rgb(255 255 255 / 0.5), rgb(255 255 255 / 0.5)), url(/wp-content/uploads/top01.jpg) no-repeat center/cover;
}
.top01 .col3_list > li {
  background: #FFF;
  filter: drop-shadow(8px 10px 20px rgba(0, 0, 0, 0.1));
}
.top01 .card01_list .imgarea {
  aspect-ratio: 390 / 260;
}
.top01 .card01_list.cardstyle02 > li .txtarea {
  padding: var(--rem30) var(--rem42) var(--rem48w);
}
.top01 .card01_list .ttl {
  font-weight: 700;
  font-size: var(--rem28);
  text-align: center;
  margin-bottom: var(--rem16);
}
.top02 .column01_wrap,
.top04 .column01_wrap {
  width: 90%;
}
.top02 .column01 .txtarea .txtinner {
  max-width: 550px;
}
.top02 .column01 .ttl,
.top04 .column01 .ttl {
  font-weight: 700;
  font-size: var(--rem32);
  margin-bottom: var(--rem30);
  line-height: 1.6;
}

.top03 {
  position: relative;
}
.top03::before {
  content: '';
  background: var(--color-primary);
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top03 .col3_list > li::before {
  background: rgba(0, 0, 0, 0.5);
}
.top03 .card03_list .txtarea {
  padding: var(--px40);
  min-height: 380px;
}
.top03 .card03_list .ttl {
  font-weight: 700;
  font-size: var(--rem32);
  text-align: center;
  line-height: 2.2;
  border-bottom: solid 1px #FFF;
  margin: 0 auto var(--rem30);
}
.top03 .card03_list.cardstyle02 a.filllink:hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.top03 .card03_list a.linkBtn {
  display: block;
  margin: 2rem auto 0;
  background: #FFF;
  color: var(--color-primary);
  transition: all .8s;
}
.top03 .card03_list a.linkBtn::after {
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.top03 .card03_list a.linkBtn:hover {
  opacity: 0.6;
}

@media print, screen and (min-width: 769px) {
  .top02 .column01 .imgarea,
  .top04 .column01 .imgarea {
    overflow: visible;
  }
  .top02 .imgarea img,
  .top04 .imgarea img {
    width: 50vw;
    max-width: none;
  }
  .top02 .imgarea img {
    margin-left: calc(((100vw - 200%) / 2) * -1);
  }
}

@media print, screen and (max-width: 1023px) {
  .top01 .col3_list > li,
  .top03 .col3_list > li {
    width: 49%;
    margin-bottom: 5%;
  }
}
@media print, screen and (max-width: 768px) {
  .top01 .col3_list > li,
  .top03 .col3_list > li {
    width: 100%;
  }
  .top03::before {
    height: 86%;
  }
}

/*-----------------------------
cta02_col2
------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px120) 0 var(--px80);
  z-index: 0;
}
.cta02:before {
  content: "";
  background: linear-gradient(rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.5)), url(/wp-content/uploads/cta01.jpg) no-repeat center/cover;
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cta02 .cta02_wrap {
  max-width: var(--content-max-width);
  width: 92%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}
.cta02 h2 {
  color: #FFF;
  letter-spacing: .2rem;
  line-height: 1.6;
  padding: 0;
  margin: 0 auto var(--px50);
}
.cta02 h2::after {
  background: #FFF;
}
.cta02 p {
  font-weight: 500;
  font-size: var(--rem20);
  color: #FFF;
  line-height: 1.8;
}
.cta02 .ctabtnlist {
  justify-content: space-between;
  gap: 2%;
  margin: var(--px50) auto 0 auto;
}
.cta02 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}
.cta02 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
  padding: var(--px40) var(--px30);
  text-align: center;
  box-sizing: border-box;
  color: #FFF;
  border-radius: 200px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  transition: all ease .15s;
}
.cta02 .item:hover{
  opacity: 0.8;
}
  
@media print, screen and (max-width: 768px) {
  .cta02::before {
    height: 82%;
    background-position-x: 66%;
  }
  .cta02 .ctabtnlist li, .cta02 .ctabtnlist .item {
    width: 100%;
    height: 110px;
  }
  .cta02 .ctabtnlist li + li {
    margin-top: 1em;
  }
}
  
/*ボタン共通パーツ*/
.cta02 .infotxt {
  font-weight: 500;
}

/*電話ボタン*/
.cta02 a.telbtn {
  background: #FFF;
  color: var(--color-font);
}
.cta02 .telnum {
  font-weight: 700;
  font-size: var(--rem40);
  color: var(--color-primary);
}

/*メールボタン*/
.cta02 a.mailbtn {
  background: var(--color-primary);
}
.cta02 .mailbtn .btnttl {
  font-weight: 700;
  font-size: var(--rem24);
}
  
/*ボタンアイコン*/
.cta02 .telnum::before,
.cta02 .mailbtn .btnttl::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 1rem;
}
.cta02 .telnum::before {
  content: '\f095';
  font-size: var(--rem28);
  position: relative;
  top: -2px;
}
.cta02 .mailbtn .btnttl::before {
  content: '\f0e0';
}

/* news */
#front_bottom_content {
  background: transparent;
}
.postlist li:first-child {
  border-top: 1px solid #CCC;;
}
.postlist li {
  border-bottom: 1px solid #CCC;;
}
.postlist .post_text {
  padding: 20px 0;
  color: #CCC;
}
.postlist .date, .postlist .ttls a {
  color: var(--color-font);
  font-size: var(--rem16);
}

/* reason */
.reason01 h3 span {
  display: block;
  font-family: var(--font-family03);
  font-size: var(--rem16);
  color: var(--color-primary);
  letter-spacing: 0;
} 
.reason01 .text_box,
.service01 .text_box {
  margin-top: 4%;
  line-height: 1.8em;
}

/* flow */
.flowlist01 {
  padding-left: 13rem;
  position: relative;
}
.flowlist01::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 13rem;
}
.flowlist01 > li {
  position: relative;
}
.flowlist01 > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flowlist01 > li .icon {
  font-family: var(--font-family03);
  font-size: var(--rem14);
  font-weight: 700;
  color: #fff;
  background: var(--color-primary);
  padding: 0.8rem 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: -13rem;
  z-index: 100;
}
.flowlist01 > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--color-primary);
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flowlist01 > li dl {
  padding-left: 7rem;
  position: relative;
  padding-top: 0.7rem;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
}
.flowlist01 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 0;
  background: #1A1A1A;
  border-radius: 50%;
  left: -4px;
}
.flowlist01 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
  top: 2.3rem;
}
.flowlist01 > li dl dt {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: var(--rem18);
  color: var(--color-primary);
}
.flow01 .flowlist01 > li dl dd {
  font-weight: 500;
}
.flow01 .flowlist01 a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.flow01 .flowlist01 a:hover {
  opacity: 0.5;
}
.flow01 img {
  max-width: 290px;
}

@media (max-width: 768px) {
  .flowlist01 > li .icon {
    font-size: 1.2rem;
  }

  .flowlist01 {
    padding-left: 10rem;
  }

  .flowlist01 > li .icon {
    left: -11rem;
  }

  .flowlist01::before {
    left: 10rem;
  }

  .flowlist01 > li dl {
    padding-left: 4.5rem;
  }

  .flowlist01 > li dl::after {
    width: 30px;
  }

  .flowlist01 > li dl dt {
    font-size: 1.4rem;
  }
}

/* reviews */
.reviews01 .flexbox {
  padding: var(--rem60);
  border: solid 1px var(--color-primary);
}
.reviews01 .flexbox img {
  max-height: 220px;
  width: auto;
}
.reviews01 .flexbox h2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  background: none;
  border: none;
  border-bottom: 1px solid var(--color-primary);
  margin: var(--rem30) auto;

  /* -- 1920 120px 375 40px -- */
  /* -- 1920 45px 375 25px -- */
  padding: 0 0 0.8em;
  color: var(--color-font);
  font-family: inherit;
  font-size: var(--rem20);
  /* -- 1920 3.6rem 375 2.1rem -- */
  font-weight: 700;
  text-align: left;
  line-height: 1.35;
  letter-spacing: normal;
  gap: 0.4em;
}
.reviews01 .flexbox h2 span.sub {
  color: var(--color-primary);
  font-weight: 700;
  font-size: var(--rem18);
}
.reviews01 .flexbox p {
  font-weight: 500;
  line-height: 1.8;
}

/* recruit */
.post .lead {
  font-size: var(--rem30);
  font-weight: 700;
}

.post .lead_en {
  font-weight: 300;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
  /* -- 1920 1.8rem 375 1.3rem -- */
  letter-spacing: 0.41em;
  color: var(--color-font);
  -webkit-text-stroke: 1px var(--color-primary);
  text-shadow:
    1px 1px 0 var(--color-primary),
   -1px 1px 0 var(--color-primary),
    1px -1px 0 var(--color-primary),
   -1px -1px 0 var(--color-primary);
}
.recruit01 .message {
  font-weight: 500;
  line-height: 30px;
  width: 96%;
}

/*---table_style04-------------------------------------*/
.post table.table_style04 th {
  background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
  border: none;
}
table.table_style04 tr:first-child {
  border-top: 1px solid #ababab;
}
table.table_style04 tr:last-child {
  border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
  border-top: 1px dashed #ababab;
  letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
  padding: 50px 30px;
}
table.table_style04 th {
  position: relative;
  z-index: 0;
}
table.table_style04 th:before {
  position: absolute;
  content: "";
  background: transparent;
  top: 7px;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: auto;
  z-index: -1;
}
table.table_style04 td ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}
table.table_style04 td ul li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
@media print, screen and (max-width: 768px) {
  table.table_style04 th, table.table_style04 td {
    padding: 35px 10px;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  table.table_style04 th {
    width: 32%;
  }
  table.table_style04 td {
    width: 68%;
  }
}
@media only screen and (max-width: 640px) {
  table.table_style04 th:before {
    background: #F2F2F2;
  }
}

/*--contact_area-------------------------------------*/

.contact_area {
  padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
  text-align: center;
  background: #FAFAFA;
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl {
  /* font-size: var(--rem30); */
  font-weight: 700;
  text-align: center;
  letter-spacing: .2rem;
  padding: 0;
  margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post .contact_ttl::before {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}
.post .contact_ttl::after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: 3em;
  height: 3px;
  background: var(--color-font);
  margin: 0.6em auto 0;
}
.contact_read {
  margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
  text-align: center;
  font-weight: 700;
}
.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button_wrap > *,
.post .button_wrap > * {
  margin: 10px !important;
}
.contact_area .linkBtn, .contact_area .post .linkBtn {
  padding: 0;
}
.contact_area .linkBtn a {
  color: #fff;
  font-weight: 700;
  padding: 0.8em 1.2em;
  display: block;
}

/* contact */
.wpcf7-form .linkBtn {
  max-width: 350px;
  border-radius: 6px;
  padding: 0;
}
.wpcf7-form .linkBtn input[type="submit"] {
  width: 100%;
  padding: 20px 0;
}
.wpcf7-spinner {
  display: none;
}