@charset "utf-8";

* {
	max-width: 100%;
	box-sizing: border-box;
	transition-duration: .3s;
}

a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p {
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font: normal normal normal 16px/32px 'Noto Sans JP', sans-serif;
	letter-spacing: 0.8px;
}

body {
	background-color: white;
	color: #333;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: inherit;
}

a:hover {
	opacity: .4;
}

a:visited {
	color: inherit;
	text-decoration: inherit;
}

img {
	display: block;
}

p {
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 32px;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

h2 {
	border-bottom: 1px solid #002060;
	font-weight: 500;
	font-size: 40px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	color: #002060;
}

.container {
	margin: 0 auto;
	width: 1240px;
	max-width: 90%;
}

@media screen and (max-width: 980px) {
	img {
		max-width: 100%;
	}

	p,
	a {
		font-size: 14px;
		line-height: 1.8;
	}

	h2 {
		font-size: 26px;
		padding-bottom: 6px;
		margin-bottom: 16px;
	}
}

/* header */
header {
	top: 0;
	z-index: 99999;
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 90px;
	padding-top: 20px;
}

header .container {
	width: 90%;
}

.header-content {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header-menu {
	cursor: pointer;
}

.header-navigation,
.header-navigation-list {
	transition-duration: unset;
}

.header-navigation-list li {
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
	list-style: none;
	margin-left: 20px;
}

.header-navigation-list li a:hover {
	color: #2e42aa;
}

@media screen and (min-width: 981px) {

	.header-container {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.header-menu {
		visibility: collapse;
	}

	.header-navigation-list ul {
		display: flex;
	}

}

@media screen and (max-width: 980px) {

	header {
		height: 60px;
		padding-top: 12px;
	}

	.header-menu {
		visibility: visible;
	}

	#header-navigation {
		transition-duration: unset;
		margin-top: 10px;
		position: absolute;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
	}

	.header-menu div {
		height: 2px;
		width: 30px;
		margin: 8px 0;
		background-color: #002060;
	}
	
	.header-menu.open div:nth-of-type(1) {
		transform: rotate(45deg) translateY(7px);
	}

	.header-menu.open div:nth-of-type(2) {
		transform: rotate(-45deg) translateY(-7px);
	}

	.header-navigation {
		background-color: rgba(0, 32, 96, 0.9);
		color: white;
		display: none;
	}

	.header-navigation-list ul {
		display: block;
		padding: 10px 0;
	}

	.header-navigation-list li {
		margin: 0;
		text-align: left;
		border-bottom: 1px solid #fff;
	}

	.header-navigation-list li a {
		display: block;
		padding: 10px 10%;
	}

	.header-logo {
		width: 200px;
	}

}

.drop .drop-menu {
	display: none;
	position: absolute;
	transition-duration: unset;
}

.drop .drop-menu li {
	margin: 0;
}

.drop .drop-menu li a {
	display: block;
	padding: 10px;
	background-color: rgba(0, 32, 96, 0.8);
	color: #fff;
}

.drop .drop-menu li a:hover {
	color: #fff;
	background-color: #002060;
	opacity: 1;
}

@media screen and (max-width: 980px) {
	.drop .drop-menu {
		display: block;
		position: relative;
		padding: 0 0 10px;
	}

	.drop .drop-menu li {
		border: none;
	}

	.drop .drop-menu li a {
		position: relative;
		background: unset;
		padding: 6px 15%;
	}

	.drop .drop-menu li a::before {
		content: "";
		position: absolute;
		left: 12%;
		top: 50%;
		transform: translateX(-50%);
		width: 6px;
		height: 1px;
		background-color: #fff;
	}
}

.mv {
	padding-top: 90px;
}

.mv img {
	width: 100%;
}

@media screen and (max-width: 980px) {
	.mv {
		padding-top: 70px;
	}
}

.information {
	padding: 80px 0;
}

.information {
	background-image: url(../img/bg_info.svg);
	background-repeat: no-repeat;
	background-position: 100% top;
}

.information ul li a {
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid #dfdfdf;
}

.information ul li .date {
	color: #002060;
	font-weight: 500;
}

.information ul li .date .new {
	color: #FF0404;
	margin: 0 40px;
}

@media screen and (max-width: 980px) {
	.information {
		background-size: auto 40px;
		padding: 40px 0;
	}

	.information ul li .date {
		display: block;
	}
}

.business {
	background-image: url(../img/bg_buss.svg);
	background-repeat: no-repeat;
	background-position: 100% top;
	padding-top: 60px;
	margin-top: 40px;
	background-color: #FBFBFC;
	padding-bottom: 100px;
}

.business ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.business ul li {
	width: 32%;
}

.business ul li a {
	display: block;
}

.business ul li a p {
	padding-top: 20px;
	display: flex;
}

.business ul li a .more {
	margin-left: auto;
}

@media screen and (max-width: 980px) {
	.business {
		background-size: auto 40px;
		padding: 40px 0;
	}

}

@media screen and (max-width: 768px) {
	.business ul li {
		width: 400px;
		margin: 0 auto 20px;
	}

	.business ul li a>img {
		width: 100%;
	}
}

.works {
	padding: 80px 0;
}

.works h2.works_h2 {
	display: none;
}

.works .container {
	display: flex;
	justify-content: space-between;
	background-image: url(../img/bg_works.svg);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	align-items: center;
}

.works .container h2 {
	border: none;
	padding: 0;
	width: 38%;
}

.works ul {
	width: 62%;
}

.works ul li {
	margin: 10px 0;
}

@media screen and (max-width: 980px) {
	.works {
		background-size: auto 40px;
		padding: 40px 0;
		background-image: url(../img/bg_works_p.svg);
		background-repeat: no-repeat;
		background-position: 100% top;
	}

	.works h2.works_h2 {
		display: block;
	}

	.works .container {
		display: block;
		background-image: none;
	}

	.works .container h2 {
		display: none;
	}

	.works ul {
		width: 100%;
	}
}

.p-contact_bnr {
	margin-top: 180px;
}

@media screen and (max-width: 980px) {
	.p-contact_bnr {
		margin-top: 40px;
	}
}

/* footer */
footer {
	padding: 40px 0;
}

footer .ul_wrp {
	display: flex;
	justify-content: center;
}

footer .ul_wrp ul li {
	padding: 0 30px;
	font-size: 14px;
}

footer .ul_wrp ul li.sub_fmenu {
	margin-left: 20px;
}

footer .ul_wrp ul li a {
	color: #002060;
}

footer .copy {
	margin-top: 40px;
	text-align: center;
}

footer .copy p {
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	footer {
		padding: 20px 0;
	}

	footer .ul_wrp {
		display: none;
	}

	footer .copy {
		margin-top: 0;
	}

	footer .copy p {
		font-size: 10px;
	}
}

/* 下層 */

.sub_mv {
	margin-top: 90px;
	position: relative;
	height: 350px;
}

.sub_mv .container {
	display: block;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}

.sub_mv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sub_mv h1 {
	font-size: 40px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.8);
}

.p-content {
	padding: 80px 0 0;
}

.p-content ul {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-content ul li {
	width: 32%;
}

.p-information .information .container {
	min-height: 60vh;
}

.p-information.p-info_sub h2{
	font-size: 24px;
	padding-bottom: 10px;
}

@media screen and (max-width: 980px) {
	
	.sub_mv {
		margin-top: 60px;
		height: 40vw;
	}

	.sub_mv img {
		height: 40vw;
		object-fit: cover;
		object-position: right;
	}

	.sub_mv h1 {
		font-size: 30px;
	}

	.p-content {
		padding-top: 40px;
	}

	.p-content ul {
		margin-top: 10px;
	}

	.p-information.p-info_sub h2{
		font-size: 18px;
		padding-bottom: 6px;
		line-height: 1.6;
	}
}

/* company */

.p-conpany_upper {
	display: flex;
	align-items: end;
	gap: 30px;
	justify-content: space-between;
	padding-bottom: 60px;
}

.p-company01 {
	background-image: url(../img/bg_company.svg);
	background-repeat: no-repeat;
	background-position: 100% top;
	padding-top: 80px;
	margin-bottom: 100px;
}

.p-company01 .p-conpany_upper .f_right ul {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.p-company01 .p-company_lower ul {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.p-company01 .p-company_lower ul li p {
	text-align: center;
}

table {
	margin: 40px 0 80px;
}

table tr th {
	border: none;
	padding: 20px;
	border-bottom: 2px solid #002060;
	width: 230px;
	max-width: 26%;
	text-align: left;
	padding-left: 20px;
}

table tr td {
	border: none;
	padding: 20px;
	border-bottom: 1px solid #999;
}

@media screen and (max-width: 980px) {

	table tr th,
	table tr td {
		display: block;
		width: 100%;
		max-width: unset;
		padding: 4px 10px;
		border: none;
		font-size: 14px;
		line-height: 1.8;
	}

	table tr th {
		background: #002060;
		color: #fff;
	}

	table tr td {
		padding-bottom: 20px;
	}
}

.p-company02 {
	margin-bottom: 100px;
}

.p-company02 img {
	display: block;
	margin: auto;
	width: 540px;
	max-width: 100%;
}

@media screen and (max-width: 980px) {

	.p-conpany_upper {
		display: block;
		padding-bottom: 40px;
	}

	.p-conpany_upper .f_left img {
		display: block;
		margin: 0 auto 20px;
		width: 400px;
	}

	.p-company01 {
		background-size: auto 40px;
		padding-top: 40px;
	}
}

@media screen and (max-width: 768px) {

	.p-company01 .p-conpany_upper .f_right ul {
		flex-wrap: wrap;
		gap: unset;
		justify-content: center;
	}

	.p-company01 .p-conpany_upper .f_right ul li {
		width: 49%;
		margin-bottom: 10px;
	}

	.p-company01 .p-conpany_upper .f_right ul li:nth-child(1) {
		margin-right: 2%;
	}

	.p-company01 .p-company_lower ul {
		flex-wrap: wrap;
		gap: unset;
	}

	.p-company01 .p-company_lower ul li {
		width: 49%;
	}

}

.p-business .p-content:nth-of-type(2) {
	background-image: url(../img/bg_buss.svg);
	background-repeat: no-repeat;
	background-position: 100% top;
}

@media screen and (max-width: 768px) {

	.p-business .p-content:nth-of-type(2) {
		background-size: auto 40px;
		padding-top: 40px;
	}

	.p-business .p-content ul {
		justify-content: center;
	}

	.p-business .p-content ul li {
		width: 49%;
		margin-bottom: 6px;
	}

	.p-business .p-content ul li:nth-child(1) {
		margin-right: 2%;
	}

	.p-business .p-content ul li a {
		background-size: 20px;
		background-position: 96% center;
	}
}

.p-works .p-content:nth-of-type(2) {
	background-image: url(../img/bg_works_p.svg);
	background-repeat: no-repeat;
	background-position: 100% top;
}

.p-works .p-content ul li {
	width: 23%;
	margin-bottom: 20px;
}

.p-works .p-content ul li a {
	display: block;
	background-image: url(../img/pdf.svg);
	background-size: 30px;
	background-position: 100% center;
	background-repeat: no-repeat;
	padding: 10px 0;
	font-weight: 500;
	border-bottom: 1px solid #002060;
}

@media screen and (max-width: 768px) {

	.p-works .p-content:nth-of-type(2) {
		background-size: auto 40px;
		padding-top: 40px;
	}

	.p-works .p-content ul li {
		width: 48%;
	}

	.p-works .p-content ul li a {
		background-size: 20px;
		background-position: 96% center;
	}
}