@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,600,700|Noto+Sans+JP:400,500,700");
/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
#main {
  background-image: url(../images/member/member_bg.gif);
  background-position: center 25vh;
  background-repeat: no-repeat;
  background-size: 1800px auto;
}
@media screen and (max-width: 768px) {
  #main {
    background-position: center 17vh;
    background-size: 1000px auto;
  }
}
@media screen and (min-width: 1800px) {
  #main {
    background-size: 100% auto;
  }
}
#main #title {
  background-image: url(../images/member/title.jpg);
}
#main #intro {
  padding-top: 30px;
}
#main #intro__text {
  line-height: 2;
}
#main #intro__text .inner {
  width: 940px;
}
#main #intro__text p {
  font-size: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #main #intro__text .inner {
    width: 100%;
  }
  #main #intro__text p {
    font-size: 13px;
  }
}
#main #members {
  background-image: url(../images/member/member_bg_bottom.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1800px auto;
	padding-top: 50px;
  padding-bottom: 100px;
}
#main #members .h1._j{
	margin-bottom: 10px;
}
#main #members .h2._j{
	color: #4d4d4d;
	margin: 5px 0 10px;
	font-weight: normal;
	background: none;
}
@media screen and (max-width: 768px) {
  #main #members {
    background-size: 1000px auto;
    padding-top: 20px;
    padding-bottom: 50px;
  }
	#main #members .h2._j{
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
  #main #members .inner {
    padding: 0;
  }
}
#main #members .member.hover {
  cursor: pointer;
}
#main #members .member.hover:hover {
  opacity: 1;
}
#main #members .member__in {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 175px;
  box-sizing: border-box;
  min-height: 170px;
  padding: 30px 30px;
  width: 100%;
}
#main #members .member p:nth-child(2) {
  font-size: 20px;
}
#main #members .member p:nth-child(2) span {
  color: #fa6432;
  display: block;
  font-size: 15px;
  padding: 7px 0;
}
@media screen and (max-width: 768px) {
  #main #members .member__in {
    background-size: auto 110px;
    min-height: 110px;
    padding: 15px 15px;
  }
  #main #members .member p {
    font-size: 10px;
  }
  #main #members .member p:nth-child(2) {
    font-size: 12px;
  }
  #main #members .member p:nth-child(2) span {
    font-size: 10px;
  }
}
#main #members .button {
  box-sizing: border-box;
  margin: 120px auto 90px;
  padding-left: 50px;
}
#main #members .button span {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  #main #members .button {
    margin: 50px auto 50px;
    padding-left: 30px;
  }
  #main #members .button span {
    margin-left: 40px;
  }
}
#main #members__1 {
  padding-top: 50px !important;
}
#main #members__1 .member {
  background-image: url(../images/member/member_1_bg.jpg);
  border-color: #747b8e;
}
#main #members__1 .member:nth-child(2), #main #members__1 .member:nth-child(3), #main #members__1 .member:nth-child(4) {
  width: 70%;
}
#main #members__1 .member p:nth-child(2) span {
  color: #172343;
}
@media screen and (max-width: 768px) {
  #main #members__1 {
    padding-top: 10px !important;
  }
  #main #members__1 .member:nth-child(2), #main #members__1 .member:nth-child(3), #main #members__1 .member:nth-child(4) {
    width: 100%;
  }
  #main #members__1 .member:nth-child(2) .member__in, #main #members__1 .member:nth-child(3) .member__in, #main #members__1 .member:nth-child(4) .member__in {
    background-position: 110% bottom;
  }
}
#main #members__2 .member, #main #members__3 .member {
  background-image: url(../images/member/member_2_bg.jpg);
  border-color: #e16432;
}
#main #members__2 .member p:nth-child(2) span, #main #members__3 .member p:nth-child(2) span {
  color: #e16432;
}
#main #members__2 {
  padding-top: 120px !important;
}
#main #members__2 .member:nth-child(2), #main #members__2 .member:nth-child(3) {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #main #members__2 {
    padding-top: 70px !important;
  }
  #main #members__2 .member:nth-child(2), #main #members__2 .member:nth-child(3) {
    width: 100%;
  }
  #main #members__2 .member:nth-child(2) .member__in, #main #members__2 .member:nth-child(3) .member__in {
    background-position: 110% bottom;
  }
}
#main #members__3 .member {
  border-color: #808080;
}
#main #members__3 .member p:nth-child(2) span {
  color: #808080;
}
#main #members__3 .member.member_3_3 {
  border-color: #6482a0;
}
#main #members__3 .member.member_3_3 p:nth-child(2) span {
  color: #6482a0;
}

#colorbox {
  max-width: 800px;
  width: 100% !important;
}
#colorbox #cboxLoadedContent {
  max-width: 750px;
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 99999;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.5);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 720px;
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .modalWrapper {
    width: 300px;
  }
}

.closeModal {
  background-color: #172343;
  background-image: url(../images/modal/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  height: 40px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
}
.closeModal:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .closeModal {
    background-size: 10px;
    height: 25px;
    width: 25px;
    top: 10px;
    right: 10px;
  }
}

.modalContents::-webkit-scrollbar {
  width: 5px;
}

.modalContents::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 2.5px;
}

.modalContents::-webkit-scrollbar-track-piece {
  background: #efefef;
}

.modalContents {
  display: flex;
  justify-content: space-between;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modalContents {
    flex-wrap: wrap;
    max-height: 500px;
  }
}
.modalContents__picture {
  min-height: 500px;
  padding: 20px 0 20px 20px;
  width: 50%;
}
.modalContents__picture picture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modalContents__picture {
    min-height: 300px;
    padding: 10px 10px 0 10px;
    width: 100%;
  }
  .modalContents__picture picture {
    background-position: center top;
  }
}
.modalContents__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .modalContents__text {
    width: 100%;
  }
}
.modalContents__text__profile {
  color: #fff;
  padding: 20px;
}
.modalContents__text__profile.gray {
  background-color: #808080;
}
.modalContents__text__profile.orange {
  background-color: #e16432;
}
.modalContents__text__profile p:nth-child(1) {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.5em;
}
.modalContents__text__profile p:nth-child(2) {
  font-size: 12px;
  padding-top: 20px;
}
.modalContents__text__profile p:nth-child(3) {
  font-size: 15px;
  padding-top: 5px;
}
.modalContents__text__profile p:nth-child(4) {
  font-size: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .modalContents__text__profile {
    padding: 10px;
  }
  .modalContents__text__profile p:nth-child(1) {
    font-size: 9px;
  }
  .modalContents__text__profile p:nth-child(2) {
    font-size: 10px;
    padding-top: 10px;
  }
  .modalContents__text__profile p:nth-child(3) {
    font-size: 11px;
    padding-top: 2px;
  }
  .modalContents__text__profile p:nth-child(4) {
    font-size: 15px;
    padding-top: 2px;
  }
}
.modalContents__text__text p {
  font-size: 12px;
  line-height: 2;
  padding: 20px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .modalContents__text__text p {
    font-size: 10px;
    padding: 10px;
  }
}

.member_2 .modalContents__text__profile {
  background-color: #e16432;
}

.member_3 .modalContents__text__profile {
  background-color: #808080;
}
.member_3.member_3_3 .modalContents__text__profile {
  background-color: #6482a0;
}

#main #members ul{
	padding: 30px 0 50px;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}
#main #members ul li{
	width: 23%;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	margin-bottom: 40px;
}
#main #members ul li:nth-child(n+2){
	margin-left: calc(8%/3);
}
#main #members ul li:nth-child(4n+1){
	margin-left: 0;
}
#main #members ul li .p-thumbs{
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
#main #members ul li .p-thumbs.gray{
	background-color: #c4c4c2;
}
#main #members ul li .p-thumbs.orange{
	background-color: #faecdf;
}
#main #members ul li .p-thumbs img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	transition: transform .5s ease;
}
#main #members ul li:hover .p-thumbs img{
	transform: translate(-50%, -50%) scale(1.1);
}
#main #members ul li h3{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 8px 10px 1px 15px;
	transition: .5s
}
#main #members ul li:hover h3{
	color: #e16432;
}
#main #members ul li h4{
	font-size: 12px;
	color: #4d4d4d;
	padding: 0 10px 2px 16px;
	letter-spacing: 0;
	line-height: 1.8;
	text-align: left;
}
#main #members ul li p{
	font-size: 10px;
	color: #4d4d4d;
	padding: 0 10px 0 16px;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: left;
}
@media screen and (max-width: 768px){
	#main #members ul{
		padding: 15px 0 20px;
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}
	#main #members ul li{
		width: 32%;
		margin: 0 0 20px;
	}
	#main #members section ul li:nth-child(n+2){
		margin-left: 2%;
	}
  #main #members section ul li:nth-child(3n+1){
    margin-left: 0;
  }
	#main #members ul li h3{
		font-size: 15px;
		padding: 3px 5px 0;
	}
	#main #members ul li h4{
		font-size: 11px;
		padding: 0 6px;
		line-height: 1.8;
	}
	#main #members ul li p{
		font-size: 6px;
		padding: 0 6px;
		letter-spacing: 0;
		line-height: 1.5;
	}
}