@charset "UTF-8";

/*全体の囲み*/
.mainContainer2 {
  margin: 0 150px 0 150px;
}

/*Profile*/
/*タイトル枠*/
.profileWrap {
  width: 100%;
  text-align: center;
}

/*会社概要英語*/
.profileEng {
  padding-top: 83px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;

  width: 200px;
  height: 50px;
  margin: -5px auto 0 auto;
  border: solid 1px #E4D6D4;
  letter-spacing: 0.3rem;
  text-align: center;
  background-color: #FFF;
}

/*会社概要・案内図*/
.profileHead {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;


  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

/*罫線*/
.linProfile {
  width: 200px;
  border: solid 1px #E4D6D4;
}

/*デジタルデザインサービス*/
.mainContainer2 h1 span {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

/*フレンドリー*/
.mainContainer2 h1 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 5rem 0;
}

/*リード*/
.mainContainer2 p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  padding-bottom: 4rem;
}

/*テーブル全体*/
.profileTable table {
  border-spacing: 0;
  width: 100%;
  max-width: 900px;
  height: auto;
  background-color: #FFF;
  border: #FFFFFF 20px solid;
  margin: 0 auto 50px auto;
}
.profileTable tr{
  opacity: 0;
}

/*テーブル左*/
.profileTable th {
  border-bottom: solid 1px #9F6C63;
  height: 25px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;


  font-size: 0.9rem;
  line-height: 1.2rem;
  letter-spacing: 0.1rem;
  vertical-align: text-top;
  padding: 30px 0 20px 0;
  width: 200px;
}

/*テーブル右*/
.profileTable .profile {
  border-bottom: solid 1px #E4D6D4;
  height: 25px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2rem;
  letter-spacing: 0.1rem;
  padding: 30px 0 20px 15px;
  width: 80%;
  vertical-align: text-top;
  text-align: justify;
  text-decoration: none;
}

.profileTable .profile a {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2rem;
  letter-spacing: 0.1rem;
}

.soft {
  text-align: left !important;
}

/*----------------------------------------*/
.staffBox {
  width: 100%;
  margin-bottom: 80px;
}

/*スタッフ枠*/
.staffAll {
  max-width: 900px;
  width: 100%;
  margin: 50px auto 130px auto;

	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 20px;
	justify-content: center;
	justify-items: center;
}
@media screen and (max-width:1023px){
	.staffAll {
		grid-template-columns: auto auto;
	}
}
/*白枠*/
.staffWrap {
	box-sizing: border-box;
  padding: 20px;
  background-color: #FFF;
  height: auto;

	width: 100%;
	display: grid;
	grid-template-columns: 68px 1fr;
	gap: 20px;
}

/*イラストの枠*/

/*イラスト*/
.staffWrap img {
  width: 68px;
	grid-area: 1/1/2/2;
}

/*名前と肩書き枠*/
.staffName {
	grid-area: 1/2/2/3;
}

/*名前*/
.name {
  text-align: left;
  line-height: 1.6rem;
}

/*肩書き*/
.katagaki {
  text-align: left;
  font-size: 0.7rem;
  letter-spacing: 0rem;
  line-height: 1.2rem;
  text-wrap: balance;
}

/*コメント*/
.staffWrap p {
	grid-area: 2/1/3/3;
	padding-bottom: 0;
  text-align: justify;
  letter-spacing: 0.1rem;
}

/*----------------------------------------*/

/*地図*/
.mainContainer2 .map img {
  width: 100%;
  margin: 80px auto;
  max-width: 900px;
}

.map {
  margin: 30px auto 120px auto;
  max-width: 900px;
}