/* ------------------------------------------------------------- */
/* mv                                                            */
/* ------------------------------------------------------------- */
.page .mv .outer { background-image: url(../img/aboutus/mv-pc@2x.jpg); }
.page .mv h1 span {
}
.page .mv h1 strong {
	line-height: 1.4;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.1), 
				-1px -1px 10px rgba(0,0,0,0.1), 
				 1px -1px 10px rgba(0,0,0,0.1), 
				-1px 1px 10px rgba(0,0,0,0.1);
}
.page .mv h1 small {
	line-height: 1.6;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5), 
				-1px -1px 5px rgba(0,0,0,0.5), 
				 1px -1px 5px rgba(0,0,0,0.5), 
				-1px 1px 5px rgba(0,0,0,0.5);
}

/* ------------------------------------------------------------- */
/* contents                                                      */
/* ------------------------------------------------------------- */
h2 + p {
	text-align: center;
}
.lead {
	padding: 80px 0;
}
.lead h2 {
	font-size: 30px;
	line-height: 1.7;
	margin-bottom: 30px;
}
.lead h2 + p {
	line-height: 1.875;
}
.team {
	padding: 80px 0 90px;
	background-color: #f1efe1;
}
.team .inner {
	width: 1040px;
	margin: 0 auto;
}
.team h2 {
	font-size: 30px;
	line-height: 1.7;
}
.team h2 + p {
	margin-top: 35px;
	line-height: 1.75;
}
.team .team-image {
	margin-top: 50px;
	border-radius: 5px;
}
.team .team-image img{
	vertical-align: bottom;
}
.team .team-image > strong {
	display: block;
	text-align: center;
	font-weight: bold;
}
.team .hd-ttl {
	margin: 20px 0;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	border-radius: 5px;
}
.team .team-inner {
	width: 490px;
	border-radius: 5px;
	padding: 30px 35px 40px;
	color: #fff;
}
.team .team-inner.left  { background-color: #04CCD2; }
.team .team-inner.right { background-color: #0268B6; }
.team .team-inner .ttl {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.team .team-inner .ttl + p {
	font-size: 14px;
	line-height: 1.85;
	margin-top: 20px;
	text-align: center;
	letter-spacing: 0.025em;
}
.team .team-inner.left .ttl {
	height: 94px;
	line-height: 94px;
}

.team .team-inner.left  .team-baloon { color: #04CCD2; }
.team .team-inner.right .team-baloon { color: #0268B6; }
.team .team-list {
	margin-top: 35px;
}
.team .team-list li {
	width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.team .team-list .team-baloon {
	position: relative;
	padding: 20px 9px;
	background-color: #fff;
	font-size: 14px;
	height: 100px;
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 1.5;
}
.team .team-list .team-baloon::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	display: block;
	width: 14px;
	height: 14px;
	background-color: #fff;
	transform: rotate(45deg) translate(-50%, 7px);
}
.team .team-list .member {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 13px;
	border-radius: 5px;
	height: 80px;
}
.team .team-list .member .icon {
	width: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-right: 13px;
}
.team .left  li:nth-of-type(1) .icon img { width: 30px; }
.team .left  li:nth-of-type(2) .icon img { width: 30px; }
.team .left  li:nth-of-type(3) .icon img { width: 32px; }
.team .left  li:nth-of-type(4) .icon img { width: 29px; }
.team .right li:nth-of-type(1) .icon img { width: 33px; }
.team .right li:nth-of-type(2) .icon img { width: 30px; }
.team .right li:nth-of-type(3) .icon img { width: 30px; }
.team .right li:nth-of-type(4) .icon img { width: 30px; }
.team .team-list .member .txt {
	padding-left: 13px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.team .team-list .member .txt small {
	font-size: 13px;
}
.team .team-list .member .num {
	margin-top: 5px;
	font-size: 14px;
}
.team .team-list .member + p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.4;
}
.team .partnar {
	margin-top: 2px;
	background-color: #506482;
	padding: 40px 40px;
	text-align: center;
	color: #fff;
	flex-wrap:nowrap;
	align-items:center;
}
.team .partnar p {
	width:85px;
	position: relative;
}
.team .partnar p strong {
	font-size: 20px;
	display: block;
    writing-mode: vertical-lr;
	margin:0 auto;
	line-height: 2em;
}
.team .partnar strong + p {
	font-size: 14px;
	margin-top: 20px;
}
.team .partnar-list {
	width:825px;
}
.team .partnar-list li {
	width: 157px;
	margin-bottom: 5px;
}
.team .partnar-list li img {
	width: 100%;
}
@media screen and (max-width:767px) { 
	.team .partnar p strong {
		font-size:12px;
		margin: 0;
	}
}
.knowledge {
	/* padding: 80px 0; */
	padding: 0 0 80px;
}
.knowledge h2 {
	font-size: 30px;
	color: #000;
}
.knowledge h2 + p {
	line-height: 1.75;
	margin-top: 30px;
}
.knowledge ul {
	margin-top: 45px;
}
.knowledge li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.knowledge li a {
	color: #fff;
}
.knowledge li:nth-of-type(n-2) { width: 50%; height: 33vw; }
.knowledge li:nth-of-type(n+3) { width: 33.33%; height: 22vw; }
.knowledge li:nth-of-type(1) { background-image: url(../img/aboutus/occupation-img-01@2x.png); }
.knowledge li:nth-of-type(2) { background-image: url(../img/aboutus/occupation-img-02@2x.png); }
.knowledge li:nth-of-type(3) { background-image: url(../img/aboutus/occupation-img-03@2x.png); }
.knowledge li:nth-of-type(4) { background-image: url(../img/aboutus/occupation-img-04@2x.png); }
.knowledge li:nth-of-type(5) { background-image: url(../img/aboutus/occupation-img-05@2x.png); }
.knowledge ul strong {
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.knowledge ul p {
	width: 300px;
	line-height: 1.625;
	margin-bottom: 30px;
}
.knowledge ul span {
	width: 100%;
	text-align: center;
}
.knowledge ul img {
	width: 24px;
}
.knowledge ul .mordal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100vw;
	height: 100vh;
}
.knowledge ul .mordal .flex {
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
}
.knowledge ul .mordal p {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
}
.knowledge ul .mordal .img img {
	max-width: 1080px;
	width: 80vw;
	height: auto;
}
.knowledge ul .mordal .close-modal {
	position: absolute;
	right: 90px;
	top: 90px;
	width: 50px;
	height: 50px;
}
.knowledge ul .mordal .close-modal img {
	width: 100%;
}
.knowledge .btn {
	width: 500px;
	height: 80px;
	line-height: 80px;
	border-radius: 40px;
	/* margin: 40px auto 0; */
	margin: 0 auto;
}
.feature01, .feature02 {
	padding: 80px 0 90px;
}
.feature01 {
	background-color: #f1efe1;
}
:is(.feature01, .feature02) .inner {
	width: 1040px;
	margin: 0 auto;
}
:is(.feature01, .feature02) h2 {
	font-size: 30px;
	line-height: 1.7;
}
:is(.feature01, .feature02) h2 + p {
	margin-top: 35px;
	line-height: 1.75;
}
:is(.feature01, .feature02) .feature-image {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

@media (max-width: 768px) {

	/* ------------------------------------------------------------- */
	/* mv                                                            */
	/* ------------------------------------------------------------- */
	.page .mv .outer { 
		background-image: url(../img/aboutus/mv-sp@2x.jpg); 
		height: calc(112.5vw + 50px);
	}
	.page .mv h1 span{ margin-bottom:15px;}
.page .mv h1 strong { line-height:1.2; }

	/* ------------------------------------------------------------- */
	/* contents                                                      */
	/* ------------------------------------------------------------- */
	.lead {
		padding: 40px 0;
	}
	.lead .inner {
		width: 90%;
		margin: 0 auto;
	}
	.lead h2 {
		font-size: 24px;
	}
	.lead h2 + p {
		font-size: 14px;
		text-align: left;
	}
	.team {
		padding: 40px 0;
	}
	.team .inner {
		width: 100%;
	}
	.team h2 {
		font-size: 24px;
		width: 90%;
		margin: 0 auto;
	}
	.team h2 + p {
		font-size: 14px;
		width: 90%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.team .team-image {
		padding: 0;
		border: none;
	}
	.team .team-image > strong {
		font-size: 16px;
	}
	.team .hd-ttl {
		border-radius: 0;
		margin-bottom: 0;
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}
	.team .team-inner {
		width: 100%;
		border-radius: 0;
		padding: 30px 5% 40px;
	}
	.team .team-inner .ttl {
		font-size: 18px;
	}
	.team .team-inner.left .ttl {
		height: auto;
		line-height: 1;
	}
	.team .team-list li {
		width: 48%;
	}
	.team .team-list .team-baloon {
		height: 80px;
		font-size: 12px;
		padding: 15px 5px;
	}
	.team .team-list .member {
		padding: 8px;
	}
	.team .left  li:nth-of-type(1) .icon img { width: 25px; }
	.team .left  li:nth-of-type(2) .icon img { width: 25px; }
	.team .left  li:nth-of-type(3) .icon img { width: 27px; }
	.team .left  li:nth-of-type(4) .icon img { width: 29px; }
	.team .right li:nth-of-type(1) .icon img { width: 28px; }
	.team .right li:nth-of-type(2) .icon img { width: 28px; }
	.team .right li:nth-of-type(3) .icon img { width: 25px; }
	.team .right li:nth-of-type(4) .icon img { width: 25px; }
	.team .team-list .member .txt {
		font-size: 12px;
	}
	.team .team-list .member .txt small {
		font-size: 10px;
	}
	.team .team-list .member .num {
		font-size: 11px;
	}
	.team .partnar {
		margin-top: 0;
		padding: 40px 5% 40px 3px;
	}
	.team .partnar strong {
		font-size: 18px;
	}
	.team .partnar-list li {
		width: 31%;
	}
	.knowledge {
	  /* padding: 40px 0; */
		padding: 0 0 40px;
	}
	.knowledge h2 + p {
		padding: 0 20px;
		font-size: 14px;
	}
	.knowledge li:nth-of-type(n-2) { width: 100%; height: 65vw; }
	.knowledge li:nth-of-type(n+3) { width: 100%; height: 65vw; }
	.knowledge ul p {
		/* width: 70vw; */
		width: 100%;
		padding: 0 15%;
		font-size: 14px;
	}
	.knowledge ul .mordal p {
		font-size: 20px;
		width: 100%;
    margin-bottom: 10px;
	}
  .knowledge ul .mordal .img {
    max-height: 77%;
    max-width: 92%;
    overflow-y: scroll;
  }
	.knowledge ul .mordal .img img {
		width: 100%;
		max-width: auto;
	}
  .knowledge ul .mordal .img img.side-scroll {
    width:auto;
    height:70vh;
  }
	.knowledge ul .mordal .close-modal {
		width: 30px;
		height: 30px;
		top: 3%;
		right: 3%;
	}
	.knowledge .btn {
		width: 85%;
	}
	:is(.feature01, .feature02) .inner {
		width: 100%;
	}
	:is(.feature01, .feature02) h2 {
		font-size: 24px;
    width: 90%;
    margin: 0 auto;
	}
	:is(.feature01, .feature02) h2 + p {
		font-size: 14px;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
	}
	:is(.feature01, .feature02) .feature-image {
		width: 90%;
		height: 50vw;
		margin: 50px auto 0;
	}
	:is(.feature01, .feature02) .feature-image img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 375px) {
	.lead h2 {
		font-size: 20px;
	}
}
