@charset "utf-8";
/* font
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700|Oswald:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');

/* reset
---------------------------------------------------------- */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i, dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	list-style: none;
	vertical-align:baseline;
	background:transparent;
}
body{
	padding:0;
	margin:0;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #333;
	font-size: 14px;
	overflow-x: hidden; 
}

/* common
---------------------------------------------------------- */
.container,
.h_wrap,
.f_wrap {
	margin: auto;
	max-width: 1300px;
	width: 96%;
	overflow: hidden;
}

#news_main div.container {
	overflow: initial!important;
}


section {
	padding: 50px 0;
}
img {
	display: block;
	height: auto;
	width: 100%;
}

img.p_logo{
	display: block;
	height: auto;
	width: 100px;
}

img.es_logo{
	display: block;
	height: auto;
	width: 250px;
}

.h_logo img {
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    max-height: 60px !important;
    vertical-align: middle !important;
	margin-top: -5px !important;
}

.h_logo_sp img {
	display:none;
}

a {
	text-decoration: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

#pg-6-1 {

}

/* header
---------------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 110;
	height: 83px;
	background-color: #fff;
	opacity: 90%;
}
.h_wrap {
	overflow: visible;
}
.h_logo {
	float: left !important;
	width: auto !important;
	max-width: 210px !important;
	margin: 20px 0 0 33px !important;
}
#gnav {
	float: right;
}
#gnav ul li {
	float: left;
	padding: 0;
}
#gnav ul li::before{
	display: none;
}
#gnav ul li a {
	position: relative;
	display: block;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	padding: 20px 20px;
	transition: all ease .3s;
	font-size: 16px;
	letter-spacing: 1px;
}
#gnav ul li a:hover{
	color: #fff;
	background: #0f295c;
}
#gnav ul .contact a{
	color: #fff;
	background-color: #22942d;
	padding-left: 24px;
	padding-right: 24px;
	margin: 0 0 0 25px;
}
#gnav ul .contact a:hover{
	background-color: #16671e;
}
#gnav ul li a .eng_nav {
	display: block;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 3px;
}
/* #gnav ul li:hover,
#gnav ul li:hover + li {
	background: none;
}
#gnav ul li:hover + li:last-child {
	background: url(../img/common/ico_gnav_line.png) no-repeat right center;
} */
/* footer
---------------------------------------------------------- */
footer {
	background-color: #0f295c;
}
.f_wrap {
	padding: 34px 0 17px;
}
.f_links_wrap .f_links{
	width: 100%;
	overflow: hidden;
}
.f_links .parent{
	height: auto;
}
.f_links > li {
	margin: 0 3.462% 18px 0;
	float: left;
	width: 22.385%;
}
.f_links li{
	padding: 0;
	text-align: left;
	line-height: initial;
}
.f_links li::before{
	display: none;
}
.f_links > li:nth-child(3){
	height: 175px;
}
.f_links > li:nth-child(4n),
.f_links > li:nth-child(5n),
.f_links > li:nth-child(6n),
.f_links > li:nth-child(7n),
.f_links > li:nth-child(8n){
	margin-right: 0;
}
.f_links > li:nth-child(8n){
	float: right;
}
.f_links li .tit_links {
	display: block;
	padding: 0 3px 7px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom: 1px solid #2f6ea1;
	margin-bottom: 3px;
	transition: all ease .3s;
	position: relative;
}
.f_links li .tit_links::after{
	content: '';
	display: block;
	border-bottom: 1px solid #fff;
	width: 0;
	position: absolute;
	left: 0;
	-webkit-transition: 1s ease;
	transition: 1s ease;
	bottom: -1px;
}
.f_links li .tit_links::after:hover {
	width: 100%;
}
.f_links li .tit_links:hover::after {
	width: 100%;
}
.f_links .sub_links {
	padding: 10px;
}
.f_links .sub_links li {
	padding-left: 15px;
	margin-bottom: 2px;
	background: url(../img/common/arrow01.png) no-repeat center left / 5px;
}
.f_links .sub_links li a {
	color: #fff;
	font-size: 14px;
	transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
}
.f_links .sub_links li a:hover {
	text-decoration: underline;
}
.pmark_wrap {
	width: 100%;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
}
.pmark_wrap .f_wrap{
	padding: 0;
	display: flex;
}
.pmark_wrap .item{
	width: 33.333%;
	float: left;
	padding: 20px 20px 22px 20px;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
}
.pmark_wrap .item:first-child{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.pmark_wrap img {
	margin: 20px auto 0;
	max-width: 96px;
	width: 100%;
}
.pmark_wrap .tit_pmark {
	padding: 7px 10px 8px;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #efefef;
	text-align: center;
}
.pmark_wrap p {
	font-size: 12px;
	padding: 0 5px;
}
.pmark_wrap p:not(:last-of-type) {
	margin-bottom: 10px;
}
.pmark_wrap ul {
	padding: 0 0 0 5px;
}
.pmark_wrap ul li {
	display: table;
	width: 100%;
	font-size: 12px;
}
.pmark_wrap ul li span {
	display: table-cell;
	width: 35px;
}
.pmark_wrap ul li p {
	display: table-cell;
	padding: 0 5px;
}

.copyright {
	color: #fff;
	padding: 11px 0 9px;
	font-size: 12px;
	text-align: center;
	background-color: #011950;
}
.btn-10 {
  color: #435677;
}
.btn-10:before, .btn-10:after,
.btn-10 span:before,
.btn-10 span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background-color: rgba(20, 34, 57, 0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-10:after,
.btn-10 span:before {
  left: auto;
  right: 0;
}
.btn-10 span:before,
.btn-10 span:after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.btn-10:hover {
  color: #c8cdd7;
}
.btn-10:hover:before, .btn-10:hover:after,
.btn-10:hover span:before,
.btn-10:hover span:after {
  width: 250px;
}
.btn-10:active {
  background-color: #22385f;
}

#pagetop {
	position: fixed;
	bottom: 110px;
	right: 20px;
	z-index: 9999;
}

#pagetop a {
	display: block;
	width: 50px;
	background-color: #0f295c;
	border: 1px solid #fff;
	transition: all ease .3s;
}

#pagetop a:hover {
	background-color: #011950;
	border-color: #011950;
	text-decoration: none;
}
/* news_list
---------------------------------------------------------- */
.news_list li{
	border-bottom: 1px solid #e0e0e0;
	padding:0;
	position: relative;
}
.news_list li::before{
	display: none;
}
.news_list a{
	color:#333;
	padding: 10px 36px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}
.news_list span{
	float: left;
}
.news_list .date{
	letter-spacing: 2px;
	font-family: 'Oswald', sans-serif;
}
.news_list .cat{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 7px;
	margin: 0 17px 0 14px;
	position: absolute;
	left: 125px;
}
.cat01{
	background-color: #22942d
}
.cat02{
	background-color: #003349
}
.news_list p{
	display: table;
	padding-left: 74px;
}
.news_list a:hover p{
	text-decoration: underline;
}
.wrap_img img{
	display: inline-block!important;
}
@media screen and (max-width: 1400px) {
	/* common
	---------------------------------------------------------- */
	.h_logo{
		margin-left: 2.5%;
	}
}
/* @media screen and (max-width: 1280px) { */
	/* common
	---------------------------------------------------------- */
/* 	#gnav ul li a {
		padding: 24px 20px;
	}
}
 */
/* ⭕️ 変更後（余白と文字を先回りで縮める） */
@media screen and (max-width: 1280px) {
	/* common
	---------------------------------------------------------- */
	#gnav ul li a {
		padding: 24px 12px; /* 左右の余白を20pxから12pxへギュッと詰める */
		font-size: 14px;    /* 文字サイズを16pxから14pxへ一回り小さくする */
	}
	#gnav ul .contact a {
		margin-left: 10px;  /* お問い合わせボタンの左側の隙間を狭くする */
		padding-left: 15px; /* お問い合わせボタンの内側もスリムに */
		padding-right: 15px;
	}
}
/* @media screen and (max-width: 980px) {
	header {
		height: 70px;
	}
	#gnav ul li a {
		padding: 12px 10px 13px;
	}
	#gnav ul .contact a{
		margin-left: 10px;
		padding: 12px 18px 13px;
	}
	.h_logo img {
		max-height: 43px !important;
		margin-top: -4px !important;
	}
} */
@media screen and (max-width: 980px) {
	header {
		height: 70px;
	}
	/* ★メニュー全体の横幅をさらにコンパクトに引き締める */
	#gnav ul li a {
		padding: 12px 6px 13px !important;   /* 左右の余白を6pxまで詰めて横幅を大幅カット */
		font-size: 12px !important;          /* 文字サイズを12pxにして、物理的に文字幅を縮める */
		letter-spacing: -0.5px !important;  /* 文字間隔をわずかにマイナスにして、重なるのを防ぐ */
	}
	/* ★一番横幅を食っている「お問い合わせボタン」を限界までスリム化 */
	#gnav ul .contact a {
		margin-left: 5px !important;         /* 左側の無駄な隙間を5pxに縮小 */
		padding: 12px 10px 13px !important;  /* ボタン内の左右余白を10pxにしてスリムに */
	}
	/* ★下側の英語を少し小さくして、全体の圧迫感を減らす */
	#gnav ul li a .eng_nav {
		font-size: 9px !important;           /* 9pxに縮小 */
		letter-spacing: 0px !important;
		margin-top: 2px !important;
	}
	.h_logo img {
		max-height: 43px !important;
		margin-top: -4px !important;
	}
}
@media screen and (max-width: 768px) {
	body{
		font-size: 14px;
	}
	/* common
	---------------------------------------------------------- */
	.container,
	.h_wrap,
	.f_wrap {
		min-width: 0;
		width: 95%;
	}
	section {
		padding: 50px 0;
		min-width: 0;
	}
	.tit_sub {
		margin-bottom: 15px;
		font-size: 250%;
		letter-spacing: 3px;
		line-height: 1.2;
	}
	.btn {
		padding: 10px;
		max-width: 200px;
		width: 100%;
		font-size: 70%;
		letter-spacing: 1px;
	}
	.btn::after {
		right: -213%;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block;
	}
	/* header
	------------------------------------------------- */
	header {
		height: 58px;
	}
	.h_logo {
   	   margin-top: 5px;
		  display: none;
	}
	.h_logo img{
		display:none !important;
	}
	.h_logo_sp{
		margin-top: 6px;
		float: left;
		width: 40%;
	}
	.h_logo_sp img{
		display: block;	
		width: auto !important;
		height: auto !important;
		object-fit: contain !important;
		max-height: 50px !important;
		vertical-align: middle !important;
	}
	.menu_sp {
		margin-top: 10px;
		float: right;
		width: 37px;
		border: 1px solid #fff;
		box-sizing: border-box;
		background: #0f295c;
	}
	.menu_sp img {
		width: 35px;
	}
	/* gNav overlay full screen
	------------------------------------------------- */
	#gnav,
	#gnav ul li {
		float: none;
		width: 100%;
	}
	.overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(15, 41, 92, 1);
	}
	.overlay .overlay-close:hover {
		color: #ffffffb3;
	}
	.overlay-fade {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
		-moz-transition: opacity 0.5s, visibility 0s 0.5s;
		-ms-transition: opacity 0.5s, visibility 0s 0.5s;
		-o-transition: opacity 0.5s, visibility 0s 0.5s;
		transition: opacity 0.5s, visibility 0s 0.5s;
		z-index: 100;
	}
	.overlay-fade.open {
		opacity: .93;
		visibility: visible;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
		-ms-transition: opacity 0.5s;
		-o-transition: opacity 0.5s;
		transition: opacity 0.5s;
		z-index: 999;
	}
	.overlay #gnav {
		overflow: hidden;
		border-top: 1px solid #a0bbcf;
	}
	.overlay #gnav ul li {
		border-bottom: 1px solid #a0bbcf;
		background-image: none;
	}
	.overlay #gnav ul li a {
		padding: 8px 0;
		font-size: 80%;
	}
	#gnav ul li a .eng_nav {
		font-size: 90%;
		text-transform: uppercase;
	}
	#gnav_sp a{
		display: block;
		color: #fff;
		font-weight: 700;
		font-size: 120%;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		padding: 9px 0;
		border-bottom: 1px solid #304670;
	}
	#gnav_sp span{
		font-size: 80%;
		font-family: 'Poppins', sans-serif;
		font-weight: 500;
		display: block;
		text-transform: uppercase;
	}
	#gnav_sp li{
		padding: 0;
	}
	#gnav_sp li::before{
		display: none;
	}
	/* news
	---------------------------------------------------------- */
	.news_list li a {
		padding: 12px;
	}

	.news_list li a .date {
		margin: 3px 5px 0 0;
		line-height: 1.6;
	}
	.news_list li a .cat{
		margin: 0 8px;
		line-height: 2;
		left: 100px;
	}
	.news_list p{
		display: block;
		margin-top: 34px;
		text-align: left;
		padding: 0;
	}
	
	/* footer
	---------------------------------------------------------- */
	footer{
		display: flex;
		flex-wrap: wrap;
	}
	.f_wrap {
		padding: 0;
		width: 100%;
		order: 2;
	}
	.pmark_wrap{
		order: 1;
	}
	.f_links li .tit_links {
		padding: 13px 14px;
		font-size: 100%;
		margin: 0;
	}
	.f_links li.parent .tit_links{
		background: url(../img/common/ico_plus.png) center right 15px/10px no-repeat;
	}
	.f_links li.parent.active .tit_links{
		background: url(../img/common/ico_minus.png) center right 15px/10px no-repeat;
	}
	.f_links li .tit_links::after {
		display: none;
	}
	.f_links li .tit_links:hover {
		color: #fff;
	}
	.tit_links01::after {
		width: 100%;
	}
	.f_links li .tit_links:hover::after {
		width: 20px;
	}
	.f_links li .tit_links_sp::after {
		width: 100%;
	}
	.f_links > li {
		width: 49%;
	}
	.f_links > li,
	.f_links > li:nth-child(3n) {
		margin: 0;
		width: 100%;
	}
	.f_links > li:nth-child(even) {
		margin-right: 0;
	}
	.f_links .sub_links {
		padding: 5px;
		margin: auto 10px;
		width: 95%;
		overflow: hidden;
		transition: max-height .5s ease, padding-top .1s ease-in;
		-webkit-transition: max-height .5s ease, padding-top .1s ease-in;
		-moz-transition: max-height .5s ease, padding-top .1s ease-in;
		-ms-transition: max-height .5s ease, padding-top .1s ease-in;
		-o-transition: max-height .5s ease, padding-top .1s ease-in;
		display: none;
}
	.f_links .sub_links.active {
		max-height: 100%;
	}
	.f_links .sub_links li {
		padding-left: 12px;
		line-height: 1.4;
		margin: 0;

	}
	.f_links .sub_links li a {
		font-size: 100%;
		display: block;
		padding: 10px 0;
	}
	.f_links > li:nth-child(3) {
		height: auto;
	}
	.f_links_wrap,
	.pmark_wrap {
		float: none;
		margin: auto;
		width: 100%;
	}
	.f_links li:last-child .tit_links{
		border-bottom: none;
	}
	.active  {
		transition: display .4s ease	;
		-webkit-transition: display .4s ease	;
		-moz-transition: display .4s ease	;
		-ms-transition: display .4s ease	;
		-o-transition: display .4s ease	;
	}
	.pmark_wrap img {
		margin: 0 auto;
		max-width: 76px;
	}
	.pmark_wrap .f_wrap{
		display: block;
	}
	.pmark_wrap .item{
		width: 100%;
		padding: 14px;
		border: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
	.pmark_wrap .tit_pmark {
		margin-bottom: 5px;
		font-size: 85%;
	}
	.pmark_wrap p:not(:last-of-type) {
		margin-bottom: 5px;
	}
	.pmark_wrap p,
	.pmark_wrap ul li span {
		font-size: 80%;
	}
	.copyright {
		padding: 5px;
		order: 3;
		font-size: 70%;
		width: 100%;
		box-sizing: border-box;
	}
	.pmark_wrap .item{
		border: 0;
	}
	.pmark_wrap .item:first-child{
		border-right: 0;
		border-left: 0;
		border-bottom: 0;
		border-top: 1px solid #ddd;
	}
	#pagetop{
		bottom: 50px;
	}
	#pagetop a{
		width: 40px;
	}
}