@charset "utf-8";

/* CSS Document */

/*=======================================================
   Wordpress設定項目
========================================================*/

/*
Theme Name: N-PLUS.work
Theme URI: http://n-plus.work/
Description: N-PLUS.work
Version: 1.0
Author: ペケ
Author URL: http://n-plus.work/
*/

/*===============================================
　▼ 共通項目 ▼
===============================================*/

body {
    width: 100vw;
    margin: 0;
    padding: 0;
}


img {
    width: 100%;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

		

/*===============================================
　▼ SP表示／PC非表示 ▼
===============================================*/

.pcnone {
    display: none !important;
}
.spnone {
    display: block !important;
}


/*===============================================
　▼ z-index 表示順序 ▼
===============================================*/

#wrapper {
    z-index: 0;
}


/*===============================================
　▼ seo-text ▼
===============================================*/

.seo-text {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/*===========================================
clearfix
===========================================*/

.clearfix:before,
.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    clear: both;
}

/*===========================================
all
===========================================*/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
	list-style: none;
	
}

html,
body {
	width: 100vw;
	height: auto;
    font-size: 18px;
    line-height: 1.6;
	letter-spacing: 0.1em;
    color: #000;
    -webkit-text-size-adjust: 100%;
	background: #fff;
	overflow-x: hidden;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
}
a,a:hover {
    text-decoration: none;
	color: #000;
}

h1 {
	font-size: 32px ;/*35px*/
}
h2 {
	font-size: 28px ;/*35px*/
}
h3,h4 {
	font-size: 20px ;/*35px*/
}

p {
    font-size: 18px;
}


/* 画面サイズの横幅が 800px より小さい場合に適用 */
@media screen and (max-width: 800px) {
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 9999;
}





/*===========================================
	▼ hamburger ChatGPT ▼
===========================================*/
/* ハンバーガーボタンのスタイル */
#hamburger-btn {
	display: none;
}



/*===========================================
	▼ article ▼
===========================================*/
article {
	width: 100%;
	height: auto;
}

/*===========================================
	▼ menu - left-contents ▼
===========================================*/

/* メニューここから */
header#global-head {
	width: 260px;/*260px*/
	height: 100px;
	position: fixed;/*fixed*/
	padding-top: 0px;/*60px*/
	z-index: 100;
}

aside#sidebar {
	width: 260px;/*260px*/
	height: 100%;
	padding-top: 100px;/*120px*/
	position: fixed;
	color: #033560;
	background: #fff;
	text-align: center;
	overflow-y: scroll;
	scrollbar-width: none;/*スクロールバー非表示：FireFox向け*/
	z-index: 10;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}
aside#sidebar::-webkit-scrollbar {
	display: none;/*スクロールバー非表示：Crome・Safari向け*/
}

nav#global-nav ul {
	list-style: none;
	margin-left: 0;
}
nav#global-nav > ul > li {
	position: relative;
}

nav#global-nav a {
	color: #033560;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
nav#global-nav .sub-menu.is-active > a,
nav#global-nav a:hover {
	color: #fff;
	background: #033560;
}

nav#global-nav .sub-menu-nav a,
nav#global-nav .sub-menu:hover .sub-menu-nav {
	width: 65% !Important;/*230px*/
}

/* sub-menu icon */
nav#global-nav .sub-menu > a {
	position: relative;
}
nav#global-nav .sub-menu > a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #033560;
	border-right: 1px solid #033560;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* sub-menu */
nav#global-nav .sub-menu-nav {
	position: fixed;
	background: #033560;
	color: #fff;
	top: 0;
	padding-top: 100px;
	left: 260px;/*260px*/
	width: 0;
	height: 100%;
	/*overflow: hidden;*/
	overflow-y: scroll;
	scrollbar-width: none;/*スクロールバー非表示：FireFox向け*/

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}


nav#global-nav .sub-menu-nav::-webkit-scrollbar {
	display: none;
}



nav#global-nav .sub-menu.is-active > a:after,
nav#global-nav .sub-menu > a:hover:after {
	border-color: #fff;
}
nav#global-nav .sub-menu-nav a {
	color: #fff;
	width: 100% !Important;
}
nav#global-nav .sub-menu-nav a:hover {
	color: #033560;
	background: #fff;
}


/*===========================================
	▼ header ▼
===========================================*/
h1#brand-logo {
	width: 260px;
	height: 100px;
	display: block;
	margin-bottom: 0px;/*40px*/
}
h1#brand-logo > a {
	width: 260px;
	height: 100px;
	display: block;
	padding: calc(100vw/80);
	background: #fff;
	position: relative;
}
h1#brand-logo > a > img {
	width: 240px;
	height: 80.77px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
}



/*===========================================
	▼ main-wrap ▼
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
===========================================*/
main#main-wrap {
	width: calc(100% - 260px);
	height: 100vh;
	position: relative;
	top: 0;
	left: 260px;/*calc(100vw/4)*/
}
/*===========================================
	▼ main-block ▼
===========================================*/
div#main-block {
	padding-left: 0px;/*260px*/
}
div#main-block h2 {
	color: #033560;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
}
div#main-block h3 {
	color: #033560;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
div#main-block h2::before {
	content: "";
	width: 20px;
	height: 28px;
	display: inline-block;
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/title-logo002.png") no-repeat;
	background-size: contain;
	margin: 0 5px 0 0;
	padding: 2px;
	position: relative;
	top: 7px;
}
div#main-block p {
	line-height: 1.5em;
}

/*===========================================
	▼ main-block001 ▼
  background-image: linear-gradient(150deg, rgba(194, 255, 223, 1), rgba(153, 191, 238, 1) 0%, rgba(48, 179, 254, 1) 0%, rgba(151, 231, 255, 1) 0%, rgba(109, 164, 255, 1) 47%, rgba(134, 226, 255, 1));
===========================================*/
section#main-block001 {
	width: 100%;
	height: 400px;
	position: relative;
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/28135766_l.jpg") no-repeat;
	background-size: cover;
	background-position: 0% 30%;
}
section#main-block001 h2 {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*===========================================
	▼ main-block002 ▼
===========================================*/
section#main-block002 {
	width: 100%;
	height: auto;
	display: block;
	padding: 0 20px 20px 20px;/*20px*/
	background: #fff;
}
section#main-block002 > h2 {
	border-top: 0.5px solid #033560;
	display: block;
	margin: 20px 0 ;
	padding: 20px 0;
	position: relative;
}
section#main-block002 > h2 > span {
	width: 30%;
	height: auto;
	display: block;
	margin: 20px auto 0;
	padding: 10px;
	background: #033560;
	overflow-x: hidden;
}
section#main-block002 > h2 > span::before {
	content: "";
	width: 35%;
	height: 0.5px;
	display: block;
	background: #033560;
	position: absolute;
	top: 70%;
	left: 0;
}
section#main-block002 > h2 > span::after {
	content: "";
	width: 35%;
	height: 0.5px;
	display: block;
	background: #033560;
	position: absolute;
	top: 70%;
	right: 0;
}
section#main-block002 > h2 > span::after {
}
section#main-block002 > h2 > span > p {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
section#main-block002 > blockquote {
	width: 100%;
	height:auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}
section#main-block002 > blockquote > a {
	width: calc(100%/3);
	height:auto;
	display: block;
	position: relative;
	padding: calc(100%/50) calc(100%/80) calc(100%/50) 0;/*calc(100%/50)*/
	border-right: 1px solid #ccc;
}
section#main-block002 > blockquote > a:last-child{
	border-right: 0px solid #ccc;
}
section#main-block002 > blockquote > a > dl {
	width: 100%;
	height: auto;
	position: relative;
}
section#main-block002 > blockquote > dl:first-child {
	padding: 0 calc(100%/30) 0 0;/*calc(100%/50)*/
}
section#main-block002 > blockquote > a > dl:last-child {
	padding: 0 0 0 calc(100%/30);/*calc(100%/50)*/
}
section#main-block002 > blockquote > a > dl > dt {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}
section#main-block002 > blockquote > a > dl > dt img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	transform: scale(101%);
	transition: all 0.5s;
}
section#main-block002 > blockquote > a:hover > dl > dt img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	transform: scale(120%);
	transition: all 0.5s;
}
section#main-block002 > blockquote > a > dl > dd {
	width: 100%;
	height:auto;
	display: block;
	position: relative;
	padding: calc(100%/30);
}
section#main-block002 > blockquote > a > dl > dd h4 {
	width: 100%;
	height:auto;
	font-weight: bold;
	margin-bottom: 5px;
}
section#main-block002 > blockquote > a > dl > dd p {
	width: 100%;
	height:auto;
	display: -webkit-box;/* 1行3点リーダー */
	-webkit-box-orient: vertical;/* 1行3点リーダー */
	-webkit-line-clamp: 2;/* 1行3点リーダー */
	overflow: hidden;/* 1行3点リーダー */
	line-height: 1.5em;
}


/*===========================================
	▼ main-block003 ▼
===========================================*/
section#main-block003 {
	width: 100%;
	height: calc(100vw/2.1);
	display: block;
	position: relative;
	padding: 0;/*calc(100vw/60)*/
	background: #fff;
}


/* 画面サイズの横幅が 1000px より大きい場合に適用 */
@media screen and (min-width: 1000px) {
	section#main-block003 {
		height: 670px !important;
	}
}


section#main-block003 > div {
	width: 100%;
	height: auto !important;/*auto*/
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}


/* 画面サイズの横幅が 1000px より大きい場合に適用 */
@media screen and (min-width: 1000px) {
section#main-block003 > div {
		height: 670px !important;
	}
}
section#main-block003 > div > blockquote:nth-of-type(1) {
	width: 40%;
	height: auto;
	display: block;
	position: relative;
	background: #033560;
	padding: 20px;/**/
}
section#main-block003 > div > blockquote:nth-of-type(1) > h2 {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
}
section#main-block003 > div > blockquote:nth-of-type(1) > button {
	width: calc(100% - 28px);
	height: auto;
	display: block;
	position: relative;
	left: 28px;
	margin: 0 0 30px 0;
	color: #fff;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 50px;
	transition: all 0.5s;
	background: #033560;
}
section#main-block003 > div > blockquote:nth-of-type(1) > button:hover {
	color: #033560;
	background: #fff;
	border: 1px solid #033560;
	transition: all 0.5s;
}
section#main-block003 > div > blockquote:nth-of-type(1) > button p {
	text-align: center;
}
section#main-block003 > div > blockquote:nth-of-type(2) {
	width: 60%;
	height: auto;
	display: block;
	position: relative;
	/*background: #CEE6FF;*/
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/img001_1920x1280.jpg") no-repeat;
	background-size: cover;
}

#deployment-html-contents,#deployment-css-contents,#deployment-js-contents,#deployment-wordpress-contents {
	display: none;
	background: #f1f1f1;
	height: 100%;
	transition: all 0.5s;
	padding: 20px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

/* 画面サイズの横幅が 1000px より大きい場合に適用 */
@media screen and (min-width: 1000px) {
#deployment-html-contents,#deployment-css-contents,#deployment-js-contents,#deployment-wordpress-contents {
		height: 670px !important;
	}
}

#deployment-html-contents > h3 {
	width: 100%;
	height: auto;
	text-align: center;
}

#deployment-css-contents > h3 {
	width: 100%;
	height: auto;
	text-align: center;
}

#deployment-js-contents > h3 {
	width: 100%;
	height: auto;
	text-align: center;
}

#deployment-wordpress-contents > h3 {
	width: 100%;
	height: auto;
	text-align: center;
}

#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote {
	width: 100%;
	height: auto;
	padding: 0px;
	background: #f1f1f1;
}

#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote > a {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 20px 0;
	padding: 20px;
	transition: all 0.5s;
	background: #fff;
	border: 1px solid #dedede;
}

#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote > a:last-child {
	padding: 40px 0;
	margin: 0 0 0px 0;
	text-align: center;
}

#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote > a:hover {
	width: 100%;
	height: auto;
	display: block;
	background: rgba(152,231,253,0.2);
	transition: all 0.5s;
}

#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote > a > dl {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
}

#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote > a > dl > dt {
	width: calc(100vw/8);
	height: auto;
	margin: 0;
	padding: 0;
	transition: all 0.5s;
	overflow: hidden;
}

#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote > a > dl > dt img {
	transition: all 0.5s;
	transform: scale(1.1);
}

#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote > a:hover > dl > dt {
}

#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote > a:hover > dl > dt img {
	transition: all 0.5s;
	transform: scale(1.3);
}

#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote > a > dl > dd {
	width: 100%;
	height: auto;
	padding: 0 0 0 10px;
}

#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote > a > dl > dd > p {
	line-height: 1.5em !Important;
	margin-bottom: 0.5em;
}

/*===========================================
	▼ main-block004 ▼
===========================================*/
section#main-block004 {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 0 0;
	padding: 0;
	background: #fff;
	position: relative;
}
section#main-block004 > h2 {
	width: 100%;
	border-top: 0.5px solid #033560;
	display: block;
	margin: 20px 0 ;
	padding: 20px 0;
	position: relative;
}
section#main-block004 > h2 > span {
	width: 30%;
	height: auto;
	display: block;
	margin: 20px auto 0;
	padding: 10px;
	background: #033560;
	overflow-x: hidden;
}
section#main-block004 > h2 > span::before {
	content: "";
	width: 35%;
	height: 0.5px;
	display: block;
	background: #033560;
	position: absolute;
	top: 70%;
	left: 0;
}
section#main-block004 > h2 > span::after {
	content: "";
	width: 35%;
	height: 0.5px;
	display: block;
	background: #033560;
	position: absolute;
	top: 70%;
	right: 0;
}
section#main-block004 > h2 > span::after {
}
section#main-block004 > h2 > span > p {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
section#main-block004 > blockquote {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0 0 0;
	padding: 0;
	background: #eee;
	position: relative;
}
section#main-block004 > blockquote > a {
	width: 50%;
	height: calc(100vw/3);
	display:block;
	background: #fff;
}
section#main-block004 > blockquote > a > div {
	width: 100%;
	height: calc(100vw/3);
	margin: 0;
	padding: 0;
	display:block;
	position: relative;
}
section#main-block004 > blockquote > a:nth-of-type(1) > div {
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/22921065.jpg") no-repeat;
	background-size: contain;
	background-position: 0% 50%;
}
section#main-block004 > blockquote > a:nth-of-type(2) > div {
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/23664945_l.jpg") no-repeat;
	background-size: cover;
	background-position: 0% 50%;
}
section#main-block004 > blockquote > a:nth-of-type(3) > div {
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/4294579_l.jpg") no-repeat;
	background-size: cover;
	background-position: 0% 50%;
}
section#main-block004 > blockquote > a:nth-of-type(4) > div {
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/img001_1920x1280.jpg") no-repeat;
	background-size: cover;
	background-position: 0% 50%;
}
section#main-block004 > blockquote > a > div > blockquote {
	width: 90%;
	height: calc(100vw/5);
	margin: 0;
	padding: calc(100vw/100);
	display:block;
	position: absolute;
	left: 5%;
	bottom: 5%;
	transform: translate(-50% -50%);
	background: rgba(0,0,0,0.6);
}
section#main-block004 > blockquote > a > div > blockquote > aside {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	padding: calc(100vw/100);
	position: relative;
	border: 5px solid rgba(255,255,255,1.0);
	transition: all 0.5s;
}
section#main-block004 > blockquote > a:hover > div > blockquote > aside {
	border: 5px solid #fff000;/*97e3fe*/
	transition: all 0.5s;
	position: relative;
}
section#main-block004 > blockquote > a > div > blockquote > aside > h3 {
	color: #fff;
}
section#main-block004 > blockquote > a > div > blockquote > aside > p {
	color: #fff;
}
section#main-block004 > blockquote > a > div > blockquote > aside > div {
	width: 70%;
	height: auto;
	display: block;
	color: #fff;
	margin: 0px auto 0;
	padding: 10px;
	border: 2px solid #fff;
	position: absolute;
	left: 15%;
	bottom: 5%;
	transition: all 0.5s;
}
section#main-block004 > blockquote > a:hover > div > blockquote > aside > div {
	background: #fff000;/*caf7fd*/
	border: 2px solid #033560;
	transition: all 0.5s;
}
section#main-block004 > blockquote > a > div > blockquote > aside > div > p {
	color: #fff;
	text-align: center;
	transition: all 0.5s;
}
section#main-block004 > blockquote > a:hover > div > blockquote > aside > div > p {
	color: #033560;
	text-align: center;
	transition: all 0.5s;
}

/*===========================================
	▼ directory-link-block ▼
===========================================*/
a.directory-link-block {
	width: calc(100vw/2);
	height: calc(100vw/15);
	display: block;
	background: #033560 !Important;/*fff*/
	position: relative;
	margin: calc(100%/20) auto;
	padding: calc(100%/50);
	transition: all 0.5s;
	border: 1px solid #033560 !Important;
}
a.directory-link-block:hover {
	background: #fff !Important;/*033560*/
	color: #033560;
	transition: all 0.5s;
}
a.directory-link-block h4 {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;/*033560*/
	transition: all 0.5s;
}
a.directory-link-block:hover h4 {
	color: #033560;
	transition: all 0.5s;
}

/*===========================================
	▼ directory-link-block002 ▼
===========================================*/
a.directory-link-block002 {
	width: calc(100vw/2);
	height: calc(100vw/15);
	display: block;
	background: #033560 !Important;/*fff*/
	position: relative;
	margin: calc(100%/20) auto;
	padding: calc(100%/50);
	transition: all 0.5s;
	border: 1px solid #033560 !Important;
}
a.directory-link-block002:hover {
	background: #fff !Important;/*033560*/
	color: #033560;
	transition: all 0.5s;
}
a.directory-link-block002 h4 {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;/*033560*/
	transition: all 0.5s;
}
a.directory-link-block002:hover h4 {
	color: #033560;
	transition: all 0.5s;
}


/*===========================================
	▼ footer ▼
===========================================*/
footer {
	width: 100%;
	height: calc(100vw/10);
	display: block;
	background: #033560;
	color: #fff;
	position: relative;
	bottom: 0;
	margin: 60px 0 0 0;
	padding: 60px;
	text-align: center;
}
footer > p {
	width: 100%;
	height: auto;
	color: #fff;
	position: absolute;
	bottom: 10px;
	margin: 0px 0 0 0;
	padding: 0px;
	text-align: center;
}



/*===============================================
　▼ page.php 固定投稿ページ ▼
===============================================*/

section#page-block001 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}

section#page-block001 > h2 {
	width: 90%;
	border-top: 0.5px solid #033560;
	display: block;
	margin: 0 auto;/*0 auto calc(100vw/500)*/
	padding: calc(100vw/80) 0;
	position: relative;
	top: calc(100vw/80);
	color: #033560;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}

section#page-block001 h5 {
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto 20px;
	padding: 10px;
	background: #033560;
	font-size: 14px;/*4vw*/
	font-weight: normal;
	color: #fff;
	position: relative;
	top: 0%;
	left: 0%;
	transform: translate(0% -50%);
	text-align: center;
}
section#page-block001 h5::before {
	content: "";
	width: 50%;
	height: 0.5px;
	display: block;
	background: #000;/*033560*/
	position: absolute;
	top: 50%;
	left: -50%;
}
section#page-block001 h5::after {
	content: "";
	width: 50%;
	height: 0.5px;
	display: block;
	background: #000;/*033560*/
	position: absolute;
	top: 50%;
	right: -50%;
}
section#page-block001 > div {
	width: 90%;
	height: auto;
	margin: 5px auto 0;
	padding: 0;
}
section#page-block001 ol {
	width: 100% !Important;
	height: auto !Important;
	margin: 10px auto !Important;
	padding: 20px !Important;
	background: #f1f1f1 !Important;
}
section#page-block001 li {
	width: 100% !Important;
	height: auto !Important;
	margin: 20px auto !Important;
	padding: 0 !Important;
}
section#page-block001 ol > li:first-child {
	margin: 0px auto !Important;
}



/*===============================================
　▼ category.php カテゴリページ ▼
===============================================*/

section#category-block001 {
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 0;
}

section#category-block001 h2 {
	border-top: 0.5px solid #033560;
	display: block;
	margin: 20px 0 0 0;
	padding: 20px 0 10px 0;
	position: relative;
}

section#category-block001 h5 {
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto 20px;
	padding: 10px;
	background: #033560;
	font-size: 14px;/*4vw*/
	font-weight: normal;
	color: #fff;
	position: relative;
	top: 0%;
	left: 0%;
	transform: translate(0% -50%);
	text-align: center;
}
section#category-block001 h5::before {
	content: "";
	width: 50%;
	height: 0.5px;
	display: block;
	background: #000;/*033560*/
	position: absolute;
	top: 50%;
	left: -50%;
}
section#category-block001 h5::after {
	content: "";
	width: 50%;
	height: 0.5px;
	display: block;
	background: #000;/*033560*/
	position: absolute;
	top: 50%;
	right: -50%;
}

aside.category-list-wrap {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 ;
	padding: 10px;
	transition: all 0.5s;
	background: #f1f1f1;
}

aside.category-list-wrap:hover {
	background: #e5f9ff;/*033560 rgba(152,231,253,0.2)*/
	transition: all 0.5s;
}

aside.category-list-wrap > a {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 ;
	padding: 20px 10px;
	background: #fff;
}

aside.category-list-wrap > a > div {
	width: calc(100vw/3.0);
	height: 100%;/*calc(100vw/5)*/
	display: block;
	margin: 0 10px 0 0 ;
	padding: 0;
	overflow: hidden;
}

aside.category-list-wrap > a > div > img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	margin: 0 ;
	padding: 0;
	transform: scale(1.05);
}

aside.category-list-wrap > a > ul {
	width: 100%;
	height: calc(100vw/5);
	display: block;
	margin: 0 ;
	padding: 0;
	overflow: hidden;
}

aside.category-list-wrap > a > ul > li {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 ;
	padding: 0;
}

aside.category-list-wrap > a > ul > li > p {
	width: 100%;
}

/*===============================================
　▼ 投稿一覧 ▼
===============================================*/

#border20 {
	margin: 20px 0;
}

p.dot-1line {
	width: 100%;
	overflow: hidden; /*枠を超えた文章を見えないように*/
    text-overflow: ellipsis; /*三点リーダー（…）を表示*/
    white-space: nowrap; /*改行されないように*/
	-webkit-line-clamp: 1;/*行数の指定*/
}

p.dot-2line {
	width: 100%;
	overflow: hidden; /*枠を超えた文章を見えないように*/
    text-overflow: ellipsis; /*三点リーダー（…）を表示*/
    white-space: nowrap; /*改行されないように*/
	-webkit-line-clamp: 2;/*行数の指定*/
}

p.blog-tag {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 10px 0;
	font-size: 14px;
}

p.blog-date {
	width: 100%;
	height: auto;
	display: block;
	font-size: 16px;
}

p.blog-title {
	width: 100%;
	height: auto;
	display: block;
}

p.blog-contents {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px 0 10px 10px;
	font-size: 16px;
}

/*===============================================
　▲ 投稿一覧 ▲
===============================================*/

/*===============================================
　▼ code ※記事投稿内 ▼
===============================================*/
code {
	background: #000;
	color: #fff;
	padding: 20px;
	font-size: 14px:
}

/*===============================================
　▼ 引用 ※記事投稿内 ▼
===============================================*/
.wp-block-quote {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 20px;
	background: #f1f1f1;
}
.wp-block-quote p {
	width: 100% !Important;
	height: auto !Important;
	display: block !Important;
	margin: 0 !Important;
	padding: 0 !Important;
}
.wp-block-quote cite {
	width: 100% !Important;
	height: auto !Important;
	display: block !Important;
	margin: 0px 0 0 0 !Important;
	padding: 0 !Important;
}

/*===============================================
　▼ 段落 ※記事投稿内 ▼
===============================================*/
section#page-block001 p {
	width: 100% !Important;
	height: auto !Important;
	margin: 40px auto !Important;
	padding: 0 !Important;
	line-height: 1.8em !Important;
}
section#page-block001 a {
	width: 100% !Important;
	height: auto !Important;
	line-height: 1.8em !Important;
	display: block;
	text-decoration: underline;
	transition: all 0.5s;
	
}
section#page-block001 a:hover {
	color: #033560;
	text-decoration: none;
	transition: all 0.5s;
}



/*===============================================
　▼ single.php 個別投稿 ▼
===============================================*/



/*===============================================
　▼ パンくずリスト ▼
===============================================*/
p#breadcrumbs {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
}
p#breadcrumbs > span {
	font-size: 14px;
	color: #033560;
}
p#breadcrumbs > span > span {
	
}
p#breadcrumbs > span > span > a {
	color: #033560;
}

span.breadcrumb_last {
	
}




/*===================================================================*/

/*===========================================
	▼ Smartphone 800px未満 ▼
===========================================*/

/* 画面サイズの横幅が 800px より小さい場合に適用 */
@media screen and (max-width: 800px) {
	

/*===============================================
　▼ 共通項目 ▼
===============================================*/

body {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}


/*===============================================
　▼ SP表示／PC非表示 ▼
@media (min-width:801px) {
.pcnone {
    display: block !important;
}	
}
===============================================*/

@media (max-width:800px) {
.spnone {
    display: none !important;
}	
.pcnone {
    display: block!important;
}
}

/*===============================================
　▼ z-index 表示順序 ▼
===============================================*/

#wrapper {
    z-index: 0;
}

/*===========================================
clearfix
===========================================*/

.clearfix:before,
.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    clear: both;
}

	
.seo-text {
	/*--
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	--*/
	display: none;
}
	

/*===========================================
all
===========================================*/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
	list-style: none;
}

html,
body {
    font-size: 4vw; /*1.6vw*/
    line-height: 1.7;
    color: #000;
    -webkit-text-size-adjust: 100%;
}

/* 画面サイズの横幅が 800px より小さい場合に適用 */
@media screen and (max-width: 800px) {
h1 {
	font-size: 5vw ;/*35px*/
}
h2 {
	font-size: 5.5vw ;/*35px*/
}
h3,h4 {
	font-size: 4.5vw ;/*35px*/
}

p {
    font-size: 4vw; /*1.6vw*/
}
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}



/*===========================================
	▼ article ▼
===========================================*/
article {
	width: 100vw;
	height: auto;
	position:inherit;
	margin: 0;
	padding: 0;
	
}
article::before {
	content: "";
	clear: both;
}




/*===========================================
	▼ hamburger ▼
===========================================*/
/* ハンバーガーボタンのスタイル */
#hamburger-btn {
	width: calc(100vw/10);
	height: calc(100vw/10);
	display: block;
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/menu_burger_googleFonts.svg") no-repeat;
	background-position: center;
	background-size: cover;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1000;
	cursor: pointer;
	border: none;
}
#hamburger-btn.is-active {
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/close_googleFonts.svg") no-repeat;
	background-position: center;
	background-size: cover;
}

#global-head, #sidebar {
	width: 50% !important;
	height: 100%;
	display: block;
	position: fixed;
	left: -100%; /* メニューを非表示にする */
	transition: all 0.5s;/* transform 0.5s ease-in-out*/
}

#sidebar.active {
	height: 100vh !important;
}
#global-head.active, #sidebar.active {
	width: 55%;
	height: auto;
	display: block;
	position: fixed;
	left: 0%;
	transition: all 0.5s;/* transform 0.5s ease-in-out*/
}
/* sub-menu */
.sub-menu .sub-menu-nav {
	width: 50% !important;
	height: 100%;
	position: fixed;
	top: 0;
	left: -50% !important;/*260px*/
	/*overflow: hidden;*/
	overflow-y: scroll;
	scrollbar-width: none;/*スクロールバー非表示：FireFox向け*/

	-moz-transition: all 0.5s;/*width .2s ease-out*/
	-webkit-transition: all 0.5s;/*width .2s ease-out*/
	transition: all 0.5s;/*width .2s ease-out*/
}
/* sub-menu */
nav#global-nav .sub-menu-nav {
	padding: calc(100vw/2.7) 0 0 0;
}


.sub-menu.active .sub-menu-nav {
	width: 50% !important;
	height: 100%;
	position: fixed;
	top: 2%;
	left: 50% !important;/*260px*/
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-width: none;/*スクロールバー非表示：FireFox向け*/

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
	text-align: left;
}
.sub-menu.active .sub-menu-nav > li {
	width: 90%;
	height: auto;
	overflow-x: hidden;
	padding: 0 0 0 calc(100vw/20);/*0 0 0 calc(100vw/20)*/
	overflow-wrap:break-word;
}
.sub-menu.active .sub-menu-nav > li > a {
	width: 100% !important;
	height: auto;
	text-align: left;
	padding: 0 calc(100vw/20);/*0 0 0 calc(100vw/20)*/
	overflow-wrap:break-word;
	display: -webkit-box;/* 1行3点リーダー */
	-webkit-box-orient: vertical;/* 1行3点リーダー */
	-webkit-line-clamp: 2;/* 1行3点リーダー */
	overflow: hidden;/* 1行3点リーダー */
}
nav#global-nav .sub-menu-nav a:hover {
	color: #fff;/*033560*/
	background: #033560;/*fff*/
}



/*===========================================
	▼ header ▼
===========================================*/
header#global-head {
}

h1#brand-logo {
	width: 171.2px;
	height: 57.6px;
	display: block;
	position: relative;
	inset: 0;
	margin: auto;
	top: calc(100vw/15);
}
h1#brand-logo > a {
	width: 171.2px;
	height: 57.6px;
	display: block;
	padding: calc(100vw/80);
	background: #fff;
	position: relative;
}
h1#brand-logo > a > img {
	width: 171.2px;
	height: 57.6px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
}


/*===========================================
	▼ main ▼
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
===========================================*/

main#main-wrap {
	width: calc(100%);
	height: 100vh;
	position: relative;
	top: 0;
	left: 0px;/*calc(100vw/4)*/
	display: block;
	transition: margin-left 0.3s ease-in-out;
	margin-left: 0;
}
main#main-wrap p {
	margin-bottom: 1em;
	line-height: 1.9;
}
/*===========================================
	▼ main-block ▼
===========================================*/
div#main-block {
	padding-left: 0px;/*260px*/
}
div#main-block h3 {
	/*font-size: 4.5vw;*/
	color: #033560;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
div#main-block h3::before {
	content: "";
	width: 20px;
	height: 28px;
	display: none;
	background: none;
	background-size: contain;
	margin: 0 5px 0 0;
	padding: 2px;
	position: relative;
	top: 7px;
}
div#main-block p {
	/*font-size: 3.5vw;*/
	line-height: 0.25em;
}

/*===========================================
	▼ main-block001 ▼
  background-image: linear-gradient(150deg, rgba(194, 255, 223, 1), rgba(153, 191, 238, 1) 0%, rgba(48, 179, 254, 1) 0%, rgba(151, 231, 255, 1) 0%, rgba(109, 164, 255, 1) 47%, rgba(134, 226, 255, 1));
===========================================*/
section#main-block001 {
	height: calc(100vw/2);/*400px*/
	display: flex;
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/28135766_l.jpg") no-repeat;
	background-size: cover;
	background-position: 0% 30%;
}
section#main-block001 h2 {
	/*font-size: 5vw;*/
	color: #fff;
}

/*===========================================
	▼ main-block002 ▼
===========================================*/
section#main-block002 {
	width: 100%;
	height: auto;
	display: block;
	padding: calc(100vw/30);
	background: #eee;
}
section#main-block002 > h2 {
	border-top: 0.5px solid #033560;
	display: block;
	margin: calc(100vw/80) 0 ;
	padding: calc(100vw/80) 0;
	position: relative;
	color: #033560;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}
section#main-block002 > h2 > span {
	width: 50%;
	height: calc(100vw/10);
	display: block;
	margin: calc(100vw/80) auto 0;
	padding: calc(100vw/60);
	background: #033560;
	overflow: hidden;
}
section#main-block002 > h2 > span::before {
	content: "";
	width: 25%;
	height: 0.5px;
	display: block;
	background: #033560;
	position: absolute;
	top: 73%;
	left: 0;
}
section#main-block002 > h2 > span::after {
	content: "";
	width: 25%;
	height: 0.5px;
	display: block;
	background: #033560;
	position: absolute;
	top: 73%;
	right: 0;
}
section#main-block002 > h2 > span > p {
	width: 100%;
	height: auto;
	font-size: 4vw;/*3vw*/
	font-weight: normal;
	color: #fff;
	position: absolute;
	top: 71%;
	left: 0%;
	transform: translate(0% -50%);
	text-align: center;
}
section#main-block002 > blockquote {
	width: 100%;
	height:auto;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
section#main-block002 > blockquote > a {
	width: calc(100%/2);
	height:auto;
	display: block;
	position: relative;
	padding: calc(100%/50) calc(100%/80) calc(100%/50) 0;/*calc(100%/50)*/
	border-right: 1px solid #ccc;
}
section#main-block002 > blockquote > a:nth-of-type(even){
	border-right: 0px solid #ccc;
}
section#main-block002 > blockquote > a:nth-child(n+3){
	display: none;
}
section#main-block002 > blockquote > a > dl {
	width: 100%;
	height: auto;
	position: relative;
}
section#main-block002 > blockquote > dl:first-child {
	padding: 0 calc(100%/30) 0 0;/*calc(100%/50)*/
}
section#main-block002 > blockquote > a > dl:last-child {
	padding: 0 0 0 calc(100%/30);/*calc(100%/50)*/
}
section#main-block002 > blockquote > a > dl > dt {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}
section#main-block002 > blockquote > a > dl > dt img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	transform: scale(101%);
	transition: all 0.5s;
}
section#main-block002 > blockquote > a:hover > dl > dt img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	transform: scale(120%);
	transition: all 0.5s;
}
section#main-block002 > blockquote > a > dl > dd {
	width: 100%;
	height:auto;
	display: block;
	position: relative;
	padding: calc(100%/30);
}
section#main-block002 > blockquote > a > dl > dd h4 {
	width: 100%;
	height:auto;
	font-weight: bold;
	margin-bottom: 5px;
}
section#main-block002 > blockquote > a > dl > dd p {
	width: 100%;
	height:auto;
	display: -webkit-box;/* 1行3点リーダー */
	-webkit-box-orient: vertical;/* 1行3点リーダー */
	-webkit-line-clamp: 2;/* 1行3点リーダー */
	overflow: hidden;/* 1行3点リーダー */
	line-height: 1.5em;
}

/*===========================================
	▼ main-block003 ▼
===========================================*/
section#main-block003 {
	width: 100%;
	height: calc(100vw/1);
	display: block;
	padding: 0;/*calc(100vw/30)*/
	background: #CEE6FF;
	position: relative;
}


section#main-block003 > div {
	width: 100%;
	height: auto !important;/*auto*/
	display: block;
	position: relative;
}
section#main-block003 > div > blockquote:nth-of-type(1) {
	width: 100%;
	height: calc(100vw/2);
	display: block;
	position: relative;
	background: #033560;
	padding: 20px;/**/
}
section#main-block003 > div > blockquote:nth-of-type(1) > h2 {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
}
section#main-block003 > div > blockquote:nth-of-type(1) > button {
	width: 45%;
	height: auto;
	display: block;
	position: relative;
	left: 0px;
	margin: 0 calc(100vw/20) calc(100vw/20) 0;
	color: #fff;
	padding: calc(100vw/20);
	border: 1px solid #fff;
	border-radius: 50px;
	transition: all 0.5s;
	background: #033560;
	float: left;
}
section#main-block003 > div > blockquote:nth-of-type(1) > button:hover {
	color: #033560;
	background: #fff;
	border: 1px solid #033560;
	transition: all 0.5s;
}
section#main-block003 > div > blockquote:nth-of-type(1) > button:nth-of-type(even) {
	margin: 0 0 calc(100vw/20) 0;
}
section#main-block003 > div > blockquote:nth-of-type(1) > button p {
	width: calc(100% - calc(100vw/10));
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
}
section#main-block003 > div > blockquote:nth-of-type(2) {
	width: 100%;
	height: calc(100vw/0.7);/*calc(100vw/1.0)*/
	display: block;
	position: relative;
	/*background: #CEE6FF;*/
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/img001_1920x1280.jpg") no-repeat;
	background-size: cover;
}

	

#deployment-html-contents,#deployment-css-contents,#deployment-js-contents,#deployment-wordpress-contents {
	display: none;
	background: #f1f1f1;
	height: auto;/*100%*/
	transition: all 0.5s;
	padding: 20px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote > a > dl {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}
	
	
#main-block003 > div > blockquote:nth-of-type(2) > div > blockquote > a > dl > dt {
	width: calc(100vw/2);
	height: auto;
	margin: 0;
	padding: 0;
	transition: all 0.5s;
	overflow: hidden;
}

/*===========================================
	▼ main-block004 ▼
===========================================*/
section#main-block004 {
	margin: 300px 0 0 0;
	padding: calc(100vw/30);
	background: #eee;
}
section#main-block004 > h2 {
	width: 100%;
	border-top: 0.5px solid #033560;
	display: block;
	margin: 20px 0 ;
	padding: 20px 0;
	position: relative;
}
section#main-block004 > h2 > span {
	width: 50%;
	height: calc(100vw/10);
	display: block;
	margin: calc(100vw/80) auto 0;
	padding: calc(100vw/60);
	background: #033560;
	overflow-x: hidden;
}
section#main-block004 > h2 > span::before {
	content: "";
	width: 35%;
	height: 0.5px;
	display: block;
	background: #033560;
	position: absolute;
	top: 70%;
	left: 0;
}
section#main-block004 > h2 > span::after {
	content: "";
	width: 35%;
	height: 0.5px;
	display: block;
	background: #033560;
	position: absolute;
	top: 70%;
	right: 0;
}
section#main-block004 > h2 > span::after {
}
section#main-block004 > h2 > span > p {
	width: 100%;
	height: auto;
	font-size: 4vw;/*3vw*/
	font-weight: normal;
	color: #fff;
	position: absolute;
	top: 65%;
	left: 0%;
	text-align: center;
}
section#main-block004 > blockquote {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0 0 0;
	padding: 0;
	background: #eee;
	position: relative;
}
section#main-block004 > blockquote > a {
	width: 100%;
	height: calc(100vw/2);
	display:block;
	background: #fff;
}
section#main-block004 > blockquote > a > div {
	width: 100%;
	height: calc(100vw/2);
	margin: 0;
	padding: 0;
	display:block;
	position: relative;
}
section#main-block004 > blockquote > a:nth-of-type(1) > div {
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/22921065.jpg") no-repeat;
	background-size: contain;
	background-position: 0% 50%;
}
section#main-block004 > blockquote > a:nth-of-type(2) > div {
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/23664945_l.jpg") no-repeat;
	background-size: cover;
	background-position: 0% 50%;
}
section#main-block004 > blockquote > a:nth-of-type(3) > div {
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/4294579_l.jpg") no-repeat;
	background-size: cover;
	background-position: 0% 50%;
}
section#main-block004 > blockquote > a:nth-of-type(4) > div {
	background: url("http://n-plus.work/wp-content/themes/nplus002/img/img001_1920x1280.jpg") no-repeat;
	background-size: cover;
	background-position: 0% 50%;
}
section#main-block004 > blockquote > a > div > blockquote {
	width: 90%;
	height: calc(100vw/3);
	margin: 0;
	padding: calc(100vw/100);
	display:block;
	position: absolute;
	left: 5%;
	bottom: 5%;
	transform: translate(-50% -50%);
	background: rgba(0,0,0,0.6);
}
section#main-block004 > blockquote > a > div > blockquote > aside {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	padding: calc(100vw/100);
	position: relative;
	border: 5px solid rgba(255,255,255,1.0);
	transition: all 0.5s;
}
section#main-block004 > blockquote > a:hover > div > blockquote > aside {
	border: 5px solid #fff000;/*97e3fe*/
	transition: all 0.5s;
	position: relative;
}
section#main-block004 > blockquote > a > div > blockquote > aside > h3 {
	height: calc(100vw/15);
	display: block;
	margin: 0 0 calc(100vw/50) 0;
	color: #fff;
	position: relative;
	top: 0%;
}
section#main-block004 > blockquote > a > div > blockquote > aside > h3::before {
	display: none;
}
section#main-block004 > blockquote > a > div > blockquote > aside > p {
	color: #fff;
	text-align: center;
	position: relative;
	top: 10%;
}
section#main-block004 > blockquote > a > div > blockquote > aside > div {
	width: 70%;
	height: auto;
	display: block;
	color: #fff;
	margin: 0px auto 0;
	padding: calc(100vw/80);
	border: 2px solid #fff;
	position: absolute;
	left: 15%;
	bottom: 5%;
	transition: all 0.5s;
}
section#main-block004 > blockquote > a:hover > div > blockquote > aside > div {
	background: #fff000;/*caf7fd*/
	border: 2px solid #033560;
	transition: all 0.5s;
}
section#main-block004 > blockquote > a > div > blockquote > aside > div > p {
	height: auto;/*calc(100vw/150)*/
	color: #fff;
	text-align: center;
	transition: all 0.5s;
	position: relative;
	top: 8px;/*10px*/
}
section#main-block004 > blockquote > a:hover > div > blockquote > aside > div > p {
	color: #033560;
	text-align: center;
	transition: all 0.5s;
}


/*===========================================
	▼ directory-link-block ▼
===========================================*/
a.directory-link-block {
	width: calc(100vw/1.07);
	height: calc(100vw/6);
	display: block;
	background: #033560;/*fff*/
	position: relative;
	margin: calc(100%/20) auto;
	padding: calc(100%/50);
	transition: all 0.5s;
	border: 1px solid #033560;
}
a.directory-link-block:hover {
	background: #033560;
	color: #fff;
	transition: all 0.5s;
}
a.directory-link-block h4 {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;/*033560*/
	transition: all 0.5s;
}
a.directory-link-block:hover h4 {
	color: #033560;
	transition: all 0.5s;
}



/*===========================================
	▼ directory-link-block002 ▼
===========================================*/
a.directory-link-block002 {
	width: calc(100vw/1.07);
	height: calc(100vw/6);
	display: block;
	background: #033560;/*fff*/
	position: relative;
	margin: calc(100%/20) auto;
	padding: calc(100%/50);
	transition: all 0.5s;
	border: 1px solid #033560;
}
a.directory-link-block002:hover {
	background: #033560;
	color: #fff;
	transition: all 0.5s;
}
a.directory-link-block002 h4 {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	color: #fff;/*033560*/
	transition: all 0.5s;
}
a.directory-link-block002:hover h4 {
	color: #033560;
	transition: all 0.5s;
}




/*===========================================
	▼ footer ▼
===========================================*/
footer {
	width: 100vw;
	height: calc(100vw/10);
	background: #033560;
	color: #fff;
	display: block;
	position: relative;
	bottom: 0;
	margin: 0;
	padding: 0;
}
footer > p {
	width: 100%;
	height: auto;
	color: #fff;
	position: absolute;
	bottom: 0px;
	margin: 0px 0 0 0;
	padding: 0px;
	text-align: center;
	font-size: 2vw;
}
	
	
	
	
}
