#fvContainer {
  width: 90%;
  max-width: 960px;
  margin: 130px auto 0;
}

.title {
  width: 100%;
  display: flex;
  margin-left: -109px;
}

.number {
  font-size: 86.5px;
  line-height: 1.15;
}

.title h1 {
  font-size: 38px;
  letter-spacing: 4px;
  position: relative;
  margin-left: 22px;
}

.title h1::after {
  content: "";
  display: block;
  width: 71px;
  height: 4.5px;
  background: #000;
}

.titleText {
  margin-top: 30px;
}

.titleText p:first-of-type {
  font-size: 30px;
  font-weight: bold;
}

.titleText p:last-of-type {
  margin-top: 40px;
}






/* インスタフィード */
#portfolioContainer {
  width: 90%;
  max-width: 1020px;
  margin: 100px auto 0;
}







/* コンタクト */
#contactContainer {
  width: 100%;
  background: #595958;
  padding: 120px 0;
  margin-top: 120px;
}

.contactTitle {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.contactTitle a {
  display: block;
  color: #fff;
  position: relative;
}
.contactTitle a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 52%;
  left: 300px;
  transform: rotate(-45deg);
  transition: 0.2s;
}
.contactTitle:hover a::after {
  left: 320px;
}

h2 {
  font-size: 38px;
  letter-spacing: 4px;
}

.contactTitle h2::after {
  content: "";
  display: block;
  width: 71px;
  height: 4.5px;
  background: #fff;
}

.contactTitle p {
  margin-top: 15px;
}









/* タブレット */
@media(max-width: 1024px) {
/* #fvContainer {
  width: 90%;
  max-width: 960px;
  margin: 130px auto 0;
} */

.title {
  /* width: 100%;
  display: flex; */
  margin-left: 0px;
}

/* .number {
  font-size: 86.5px;
  line-height: 1.15;
}

.title h1 {
  font-size: 38px;
  letter-spacing: 4px;
  position: relative;
  margin-left: 22px;
}

.title h1::after {
  content: "";
  display: block;
  width: 71px;
  height: 4.5px;
  background: #000;
}

.titleText {
  margin-top: 30px;
} */

/* .titleText p:first-of-type {
  font-size: 30px;
  font-weight: bold;
}

.titleText p:last-of-type {
  margin-top: 40px;
} */




/* インスタフィード */
/* #portfolioContainer {
  width: 90%;
  max-width: 1020px;
  margin: 120px auto 0;
} */





/* コンタクト */
/* #contactContainer {
  width: 100%;
  background: #595958;
  padding: 120px 0;
}

.contactTitle {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.contactTitle a {
  display: block;
  color: #fff;
  position: relative;
}
.contactTitle a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 52%;
  left: 300px;
  transform: rotate(-45deg);
  transition: 0.2s;
}
.contactTitle:hover a::after {
  left: 320px;
}

h2 {
  font-size: 38px;
  letter-spacing: 4px;
}

.contactTitle h2::after {
  content: "";
  display: block;
  width: 71px;
  height: 4.5px;
  background: #fff;
}

.contactTitle p {
  margin-top: 15px;
} */

}





/* スマホ */
@media(max-width: 560px) {
#fvContainer {
  /* width: 90%;
  max-width: 960px; */
  margin: 80px auto 0;
}

.title {
  /* width: 100%;
  display: flex; */
  margin-left: 0px;
}

/* .number {
  font-size: 86.5px;
  line-height: 1.15;
}

.title h1 {
  font-size: 38px;
  letter-spacing: 4px;
  position: relative;
  margin-left: 22px;
}

.title h1::after {
  content: "";
  display: block;
  width: 71px;
  height: 4.5px;
  background: #000;
} */

.titleText {
  margin-top: 10px;
}

.titleText p:first-of-type {
  font-size: 20px;
  /* font-weight: bold; */
}

.titleText p:last-of-type {
  margin-top: 26px;
}



/* インスタフィード */
#portfolioContainer {
  /* width: 90%;
  max-width: 1020px; */
  margin: 50px auto 0;
}




/* コンタクト */
#contactContainer {
  /* width: 100%;
  background: #595958; */
  padding: 70px 0 80px;
  margin-top: 50px;
}

/* .contactTitle {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.contactTitle a {
  display: block;
  color: #fff;
  position: relative;
} */
.contactTitle a::after {
  /* content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute; */
  top: 50%;
  left: auto;
  right: 60px;
  /* transform: rotate(-45deg);
  transition: 0.2s; */
}
.contactTitle:hover a::after {
  left: auto;
  right: 50px;
}

/* h2 {
  font-size: 38px;
  letter-spacing: 4px;
} */

/* .contactTitle h2::after {
  content: "";
  display: block;
  width: 71px;
  height: 4.5px;
  background: #fff;
}

.contactTitle p {
  margin-top: 15px;
} */

}
