@charset "utf-8";
html :where(img) {
	max-width: initial!important;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile .txtArea {
  padding: 80px 0 0 60px;
  
}

.profile .name {
  position: relative;
  margin-left: -60px;
  margin-bottom: 20px;
}

.profile .name:before,
.profile .name:after {
  content: '';
  background: #374047;
  position: absolute;
  bottom: 0;
}

.profile .name:before {
  height: 1px;
  left: 0;
}

.profile .name:after {
  right: 0;
}

.profile .name:before {
  -webkit-animation: ttlLine100 1s ease forwards;
          animation: ttlLine100 1s ease forwards;
}

.profile .name:after {
  -webkit-animation: ttlSquare 0.1s ease forwards;
          animation: ttlSquare 0.1s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes ttlLine100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}



.profile .name span {
  display: block;
  padding-left: 60px;
}

.profile .name .en {
  font-family: 'ProductSansBold';
  font-weight: normal;
  font-size: 14px;
  color: #A1ABB1;
  padding-bottom: 10px;
}

.profile .name .jp {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}

.profile .part {
  font-size: 14px;
  margin-bottom: 40px;
}

.profile .pageLead {
  margin-bottom: 60px;
}

.profile .history {
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 20px;
  margin-bottom: 10px;
}

.profile .history:before {
  content: "";
  height: 1px;
  width: 100%;
  background-image: -o-linear-gradient(left, #374047, #374047 1px, transparent 1px, transparent 4px);
  background-image: linear-gradient(to right, #374047, #374047 1px, transparent 1px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}

.membersSec {
  width: 840px;
  padding: 0 20px;
  margin: 80px auto;
  position: relative;
}

.membersSec h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

.membersSec p {
  font-size: 14px;
  line-height: 2;
}

.membersBtm {
  background: #F3F4F5;
  padding: 60px 0;
  margin-top: 80px;
}

@media screen and (max-width: 1120px) {
	#content {
		padding-top: 156px;
	}
	
	.pageLead {
		margin-bottom: 48px;
	}
}

@media screen and (max-width: 900px) {
	.profile {
		flex-direction: column;
	}
}


@media screen and (max-width: 767px) {
.profile {
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.profile .imgArea img {
  width: 100%;
  height: auto;
}

.profile .txtArea {
  padding: 0;
}

.profile .name .en {
  font-size: 12px;
}

.profile .name .jp {
  font-size: 26px;
}

.profile .pageLead {
  margin-bottom: 40px;
}

.profile .history {
  margin-bottom: 40px;
}

.membersSec {
  width: 84%;
  padding: 0;
  margin: 60px auto;
}

.membersBtm {
  padding: 40px 8%;
  margin-top: 60px;
  margin-bottom: -34px;
}


}
