@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

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

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

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

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

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

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

/*-----------------------------------------------------------------------------------------
0000 for test
0001 INITIAL VALUE
0002 LAYOUT
0003 TYPOGRAPHY RESET
0004 Humberger ボタン
0005 Humberger の時の開くメニュー
0006 ロゴ
0007 global_menu
0008 HEADER FOOTER
0009 BTN-MORE
0010 area-contact



1001 TABLE DEFAULT
1002 PAGER
1003 pagination
1004 SIDEBAR
1005 INPUT系


2000 INDEX
2001 INDEX TYPO
2002 INDEX area-service
2003 INDEX area-info
2004 INDEX area-works


4001 404


----------------------------------------------------------------------------------------- */





/*-----------------------------------------------------------------------------------------
0000 for test
----------------------------------------------------------------------------------------- */
pre {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	display: inline-block;
	font-size: 2rem;
	color: black;
	background: yellow;
	z-index: 100000;
	padding: 0.2em 2em;
	font-weight: 600;
	opacity: 0;
	z-index:1000000
}




/*-----------------------------------------------------------------------------------------
0001 INITIAL VALUE
----------------------------------------------------------------------------------------- */
html {
	padding: 0px;
	margin: 0px;
	background: white;
	border: 0px solid #42985B;
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1;
	position: relative;
	color: #31444e;
	padding: 0;
	margin: 0;
	background: white;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

article,
section,
aside,
header,
footer {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0px solid #42985B;
}

main {
	display: block;
	padding: 90px 0 0 0;
	margin: 0;
	width: 100%;
	background: white;
	background-size: 100% auto;
}

img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	transition: 0.5s;
	text-decoration: none;
	opacity: 0.5;
}

.none {
	display: none;
}

.clearfix::after,
.row::after {
	content: '';
	display: block;
	clear: both;
}

strong,
b {
	font-weight: 600;
}

small {
	font-size: 0.8em;
}

em {
	color: #CF4D09;
	padding: 0 0.3em;
	font-style: normal;
}

li {
	list-style: none;
}

hr {
	margin: 90px 0;
}

iframe {
	width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.flexbox {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container li {
	list-style: none;
}


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

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

@media screen and (max-width: 768px) {
	html {
		font-size: calc(62.5% * 1.1);
	}

	body {
		min-width: 100%;
	}

	main {
		padding-bottom: 4.5vw;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}


@media screen and (max-width: 520px) {
	html {
		font-size: calc(62.5% * 1);
	}
}

@media screen and (max-width: 420px) {
	html {
		font-size: calc(62.5% * 0.95);
	}
}

@media screen and (max-width: 375px) {
	html {
		font-size: calc(62.5% * 0.9);
	}
}





/*-----------------------------------------------------------------------------------------
0002 LAYOUT
----------------------------------------------------------------------------------------- */
.container {
	border: 0px solid red;
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.container-fluid {
	border: 0px solid lightblue;
	width: 100%;
	min-width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.row {
	clear: both;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexbox li {
	list-style: none;
}

.col-01,
.col-02,
.col-03,
.col-04,
.col-05,
.col-06,
.col-07,
.col-08,
.col-09,
.col-10,
.col-11,
.col-12 {
	/* border: 1px solid black; */
	padding: 0 15px;
	display: block;
	float: none;
	position: relative;
}

.col-01 {
	width: 8.33333%;
}

.col-02 {
	width: 16.66667%;
}

.col-03 {
	width: 25%;
}

.col-04 {
	width: 33.33333%;
}

.col-05 {
	width: 41.66667%;
}

.col-06 {
	width: 50%;
}

.col-07 {
	width: 58.33333%;
}

.col-08 {
	width: 66.66667%;
}

.col-09 {
	width: 75%;
}

.col-10 {
	width: 83.33333%;
}

.col-11 {
	width: 91.66667%;
}

.col-12 {
	width: 100%;
}

.container-fluid .col-12,
.container-fluid .col-11,
.container-fluid .col-10,
.container-fluid .col-09,
.container-fluid .col-08,
.container-fluid .col-07,
.container-fluid .col-06,
.container-fluid .col-05,
.container-fluid .col-04,
.container-fluid .col-03,
.container-fluid .col-02,
.container-fluid .col-01 {
	padding: 0;
	border: 0px solid orange;
}

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

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

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

	.container,
	.container-fluid {
		width: 100%;
		min-width: initial;
	}

	.col-01,
	.col-02,
	.col-03,
	.col-04,
	.col-05,
	.col-06,
	.col-07,
	.col-08,
	.col-09,
	.col-10,
	.col-11,
	.col-12 {
		padding: 0 10px;
	}

	.col-01 {
		width: 25%;
	}

	.col-02 {
		width: 25%;
	}

	.col-03 {
		width: 25%;
	}

	.col-04 {
		width: 50%;
	}

	.col-05 {
		width: 50%;
	}

	.col-06 {
		width: 50%;
	}

	.col-07 {
		width: 100%;
	}

	.col-08 {
		width: 100%;
	}

	.col-09 {
		width: 100%;
	}

	.col-10 {
		width: 100%;
	}

	.col-11 {
		width: 100%;
	}

	.col-12 {
		width: 100%;
	}
}

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

	.col-01,
	.col-02,
	.col-03,
	.col-04,
	.col-05,
	.col-06,
	.col-07,
	.col-08,
	.col-09,
	.col-10,
	.col-11,
	.col-12 {
		padding: 0 10px;
	}

	.col-01 {
		width: 50%;
	}

	.col-02 {
		width: 50%;
	}

	.col-03 {
		width: 50%;
	}

	.col-04 {
		width: 100%;
	}

	.col-05 {
		width: 100%;
	}

	.col-06 {
		width: 100%;
	}

	.col-07 {
		width: 100%;
	}

	.col-08 {
		width: 100%;
	}

	.col-09 {
		width: 100%;
	}

	.col-10 {
		width: 100%;
	}

	.col-11 {
		width: 100%;
	}

	.col-12 {
		width: 100%;
	}
}

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

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





/*-----------------------------------------------------------------------------------------
0003 TYPOGRAPHY RESET
----------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td {
	font-size: 1rem;
	line-height: 1;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: #31444e;
}

li,
dt,
dd {
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: #31444e;
}


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

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
0004 Humberger
----------------------------------------------------------------------------------------- */
.hamburger,
.hamburger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.hamburger {
	position: fixed;
	top: 40px;
	right: 20px;
	width: 40px;
	height: 34px;
	z-index: 1001;
	display: none;
}

.hamburger.active {
	z-index: 1003;
}

.hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #333333;
	border-radius: 4px;
}

.hamburger span:nth-of-type(1) {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 15px;
}

.hamburger span:nth-of-type(3) {
	bottom: 0;
}

.hamburger.active span {
	background-color: white;
}

.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}

.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

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

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

@media screen and (max-width: 768px) {
	.hamburger {
		top: 28px;
		right: 20px;
		display: block;
	}
}

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

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

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





/*-----------------------------------------------------------------------------------------
0005 Humberger の時のメニュー
----------------------------------------------------------------------------------------- */

#navigation {
	display: none;
}

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

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


@media screen and (max-width: 768px) {
	#navigation {
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		top: 0;
		left: 0;
		z-index: 1002;
		border: 0px solid green;
		background-size: auto auto;
		background-color: #015eea;
		background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #015eea 10px, #015eea 20px);
		background: linear-gradient(90deg, #00A6E6 0%, #007EE2 100%);
	}

	.accordion {
		border: 0px solid red;
		height: 100%;
		width: 100%;
		padding: 30px;
		margin: 0;
		-webkit-justify-content: center;
		-ms-flex-pack: justify;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.accordion ul.accordion-container {
		border: 0px solid black;
		width: 320px;
		padding: 15px;
		background: rgba(255, 255, 255, 0);
	}

	.accordion ul.accordion-container li {
		border-bottom: 2px dotted rgba(255, 255, 255, 0.8);
		padding: 15px 0;
		margin: 0 0 0 0;
	}

	.accordion ul.accordion-container li a {
		display: block;
		border: 0px solid orange;
		padding: 0;
		margin: 0;
		font-size: 24px;
		line-height: 1.4;
		text-decoration: none;
		font-weight: 600;
		color: white;
	}

	.accordion ul.accordion-container li a small {
		font-size: 0.6em;
		display: block;
		color: yellow;
	}

	.accordion ul.accordion-container li.title {
		border-bottom: 2px dotted rgba(255, 255, 255, 0.8);
		font-size: 24px;
		line-height: 1.4;
		padding: 10px 0;
		margin: 0 0 0 0;
		font-weight: 600;
		color: white;
		position: relative;
		cursor: pointer;
	}

	.accordion ul.accordion-container li.title small {
		font-size: 0.6em;
		display: block;
		color: yellow;
	}

	.accordion ol.content {
		display: none;
		border: 0px solid red;
		padding: 0 0 0 30px;
	}

	.accordion ol.content li a {
		font-size: 20px;
		color: white;
	}

	.title::after {
		content: "";
		display: block;
		border-right: solid 3px white;
		border-top: solid 3px white;
		height: 13px;
		width: 13px;
		right: 20px;
		top: 43%;
		position: absolute;
		transform: rotate(135deg);
		transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
	}

	.title.open::after {
		top: 45%;
		transform: rotate(-45deg);
	}

	.accordion ul.accordion-container li:first-child {
		border-top: 2px dotted rgba(255, 255, 255, 0.8);
	}

	.accordion ol.content li:first-child {
		border-top: none;
	}

	.accordion ul.accordion-container li a:hover,
	.accordion ul.accordion-container li.title:hover {
		color: #2A53A8;
		transition: 0.2s;
		opacity: 1;
	}

	.accordion ul.accordion-container li a:hover small,
	.accordion ul.accordion-container li.title:hover small {
		color: black;
		transition: 0.2s;
		opacity: 1;
	}



}

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

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

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





/*-----------------------------------------------------------------------------------------
0006 ロゴ
----------------------------------------------------------------------------------------- */
.logo h1,
.logo h2 {
	display: block;
	height: 100%;
	padding: 0 0 0 15px;
	margin: 0;
	border: 0px solid black;
}

.logo h1 span,
.logo h2 span {
	display: none;
}

.logo h1 a,
.logo h2 a {
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0px solid red;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.logo h1 a img,
.logo h2 a img {
	width: 260px;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
}

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

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

@media screen and (max-width: 768px) {
	.logo {
		width: calc(100% - 80px);
		height: 90px;
		overflow: hidden;
	}

	footer .logo {
		width: 100%;
	}


	.logo h1 a img,
	.logo h2 a img {
		width: auto;
		height: 60px;
		margin: 15px auto;
	}

}

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

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

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

	.logo h1 a img,
	.logo h2 a img {
		height: 50px;
		margin: 20px auto;
	}

}





/*-----------------------------------------------------------------------------------------
0007 global_menu
----------------------------------------------------------------------------------------- */
.global_menu {
	border: 0px solid red;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	width: auto;
	height: 90px;
}

.global_menu ul,
.global_menu dl {
	border: 0px solid green;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.global_menu ul li {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1;
}


.global_menu ul li a {
	font-size: 1.6rem;
	color: #31444e;
	font-weight: 600;
	padding: 0 1em;
	margin: 0;
}

footer .global_menu ul li a {
	padding: 0 0.75em;
}


.global_menu dl {
	width: 170px;
}

.global_menu dl dt,
.global_menu dl dd {
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: white;
	width: 100%;
	height: 45px;
	padding: 0;
	margin: 0;
	display: block;
}

.global_menu dl dt a,
.global_menu dl dd a {
	display: block;
	border: 0px solid white;
	font-size: 16px;
	color: White;
	line-height: 50px;
	padding: 0;
	letter-spacing: 0;
	text-indent: 0;
	background: rgba(17, 175, 159, 0.2);
	color: #11AF9F;
	width: 100%;
	height: 45px;
	text-align: center;
}

.global_menu dl dd a {
	background: rgba(0, 137, 206, 0.2);
	color: #0089CE
}

.global_menu dl dt a i,
.global_menu dl dd a i {
	margin-right: 0.25em;
	font-weight: 900;
}

.global_menu dl dt span {
	font-weight: 600;
}

.global_menu dl dd span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
}

footer .global_menu dl {
	width: 300px;
	margin-right: 15px;
}

footer .global_menu dl dt,
footer .global_menu dl dd {
	width: 50%;
}

footer .global_menu dl dt a,
footer .global_menu dl dd a {
	color: White;
	background: #09a1e0;
}

footer .global_menu dl dd a {
	background: #097cda;
}


dl.fixed-nav {
	display:none;
}

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

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

@media screen and (max-width: 768px) {
	.global_menu ul,
	.global_menu dl ,
	footer .global_menu {
		display: none;
	}




	dl.fixed-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: linear-gradient(90deg, white 0%, white 100%);
		z-index: 1004;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}

	 dl.fixed-nav dt,
	 dl.fixed-nav dd {
		-webkit-justify-content: center;
		-ms-flex-pack: justify;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 50%;
		height: 50px;
	}

	 dl.fixed-nav dt a,
	 dl.fixed-nav dd a {
		display: block;
		border: 0px solid white;
		font-size: 24px;
		color: White;
		line-height: 50px;
		padding: 0;
		letter-spacing: 0.01em;
		text-indent: 0.01em;
		background: #11AF9F;
		background: linear-gradient(180deg, #fabe00 0%, #faa400 100%);
		width: 100%;
		height: 50px;
		text-align: center;
	}

	 dl.fixed-nav dd a {
		background: #e84a91;
		background: linear-gradient(180deg, #e84a91 0%, #f12882 100%);
	}

	 dl.fixed-nav dt a i,
	 dl.fixed-nav dd a i {
		margin-right: 0.25em;
	}

	dl.fixed-nav dd span {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.25em;
		font-weight: 400;
	}



	/* .global_menu dl {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: linear-gradient(90deg, white 0%, white 100%);
		z-index: 1004;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}

	.global_menu dl dt,
	.global_menu dl dd {
		-webkit-justify-content: center;
		-ms-flex-pack: justify;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 50%;
		height: 50px;
	}

	.global_menu dl dt a,
	.global_menu dl dd a {
		display: block;
		border: 0px solid white;
		font-size: 24px;
		color: White;
		line-height: 50px;
		padding: 0;
		letter-spacing: 0.01em;
		text-indent: 0.01em;
		background: #11AF9F;
		background: linear-gradient(180deg, #fabe00 0%, #faa400 100%);
		width: 100%;
		height: 50px;
		text-align: center;
	}

	.global_menu dl dd a {
		background: #e84a91;
		background: linear-gradient(180deg, #e84a91 0%, #f12882 100%);
	}

	.global_menu dl dt a i,
	.global_menu dl dd a i {
		margin-right: 0.25em;
	}

	.global_menu dl dd span {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.25em;
		font-weight: 400;
	} */



}

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

	dl.fixed-nav dt a,
	dl.fixed-nav dd a {
		font-size: calc(24px * 0.9);
	}
}

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

	dl.fixed-nav dt a,
	dl.fixed-nav dd a {
		font-size: calc(24px * 0.8);
	}
}

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

	dl.fixed-nav dt a,
	dl.fixed-nav dd a {
		font-size: calc(24px * 0.7);
	}
}





/*-----------------------------------------------------------------------------------------
0008 HEADER FOOTER
----------------------------------------------------------------------------------------- */
header {
	height: 90px;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 1000;
	background: white;
	padding: 0;
	margin: 0;
}


footer {
	width: 100%;
	height: 120px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	position: relative;
	z-index: 999;
	padding: 0;
	margin: 0;
}

footer .copyright {
	width: 100%;
	height: 30px;
	background: linear-gradient(90deg, #00A6E6 0%, #007EE2 100%);
	font-size: 12px;
	line-height: 30px;
	text-align: right;
	color: white;
	padding: 0 1em;
	margin: 0;
}

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

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

@media screen and (max-width: 768px) {
 footer {
		margin-bottom: 50px;
	}
}

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

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

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





/*-----------------------------------------------------------------------------------------
0009 BTN-MORE
----------------------------------------------------------------------------------------- */
.btn-more {
	display: block;
	padding: 0;
	margin: 60px auto;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.btn-more a {
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	padding: 0.6em 2em;
	border: 1px solid #31444e;
	color: #31444e;
	text-decoration: none;
	font-family: 'Roboto Condensed', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}



.btn-more.lite a {
	color: white;
	border-color: white;
}


.btn-more a:hover {
	background: #31444e;
	color: white;
	opacity: 1;
}

.btn-more.lite a:hover {
	background: white;
	color: #0091E3;
	opacity: 1;
}



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

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

@media screen and (max-width: 768px) {
	.btn-more {
		margin: 30px auto;
	}
}

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

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

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





/*-----------------------------------------------------------------------------------------
0010 area-contact
----------------------------------------------------------------------------------------- */
.area-contact {
	padding: 120px 0;
	background: #015eea;
	background: linear-gradient(90deg, #00A6E6 0%, #007EE2 100%);
}

.area-contact h2,
.area-contact h3,
.area-contact p {
	color: white;
	text-align: center;
}

.area-contact p {
	line-height: 1.5;
}

.area-contact li {
	margin: 0 0 30px 0;
}

.area-contact li a {
	display: block;
	height: 100%;
}

.area-contact dl {
	border: 1px solid white;
	height: 100%;
	padding: 40px 60px;
	margin: 0;
}

.area-contact dl dt {
	color: white;
	font-weight: 600;
	font-size: 2.0rem;
	line-height: 1.3;
	letter-spacing: 0.9em;
	text-indent: 0.9em;
	text-align: center;
	padding: 0 0 1.4em 0;
	margin: 0 0 1.4em 0;
	border-bottom: 1px solid white;
}

.area-contact dl dd h6 {
	margin-bottom: 0.3em;
}

.area-contact .contact-address h6,
.area-contact .contact-address p {
	text-align: left;
	text-indent: 0;
	margin-bottom: 0.3em;
}

.area-contact .contact-address dl {
	padding: 15px;
}

.area-contact .contact-address dl dt {
	border: none;
	width: 33.33333%;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.area-contact .contact-address dl dd {
	width: 66.66666%;
}

.area-contact .contact-address blockquote {
	border: 0px solid white;
	width: 100%;
	padding: 15px;
}

.area-contact .map-frame {
	position: relative;
	padding-bottom: 42.857%;
	height: 0;
	overflow: hidden;
	border: 1px solid #eee;
}

.area-contact .map-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




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

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

@media screen and (max-width: 768px) {
	.area-contact {
		padding: 90px 0;
	}

	.area-contact .col-06 {
		width: 100%;
	}

	.area-contact li {
		margin-bottom: 15px;
	}

	.area-contact dl {
		padding: 30px 50px;
		border: 2px solid white;
	}

	.area-contact dl dt {
		letter-spacing: 0.2em;
		text-indent: 0.2em;
	}

	.area-contact .contact-address h6,
	.area-contact .contact-address p {
		text-align: center;
		text-indent: 0;
		margin-bottom: 0.3em;
	}

	.area-contact .contact-address dl {
		padding: 10px;
	}

	.area-contact .contact-address dl dt,
	.area-contact .contact-address dl dd {
		width: 100%;
	}

}

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

@media screen and (max-width: 420px) {
	.area-contact dl {
		padding: 30px 15px;
	}

	.area-contact .map-frame {
		padding-bottom: 100%;
	}
}

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















/*-----------------------------------------------------------------------------------------
1001 TABLE DEFAULT
----------------------------------------------------------------------------------------- */
table {
	border: 0px solid red;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	font-size: 1.6rem;
	line-height: 1.3;
	border: 1px solid white;
	padding: 0.75em 1.5em;
	text-align: center;
	vertical-align: middle;
	background: rgba(156, 132, 124, 0.2);
	width: 25%;
	color: #444;
	font-weight: 400;
}

table td {
	background: rgba(156, 132, 124, 0.1);
	text-align: left;
	width: 75%;
}


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

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

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

	table th,
	table td {
		display: block;
		width: 100%;
		border: none;
		text-align: left;
		padding: 1em;

	}


	table th {
		background: rgba(156, 132, 124, 0.2);
		border-top: 4px solid rgba(99, 100, 68, 0.2);
		font-weight: 600;
	}

	table td {
		width: 100%;
		padding-bottom: 2em
	}

}

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

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





/*-----------------------------------------------------------------------------------------
1002 PAGER
----------------------------------------------------------------------------------------- */
.pager {
	border-top: 3px double #31444e;
	border-bottom: 3px double #31444e;
	padding: 5px 0;
	margin: 60px 0;
}

.screen-reader-text {
	display: none;
}

.nav-links {
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	width: 100%;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
	display: block;
	color: #31444e;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
	padding: 0.5em;
	margin: 0;
	text-decoration: none;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
	background: #31444e;
	transition: 0.5s;
	opacity: 1;
	color: white;
}

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

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
1003 pagination
----------------------------------------------------------------------------------------- */
.pagination {
	border: 0px solid black;
	width: 100%;
	padding: 0;
	margin: 60px 0;
}

.archive .pagination {
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination ul.page-numbers {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination li {
	list-style: none;
}

a.page-numbers,
span.page-numbers {
	border: 0px solid black;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 30px;
	height: 30px;
	text-decoration: none;
	margin: 4px;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	background: #007EE3;
	border: 1px solid #007EE3;
	color: white;
}

span.page-numbers,
a.prev.page-numbers,
a.next.page-numbers {
	background: transparent;
	color: #007EE3;
}

a.prev.page-numbers,
a.next.page-numbers {
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	border: none;
}

span.page-numbers.dots {
	border: none;
}

#index .pagination {
	display: none;
}





/*-----------------------------------------------------------------------------------------
1004 SIDEBAR
----------------------------------------------------------------------------------------- */
#sidebar {
	border: 0px solid red;
	overflow: hidden;
	padding-left: 15px;
}

#sidebar .widget {
	border: 0px solid red;
	padding: 0;
	margin: 60px 0;
	background: transparent;
}

#sidebar .widget:first-child {
	margin-top: 0;
}

#sidebar h4 {
	border: 0px solid red;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0.75em 10px 0.7em;
	margin: 0;
	border-top: 5px double #31444e;
	border-bottom: 1px double #31444e;
	font-weight: 400;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 2.4rem;
	color: #31444e;
	background: rgba(49, 68, 78, 0.1);
	text-align: center;
}

#sidebar ul {
	border: 0px solid red;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sidebar ul li {
	border: 0px solid red;
	border-bottom: 1px dashed #aaa;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.4;
}

#sidebar ul li span {
	border: 0px solid red;
	display: block;
	text-align: right;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
	color: #31444e;
}

#sidebar ul li a {
	width: auto;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.9em 0.2em 0.75em 1em;
	margin: 0;
	display: inline-block;
	position: relative;
	color: #31444e;
	display: block;
	width: 100%;
	height: 100%;
}

#sidebar ul li a::before {
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	color: #FC3692;
	font-size: inherit;
}

#sidebar ul li:hover {
	transition: 0.3s;
	cursor: pointer;
	background: rgba(49, 68, 78, 0.1)
}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
	#sidebar {
		width: 100%;
		padding-left: 10px;
	}
}

@media (max-width: 520px) {}

@media (max-width: 420px) {
	#sidebar h4 {
		font-size: 2.0rem;
	}
}

@media (max-width: 375px) {}





/*-----------------------------------------------------------------------------------------
1005 INPUT系
----------------------------------------------------------------------------------------- */
#form {
	border: 0px solid olive;
	padding: 0;
	margin: 0 auto;
}


#form input,
#form input[type="text"],
#form input[type="email"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}

#form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}

#form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}

#form input[type="text"],
#form input[type="email"],
#form textarea,
#form select {
	width: 100% !important;
	border: 2px solid rgba(89, 73, 63, 0.2);
	font-size: 18px;
	line-height: 1.8;
	padding: 5px 15px;
	margin: 0;
	color: #444;
	background: linear-gradient(#fafafa 0%, #fff 100%);
	border-radius: 2px;
}

#form input[type="text"].telephone {
	width: 25% !important;
}

#form select {
	background: linear-gradient(rgba(137, 120, 109, 0) 0%, rgba(137, 120, 109, 0.2) 100%);
	width: auto;
	border: 1px solid rgba(89, 73, 63, 0.2);
}

#form textarea {
	height: 12em !important;
}

#form .area-btn {
	border: 0px solid blue;
	padding: 0;
	margin: 60px 0;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#form input[type="button"] {
	border: none;
	background: #59493F;
	background: gradient(linear, center top, center bottom, from(#766459), to(#59493F));
	background: -webkit-gradient(linear, center top, center bottom, from(#766459), to(#59493F));
	background: -moz-linear-gradient(top, #766459, #59493F);
	background: -ms-linear-gradient(top, #766459 0%, #59493F 100%);
	background: -webkit-linear-gradient(#766459 0%, #59493F 100%);
	text-shadow: none;
	font-size: 11px;
	line-height: 1;
	color: white;
	cursor: pointer;
	outline: none;
	padding: 0.4em 1em 0.5em 1em;
	margin: 0 0.5em;
	width: 13em;
	border-radius: 20px;
	text-align: center;
}

#form input[type="submit"],
#form input[type="reset"] {
	border: none;
	background: #faa400;
	background: linear-gradient(180deg, #00C0A6 0%, #11AF9F 100%);
	text-shadow: none;
	font-size: 18px;
	line-height: 1;
	color: white;
	cursor: pointer;
	outline: none;
	letter-spacing: 0.01em;
	text-indent: 0.5em;
	padding: 1em 3em;
	width: calc(6em + 6em);
	border-radius: 4px;
	text-align: center;
}

#form input[type="submit"]:hover,
#form input[type="reset"]:hover {
	opacity: 0.5;
	transition: 0.8s;
}

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

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

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

	#form input[type="text"],
	#form input[type="email"],
	#form textarea,
	#form select {
		font-size: 14px;
	}

	#form area-btn {
		display: block;
		padding: 30px 0px;
	}

}

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

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

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



























/*-----------------------------------------------------------------------------------------
2000 INDEX
----------------------------------------------------------------------------------------- */

/*-----------------------------------------------------------------------------------------
2001 INDEX TYPO FOOTER
----------------------------------------------------------------------------------------- */
.home h2,
.area-contact h2 {
	font-family: 'Roboto Condensed', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	font-size: 7.0rem;
	line-height: 1.2;
	font-weight: 300;
	text-align: center;
	padding: 0;
	margin: 0;
	display: block;
}

.home h3,
.area-contact h3 {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 400;
	text-align: center;
	padding: 0;
	margin: 0 0 5.6em 0;
	display: block;
}

.home h4,
.area-contact h4 {}

.home h5,
.area-contact h5,
.pages .area-works h5 {
	font-size: 2.3rem
}


.home h6,
.area-contact h6 {
	font-size: 5.0rem;
	color: White;
	font-weight: 400;
	font-family: 'Roboto Condensed', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	text-align: center;
}

.home p,
.area-contact p,
.pages .area-works p {
	font-size: 1.4rem;
	line-height: 1.5;
}

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

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

@media screen and (max-width: 768px) {
	.home h3 {
		margin-bottom: 2.6em
	}
}

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

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

	.home h2,
	.area-contact h2 {
		font-size: 4.8rem;
	}
}

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

	.home h2,
	.area-contact h2 {
		font-size: 5.4rem;
	}
}





/*-----------------------------------------------------------------------------------------
2002 INDEX area-service
----------------------------------------------------------------------------------------- */
.home .area-service {
	background: white;
	padding: 120px 0;
}

.home .area-service ul li {
	margin: 30px 0;
}

.home .area-service ul li a {
	display: block;
}


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

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

@media screen and (max-width: 768px) {
	.home .area-service {
		padding: 90px 0;
	}

	.home .area-service ul li {
		margin: 15px 0;
	}

}

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

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

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





/*-----------------------------------------------------------------------------------------
2003 INDEX area-info
----------------------------------------------------------------------------------------- */
.home .area-info {
	padding: 120px 0;
	background: #015eea;
	background: linear-gradient(90deg, #00A6E6 0%, #007EE2 100%);
}

.home .area-info h2,
.home .area-info h3,
.home .area-info p {
	color: white;
	text-align: center;
}

.home .area-info ul.loop li {
	border-bottom: 1px solid white;
	padding: 10px 0;
	margin: 0;
}

.home .area-info ul.loop li:first-child {
	border-top: 1px solid white;
}

.home .area-info ul.loop li a {
	display: block;
}

.home .area-info ul.loop li dl dt {
	width: 150px;
	background: white;
	color: #009fe6;
	font-size: 1.4rem;
	line-height: 1;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.6em 0;

}

.home .area-info ul.loop li dl dd {
	width: calc(100% - 150px);
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0 0 0 4em;
	color: white;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



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

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

@media screen and (max-width: 768px) {
	.home .area-info {
		padding: 90px 0;
	}

	.home .area-info ul.loop li dl dd {

		padding-left: 2em;
	}
}

@media screen and (max-width: 520px) {
	.home .area-info ul.loop li {
		padding: 2px 0;
	}

	.home .area-info ul.loop li dl dt {
		width: 100%;
		padding: 0.5em 1em;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
		font-weight: 600;
	}

	.home .area-info ul.loop li dl dd {
		width: 100%;
		padding: 1em;
	}

}

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

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






/*-----------------------------------------------------------------------------------------
2004 INDEX area-works
----------------------------------------------------------------------------------------- */
.area-works {
	background: white;
	padding: 120px 0;

}

.area-works .col-04 {
	margin: 15px 0;
}

.area-works #sidebar.col-04 {
	margin: 0;
}


.area-works figure {
	border: 1px solid black;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	width: 100%;
	overflow: hidden;
}

.area-works figure img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-works_category,
.pages .area-works ul.ikken li ul.btn-works_category {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.btn-works_category li,
.pages .area-works ul.ikken li ul.btn-works_category li {
	background: white;
	padding:0;
	margin: 1px 0 0 1px;
	width:auto;
}

.btn-works_category li a,
.pages .area-works ul.ikken li ul.btn-works_category li a {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	color: white;
	padding: 0.4em 0.95em 0.5em 0.95em;
	margin: 0;
	background: black;
	width:auto;

}

.btn-works_category li.open a,
.pages .area-works ul.ikken li ul.btn-works_category li.open a {
	background: #027FE2
}

.btn-works_category li.agency a,
.pages .area-works ul.ikken li ul.btn-works_category li.agency a {
	background: #11AF9F
}



.area-works h5,
.pages .area-works h5 {
	margin: 1em 0;
}

.area-works .comment {
	margin: 2em 0 0 0;
}

.area-works p.tel a,
.area-works p.url a {
	color: #31444e;
	font-weight: 600;
}



.area-works p.tel a::before,
.area-works p.url a::before {
	content: '\f0a9';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.25em;
}


.area-works p.tel a::before {
	content: '\f87b';
}

.btn-works_category2,
.pages .area-works ul.ikken li ul.btn-works_category2 {
	display: none;
}

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

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

@media screen and (max-width: 768px) {
	.area-works {
		padding: 90px 0;
	}
}

@media screen and (max-width: 667px) {
	.area-works .col-04 {
		width: 100%;
	}
}


@media screen and (max-width: 520px) {
	.btn-works_category li a,
	.pages .area-works ul.ikken li ul.btn-works_category li a {
		font-size: 2.0rem;
	}
}

@media screen and (max-width: 420px) {
	.btn-works_category li a,
	.pages .area-works ul.ikken li ul.btn-works_category li a {
		font-size: 1.2rem;
	}
}

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





.pages .area-works ul.ikken {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.pages .area-works ul.ikken li {
	border: 0px solid red;
	padding: 0 30px 0 0;
	margin: 0 0 2vw 0;
	width: 50%;
}



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

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

@media screen and (max-width: 768px) {
	.pages .area-works ul.ikken li {
		padding: 0 15px;
		margin-bottom: 5vw
	}
}

@media screen and (max-width: 520px) {
	.pages .area-works ul.ikken li {
		width: 100%;
		margin-bottom: 10vw
	}
}

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

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
















/*-----------------------------------------------------------------------------------------
4001 404
----------------------------------------------------------------------------------------- */
.not-found {
	padding: 10% 0;
}

.not-found-message {
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

.not-found-message span {
	display: block;
	border: 0px solid black;
	width: 100%;
	text-align: center;
	color: #007FE2;
	line-height: 0.8;
	font-size: 16px;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-family: Poppins, sans-serif;
}

.not-found-message span:first-child {
	font-size: 260px;
	padding: 10px 0 0 0;
}

.not-found-message span:nth-child(2) {
	font-size: 84px;
	padding: 10px 0;
}

.not-found-message span:last-child {
	font-size: 27px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	padding: 10px 0;
}

@media screen and (max-width: 768px) {
	.not-found-message {
		width: 75%;
	}

	.not-found-message span:first-child {
		font-size: 33vw;
	}

	.not-found-message span:nth-child(2) {
		font-size: 10.5vw;
	}

	.not-found-message span:last-child {
		font-size: 3.3vw;
	}
}






body {
	display: none;
}






