@charset 'UTF-8';

@import url("./html5reset-1.6.1.css");
@import url("./drawer.css");
@import url("./custom.css");
@import url("./ui.tabs.css");
@import url("./entry.css");

@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");

/* ---------------------------------------------------------------------
共通
--------------------------------------------------------------------- */

body{
	font-family: YakuHanJP,'Noto Sans JP','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0;
	padding:0;
	position: relative;
	background:url(../img/background.jpg) center center no-repeat fixed;
	background-size:cover;
	padding-top: 100px;
}
body.second{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
body.second > *:nth-child(2 of *){
	flex: 1;
}
@media screen and (max-width:738px){
	body{
		padding-top: 80px;
	}
}
*{
	box-sizing: border-box;
}


a:link {
	color: #2aa369;
	text-decoration: none;
}
a:hover {
	color: #95bc2e;
	text-decoration: underline;
}
a:visited {
	color: #2aa369;
	text-decoration: none;
}
a:active {
	color: #2aa369;
	text-decoration: none;
}

a img{
	border:none;
}
.clear{
	clear:both;
}
.clear:after {
  clear: both;
  content: '';
  display: block;
}
img{
-webkit-backface-visibility: hidden;
}

.hidden_cat{
	display:none;
}


/* ---------------------------------------------------------------------
SP用display:none;
--------------------------------------------------------------------- */

.sp_hd_wrap{
	display:none;
}
.slidemenu {
	display:none;
}
.spbr{
	display:none;
}
.pc{
	display:block !important;
}
.sp{
	display:none !important;
}
.tab{
	display:none !important;
}



/* ------------------------------画面の横幅が800px以下 (タブレット) ------------------------------*/
@media screen and (min-width:641px) and (max-width:800px){


/*タブレット用　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.tab{
	display:block !important;
}



}


/* ------------------------------画面の横幅が738px以下 (スマホ) ------------------------------*/
@media screen and (max-width:738px){

/*SP用display:none;■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.sp{
	display:block !important;
}
.pc{
	display:none !important;
}
.tab{
	display:none !important;
}


}

/* ---------------------------------------------------------------------
タグリセット
--------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,div,ul,li,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ol li {
	list-style:none;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align:baseline;
}
table,tr,td{
	border-collapse: separate;
}

/* ---------------------------------------------------------------------
ローディング
--------------------------------------------------------------------- */
#loader_wrap {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	text-align: center;
}
#loader_wrap .loading_ani:after {
	width: 50px;
	height: 50px;
	content: '';
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	display: block;
	background: url(../images/bx_loader.gif) center center no-repeat;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */

.fixed_hd{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	margin:0 auto;
	background:#FFF;
	/* border-top:#2aa369 5px solid; */
	z-index:101;
	height: 100px;
}


header{
	width:100%;
}
.hd_wrap {
	width:100%;
	padding:0;
	margin:0 auto;
}
.hd_box{
	width:94%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}


.logo{
	width:40.75%;
	margin:12px 0 17px 0;
}
.logo img{
	width:100%;
	max-width:432px;
	height:auto;
}


.hd_right{
}
.hd_smenu{
	display:flex;
	justify-content:flex-end;
}
.hd_smenu a{
	display:block;
	font-size:12px;
	color:#FFF;
	background:#2aa369 url(../img/arrow_white.png) 8px center no-repeat;
	padding:3px 10px 6px 17px;
	transition:0.3s;
	text-decoration:none;
}
.hd_smenu a:hover{
	background:#598fd8 url(../img/arrow_white.png) 8px center no-repeat;
}
.gheader{
	transition: .3s;
}
.gheader.scrolled{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.gheader a:hover{
	text-decoration: none;
}
.gheader_in{
	width: calc(94% - 0px);
	/* width: calc(94% - 180px); */
	height: 100%;
	margin-inline: 3%;
	padding-bottom: 15px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.gheader .logo_wrap{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding-top: 15px;
}
.gheader .logo_wrap .logo_symbol{
	/* width: 9%; */
}
.gheader .logo_wrap .logo_pizes{
	/* width: clamp(280px, 34%, 370px); */
	height: 50px;
}
.gheader .logo_wrap .logo_pizes_txt{
	width: clamp(280px, 34%, 370px);
	padding-top: 8px;
	/* height: 50px; */
}
.gheader .logo_wrap .logo_jstra{
	/* width: 19%;
	max-width: 263px; */
	margin-left: 1%;
}
.gheader .logo_wrap img{
	width: 100%;
	height: 100%;
}
.gheader .logo_sec{
	display: contents;
}
.gheader .logo_symbol{
	display: flex;
	align-items: center;
	justify-content: center;
}
.gheader .nav{

}
.gheader .nav_list{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 2em;
	padding-bottom: .2em;
}
.gheader .nav_item{

}
.gheader .nav_item a{
	font-size: 18px;
	font-weight: 600;
	color: initial;
	padding-bottom: .1em;
	position: relative;
	color: #333;
}
.gheader .nav_item a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	height: 1px;
	background-color: #333;
	transition: 0.3s;
}
.gheader .nav_item a:hover::after{
	width: 100%;
}
.gheader .nav_item a.is-active::after{
	width: 100%;
}
.gheader .nav_contact{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #01135D;
}
.gheader .nav_contact a{
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	line-height: 1.3;
	z-index: 1;
}
.gheader .nav_contact a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	transform-origin: 50% 0%;
	transform: scaleY(0);
	transition: transform ease 0.4s;
	z-index: -2;
}
.gheader .nav_contact a:hover::after{
	transform: scaleY(1);
    transform-origin: 50% 100%;
}
.gheader .nav_contact a:hover{
	color: #01135D;
}
.drawer-navbar-header{
	height: 0;
}
@media screen and (max-width:738px){
	.gheader .nav_contact{
		display: none;
	}
	.gheader .nav_list{
		display: none;
	}
	.gheader_in{
		width: calc(100% - 9% - 3% - 6vw);
		padding-block: 10px 5px;
		margin-left:3%;
	}
	.gheader .logo_sec{
		display: none;
	}
	.gheader .logo_sp{
		width: 215px;
		margin-left: 2vw;
	}
	.gheader .logo_wrap{
		position: initial;
		display: flex;
		align-items: center;
		height: 100%;
		padding-top: 0;
	}
	.gheader .logo_symbol{
		flex-shrink: 0;
		width: 78px;
	}
	.drawer-navbar-header{
		position: initial;
	}
	.drawer-hamburger{
		height: 100%;
		padding-top: 0;
		padding-bottom: 0;
		position: absolute;
		top: 0;
	}
	.gheader .logo_wrap .logo_pizes{
		/* width: 280px; */
		padding-top: 0;
	}
	.gheader .logo_wrap .logo_pizes_txt{
		width: 280px;
		padding-top: 0;
	}
}

/* ---------------------------------------------------------------------
ヘッダー mainページカスタム
--------------------------------------------------------------------- */
.main.gheader .logo_wrap {
	padding-top: 0;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.main.gheader .logo_wrap .logo_pczes {
	width: clamp(300px, 46%, 500px);
	padding-top: 0px;
}
@media screen and (max-width:738px){
	.main.gheader .logo_wrap {
		justify-content: flex-start;
	}
	.main.gheader .logo_wrap .logo_pczes {
		padding-top: 5px;
	}
}

/*会員ログイン*/
.member_box form{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin-top:18px;
}
.member_box form span{
	font-size:1vw;
	font-weight:bold;
	padding-right:7px;
}
.member_box form span::before{
	content:"-";
	color:#e10915;
	padding-right:3px;
}
.member_box form input{
	width:20%;
	margin-right:10px;
}
.member_box form input.login_bt{
	width:101px;
}
@media screen and (max-width:738px){
	.member_box form input.login_bt{
		width:22%;
		height: auto;
	}
}






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

/*body==================================*/
body{
	min-width:100%;
}


/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */


.hd_box{
	width:100%;
	background:#FFF;
	margin:0 auto;
	display:flex;
	justify-content:flex-start;
	flex-direction:column;
}

.hd_smenu{
	display:none;
}



.fixed_hd{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 80px;
	max-height: 80px;
	margin:0 auto;
	background:#fff;
	z-index:100;
}
header{
	width:100%;
}
.hd_wrap {
	width:100%;
	padding:0;
	margin:0 auto;
}
.logo {
    width: 70%;
    float: none;
    margin: 3.5vw 0 0 2%;
}

.hd_right{
	width:96%;
	margin:0 auto;
}

.member_box form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5px;
		margin-bottom:5px;
}
.member_box form span {
    font-size: 3vw;
    font-weight: bold;
    padding-right: 7px;
    word-break: keep-all;
}

}







/*hd_nav*/
.hd_nav{
	width:98%;
	margin:0 auto;
}

.hd_nav .pc ul{
	width:100%;
	display: flex;
	justify-content:center;
}

.hd_nav li{
	text-align:center;
	padding:0 2% 0;
	margin-bottom:20px;
	border-left:#e3e3e3 1px solid;
}
.hd_nav li:last-child{
	border-left:#e3e3e3 1px solid;
	border-right:#e3e3e3 1px solid;
}
.hd_nav li a{
	font-size: 1.4vw;
	font-weight:bold;
	width:100%;
	height:100%;
	color:#444;
	text-decoration:none;
	transition:0.3s;
	border-bottom:#fff 2px solid;
}
.hd_nav li a:hover{
	border-bottom:#e10915 2px solid;
}
.hd_nav li a.active{
	border-bottom:#e10915 2px solid;
}

@media screen and (max-width:738px){
.hd_nav ul{
	width:100%;
	/*display: flex;
	justify-content:flex-start;
	flex-direction:column;*/
}
.hd_nav li{
	text-align:left;
	padding:0;
	margin-bottom:0px;
	border-left:none;
}
.hd_nav li:last-child{
	border-left:none;
	border-right:none;
	line-height: 1.4;
}
.hd_nav li a{
	font-size: 16px;
	font-weight:bold;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	transition:0.3s;
	border-bottom:none;
}

.hd_nav li a:hover{
	border-bottom:none;
}
.hd_nav li a.active{
	border-bottom:none;
}


}




.drawer-menu > li:hover ul.megamenu {
max-height: 9999px;
opacity: 1;
padding:2%;
}
.megamenu {
background: #3e3e3e;
max-height: 0;
opacity: 0;
overflow: hidden;
position: absolute;
top: 4vw;
left: 0;
transition: all .2s ease-in;
z-index: 999;
width: 100vw !important;
  /*left: 34%;
  transform: translateX(-50%);*/
margin-left: calc(((100vw - 100%) / 1) * -1);
margin-right: calc(((100vw - 100%) / 1) * -1);
}
.megamenu li{
	font-size:1.1vw;
	display:block;
	margin-left:1%;
	margin-right:0;
  text-align: left;
	transition: all  0.3s ease;
	padding:1%;
	position: relative;
}

/*資格一覧*/
#m3 ul li:nth-child(4){
	clear:both;	
}
#m3 ul ul{
	width:96% !important;
	float:left;
	clear:both;	
}

/*3階層*/

.hd_nav ul ul li.sub ul.megamenu{
	display:block !important;
}
.hd_nav ul ul ul.megamenu{
	display:none;
}

.hd_nav ul ul ul.megamenu {
background: #3e3e3e;
max-height: 0;
opacity: 0;
overflow: inherit;
position: static;
top: 4vw;
left: 0;
transition: all .2s ease-in;
z-index: 999;
width: 100% !important;
  /*left: 34%;
  transform: translateX(-50%);*/
margin-left: 0;
margin-right: 0;
margin-top:10px;
}
.hd_nav ul ul ul.megamenu li{
float:none;
padding:0;
line-height: 1.8;
}
/*ul ul li:hover > ul.megamenu{
	background:#999;
}
ul ul li:hover > ul.megamenu li:hover{
	background:#3e3e3e;
}*/
.core,.infrastructure,.cybersecurity,.additional_professional{
width:20% !important;
}

/*.megamenu li:last-child{
	margin-left:1%;
	margin-right:0;
}*/
.megamenu li::before{
	content:"- ";
	color:#FFF;
}
.megamenu li:hover{
	background:#999;
}
.megamenu li a:hover{
	border:none;
}

@media screen and (max-width:738px){
/*.hd_nav li{
	float:left;
	font-size: 1.2vw;
	margin:0 5% 0 0;
	padding-bottom: 0;
}
.megamenu {
	position:static !important;
	opacity: 1;
	width:100%;
	left:0;
	right:0;
  transform: translateX(0);
	margin-left: 0;
	margin-right: 0;
}
.drawer-menu > li:hover .megamenu {
	padding: 0 10px;
	opacity: 1;
}
.megamenu li::before{
	display:none;

}
.core,.infrastructure,.cybersecurity,.additional_professional{
width:100% !important;
}*/

}





/* ---------------------------------------------------------------------
main
--------------------------------------------------------------------- */
.home_info {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
  padding: 60px 0;
  margin: 60px 0;
}
.home_info_inner {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	color: #004333;
}
.home_info_title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.home_info_cont {
	line-height: 1.8;
}
.home_info_cont p {
	margin-bottom: 1.5em;
}
.home_info_cont p:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width:738px){
	.home_info_title {
		font-size: 20px;
		line-height: 1.6;
	}
	.home_info_cont {
		font-size: 14px;
	}
}

.home_link {
	width: 100%;
  margin: 60px 0;
}
.home_link_inner {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	color: #004333;
}
.home_link_inner > .home_link_list {
	display: flex;
  /* flex-wrap: wrap;
	row-gap: 45px; */
	justify-content: space-between;
}
.home_link_inner > .home_link_list:not(:first-of-type) {
	margin-top: 20px;
}
.home_link_item {
	width: 49%;
	color: #fff;
	position: relative;
	padding: 3px;
	background-color: #76787c;
}
.home_link_item.-active {
	background-color: #0d8b4a;
}
.home_link_list.col-3 .home_link_item {
	width: 33%;
}
.home_link_item::before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 3;
	display: block;
	background: url(../img/bt_arrow.png) no-repeat;
	transition: 0.3s;
}
.home_link_item .-btn {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.5%;
	position: relative;
	height: 100%;
	font-size: 24px;
	font-weight: 500;
	min-height: 120px;
}
.home_link_item .-btn::before,
.home_link_item .-btn::after {
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	position: absolute;
	top: 3%;
	left: 0.8%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	transform: scale(0);
	transition: 0.5s;
}
.home_link_item .-btn::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform-origin: 100% 0%;
}
.home_link_item .-btn::after {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform-origin: 0 100%;
}
.home_link_item .-btn:hover {
	text-decoration: none;
}
.home_link_item .-btn:hover::before,
.home_link_item .-btn:hover::after {
	transform: scale(1);
}
.home_link_item .-btn > div {
	padding: 1em 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.home_link_item .-btn > div span{
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 0.25em;
	text-align: center;
	/* color: rgb(255 255 0); */
}
.home_link_item .-btn > div span::before,
.home_link_item .-btn > div span::after {
	content: "‐";
}
/* .home_link_inner > ul .home_link_item:nth-of-type(1){
	background-color: #08449f;
}
.home_link_inner > ul .home_link_item:nth-of-type(2){
	background-color: #0d8b4a;
}
.home_link_inner > ul .home_link_item:nth-of-type(3){
	background-color: #dd6815;
}
.home_link_inner > ul .home_link_item:nth-of-type(4){
	background-color: #C51850;
}
.home_link_inner > ul .home_link_item:nth-of-type(5){
	background-color: #224A7B;
} */
@media screen and (max-width:738px){
	.home_link_inner > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: column;
		gap: 20px;
	}
	.home_link_item {
		width: 100%!important;
	}
	.home_link_item .-btn {
		font-size: 20px;
		min-height: 0;
	}
	.home_link_item .-btn > div {
		padding: 1em 0;
		gap: 10px;
		min-height: 70px;
	}
	.home_link_item .-btn > div span{
		font-size: 14px;
		font-weight: 600;
	}
}

.home_inquiry {
	width: 100%;
	background: #fff;
  padding: 60px 0;
  margin: 60px 0;
}
.home_inquiry_inner {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
}
.home_inquiry_cont {
	margin-top: 40px;
	line-height: 1.8;
}
.home_inquiry_cont p {
	margin-bottom: 24px;
}
.home_inquiry_cont ._ttl {
	font-size: 20px;
	font-weight: 600;
}
.home_inquiry_cont ._list .-tel,
.home_inquiry_cont ._list .-mail {
	font-size: 20px;
	font-weight: 600;
}

@media screen and (max-width:738px){
	.home_inquiry {
		padding: 45px 0;
	}
	.home_inquiry_cont {
		margin-top: 20px;
	}
	.home_inquiry_cont ._ttl {
		font-size: 17px;
	}
	.home_inquiry_cont ._list .-tel,
  .home_inquiry_cont ._list .-mail {
	  font-size: 18px;
  }
	.home_inquiry_cont p {
		font-size: 14px;
		margin-bottom: 1.5em;
	}
}

.A_top{
	width:100%;
	margin:0 auto;
}
.A_top_hd{
	width:100%;
	position:fixed;
	z-index:100;
}
.A_top_hd img{
	width:100%;
	height:auto;
}
.A_top_ft img{
	width:100%;
	height:auto;
}



.A_second{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
.A_second img{
	width:100%;
	height:auto;
}

.main_wrap_bg{
	padding:100px 0;
	width:100%;
	/*max-height:826px;*/
	/*height:72vw;*/
}
.clear::after{
	content:"";
	display:block;
	clear:both;
}
.main_wrap{
	width:79.17%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}

/* .main_wrap div{
	float:left;
} */
.main_wrap div figure img{
	width:100% !important;
	height:auto !important;
}

.main_wrap .snip1208:nth-child(1),
.main_wrap .snip1208:nth-child(2){
	width:31%;
	margin-right:3.5%;
}
.main_wrap .snip1208:nth-child(3){
	width:31%;
}
.main_wrap .snip1208:nth-child(1),
.main_wrap .snip1208:nth-child(2),
.main_wrap .snip1208:nth-child(3){
	margin-bottom: 3%;
}

.main_wrap .snip1208:nth-child(4),
.main_wrap .snip1208:nth-child(5){
	width:31%;
	margin-right:3.5%;
}
.main_wrap .snip1208:nth-child(6){
	width:31%;
}

.main_wrap .snip1208:nth-child(7),
.main_wrap .snip1208:nth-child(8){
	width:31%;
	margin-right:3.5%;
}
.main_wrap .snip1208:nth-child(9){
	width:31%;
	margin-right:0;
}

.snip1208 img{
	width:100% !important;
	height:auto !important;
}
.main_wrap .snip1208{
	color: #fff;
	position: relative;
	padding: 3px;
}

.main_wrap .snip1208::before{
	content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 3;
    display: block;
    background: url(../img/bt_arrow.png) no-repeat;
    transition: 0.3s;
}
.main_wrap .snip1208 a{
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.5%;
	position: relative;
	height: 100%;
}
.main_wrap .snip1208 a:hover{
	text-decoration: none;
}
.main_wrap .snip1208 > a > div{
	margin: auto;
	padding: 2em 1em 1.5em;
	height: 100%;
}
.main_wrap .snip1208 > a > div > p{
	/* padding-inline:1em; */
}
.main_wrap .snip1208 > a > div > p:nth-of-type(1){
	font-size: 30px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.main_wrap .snip1208 > a > div > p:nth-of-type(2){
	width: 94%;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 1.4;
}
.main_wrap .snip1208:nth-of-type(1){
	background-color: #498CC5;
}
.main_wrap .snip1208:nth-of-type(2){
	background-color: #009AC7;
}
.main_wrap .snip1208:nth-of-type(3){
	background-color: #0062AC;
}
.main_wrap .snip1208:nth-of-type(4){
	background-color: #55B6D9;
}
.main_wrap .snip1208:nth-of-type(5){
	background-color: #224A7B;
}
@media screen and (max-width:738px){
	.main_wrap{
		flex-direction: column;
		gap: 30px;
	}
	.main_wrap .snip1208{
		width: 90%!important;
		margin: auto;
		margin-right: auto!important;
	}
	.main_wrap .snip1208 > a > div{
		padding: 1em .5em .5em;
	}
	.main_wrap .snip1208 > a > div > p:nth-of-type(1){
		font-size: 24px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.main_wrap .snip1208 > a > div > p:nth-of-type(2){
		font-size: 14px;
	}
}


/*ページトップ*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a{
	background: #999;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 5px 0 10px;
	text-align: center;
	display: block;
	border-radius: 5px;
}






















/*繝槭え繧ｹ繝帙ヰ繝ｼ縲繧ｭ繝｣繝励す繝ｧ繝ｳ繧｢繝九Γ*/

figure.snip1206 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  /*min-width: 230px;*/
  max-width: 720px;
  max-height: 600px;
  width: 100%;
  color: #000000;
  text-align: center;
}
figure.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1206 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
/*
figure.snip1206:after {
  background: rgba(255,255,255,0.85);/*繝帙ヰ繝ｼ閭梧勹濶ｲ*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transform: skew(0deg) scaleX(0);/*隗貞ｺｦ-45deg*/
  /*transform: skew(0deg) scaleX(0);/*隗貞ｺｦ-45deg*/
  /*-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}*/
figure.snip1206 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
figure.snip1206 h2,
figure.snip1206 p {
	color:#FFF;
  margin: 0 0 -30px;
  width: 100%;
  opacity: 0;
}
figure.snip1206 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1206 p {
  padding: 0 30px;
  font-size: 14px;
	line-height:2;
	text-align:left;
	color:#333;
  font-weight: bold;
}
figure.snip1206 p span {
	width:80%;
	background:#FFF;
	display:block;
	text-align:center;
	padding:7px;
	color:#333;
  font-size: 12px;
	border:1px solid #333;
	margin:20px auto 0;
}
figure.snip1206 p img.bottom{
	width:auto;
	max-height:180px;
}
figure.snip1206 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
/*
figure.snip1206:hover:after,
figure.snip1206.hover:after {
  -webkit-transform: skew(0deg) scaleX(1);/*隗貞ｺｦ-45deg*/
  /*transform: skew(0deg) scaleX(1);/*隗貞ｺｦ-45deg*/
  /*transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}*/
figure.snip1206:hover figcaption h2,
figure.snip1206.hover figcaption h2,
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin: 0;
}
figure.snip1206:hover figcaption h2,
figure.snip1206.hover figcaption h2 {
  opacity: 1 !important;
}
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  opacity: 1 !important;
}








/*繝槭え繧ｹ繝帙ヰ繝ｼ縲繧ｭ繝｣繝励す繝ｧ繝ｳ繧｢繝九Γ*/

figure.snip1207 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  /*min-width: 226px;*/
  max-width: 720px;
  max-height: 600px;
  width: 100%;
  color: #000000;
  text-align: center;
}
figure.snip1207 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1207 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
/*
figure.snip1207:after {
  background: rgba(255,255,255,0.85);/*繝帙ヰ繝ｼ閭梧勹濶ｲ*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transform: skew(0deg) scaleX(0);/*隗貞ｺｦ-45deg*/
  /*transform: skew(0deg) scaleX(0);/*隗貞ｺｦ-45deg*/
  /*-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}*/
figure.snip1207 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
figure.snip1207 h2,
figure.snip1207 p {
	color:#FFF;
  margin: 0 0 -30px;
  width: 100%;
  opacity: 0;
}
figure.snip1207 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1207 p {
  padding: 0 30px;
  font-size: 14px;
	line-height:1.7;
	text-align:left;
	color:#333;
  font-weight: bold;
}
figure.snip1207 p span {
	width:80%;
	background:#FFF;
	display:block;
	text-align:center;
	padding:7px;
	color:#333;
  font-size: 12px;
	border:1px solid #333;
	margin:20px auto 0;
}
figure.snip1207 p img.bottom{
	width:auto;
	max-height:180px;
}
figure.snip1207 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
/*
figure.snip1207:hover:after,
figure.snip1207.hover:after {
  -webkit-transform: skew(0deg) scaleX(1);/*隗貞ｺｦ-45deg*/
  /*transform: skew(0deg) scaleX(1);/*隗貞ｺｦ-45deg*/
  /*transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}*/
figure.snip1207:hover figcaption h2,
figure.snip1207.hover figcaption h2,
figure.snip1207:hover figcaption p,
figure.snip1207.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin: 0;
}
figure.snip1207:hover figcaption h2,
figure.snip1207.hover figcaption h2 {
  opacity: 1 !important;
}
figure.snip1207:hover figcaption p,
figure.snip1207.hover figcaption p {
  opacity: 1 !important;
}

.snip1208 {
  position: relative;
}

/* hover thumbnails top-page */

figure.snip1206::before, figure.snip1206::after {
    width: 94%;
    height:94%;
    z-index: 1;
    content:'';
    position: absolute;
    top:3%;
    left:3%;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
}

figure.snip1206::after {
    border-bottom: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
    opacity: 0.7;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
}

figure.snip1206::before {
    border-top: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    opacity: 0.7;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0;
}

figure.snip1206:hover::after, figure.snip1206:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    background-color: #fff;
}

figure.snip1207::before, figure.snip1207::after {
    width: 94%;
    height:94%;
    z-index: 1;
    content:'';
    position: absolute;
    top:3%;
    left:3%;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
}

figure.snip1207::after {
    border-bottom: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
    opacity: 0.7;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
}

figure.snip1207::before {
    border-top: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    opacity: 0.7;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0;
}

figure.snip1207:hover::after, figure.snip1207:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    background-color: #fff;
}

.snip1208 a::before, .snip1208 a::after {
    width: 98.5%;
    height: 92%;
	width: 100%;
	height: 100%;
    z-index: 1;
    content:'';
    position: absolute;
    top:3%;
    left:0.8%;
	top: 0;
	left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
}

.snip1208 a::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
}

.snip1208 a::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0;
}

.snip1208 a:hover::after, .snip1208 a:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}

/* End of hover thumbnails top-page */



@media screen and (min-width:768px) and ( max-width:1024px) {
	
figure.snip1206 p {
  padding: 0 8%;
  font-size: 70%;
	line-height:1.5;
	text-align:left;
	color:#333;
  font-weight: bold;
}

figure.snip1206 p span {
	width:70%;
	background:#FFF;
	display:block;
	text-align:center;
	padding:7px;
	color:#333;
  font-size: 80%;
	border:1px solid #333;
	margin:20px auto 0;
}

figure.snip1207 p {
  padding: 0 8%;
  font-size: 60%;
	line-height:1.5;
	text-align:left;
	color:#333;
  font-weight: bold;
}

figure.snip1207 p span {
	width:80%;
	background:#FFF;
	display:block;
	text-align:center;
	padding:7px;
	color:#333;
  font-size: 70%;
	border:1px solid #333;
	margin:5% auto 0;
}

}


/* ---------------------------------------------------------------------
メインSP
--------------------------------------------------------------------- */


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

.main_wrap_bg{
	padding:50px 0;
	width:100%;
}
.main_wrap {
	width: 79.17%;
	padding-top: 0;
	margin: 0 auto;
}

.sp_main_wrap{
	width:94%;
	margin:0 auto;
}
.sp_main_wrap img{
	width:100%;
	margin:0 auto;
}

.sp_main1,
.sp_main2,
.sp_main3{
	width:100%;
	margin:0 auto;
}

.sp_main1 div,
.sp_main2 div,
.sp_main3 div{
	margin-bottom:15px;
}

.sp_main2{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.sp_main2 div{
	width:48%;
}



}









/* ---------------------------------------------------------------------
新着情報
--------------------------------------------------------------------- */

.news_wrap{
	width:100%;
	background:#FFF;
	padding:45px 0;
	margin-bottom: 60px;
}
.news_inner{
	width: 94%;
	max-width: 1000px;
	margin:0 auto;
}

.news_title{
	text-align:center;
	color:#2aa369;
	font-size:24px;
	line-height:1.5;
	font-weight:bold;
}
.news_title span{
	font-size:14px;
	display:block;
}

.news_inner ul{
	margin:40px 0;
}
.news_inner ul li{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.news_inner li span{
	display: flex;
	justify-content: center;
	align-items: center;
}
.news_inner li span,
.news_inner li a{
	font-size:14px;
	color:#333;
	text-decoration:none;
	line-height:1.5;
}
.news_inner li span:nth-child(1){
	width:10%;
	padding-left:2%;
}
.news_inner li span:nth-child(2){
	width:14%;
	padding-left:0;
	text-align: center;
	margin-left:2%;
}
.news_inner li a{
	width:68%;
	margin-left:2%;
	transition: 0.3s;
}
.news_inner li a:hover{
	color:#666;
	text-decoration:underline;
}
.news_inner li::after{
	content:"";
	width:100%;
	display:block;
	border-bottom:1px solid #ddd;
	margin:20px 0;
}


@media screen and (max-width:738px){
	.news_inner li span:nth-child(2){
		width: 36%;
		padding-left:0;
		text-align: center;
		margin-left: 20%;
	}
}


/*アイコン*/
.news_inner li span.news_cat1{
	border:#cca83d 1px solid;
	color: #cca83d;
}
.news_inner li span.news_cat2{
	border:#009a61 1px solid;
	color: #009a61;
}
.news_inner li span.news_cat3{
	border:#14acb8 1px solid;
	color: #14acb8;
}
.news_inner li .news_cat{
	border:#333 1px solid;
	color: #333;
}
.news_inner li .news_cat.Notice{
	border:#cca83d 1px solid;
	color: #cca83d;
}
.news_inner li .news_cat.PublicOffer{
	border:#14acb8 1px solid;
	color: #14acb8;
}
.news_inner li .news_cat.Other{
	border:#009a61 1px solid;
	color: #009a61;
}

.news_bt{
	width:40%;
	margin:0 auto;
	position:relative;
}
.news_bt::before{
	content:"";
	width:12px;
	height:12px;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:3;
	display:block;
	background:url(../img/bt_arrow.png) no-repeat;
	transition: 0.3s;
}
.news_bt:hover::before{
	background:url(../img/bt_arrow_on.png) no-repeat;
}
.news_bt a{
	width:100%;
	font-size:18px;
	display:block;
	border:#2aa369 1px solid;
	text-align:center;
	padding:20px 25px;
	text-decoration:none;
	transition: 0.3s;
}

/*hover--------------------------------------------------------------------*/

.news_bt a::before,
.news_bt a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.news_bt a,
.news_bt a::before,
.news_bt a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news_bt a {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #2aa369;
  color: #2aa369;
}
.news_bt a:hover {
  background-color: #2aa369;
  border-color: #2aa369;
  color: #fff;
}
.news_bt a::before,
.news_bt a::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.news_bt a::before {
  top: 0;
}
.news_bt a::after {
  bottom: 0;
}
.news_bt a:hover::before,
.news_bt a:hover::after {
  height: 0;
  background-color: #fff;
}
/*hover--------------------------------------------------------------------*/



@media screen and (max-width:738px){
	.news_inner{
		width:94%;
		margin:0 auto;
	}
	.news_inner ul{
		margin:20px 0;
	}
	.news_inner li span,
	.news_inner li a{
		font-size:14px;
		color:#333;
		text-decoration:none;
		line-height:1.5;
		display:block;
		width:100%;
    margin-top: 10px;
	}
	.news_bt{
		width:80%;
		margin:0 auto;
		position:relative;
	}
}




/* ---------------------------------------------------------------------
バナー
--------------------------------------------------------------------- */

.bnr_wrap{
	width:100%;
	background:#FFF;
	padding:70px 0 40px;
	margin:100px 0;
}
.bnr_wrap2{
	/* background-color: #eee;
	margin-top: -100px; */
}
.bnr_inner{
	width:800px;
	margin:0 auto;
}
.bnr_wrap ul{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.bnr_wrap ul li{
	/*margin-bottom:30px;*/
	margin-bottom:12px;
}
.bnr_wrap ul li img{
	position:relative;
	transition:0.3s;
	border:#cfcfcf 1px solid;
}
.bnr_wrap ul li img:hover{
	border:#e10915 1px solid;
}

@media screen and (max-width:738px){
.bnr_wrap{
	width:100%;
	background:#FFF;
	padding:30px 0 20px;
	margin:40px 0;
}
.bnr_inner{
	width:94%;
	margin:0 auto;
}
.bnr_wrap2 ul{
	justify-content: center;
}
.bnr_wrap ul li{
	width:48%;
	margin-bottom:15px;
}
.bnr_wrap2 ul li{
	width: 60%;
}
.bnr_wrap ul li img{
	width: 100%;
}
}


/* LPバナー追加 */
.bnr_box_inner {
	display: flex;
	gap: 1%;
	justify-content: space-between;
	max-width: 1020px;
	margin: 0 auto;
}
.bnr_inner01 {
	width: 930px;
}
/*.bnr_inner01 ul {
	margin-left: 2%;
}*/
.bnr_inner02 {
	/*margin-right: 8%;*/
    margin-left: 2%;
}
.bnr_inner02_box01 {
	width: 200px;
	margin: 0 auto;
}
.bnr_inner02_box01 img {
	width: 100%;
	max-width: 200px;
	height: auto!important;
	border: 1px solid #fff;
    box-sizing: border-box;
}
.bnr_inner02_box01 img:hover {
	border: #3469af 1px solid;
}

@media screen and (max-width:738px){
	.bnr_box_inner {
		flex-direction: column;
	}
	.bnr_inner01 {
		width: 94%;
	}
	
	.bnr_inner01 ul {
		margin-left: 0;
	}	
	.bnr_inner02 {
		margin-right: 0;
		margin-left: 0;
	}
	
}


/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */

footer{
	width:100%;
	background:#2aa369;
	padding:60px 0 10px;
}

.ft_list{
	width:93.82%;
	width: 94%;
	max-width: 1000px;
}
.ft_list ul{
	display:flex;
	gap: 5%;
	flex-wrap: wrap;
}
.ft_list ul li{
	font-size:16px;
	background: url(../img/arrow_white.png) left 66% no-repeat;
	padding-left:24px;
	/* margin-right:45px; */
	min-width: 21%;
}
.ft_list ul li a{
	color:#FFF;
}
.ft_list ul li a[data-blank]{
	position: relative;
	padding-right: 1.3em;
}
.ft_list ul li a[data-blank]::after{
	content: "";
	background: url(/src/img/icon_blank.png) no-repeat center / contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
}

.ft_1{
	margin:0 auto 20px;
}

.ft_1 ul li{
	margin-bottom: 10px;
}


.ft_2{
	margin:0 auto 60px;
}



.ft_3{
	width:100%;
	margin:0 auto;
	/* border-top:1px solid #5d89c4; */
}
.ft_3 > div{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.ft_3 br{
	display:none;
}
.ft_3 p{
	width: 94%;
	max-width: 1200px;
	margin-inline: auto;
	font-size:14px;
	color:#FFF;
	text-align:center;
	margin:20px auto 15px;
}
/* .ft_3 p:nth-child(1){
	font-size:16px;
	color:#FFF;
	text-align:center;
	margin:20px auto 15px;
	line-height: 1.4;
}
.ft_3 p:nth-child(2){
	font-size:16px;
	color:#FFF;
	text-align:center;
	margin:0 auto 40px;
}
.ft_3 p:nth-child(3){

} */
@media screen and (738px < width < 1100px){
.ft_3 .br{
	display: block;
}
}


@media screen and (max-width:738px){
.ft_list{
		width: 85%;
	}
.ft_list ul{
	display:flex;
	flex-wrap:wrap;
}
.ft_list ul li{
	font-size:14px;
	line-height:1.7;
	background: url(../img/arrow_white.png) left center no-repeat;
	padding-left:23px;
	margin-right:15px;
	margin-bottom: 5px;
}

.ft_3 br{
	display:block;
}
.ft_3 p:nth-child(1){
	font-size:14px;
	line-height:1.5;
	width:93.82%;
	margin-top: 45px;
	text-align:center;
}

.ft_3 > div{
	text-align: center;
}
}

/* ---------------------------------------------------------------------
ヘッダー mainページカスタム
--------------------------------------------------------------------- */
footer.main .ft_list ul{
	justify-content: center;
}
@media screen and (max-width:738px){
	footer.main .ft_list ul{
		justify-content: flex-start;
	}
}

/* ---------------------------------------------------------------------
SP　サイトマップ開閉
--------------------------------------------------------------------- */
.Toggle{
	display:none;
}

@media screen and (max-width:738px){
a.Toggle{
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	width:80%;
	margin:0 auto 20px;
	padding:10px;
	font-size:14px;
	background:#004333;
	border-radius:5px;
	transition: all  0.3s ease;
}
.Toggle_warp{
	display:none;
}
}





/* ---------------------------------------------------------------------
セカンド
--------------------------------------------------------------------- */
body.second{
	background:none;
}


.second_wrap{
	padding:0 0 80px;
	width:100%;
}
@media screen and (max-width:738px){
	.second_wrap{
		padding: 0 0 60px;
		width:100%;
	}
}
.clear::after{
	content:"";
	display:block;
	clear:both;
}
.main_wrap{
	width:79.17%;
	width: 94%;
	max-width: 1000px;
	margin:0 auto;
}


/*パンくず*/

.breadcrumb{
	background:#f8f8f8;
	color:#333333;
	font-size:12px;
	padding:15px 0;
}
.breadcrumb ul{
	width:87.09%;
	width: 94%;
	max-width: 1200px;
	margin:0 auto;
}
.breadcrumb li{
	float:left;
}
.breadcrumb li::after{
	content:">";
	margin:0 20px;
}
.breadcrumb li:last-child::after{
	content:"";
	margin:0;
}
.breadcrumb li a{
	color:#2aa369;
}
.breadcrumb li a:hover{
	border-bottom:1px solid #FFF;
}
@media screen and (max-width:738px){
.breadcrumb ul{
	width:96%;
	margin:0 auto;
}
}



/*記事タイトル*/
.entry_title{
	width:100%;
	padding:30px 0;
	margin-bottom:40px;
	border-bottom:1px solid #e3e3e3;
}
.entry_title h2{
	font-size:24px;
	width:87.09%;
	width: 94%;
	max-width: 1000px;
	margin:0 auto;
	text-align:left;
}


/*セカンドコンテンツ*/
.second_cont{
	width:87.09%;
	width: 94%;
	max-width: 1000px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}


/*セカンド　記事部分　---------------------------------------------------*/
.entry_wrap{
	width:73.58%;width: 100%;
	line-height:1.8;
}
.entry_wrap img{
	max-width: 100%;
	height:auto;
}
.entry_wrap h3{
	font-size:20px;
	font-weight:normal;
  line-height: 1.3;
	padding:20px;
	margin-bottom:45px;
	background:#eef5f2;
	position:relative;
}
.entry_wrap h3::after{
	content:"";
	width:10%;
	position:absolute;
	left:0;
	bottom:0;
	border-bottom:#2aa369 solid 4px;
}

.entry_wrap p{
	line-height:1.8em;
	margin-bottom:1.5em;
}
.entry_wrap p.mb0 {
	margin-bottom: 0;
}

.entry_wrap table,
.entry_wrap iframe{
	width:100% !important;
}

.entry_wrap table.font13 td span{
	font-size:14px !important;
}
.entry_wrap table{
	border-collapse: collapse;
}
.entry_wrap table th,
.entry_wrap table td{
	padding: 5px;
}
.entry_wrap .btn_entryForm {
	display:inline-block;
	color:#FFF;
	border:2px solid #d45578;
	background: #d45578;
	transition:all .5s ease;
	padding:18px 70px 18px 70px;
	font-size:18px;
	line-height:1.1em;
	margin:25px;
}
.entry_wrap .btn_entryForm:hover {
	background-color:#FFF;
	color:#d45578;
	text-decoration:none;
}
.entry_wrap > section h1{
	font-size: 20px;
	font-weight:normal;
	line-height: 1.8em;
  margin-bottom: 1em;
}
.entry_wrap > section h2{
	font-size: 18px;
	font-weight:normal;
	line-height: 1.8em;
  margin-bottom: 1em;
}
.entry_wrap > section h3{
	font-size: 16px;
	font-weight:normal;
	line-height: initial;
	padding:0;
	margin-bottom:0;
	background:initial;
	position:initial;
	line-height: 1.8em;
  margin-bottom: 1em;
}
.entry_wrap > section h3::after{
	content: none;
}
.entry_wrap > section h4{
	font-size: 14px;
	font-weight:normal;
	line-height: 1.8em;
  margin-bottom: 1em;
}
.entry_wrap > section h5{
	font-size: 12px;
	font-weight:normal;
	line-height: 1.8em;
  margin-bottom: 1em;
}
.entry_wrap > section h6{
	font-size: 10px;
	font-weight:normal;
	line-height: 1.8em;
  margin-bottom: 1em;
}

.entry_wrap a[data-blank]{
	position: relative;
	padding-right: 1.3em;
}
.entry_wrap a[data-blank]::after{
  content: "";
  background: url(/src/img/icon_blank_blue.png) no-repeat center / contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  /* top: 0; */
  bottom: 0;
  display: flex;
  margin: auto;
}
/*記事がない時の一覧*/
.list_link{
	display: flex;
	flex-wrap: wrap;
}
.list_link li{
	display: block;
	background: #f8f8f8;
	text-align: center;
	background: url(../img/sidenav_arrow.png) 95% 90% no-repeat;
	border: #eee 1px solid;
	margin-bottom: 2.5%;
	transition:0.3s;
}
.list_link li:nth-child(odd){
	width: 47%;
	margin-right: 2.5%;
}
.list_link li:nth-child(even){
	width: 47%;
	margin-left: 2.5%;
}

@media screen and (max-width:738px){
	.list_link li{
		display: block;
		background: #f8f8f8;
		text-align: center;
		background: none;
		border: #eee 1px solid;
		margin-bottom: 2.5%;
		transition:0.3s;
	}

	.list_link li:nth-child(odd){
		width: 46%;
		margin-right: 2.5%;
	}
	.list_link li:nth-child(even){
		width: 46%;
		margin-left: 2.5%;
	}
}

.list_link li:hover{
	border: #4275bb 1px solid;
}
.list_link li a{
	color:#333;
}
.list_link li a:hover{
	text-decoration: none;
}
.list_link li a:hover img{
	opacity: 0.8;
}
.list_link li .cat_name{
	padding-bottom: 10px;
}

@media screen and (max-width:738px){
	.list_link li .cat_name{
		font-size:14px;
		padding-bottom: 10px;
	}
}

/*セカンド　サイドナビ　---------------------------------------------------*/
.side_nav_wrap{
	width:21.32%;
	height: 100%;
	position: static;
  top: 155px;
	align-self: auto;
	flex:none;
}

.side_nav{
	width:100%;
	margin-bottom:50px;
}


.side_nav .parent_cat{
	font-size:20px;
	border-left:3px #2aa369 solid;
	padding:0 0 0 7px;
	margin-bottom:20px;
}
.side_nav .parent_cat a{
	color:#333;
	text-decoration:none;
	transition:0.3s;
}
.side_nav .parent_cat a:hover{
	color:#2aa369;
}

/*第1階層*/
.side_nav ul li{
	font-size:16px;
	border-top:#eef5f2 1px solid;
	transition:0.3s;
}
.side_nav ul li:last-child{
	border-bottom:#eef5f2 1px solid;
}

.side_nav ul li a{
	display:block;
	background:url(../img/sidenav_arrow.png) 95% 13px no-repeat;
	width:80%;
	padding:11px 10%;
	color:#333;
	text-decoration:none;
}

.side_nav ul li a:hover{
	color:#FFF;
	text-decoration:none;
	background:#2aa369 url(../img/sidenav_arrow_on.png) 95% 13px no-repeat;
}


/*カレントの時*/
.side_nav ul li.current a{
	color:#FFF;
	text-decoration:none;
	background:#2aa369 url(../img/sidenav_arrow_on.png) 95% 13px no-repeat;
}

.side_nav ul li.current ul li a{
	display:block;
	background:none;
	width:80%;
	padding:11px 5% 11px 15%;
	color:#333;
	text-decoration:none;
}
.side_nav ul li.current ul li a::before{
	content:"- ";
	color:#2aa369;
	font-size:16px;
	font-weight:bold;
}


.side_nav ul ul li.current a{
	display:block;
	background:#2aa369;
	width:80%;
	color:#fff;
	text-decoration:none;
	padding:11px 5% 11px 15%;
}
.side_nav ul ul li.current a::before{
	content:"- ";
	color:#fff;
	font-size:16px;
	font-weight:bold;
}






/*第2階層*/
.side_nav ul ul li{
	font-size:14px;
	background:none;
	border:none !important;
}
.side_nav ul ul li a{
	display:block;
	background:none;
	width:80%;
	color:#333;
	text-decoration:none;
	padding:11px 5% 11px 15%;
}
.side_nav ul ul li a::before{
	content:"- ";
	color:#2aa369;
	font-size:16px;
	font-weight:bold;
}


.side_nav ul ul li a:hover{
	color:#fff;
	background:#2aa369;
}
.side_nav ul ul li a:hover::before{
	content:"- ";
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

/* セカンドサイドナビ下のバナー */

.side_nav .nav_bnr a{
	display:block;
	transition:0.3s;
	border:#cfcfcf 1px solid;
	text-align: center;
}
.side_nav .nav_bnr img{
	width:100%;
	max-width:226px;
}
.side_nav .nav_bnr{
	margin-top: 50px;
	margin-bottom: -35px;
}
.side_nav .nav_bnr a:hover{
	border:#e10915 1px solid;
}

/*　バナー　*/

.side_bnr{
}
.side_bnr li{
	margin-top:15px;
}
.side_bnr ul li a{
	display:block;
	transition:0.3s;
	border:#cfcfcf 1px solid;
}
.side_bnr ul li a:hover{
	border:#e10915 1px solid;
}
.side_bnr ul li img{
	width:100%;
	max-width:226px;
}

/* ---------------------------------------------------------------------
ファイル一覧
--------------------------------------------------------------------- */
.list_file ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_file ul li{
	width: 49%;
}
.list_file li a{
	width: 80%;
	display: inline-block;
	font-size: 18px;
	color: #333;
	padding: 15px 15px 15px 60px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border-radius:7px;
	background: #f8f8f8 url(../img/file_icon.png) 10px 50% no-repeat;
	transition: 0.3s;
}
.list_file li a:hover{
	background: #c3e7ff url(../img/file_icon.png) 10px 50% no-repeat;
	text-decoration: none;
}

@media screen and (max-width:738px){
	.list_file ul li{
		width: 100%;
	}
}

/* ---------------------------------------------------------------------
ニュースページ
--------------------------------------------------------------------- */
.list_inner ul{
	margin:40px 0;
}
.list_inner ul li{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.list_inner li span{
	display: flex;
	justify-content: center;
	align-items: center;
}
.conference .list_inner li span,
.seminar .list_inner li span{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.list_inner li span,
.list_inner li a{
	font-size:14px;
	color:#333;
	text-decoration:none;
	line-height:1.5;
}
.list_inner li span:nth-child(1){
	width:10%;
	padding-left:2%;
}
.list_inner li span:nth-child(2){
	width:16%;
	padding-left:0;
	text-align: center;
	margin-left:2%;
}
.list_inner li a{
	width:66%;
	margin-left:2%;
	transition: 0.3s;
}
.list_inner li a:hover{
	color:#666;
	text-decoration:underline;
}
.list_inner li::after{
	content:"";
	width:100%;
	display:block;
	border-bottom:1px solid #ddd;
	margin:20px 0;
}

@media screen and (max-width:738px){
.list_inner li span:nth-child(1){
	width:30%;
	padding-left:2%;
}
.list_inner li span:nth-child(2){
	width:45%;
	padding-left:0;
	text-align: center;
	margin-left:2%;
}
.list_inner li a{
	width:100%;
	margin-left:2%;
	transition: 0.3s;
}

}

/*アイコン*/
.list_inner li span.news_cat1{
	border:#cca83d 1px solid;
	color: #cca83d;
}
.list_inner li span.news_cat2{
	border:#009a61 1px solid;
	color: #009a61;
}
.list_inner li span.news_cat3{
	border:#14acb8 1px solid;
	color: #14acb8;
}
.list_inner li .news_cat{
	border:#333 1px solid;
	color: #333;
}
.list_inner li .news_cat.Notice{
	border:#cca83d 1px solid;
	color: #cca83d;
}
.list_inner li .news_cat.PublicOffer{
	border:#14acb8 1px solid;
	color: #14acb8;
}
.list_inner li .news_cat.Other{
	border:#009a61 1px solid;
	color: #009a61;
}






/* ---------------------------------------------------------------------
セミナー/報告会
--------------------------------------------------------------------- */

.top_cat_box ul{
	display: flex;
	justify-content: space-around;
}
.top_cat_box ul li{
	width: 24%;
	text-align: center;
	background: #2aa369;
	transition: 0.3s;
}
.top_cat_box ul li:hover{
	background: #5e93d8;
}
.top_cat_box ul li a{
	display: block;
	font-size: 18px;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
}
@media screen and (max-width:738px){
	.top_cat_box ul li a{
		display: block;
		font-size: 3vw;
		padding: 10px 0;
		color: #FFF;
		text-decoration: none;
	}
}

/*一覧*/
.seminar .list_inner ul li{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	flex-direction:column;
}
.seminar .list_inner li span{
	width:100%;
	padding-left:0;
	margin-bottom:10px;
}
.seminar .list_inner li a{
	width:100%;
	margin-left:0;
	transition: 0.3s;
	font-size:16px;
	background:url(../img/sidenav_arrow.png) 0% 50% no-repeat;
	padding-left:1.5%;
}
.link_bt{
	width: 60%;
	margin:50px auto 0;
}
.link_bt a{
	width: 100%;
	text-align: center;
	color: #FFF;
	background: #2aa369;
	transition: 0.3s;
	display: block;
	font-size: 18px;
	padding: 10px 0;
	text-decoration: none;
}
.link_bt a:hover{
	background: #5e93d8;
}


/* ---------------------------------------------------------------------
テーブル
--------------------------------------------------------------------- */

.iso_table {
	border-collapse: collapse;
}
.iso_table th{
	text-align: left;
	background: #f8f8f8;
	border: 1px solid #CCC;
}
.iso_table td{
	border: 1px solid #CCC;
}

.imo_table table{
	border-collapse: collapse;
	margin-bottom: 50px;
}
.imo_table table th{
	text-align: center;
	background: #f8f8f8;
	border: 1px solid #CCC;
}
.imo_table table td{
	border: 1px solid #CCC;
}


/* ---------------------------------------------------------------------
会議開催報告
--------------------------------------------------------------------- */

/*一覧*/
.conference .list_inner ul li{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	flex-direction:column;
}
.conference .list_inner li span{
	width:100%;
	padding-left:0;
	margin-bottom:10px;
}
.conference .list_inner li a{
	width:100%;
	margin-left:0;
	transition: 0.3s;
	font-size:16px;
	background:url(../img/sidenav_arrow.png) 0% 50% no-repeat;
	padding-left:1.5%;
}


.ev_day{
	float:left;
}
.property_name{
	float:left;
	margin-left:30px;
}
.ev_title{
	font-size:16px;
	line-height:1.8;
  clear: both;
}

/*記事*/
.post table{
	width:100%;
}
.post td, .post th {
  border-top: 1px solid #c1c1c1;
  padding: 15px;
	line-height:1.7;
}
.post tr:last-child td, .post tr:last-child th {
  border-bottom: 1px solid #c1c1c1;
}

.post th {
	width:20%;
  font-weight: normal;
  background: #f8f8f8;
	border-right:#ccc 1px solid;
}


.sureMap{
	width:100%;
	height:100%;
}
.sureMap small{
	display:none;
}


.flyerPdfLink{
	margin-top:7px;
}

.search_wrap{
	width:100%;
	background:#f3f3f3;
}
.search_wrap::after{
	clear:both;
	content:"";
	display:block;
}

@media screen and (max-width:738px){
	.ev_day span,.property_name span{
		font-weight:bold;
	}
	.ev_day{
		float:none;
		display:block;
	}
	.property_name{
		float:none;
		margin:0;
		display:block;
	}

	.ev_title{
		font-size:20px;
		line-height:1.8;
		clear: both;
	}
	.post .detail_f{
		flex-direction: column;
		align-items: start;
	}
	.post .detail td{display: block; width: 100%; padding: 5px!important;}
}






/* IMO関連略語集 */

.clear {
	clear:both;
	}
	
	#cat-title-l {
	width: 35px;
	font-size: 30px;
	font-weight:bold;
	margin:20px 0 0 0;
	padding:15px 5px 8px 20px;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #FFF;
	
	}
	
	.asset-content {
		margin: 0 0 20px 0;
		padding: 15px 0px 0 20px;
		width: 96%;
	}
	
	.asset-header {
		margin:0 0 0 10px;
		padding:10px 0 5px 0;
		background: #f3f3f3 ;
		border-radius: 5px;
		width:97%;
	}
	.asset-name {
		font-size: 22px;
		font-weight: bold;
		border-left: #219ed4 4px solid;
		padding: 0 0 0 7px;
		margin-left: 10px;
		margin-bottom: 3px;
	}
	.click-navi {
	margin:30px 0 20px 0;
	padding:0 0 0 0;
	font-size:14px;
	}



/* お問い合わせ */

.iframeBody{
	width:100%;              /*横幅いっぱいにwidthを指定*/
	padding-bottom: 100%;  /*高さをpaddingで指定(16:9)*/
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
	margin: 30px auto;
}
.iframeBody iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* サイトマップ */
.sitemap a{
	color: #333;
	display: block;
}
.sitemap ul ul{
	margin-left: 10%;
}
.sitemap ul li{
	background: #f8f8f8;
	padding: 10px;
	font-size: 18px;
	margin-bottom: 15px;
}
.sitemap ul ul li{
	background: #FFF;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 10px;
}

/* ########################################
スマホ定義
######################################## */

@media screen and (max-width:738px){
	.second_cont {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.entry_wrap {
	    width: 100%;
	    line-height: 1.8;
	}
	.side_nav_wrap{
		display: none;
	}
}



/* ---------------------------------------------------------------------
PC記事修正
--------------------------------------------------------------------- */

.table-txt td,
.table-txt p,
.table-txt a,
.table-txt span
{
	font-size:14px !important;
}


/* ---------------------------------------------------------------------
SP記事修正
--------------------------------------------------------------------- */
@media screen and (max-width:738px){

.sp_td td{
	width: 100%;
	display: list-item !important;
	list-style: none;
	margin-bottom:10px;
}


}



/* ---------------------------------------------------------------------
ISO IEC 年別テキストリンク
--------------------------------------------------------------------- */
.entry_list_nav{
	width: 90%;
	background: #f8f8f8;
	padding: 5%;
	margin:5% auto 3%;
	border: 1px solid #CCC;
}
.entry_list_nav ul{
	display: flex;
	flex-wrap: wrap;
}
.entry_list_nav li{
	background:url(../img/arrow_blue.png) no-repeat left 50%;
	padding: 0 0 0 10px;
	margin-right: 4%;
	margin-bottom: 2%;
}
.entry_list_nav .parent_cat{
	font-size:20px;
	border-left:3px #2aa369 solid;
	padding:0 0 0 7px;
	margin-bottom:20px;
}


/* ---------------------------------------------------------------------
news一覧　リンクボタン
--------------------------------------------------------------------- */
.news_link_cont {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
}
.news_link_cont > .news_link_list {
	display: flex;
	justify-content: space-between;
}
.news_link_cont > .news_link_list:not(:first-of-type) {
	margin-top: 8px;
}
.news_link_item {
	width: 49%;
	color: #fff;
	position: relative;
	padding: 2px;
	background-color: #76787c;
}
.news_link_item.-active {
	background-color: #0d8b4a;
}
.news_link_list.col-3 .news_link_item {
	width: 33%;
}
.news_link_item::before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	right: 4px;
	bottom: 4px;
	z-index: 3;
	display: block;
	background: url(../img/bt_arrow.png) no-repeat;
	transition: 0.3s;
}
.news_link_item .-btn {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.5%;
	position: relative;
	height: 100%;
	font-size: 20px;
	font-weight: 500;
	min-height: 100px;
}
.news_link_item .-btn::before,
.news_link_item .-btn::after {
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	transform: scale(0);
	transition: 0.5s;
}
.news_link_item .-btn::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform-origin: 100% 0%;
}
.news_link_item .-btn::after {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform-origin: 0 100%;
}
.news_link_item .-btn:hover {
	text-decoration: none;
}
.news_link_item .-btn:hover::before,
.news_link_item .-btn:hover::after {
	transform: scale(1);
}
.news_link_item .-btn > div {
	padding: 1em 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
}
.news_link_item .-btn > div span{
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 0.25em;
	text-align: center;
}
.news_link_item .-btn > div span::before,
.news_link_item .-btn > div span::after {
	content: "‐";
}
/* .news_link_cont > ul .news_link_item:nth-of-type(1){
	background-color: #08449f;
}
.news_link_cont > ul .news_link_item:nth-of-type(2){
	background-color: #0d8b4a;
}
.news_link_cont > ul .news_link_item:nth-of-type(3){
	background-color: #dd6815;
}
.news_link_cont > ul .news_link_item:nth-of-type(4){
	background-color: #C51850;
}
.news_link_cont > ul .news_link_item:nth-of-type(5){
	background-color: #224A7B;
} */
@media screen and (max-width:738px){
	.news_link_cont > ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		gap: 8px;
	}
	.news_link_item {
		width: 90%!important;
	}
	.news_link_item .-btn {
		font-size: 18px;
		min-height: 0;
	}
	.news_link_item .-btn > div {
		padding: 1em 0;
		gap: 10px;
		min-height: 70px;
	}
	.news_link_item .-btn > div span{
		font-size: 12px;
	}
}
