@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Hanuman:wght@400;700&family=Roboto:wght@300;500&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@font-face {
  font-family: "Hiragino Sans w6";
  src: local("Hiragino Sans"),
    url("../font/Hiragino-Sans-GB-W6.otf") format("opentype") tech(color-COLRv1), url("../font/Hiragino-Sans-GB-W6.otf");
}
@font-face {
  font-family: "Hiragino Sans w3";
  src: local("Hiragino Sans"),
    url("../font/Hiragino-Sans-GB-W3.otf") format("opentype") tech(color-COLRv1), url("../font/Hiragino-Sans-GB-W3.otf");
}
html,
body {
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
    color: #222222;
    font-weight: normal;
}
body {
    font-size: 16px;
    width: 100%;
    line-height: 1.5;
    font-weight: 300;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.font-noto {
	font-family: 'Noto Sans JP', sans-serif;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	color: #2F5051;
	text-decoration: none;
}
p {
	margin: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
}
tr {
	display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
th, td {
	margin: 0;
	display: table-cell;
	vertical-align: inherit;
}
.sp {
	display: none !important;
}
.inner {
	width: 1110px;
	margin: 0 auto;
}
/*header*/
#header {
	padding: 20px 0;
	position: fixed;
	background: #fff;
	width: 100%;
	top: 0;
	z-index: 9999;
}
#header .inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.top_nav {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.top_nav ul li {
	display: inline-block;
}
.top_nav>div>ul>li>a {
	display: block;
	font-size: 20px;
	padding: 0 0 5px 0;
	border-radius: 6px;
	margin-left: 50px;
	position: relative;
	transition: all 0.2s;
}
.top_nav>div>ul>li:last-child>a {
	background: rgb(55,117,143);
	background: linear-gradient(160deg, rgba(55,117,143,1) 0%, rgba(104,153,173,1) 100%);
	color: #fff;
	margin-right: 20px;
	padding: 7px 20px;
}
.top_nav>div>ul>li:last-child>a:before {
	display: none;
}
.top_nav>div>ul>li:last-child>a:hover {
	color: #fff;
	border-radius: 6px;
}
.top_nav>div>ul>li>a:hover {
	border-radius: 0;
}
.top_nav>div>ul>li>a:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	bottom: -20px;
	left: 0;
	transition: all 0.2s;
}
.top_nav ul li a:hover:before,
.top_nav ul li.current-menu-parent a:before,
.top_nav ul li.active a:before {
	background: rgb(55,117,143);
	background: linear-gradient(160deg, rgba(55,117,143,1) 0%, rgba(104,153,173,1) 100%);
	bottom: -5px;
}
.top_nav ul ul {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
    width: 180px;
    overflow: hidden;
}
.top_nav ul ul li {
	display: block;
}
.top_nav ul ul li:first-child {
	margin-top: 33px;
}
.top_nav ul ul a {
	padding: 10px 10px;
	display: block;
	color: #fff;
	background: rgb(55,117,143);
	background: linear-gradient(160deg, rgba(55,117,143,1) 0%, rgba(104,153,173,1) 100%);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.top_nav ul ul a:hover {
	background: rgb(41 101 126);
	background: linear-gradient(160deg, rgb(34 86 108) 0%, rgb(65 110 129) 100%);
}
.top_nav ul ul li:first-child a {
	border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.top_nav li {
    position: relative;
}
.top_nav ul li:hover > ul {
    display: block;
}


.top_lang {
	display: flex;
	position: relative;
	padding-left: 15px;
}
.top_lang:before {
	 content: '';
	 display: block;
	 position: absolute;
	 left: 0;
	 top: 8px;
	 height: 20px;
	 background: #2F5051;
	 width: 2px;
}
.top_lang li a {
	display: flex;
	width: 36px;
	height: 36px;
	background: #DBDBDB;
	color: #fff;
	border-radius: 20px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	font-size: 15px;
}
.top_lang li.current-lang a,
.top_lang li a:hover {
	background: #2F5051;
}

/*sub header*/
#subHeader {
	height: 450px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-size: cover !important;
	margin-top: 105px;
}
#subHeader h1 {
	color: #fff;
	font-size: 38px;
}
#subHeader p {
	color: #fff;
	font-size: 20px;
	position: relative;
}
#subHeader p>span {
	position: relative;
}
#subHeader p>span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 90px;
    height: 3px;
    background: #fff;
}

/*title style*/
.title {
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.title h2 {
	position: relative;
	font-size: 44px;
	margin: 0;
	padding-left: 26px;
	line-height: 1.2;
	font-weight: normal;
}
.title h2:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 16px;
	height: 16px;
	background: #2F5051;
}
.title p {
	font-size: 20px;
	font-weight: 600;
	color: #AFAFAF;
	font-family: "Hiragino Sans";
}
.title p>span {
	position: relative;
}
.title p>span:before {
	content: '';
	display: block;
	position: absolute;
	left: 26px;
	top: 12px;
	width: 134px;
	height: 3px;
	background: #2F5051;
}
.title h2.font-noto {
	font-weight: 500;
}
/*footer*/
#footer {
	background: #2F5051;
	padding: 50px 0 0;
	color: #FFFFFF;
}
#footer .inner {
	display: flex;
}
#footer .col-3 {
	width: calc(100% / 3 - 20px);
	margin-right: 30px;
}
#footer .col-3:last-child {
	margin-right: 0;
}
#footer .col-3:last-child a:before {
	display: none;
}
#footer .ft_logo {
	margin-bottom: 30px;
	display: block;
}
#footer h4 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 400;
}
#footer a {
	color: #fff;
	position: relative;
	display: inline-flex;
}
#footer a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 0px;
    background: #d2d2d2;
    transition: all 0.5s;
}
#footer a:hover:before {
    width: 100%;
}
.ft-contact .item {
	margin-bottom: 50px;
}
.ft-contact .item:last-child {
	margin-bottom: 0;
}
.ft-contact a {
	display: block;
	margin-bottom: 5px;
}
#footer .social {
	margin-top: 30px;
}
#footer .social ul li {
	display: inline-block;
	margin-right: 8px;
}
#footer .social ul li a {
	display: block;
	position: relative;
	transition: all .3s ease-in-out;
}
#footer .social ul li a:before {
	display: none;
}
#footer .social ul li a:hover img {
	transform: scale(1.1);
	transition: all .2s ease-in-out;
}

#footer .contact-table tbody tr th {
	text-align:right;
	font-weight:200;
}
#footer .contact-table tbody tr th:first-child {
	text-align:left;
	font-weight:200;
}
.copyright {
	background: #2B4546;
	padding: 20px 0;
	text-align: center;
	margin-top: 50px;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination span,
.pagination a {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	border: 1px solid rgb(55,117,143);
	border-radius: 3px;
	box-sizing: border-box;
	padding: 5px 10px;
	margin-right: 5px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background: rgb(55,117,143);
	background: linear-gradient(160deg, rgba(55,117,143,1) 0%, rgba(104,153,173,1) 100%);
	color: #fff;
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers  {
	width: auto;
}
.pagination .page-numbers:last-child {
	margin: 0;
}