@charset "utf-8";

/*
==============
lower_c.css
==============
*/

/* -----------------
■ メインビジュアル
------------------- */
.mainVisualWrapper h2 {
  color: #fff;
  font-size: 4.03225vw;
  line-height: 1;
  letter-spacing: 0.8px;
}

/* -----------------
■ contact
------------------- */
.contactWrapper .btnWrapper a {
  width: 200px;
}

.contactWrapper .btnWrapper .text {
  padding-left: 39px;
}

/* -----------------
■ SP
------------------- */
@media screen and (max-width: 767px)
{

/* -----------------
■ SP メインビジュアル
------------------- */
.mainVisualWrapper h2 {
  font-size: 24px;
}


/* -----------------
■ SP contact
------------------- */
.contactWrapper .btnWrapper .text {
  padding-left: 43px;
}




/* -----------------
■ sp end
------------------- */
}