@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ページタイトル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.breadcrumb {
	margin:0 auto;
	font-size:12px;
	color:#00196d;
	float: right;
	color: #fff;
}
.breadcrumb a {
	text-decoration: underline;
	color: #fff;
}
figure {
	margin: 0; 
}
@media (max-width:980px) {
	.breadcrumb {
		width: calc(100% - 20px);
		margin:10px auto 10px;
		font-size:10px;
		float: none;
		text-align: right;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
メインコンテンツ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.member-cont {
	position: relative;
	overflow: hidden;
	background: #dce6f0;
	padding-bottom: 136px;
}
.member-inner {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding-top: 45px;
}
.member-cont:before {
	content: "";
	position: absolute;
	border-right: 120vw solid transparent;
	border-top: 440px solid #00196e;
	left: 0;
	top: 0;
	z-index: 1;
}
.member-cont:after {
	content: "";
	position: absolute;
	border-left: calc(100vw - 17px) solid transparent;
	border-top: 440px solid #001458;
	right: 0;
	top: 0;
}
.member-cont img {
	width: 100%;
	height: auto;
}
.member-tit {
	float: left;
	width: 405px;
	margin: 0 auto;
	padding: 0 0 0 30px;
}
.member-tit p {
	margin-top: 10px;
	width: 85%;
}
.member-cont ul {
	clear: both;
	padding-top: 213px;
}
.member-cont li {
	width: 50%;
	position: relative;
}
.member-cont li:nth-child(even) {
	float: left;
}
.member-cont li:nth-child(odd) {
	float: right;
}
.member-cont li:nth-child(2n+1) {
	clear: both;
}
.member-cont li:nth-child(odd) {
	margin-top: -355px;
}

.modal{
	display: none;
	height: 100vh;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
.modal img {
	width: 100%;
	height: auto;
}
.modal_bg {
	background: rgba(0,25,110,0.7);
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
}
.modal_content {
	background: #00196e;
	max-width: 980px;
	width: 100%;
	position: fixed;
	box-sizing: border-box;
	margin: auto;
	left: 0;
	right: 0;
	max-height: 90vh;
	height: 100%;
	top: 5%;
}
.wh-bg::-webkit-scrollbar {
	display:none;
}
.wh-bg {
	background: #fff;
	padding: 44px 55px;
	position: relative;
	z-index: 1;
	margin: 80px 80px 110px;
	box-sizing: border-box;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	height: calc(100% - 190px);
}
.modal a.modal-close {
	position: fixed;
	bottom: 92px;
	right: 0;
	left: 0;
	margin: auto; 
	display: block;
	width: 35px;
	height: 0;
	cursor: pointer;
	padding-top: 35px;
	border: 3px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.modal a.modal-close:before, 
.modal a.modal-close:after {
	content: "";
	display: block;
	width: 25px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.modal a.modal-close:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.modal a.modal-close:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.modal a.modal-close p {
	color: #fff;
	width: 50px;
	font-weight: bold;
	margin: 9px 0 0 -3px;
}
.modal-left {
	float: left;
	width: 55%;
}
.modal h2 {
	font-size: 28px;
	line-height: 43px;
	font-weight: bold;
	color: #00196d;
	margin-bottom: 16px;
}
.modal h2 + p {
	line-height: 30px;
	color: #00196d;	
}
.modal-right {
	float: right;
	width: 39%;
}
.modal li {
	background: #00196d;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 30px;
	text-align: center;
	padding: 10px 27px 8px;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
.modal li:after {
	content: "";
	border-left: 7px solid transparent;
	border-bottom: 7px solid #00196d;
	position: absolute;
	top: -7px;
	left: 28px;
}
.name {
	font-size: 13px;
	color: #00196d;
	line-height: 22px;
	margin-top: 96px;
	position: relative;
}
.name span {
	font-size: 33px;
	font-weight: bold;
}
.name:before {
	content: "";
	position: absolute;
	background-size: 100% !important;
	z-index: 1;
}

#modal01 .name:before {
	background: url(../images/member02_modal_img.png) no-repeat;
	width: 190px;
    height: 254px;
    right: -43px;
    bottom: -48px;
}
#modal01 .name {
	top: 111px;
}
#modal03 .name:before {
	background: url(../images/member04_modal_img.png) no-repeat;
	width: 163px;
    height: 238px;
    right: -49px;
    bottom: -44px;
}
#modal03 .name {
	top: 71px;
}
#modal06 .name:before {
	background: url(../images/member05_modal_img.png) no-repeat;
	width: 172px;
	height: 252px;
	right: -43px;
	bottom: -45px;
}
#modal07 .name:before {
	background: url(../images/member08_modal_img.png) no-repeat;
	width: 228px;
	height: 248px;
	right: -68px;
	bottom: -49px;
}
#modal07 .name {
	top: 7px;
}
#modal08 .name:before {
	background: url(../images/member07_modal_img.png) no-repeat;
	width: 180px;
    height: 234px;
    right: -50px;
    bottom: -44px;
}
#modal08 .name {
	top: 31px;
}

#modal10 .name:before {
	background: url(../images/member10_modal_img.png) no-repeat;
	width: 180px;
  height: 233px;
  right: -50px;
  bottom: -54px;
}
#modal10 .name {
  top: 85px
}

@media (min-width:981px) {
	.member-cont li * {
		transition-duration: .3s;
		-moz-transition-duration: .3s;
		-webkit-transition-duration: .3s;
	}
	.member-cont li .off {
		position: relative;
		z-index: 1;
	}
	.member-cont li {
		cursor: pointer;
	}
	.member-cont li {
		position: relative;
	}
	.member-cont li figure:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 490px;
		height: 768px;
	}
	.member-cont li:nth-child(1) figure:after {
		background: url(../images/member04_img_on.jpg) no-repeat;
	}
	.member-cont li:nth-child(2) figure:after {
		background: url(../images/member02_img_on.jpg) no-repeat;
	}
  .member-cont li:nth-child(3) figure:after {
		background: url(../images/member10_img_on.jpg) no-repeat;
	}
  .member-cont li:nth-child(4) figure:after {
		background: url(../images/member08_img_on.jpg) no-repeat;
	}
	.member-cont li:nth-child(5) figure:after {
		background: url(../images/member07_img_on.jpg) no-repeat;
	}
	.member-cont li .on {
		position: absolute;
		top: 0;
		left: 0;
	}
	.member-cont li:hover .off {
		opacity: 0;
	}
	.member-cont li .modal-open {
		font-size: 0;
		opacity: 0;
		position: absolute;
		width: 105px;
		height: 130px;
		bottom: 78px;
		left: 120px;
	}
	.member-cont li:hover .modal-open {
		cursor: pointer;
		z-index: 10;
		opacity: 1;
	}
	.member-cont li:hover:before {
		content: "";
		position: absolute;
		top: -23px;
		left: 10px;
		width: 102px;
		height: 100px;
		background: url(../images/touch_icon.png) no-repeat;
		background-size: 100%;
		z-index: 1;
	}
}
@media (max-width:980px) {
	.member-inner {
		padding-top: 0;
	}
	.member-cont:before {
		border-right: 300vw solid transparent;
		border-top: 89vw solid #00196e;
	}
	.member-tit {
		width: 76vw;
		float: none;
		box-sizing: border-box;
		padding: 10px 0 0 0;
	}
	.member-cont li:nth-child(odd) {
	    margin-top: -122px;
	}
	.member-cont ul {
		padding: 56px 20px 0; 
	}
	.member-tit p {
		width: 59vw;
		margin-top: 0;
	}
	.member-tit p + p {
		width: 21vw;
		margin-left: 20px;
	}
	.member-cont:after {
		border-left: 300vw solid transparent;
		border-top: 89vw solid #00196e;
	}
	.member-cont li {
		cursor: pointer;
	}
	.member-cont li:hover {
		opacity: .5;
	}
	.member-cont {
		padding-bottom: 40px;
	}
	.modal_content {
		margin: 20px 20px 0;
		width: auto;
		left: 0;
		transform: inherit;
		top: 0;
		height: calc(100vh - 40px);
		max-height: 100%;
	}
	.wh-bg {
		padding: 25px 25px 140px 25px;
    	margin: 0 15px 100px;
    	box-sizing: border-box;
    	height: calc(100% - 178px);
    	max-height: 100%;
	}
	.modal a.modal-close {
		bottom: 62px;
	}
	.modal-left,.modal-right {
	    float: none;
	    width: 100%;
	}
	.modal h2 {
		font-size: 18px;
		line-height: 25px;
	}
	.modal h2 + p {
		font-size: 12px;
		line-height: 20px;
	}
	.modal_img01 {
		width: 77%;
		margin: 25px auto 10px;
		max-width: 400px;
	}
	.modal li {
		font-size: 14px;
		padding: 10px 30px 8px;
	}
	.name span {
		font-size: 20px;
	}
	.name {
		font-size: 10px;
		line-height: 17px;
		margin-top: 27px;
	}
	#modal02 .name {
	    position: relative;
	    top: 123px;
	}
	#modal01 .wh-bg:before {
		right: -11px;
	}
	#modal03 .wh-bg:before {
		right: 10px;
	}
	#modal08 .wh-bg:before {
		right: -11px;
	}
	.modal_content > p {
		width: 127px;
		margin: 15px auto 7px;
	}
	.modal ul {
		max-width: 610px;
	}
	#modal01 .name:before,
	#modal03 .name:before,
	#modal06 .name:before,
	#modal08 .name:before,
	#modal07 .name:before {
		bottom: -143px;
	}
	#modal02 .name:before {
		bottom: -18px;
	}
  #modal10 .name:before{
    right: -23px;
    bottom: -140px;
  }
}