@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/

html {
	font-size: 62.5%;
	box-sizing: border-box;
	overflow-x: hidden;
}

body {
	color: #000000;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
	position: relative;
	overflow-x: hidden;
	transition: all 1.3s ease;
	background: #fff;
}

body.active {
	overflow: hidden;
}

.enTex_fig {
	font-family: "Figtree", sans-serif;
}

main#page {
	background: #ffffff;
}

div {
	box-sizing: border-box;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

svg {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

a {
	outline: none;
	color: #000000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus, *:focus {
	outline:none;
}

a:visited {
	color: #000000;
}

a img {
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

p a {
	color: #677b85;
	text-decoration: underline;
}

.post, .page {
	margin: 0;
}

.center {
	text-align: center;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

.clear {
	clear:both;
	height: 0;
}

small {
	font-weight: 500;
}

ul, ol {
	padding: 0;
	margin: 0;
}

li > ul, li > ol {
	margin-left: 0;
}

ul li {
	list-style: none;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: 500;
	box-sizing: border-box;
}

dd {
	margin: 0;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #000000;
}

p {
	margin: 0;
	text-align: justify;
	color: #000000;
}

.remodal {
	max-width: 88% !important;
}

/*----------------------------------------------------
 fadeIn
----------------------------------------------------*/

.fadeIn {
	transform: translate3d(0, -10px, 0);
	transition: 1s;
	opacity: 0;
}

.fadeIn.animated {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.fadein {
	opacity : 0;
	transition : all 1s;
}

.fadein.active {
	opacity : 1;
}

/*----------------------------------------------------
 inner
----------------------------------------------------*/
.inner {
	max-width: 1280px;
  width: calc(100% - 16rem);
	margin: 0 auto;
}

/*----------------------------------------------------
 button
----------------------------------------------------*/

.button {
	transition: all 0.3s ease 0s;
}

.button .tex {
	transition: all 0.3s ease 0s;
}

/*----------------------------------------------------
 Arrow
----------------------------------------------------*/

.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 3.2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
	transition: all 0.3s ease 0s;
}

.dli-chevron-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 3.2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
	transition: all 0.3s ease 0s;
}

.dli-chevron-left {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 3.2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
	transition: all 0.3s ease 0s;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 3.2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
	transition: all 0.3s ease 0s;
}

/*----------------------------------------------------
 #header
----------------------------------------------------*/

#header {
	position: fixed;
	width: 100%;
	height: 100px;
	background: #fff;
	z-index: 1000;
}

#header .inner {
	max-width: initial;
	width: calc(100% - 7rem);
}

#header .headerFlex {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 11px 0 0 8px;
	z-index: 10;
}

#header .headerFlex .logoArea {
	width: 100%;
	max-width: 400px;
	margin: 10px 0 0 0;
}

#header .headerFlex .navArea {
	display: flex;
	flex-direction: column;
}

#header .headerFlex .navArea .navTop {
	margin-bottom: 0;
}

#header .headerFlex .navArea .navTop nav > ul {
	display: flex;
	justify-content: right;
}

#header .headerFlex .navArea .navTop nav > ul > li {
	margin-left: 34px;
}

#header .headerFlex .navArea .navTop nav > ul > li > a {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000000;
}

#header .headerFlex .navArea .navBottom {
	display: flex;
	align-items: center;
	justify-content: right;
	padding: 0 6px 0 0;
}

#header .headerFlex .navArea .navBottom nav > ul {
	display: flex;
	justify-content: right;
}

#header .headerFlex .navArea .navBottom nav > ul > li {
	margin-left: 24px;
}

#header .headerFlex .navArea .navBottom nav > ul > li > a {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: 0.1em;
	display: block;
	color: #000000;
}

#header .headerFlex .navArea .navBottom nav > ul > li > a > .tex {
	transition: all 0.3s ease 0s;
}

#header .headerFlex .navArea .navBottom nav > ul > li > a:after {
	content: '';
	width: 100%;
	height: 4px;
	background: #8ec200;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

#header .headerFlex .navArea .navBottom nav > ul > li > a.active:after {
	opacity: 1;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox {
	width: calc(100% + 7rem);
	margin-top: 0;
	padding: 10px 0;
	border-top: none;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: -3.5rem;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s,0,0;
	transition-delay: 0,.5s,.5s;
	pointer-events: none;
}

#header .headerFlex .navArea .navBottom nav > ul > li > a:hover + .dropBox {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0,0,0;
	pointer-events: auto;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0,0,0;
	pointer-events: auto;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	margin-top: 11px;
	margin-bottom: 11px;
	padding: 40px 0 63px 0;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .obj {
	position: absolute;
	width: 100%;
	max-width: 307px;
	left: -42px;
	bottom: -35px;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex {
	display: flex;
	padding: 0 0 0 105px;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .leftArea {
	width: 198px;
	border-right: 1px solid #ccc;
	padding: 9px 0 22px 0;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .leftArea > ul > li {
	margin-bottom: 2px;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .leftArea > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0 0 0;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .leftArea > ul > li > a > .tex {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #000000;
	margin-right: 20px;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .leftArea > ul > li > a .arrow .dli-chevron-right {
	color: #000000;
	transform: translateX(0) translateY(-1px) rotate(45deg) scale(0.5);
	-webkit-transform: translateX(0) translateY(-1px) rotate(45deg) scale(0.5);
	-ms-transform: translateX(0) translateY(-1px) rotate(45deg) scale(0.5);
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea {
	width: 300px;
	border-right: 1px solid #ccc;
	padding: 9px 22px 22px 22px;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li {
	margin-bottom: 2px;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 0;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > a > .tex {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #000000;
	margin-right: 20px;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > a .arrow .dli-chevron-right {
	color: #000000;
	transform: translateX(0) translateY(-1px) rotate(45deg) scale(0.5);
	-webkit-transform: translateX(0) translateY(-1px) rotate(45deg) scale(0.5);
	-ms-transform: translateX(0) translateY(-1px) rotate(45deg) scale(0.5);
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > ul {
	display: flex;
	flex-direction: column;
	margin: -3px 0 0 0;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > ul > li {
	margin-bottom: -1px;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 33px;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > ul > li > a > .tex {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #000000;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > ul > li > a > .tex:before {
	content: '';
	width: 9px;
	height: 1px;
	background: #cccccc;
	position: absolute;
	top: 50%;
	left: -14px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > ul > li > a .arrow .dli-chevron-right {
	color: #000000;
	transform: translateX(0) translateY(-1px) rotate(45deg) scale(0.5);
	-webkit-transform: translateX(0) translateY(-1px) rotate(45deg) scale(0.5);
	-ms-transform: translateX(0) translateY(-1px) rotate(45deg) scale(0.5);
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .rightArea {
	width: 220px;
	padding: 9px 0 22px 73px;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .rightArea > ul > li {
	margin-bottom: 2px;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .rightArea > ul > li > a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 0;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .rightArea > ul > li > a > .tex {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #000000;
}

#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .rightArea > ul > li > a .arrow .dli-chevron-right {
	color: #000000;
	transform: translateX(0) translateY(-1px) rotate(45deg) scale(0.5);
	-webkit-transform: translateX(0) translateY(-1px) rotate(45deg) scale(0.5);
	-ms-transform: translateX(0) translateY(-1px) rotate(45deg) scale(0.5);
}

#header .headerFlex .navArea .navBottom .button {
	width: 140px;
	height: 34px;
	margin-left: 28px;
}

#header .headerFlex .navArea .navBottom .button a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #116e60;
	border-radius: 17px;
}

#header .headerFlex .navArea .navBottom .button a .tex {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	transition: all 0.3s ease 0s;
}

/*----------------------------------------------------
 #footer
----------------------------------------------------*/

#footer {
  position: relative;
  overflow: hidden;
	background: #292929;
  padding: 141px 0 61px 0;
}

#footer li a {
	color: #fff;
}

#footer .navFlex {
	display: flex;
	margin-bottom: 10px;
}

#footer .navFlex .box01 {
	width: 189px;
	padding: 0 30px 0 0;
	border-right: 1px solid #545454;
}

#footer .navFlex .box01 ul li {
	margin-bottom: 22px;
}

#footer .navFlex .box01 ul li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #fff;
}

#footer .navFlex .box02 {
	width: 363px;
	padding: 0 30px 0 99px;
	border-right: 1px solid #545454;
}

#footer .navFlex .box02 nav > ul > li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #fff;
}

#footer .navFlex .box02 nav > ul > li > ul > li {
	margin-bottom: -5.4px;
}

#footer .navFlex .box02 nav > ul > li > ul > li > a {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #fff;
}

#footer .navFlex .box03 {
	width: 321px;
	padding: 0 30px 0 48px;
	border-right: 1px solid #545454;
}

#footer .navFlex .box03 nav > ul > li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #fff;
}

#footer .navFlex .box03 nav > ul > li > ul > li {
	margin-bottom: -6.4px;
}

#footer .navFlex .box03 nav > ul > li > ul > li > a {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #fff;
}

#footer .navFlex .box03 nav > ul > li > ul > li > ul {
	margin: -11px 0 5px;
}

#footer .navFlex .box03 nav > ul > li > ul > li > ul > li {
	margin-bottom: -11.4px;
}

#footer .navFlex .box03 nav > ul > li > ul > li > ul > li > a {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.065em;
	color: #fff;
	padding: 0 0 0 31px;
}

#footer .navFlex .box03 nav > ul > li > ul > li > ul > li > a:before {
	content: '';
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 17px;
	top: 9px;
}

#footer .navFlex .box04 {
	width: 404px;
	display: flex;
	flex-direction: column;
	padding: 0 0 0 0;
}

#footer .navFlex .box04 .policyArea {
	padding: 11px 60px 33px 65px;
	border-bottom: 1px solid #545454;
}

#footer .navFlex .box04 .policyArea .whiteBox {
	background: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	padding: 3px 25px 0 19px;
}

#footer .navFlex .box04 .navArea {
	padding: 35px 0 0 87px;
}

#footer .navFlex .box04 .navArea ul {
	display: flex;
	flex-wrap: wrap;
}

#footer .navFlex .box04 .navArea ul li {
	margin: 0 47px 22px 0;
}

#footer .navFlex .box04 .navArea ul li:nth-child(2n) {
	margin-right: 0;
}

#footer .navFlex .box04 .navArea ul li:nth-child(3) {
	margin-right: 77px;
}

#footer .navFlex .box04 .navArea ul li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #fff;
}

#footer .footerInfo {
	display: flex;
	flex-direction: column;
}

#footer .footerInfo .footerLogo {
	width: 100%;
	max-width: 341px;
	margin-bottom: 14px;
}

#footer .footerInfo .copy p {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.07em;
	color: #fff;
}

/*----------------------------------------------------
 #goTop
----------------------------------------------------*/

#goTop {
  position: fixed;
  width: 54px;
	height: 54px;
	right: 80px;
	bottom: 80px;
	z-index: 100;
}

#goTop a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #116e60;
	border-radius: 50%;
}

#goTop a .arrow {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
}

#goTop a .arrow .dli-chevron-up {
	color: #fff;
	transition: all 0.3s ease 0s;
}

/*----------------------------------------------------
 #contactNav
----------------------------------------------------*/

#contactNav {
  position: relative;
  overflow: hidden;
  padding: 150px 0 0 0;
}

#contactNav .head {
  margin-bottom: 72px;
}

#contactNav .head h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

#contactNav .head h2 b {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
  transform: translateX(-2px);
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
}

#contactNav .head h2 small {
  font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.2em;
}

#contactNav .head p {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.53333;
  letter-spacing: 0.03em;
  text-align: center;
}

#contactNav .btBox {
	display: flex;
}

#contactNav .btBox .materialBt {
	width: 50%;
	height: 300px;
}

#contactNav .btBox .materialBt a {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #eff2f1;
	width: 100%;
	height: 100%;
	padding: 56px 0 0 0;
}

#contactNav .btBox .materialBt a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 300px;
  height: 300px;
  background: #000000;
  transform: scale(0);
  transition: 0.6s ease all;
}

#contactNav .btBox .materialBt .enTex {
	position: relative;
	margin-bottom: 7px;
	z-index: 1;
}

#contactNav .btBox .materialBt .enTex p {
	font-size: 50px;
  font-weight: 700;
  line-height: 1.53333;
  letter-spacing: 0.075em;
  text-align: center;
	color: #dfe2e1;
}

#contactNav .btBox .materialBt .jpTex {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

#contactNav .btBox .materialBt .jpTex .tex {
	font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
	margin-right: 15px;
	color: #000;
	transition: 0.6s ease all;
}

#contactNav .btBox .materialBt .jpTex .icon {
	width: 18.3px;
	height: 18.3px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
}

#contactNav .btBox .materialBt .jpTex .icon .arrow {
	transform: translateX(1px) translateY(-1px) scale(0.4);
	-webkit-transform: translateX(1px) translateY(-1px) scale(0.4);
	-ms-transform: translateX(1px) translateY(-1px) scale(0.4);
}

#contactNav .btBox .contactBt {
	width: 50%;
	height: 300px;
}

#contactNav .btBox .contactBt a {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #116e60;
	width: 100%;
	height: 100%;
	padding: 56px 0 0 0;
}

#contactNav .btBox .contactBt a:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 300px;
  height: 300px;
  background: #fff;
  transform: scale(0);
  transition: 0.6s ease all;
}

#contactNav .btBox .contactBt .enTex {
	position: relative;
	margin-bottom: 7px;
	z-index: 1;
}

#contactNav .btBox .contactBt .enTex p {
	font-size: 50px;
  font-weight: 700;
  line-height: 1.53333;
  letter-spacing: 0.075em;
  text-align: center;
	color: #0f6659;
}

#contactNav .btBox .contactBt .jpTex {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

#contactNav .btBox .contactBt .jpTex .tex {
	font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
	margin-right: 15px;
	color: #fff;
	transition: 0.6s ease all;
}

#contactNav .btBox .contactBt .jpTex .icon {
	width: 18.3px;
	height: 18.3px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
}

#contactNav .btBox .contactBt .jpTex .icon .arrow {
	transform: translateX(1px) translateY(-1px) scale(0.4);
	-webkit-transform: translateX(1px) translateY(-1px) scale(0.4);
	-ms-transform: translateX(1px) translateY(-1px) scale(0.4);
}

#contactNav .btBox .contactBt .jpTex .icon .dli-chevron-right {
	color: #116e60;
}

/*----------------------------------------------------
 #pageHead
----------------------------------------------------*/

#pageHead {
	overflow: hidden;
	background: #eff2f1;
	padding: 199px 0 109px 0;
	min-height: 429px;
}

#pageHead .head {
	position: relative;
}

#pageHead .head h1 {
	display: flex;
	flex-direction: column;
}

#pageHead .head h1 b {
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 17px;
}

#pageHead .head h1 b.big {
	text-transform:uppercase;
}

#pageHead .head h1 small {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}

#pageHead .head h1 .texOnly {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.3043478;
	letter-spacing: 0.084em;
	margin: 31px 0 0 0;
}

#pageHead .head h1 .enTexOnly {
	font-size: 80px;
	font-weight: 700;
	line-height: 1.3043478;
	letter-spacing: 0.06em;
	margin: 15px 0 0 -6px;
}

#pageHead .head h1 .enTexOnly span {
	font-size: 70px;
	font-family: "Noto Sans JP", serif;
	margin-right: -7px;
}

#pageHead .head h1 .paymentTex {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3043478;
	letter-spacing: 0.065em;
	margin: 28px 0 0 -3px;
}

#pageHead .head h1 .paymentTex span {
	font-size: 46px;
	font-family: "Noto Sans JP", serif;
  display: inline-block;
	transform: translate(3px, -5px);
	-webkit-transform: translate(3px, -5px);
	-moz-transform: translate(3px, -5px);
}

#pageHead .head h1 .giTex {
	letter-spacing: 0.124em;
	margin: 20px 0 0 0;
}

#pageHead .head h1 .giTex span.enTex_fig {
	font-size: 60px;
	letter-spacing: 0.07em;
  display: inline-block;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
}

#pageHead .head h1 .giTex span.jpTex {
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 0.07em;
  display: inline-block;
}

#pageHead .head h1 .giTex span.jpTex.left {
	margin-left: -22px;
	margin-right: -4px;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
}

#pageHead .head h1 .giTex span.jpTex.right {
	margin-right: -4px;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
}

#pageHead .head h1 .texOnly.reTex {
	letter-spacing: 0.114em;
	margin: 25px 0 0 0;
}

#pageHead .head h1 .texOnly.reTex span.enTex_fig {
	font-size: 60px;
	letter-spacing: 0.1em;
	margin-left: 4px;
	display: inline-block;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
}

#pageHead .head h1 .texOnly.linTex {
	letter-spacing: 0.084em;
	margin: 25px 0 0 0;
}

#pageHead .head h1 .texOnly.linTex span.enTex_fig {
	font-size: 60px;
	letter-spacing: 0.1em;
	margin-left: 4px;
	display: inline-block;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
}

#pageHead .head p {
	display: flex;
	flex-direction: column;
}

#pageHead .head p b {
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 17px;
}

#pageHead .head p b.big {
	text-transform: uppercase;
}

#pageHead .head p small {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}

#pageHead .head .bgObj {
	width: 100%;
	max-width: 485px;
	position: absolute;
	right: 51px;
	bottom: -461px;
}

#pageHead .head.singleTex .bgObj {
	bottom: -487px;
}

/*----------------------------------------------------
 #pageNav
----------------------------------------------------*/

#pageNav {
	overflow: hidden;
	margin-bottom: -41px;
	padding: 94px 0 0 0;
}

#pageNav .inner {
	max-width: 1080px;
}

#pageNav .head {
	margin-bottom: 59px;
}

#pageNav .head h2 {
	display: flex;
	flex-direction: column;
}

#pageNav .head h2 b {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 13px;
	transform: translateX(-3px);
	-webkit-transform: translateX(-3px);
	-moz-transform: translateX(-3px);
}

#pageNav .head h2 small {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}

/*----------------------------------------------------
 #breadcrumb
----------------------------------------------------*/

#breadcrumb {
	overflow: hidden;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
	background: #d6e1dd;
	padding: 12px 0 15px 0;
}

#breadcrumb span {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
}

#breadcrumb span.slash {
	margin: 0 11px;
}

/*----------------------------------------------------
  #serviceNavBox
----------------------------------------------------*/

.service #serviceNavBox {
	margin-bottom: -60px;
}

#serviceNavBox {
	position: relative;
	overflow: hidden;
	padding: 0 0 0 0;
}

#serviceNavBox .inner {
	max-width: 1080px;
}

#serviceNavBox .head {
	margin-bottom: 30px;
}

#serviceNavBox .head h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6666;
	text-align: center;
	color: #000000;
}

#serviceNavBox .navHead {
	background: #eff2f1;
	border-radius: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 41px;
	padding: 25px 0;
}

#serviceNavBox .navHead p {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #000000;
	text-align: center;
}

#serviceNavBox .serviceNav {
	padding: 0 0 21px 0;
}

#serviceNavBox .serviceNav.last {
	padding: 0;
}

/*----------------------------------------------------
  .serviceNav
----------------------------------------------------*/

.serviceNav {
  display: flex;
	flex-wrap: wrap;
	padding: 0 0 43px 0;
}

.serviceNav .box {
	width: 320px;
	min-height: 555.89px;
	border-radius: 20px;
	margin-right: 60px;
	margin-bottom: 60px;
	overflow: hidden;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
	transition: all 0.3s ease;
}

.serviceNav .box a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.serviceNav .box a .boxHead {
	background: #116e60;
	padding: 36px 0 85px 0;
}

.serviceNav .box a .boxHead h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.serviceNav .box a .boxHead h3 small {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3333;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	margin-bottom: 8px;
}

.serviceNav .box a .boxHead h3 b {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3333;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	font-family: "Figtree", "Noto Sans JP", serif;
}

.serviceNav .box a .boxHead h3 b.mini {
	font-size: 26px;
	margin-top: 6px;
	letter-spacing: 0.05em;
}

.serviceNav .box a .boxHead h3 b span {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	display: inline-block;
}

.serviceNav .box a .innerBox {
	width: 240px;
	margin: -59px auto 45px;
	background: #fff;
	border-radius: 20px;
}

.serviceNav .box a .innerBox .innerHead {
	position: relative;
	padding: 30px 0 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.serviceNav .box a .innerBox .innerHead:after {
	content: '';
	width: 100%;
	height: 38px;
	background: #fff;
	position: absolute;
	bottom: -28px;
	left: 0;
}

.serviceNav .box a .innerBox .logo {
	position: relative;
	z-index: 1;
}

.serviceNav .box a .innerBox .docMailLogo {
	width: 100%;
	max-width: 135px;
	margin: 0 auto 0;
}

.serviceNav .box a .innerBox .docBellLogo {
	width: 100%;
	max-width: 133.5px;
	margin: 0 auto -3px;
}

.serviceNav .box a .innerBox .docMailpeLogo {
	width: 100%;
	max-width: 136px;
	margin: 0 auto 0;
}

.serviceNav .box a .innerBox .docAddressLogo {
	width: 100%;
	max-width: 181px;
	margin: 0 auto -2px;
}

.serviceNav .box a .innerBox .docBusinessLogo {
	width: 100%;
	max-width: 179px;
	margin: 0 auto 5px;
}

.serviceNav .box a .innerBox .docIpLogo {
	width: 100%;
	max-width: 125px;
	margin: 0 auto -6px;
}

.serviceNav .box a .innerBox .docMailcLogo {
	width: 100%;
	max-width: 146px;
	margin: 0 auto -4px;
}

.serviceNav .box a .innerBox .docCyberLogo {
	width: 100%;
	max-width: 151px;
	margin: 3px auto 0;
}

.serviceNav .box a .innerBox .tag {
	width: 160px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 17px;
	border-radius: 15px;
	background: #8fc31f;
	position: relative;
	z-index: 1;
}

.serviceNav .box a .innerBox .tag .tex {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.075em;
	color: #fff;
	text-align: center;
}

.serviceNav .box a .innerBox .recoTex {
	border-bottom: 1px solid #525252;
	padding: 0 0 16px 0;
}

.serviceNav .box a .innerBox .recoTex p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: 0;
	color: #000;
	text-align: center;
}

.serviceNav .box a .innerBox .charaTex {
	padding: 11px 10px 0;
}

.serviceNav .box a .innerBox .charaTex p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7777;
	letter-spacing: 0.015em;
	color: #000;
	text-align: left;
}

/*----------------------------------------------------
  .bannerNav
----------------------------------------------------*/

.bannerNav {
  position: relative;
}

.bannerNav .caseBox {
	width: 100%;
	height: 190px;
	margin-bottom: 41px;
}

.bannerNav .caseBox a {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 41px 0 0 69px;
	border-radius: 20px;
	background: #eff2f1;
	box-shadow: -5px -5px 5px 3px rgba(255, 255, 255, 0.8), 5px 5px 5px 3px rgba(201, 201, 201, 0.8);
}

.bannerNav .caseBox a .enTex {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #000;
	margin-bottom: 6px;
}

.bannerNav .caseBox a .jpTex {
	display: flex;
	align-items: center;
}

.bannerNav .caseBox a .jpTex .tex {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.075em;
	color: #000;
}

.bannerNav .caseBox a .jpTex .icon {
	width: 39.63px;
	height: 39.63px;
	border-radius: 50%;
	background: #116e60;
	margin: 2px 0 0 15px;
	transition: all 0.3s ease 0s;
}

.bannerNav .caseBox a .jpTex .icon .arrow {
	transform: translateX(7px) translateY(3px) scale(0.5);
	-webkit-transform: translateX(7px) translateY(3px) scale(0.5);
	-ms-transform: translateX(7px) translateY(3px) scale(0.5);
}

.bannerNav .caseBox a .jpTex .icon .arrow .dli-chevron-right {
	color: #fff;
}

.bannerNav .caseBox a .obj {
	width: 100%;
	max-width: 258px;
	position: absolute;
	top: -34px;
	right: 141px;
}

.bannerNav .serviceBox {
	width: 100%;
	height: 190px;
}

.bannerNav .serviceBox a {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 41px 0 0 69px;
	border-radius: 20px;
	background: #eff2f1;
	box-shadow: -5px -5px 5px 3px rgba(255, 255, 255, 0.8), 5px 5px 5px 3px rgba(201, 201, 201, 0.8);
}

.bannerNav .serviceBox a .enTex {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #000;
	margin-bottom: 6px;
}

.bannerNav .serviceBox a .jpTex {
	display: flex;
	align-items: center;
}

.bannerNav .serviceBox a .jpTex .tex {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.075em;
	color: #000;
}

.bannerNav .serviceBox a .jpTex .icon {
	width: 39.63px;
	height: 39.63px;
	border-radius: 50%;
	background: #116e60;
	margin: 2px 0 0 15px;
	transition: all 0.3s ease 0s;
}

.bannerNav .serviceBox a .jpTex .icon .arrow {
	transform: translateX(7px) translateY(3px) scale(0.5);
	-webkit-transform: translateX(7px) translateY(3px) scale(0.5);
	-ms-transform: translateX(7px) translateY(3px) scale(0.5);
}

.bannerNav .serviceBox a .jpTex .icon .arrow .dli-chevron-right {
	color: #fff;
}

.bannerNav .serviceBox a .obj {
	width: 100%;
	max-width: 258px;
	position: absolute;
	top: -65px;
	right: 192px;
}

/*----------------------------------------------------
 #companyNav
----------------------------------------------------*/

#companyNav {
	padding: 152px 0 89px 0;
	background: #eff2f1;
}

#companyNav .inner {
	max-width: 1080px;
}

#companyNav .boxFlex {
	display: flex;
	flex-wrap: wrap;
}

#companyNav .boxFlex .box {
	position: relative;
	width: 320px;
	margin-right: 60px;
	margin-bottom: 58px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
	transition: all 0.3s ease 0s;
}

#companyNav .boxFlex .box a .image {
	position: relative;
	width: 100%;
	height: 180px;
}

#companyNav .boxFlex .box a .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#companyNav .boxFlex .box a .conts {
	display: flex;
	justify-content: center;
	padding: 28px 0 32px 0;
}

#companyNav .boxFlex .box a .conts .texLink {
	display: flex;
	justify-content: center;
	align-items: center;
}

#companyNav .boxFlex .box a .conts .texLink .tex {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0 8px 0 5px;
}

#companyNav .boxFlex .box a .conts .texLink .arrow {
	transform: translateY(0) scale(0.5);
	-webkit-transform: translateY(0) scale(0.5);
	-ms-transform: translateY(0) scale(0.5);
}

#companyNav .boxFlex .box a .conts .texLink .arrow .dli-chevron-right {
	color: #000;
}

/*----------------------------------------------------
 #csrNav
----------------------------------------------------*/

#csrNav {
	padding: 100px 0 43px 0;
	background: #eff2f1;
}

#csrNav .inner {
	max-width: 1080px;
}

#csrNav .boxFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#csrNav .boxFlex .box {
	position: relative;
	width: 510px;
	margin-bottom: 58px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
	transition: all 0.3s ease 0s;
}

#csrNav .boxFlex .box a .image {
	position: relative;
	width: 100%;
	height: 180px;
}

#csrNav .boxFlex .box a .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#csrNav .boxFlex .box a .conts {
	display: flex;
	justify-content: center;
	padding: 28px 0 32px 0;
}

#csrNav .boxFlex .box a .conts .texLink {
	display: flex;
	justify-content: center;
	align-items: center;
}

#csrNav .boxFlex .box a .conts .texLink .tex {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0 8px 0 5px;
}

#csrNav .boxFlex .box a .conts .texLink .arrow {
	transform: translateY(0) scale(0.5);
	-webkit-transform: translateY(0) scale(0.5);
	-ms-transform: translateY(0) scale(0.5);
}

#csrNav .boxFlex .box a .conts .texLink .arrow .dli-chevron-right {
	color: #000;
}

/*----------------------------------------------------
 #csrCard
----------------------------------------------------*/

#archive #csrCard {
	margin-bottom: 0;
	padding: 99px 0 95px 0;
}

#page #csrCard {
	margin-bottom: 0;
	padding: 99px 0 95px 0;
}

#archiveFront #csrCard {
	margin-bottom: -63px;
	padding: 99px 0 0 0;
}

#csrCard {
	margin-bottom: -63px;
	padding: 99px 0 0 0;
}

#csrCard .inner {
	max-width: 1080px;
}

#csrCard .cardFlex {
	display: flex;
	flex-wrap: wrap;
}

#csrCard .wp-pagenavi {
	margin: 0 0;
}

#csrCard .cardFlex .box {
	width: 320px;
	margin-right: 60px;
	margin-bottom: 63px;
}

#csrCard .cardFlex .box a {
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	padding: 39px 40px 44px;
	overflow: hidden;
	background: #eff2f1;
	transition: all 0.3s ease 0s;
}

#csrCard .cardFlex .box a .cat {
	width: 180px;
	height: 30px;
	margin-bottom: 21px;
}

#csrCard .cardFlex .box a .cat a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #8fc31f;
	border-radius: 15px;
	padding: 0;
}

#csrCard .cardFlex .box a .cat a span {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
}

#csrCard .cardFlex .box a .image {
	width: 240px;
	height: 170px;
	margin: 0 auto 20px;
}

#csrCard .cardFlex .box a .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#csrCard .cardFlex .box a .conts .days {
	margin-bottom: 4px;
}

#csrCard .cardFlex .box a .conts .days span {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000;
}

#csrCard .cardFlex .box a .conts h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6666;
	letter-spacing: 0.1em;
	margin-bottom: 13px;
	color: #000;
}

#csrCard .cardFlex .box a .conts p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #000;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/*----------------------------------------------------
 #singleContent
----------------------------------------------------*/

#singleContent {
	position: relative;
	overflow: hidden;
	padding: 139px 0 0 0;
}

#singleContent.csr {
	padding: 139px 0 71px 0;
}

#singleContent .inner {
	max-width: 1000px;
}

#singleContent .head {
	margin-bottom: 52px;
}

#singleContent .head h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	color: #000;
}

#singleContent .sectionHead {
	margin-bottom: 48px;
}

#singleContent .sectionHead h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #000;
	margin-bottom: 24px;
}

#singleContent .sectionHead .date {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #000;
}

#singleContent .infoFlex {
	display: flex;
	margin-bottom: 27px;
}

#singleContent .infoFlex .days {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-right: 18px;
  padding: 3px 0 0 0;
}

#singleContent .infoFlex .catFlex {
	display: flex;
}

#singleContent .infoFlex .catFlex .cat {
	width: 78px;
	height: 20px;
	margin-right: 18px;
}

#singleContent .infoFlex .catFlex .cat a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #8fc31f;
	border-radius: 10px;
}

#singleContent .infoFlex .catFlex .cat a span {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#singleContent .content h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 27px;
}

#singleContent .content h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 27px;
}

#singleContent .content h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 27px;
}

#singleContent .content h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 27px;
}

#singleContent .content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
	margin-bottom: 37px;
}

#singleContent .content ul {
	margin-bottom: 27px;
	padding: 0 0 0 37px;
}

#singleContent .content ul li {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
}

#singleContent .content ul li:before {
	content: '・';
	position: absolute;
	left: -18px;
}

#singleContent .content .wp-block-image {
	max-width: 100%;
	margin: 0 auto 55px;
}

#singleContent.csr .content .wp-block-image {
	max-width: 100%;
	margin: 0 auto 37px;
}

#singleContent .content .pageThumb {
	max-width: 100%;
	text-align: center;
	margin: 0 auto 31px;
}

#singleContent .content .wp-block-image .wp-element-caption {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	margin: 9px 0 0 0;
}

#singleContent .content pre.wp-block-preformatted {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
	font-family: "Noto Sans JP", serif;
	background: #eff2f1;
	border-radius: 20px;
	margin: 72px auto 84px;
	padding: 42px 89px 77px 89px;
}

#singleContent .newsContact {
	padding: 39px 0 0 0;
}

#singleContent .newsContact h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 25px;
}

#singleContent .newsContact p {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 13px;
}

#singleContent .newsContact .button {
	width: 500px;
	height: 60px;
  margin: 0 auto 0;
}

#singleContent .newsContact .button a {
  position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #116e60;
	border-radius: 30px;
}

#singleContent .newsContact .button a .tex {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
}

#singleContent .newsContact .button a .arrow {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%) scale(0.5);
  -webkit-transform: translateY(-50%) scale(0.5);
  -ms-transform: translateY(-50%) scale(0.5);
}

#singleContent .newsContact .button a .dli-chevron-right {
  color: #fff;
}

/*----------------------------------------------------
 wp-pagenavi
----------------------------------------------------*/

.wp-pagenavi {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Figtree", 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 59px 0;
}

.wp-pagenavi .extend {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.wp-pagenavi .current {
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: #116e60;
	box-sizing: border-box;
	margin: 0 13px;
}

.wp-pagenavi a.page {
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	color: #000000;
	background: #fff;
	box-sizing: border-box;
	margin: 0 13px;
}

.wp-pagenavi a.nextpostslink {
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	color: transparent;
}

.wp-pagenavi a.nextpostslink:before {
	content: '';
	width: 10px;
	height: 17px;
	background: url('../img/common/slide-arrow-right.svg') center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.wp-pagenavi a.previouspostslink {
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	color: transparent;
}

.wp-pagenavi a.previouspostslink:before {
	content: '';
	width: 10px;
	height: 17px;
	background: url('../img/common/slide-arrow-left.svg') center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------------------
 PC + HOVER
------------------------------------------------------------------------------*/

@media screen and (min-width: 769px) {
	.pc_hidden {
		display: none !important;
	}

	.button a:hover {
		background: #d6e1dd;
	}

	#header .headerFlex .logoArea a:hover {
		opacity: 0.7;
	}

	#header .headerFlex .navArea .navTop ul li a:hover {
		opacity: 0.7;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li a:hover .tex {
		opacity: 0.7;
	}

	#header .headerFlex .navArea .navBottom .dropBox ul li a:hover {
		opacity: 0.7;
	}

	#header .headerFlex .navArea .navBottom .button a:hover {
		background: #d6e1dd;
	}

	#header .headerFlex .navArea .navBottom .button a:hover .tex {
		color: #000000;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > a:hover:after {
		opacity: 1;
	}

	#goTop a:hover {
		background: #d6e1dd;
	}

	#goTop a:hover .arrow .dli-chevron-up {
		color: #000000;
	}

	#contactNav .btBox .materialBt a:hover:before{
		transform: scale(4.2);
		-webkit-transform: scale(4.2);
		-moz-transform: scale(4.2);
	}

	#contactNav .btBox .materialBt a:hover .jpTex .tex {
		color: #fff;
		transition: 0.6s ease all;
	}

	#contactNav .btBox .contactBt a:hover:before{
		transform: scale(4.2);
		-webkit-transform: scale(4.2);
		-moz-transform: scale(4.2);
	}

	#contactNav .btBox .contactBt a:hover .jpTex .tex {
		color: #116e60;
		transition: 0.6s ease all;
	}

	#footer .navFlex .box01 ul li a:hover {
		opacity: 0.7;
	}

	#footer .navFlex .box02 nav > ul > li a:hover {
		opacity: 0.7;
	}

	#footer .navFlex .box03 nav > ul > li a:hover {
		opacity: 0.7;
	}

	#footer .navFlex .box04 .navArea ul li a:hover {
		opacity: 0.7;
	}

	#footer .footerInfo .footerLogo a:hover {
		opacity: 0.7;
	}

	#breadcrumb a:hover {
		opacity: 0.7;
	}

	.bannerNav .caseBox a:hover {
		box-shadow: -2.5px -2.5px 2.5px 1.5px rgba(255, 255, 255, 0.4), 2.5px 2.5px 2.5px 1.5px rgba(201, 201, 201, 0.4);
	}

	.bannerNav .caseBox a:hover .jpTex .icon {
		background: #d6e1dd;
	}

	.bannerNav .caseBox a:hover .jpTex .icon .arrow .dli-chevron-right {
		color: #000000;
	}

	.bannerNav .serviceBox a:hover {
		box-shadow: -2.5px -2.5px 2.5px 1.5px rgba(255, 255, 255, 0.4), 2.5px 2.5px 2.5px 1.5px rgba(201, 201, 201, 0.4);
	}

	.bannerNav .serviceBox a:hover .jpTex .icon {
		background: #d6e1dd;
	}

	.bannerNav .serviceBox a:hover .jpTex .icon .arrow .dli-chevron-right {
		color: #000000;
	}

	.serviceNav .box:nth-child(3n) {
		margin-right: 0;
	}

	.serviceNav .box:hover {
		box-shadow: rgba(0, 0, 0, 0.05) 0 2px 6px;
	}

	#companyNav .boxFlex .box:hover {
		box-shadow: rgba(0, 0, 0, 0.05) 0 2px 6px;
	}

	#companyNav .boxFlex .box:nth-child(3n) {
		margin-right: 0;
	}

	#csrNav .boxFlex .box:hover {
		box-shadow: rgba(0, 0, 0, 0.05) 0 2px 6px;
	}

	#csrCard .cardFlex .box:nth-child(3n) {
		margin-right: 0;
	}

	#csrCard .cardFlex .box a:hover {
		opacity: 0.7;
	}

	#singleContent .newsContact .button a:hover {
		background: #d6e1dd;
	}

	.wp-pagenavi a.page:hover {
		color: #fff;
    background: #116e60;
	}

	.wp-pagenavi a.nextpostslink:hover,
	.wp-pagenavi a.previouspostslink:hover {
		opacity: 0.7;
	}


}

/*------------------------------------------------------------------------------
 PC VW
------------------------------------------------------------------------------*/


@media screen and (min-width: 769px) and (max-width: 1280px) {

	/*----------------------------------------------------
  HOVER
  ----------------------------------------------------*/

	.serviceNav .box:hover {
		box-shadow: rgba(0, 0, 0, 0.05) 0 0.156vw 0.469vw;
	}

	#companyNav .boxFlex .box:hover {
		box-shadow: rgba(0, 0, 0, 0.05) 0 0.156vw 0.469vw;
	}

	#csrNav .boxFlex .box:hover {
		box-shadow: rgba(0, 0, 0, 0.05) 0 0.156vw 0.469vw;
	}

	/*----------------------------------------------------
	elements
	----------------------------------------------------*/

	body {
		font-size: 1.25vw;
	}

	/*----------------------------------------------------
	fadeIn
	----------------------------------------------------*/

	.fadeIn {
		transform: translate3d(0, -0.781vw, 0);
		transition: 1s;
		opacity: 0;
	}

	/*----------------------------------------------------
	inner
	----------------------------------------------------*/
	.inner {
		max-width: 100vw;
	}

	/*----------------------------------------------------
	Arrow
	----------------------------------------------------*/

	.dli-chevron-up {
		width: 1.25vw;
		height: 1.25vw;
	}

	.dli-chevron-right {
		width: 1.25vw;
		height: 1.25vw;
	}

	.dli-chevron-left {
		width: 1.25vw;
		height: 1.25vw;
	}

	.dli-chevron-down {
		width: 1.25vw;
		height: 1.25vw;
	}

	/*----------------------------------------------------
	#header
	----------------------------------------------------*/

	#header {
		height: 7.813vw;
	}

	#header .headerFlex {
		padding: 0.859vw 0 0 0.625vw;
	}

	#header .headerFlex .logoArea {
		max-width: 31.25vw;
		margin: 0.781vw 0 0 0;
	}

	#header .headerFlex .navArea .navTop nav > ul > li {
		margin-left: 2.656vw;
	}

	#header .headerFlex .navArea .navTop nav > ul > li > a {
		font-size: 0.938vw;
	}

	#header .headerFlex .navArea .navBottom {
		padding: 0 0.469vw 0 0;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li {
		margin-left: 1.875vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > a {
		font-size: 1.25vw;
		line-height: 4.375vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > a:after {
		height: 0.313vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox {
		padding: 0.781vw 0;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside {
		border-radius: 1.563vw;
		max-width: 70.313vw;
		margin-top: 0.859vw;
		margin-bottom: 0.859vw;
		padding: 3.125vw 0 4.922vw 0;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .obj {
		max-width: 23.984vw;
		left: -3.281vw;
		bottom: -2.734vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex {
		padding: 0 0 0 8.203vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .leftArea {
		width: 15.469vw;
		padding: 0.703vw 0 1.719vw 0;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .leftArea > ul > li {
		margin-bottom: 0.156vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .leftArea > ul > li > a > .tex {
		font-size: 1.094vw;
		margin-right: 1.563vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea {
		width: 23.438vw;
		padding: 0.703vw 1.719vw 1.719vw 1.719vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li {
		margin-bottom: 0.156vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > a > .tex {
		font-size: 0.938vw;
		margin-right: 1.563vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > ul {
		margin: -0.234vw 0 0 0;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > ul > li {
		margin-bottom: -0.078vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > ul > li > a {
		padding: 0 0 0 2.578vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > ul > li > a > .tex {
		font-size: 0.938vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .centerArea > ul > li > ul > li > a > .tex:before {
		width: 0.703vw;
		height: 0.078vw;
		left: -1.094vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .rightArea {
		width: 17.188vw;
		padding: 0.703vw 0 1.719vw 5.703vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .rightArea > ul > li {
		margin-bottom: 0.156vw;
	}

	#header .headerFlex .navArea .navBottom nav > ul > li > .dropBox .dropInside .boxFlex .rightArea > ul > li > a > .tex {
		font-size: 0.938vw;
	}

	#header .headerFlex .navArea .navBottom .button {
		width: 10.938vw;
		height: 2.656vw;
		margin-left: 2.188vw;
	}

	#header .headerFlex .navArea .navBottom .button a {
		border-radius: 1.328vw;
	}

	#header .headerFlex .navArea .navBottom .button a .tex {
		font-size: 1.094vw;
	}

	/*----------------------------------------------------
	#footer
	----------------------------------------------------*/

	#footer {
		padding: 11.016vw 0 4.766vw 0;
	}

	#footer .navFlex {
		margin-bottom: 0.781vw;
	}

	#footer .navFlex .box01 {
		width: 14.766vw;
		padding: 0 2.344vw 0 0;
	}

	#footer .navFlex .box01 ul li {
		margin-bottom: 1.719vw;
	}

	#footer .navFlex .box01 ul li a {
		font-size: 1.094vw;
	}

	#footer .navFlex .box02 {
		width: 28.359vw;
		padding: 0 2.344vw 0 7.734vw;
	}

	#footer .navFlex .box02 nav > ul > li a {
		font-size: 1.094vw;
	}

	#footer .navFlex .box02 nav > ul > li > ul > li {
		margin-bottom: -0.422vw;
	}

	#footer .navFlex .box02 nav > ul > li > ul > li > a {
		font-size: 0.938vw;
	}

	#footer .navFlex .box03 {
		width: 25.078vw;
		padding: 0 2.344vw 0 3.75vw;
	}

	#footer .navFlex .box03 nav > ul > li a {
		font-size: 1.094vw;
	}

	#footer .navFlex .box03 nav > ul > li > ul > li {
		margin-bottom: -0.5vw;
	}

	#footer .navFlex .box03 nav > ul > li > ul > li > a {
		font-size: 0.938vw;
	}

	#footer .navFlex .box03 nav > ul > li > ul > li > ul {
		margin: -0.859vw 0 0.391vw;
	}

	#footer .navFlex .box03 nav > ul > li > ul > li > ul > li {
		margin-bottom: -0.891vw;
	}

	#footer .navFlex .box03 nav > ul > li > ul > li > ul > li > a {
		font-size: 0.938vw;
		padding: 0 0 0 2.422vw;
	}

	#footer .navFlex .box03 nav > ul > li > ul > li > ul > li > a:before {
		width: 0.781vw;
		height: 0.078vw;
		left: 1.328vw;
		top: 0.703vw;
	}

	#footer .navFlex .box04 {
		width: 31.563vw;
	}

	#footer .navFlex .box04 .policyArea {
		padding: 0.859vw 4.688vw 2.578vw 5.078vw;
	}

	#footer .navFlex .box04 .policyArea .whiteBox {
		border-radius: 1.563vw;
		padding: 0.234vw 1.953vw 0 1.484vw;
	}

	#footer .navFlex .box04 .navArea {
		padding: 2.734vw 0 0 6.797vw;
	}

	#footer .navFlex .box04 .navArea ul li {
		margin: 0 3.672vw 1.719vw 0;
	}

	#footer .navFlex .box04 .navArea ul li:nth-child(3) {
		margin-right: 6.016vw;
	}

	#footer .navFlex .box04 .navArea ul li a {
		font-size: 1.094vw;
	}

	#footer .footerInfo .footerLogo {
		max-width: 26.641vw;
		margin-bottom: 1.094vw;
	}

	#footer .footerInfo .copy p {
		font-size: 0.938vw;
	}

	/*----------------------------------------------------
	#goTop
	----------------------------------------------------*/

	#goTop {
		width: 4.219vw;
		height: 4.219vw;
		right: 6.25vw;
		bottom: 6.25vw;
	}

	/*----------------------------------------------------
	#contactNav
	----------------------------------------------------*/

	#contactNav {
		padding: 11.719vw 0 0 0;
	}

	#contactNav .head {
		margin-bottom: 5.625vw;
	}

	#contactNav .head h2 {
		margin-bottom: 3.125vw;
	}

	#contactNav .head h2 b {
		font-size: 6.25vw;
		margin-bottom: 1.328vw;
		transform: translateX(-0.156vw);
		-webkit-transform: translateX(-0.156vw);
		-moz-transform: translateX(-0.156vw);
	}

	#contactNav .head h2 small {
		font-size: 1.875vw;
	}

	#contactNav .head p {
		font-size: 2.344vw;
	}

	#contactNav .btBox .materialBt {
		height: 23.438vw;
	}

	#contactNav .btBox .materialBt a {
		padding: 4.375vw 0 0 0;
	}

	#contactNav .btBox .materialBt a:before {
		width: 23.438vw;
		height: 23.438vw;
	}

	#contactNav .btBox .materialBt .enTex {
		margin-bottom: 0.547vw;
	}

	#contactNav .btBox .materialBt .enTex p {
		font-size: 3.906vw;
	}

	#contactNav .btBox .materialBt .jpTex .tex {
		font-size: 1.563vw;
		margin-right: 1.172vw;
	}

	#contactNav .btBox .materialBt .jpTex .icon {
		width: 1.43vw;
		height: 1.43vw;
		transform: translateY(0.156vw);
		-webkit-transform: translateY(0.156vw);
		-moz-transform: translateY(0.156vw);
	}

	#contactNav .btBox .contactBt {
		height: 23.438vw;
	}

	#contactNav .btBox .contactBt a {
		padding: 4.375vw 0 0 0;
	}

	#contactNav .btBox .contactBt a:before{
		width: 23.438vw;
		height: 23.438vw;
	}

	#contactNav .btBox .contactBt .enTex {
		margin-bottom: 0.547vw;
	}

	#contactNav .btBox .contactBt .enTex p {
		font-size: 3.906vw;
	}

	#contactNav .btBox .contactBt .jpTex .tex {
		font-size: 1.563vw;
		margin-right: 1.172vw;
	}

	#contactNav .btBox .contactBt .jpTex .icon {
		width: 1.43vw;
		height: 1.43vw;
		transform: translateY(0.156vw);
		-webkit-transform: translateY(0.156vw);
		-moz-transform: translateY(0.156vw);
	}

	/*----------------------------------------------------
	#pageHead
	----------------------------------------------------*/

	#pageHead {
		padding: 15.547vw 0 8.516vw 0;
		min-height: 33.516vw;
	}

	#pageHead .head h1 b {
		font-size: 6.25vw;
		margin-bottom: 1.328vw;
	}

	#pageHead .head h1 small {
		font-size: 1.875vw;
	}

	#pageHead .head h1 .texOnly {
		font-size: 3.594vw;
		margin: 2.422vw 0 0 0;
	}

	#pageHead .head h1 .enTexOnly {
		font-size: 6.25vw;
		margin: 1.172vw 0 0 -0.469vw;
	}

	#pageHead .head h1 .enTexOnly span {
		font-size: 5.469vw;
		margin-right: -0.547vw;
	}

	#pageHead .head h1 .paymentTex {
		font-size: 4.688vw;
		margin: 2.188vw 0 0 -0.234vw;
	}

	#pageHead .head h1 .paymentTex span {
		font-size: 3.594vw;
		transform: translate(0.234vw, -0.391vw);
		-webkit-transform: translate(0.234vw, -0.391vw);
		-moz-transform: translate(0.234vw, -0.391vw);
	}

	#pageHead .head h1 .giTex {
		margin: 1.563vw 0 0 0;
	}

	#pageHead .head h1 .giTex span.enTex_fig {
		font-size: 4.688vw;
		transform: translateY(0.313vw);
		-webkit-transform: translateY(0.313vw);
		-moz-transform: translateY(0.313vw);
	}

	#pageHead .head h1 .giTex span.jpTex {
		font-size: 4.688vw;
	}

	#pageHead .head h1 .giTex span.jpTex.left {
		margin-left: -1.719vw;
		margin-right: -0.312vw;
		transform: translateY(0.313vw);
		-webkit-transform: translateY(0.313vw);
		-moz-transform: translateY(0.313vw);
	}

	#pageHead .head h1 .giTex span.jpTex.right {
		margin-right: -0.312vw;
		transform: translateY(0.313vw);
		-webkit-transform: translateY(0.313vw);
		-moz-transform: translateY(0.313vw);
	}

	#pageHead .head h1 .texOnly.reTex {
		letter-spacing: 0.114em;
		margin: 1.953vw 0 0 0;
	}

	#pageHead .head h1 .texOnly.reTex span.enTex_fig {
		font-size: 4.688vw;
		margin-left: 0.313vw;
		transform: translateY(0.313vw);
		-webkit-transform: translateY(0.313vw);
		-moz-transform: translateY(0.313vw);
	}

	#pageHead .head h1 .texOnly.linTex {
		letter-spacing: 0.084em;
		margin: 1.953vw 0 0 0;
	}

	#pageHead .head h1 .texOnly.linTex span.enTex_fig {
		font-size: 4.688vw;
		margin-left: 0.313vw;
		transform: translateY(0.313vw);
		-webkit-transform: translateY(0.313vw);
		-moz-transform: translateY(0.313vw);
	}

	#pageHead .head p b {
		font-size: 6.25vw;
		margin-bottom: 1.328vw;
	}

	#pageHead .head p small {
		font-size: 1.875vw;
	}

	#pageHead .head .bgObj {
		max-width: 37.891vw;
		right: 3.984vw;
		bottom: -36.016vw;
	}

	#pageHead .head.singleTex .bgObj {
		bottom: -38.047vw;
	}

	/*----------------------------------------------------
	#pageNav
	----------------------------------------------------*/

	#pageNav {
		margin-bottom: -3.203vw;
		padding: 7.344vw 0 0 0;
	}

	#pageNav .inner {
		max-width: 84.375vw;
	}

	#pageNav .head {
		margin-bottom: 4.609vw;
	}

	#pageNav .head h2 b {
		font-size: 4.688vw;
		margin-bottom: 1.016vw;
		transform: translateX(-0.234vw);
		-webkit-transform: translateX(-0.234vw);
		-moz-transform: translateX(-0.234vw);
	}

	#pageNav .head h2 small {
		font-size: 1.875vw;
	}

	/*----------------------------------------------------
	#breadcrumb
	----------------------------------------------------*/

	#breadcrumb {
		padding: 0.938vw 0 1.172vw 0;
	}

	#breadcrumb span {
		font-size: 1.094vw;
	}

	#breadcrumb span.slash {
		margin: 0 0.859vw;
	}

	/*----------------------------------------------------
		#serviceNavBox
	----------------------------------------------------*/

	.service #serviceNavBox {
		margin-bottom: -4.687vw;
	}

	#serviceNavBox .inner {
		max-width: 84.375vw;
	}

	#serviceNavBox .head {
		margin-bottom: 2.344vw;
	}

	#serviceNavBox .head h2 {
		font-size: 2.344vw;
	}

	#serviceNavBox .navHead {
		border-radius: 2.734vw;
		margin-bottom: 3.203vw;
		padding: 1.953vw 0;
	}

	#serviceNavBox .navHead p {
		font-size: 1.563vw;
	}

	#serviceNavBox .serviceNav {
		padding: 0 0 1.641vw 0;
	}

	/*----------------------------------------------------
		.serviceNav
	----------------------------------------------------*/

	.serviceNav {
		padding: 0 0 3.359vw 0;
	}

	.serviceNav .box {
		width: 25vw;
		min-height: 43.429vw;
		border-radius: 1.563vw;
		margin-right: 4.688vw;
		margin-bottom: 4.688vw;
		box-shadow: rgba(0, 0, 0, 0.1) 0 0.313vw 0.938vw;
	}

	.serviceNav .box a .boxHead {
		padding: 2.813vw 0 6.641vw 0;
	}

	.serviceNav .box a .boxHead h3 small {
		font-size: 1.406vw;
		margin-bottom: 0.625vw;
	}

	.serviceNav .box a .boxHead h3 b {
		font-size: 2.344vw;
	}

	.serviceNav .box a .boxHead h3 b.mini {
		font-size: 2.031vw;
		margin-top: 0.469vw;
		letter-spacing: 0.05em;
	}

	.serviceNav .box a .boxHead h3 b span {
		font-size: 0.938vw;
		transform: translateY(-0.313vw);
		-webkit-transform: translateY(-0.313vw);
		-moz-transform: translateY(-0.313vw);
	}

	.serviceNav .box a .innerBox {
		width: 18.75vw;
		margin: -59px auto 45px;
		border-radius: 1.563vw;
	}

	.serviceNav .box a .innerBox .innerHead {
		padding: 2.344vw 0 0.781vw;
		box-shadow: rgba(0, 0, 0, 0.1) 0 0.313vw 0.938vw;
	}

	.serviceNav .box a .innerBox .innerHead:after {
		width: 100%;
		height: 2.969vw;
		bottom: -2.187vw;
	}

	.serviceNav .box a .innerBox .docMailLogo {
		max-width: 10.547vw;
	}

	.serviceNav .box a .innerBox .docBellLogo {
		max-width: 10.43vw;
		margin: 0 auto -0.234vw;
	}

	.serviceNav .box a .innerBox .docMailpeLogo {
		max-width: 10.625vw;
	}

	.serviceNav .box a .innerBox .docAddressLogo {
		max-width: 14.141vw;
		margin: 0 auto -0.156vw;
	}

	.serviceNav .box a .innerBox .docBusinessLogo {
		max-width: 13.984vw;
		margin: 0 auto 0.391vw;
	}

	.serviceNav .box a .innerBox .docIpLogo {
		max-width: 9.766vw;
		margin: 0 auto -0.469vw;
	}

	.serviceNav .box a .innerBox .docMailcLogo {
		max-width: 11.406vw;
		margin: 0 auto -0.313vw;
	}

	.serviceNav .box a .innerBox .docCyberLogo {
		max-width: 11.797vw;
		margin: 0.234vw auto 0;
	}

	.serviceNav .box a .innerBox .tag {
		width: 12.5vw;
		height: 2.031vw;
		margin: 2.344vw auto 1.328vw;
		border-radius: 1.172vw;
	}

	.serviceNav .box a .innerBox .tag .tex {
		font-size: 1.094vw;
	}

	.serviceNav .box a .innerBox .recoTex {
		padding: 0 0 1.25vw 0;
	}

	.serviceNav .box a .innerBox .recoTex p {
		font-size: 1.25vw;
	}

	.serviceNav .box a .innerBox .charaTex {
		padding: 0.859vw 0.781vw 0;
	}

	.serviceNav .box a .innerBox .charaTex p {
		font-size: 1.406vw;
	}

	/*----------------------------------------------------
		.bannerNav
	----------------------------------------------------*/

	.bannerNav .caseBox {
		height: 14.844vw;
		margin-bottom: 3.203vw;
	}

	.bannerNav .caseBox a {
		padding: 3.203vw 0 0 5.391vw;
		border-radius: 1.563vw;
		box-shadow: -0.391vw -0.391vw 0.391vw 0.234vw rgba(255, 255, 255, 0.8), 0.391vw 0.391vw 0.391vw 0.234vw rgba(201, 201, 201, 0.8);
	}

	.bannerNav .caseBox a .enTex {
		font-size: 4.688vw;
		margin-bottom: 0.469vw;
	}

	.bannerNav .caseBox a .jpTex .tex {
		font-size: 1.875vw;
	}

	.bannerNav .caseBox a .jpTex .icon {
		width: 3.096vw;
		height: 3.096vw;
		margin: 0.156vw 0 0 1.172vw;
	}

	.bannerNav .caseBox a .jpTex .icon .arrow {
		transform: translateX(0.547vw) translateY(0.234vw) scale(0.5);
		-webkit-transform: translateX(0.547vw) translateY(0.234vw) scale(0.5);
		-ms-transform: translateX(0.547vw) translateY(0.234vw) scale(0.5);
	}

	.bannerNav .caseBox a .obj {
		max-width: 20.156vw;
		top: -2.656vw;
		right: 11.016vw;
	}

	.bannerNav .serviceBox {
		height: 14.844vw;
	}

	.bannerNav .serviceBox a {
		padding: 3.203vw 0 0 5.391vw;
		border-radius: 1.563vw;
		box-shadow: -0.391vw -0.391vw 0.391vw 0.234vw rgba(255, 255, 255, 0.8), 0.391vw 0.391vw 0.391vw 0.234vw rgba(201, 201, 201, 0.8);
	}

	.bannerNav .serviceBox a .enTex {
		font-size: 4.688vw;
		margin-bottom: 0.469vw;
	}

	.bannerNav .serviceBox a .jpTex .tex {
		font-size: 1.875vw;
	}

	.bannerNav .serviceBox a .jpTex .icon {
		width: 3.096vw;
		height: 3.096vw;
		margin: 0.156vw 0 0 1.172vw;
	}

	.bannerNav .serviceBox a .jpTex .icon .arrow {
		transform: translateX(0.547vw) translateY(0.234vw) scale(0.5);
		-webkit-transform: translateX(0.547vw) translateY(0.234vw) scale(0.5);
		-ms-transform: translateX(0.547vw) translateY(0.234vw) scale(0.5);
	}

	.bannerNav .serviceBox a .obj {
		max-width: 20.156vw;
		top: -5.078vw;
		right: 15vw;
	}

	/*----------------------------------------------------
	#companyNav
	----------------------------------------------------*/

	#companyNav {
		padding: 11.875vw 0 6.953vw 0;
	}

	#companyNav .inner {
		max-width: 84.375vw;
	}

	#companyNav .boxFlex .box {
		width: 25vw;
		margin-right: 4.688vw;
		margin-bottom: 4.531vw;
		border-radius: 1.563vw;
		box-shadow: rgba(0, 0, 0, 0.1) 0 0.313vw 0.938vw;
	}

	#companyNav .boxFlex .box a .image {
		height: 14.063vw;
	}

	#companyNav .boxFlex .box a .conts {
		padding: 2.188vw 0 2.5vw 0;
	}

	#companyNav .boxFlex .box a .conts .texLink .tex {
		font-size: 1.25vw;
		margin: 0 0.625vw 0 0.391vw;
	}

	/*----------------------------------------------------
	#csrNav
	----------------------------------------------------*/

	#csrNav {
		padding: 7.813vw 0 3.359vw 0;
	}

	#csrNav .inner {
		max-width: 84.375vw;
	}

	#csrNav .boxFlex .box {
		width: 39.844vw;
		margin-bottom: 4.531vw;
		border-radius: 1.563vw;
		box-shadow: rgba(0, 0, 0, 0.1) 0 0.313vw 0.938vw;
	}

	#csrNav .boxFlex .box a .image {
		height: 14.063vw;
	}

	#csrNav .boxFlex .box a .conts {
		padding: 2.188vw 0 2.5vw 0;
	}

	#csrNav .boxFlex .box a .conts .texLink .tex {
		font-size: 1.25vw;
		margin: 0 0.625vw 0 0.391vw;
	}

	/*----------------------------------------------------
	#csrCard
	----------------------------------------------------*/

	#archive #csrCard {
		padding: 7.734vw 0 7.422vw 0;
	}

	#page #csrCard {
		padding: 7.734vw 0 7.422vw 0;
	}

	#archiveFront #csrCard {
		margin-bottom: -4.922vw;
		padding: 7.734vw 0 0 0;
	}

	#csrCard {
		margin-bottom: -4.922vw;
		padding: 7.734vw 0 0 0;
	}

	#csrCard .inner {
		max-width: 84.375vw;
	}

	#csrCard .cardFlex .box {
		width: 25vw;
		margin-right: 4.688vw;
		margin-bottom: 4.922vw;
	}

	#csrCard .cardFlex .box a {
		border-radius: 1.563vw;
		padding: 3.047vw 3.125vw 3.438vw;
	}

	#csrCard .cardFlex .box a .cat {
		width: 14.063vw;
		height: 2.344vw;
		margin-bottom: 1.641vw;
	}

	#csrCard .cardFlex .box a .cat a {
		border-radius: 1.172vw;
	}

	#csrCard .cardFlex .box a .cat a span {
		font-size: 1.094vw;
	}

	#csrCard .cardFlex .box a .image {
		width: 18.75vw;
		height: 13.281vw;
		margin: 0 auto 1.563vw;
	}

	#csrCard .cardFlex .box a .conts .days {
		margin-bottom: 0.313vw;
	}

	#csrCard .cardFlex .box a .conts .days span {
		font-size: 1.094vw;
	}

	#csrCard .cardFlex .box a .conts h3 {
		font-size: 1.406vw;
		margin-bottom: 1.016vw;
	}

	#csrCard .cardFlex .box a .conts p {
		font-size: 1.094vw;
	}

	/*----------------------------------------------------
	#singleContent
	----------------------------------------------------*/

	#singleContent {
		padding: 10.859vw 0 0 0;
	}

	#singleContent.csr {
		padding: 10.859vw 0 5.547vw 0;
	}

	#singleContent .inner {
		max-width: 78.125vw;
	}

	#singleContent .head {
		margin-bottom: 4.063vw;
	}

	#singleContent .head h1 {
		font-size: 3.125vw;
	}

	#singleContent .sectionHead {
		margin-bottom: 3.75vw;
	}

	#singleContent .sectionHead h1 {
		font-size: 3.125vw;
		margin-bottom: 1.875vw;
	}

	#singleContent .sectionHead .date {
		font-size: 1.094vw;
	}

	#singleContent .infoFlex {
		margin-bottom: 2.109vw;
	}

	#singleContent .infoFlex .days {
		font-size: 1.094vw;
		margin-right: 1.406vw;
		padding: 0.234vw 0 0 0;
	}

	#singleContent .infoFlex .catFlex .cat {
		width: 6.094vw;
		height: 1.563vw;
		margin-right: 1.406vw;
	}

	#singleContent .infoFlex .catFlex .cat a {
		border-radius: 0.781vw;
	}

	#singleContent .infoFlex .catFlex .cat a span {
		font-size: 0.938vw;
	}

	#singleContent .content h2 {
		font-size: 2.344vw;
		margin-bottom: 2.109vw;
	}

	#singleContent .content h3 {
		font-size: 2.031vw;
		margin-bottom: 2.109vw;
	}

	#singleContent .content h4 {
		font-size: 1.719vw;
		margin-bottom: 2.109vw;
	}

	#singleContent .content h5 {
		font-size: 1.563vw;
		margin-bottom: 2.109vw;
	}

	#singleContent .content p {
		font-size: 1.406vw;
		margin-bottom: 2.891vw;
	}

	#singleContent .content ul {
		margin-bottom: 2.109vw;
		padding: 0 0 0 2.891vw;
	}

	#singleContent .content ul li {
		font-size: 1.406vw;
	}

	#singleContent .content ul li:before {
		left: -1.406vw;
	}

	#singleContent .content .wp-block-image {
		margin: 0 auto 4.297vw;
	}

	#singleContent.csr .content .wp-block-image {
		margin: 0 auto 2.891vw;
	}

	#singleContent .content .pageThumb {
		margin: 0 auto 2.422vw;
	}

	#singleContent .content .wp-block-image .wp-element-caption {
		font-size: 1.25vw;
		margin: 0.703vw 0 0 0;
	}

	#singleContent .content pre.wp-block-preformatted {
		font-size: 1.406vw;
		border-radius: 1.563vw;
		margin: 72px auto 84px;
		padding: 3.281vw 6.953vw 6.016vw 6.953vw;
	}

	#singleContent .newsContact {
		padding: 3.047vw 0 0 0;
	}

	#singleContent .newsContact h2 {
		font-size: 2.344vw;
		margin-bottom: 1.953vw;
	}

	#singleContent .newsContact p {
		font-size: 1.25vw;
		margin-bottom: 1.016vw;
	}

	#singleContent .newsContact .button {
		width: 39.063vw;
		height: 4.688vw;
	}

	#singleContent .newsContact .button a {
		border-radius: 2.344vw;
	}

	#singleContent .newsContact .button a .tex {
		font-size: 1.406vw;
	}

	#singleContent .newsContact .button a .arrow {
		right: 2.813vw;
	}

	/*----------------------------------------------------
	wp-pagenavi
	----------------------------------------------------*/

	.wp-pagenavi {
		font-size: 1.563vw;
		margin: 4.609vw 0;
	}

	.wp-pagenavi .extend {
		-webkit-transform: translateY(-0.391vw);
		transform: translateY(-0.391vw);
	}

	.wp-pagenavi .current {
		width: 2.344vw;
		line-height: 2.344vw;
		margin: 0 1.016vw;
	}

	.wp-pagenavi a.page {
		width: 2.344vw;
		line-height: 2.344vw;
		margin: 0 1.016vw;
	}

	.wp-pagenavi a.nextpostslink {
		width: 2.344vw;
		line-height: 2.344vw;
	}

	.wp-pagenavi a.nextpostslink:before {
		width: 0.781vw;
		height: 1.328vw;
	}

	.wp-pagenavi a.previouspostslink {
		width: 2.344vw;
		line-height: 2.344vw;
	}

	.wp-pagenavi a.previouspostslink:before {
		width: 0.781vw;
		height: 1.328vw;
	}


}

/*---------------------------------------------------------------------------
 PC VW Min
---------------------------------------------------------------------------*/

@media screen and (min-width: 769px) and (max-width: 1020px) {

  .serviceNav .box {
		margin-right: 3.888vw;
	}

}


/*------------------------------------------------------------------------------
 SP
------------------------------------------------------------------------------*/

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

	.sp_hidden {
		display: none !important;
	}

	/*----------------------------------------------------
	inner
	----------------------------------------------------*/
	.inner {
		width: calc(100% - 8rem);
	}

	/*----------------------------------------------------
	#header
	----------------------------------------------------*/

	#header {
		height: 16vw;
	}

	#header .inner {
		max-width: initial;
		width: 100%;
	}

	#header .headerFlex {
		padding: 0 0 0 5.6vw;
		background: #fff;
	}

	#header .headerFlex .logoArea {
		max-width: 61.333vw;
		line-height: 8.133vw;
		margin: 3.467vw 0 0 0;
	}

	#header .spMenu {
		position: relative;
		width: 16vw;
		height: 16vw;
		background: #116e60;
		cursor: pointer;
	}

	#header .spMenu .btn-trigger {
		position: relative;
		top: 4.533vw;
		left: 4.267vw;
		width: 7.467vw;
		height: 5.333vw;
		cursor: pointer;
	}

	#header .spMenu .btn-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 0.533vw;
		background-color: #fff;
		border-radius: 1.067vw;
	}

	#header .spMenu .btn-trigger, .btn-trigger span {
		display: inline-block;
		transition: all .5s;
		box-sizing: border-box;
	}

	#header .spMenu .btn-trigger span:nth-of-type(1) {
		top: 0;
	}

	#header .spMenu .btn-trigger span:nth-of-type(2) {
		top: 2.4vw;
	}

	#header .spMenu .btn-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	#header .spMenu .btn-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(2.4vw) rotate(-45deg);
		transform: translateY(2.4vw) rotate(-45deg);
	}

	#header .spMenu .btn-trigger.active span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: active-btn05-bar02 .8s forwards;
		animation: active-btn05-bar02 .8s forwards;
	}

	@-webkit-keyframes active-btn05-bar02 {
		100% {
			height: 0;
		}
	}

	@keyframes active-btn05-bar02 {
		100% {
			height: 0;
		}
	}

	#header .spMenu .btn-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-2.4vw) rotate(45deg);
		transform: translateY(-2.4vw) rotate(45deg);
	}

	#header .dropMenu {
		position: fixed;
		overflow-y: scroll;
		z-index: 9;
		top: 0;
		width: 100%;
		height: 100%;
		background-color:#fff;
		padding: 0 0 18.667vw;
		-webkit-overflow-scrolling: touch;
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transition: all 0.6s ease 0s;
	}


	#header .dropMenu.active {
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}

	#header .dropMenu .inner {
		width: calc(100% - 8rem);
	}

	#header .dropMenu .mainMenu {
		margin-bottom: 8.267vw;
		padding: 18.4vw 0 0 0;
	}

	#header .dropMenu .mainMenu nav > ul > li {
		border-bottom: 0.267vw solid #ccc;
	}

	#header .dropMenu .mainMenu nav > ul > li > a {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 3.6vw 12vw 3.6vw 5.067vw;
	}

	#header .dropMenu .mainMenu nav > ul > li > a > .tex {
		font-size: 3.733vw;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.1em;
		color: #000000;
	}

	#header .dropMenu .mainMenu nav > ul > li > a > .arrow .dli-chevron-right {
		transform: translateX(100%) translateY(-0.267vw) rotate(45deg) scale(0.5);
		-webkit-transform: translateX(100%) translateY(-0.267vw) rotate(45deg) scale(0.5);
		-ms-transform: translateX(100%) translateY(-0.267vw) rotate(45deg) scale(0.5);
	}

	#header .dropMenu .mainMenu .acLinks > ul > li > a {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1.6vw 12vw 1.6vw 9.333vw;
	}

	#header .dropMenu .mainMenu .acLinks > ul > li > a > .tex {
		font-size: 3.733vw;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.04em;
		color: #000000;
	}

	#header .dropMenu .mainMenu .acLinks > ul > li > a > .arrow .dli-chevron-right {
		transform: translateX(100%) translateY(-0.267vw) rotate(45deg) scale(0.5);
		-webkit-transform: translateX(100%) translateY(-0.267vw) rotate(45deg) scale(0.5);
		-ms-transform: translateX(100%) translateY(-0.267vw) rotate(45deg) scale(0.5);
	}

	#header .dropMenu .mainMenu .acLinks > ul > li > ul > li > a {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1.6vw 12vw 1.6vw 13.333vw;
	}

	#header .dropMenu .mainMenu .acLinks > ul > li > ul > li > a > .tex {
		font-size: 3.733vw;
		font-weight: 400;
		line-height: 1.3571428;
		letter-spacing: 0.04em;
		color: #000000;
	}

	#header .dropMenu .mainMenu .acLinks > ul > li > ul > li > a > .arrow .dli-chevron-right {
		transform: translateX(100%) translateY(-0.533vw) rotate(45deg) scale(0.5);
		-webkit-transform: translateX(100%) translateY(-0.533vw) rotate(45deg) scale(0.5);
		-ms-transform: translateX(100%) translateY(-0.533vw) rotate(45deg) scale(0.5);
	}

	#header .dropMenu .mainMenu nav > ul > li > .acNav {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 3.6vw 12vw 3.6vw 5.067vw;
	}

	#header .dropMenu .mainMenu nav > ul > li > .acNav > a > .tex {
		font-size: 3.733vw;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.1em;
		color: #000000;
	}

	#header .dropMenu .mainMenu nav > ul > li > .acNav .plusMark {
		position: absolute;
		width: 16vw;
		height: 16vw;
		right: 1.333vw;
	}

	#header .dropMenu .mainMenu nav > ul > li > .acNav .plusMark:before {
		content: '';
		width: 2.667vw;
		height: 0.4vw;
		background: #000;
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

	#header .dropMenu .mainMenu nav > ul > li > .acNav .plusMark:after {
		content: '';
		width: 0.4vw;
		height: 2.667vw;
		background: #000;
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		 transition: all 0.3s ease 0s;
	}

	#header .dropMenu .mainMenu nav > ul > li > .acNav .plusMark.active:after {
		opacity: 0;
	}

	#header .dropMenu .mainMenu nav > ul > li > .acLinks {
		display:none;
		margin: -1.867vw 0 0 0;
		padding: 0 0 5.333vw 0;
	}


	#header .dropMenu .button {
		width: 100%;
		margin-bottom: 7.733vw;
	}

	#header .dropMenu .button a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #116e60;
		border-radius: 6vw;
		padding: 4vw 0;
	}

	#header .dropMenu .button a .tex {
		font-size: 4vw;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.1em;
		color: #fff;
	}

	#header .dropMenu .subMenu nav > ul > li {
		margin-bottom: 6.667vw;
	}

	#header .dropMenu .subMenu nav > ul > li > a {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 0 0 5.067vw;
	}

	#header .dropMenu .subMenu nav > ul > li > a > .tex {
		font-size: 3.733vw;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.1em;
		color: #000000;
	}


	/*----------------------------------------------------
	#footer
	----------------------------------------------------*/

	#footer {
		padding: 11.2vw 0 9.867vw 0;
	}

	#footer .navFlex {
		flex-direction: column;
		margin-bottom: 2.667vw;
	}

	#footer .navFlex .box01 {
		width: 100%;
		padding: 0 0 5.867vw 0;
		border-right: initial;
		border-bottom: 0.267vw solid #545454;
	}

	#footer .navFlex .box01 ul {
		display: flex;
		flex-wrap: wrap;
	}

	#footer .navFlex .box01 ul li {
		width: 41%;
		margin-bottom: 0;
	}

	#footer .navFlex .box01 ul li a {
		font-size: 3.2vw;
		letter-spacing: 0.06em;
	}

	#footer .navFlex .box04 {
		width: 100%;
		flex-direction: column-reverse;
		padding: 0 0 0 0;
	}

	#footer .navFlex .box04 .policyArea {
		padding: 7.733vw 8vw 5.867vw 8vw;
		border-bottom: initial;
	}

	#footer .navFlex .box04 .policyArea .whiteBox {
		border-radius: 2.667vw;
		padding: 0.8vw 6.667vw 0 5.067vw;
	}

	#footer .navFlex .box04 .navArea {
		padding: 4.533vw 0 5.867vw 0;
		border-bottom: 0.267vw solid #545454;
	}

	#footer .navFlex .box04 .navArea ul {
		display: flex;
		flex-wrap: wrap;
	}

	#footer .navFlex .box04 .navArea ul li {
		width: 41%;
		margin: 0 0 0 0;
	}

	#footer .navFlex .box04 .navArea ul li:nth-child(2n) {
		margin-right: 0;
	}

	#footer .navFlex .box04 .navArea ul li:nth-child(3) {
		margin-right: 0;
	}

	#footer .navFlex .box04 .navArea ul li a {
		font-size: 3.2vw;
		letter-spacing: 0.06em;
	}

	#footer .footerInfo {
		display: flex;
		flex-direction: column;
	}

	#footer .footerInfo .footerLogo {
		max-width: 57.6vw;
		margin-bottom: 3.2vw;
	}

	#footer .footerInfo .copy p {
		font-size: 2.667vw;
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.07em;
	}

	/*----------------------------------------------------
	#goTop
	----------------------------------------------------*/

	#goTop {
		width: 9.9vw;
		height: 9.9vw;
		right: 10.667vw;
		bottom: 10.667vw;
	}

	#goTop a .arrow {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
	}

	/*----------------------------------------------------
	#contactNav
	----------------------------------------------------*/

	#contactNav {
		padding: 32vw 0 0 0;
	}

	#contactNav .head {
		margin-bottom: 8.8vw;
	}

	#contactNav .head h2 {
		margin-bottom: 7.467vw;
	}

	#contactNav .head h2 b {
		font-size: 12.267vw;
		margin-bottom: 1.6vw;
		transform: translateX(-0.267vw);
		-webkit-transform: translateX(-0.267vw);
		-moz-transform: translateX(-0.267vw);
	}

	#contactNav .head h2 small {
		font-size: 4vw;
		letter-spacing: 0.16em;
	}

	#contactNav .head p {
		font-size: 4.533vw;
		line-height: 1.5294117;
		text-align: left;
	}

	#contactNav .btBox {
		flex-direction: column;
	}

	#contactNav .btBox .materialBt {
		width: 100%;
		height: 38.667vw;
	}

	#contactNav .btBox .materialBt a {
		padding: 7.467vw 0 0 0;
	}

	#contactNav .btBox .materialBt .enTex {
		margin-bottom: 1.067vw;
	}

	#contactNav .btBox .materialBt .enTex p {
		font-size: 8vw;
		line-height: 1;
	}

	#contactNav .btBox .materialBt .jpTex .tex {
		font-size: 4.267vw;
		margin-right: 3.467vw;
	}

	#contactNav .btBox .materialBt .jpTex .icon {
		width: 3.959vw;
		height: 3.959vw;
		transform: translateY(0.533vw);
		-webkit-transform: translateY(0.533vw);
		-moz-transform: translateY(0.533vw);
	}

	#contactNav .btBox .materialBt .jpTex .icon .arrow {
		transform: translateX(0) translateY(-0.267vw) scale(0.3);
		-webkit-transform: translateX(0) translateY(-0.267vw) scale(0.3);
		-ms-transform: translateX(0) translateY(-0.267vw) scale(0.3);
	}

	#contactNav .btBox .contactBt {
		width: 100%;
		height: 38.667vw;
	}

	#contactNav .btBox .contactBt a {
		padding: 7.467vw 0 0 0;
	}

	#contactNav .btBox .contactBt .enTex {
		margin-bottom: 1.333vw;
	}

	#contactNav .btBox .contactBt .enTex p {
		font-size: 8vw;
		line-height: 1;
	}

	#contactNav .btBox .contactBt .jpTex .tex {
		font-size: 4.267vw;
		margin-right: 12.267vw;
	}

	#contactNav .btBox .contactBt .jpTex .icon {
		width: 3.959vw;
		height: 3.959vw;
		transform: translateY(0.533vw);
		-webkit-transform: translateY(0.533vw);
		-moz-transform: translateY(0.533vw);
	}

	#contactNav .btBox .contactBt .jpTex .icon .arrow {
		transform: translateX(0) translateY(-0.267vw) scale(0.3);
		-webkit-transform: translateX(0) translateY(-0.267vw) scale(0.3);
		-ms-transform: translateX(0) translateY(-0.267vw) scale(0.3);
	}

	/*----------------------------------------------------
	#pageHead
	----------------------------------------------------*/

	#pageHead {
		position: relative;
		padding: 25.067vw 0 0 0;
		min-height: 88.533vw;
	}

	#pageHead .head {
		position: initial;
	}

	#pageHead .head h1 b {
		font-size: 12.267vw;
		margin-bottom: 1.6vw;
	}

	#pageHead .head p b {
		font-size: 12.267vw;
		margin-bottom: 1.6vw;
	}

	.page-template-page-company-organization #pageHead .head h1 b {
		font-size: 9.6vw;
		margin-top: 0.533vw;
		margin-bottom: 1.6vw;
	}

	.input.corporation #pageHead .head h1 b {
		font-size: 9.6vw;
		margin-top: 0.533vw;
		margin-bottom: 1.6vw;
	}

	.confirm.corporation #pageHead .head h1 b {
		font-size: 9.6vw;
		margin-top: 0.533vw;
		margin-bottom: 1.6vw;
	}

	.thanks.corporation #pageHead .head h1 b {
		font-size: 9.6vw;
		margin-top: 0.533vw;
		margin-bottom: 1.6vw;
	}

	#pageHead .head h1 small {
		font-size: 4vw;
	}

	#pageHead .head p small {
		font-size: 4vw;
	}

	#pageHead .head h1 .texOnly {
		font-size: 6.667vw;
		line-height: 1.4078;
		margin: 2.133vw 0 0 0;
	}

	#pageHead .head h1 .enTexOnly {
		font-size: 12.267vw;
		line-height: 1.4078;
		white-space: nowrap;
		margin: -2.133vw 0 0 -0.533vw;
	}

	#pageHead .head h1 .enTexOnly.addSmall {
		font-size: 9.6vw;
		margin: -1.067vw 0 0 -0.533vw;
	}

	#pageHead .head h1 .enTexOnly.addSmall span {
		font-size: 9.6vw;
	}

	#pageHead .head h1 .paymentTex {
		font-size: 9.6vw;
		margin: -0.533vw 0 0 -0.533vw;
		display: flex;
		flex-direction: column;
	}

	#pageHead .head h1 .paymentTex span {
		font-size: 6.667vw;
		transform: translate(-0.8vw, -1.333vw);
		-webkit-transform: translate(-0.8vw, -1.333vw);
		-moz-transform: translate(-0.8vw, -1.333vw);
	}

	#pageHead .head h1 .texOnly.cyberTex {
		margin: -0.267vw 0 0 0;
	}

	#pageHead .head h1 .giTex {
		margin: 0 0 0 0;
	}

	#pageHead .head h1 .giTex span.jpTex {
		font-size: 6.667vw;
		font-weight: 700;
		letter-spacing: 0.07em;
	}

	#pageHead .head h1 .giTex span.jpTex.left {
		font-size: 8vw;
    margin-left: -5.067vw;
    margin-right: -1.067vw;
    transform: translateY(-0.533vw);
    -webkit-transform: translateY(-0.533vw);
    -moz-transform: translateY(-0.533vw);
	}

	#pageHead .head h1 .giTex span.jpTex.right {
		font-size: 8vw;
		transform: translateY(-0.267vw);
		-webkit-transform: translateY(-0.267vw);
		-moz-transform: translateY(-0.267vw);
	}

	#pageHead .head h1 .giTex span.enTex_fig {
		font-size: 9.6vw;
		transform: translateY(-0.533vw);
    -webkit-transform: translateY(-0.533vw);
    -moz-transform: translateY(-0.533vw);
	}

	#pageHead .head h1 .texOnly.reTex {
		letter-spacing: 0.204em;
		margin: 0 0 0 0;
	}

	#pageHead .head h1 .texOnly.reTex span.enTex_fig {
		font-size: 9.6vw;
    letter-spacing: 0.065em;
    margin-left: -0.533vw;
    display: inline-block;
    transform: translateY(-0.267vw);
    -webkit-transform: translateY(-0.267vw);
    -moz-transform: translateY(-0.267vw);
	}

	#pageHead .head h1 .texOnly.linTex {
		letter-spacing: 0.204em;
		line-height: 1.3078;
		margin: 0 0 0 0;
	}

	#pageHead .head h1 .texOnly.linTex span.enTex_fig {
		font-size: 9.6vw;
    letter-spacing: 0.065em;
    margin-left: -0.533vw;
    display: inline-block;
    transform: translateY(0.533vw);
    -webkit-transform: translateY(0.533vw);
    -moz-transform: translateY(0.533vw);
	}

	#pageHead .head .bgObj {
		max-width: 35.867vw;
		right: 0;
		bottom: -13.6vw;
	}

	#pageHead .head.singleTex .bgObj {
		bottom: -13.6vw;
	}

	/*----------------------------------------------------
	#pageNav
	----------------------------------------------------*/

	#pageNav {
		margin-bottom: -8.267vw;
		padding: 9.6vw 0 0 0;
	}

	#pageNav .head {
		margin-bottom: 6.933vw;
	}

	#pageNav .head h2 {
		display: flex;
		flex-direction: column;
	}

	#pageNav .head h2 b {
		font-size: 9.333vw;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.05em;
		margin-bottom: 3.467vw;
		transform: translateX(-0.267vw);
		-webkit-transform: translateX(-0.267vw);
		-moz-transform: translateX(-0.267vw);
	}

	#pageNav .head h2 small {
		font-size: 3.733vw;
	}

	/*----------------------------------------------------
	#breadcrumb
	----------------------------------------------------*/

	#breadcrumb {
		padding: 1.067vw 0 3.2vw 0;
	}

	#breadcrumb span {
		font-size: 2.667vw;
	}

	#breadcrumb span.slash {
		margin: 0 1.867vw;
	}

	/*----------------------------------------------------
		#serviceNavBox
	----------------------------------------------------*/

	.service #serviceNavBox {
		margin-bottom: -6.667vw;
	}

	#serviceNavBox {
		padding: 0 0 0 0;
	}

	#serviceNavBox .head {
		margin-bottom: 6.667vw;
	}

	#serviceNavBox .head h2 {
		font-size: 5.333vw;
		line-height: 1.5;
	}

	#serviceNavBox .navHead {
		border-radius: 4.667vw;
		margin-bottom: 4vw;
		padding: 2.933vw 0;
	}

	#serviceNavBox .navHead p {
		font-size: 3.2vw;
	}

	#serviceNavBox .serviceNav {
		padding: 0 0 1.6vw 0;
	}

	/*----------------------------------------------------
 	 .serviceNav
	----------------------------------------------------*/

	.serviceNav {
		padding: 0 0 4vw 0;
	}

	.serviceNav .box {
		width: 100%;
		min-height: 128.267vw;
		border-radius: 2.667vw;
		margin-right: 0;
		margin-bottom: 6.667vw;
		box-shadow: rgba(0, 0, 0, 0.1) 0 0.533vw 1.6vw;
	}

	.serviceNav .box a {
		width: 100%;
	}

	.serviceNav .box a .boxHead {
		padding: 8.8vw 0 20.533vw 0;
	}

	.serviceNav .box a .boxHead h3 small {
		font-size: 4.267vw;
		line-height: 1.4375;
		margin-bottom: 1.067vw;
	}

	.serviceNav .box a .boxHead h3 b {
		font-size: 7.467vw;
	}

	.serviceNav .box a .boxHead h3 b.mini {
    font-size: 5.867vw;
	}

	.serviceNav .box a .innerBox {
		width: 58.133vw;
		margin: -14.933vw auto 4.8vw;
		border-radius: 2.667vw 2.667vw 0 0 ;
	}

	.serviceNav .box a .innerBox .innerHead {
		padding: 7.2vw 0 2.667vw;
		box-shadow: rgba(0, 0, 0, 0.1) 0 0.533vw 1.333vw;
	}

	.serviceNav .box a .innerBox .innerHead:after {
		content: '';
		width: 100%;
		height: 10.133vw;
		background: #fff;
		position: absolute;
		bottom: -7.467vw;
		left: 0;
	}

	.serviceNav .box a .innerBox .docMailLogo {
		max-width: 33.733vw;
	}

	.serviceNav .box a .innerBox .docBellLogo {
    max-width: 32.4vw;
	}

	.serviceNav .box a .innerBox .docMailpeLogo {
    max-width: 34.8vw;
	}

	.serviceNav .box a .innerBox .docAddressLogo {
		max-width: 44.133vw;
		margin: 0 auto -0.267vw;
	}

	.serviceNav .box a .innerBox .docBusinessLogo {
		max-width: 43.467vw;
		margin: 1.333vw auto 1.333vw;
	}

	.serviceNav .box a .innerBox .docIpLogo {
		max-width: 30.267vw;
		margin: 0 auto -0.8vw;
	}

	.serviceNav .box a .innerBox .docMailcLogo {
		max-width: 35.467vw;
		margin: 0 auto -0.8vw;
	}

	.serviceNav .box a .innerBox .docCyberLogo {
    max-width: 37.6vw;
    margin: 0.8vw auto 0;
	}

	.serviceNav .box a .innerBox .tag {
		width: 38.793vw;
		height: 6.304vw;
		margin: 7.2vw auto 4.267vw;
		border-radius: 4vw;
	}

	.serviceNav .box a .innerBox .tag .tex {
		font-size: 3.467vw;
	}

	.serviceNav .box a .innerBox .recoTex {
		border-bottom: 0.267vw solid #525252;
		padding: 0 0 3.467vw 0;
	}

	.serviceNav .box a .innerBox .recoTex p {
		font-size: 4vw;
		white-space: nowrap;
	}

	.serviceNav .box a .innerBox .charaTex {
		padding: 2.667vw 2.667vw 0;
	}

	.serviceNav .box a .innerBox .charaTex p {
		font-size: 4.267vw;
		line-height: 1.8125;
	}

	/*----------------------------------------------------
		.bannerNav
	----------------------------------------------------*/

	.bannerNav {
		position: relative;
	}

	.bannerNav .caseBox {
		height: 47.733vw;
		margin-bottom: 8.267vw;
	}

	.bannerNav .caseBox a {
		padding: 12.267vw 0 0 7.467vw;
		border-radius: 2.667vw;
		box-shadow: -0.667vw -0.667vw 0.667vw 0.4vw rgba(255, 255, 255, 0.8), 0.667vw 0.667vw 0.667vw 0.4vw rgba(201, 201, 201, 0.8);
	}

	.bannerNav .caseBox a .enTex {
		font-size: 9.333vw;
		margin-bottom: 2.4vw;
	}

	.bannerNav .caseBox a .jpTex .tex {
		font-size: 3.733vw;
		line-height: 1.4285714;
	}

	.bannerNav .caseBox a .jpTex .icon {
		width: 7.195vw;
		height: 7.195vw;
		margin: 1.333vw 0 0 4.8vw;
	}

	.bannerNav .caseBox a .jpTex .icon .arrow {
		transform: translateX(0.8vw) translateY(-0.8vw) scale(0.4);
		-webkit-transform: translateX(0.8vw) translateY(-0.8vw) scale(0.4);
		-ms-transform: translateX(0.8vw) translateY(-0.8vw) scale(0.4);
	}

	.bannerNav .caseBox a .obj {
		max-width: 36vw;
		top: -16.8vw;
		right: -11.2vw;
	}

	.bannerNav .serviceBox {
		height: 47.733vw;
	}

	.bannerNav .serviceBox a {
		padding: 12.267vw 0 0 7.467vw;
		border-radius: 2.667vw;
		box-shadow: -0.667vw -0.667vw 0.667vw 0.4vw rgba(255, 255, 255, 0.8), 0.667vw 0.667vw 0.667vw 0.4vw rgba(201, 201, 201, 0.8);
	}

	.bannerNav .serviceBox a .enTex {
		font-size: 9.333vw;
		margin-bottom: 2.4vw;
	}

	.bannerNav .serviceBox a .jpTex .tex {
		font-size: 3.733vw;
		line-height: 1.4285714;
	}

	.bannerNav .serviceBox a .jpTex .icon {
		width: 7.195vw;
		height: 7.195vw;
		margin: 1.333vw 0 0 12.8vw;
	}

	.bannerNav .serviceBox a .jpTex .icon .arrow {
		transform: translateX(0.8vw) translateY(-0.8vw) scale(0.4);
		-webkit-transform: translateX(0.8vw) translateY(-0.8vw) scale(0.4);
		-ms-transform: translateX(0.8vw) translateY(-0.8vw) scale(0.4);
	}

	.bannerNav .serviceBox a .obj {
		max-width: 34.4vw;
		top: -66.133vw;
		right: -11.2vw;
	}

	/*----------------------------------------------------
	#companyNav
	----------------------------------------------------*/

	#companyNav {
		padding: 16vw 0 11.467vw 0;
	}

	#companyNav .boxFlex .box {
		position: relative;
		width: 47.1%;
		margin-right: 5.8%;
		margin-bottom: 4.533vw;
		border-radius: 2.667vw;
		box-shadow: rgba(0, 0, 0, 0.1) 0 0.533vw 1.6vw;
		transition: all 0.3s ease 0s;
	}

	#companyNav .boxFlex .box:nth-child(2n) {
		margin-right: 0;
	}

	#companyNav .boxFlex .box a .image {
		height: 20.8vw;
	}

	#companyNav .boxFlex .box a .conts {
		padding: 2.4vw 0 2.133vw 0;
	}

	#companyNav .boxFlex .box a .conts .texLink .tex {
		font-size: 3.2vw;
		margin: 0 0.8vw 0 1.067vw;
	}

	#companyNav .boxFlex .box a .conts .texLink .arrow {
		transform: translateY(0) scale(0.3);
		-webkit-transform: translateY(0) scale(0.3);
		-ms-transform: translateY(0) scale(0.3);
	}

	/*----------------------------------------------------
	#csrNav
	----------------------------------------------------*/

	#csrNav {
		padding: 10.667vw 0 6.4vw 0;
	}

	#csrNav .boxFlex {
		flex-direction: column;
	}

	#csrNav .boxFlex .box {
		width: 100%;
		margin-bottom: 4.267vw;
		border-radius: 2.667vw;
		box-shadow: rgba(0, 0, 0, 0.1) 0 0.533vw 1.6vw;
	}

	#csrNav .boxFlex .box a .image {
		height: 24vw;
	}

	#csrNav .boxFlex .box a .conts {
		padding: 1.333vw 0 2.4vw 0;
	}

	#csrNav .boxFlex .box a .conts .texLink .tex {
		font-size: 3.2vw;
		margin: 0 1.067vw 0 1.333vw;
	}

	#csrNav .boxFlex .box a .conts .texLink .arrow {
		transform: translateY(0) scale(0.3);
		-webkit-transform: translateY(0) scale(0.3);
		-ms-transform: translateY(0) scale(0.3);
	}

	#csrNav .boxFlex .box a .conts .texLink .arrow .dli-chevron-right {
		color: #000;
	}

	/*----------------------------------------------------
	#csrCard
	----------------------------------------------------*/

	#archive #csrCard,
	#page #csrCard {
		margin-bottom: 0;
		padding: 10.667vw 0 10.133vw 0;
	}

	#archiveFront #csrCard {
		margin-bottom: -8.533vw;
		padding: 10.667vw 0 0 0;
	}

	#csrCard {
		margin-bottom: -8.533vw;
		padding: 10.667vw 0 0 0;
	}

	#csrCard {
		padding: 10.667vw 0 21.067vw 0;
	}

	#csrCard .cardFlex {
		flex-direction: column;
	}

	#csrCard .cardFlex .box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 8.533vw;
	}

	#csrCard .cardFlex .box a {
		border-radius: 2.667vw;
		padding: 10.133vw 10.133vw 10.133vw;
	}

	#csrCard .cardFlex .box a .cat {
		width: 44.267vw;
		height: 7.467vw;
		margin-bottom: 5.067vw;
	}

	#csrCard .cardFlex .box a .cat a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #8fc31f;
		border-radius: 4vw;
		padding: 0;
	}

	#csrCard .cardFlex .box a .cat a span {
		font-size: 3.2vw;
	}

	#csrCard .cardFlex .box a .image {
		width: 59.2vw;
		height: 41.867vw;
		margin: 0 auto 4.533vw;
	}

	#csrCard .cardFlex .box a .conts .days {
		margin-bottom: 0.533vw;
	}

	#csrCard .cardFlex .box a .conts .days span {
		font-size: 3.2vw;
	}

	#csrCard .cardFlex .box a .conts h3 {
		font-size: 4.267vw;
		line-height: 1.730625;
		margin-bottom: 3.467vw;
	}

	#csrCard .cardFlex .box a .conts p {
		font-size: 3.467vw;
		line-height: 2;
	}

	/*----------------------------------------------------
	#singleContent
	----------------------------------------------------*/

	#singleContent {
		padding: 14.133vw 0 0 0;
	}

	#singleContent.csr {
    padding: 14.133vw 0 0.8vw 0;
	}

	#singleContent .head {
		margin-bottom: 2.667vw;
	}

	#singleContent .head h1 {
		font-size: 6.133vw;
		line-height: 1.4782608;
		text-align: left;
	}

	#singleContent .sectionHead {
		margin-bottom: 6.933vw;
	}

	#singleContent .sectionHead h1 {
		font-size: 6.133vw;
		line-height: 1.4782608;
		text-align: left;
		margin-bottom: 2.667vw;
	}

	#singleContent .sectionHead .date {
		font-size: 3.2vw;
		letter-spacing: 0.075em;
	}

	#singleContent .infoFlex {
		margin-bottom: 8.8vw;
	}

	#singleContent .infoFlex .days {
		font-size: 3.2vw;
		margin-right: 1.867vw;
		padding: 0.8vw 0 0 0;
	}

	#singleContent .infoFlex .catFlex .cat {
		width: 18.133vw;
		height: 4.8vw;
		margin-right: 4.8vw;
	}

	#singleContent .infoFlex .catFlex .cat a span {
		font-size: 2.667vw;
	}

	#singleContent .content h2 {
		font-size: 4vw;
		line-height: 1.4782608;
		margin-bottom: 2.667vw;
	}

	#singleContent .content h3 {
		font-size: 4vw;
		line-height: 1.4782608;
		margin-bottom: 2.667vw;
	}

	#singleContent .content h4 {
		font-size: 4vw;
		line-height: 1.4782608;
		margin-bottom: 2.667vw;
	}

	#singleContent .content h5 {
		font-size: 4vw;
		line-height: 1.4782608;
		margin-bottom: 2.667vw;
	}

	#singleContent .content p {
		font-size: 4vw;
		line-height: 1.93333;
		margin-bottom: 7.733vw;
	}

	#singleContent .content ul {
		margin-bottom: 7.733vw;
		padding: 0 0 0 2.4vw;
	}

	#singleContent .content ul li {
		font-size: 4vw;
		line-height: 1.93333;
	}

	#singleContent .content ul li:before {
    left: -3.733vw;
	}

	#singleContent .content .wp-block-image {
		margin: 0 auto 5.6vw;
	}

	#singleContent .content .wp-block-image .wp-element-caption {
		font-size: 3.2vw;
    line-height: 1.583333;
    margin: 1.867vw 0 0 0;
	}

	#singleContent .content .wp-block-image.size-medium {
		max-width: 54%;
    margin: 0 0 5.867vw;
	}

	#singleContent .content .pageThumb {
		margin: 0 auto 4vw;
	}

	#singleContent .content pre.wp-block-preformatted {
		font-size: 4vw;
    line-height: 1.93333;
    border-radius: 2.667vw;
    margin: 8.533vw auto 9.333vw;
    padding: 6.667vw 5.867vw 6.933vw 5.867vw;
	}

	#singleContent .newsContact {
		margin-top: -1.333vw;
		padding: 0 0 0 0;
	}

	#singleContent .newsContact h2 {
		font-size: 4vw;
		margin-bottom: 0.8vw;
	}

	#singleContent .newsContact p {
		font-size: 3.2vw;
		line-height: 1.583333;
		margin-bottom: 4.267vw;
		padding: 0 8vw;
	}

	#singleContent .newsContact .button {
		width: 78.667vw;
		height: 12vw;
	}

	#singleContent .newsContact .button a .tex {
		font-size: 3.2vw;
		font-weight: 700;
		transform: translateY(-0.267vw);
		-webkit-transform: translateY(-0.267vw);
		-moz-transform: translateY(-0.267vw);
	}

	#singleContent .newsContact .button a .arrow {
		right: 4vw;
		transform: translateY(-56%) scale(0.35);
		-webkit-transform: translateY(-56%) scale(0.35);
		-ms-transform: translateY(-56%) scale(0.35);
	}

	/*----------------------------------------------------
	wp-pagenavi
	----------------------------------------------------*/

	.wp-pagenavi {
		font-size: 3.733vw;
		margin: 6.933vw 0;
	}

	.wp-pagenavi .current {
		width: 5.333vw;
		line-height: 5.333vw;
		margin: 0 2.933vw;
	}

	.wp-pagenavi a.page {
		width: 5.333vw;
		line-height: 5.333vw;
		margin: 0 2.933vw;
	}

	.wp-pagenavi a.nextpostslink {
		width: 5.333vw;
		line-height: 5.333vw;
	}

	.wp-pagenavi a.nextpostslink:before {
		width: 1.867vw;
		height: 3.2vw;
	}

	.wp-pagenavi a.previouspostslink {
		width: 5.333vw;
		line-height: 5.333vw;
	}

	.wp-pagenavi a.previouspostslink:before {
		width: 1.867vw;
		height: 3.2vw;
	}

}
