@charset "UTF-8";
/* CSS Document */
/* ////////////////////////////////////////////////////////////////////////////////

  Common

//////////////////////////////////////////////////////////////////////////////// */
/*-------------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.onlySp {
  display: block !important;
}

.onlyPc {
  display: none !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

/************************************
詳細ページ
************************************/
html {
  visibility: hidden;
  overflow-x: hidden;
}

html.wf-active, html.loading-delay {
  visibility: visible;
}

body {
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Helvetica','Noto Sans JP', sans-serif;
}

.fixbody {
  width: 100%;
  position: fixed;
  left: 0;
}

img {
  vertical-align: middle;
  width: 100%;
}

h2.ttl {
  color: #283491;
  text-align: center;
  font-size: 11.73333vw;
  line-height: 1.45;
  position: relative;
}

h2.ttl:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 66.66667vw;
  height: 5.33333vw;
  background: #FCF77B;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

h2.ttl + .subTtl {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #283491;
  font-size: 5.33333vw;
  margin-bottom: 9.33333vw;
}

/************************************
ヘッダー
************************************/
header {
  margin-bottom: 14.66667vw;
}

header .mainVisual {
  position: relative;
}

header .mainVisual .logoImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 37.33333vw;
  z-index: 7;
  margin: 0;
}

header .mainVisual .logoImg img {
  width: 100%;
}

header .mainVisual .navArea {
  position: fixed;
  top: 0;
  right: 0;
  padding: 2.4vw 4vw;
  background: -webkit-gradient(linear, right top, left top, from(#88e135), color-stop(26.11%, #47c19a), color-stop(29.99%, #3dbca9), color-stop(51.7%, #07a1fd), color-stop(78.82%, #1a61bc), to(#292f89));
  background: linear-gradient(to left, #88e135 0%, #47c19a 26.11%, #3dbca9 29.99%, #07a1fd 51.7%, #1a61bc 78.82%, #292f89 100%);
  width: 100%;
  z-index: 6;
}

header .mainVisual .navArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 28vw;
  margin-left: auto;
}

header .mainVisual .navArea .mail {
  width: 10.13333vw;
}

header .mainVisual .navArea .menu {
  height: 8vw;
  height: 36px;
  z-index: 6;
}

header .mainVisual .navArea .menu .menu-trigger {
  width: 10.66667vw;
  height: 8vw;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
}

header .mainVisual .navArea .menu .menu-trigger span {
  position: absolute;
  width: 10.66667vw;
  height: 1.06667vw;
  border-radius: 1.06667vw;
  background: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

header .mainVisual .navArea .menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

header .mainVisual .navArea .menu .menu-trigger span:nth-of-type(2) {
  top: 3.46667vw;
}

header .mainVisual .navArea .menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

header .mainVisual .navArea .menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(3.46667vw) rotate(-315deg);
          transform: translateY(3.46667vw) rotate(-315deg);
}

header .mainVisual .navArea .menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

header .mainVisual .navArea .menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-3.73333vw) rotate(315deg);
          transform: translateY(-3.73333vw) rotate(315deg);
}

header .mainVisual .mvTxt {
  color: #fff;
  font-weight: bold;
  width: 71.46667vw;
  position: absolute;
  top: 18.66667vw;
  right: 2.13333vw;
  font-size: 19.2vw;
  line-height: 0.977;
}

header .mainVisual .mvTxt span {
  font-size: 7.73333vw;
  line-height: 1.44;
}

header .mainVisual .mvInfo {
  background: -webkit-gradient(linear, left top, left bottom, from(#03b1ff), color-stop(22.66%, #07a1fd), color-stop(38.42%, #098ff7), color-stop(56.65%, #1484f0), color-stop(76.35%, #2455bf), to(#292f89));
  background: linear-gradient(#03b1ff 0%, #07a1fd 22.66%, #098ff7 38.42%, #1484f0 56.65%, #2455bf 76.35%, #292f89 100%);
  color: #fff;
  font-weight: bold;
  padding: 8.53333vw 4.13333vw 5.33333vw;
  z-index: -1;
  margin-top: -17.33333vw;
}

header .mainVisual .mvInfo .infoTtl {
  font-size: 7.46667vw;
  line-height: 1.428;
  text-align: right;
  width: 91.73333vw;
  margin: 0 auto 2.66667vw;
}

header .mainVisual .mvInfo .infoTtl + p {
  width: 91.73333vw;
  margin: 0 auto;
  font-size: 4.8vw;
  line-height: 1.11;
  margin-bottom: 6.66667vw;
}

header .mainVisual .mvInfo .infoLink {
  text-align: center;
}

header .mainVisual .mvInfo .infoLink a {
  color: #fff;
  text-decoration: underline;
  font-size: 5.86667vw;
}

header .mainVisual .modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 7;
  overflow-y: scroll;
}

header .mainVisual .modal .modalInn {
  padding: 18.66667vw 4vw 21.33333vw;
  margin: 0 auto;
  text-align: center;
}

header .mainVisual .modal .modalInn li {
  margin-bottom: 4vw;
}

header .mainVisual .modal .modalInn li a {
  font-size: 5.33333vw;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 4vw 0;
}

/*挨拶エリア*/
.greetingArea {
  margin-bottom: 14.66667vw;
}

.greetingArea .greetingInn {
  width: 92vw;
  margin: 0 auto;
}

.greetingArea p {
  margin-bottom: 6.66667vw;
}

/*施工事例*/
.workArea {
  position: relative;
  padding-bottom: 22.66667vw;
}

.workArea:before {
  content: "";
  background: url("/img/bg_triangle.png") no-repeat;
  position: absolute;
  right: -120vw;
  bottom: -32vw;
  background-size: 197.33333vw 189.33333vw;
  width: 197.33333vw;
  height: 189.33333vw;
  display: block;
  z-index: -1;
}

.workArea .ttl + p {
  margin-bottom: 6.66667vw;
}

.workArea .workInn {
  background: #EBEBEB;
  padding: 5.33333vw 0 4vw;
}

.workArea .workInn .workEx {
  background: #fff;
  width: 92vw;
  margin: 0 auto 14.66667vw;
  padding: 26.66667vw 0 13.33333vw;
  position: relative;
}

.workArea .workInn .workEx .exTtl {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.33333vw 0 1.33333vw 1.33333vw;
  line-height: 1.2;
  width: 92vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#03b1ff), color-stop(22.66%, #07a1fd), color-stop(38.42%, #098ff7), color-stop(56.65%, #1484f0), color-stop(76.35%, #2455bf), to(#292f89));
  background: linear-gradient(#03b1ff 0%, #07a1fd 22.66%, #098ff7 38.42%, #1484f0 56.65%, #2455bf 76.35%, #292f89 100%);
  color: #fff;
  font-size: 5.33333vw;
}

.workArea .workInn .workEx .exTtl .date {
  display: block;
  font-size: 4.8vw;
}

.workArea .workInn .workEx .beforeBox, .workArea .workInn .workEx .afterBox {
  position: relative;
  margin-bottom: 2.66667vw;
}

.workArea .workInn .workEx .beforeBox .obi, .workArea .workInn .workEx .afterBox .obi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.33333vw 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  font-size: 6.4vw;
  font-weight: bold;
}

.workArea .workInn .workEx .afterBox {
  margin-bottom: 0;
}

.workArea .workInn .workEx figure {
  position: relative;
  width: 72vw;
  margin: 0 auto 5.33333vw;
}

.workArea .workInn .workEx figure:before {
  content: "";
  position: absolute;
  display: block;
  top: -1.33333vw;
  left: 0;
  background-size: 23.2vw 22.93333vw;
  width: 23.2vw;
  height: 22.93333vw;
  z-index: 2;
}

.workArea .workInn .workEx figure.before:before {
  background: url("/img/icon_before.svg") no-repeat;
}

.workArea .workInn .workEx figure.after:before {
  background: url("/img/icon_after.svg") no-repeat;
}

.workArea .workInn .workEx .explain {
  width: 85.33333vw;
  margin: 0 auto;
}

.workArea .workInn .workEx .arrowSp {
  width: 13.33333vw;
  margin: 0 auto 8vw;
  vertical-align: middle;
}

.workArea .workInn .workEx .arrowSp img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  text-align: center;
}

/*作業フロー*/
.flowArea {
  margin-bottom: 17.33333vw;
  position: relative;
  z-index: 3;
}

.flowArea .flowBox {
  margin-bottom: 24vw;
}

.flowArea .flowBox:last-child {
  margin-bottom: 0;
}

.flowArea h3 {
  border-bottom: 1.6vw solid #28328E;
  line-height: 1;
  margin-bottom: 10.66667vw;
}

.flowArea h3 span {
  width: 64vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#03b1ff), color-stop(22.66%, #07a1fd), color-stop(38.42%, #098ff7), color-stop(56.65%, #1484f0), color-stop(76.35%, #2455bf), to(#292f89));
  background: linear-gradient(#03b1ff 0%, #07a1fd 22.66%, #098ff7 38.42%, #1484f0 56.65%, #2455bf 76.35%, #292f89 100%);
  color: #fff;
  font-size: 6.4vw;
  margin-left: 4vw;
  padding: 2.66667vw 0 1.06667vw;
  display: inline-block;
}

.flowArea .flowDetail {
  position: relative;
  margin-bottom: 10.66667vw;
}

.flowArea .flowDetail figure {
  width: 71.46667vw;
  margin: 0 auto 10.66667vw;
  position: relative;
}

.flowArea .flowDetail figure:after {
  content: "";
  position: absolute;
  width: 71.46667vw;
  height: 49.06667vw;
  background: #FCF77B;
  top: 1.6vw;
  left: 2.13333vw;
  z-index: -1;
}

.flowArea .flowDetail figure + p {
  width: 89.33333vw;
  margin: 0 auto;
  line-height: 1.5;
}

.flowArea .flowDetail.flowDetail2 figure:after {
  background: #FDD7D0;
}

.flowArea .flowDetail.flowDetail2 + .flowExplain {
  margin-bottom: 0;
}

.flowArea .flowExplain {
  width: 92vw;
  margin: 0 auto 20vw;
}

.flowArea .flowExplain .flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20vw;
}

.flowArea .flowExplain .flowList .img figure {
  width: 30.93333vw;
  margin-right: 2.13333vw;
  position: relative;
}

.flowArea .flowExplain .flowList .img figure:after {
  content: "";
  display: block;
  background: url(/img/icon_arrow2.svg) no-repeat;
  background-size: 9.33333vw;
  width: 9.33333vw;
  height: 9.33333vw;
  position: absolute;
  left: 50%;
  bottom: -13.33333vw;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}

.flowArea .flowExplain .flowList .txt {
  line-height: 1.2;
}

.flowArea .flowExplain .flowList:last-child figure:after {
  content: none;
}

/*会社概要*/
.companyArea {
  margin-bottom: 13.33333vw;
}

.companyArea .companyImg {
  height: 106.66667vw;
  background: url(/img/company.png) no-repeat center center;
  position: relative;
}

.companyArea .companyImg:before {
  content: "";
  position: absolute;
  top: -6.66667vw;
  left: 0;
  width: 100%;
  height: 16vw;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  background: #fff;
}

.companyArea .companyImg:after {
  content: "";
  position: absolute;
  bottom: -13.33333vw;
  left: 0;
  width: 100%;
  height: 26.66667vw;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  background: #fff;
}

.companyArea .companyImg .companyTtlBlk {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.companyArea h2.ttl + .subTtl {
  margin-bottom: 0;
}

.companyArea .companyInn {
  position: relative;
  z-index: 1;
  margin-top: -16vw;
}

.companyArea .overView {
  width: 92vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #28328E;
}

.companyArea .overView dt {
  width: 26.66667vw;
  padding: 2.66667vw;
  background: #EDEDED;
  text-align: center;
  border-top: 1px solid #28328E;
}

.companyArea .overView dd {
  padding: 2.66667vw;
  width: 65.33333vw;
  border-top: 1px solid #28328E;
  background: #fff;
}

/*沿革*/
.historyArea {
  margin-bottom: 28vw;
}

.historyArea .historyImg {
  height: 93.33333vw;
  background: url(/img/company.png) no-repeat center center;
  position: relative;
}

.historyArea .historyImg:before {
  content: "";
  position: absolute;
  top: -6.66667vw;
  left: 0;
  width: 100%;
  height: 16vw;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  background: #fff;
}

.historyArea .historyImg:after {
  content: "";
  position: absolute;
  bottom: -26.66667vw;
  left: 0;
  width: 100%;
  height: 53.33333vw;
  -webkit-transform: skewY(20deg);
          transform: skewY(20deg);
  background: #fff;
  z-index: 0;
}

.historyArea .historyImg .historyTtlBlk {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.historyArea .historyImg .historyTtlBlk h2.ttl + .subTtl {
  margin-bottom: 0;
}

.historyArea .historyInn {
  z-index: 1;
  position: relative;
  margin-top: -26.66667vw;
}

.historyArea .historyInn dl {
  width: 92vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #28328E;
}

.historyArea .historyInn dl dt {
  width: 26.66667vw;
  padding: 2.66667vw;
  background: #EDEDED;
  text-align: center;
  border-top: 1px solid #28328E;
}

.historyArea .historyInn dl dd {
  padding: 2.66667vw;
  width: 65.33333vw;
  border-top: 1px solid #28328E;
  background: #fff;
}

.mapArea {
  margin-bottom: 20vw;
}

.mapArea .subTtl {
  margin-bottom: 13.33333vw;
}

.mapArea .map {
  width: 92vw;
  margin: 0 auto 2.13333vw;
}

.mapArea .map iframe {
  width: 100%;
  height: 53.33333vw;
}

.mapArea .mapInfo {
  text-align: right;
  width: 92vw;
  margin: 0 auto;
  line-height: 1.4;
}

/*採用*/
.recruitArea {
  margin-bottom: 32vw;
}

.recruitArea .recruitImg {
  height: 120vw;
  background: url(/img/company.png) no-repeat center center;
  position: relative;
}

.recruitArea .recruitImg:before {
  content: "";
  position: absolute;
  top: -6.66667vw;
  left: 0;
  width: 100%;
  height: 16vw;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  background: #fff;
}

.recruitArea .recruitImg:after {
  content: "";
  position: absolute;
  bottom: -13.33333vw;
  left: 0;
  width: 100%;
  height: 26.66667vw;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  background: #fff;
  z-index: 0;
}

.recruitArea .recruitImg .recruitTtlBlk {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.recruitArea .recruitImg .recruitTtlBlk h2.ttl + .subTtl {
  margin-bottom: 0;
}

.recruitArea h3 {
  line-height: 1;
  margin-top: -64vw;
  position: relative;
  z-index: 1;
}

.recruitArea h3 span {
  width: 36vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#03b1ff), color-stop(22.66%, #07a1fd), color-stop(38.42%, #098ff7), color-stop(56.65%, #1484f0), color-stop(76.35%, #2455bf), to(#292f89));
  background: linear-gradient(#03b1ff 0%, #07a1fd 22.66%, #098ff7 38.42%, #1484f0 56.65%, #2455bf 76.35%, #292f89 100%);
  color: #fff;
  font-size: 6.4vw;
  margin-left: 4vw;
  padding: 2.66667vw 0 1.06667vw 2.66667vw;
  display: inline-block;
}

.recruitArea .recruitInn {
  position: relative;
  z-index: 1;
  width: 92vw;
  margin: 0 auto;
  padding: 5.33333vw 2.66667vw 0;
  border: 1.06667vw solid #28328E;
  background: #fff;
}

.recruitArea .recruitInn h4 {
  font-weight: bold;
  font-size: 5.33333vw;
  color: #28328E;
  line-height: 1.27;
  margin-bottom: 2.66667vw;
}

.recruitArea .recruitInn p {
  margin-bottom: 6.66667vw;
  line-height: 1.5;
}

.recruitArea .recruitInn ul {
  margin-bottom: 6.66667vw;
}

.recruitArea .recruitInn li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.5;
}

.recruitArea .recruitInn dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8vw;
}

.recruitArea .recruitInn dl dt {
  line-height: 1.5;
  width: 27%;
  margin-right: 3%;
  margin-bottom: 2.66667vw;
  position: relative;
}

.recruitArea .recruitInn dl dt:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0.8vw;
  border-right: 1px solid #040523;
  width: 1px;
  height: 4.26667vw;
}

.recruitArea .recruitInn dl dd {
  line-height: 1.5;
  width: 70%;
}

.recruitArea .recruitInn .btn {
  background: -webkit-gradient(linear, right top, left top, from(#88e135), color-stop(26.11%, #47c19a), color-stop(29.99%, #3dbca9), color-stop(51.7%, #07a1fd), color-stop(78.82%, #1a61bc), to(#292f89));
  background: linear-gradient(to left, #88e135 0%, #47c19a 26.11%, #3dbca9 29.99%, #07a1fd 51.7%, #1a61bc 78.82%, #292f89 100%);
  width: 68.53333vw;
  margin: 0 auto 9.33333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.6vw;
  border-radius: 6.93333vw;
  font-weight: bold;
  font-size: 5.33333vw;
}

.recruitArea .recruitInn .btn a {
  color: #fff;
}

.contactArea {
  color: #28328E;
  padding-bottom: 64vw;
  background: url("/img/construction-footer.jpg") no-repeat bottom center;
  background-size: 100%;
}

.contactArea .head {
  font-size: 10.66667vw;
  font-weight: bold;
  padding: 2.66667vw 0;
  line-height: 1.45;
  width: 92vw;
  margin: 0 auto 5.33333vw;
  border-top: 1.33333vw solid #28328E;
  border-bottom: 1.33333vw solid #28328E;
  position: relative;
  text-align: center;
  letter-spacing: -0.01em;
}

.contactArea .head:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -28vw;
  height: 26.66667vw;
  width: 1.33333vw;
  background: #28328E;
}

.contactArea .lead {
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 5.33333vw;
  margin-bottom: 8vw;
}

.contactArea .lead:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 92vw;
  height: 5.33333vw;
  background: #FCF77B;
  bottom: -0.53333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.contactArea .phone {
  font-weight: bold;
  background: url("/img/phone.svg") no-repeat left center;
  height: 14.93333vw;
  font-size: 8vw;
  line-height: 14.93333vw;
  text-align: center;
  background-size: 13.33333vw 12.8vw;
  width: 66.66667vw;
  margin: 0 auto 1.33333vw;
  padding-left: 8vw;
}

.contactArea .mail {
  font-weight: bold;
  background: url("/img/mail.svg") no-repeat left center;
  font-size: 6.4vw;
  width: 92vw;
  margin: 0 auto;
  text-align: center;
  padding-left: 8vw;
}

footer {
  color: #fff;
  text-align: center;
  background: #28328E;
  font-size: 3.73333vw;
  padding: 1.33333vw 0;
  margin-top: -0.26667vw;
}

@media screen and (min-width: 767px) {
  .onlySp {
    display: none !important;
  }
  .onlyPc {
    display: block !important;
  }
  .mb-pc-0 {
    margin-bottom: 0 !important;
  }
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .pb-pc-5 {
    padding-bottom: 5px !important;
  }
  html {
    overflow-x: inherit;
  }
  body {
    min-width: 1024px;
  }
  h2.ttl {
    font-size: 44px;
  }
  h2.ttl:after {
    width: 250px;
    height: 20px;
  }
  h2.ttl + .subTtl {
    font-size: 20px;
    margin-bottom: 35px;
  }
  header {
    width: 1024px;
    margin: 0 auto 60px;
  }
  header .mainVisual .logoImg {
    width: 277px;
  }
  header .mainVisual .navArea {
    padding: 18px 12px;
    width: 318px;
    position: absolute;
  }
  header .mainVisual .navArea ul {
    width: 262px;
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .mainVisual .navArea .mail {
    width: 148px;
  }
  header .mainVisual .navArea .mail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
  header .mainVisual .navArea .mail img {
    width: 38px;
    margin-right: 14px;
  }
  header .mainVisual .navArea .menu .menu-trigger {
    width: 51px;
    height: 36px;
  }
  header .mainVisual .navArea .menu .menu-trigger span {
    height: 4px;
    width: 51px;
    border-radius: 4px;
  }
  header .mainVisual .navArea .menu .menu-trigger span:nth-of-type(2) {
    top: 16px;
  }
  header .mainVisual .navArea .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(17px) rotate(-315deg);
            transform: translateY(17px) rotate(-315deg);
  }
  header .mainVisual .navArea .menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(315deg);
            transform: translateY(-16px) rotate(315deg);
  }
  header .mainVisual .navArea .menu .menu-trigger:hover {
    cursor: pointer;
  }
  header .mainVisual .mvTxt {
    font-size: 80px;
    width: 607px;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 170px;
    line-height: 1.15;
  }
  header .mainVisual .mvTxt span {
    font-size: 29px;
    text-align: center;
    display: block;
  }
  header .mainVisual .mvInfo {
    width: 260px;
    position: absolute;
    bottom: -5px;
    right: 0;
    padding: 17px 15px;
    z-index: 2;
  }
  header .mainVisual .mvInfo .infoTtl {
    text-align: left;
    font-size: 18px;
    line-height: 1.44;
    margin: 0 0 20px;
    width: 72px;
  }
  header .mainVisual .mvInfo .infoTtl + p {
    font-size: 12px;
    width: 228px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  header .mainVisual .mvInfo .infoLink {
    text-align: left;
  }
  header .mainVisual .mvInfo .infoLink a {
    font-size: 18px;
  }
  header .mainVisual .modal .modalInn {
    padding: 100px 50px 80px;
  }
  header .mainVisual .modal .modalInn li {
    margin-bottom: 30px;
  }
  header .mainVisual .modal .modalInn li a {
    font-size: 30px;
    padding: 15px 0;
  }
  .greetingArea {
    margin-bottom: 70px;
  }
  .greetingArea .greetingInn {
    width: 800px;
  }
  .greetingArea p {
    margin-bottom: 20px;
  }
  .workArea {
    width: 1024px;
    margin: 0 auto 140px;
    padding-bottom: 0;
  }
  .workArea:before {
    background-size: 740px 710px;
    width: 622px;
    height: 703px;
    right: 0;
    bottom: -230px;
  }
  .workArea .ttl + p {
    margin-bottom: 25px;
  }
  .workArea .workInn {
    width: 900px;
    margin: 0 auto;
    padding: 75px 0 50px;
  }
  .workArea .workInn .workEx {
    width: 800px;
    padding: 65px 60px 50px;
    margin-bottom: 75px;
  }
  .workArea .workInn .workEx:last-child {
    margin-bottom: 0;
  }
  .workArea .workInn .workEx .ex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .workArea .workInn .workEx .ex:before {
    content: "";
    display: block;
    background: url("/img/icon_arrow.svg") no-repeat;
    background-size: 50px 50px;
    position: absolute;
    left: calc(50% - 5px);
    top: 80px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    height: 50px;
  }
  .workArea .workInn .workEx .exTtl {
    left: 15px;
    top: -18px;
    padding: 7px 0;
    width: 450px;
    font-size: 20px;
  }
  .workArea .workInn .workEx .exTtl .date {
    display: inline;
    font-size: 16px;
    margin-left: 20px;
  }
  .workArea .workInn .workEx .beforeBox, .workArea .workInn .workEx .afterBox {
    width: 270px;
    margin-bottom: 0;
  }
  .workArea .workInn .workEx .beforeBox .obi, .workArea .workInn .workEx .afterBox .obi {
    font-size: 16px;
    padding: 10px 0;
  }
  .workArea .workInn .workEx figure {
    width: 270px;
    margin-bottom: 25px;
  }
  .workArea .workInn .workEx figure:before {
    top: -10px;
    left: 0;
    background-size: 83px 80px;
    width: 83px;
    height: 80px;
  }
  .workArea .workInn .workEx .explain {
    width: 270px;
    font-size: 14px;
  }
  .flowArea {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .flowArea .flowBox {
    margin-bottom: 50px;
  }
  .flowArea h3 {
    border-bottom: 6px solid #28328E;
    width: 780px;
    margin: 0 auto 35px;
  }
  .flowArea h3 span {
    width: 240px;
    margin-left: 15px;
    padding: 7px 0;
    font-size: 24px;
  }
  .flowArea .flowDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 760px;
    margin: 0 auto 45px;
  }
  .flowArea .flowDetail figure:after {
    width: 268px;
    height: 184px;
    top: 6px;
    left: 8px;
  }
  .flowArea .flowDetail figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 268px;
    margin-bottom: 0;
  }
  .flowArea .flowDetail figure + p {
    width: 455px;
  }
  .flowArea .flowExplain {
    width: 710px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flowArea .flowExplain .flowList {
    display: block;
    width: 161px;
    margin-right: 23px;
    margin-bottom: 0;
  }
  .flowArea .flowExplain .flowList:last-child {
    margin-right: 0;
  }
  .flowArea .flowExplain .flowList .img {
    margin-bottom: 20px;
  }
  .flowArea .flowExplain .flowList .img figure {
    width: 116px;
    margin: 0 auto;
  }
  .flowArea .flowExplain .flowList .img figure:after {
    background-size: 25px;
    width: 25px;
    height: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(0);
            transform: translate(0, -50%) rotate(0);
    right: -45px;
    left: inherit;
  }
  .flowArea .flowExplain .flowList .txt {
    line-height: 1.5;
    font-size: 12px;
  }
  .companyArea {
    margin-bottom: 0;
  }
  .companyArea .companyImg {
    height: 800px;
  }
  .companyArea .companyImg:before {
    height: 300px;
    top: -190px;
  }
  .companyArea .companyImg:after {
    height: 500px;
    bottom: -180px;
  }
  .companyArea .companyImg img {
    height: 500px;
  }
  .companyArea .companyImg .companyTtlBlk {
    top: 37%;
  }
  .companyArea .companyInn {
    margin-top: -380px;
  }
  .companyArea .overView {
    width: 780px;
  }
  .companyArea .overView dt {
    width: 135px;
    padding: 10px;
  }
  .companyArea .overView dd {
    width: 645px;
    padding: 10px 15px;
  }
  .historyArea {
    margin-bottom: 125px;
  }
  .historyArea .historyImg {
    height: 530px;
    width: 930px;
    margin: 0 auto;
  }
  .historyArea .historyImg:before {
    height: 300px;
    top: -160px;
    -webkit-transform: skewY(-7deg);
            transform: skewY(-7deg);
  }
  .historyArea .historyImg:after {
    height: 350px;
    bottom: -180px;
  }
  .historyArea .historyImg img {
    height: 500px;
  }
  .historyArea .historyImg .historyTtlBlk {
    top: 37%;
  }
  .historyArea .historyInn {
    margin-top: -240px;
  }
  .historyArea .historyInn dl {
    width: 780px;
  }
  .historyArea .historyInn dl dt {
    width: 135px;
    padding: 10px;
  }
  .historyArea .historyInn dl dd {
    width: 645px;
    padding: 10px 15px;
  }
  .mapArea {
    margin-bottom: 150px;
  }
  .mapArea .subTtl {
    margin-bottom: 40px;
  }
  .mapArea .map {
    width: 760px;
    margin-bottom: 8px;
  }
  .mapArea .map iframe {
    height: 395px;
  }
  .mapArea .mapInfo {
    width: 760px;
    line-height: 1.5;
  }
  .mapArea .mapInfo .adress {
    margin-right: 15px;
  }
  .recruitArea {
    margin-bottom: 125px;
  }
  .recruitArea .recruitImg {
    height: 900px;
    margin: 0 auto;
  }
  .recruitArea .recruitImg:before {
    height: 180px;
    top: -90px;
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
  .recruitArea .recruitImg:after {
    height: 450px;
    bottom: -200px;
  }
  .recruitArea .recruitImg img {
    height: 500px;
  }
  .recruitArea .recruitImg .recruitTtlBlk {
    top: 230px;
  }
  .recruitArea h3 {
    width: 660px;
    margin: 0 auto;
    margin-top: -550px;
  }
  .recruitArea h3 span {
    width: 134px;
    margin-left: 15px;
    padding: 7px 0 7px 10px;
    font-size: 16px;
  }
  .recruitArea .recruitInn {
    width: 660px;
    padding: 25px;
    border-width: 4px;
  }
  .recruitArea .recruitInn h4 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .recruitArea .recruitInn p {
    margin-bottom: 35px;
  }
  .recruitArea .recruitInn ul {
    margin-bottom: 35px;
  }
  .recruitArea .recruitInn dl {
    margin-bottom: 35px;
  }
  .recruitArea .recruitInn dl dt {
    width: 85px;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .recruitArea .recruitInn dl dt:after {
    height: 20px;
    top: 2px;
  }
  .recruitArea .recruitInn dl dd {
    width: 500px;
  }
  .recruitArea .recruitInn .btn {
    width: 256px;
    height: 51px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .contactArea {
    background-position: center;
    padding-bottom: 800px;
    background-size: 100%;
  }
  .contactArea .head:before {
    height: 100px;
    top: -105px;
    width: 5px;
  }
  .contactArea .head {
    font-size: 41px;
    margin-bottom: 20px;
    width: 408px;
    border-width: 5px;
  }
  .contactArea .lead {
    font-size: 23px;
    margin-bottom: 40px;
  }
  .contactArea .lead:after {
    width: 250px;
    height: 20px;
    width: 408px;
  }
  .contactArea .phone {
    font-size: 30px;
    background-size: 59px 56px;
    width: 257px;
    height: 56px;
    line-height: 56px;
    padding-left: 45px;
  }
  .contactArea .mail {
    font-size: 28px;
    width: 410px;
    padding-left: 10px;
  }
  footer {
    padding: 5px 0;
    font-size: 10px;
  }
}
