@charset "UTF-8";

/************************ 共通 ************************/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img {
	display:block;
	border: none;
}
a {
	text-decoration: none;
}
a.nolink {
	display: none;
}
.ms-auto {
	margin-left: auto;
	margin-right: auto;
}
.ta-c {
	text-align: center;
}

html {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}

header {
	background-color: #fff;
	z-index: 1;
}
header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 4rem 0 3.4rem;
	max-width: 1124px;
	transition: .3s;
}
header h1 {
	width: 23.6rem;
	max-width: 53%;
	transition: .3s;
}
header h1 img {
	width: 100%;
}
header nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 43%;
}
header nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 18rem;
}
header nav a {
	color: #004762;
}
header nav a.lang {
	position: relative;
	padding-left: 2rem;
	font-size: 0.75rem;
	line-height: 1;
}
header nav a.lang:before {
	position: absolute;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	top: 50%;
	left: 0;
	content: '';
	width: 1rem;
	height: 1rem;
	background-image: url(../img/lang-link.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
header.sticky {
	position: sticky;
	top: 0;
	left: 0;
	border-bottom: 1px solid #004762;
}
header.sticky .header-inner {
	padding: 1.3rem 0;
}
header.sticky h1 {
	width: 13.6rem;
}

.main a {
	color: #000;
	background: linear-gradient(currentcolor, currentcolor) right bottom / 0 1px no-repeat;
	transition: background-size .1s ease;
}
.main a:hover {
	background-position: left bottom;
	background-size: 100% 1px;
}
.main a.pdf-link:after {
	content: url(../img/pdf-link.svg);
	padding-left: 1rem;
	vertical-align: middle;
}
.main .content .content-box + .content-box {
	margin-top: 4.3rem;
}
.main .content .content-box h3 {
	font-size: 1.1rem;
	font-weight: bold;
}
.main .content .content-box h3 + p {
	margin-top: 1.1rem;
}
.main .content .content-box h3 + ul {
	margin-top: 1.1rem;
}
.main .content .content-box ul {
	padding-left: 2rem;
}
.main .content + .content {
	margin-top: 4.5rem;
}

footer {
	padding: 0.8rem 0 0.9rem;
	background-color: #004762;
}
footer ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.9rem;
	list-style: none;
	line-height: 1;
}
footer ul li a p {
	font-size: 0.9rem;
	color: #fff;
	opacity: .8;
}
footer ul li + li {
	margin-left: 3.3rem;
}

@media screen and (max-width: 599px) {
	.display_pc {
		display: none;
	}
	html {
		font-size: 4vw;
	}

	header .header-inner {
		padding: 2rem 0 1.7rem;
	}
	header nav li {
		font-size: 0.7rem;
	}
	header nav a.lang {
		top: -2.5rem;
		bottom: auto;
	}
	header.sticky .header-inner {
		padding: 0.5rem 0;
	}
}

@media screen and (min-width: 600px) {
	.display_sp {
		display: none;
	}
}




/************************ トップ ************************/
.top .title .kv img {
	width: 100%;
}

.top .main .lead {
	margin: 3.6rem 0 2.7rem;
}


.top .main .content h2 {
	font-size: 1.3rem;
	font-weight: bold;
}
.top .main .content .content-inner {
	max-width: 1060px;
	padding: 3.1rem 1.1rem;
}


.top .main .news .content-inner,
.top .main .details .content-inner {
	display: flex;
}
.top .main .news .content-inner {
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}
.top .main .news h2 {
	width: 9rem;
	max-width: 15%;
}
.top .main .news .news-list {
	min-width: 85%;
	width: calc(100% - 9rem);
}
.top .main .news .news-list > dl {
	display: flex;
	align-items: center;
	max-width: ;
}
.top .main .news .news-list > dl > dt {
	font-size: 0.9rem;
	width: 6rem;
	max-width: 18%;
}
.top .main .news .news-list > dl > dd {
	max-width: 82%;
}
.top .main .news .news-list > dl + dl {
	margin-top: 1.2rem;
}


.top .main .profile {
	background-color: #EFF1F2;
}
.top .main .profile .content-inner {
	padding-bottom: 0;
}
.top .main .profile .profile-list > dl {
	display: flex;
}
.top .main .profile .profile-list > dl > dt {
	width: 10.4rem;
	font-size: 1.3rem;
}

.top .main .profile .profile-list > dl.date {
	margin-top: 2.8rem;
}
.top .main .profile .profile-list > dl.date > dd {
	font-size: 1.3rem;
}

.top .main .profile .profile-list > dl.member {
	margin-top: 2.4rem;
}

.top .main .profile .profile-list > dl.officer-list {
	margin-top: 3.8rem;
}
.top .main .profile .profile-list > dl.officer-list > dt {
	width: 5.9rem;
}
.top .main .profile .profile-list > dl.officer-list > dd {
	width: calc(100% - 5.9rem);
	min-width: ;
}
.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper {
	padding: 1.3rem 3.1rem;
	background-color: #FFF;
	border-radius: 1.9rem;
}
.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper .position,
.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper .officer .company {
	font-size: 0.9rem;
}
.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper .officer {
	display: flex;
	align-items: center;
	margin-top: 0.5rem;
}
.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper .officer .name {
	width: 11rem;
	max-width: 33%;
	font-size: 1.2rem;
	font-weight: bold;
}
.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper .officer .company {
	max-width: 67%;
}
.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper .officer + .officer {
	margin-top: 1.3rem;
}
.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper + .officer-wrapper {
	margin-top: 0.5rem;
}
.top .main .profile .profile-image {
	margin: 4.8rem auto 0;
	padding: 0 1.1rem 3.1rem;
	max-width: calc(1051px + 1.1rem* 2);
}
.top .main .profile .profile-image img {
	width: 100%;
}

.top .main .details h2 {
	width: 6.3rem;
}
.top .main .details .content-box-wrapper {
	margin-top: 5.2rem;
	width: calc(100% - 6.3rem);
}

.top .main .contact {
	background-color: #79A2B1;
}

.top .main .contact .content-inner {
	padding: 4.2rem 1.1rem;
}
.top .main .contact h3,
.top .main .contact a {
	color: #FFF;
}
.top .main .contact h3 {
	display: flex;
	align-items: start;
	justify-content: center;
}
.top .main .contact h3:before {
	content: url(../img/bubble.svg);
	margin-right: 1rem;
}
.top .main .contact a {
	font-size : 1.8rem;
	font-weight: bold;
}


@media screen and (max-width: 599px) {
	.top .main > .lead,
	.top .main > .content {
		padding: 0 1.2rem;
	}
	.top .main .content .content-inner {
		padding: 3.1rem 0;
	}
	.top .main .content .content-box {
		padding: 0;
		max-width: none;
	}


	.top .main .news .content-inner,
	.top .main .details .content-inner {
		display: block;
	}
	.top .main .news .news-list {
		margin-top: 1rem;
		width: 100%;
	}
	.top .main .news .news-list > dl > dt {
		width: 5.5rem;
		max-width: none;
	}
	.top .main .news .news-list > dl > dd {
		width: calc(100% - 5.5rem);
		max-width: none;
	}


	.top .main .profile .content-inner {
		padding-bottom: 0;
	}
	.top .main .profile .profile-list > dl > dt {
		font-size: inherit;
		width: 6rem;
	}

	.top .main .profile .profile-list > dl.date > dd {
		font-size: 1rem;
	}

	.top .main .profile .profile-list > dl > dd {
		width: calc(100% - 6rem);
	}

	.top .main .profile .profile-list > dl.date,
	.top .main .profile .profile-list > dl.member {
		margin-top: 1rem;
	}
	.top .main .profile .profile-list > dl.officer-list {
		margin-top: 2rem;
	}
	.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper {
		padding: 0.6rem;
		border-radius: 0.6rem;
	}
	.top .main .profile .profile-list > dl.officer-list > dt {
		width: 3rem;
	}
	.top .main .profile .profile-list > dl.officer-list > dd {
		width: calc(100% - 3rem);
	}
	.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper .position,
	.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper .officer .company {
		font-size: 0.6rem;
	}
	.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper .officer {
		margin-top: 0;
	}
	.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper .officer .name {
		width: 5.5rem;
		max-width: none;
		font-size: 1rem;
	}
	.top .main .profile .profile-list > dl.officer-list > dd > .officer-wrapper .officer .company {
		width: calc(100% - 5.5rem);
	}
	.top .main .profile .profile-image {
		margin-top: 2.4rem;
		padding: 0 0 3.1rem;
	}

	.top .main .details h2 {
		width: auto;
	}
	.top .main .details .content-box-wrapper {
		margin-top: 1rem;
		width: auto;
	}
}


/************************ プライバシーポリシー ************************/
.privacy_policy .title .page_title {
	padding: 2.5rem 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.privacy_policy .title .page_title h2 {
	max-width: 840px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1;
}
.privacy_policy .main .content .content-inner {
	padding: 4rem 0 6.6rem;
	max-width: 840px;
}

@media screen and (max-width: 599px) {
	.title .page_title {
	}
	.title .page_title h2 {
		padding: 0 5vw;
		font-size: 6vw;
	}
}