@charset "utf-8";
#second-nav {
	margin-bottom: 0;
}
@media all and (min-width: 768px) {
	#second-nav h2 a {
		background: none;
	}
	#second-nav nav a.nav:hover {
		border-bottom: none;
	}
}
.h2-section {
	overflow: hidden;
}
.main-img {
	margin-bottom: 15px;
}
.top-txt {
	margin-bottom: 125px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.img-box {
	margin-bottom: 148px;
	position: relative;
}
.img-box::after {
	position: absolute;
	right: 200px;
	top: -80px;
	width: 1046px;
	height: 398px;
	background: url(../img/bg.jpg) no-repeat right top / auto 100%;
	content: '';
}
.img-box .photo-box {
	margin: 0 28px 0 25px;
	position: relative;
	z-index: 2;
}
.img-box .photo-box img {
	width: 100%;
	position: relative;
	z-index: 1;
	border: 1px solid #fff;
}
.img-box .photo-box::after {
	position: absolute;
	right: -28px;
	bottom: -26px;
	width: 479px;
	height: 78px;
	background: #72c2b4;
	content: '';
}
.img-box .text-box {
	position: relative;
	z-index: 2;
}
.img-box h3 {
	margin-bottom: 37px;
	font-size: 33px;
	color: #1f53a2;
}
.img-box p {
	margin-bottom: 32px;
}
.img-box .link a {
	padding: 10px 32px;
	display: flex;
	position: relative;
	align-items: center;
	width: 325px;
	height: 72px;
	color: #000;
	background: url(../shared/img/arrow01.png) no-repeat right 23px center / 12px;
	border: 2px solid #008fd4;
	box-sizing: border-box;
	transition: all 0.2s cubic-bezier(.8, .05, .43, 1.04);
}
.img-box .link a::after {
	width: 0;
	height: 100%;
	background: #008fd4;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all 0.2s cubic-bezier(.8, .05, .43, 1.04);
	content: '';
	z-index: -1;
}
.img-box.left::after {
	display: none;
}
.img-box.left .photo-box::after {
	left: -25px;
	width: 495px;
	height: 136px;
}
.img-box.left .text-box {
	margin-top: 15px;
	order: 2;
}
.staff {
	margin-top: -17px;
}
.staff h3 {
	margin-bottom: 40px;
	font-size: 33px;
	color: #1f53a2;
	border-bottom: 7px solid #cecece;
}
.staff h3 span {
	margin-bottom: -7px;
	padding: 0 7px 22px 0;
	display: inline-block;
	border-bottom: 7px solid #79c0ed;
}
.staff h4 {
	margin-bottom: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 27px;
	font-weight: bold;
}
.staff .link-list a {
	display: block;
	color: #000;
}
.staff .link-list p > strong {
	font-size: 20px;
	padding-right: 5px;
}
.staff .txt-box p > strong {
	font-size: 16px;
	padding-right: 5px;
}
.staff .link-list .pho {
	overflow: hidden;
	position: relative;
}
.staff .link-list .pho::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 7px;
	height: 30px;
	background: #343434;
	z-index: 10;
}
.staff .link-list .pho::after {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../shared/img/icon03.png) no-repeat center center / 22px;
}
.staff .link-list .pho img {
	width: 100%;
	transition: all 0.6s;
}
.staff .link-list p {
    padding: 22px 0 3px 15px;
    font-size: 16px;
    border-left: 7px solid #49ad9b;
}
.staff .link-list p.name {
	padding: 0 0 0 15px;
	font-size: 16px;
	border-left: 7px solid #49ad9b;
}
.staff .link-list p span {
	margin-bottom: 8px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.staff .staff-inner {
	margin: -7px 0 132px;
	display: block;
	position: relative;
}
.staff .staff-inner::after {
	position: absolute;
	width: 9999px;
	left: 50%;
	bottom: -20px;
	height: 220px;
	background: #d3e5ff;
	content: '';
	transform: translateX(-50%);
	z-index: -1;
}
.staff .staff-inner .pho::before {
	display: none;
}
.staff .staff-inner p {
	padding: 0 0 0 17px;
	line-height: 1.8125;
}
.staff .staff-inner .title {
	padding: 5px 0 50px;
	border: none;
	font-size: 18px;
	font-weight: bold;
}
.staff .staff-inner .title span {
	margin: -7px 0 0;
	font-size: 24px;
}
.staff-inner p.note{
	font-size: 14px;
}

@media all and (min-width: 768px) {
	.img-box {
		display: flex;
		justify-content: space-between;
	}
	.img-box .photo-box {
		width: 514px;
	}
	.img-box .link a:hover {
		color: #FFF;
		background-image: url(../shared/img/arrow02.png);
	}
	.img-box .link a:hover::after {
		width: 100%;
	}
	.staff .link-list a:hover .pho img {
		/*transform: scale(1.2);*/
		transform: scale(1.1);
	}
	.staff .link-list {
		margin-bottom: 25px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.staff .link-list > li {
		margin-bottom: 60px;
		width: calc(50% - 8px);
	}
	.staff .staff-inner {
		margin-bottom: 132px;
	}
	.staff .staff-inner a {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.staff .staff-inner .pho {
		width: 580px;
	}
	.staff .staff-inner .txt-box {
		width: 380px;
	}
	.img-box .text-box {
		margin-top: 7px;
		width: 400px;
	}
}
	@media all and (-ms-high-contrast:none) {
		.img-box .photo-box {
			margin-right: -11px !important;
		}
	}

@media all and (max-width: 767px) {
	.main-img {
		margin-bottom: 40px;
	}
	.top-txt {
		margin: 0 5px 86px;
		font-size: 17px;
		text-align: left;
		line-height: 32px;
		color: #2a3c5e;
	}
	.img-box {
		margin-bottom: 110px;
	}
	.img-box::after {
		top: -47px;
		right: -18px;
	}
	.img-box .text-box {
		margin: 0 35px 53px 0;
	}
	.img-box h3 {
		margin-bottom: 23px;
		font-size: 23px;
	}
	.img-box p {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 26px;
	}
	.img-box .link a {
		padding: 10px 20px;
		width: 264px;
		height: 53px;
		font-size: 16px;
		background-size: 12px;
		background-position: right 12px center;
	}
	.img-box .photo-box {
		margin: 0 -18px 0 17px;
	}
	.img-box .photo-box img {
		border: none;
	}
	.img-box .photo-box::after {
		left: -17px;
		bottom: -18px;
		right: 0;
		width: auto;
	}
	.img-box.left .photo-box::after {
		left: -17px;
		height: 76px;
	}
	.staff {
		margin-top: -2px;
	}
	.staff h3 {
		margin-bottom: 42px;
		font-size: 23px;
	}
	.staff h3 span {
		padding: 0 0 16px 0;
	}
	.staff h4 {
		margin-bottom: 28px;
		font-size: 20px;
	}
	.staff .link-list {
		margin-bottom: 50px;
	}
	.staff .link-list li {
		margin-bottom: 32px;
	}
	.staff .link-list p {
		padding: 10px 0 3px 10px!important;
		line-height: 1.4;
	}
	.staff .link-list p span {
		margin-bottom: 2px;
		font-size: 16px;
	}
	.staff .link-list p > strong {
	font-size: 17px;
	}
	.staff .staff-inner {
		margin: 0 0 120px;
	}
	.staff .staff-inner .pho {
		margin-bottom: 2px;
	}
	.staff .staff-inner p {
		padding: 0 0 0 13px;
		line-height: 1.8;
	}
	.staff .staff-inner .title {
		padding: 10px 0 12px 3px;
		font-size: 14px;
	}
	.staff .staff-inner .title span {
		margin: -1px 0 0;
		font-size: 18px;
	}
	.staff .staff-inner::after {
		top: 22vw;
		height: auto;
		bottom: -10px;
		background: #d3e5ff;
	}
}

@media all and (max-width: 374px) {
	.top-txt {
		font-size: 15px;
	}
	.staff .link-list p {
		font-size: 13px;
	}
	.staff .link-list p span {
		font-size: 14px;
	}
}