@charset "UTF-8";
a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.arrowlinkRed a {
  color: #000000;
  font-weight: 700;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
.arrowlinkRed a:hover {
  background-size: 0 1px;
}
.arrowlinkRed a i.fa-angle-right {
  padding-right: 5px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #000000;
}

@media screen and (max-width: 770px) {
  .viewPc {
    display: none;
  }
}

.viewSp {
  display: none;
}
@media screen and (max-width: 770px) {
  .viewSp {
    display: block;
  }
}

/*     ---------------- header ----------------     */
#allWarp {
  position: relative;
  background-color: #A2CC44;
}

#allWarp::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url(../img/topBg.png);
}

#allWarp::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url(../img/bottomBg.png);
}

.mainArea {
  position: relative;
}

.mainAreaBg::before {
  content: "";
  position: absolute;
  top: 700px;
  right: auto;
  left: 0;
  width: 20%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/areaBgLeft.png);
  background-size: contain;
}
@media screen and (max-width: 770px) {
  .mainAreaBg::before {
    display: none;
  }
}

.mainAreaBg::after {
  content: "";
  position: absolute;
  top: 250px;
  right: 0;
  left: auto;
  width: 20%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/areaBgRight.png);
  background-size: contain;
}
@media screen and (max-width: 770px) {
  .mainAreaBg::after {
    display: none;
  }
}

/*  ハンバーガー  */
header {
  position: relative;
}

/*ナビメニューのスタイルを指定*/
nav.NavMenu {
  position: fixed; /*表示位置を固定*/
  overflow-y: scroll;
  z-index: 3; /*重ね順を変更*/
  top: 0; /*表示位置を指定*/
  left: 0; /*表示位置を指定*/
  color: #000; /*文字色を黒にする*/
  text-align: left; /*テキストを中央揃え*/
  width: 100%; /*全幅表示*/
  background-color: rgb(245, 245, 245);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); /*ナビを上に隠す*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s; /*アニメーションの時間を指定*/
}

div.navInner {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
div.navInner .navContent {
  position: absolute;
  width: 80vw;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
div.navInner .navContent p img {
  width: 170px;
  padding-bottom: 30px;
}
div.navInner .navContent ul.mainContent li {
  padding: 2vh 0 5px;
  list-style-type: none;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 480px) {
  div.navInner .navContent ul.mainContent li {
    font-size: 19px;
    font-size: 4.3541666667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  div.navInner .navContent ul.mainContent li {
    font-size: 19px;
    font-size: 2.4675324675vw;
  }
}
@media screen and (min-width: 770px) {
  div.navInner .navContent ul.mainContent li {
    font-size: 19px;
  }
}
div.navInner .navContent ul.mainContent li a {
  display: block; /*クリックできる領域を広げる*/
  color: #000;
}
div.navInner .navContent ul.subContent li {
  display: inline-block;
  padding-top: 15px;
}
@media screen and (max-width: 480px) {
  div.navInner .navContent ul.subContent li {
    font-size: 15px;
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  div.navInner .navContent ul.subContent li {
    font-size: 15px;
    font-size: 1.9480519481vw;
  }
}
@media screen and (min-width: 770px) {
  div.navInner .navContent ul.subContent li {
    font-size: 15px;
  }
}
div.navInner .navContent ul.subContent li a {
  display: block; /*クリックできる領域を広げる*/
  color: #D3E05A;
}
div.navInner .navContent ul.subContent li:nth-child(n+2) {
  padding-left: 15px;
}
@media screen and (max-width: 770px) {
  div.navInner .navContent ul.subContent li {
    display: block;
  }
}
@media screen and (max-width: 770px) and (max-width: 480px) {
  div.navInner .navContent ul.subContent li {
    font-size: 15px;
    font-size: 3.4375vw;
  }
}
@media screen and (max-width: 770px) and (min-width: 481px) and (max-width: 769px) {
  div.navInner .navContent ul.subContent li {
    font-size: 15px;
    font-size: 1.9480519481vw;
  }
}
@media screen and (max-width: 770px) and (min-width: 770px) {
  div.navInner .navContent ul.subContent li {
    font-size: 15px;
  }
}
@media screen and (max-width: 770px) {
  div.navInner .navContent ul.subContent li:first-child {
    padding-top: 10px;
  }
}
@media screen and (max-width: 770px) {
  div.navInner .navContent ul.subContent li:nth-child(n+2) {
    padding-top: 5px;
    padding-left: 0;
  }
}

/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  top: 0; /*ヘッダーの高さに合わせる*/
}

/*トグルボタンのスタイルを指定*/
.toggleArea {
  display: block;
  position: fixed; /* bodyに対しての絶対位置指定 */
  z-index: 4;
}

.Toggle {
  display: block;
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #000;
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/ /*変化の速度を指定*/
  transition: 0.35s ease-in-out; /*変化の速度を指定*/
  left: 18px;
}

header .Toggle.active span {
  border-bottom: solid 3px #D3E05A;
}

header.navSmp .Toggle.active span {
  border-bottom: solid 3px #000;
}

.Toggle span:nth-child(1) {
  top: 24px;
}

.Toggle span:nth-child(2) {
  top: 33px;
}

.Toggle span:nth-child(3) {
  top: 42px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
  top: 33px;
  left: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 33px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*     ---------------- top ----------------     */
.topArea #mainVI {
  position: relative;
}
.topArea #mainVI h1 {
  position: relative;
  max-width: 900px;
  width: 70%;
  margin: 0 auto;
  padding-top: 140px;
  z-index: 1;
}
@media screen and (max-width: 770px) {
  .topArea #mainVI h1 {
    width: 90%;
  }
}
.topArea #mainVI h1 img {
  width: 100%;
  height: auto;
}
.topArea aside {
  position: relative;
  width: 100vw;
  margin: 100px auto;
  padding: 30px 0;
  background-color: #7EAF32;
}
.topArea aside div {
  position: relative;
  width: 70vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .topArea aside div {
    width: 90vw;
  }
}
.topArea aside div p {
  display: inline-block;
}
@media screen and (max-width: 770px) {
  .topArea aside div p {
    display: block;
  }
}
.topArea aside div p img {
  width: 100%;
}
.topArea aside div .campingText {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 770px) {
  .topArea aside div .campingText {
    width: 100%;
  }
}
.topArea aside div .campingBtn {
  width: 25%;
}
@media screen and (max-width: 770px) {
  .topArea aside div .campingBtn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.ttlText {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 20px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 770px) {
  .ttlText {
    display: none;
  }
}

.wfBoxR {
  width: 80%;
  margin: 100px auto 0;
  padding: 30px 5vw;
  border-radius: 20px;
  background-color: #FFF;
  -webkit-box-shadow: 8px 8px 0px 0px #D3E05A;
          box-shadow: 8px 8px 0px 0px #D3E05A;
}

.wfBoxL {
  width: 80%;
  margin: 100px auto 0;
  padding: 30px 5vw;
  border-radius: 20px;
  background-color: #FFF;
  -webkit-box-shadow: -8px -8px 0px 0px #D3E05A;
          box-shadow: -8px -8px 0px 0px #D3E05A;
}

.greetingArea {
  position: relative;
}
.greetingArea .ttlText {
  background-image: url(../img/greetingLeft.png);
}
.greetingArea .greetingBox {
  width: 80vw;
  margin: 0 auto;
  padding: 30px 5vw 50px;
}
.greetingArea .greetingBox h2 {
  margin-bottom: 20px;
  padding: 20px 15px;
  background-color: #D3E05A;
  line-height: 1.3em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .greetingArea .greetingBox h2 {
    font-size: 30px;
    font-size: 6.875vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .greetingArea .greetingBox h2 {
    font-size: 30px;
    font-size: 3.8961038961vw;
  }
}
@media screen and (min-width: 770px) {
  .greetingArea .greetingBox h2 {
    font-size: 30px;
  }
}
.greetingArea .greetingBox p {
  line-height: 1.8em;
}
@media screen and (max-width: 480px) {
  .greetingArea .greetingBox p {
    font-size: 20px;
    font-size: 4.5833333333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .greetingArea .greetingBox p {
    font-size: 20px;
    font-size: 2.5974025974vw;
  }
}
@media screen and (min-width: 770px) {
  .greetingArea .greetingBox p {
    font-size: 20px;
  }
}
.greetingArea .greetingBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10vw;
  width: 43px;
  height: 34px;
  background-image: url(../img/greetingBg01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 43px 34px;
}
.greetingArea .greetingBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10vw;
  width: 43px;
  height: 34px;
  background-image: url(../img/greetingBg02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 43px 34px;
}

.whatArea {
  position: relative;
  margin-top: 50px;
}
.whatArea .ttlText {
  background-image: url(../img/whatLeft.png);
}
.whatArea .whatBox {
  overflow: hidden;
  width: 80%;
  border-radius: 20px;
  background-color: #FFF;
}
.whatArea .whatBox h3 {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #D3E05A;
  line-height: 1.3em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .whatArea .whatBox h3 {
    font-size: 25px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .whatArea .whatBox h3 {
    font-size: 25px;
    font-size: 3.2467532468vw;
  }
}
@media screen and (min-width: 770px) {
  .whatArea .whatBox h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 770px) {
  .whatArea .whatBox h3 {
    float: none;
    width: 100%;
  }
}
.whatArea .whatBox p {
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .whatArea .whatBox p {
    font-size: 17px;
    font-size: 3.8958333333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .whatArea .whatBox p {
    font-size: 17px;
    font-size: 2.2077922078vw;
  }
}
@media screen and (min-width: 770px) {
  .whatArea .whatBox p {
    font-size: 17px;
  }
}
.whatArea .whatBox p img {
  float: right;
  width: 50%;
  padding: 0 0 10px 30px;
}
@media screen and (max-width: 770px) {
  .whatArea .whatBox p img {
    float: none;
    width: 100%;
    padding: 20px 0;
  }
}
.whatArea .whatBox p span {
  color: #EA5514;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .whatArea .whatBox p span {
    font-size: 20px;
    font-size: 4.5833333333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .whatArea .whatBox p span {
    font-size: 20px;
    font-size: 2.5974025974vw;
  }
}
@media screen and (min-width: 770px) {
  .whatArea .whatBox p span {
    font-size: 20px;
  }
}
.whatArea .whatBox p span.border {
  border-bottom: solid 2px #7EAF32;
}

.structureArea {
  position: relative;
}
.structureArea .ttlText {
  background-image: url(../img/structureLeft.png);
}
.structureArea .structureBox h3 {
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #D3E05A;
  line-height: 1.3em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .structureArea .structureBox h3 {
    font-size: 25px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .structureArea .structureBox h3 {
    font-size: 25px;
    font-size: 3.2467532468vw;
  }
}
@media screen and (min-width: 770px) {
  .structureArea .structureBox h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .structureArea .structureBox p {
    font-size: 17px;
    font-size: 3.8958333333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .structureArea .structureBox p {
    font-size: 17px;
    font-size: 2.2077922078vw;
  }
}
@media screen and (min-width: 770px) {
  .structureArea .structureBox p {
    font-size: 17px;
  }
}
.structureArea .structureBox div {
  margin: 15px 0;
  text-align: center;
}
.structureArea .structureBox div img {
  width: 90%;
}

.voiceArea {
  position: relative;
}
.voiceArea .ttlText {
  background-image: url(../img/voiceLeft.png);
}
.voiceArea .voiceBox h3 {
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #D3E05A;
  line-height: 1.3em;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 480px) {
  .voiceArea .voiceBox h3 {
    font-size: 25px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .voiceArea .voiceBox h3 {
    font-size: 25px;
    font-size: 3.2467532468vw;
  }
}
@media screen and (min-width: 770px) {
  .voiceArea .voiceBox h3 {
    font-size: 25px;
  }
}
.voiceArea .voiceBox div.companyBox p.companyName {
  position: relative;
  margin: 40px 0 10px;
  color: #EA5514;
  line-height: 1.3em;
  font-weight: 500;
  padding-top: 0.5em;
  padding-left: 2.7em;
}
@media screen and (max-width: 480px) {
  .voiceArea .voiceBox div.companyBox p.companyName {
    font-size: 25px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .voiceArea .voiceBox div.companyBox p.companyName {
    font-size: 25px;
    font-size: 3.2467532468vw;
  }
}
@media screen and (min-width: 770px) {
  .voiceArea .voiceBox div.companyBox p.companyName {
    font-size: 25px;
  }
}
.voiceArea .voiceBox div.companyBox p.companyName::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.3em;
  height: 2.2em;
  background: url(../img/voiceIcon.png) no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  vertical-align: middle;
}
@media screen and (max-width: 770px) {
  .voiceArea .voiceBox div.companyBox p.companyName::before {
    margin-right: 2em;
  }
}
.voiceArea .voiceBox div.companyBox div.companyProject {
  margin: 30px 0 10px;
  line-height: 1.3em;
}
@media screen and (max-width: 480px) {
  .voiceArea .voiceBox div.companyBox div.companyProject {
    font-size: 17px;
    font-size: 3.8958333333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .voiceArea .voiceBox div.companyBox div.companyProject {
    font-size: 17px;
    font-size: 2.2077922078vw;
  }
}
@media screen and (min-width: 770px) {
  .voiceArea .voiceBox div.companyBox div.companyProject {
    font-size: 17px;
  }
}
.voiceArea .voiceBox div.companyBox div.companyProject p a {
  text-decoration: underline;
}
.voiceArea .voiceBox div.companyBox div.companyProject p a:hover {
  text-decoration: none;
}
.voiceArea .voiceBox div.companyBox div.companyProject p.projectImg img {
  width: 40%;
  max-width: 400px;
  height: auto;
  margin: 15px 10px 0 0;
}
.voiceArea .voiceBox div.companyBox ul.companyVoice li p:nth-child(1) {
  margin: 40px 0 10px;
  padding-bottom: 5px;
  border-bottom: solid 2px #D3E05A;
  line-height: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .voiceArea .voiceBox div.companyBox ul.companyVoice li p:nth-child(1) {
    font-size: 19px;
    font-size: 4.3541666667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .voiceArea .voiceBox div.companyBox ul.companyVoice li p:nth-child(1) {
    font-size: 19px;
    font-size: 2.4675324675vw;
  }
}
@media screen and (min-width: 770px) {
  .voiceArea .voiceBox div.companyBox ul.companyVoice li p:nth-child(1) {
    font-size: 19px;
  }
}
.voiceArea .voiceBox div.companyBox ul.companyVoice li p:nth-child(2) {
  line-height: 1.7em;
}
@media screen and (max-width: 480px) {
  .voiceArea .voiceBox div.companyBox ul.companyVoice li p:nth-child(2) {
    font-size: 17px;
    font-size: 3.8958333333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .voiceArea .voiceBox div.companyBox ul.companyVoice li p:nth-child(2) {
    font-size: 17px;
    font-size: 2.2077922078vw;
  }
}
@media screen and (min-width: 770px) {
  .voiceArea .voiceBox div.companyBox ul.companyVoice li p:nth-child(2) {
    font-size: 17px;
  }
}

.flowArea {
  position: relative;
}
.flowArea .ttlText {
  background-image: url(../img/flowLeft.png);
}
.flowArea .flowBox h3 {
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #D3E05A;
  line-height: 1.3em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .flowArea .flowBox h3 {
    font-size: 25px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .flowArea .flowBox h3 {
    font-size: 25px;
    font-size: 3.2467532468vw;
  }
}
@media screen and (min-width: 770px) {
  .flowArea .flowBox h3 {
    font-size: 25px;
  }
}
.flowArea .flowBox ul {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.flowArea .flowBox ul li {
  position: relative;
  display: inline-block;
  width: 24%;
  height: 245px;
  margin-top: 20px;
  padding: 0 2%;
  vertical-align: top;
  border-right: 2px solid #7EAF32;
}
@media screen and (max-width: 770px) {
  .flowArea .flowBox ul li {
    display: block;
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 2px solid #7EAF32;
  }
}
@media screen and (max-width: 770px) {
  .flowArea .flowBox ul li div {
    display: inline-block;
    width: 45%;
    padding: 40px 0;
    vertical-align: middle;
  }
  .flowArea .flowBox ul li div img {
    width: 40%;
    max-width: 80px;
    margin-bottom: 15px;
  }
}
.flowArea .flowBox ul li div p {
  line-height: 1.3em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .flowArea .flowBox ul li div p {
    font-size: 16px;
    font-size: 3.6666666667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .flowArea .flowBox ul li div p {
    font-size: 16px;
    font-size: 2.0779220779vw;
  }
}
@media screen and (min-width: 770px) {
  .flowArea .flowBox ul li div p {
    font-size: 16px;
  }
}
@media screen and (max-width: 770px) and (max-width: 480px) {
  .flowArea .flowBox ul li div p {
    font-size: 20px;
    font-size: 4.5833333333vw;
  }
}
@media screen and (max-width: 770px) and (min-width: 481px) and (max-width: 769px) {
  .flowArea .flowBox ul li div p {
    font-size: 20px;
    font-size: 2.5974025974vw;
  }
}
@media screen and (max-width: 770px) and (min-width: 770px) {
  .flowArea .flowBox ul li div p {
    font-size: 20px;
  }
}
.flowArea .flowBox ul li div p img {
  width: 40%;
  margin-bottom: 15px;
}
.flowArea .flowBox ul li img.illust {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  max-width: 95px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 770px) {
  .flowArea .flowBox ul li img.illust {
    position: relative;
    display: inline-block;
    max-width: 150px;
    width: 50%;
    vertical-align: middle;
  }
}
.flowArea .flowBox ul li:last-child {
  border-right: none;
  border-bottom: none;
}
.flowArea .flowBox ul li::after {
  content: "";
  position: absolute;
  top: calc(50% - 23px);
  right: -16px;
  width: 16px;
  height: 47px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 47px;
}
@media screen and (max-width: 770px) {
  .flowArea .flowBox ul li::after {
    top: auto;
    bottom: -16px;
    right: calc(50% - 23px);
    width: 47px;
    height: 16px;
    background-image: url(../img/arrowSp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 47px 16px;
  }
}
.flowArea .flowBox ul li:last-child::after {
  content: none;
}
.flowArea .flowBox .text {
  text-align: center;
}
.flowArea .flowBox .text p {
  font-weight: bold;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  .flowArea .flowBox .text p {
    font-size: 17px;
    font-size: 3.8958333333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .flowArea .flowBox .text p {
    font-size: 17px;
    font-size: 2.2077922078vw;
  }
}
@media screen and (min-width: 770px) {
  .flowArea .flowBox .text p {
    font-size: 17px;
  }
}
.flowArea .flowBox .text p span.underline {
  padding-bottom: 2px;
  border-bottom: solid 2px #7EAF32;
}
.flowArea .flowBox .text p span.red {
  color: #EA5514;
}
.flowArea .flowBox .text p:first-of-type {
  margin-bottom: 15px;
}

.flowArea::before {
  background-image: url(../img/flowLeft.png);
}

.projectListArea {
  position: relative;
  z-index: 1;
}
.projectListArea .projectListBox {
  width: 815px;
  margin: 100px auto 0;
}
@media screen and (max-width: 770px) {
  .projectListArea .projectListBox {
    width: 550px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .projectListArea .projectListBox {
    width: 300px;
  }
}
.projectListArea .projectListBox h3 {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 0 5px;
  line-height: 1.3em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  border-bottom: solid 2px #D3E05A;
}
@media screen and (max-width: 480px) {
  .projectListArea .projectListBox h3 {
    font-size: 25px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .projectListArea .projectListBox h3 {
    font-size: 25px;
    font-size: 3.2467532468vw;
  }
}
@media screen and (min-width: 770px) {
  .projectListArea .projectListBox h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 770px) {
  .projectListArea .projectListBox h3 {
    display: inline-block;
  }
}
.projectListArea .projectListBox p.subText {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px;
  background-color: #D3E05A;
  line-height: 1.3em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .projectListArea .projectListBox p.subText {
    font-size: 18px;
    font-size: 4.125vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .projectListArea .projectListBox p.subText {
    font-size: 18px;
    font-size: 2.3376623377vw;
  }
}
@media screen and (min-width: 770px) {
  .projectListArea .projectListBox p.subText {
    font-size: 18px;
  }
}
@media screen and (max-width: 770px) {
  .projectListArea .projectListBox p.subText {
    display: block;
    width: 90%;
    margin: 0 auto 50px;
  }
}
.projectListArea .projectListBox .list {
  margin: 0px auto;
  overflow: hidden;
}
.projectListArea .projectListBox .list li {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 30px;
}
.projectListArea .projectListBox .list li a.thumbnailLink {
  display: block;
  width: 245px;
}
.projectListArea .projectListBox .list li a.thumbnailLink img {
  width: 100%;
  height: auto;
}
.projectListArea .projectListBox .list li:nth-child(3n) {
  padding-right: 0;
}
.projectListArea .projectListBox .list li.is-hidden {
  visibility: hidden;
  display: none;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
@media screen and (max-width: 770px) {
  .projectListArea .projectListBox .list li:nth-child(3n) {
    padding-right: 30px;
  }
  .projectListArea .projectListBox .list li:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .projectListArea .projectListBox .list li {
    padding-right: 0;
  }
  .projectListArea .projectListBox .list li:nth-child(3n) {
    padding-right: 0;
  }
}
.projectListArea .projectListBox .list-btn {
  margin-top: 20px;
  margin-left: 347px;
}
@media screen and (max-width: 770px) {
  .projectListArea .projectListBox .list-btn {
    margin: 20px auto 0;
  }
}
.projectListArea .projectListBox .list-btn button img {
  width: 105px;
}

.contactArea {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 100px auto 0;
}
.contactArea p {
  display: inline-block;
  text-align: center;
  width: 49%;
}
.contactArea p img {
  max-width: 350px;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .contactArea p {
    display: block;
    text-align: center;
    width: 100%;
  }
  .contactArea p img {
    max-width: 300px;
    width: 60%;
  }
  .contactArea p:nth-child(2) {
    margin-top: 50px;
  }
}

footer {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 150px;
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
}
footer img {
  width: 150px;
  height: auto;
}