﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400&family=Ubuntu+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@font-face {
  font-family: 'din1451';
  src: url('../font/din1451.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'din1451';
  src: url('../font/din1451-G.ttf') format('truetype');
  font-weight: 600;
}



/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,#header,.header,hgroup,menu,nav,output,ruby,.section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:10px;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,#header,.header,hgroup,menu,nav,.section,.row{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0;}

img{ margin:0 auto; max-width:100%;}
dt,dd,tr,td,li { line-height:1.6em; letter-spacing:1px;}
iframe { border: none; outline: none;}

body {
	font-family: 'M PLUS 1p', sans-serif!important;
	background-color:#262626;
	width:100%;
	text-align:center;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 300!important;
}

@media (max-width:768px){
	body {font-size: 13.5px;}
}
/*
a { text-decoration:none; transition-property: all; transition: 0.2s linear;}
input { text-decoration:none; transition-property: all; transition: 0.2s linear;}
a:hover { opacity: 0.7!important; text-decoration:none!important; transition: 0.2s linear;}
input:hover { opacity: 0.7;  text-decoration:none!important;}
body a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )";}
body a img { transition-property: all; transition: 0.2s linear;}*/
a:hover div{opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha( opacity=100 )"; text-decoration:none!important;}
a div{ transition-property: all; transition: 0.2s linear;}
a:focus { outline:none;}
button:focus { border:none; outline:none !important;}
a:link { color:inherit; text-decoration:none;}
a:visited { color:inherit; text-decoration:none; }

.switch {visibility: hidden;}

#container{
	width:100%;
	margin:0 auto;
	text-align:center;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.6em;
	font-weight: 600;
	letter-spacing: 0.17em;
	text-indent: 0.17em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

@media (max-width:600px){
	
	h2 {
		font-size: 1.4em;
	}
}

h2 span{
	font-size: 0.3em;
	letter-spacing: 0.15em;
	line-height: 1.4em;
	padding-left: 1em;
	font-family: 'M PLUS 1p', sans-serif!important;
}

.h2-ub {
	position: relative;
	margin-bottom: 25px;
}
.h2-ub::before {
  content: '';
  width: 25px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -10px;
}


.bg-fff::before {
	background-color: #fff;
}

.bg-bb::before {
	background-color: #00a7d3;
}

.bg-222::before {
	background-color: #222;
}



.h2-center {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.h2-contact {
	text-align: center;
}

.h2-contact p {
	font-family: 'Playball', cursive;
	font-size: 1em;
	letter-spacing: -0.001em;
	line-height: 1.4em;
	color: #fff;
	border-bottom: solid 1px #00bedd;
}

.h2-contact dd {
	font-size: 0.3em;
	letter-spacing: 0.15em;
	line-height: 1.4em;
	font-family: 'M PLUS 1p', sans-serif!important;margin-bottom: 0.25em;
}




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

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

h3 {
	width: 100%;	
	height: 60px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../images/bg_h3.png") left 0 top 0 / 8px auto repeat,
    url("../images/bg_h3_sq_l.png") left 0 top 0 / 20px auto no-repeat,
    url("../images/bg_h3_sq_r.png") right 0 bottom 0 / 20px auto no-repeat;
}

h3 p {
	font-size: 1.2em!important;
	font-weight: 500!important;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	margin: 0!important;
	padding: 0!important;
}

P {
	letter-spacing: 0.15em;
}

#loader{
	width: 100%;
	height: 100hv!important;
	display: none;
	position: fixed;
	font-family: 'Poppins', sans-serif;
	color: #bbb;
	font-size: 0.6em;
	letter-spacing: 0.1em;
	line-height: 0;
	font-weight: 500;
	text-align: center!important;
	white-space: nowrap;
	background-color: #000;
	z-index: 130!important;
}

#loader p{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -55px;
	margin-left: -70px;
	z-index: 130!important;
	background-color: #000;
	padding: 0 30px 30px 30px;
}

@media (max-width:600px){
	
	#loader p{
		margin-top: -57px;
	}

}

#fade{
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 125!important;
}

h4 {
	font-size: 0.9em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	position: relative;
}

/*
.top-conte-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 5%;
}

.top-conte-list dt {
	width: 30%;
	
}

.top-conte-thum {
	overflow: hidden!important;
	border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
	margin-bottom: 5%;
}
*/

.top-conte-list {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin: 5%;
	margin-bottom: 0!important;
}

.top-conte-head,
.top-conte-thum {
	position: relative;
	width: 48%;
    padding-top: 24%;
	overflow: hidden;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-bottom: 4%;
	z-index: 2;
}

.top-conte-head {
	
}

.top-conte-head dd {
	width: 100%;
	height: 100%;
	pointer-events:auto;
	position: absolute;
	top: 0;
	left: 0;
	background: #00a7d3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.top-conte-head dd p {
	padding: 0;
	text-align: center;
}

.top-conte-head img {
	max-width: 170px;
	margin-bottom: 3px; 
}

.top-conte-head dd p span {
	font-size: 0.95em;
	letter-spacing: 0.34em;
}

.top-conte-thum {
	position: relative;
}

.conte-tit{
	width: 100%;
	text-align: left;
	position: absolute;
	top: 9%;
	left: 5%;
	pointer-events: none!important;
}

.conte-tit-eng {
	display: inline-block;
	font-family: 'din1451';
	font-family: 'Poppins', sans-serif;
	font-size: 1.3em!important;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.conte-tit-eng:before {
  content: '';
  width: 25px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -11px;
  background-color: #fff;
}

.conte-tit-jp {
	position: absolute;
	width: auto;
	text-align: left;
	font-size: 0.9em!important;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	color: #fff;
	margin-top: 23px;
}

.conte-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: 0.8s;
}

/*
.conte-bt {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	position: absolute;
	width: auto;
	bottom: 7%;
	right: 3%;
	color: #00a7d3;
	pointer-events: none;
	height: 36px;
	padding: 0 15px 0 20px;
	background: #fff;
	border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}*/

.conte-bt {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	position: absolute;
	width: auto;
	bottom: 7%;
	right: 3%;
	color: #00a7d3;
	pointer-events: none;
	height: 32px;
	padding: 0 13px 0 17px;
	background: #fff;
	border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

.conte-bt span {
	font-size: 0.8em!important;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	text-indent: 0.15em; 
	white-space: nowrap;
	margin-right: 10px;
}

.conte-bt img {
	width: 5px;
}

.arrrr {
	display: block;
	margin: auto;
	margin-top: 10px;
	width: 35%;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	transform: skew(45deg)!important;
}

.conte-inner {
	width: 100%;
	height: 100%;
	line-height: 0;
	pointer-events:auto;
	position: absolute;
	top: 0;
	left: 0;
}

.top-conte-thum img {
	transition: 0.8s;
	filter: blur(0);
}

.top-conte-thum img:hover {
	transform: scale(1.05);
	filter: blur(4px);
	opacity: 0.4;
}

.conte-txt:hover {
	opacity: 1;
}

@media (max-width:768px){
	
	.top-conte-head,
	.top-conte-thum {
		width: 100%;
		padding-top: 40%;
	}
	
}



@media (max-width:600px){
	
	.top-conte-head,
	.top-conte-thum {
		width: 100%;
		padding-top: 50%;
	}
	
	.top-conte-head img {
	max-width: 130px;
	margin-bottom: 0; 
}

.top-conte-head dd p span {
	font-size: 0.8em;
	letter-spacing: 0.3em;
}

	
	.conte-tit-eng {
		font-size: 1.25em!important;
	}
	
	.conte-tit-eng:before {
		width: 12px;
		bottom: -5px;
	}
	
	.conte-tit-jp {
		margin-top: 15px;
	}

	.conte-bt {
		bottom: 5%;
		right: 2%;
		height: 26px;
		padding: 0 12px 0 15px;
		border-radius: 13px;
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
	}
	
	.conte-bt span {
		font-size: 0.7em!important;
		margin-right: 5px;
	}
	
}

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

@media (max-width:350px){
	


}

.client-pro {
	width: 50%;
	position: relative;
	background-color: #00a7d3;
	text-align: left;
	z-index: 5;
	display: flex;
	align-items: center;
}

.client-tit {
	margin: 0 10% 10% 10%;
}

.client-tit p {
	font-weight: 300;
}

.client-tit h2{
	text-indent: 0;
	position: relative;
}

.arw-wrap {
		margin-bottom: 20px;
	}

.one-arw {
	display: block;
	margin: auto;
	width: 120%;
	height: 8px;
	margin: 0 0 15px -5px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	transform: skew(45deg)!important;
}


.sps-box {
	position: relative;
	width: 50%;
	height:500px;
	z-index: 3;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	/*animation-name: loop;
	/*animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;*/
	will-change: animation;
	background: rgba(0,0,0,.4);
	opacity: 1;
	pointer-events: none;
}

.sps-box:hover{
	opacity: 1!important;
}

.sps-box span {
	width: 100%;
	text-align: left;
	margin: 0 5% 0 10%;
	padding: 0;
}


.sps-box span >a >img {
	width: 20%;
	height: auto;
	margin: 5.5% 5% 0 0;
	padding: 0;
	opacity: 1!important;
	background: #000;
	transition: 0.3s;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

@keyframes loop {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}

.sps-box span:first-child {
  animation: loop 40s -20s linear infinite;
}

.sps-box span:last-child {
  animation: loop2 40s linear infinite;
}

.sps-box:hover span {
  animation-play-state: paused;
}

.sps-box span img:hover {
	transform: scale(1.1, 1.1);
	opacity: 1;
	0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-13%);
  }
}

@media (max-width:768px){
	
	.sps-box {
		height: 300px;
	}

	
	.client-tit h2 {
		margin-bottom: 30px;
	}
	
	.client-tit h2:before {
		content: '';
		width: 14px;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -9px;
		background-color: #fff;
	}
	

	.client-tit p {
		
	}
	
	.client-pro {
		width: 100%;
	}
	
	.client-tit {
		margin: 10% 5%;
	}

	.sps-box {
		width: 100%;
		height: 300px;
	}
	
	.sps-box span {
		margin: 0 0 0 5%;
	}
	
	.sps-box span >a >img {
		margin: 5.5% 5% 0 0;
	}
	
	.client-tit p {margin: ;
	}

	.arw-wrap {
		/*margin-top: 10px;
		width: 80px!important;
		transform:rotate(90deg); 
		transform-origin:14% center;*/
		display: none;
	}

}

@media (max-width:450px){
	
	.sps-box span >a >img {
		width: 28.3%;
	}
	
}

.top-sps-bnr {
	width: 100%;
	max-width: 500px;
	margin: auto;
	margin-top: 50px;
}

@media (max-width:768px){
	
	.top-sps-bnr {
		max-width: 400px;
	}
	
}



.conte-wrap {
	width: 100%;
	display: flex;
	margin-bottom: 30px;
}


.conte-side-tit {
	width: 70px;
	margin: 0.3%;
	display: flex;
	line-height: 0;
	position: relative;
	border-right: dotted 1px #00a7d3;
	margin-right: 2%;
}

.conte-side-tit p {
	display: block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 10px 0 30px;
	text-align: left;
}


.conte-side-tit span{
	display: block;
	transform-origin: top left 0; 
	transform: rotate(90deg);
	font-family: 'din1451';
	font-size: 1.2em;
	line-height: 2em;
	letter-spacing: 0.17em;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 1.5em;

}



.conte-right {
    width: 100%;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	position: relative;
}

.conte-block-center {
    width: 100%;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}


.conte-block {
    width: 100%;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
/*
.conte-box-head {
    width: 100%;
	text-align: center;
	margin: 0.3%;
    padding: 2% 2% 1% 2%;
	color: #fff;
	position: relative;
	transition: 0.3s;
	background-color: #00a7d3;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}*/

.conte-box-head {
    width: 100%;
	text-align: center;
	margin: 0.3%;
    padding: 3% 0 1% 0;
	position: relative;
	color: #00a7d3;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: nowrap;
	margin-bottom: 1%;
}

.conte-box-head p {
    font-size: 1.2em;
	line-height: 1em;
	display: block;
	white-space: nowrap;
	display: flex;
	align-items: center;
	width: 100%;
}

.conte-box-head p:after {
	content: "";
	flex-grow: 1;
	height: 0.5px;
	display: block;

}

.conte-box-head p:after {
	margin-left: 20px;
	background: #00a7d3;
}

.conte-box-head span {
    font-size: 0.65em;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.2em;
	white-space: nowrap;
	padding: 1px 9px 1px 12px;
	border: solid 0.5px #00a7d3;
}

@media (max-width:600px){
	
	.conte-box-head p {
		margin-right: 0;
	}
	
	.conte-box-head p:after {
		margin-left: 10px;
	}

	.conte-box-head span {
		display: none;
	}
	
}

.conte-box-tit {
    width: 39.4%;
    padding-top: 18%!important;
	margin: 0.3%;
    background-color: #fff;
	position: relative;
	transition: 0.3s;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.conte-box-one {
    width: 100%;
    padding-top: 44%;
	margin: 0.3%;
    background-color: #fff;
	position: relative;
	transition: 0.3s;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.conte-box-wrap p {
	margin: 3% 2%;
	text-align: left;
	font-size: 0.9em;
}
.conte-box-one img,
.conte-box-tit img {
    height: 70%;
}

.conte-box-wrap {
	width: 38%;
}

.conte-box {
    width: 19.4%;
    padding-top: 18%!important;
	margin: 0.3%;
    background-color: #fff;
	position: relative;
	transition: 0.3s;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.conte-box a {
    display: block;
}

.conte-box a img {
    opacity: 1!important;
}

.conte-box-one:hover,
.conte-box-tit:hover,
.conte-box:hover {
	animation: transform 0.7s;
	opacity: 1!important;
	z-index: 100;
	cursor: pointer!important;
	cursor: hand!important;
}

@keyframes transform {
	0% {
		transform: scale(1, 1);
		opacity: 1!important;
	}
	 20% {
		 transform: scale(0.9, 0.9);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}

.conte-inner {
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #00a7d3;
}

.conte-box img {
    width: 80%;
}

@media (max-width:768px){
	
	.conte-box-tit {
		width: 49.4%;
		padding-top: 22%!important;
	}
	
	.conte-box {
		width: 24.4%;
		padding-top: 22%!important;
	}
}

@media (max-width:600px){
	
	.conte-box-head {
		padding: 4% 2% 2% 2%;
	}
	
	.conte-box-head p {
    font-size: 1em;
	line-height: 1em;
}
	
	.conte-box-tit {
		width: 65.433333333%;
		padding-top: 30%!important;
	}
	
	.conte-box {
		width: 32.433333333%;
		padding-top: 30%!important;
	}
	
	.conte-box img {
		width: 80%;
}

}


.top-circle {
	width: 100%;
	max-width: 400px;
	margin: auto;
}

.top-circle img {
	width: 100%;
	margin-bottom: 20px;
}

.top-circle p {
	width: 100%;
	max-width: 400px;
	margin: auto;
	text-align: left;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	margin-left: 0.2em; 
}


.bt-cm-top {
    display:inline-block;
    background:#00a7d3;
    width: 100%;
	max-width: 400px;
    padding:15px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0.2em;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	transition: .3s!important;
}

.bt-cm-top::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    width: 6px;
	height: 20px;
	background-image: url("../images/bt-arrow.png");
	background-repeat: no-repeat;
	background-size: 6px;
    transition: .3s;
}

.bt-cm-top:hover::after{
    right: 7px;
}

.bt-cm-top:hover{
	background:#007897;
}

@media (max-width:600px){
	
	.top-circle img {
		width: 100%;
	}
	
}

.news-topic {
	width: 100%;
	transition: .3s;
}

.news-topic a {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	text-align: left;
	width: 100%;
	border-bottom: solid 1px #ddd;
	padding: 10px 0;
	transition: .3s;
}

.news-topic a:first-child{
	border-top: solid 1px #ddd;
}

.news-topic a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #00a7d3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 1s;
}
.news-topic a:hover::after {
  transform: scale(1, 1);
}

.news-topic a:hover {
	background-color: #f9f9f9;
}

.news-topic a img {
	width: 100px;
	margin-right: 25px;
}

.news-topic a p {
  width: calc(100% - 130px);
	margin-right: 50px;
	margin-bottom: 1em;
}

.news-topic a p span{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 0.85em;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: #00a7d3;
	margin-bottom: 7px;
}

.news-arw {
	content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2.5px);
    right: 10px;
    width: 30px;
	height: 8px;
    border-bottom: 1px solid #262626;
	border-right: 1px solid #262626;
	transform: skew(45deg)!important;
    transition: .3s;
}

@media (max-width:600px){
	
	.news-topic a img {
		display: none;
	}
	
	.news-topic a p {
		width: calc(100% - 50px);
		margin-right: 0;
		margin-left: 10px;
	}
	
	.news-arw {
	content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2.5px);
    right: 10px;
    width: 20px;
	height: 5px;
    border-bottom: 1px solid #262626;
	border-right: 1px solid #262626;
	transform: skew(45deg)!important;
    transition: .3s;
}
}


.comp-list-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.comp-list-left {
	width: 150px;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
}

.comp-list-mid {
	width: 20px;
	text-align: left;
	border: solid #fff;
	border-width: 0 2px;
	font-weight: 500;
	color: #00a7d3!important;
}

.comp-list-right {
	width: calc(100% - 170px);
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
	border-radius: 3px 0 0 3px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 3px 0 0 3px;
}

.comp-mb {
	display: block;
	margin-bottom: 1em;
}

.comp-list-left,
.comp-list-mid,
.comp-list-right {
	display: block;
	background-color: #fff;
	color: #262626;
	margin-bottom: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}


@media (max-width:600px){
	
	.comp-list-block {
		display: block;
	}
	
	.comp-list-left {
		width: 100%;
		padding-top: 0.7em;
		padding-bottom: 0.7em;
		margin-bottom: 0;
		border-bottom: solid 1px #00a7d3;
		border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
	}
	
	.comp-list-mid {
		display: none;
	}
	
	.comp-list-right {
		width: 100%;
		border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
	}
	
}

.list-comp {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	line-height: 1.6em;
}

.list-comp dd {
	width: 1.3em;
	color: #00a7d3;
}

.list-comp p {
	width: calc(100% - 1.3em);
	margin-bottom: 3px;
}

.bt-comp {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	background-color: #00a7d3;
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
	padding: 1px 10px 1px 13px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-top: 7px;
}

.bt-comp img {
	width: 5px;
	margin-left: 3px;
}

#map {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	border: solid 10px #fff;
}

#map iframe {
	width: 100%;
	height: 800px;
	margin-top: -180px;
	filter: brightness(95%) grayscale(20%);
}

.map-bt-wrap {
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0.5em 1em 1em 1em;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}

.map-bt {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	color: #00a7d3;
	border: 1px solid #00a7d3;
	background-color: #fff;
	text-align: center;
	padding: 8px;
	letter-spacing: 0.2em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: .3s;
}

.map-bt:hover {
	background-color: #00a7d3!important;
	color: #fff;
	opacity: 1;
}

@media (max-width:768px){
	
	#map {
		height: 300px;
	}
	
	#map iframe {
		margin-top: -230px;
	}
}


#foot-section {
    z-index: 100!important;
    width: 100%;
	padding: 3% 3% 3% 3%;
	color: #fff;
	background-color: #222;
	pointer-events:auto;
}

.foot-inner-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center!important;
	overflow: hidden;
	position: relative;
}

.foot-inner-mid {
	margin-top: -15px;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-left: 170px;
}

.foot-logo {
	display: flex;
	align-items: center!important;
	width: 130px;
}


.foot-link {
	width: auto;
	font-size: 0.9em;
	margin-right: 4%;
}

.foot-link dt {
	width: 100%;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-weight: 500!important;
	margin: 0.4em 0;
	color: #777;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}


.foot-link a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	text-align: left;
	line-height: 1.6em;
}

.foot-link dd{
	width: 1.2em;
	font-weight: 900;
	text-align: left;
	color: #00a7d3;
}

.foot-link p {
	width: calc(100% - 1.2em);
	font-weight: 300;
	margin-right: -1px;
}

.foot-link p::after{
        content: ".";
        width: 0;
        font-size: 0;
        color: transparent;
        margin-right: 2px;
}

.foot-sns {
	display: flex;
	margin-left:auto;
}

.foot-sns a {
	display: block;
	background-color: #262626;
	line-height: 0;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border: solid 1px #666;
	padding: 10px;
	margin-left: 10px;
}


.foot-sns img {
	width: 15px;
}

.foot-btm {
	width: 100%;
	margin: auto;
	background: #444;
	padding: 15px 25px 10px 25px;
	background-color: #222;
}

.foot-copy {
	font-family: 'Poppins', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 0.2em;
}


@media (max-width:900px){
	
	.foot-inner-top {
		margin-bottom: 15px;
	}
	
	.foot-inner-mid {
		margin-top: 0;
		padding-left: 0;
	}
	
}

@media (max-width:600px){
	
	#foot-section {
		padding: 7% 5%;
	}
	
	
	.foot-logo {
		width: 110px;
	}
	
	.foot-sns img {
		width: 12px;
	}


	.foot-inner-mid {
		padding-left: 0;
		margin-bottom: 10px;
	}

}




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

.top-h2-title {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	border-bottom: solid 1px #00bedd;
	margin-bottom: 25px;
}


.top-txt {
	display: block;
	font-size: 1.05em;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	width: 60%;
}

.top-catch {
	width: 70%;
	position: absolute;
	bottom: 12%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	filter:alpha(opacity=2);
    -moz-opacity: 0.2;
    opacity: 0.2;
	animation-name: catch;
	animation-iteration-count: infinite;
	animation-duration:15s;
	animation-delay:1s;
	animation-timing-function:ease-out;
}

@keyframes catch {
	  0% {filter: blur(0px);}
     76% {filter: blur(0px); transform: translateY(0px);}
  76.25% {filter: blur(0px); transform: translateY(2px);}
   76.5% {filter: blur(3px); transform: translateY(0px);}
	 77% {filter: blur(0px);}
	 87% {filter: blur(3px);}
   90.5% {filter: blur(0px); transform: translateX(0px);}
   91.5% {filter: blur(8px); transform: translateX(2px);}
     92% {transform: translateY(3px);}
   92.5% {filter: blur(3px); transform: translateY(-7px);}
     93% {filter: blur(5px); transform: translateX(1px);}
   93.5% {filter: blur(0px); transform: translateY(-1px),translateX(-3px);}
	 95% {filter: blur(8px); transform: translateY(2px);}
	100% {filter: blur(0px);}
}


@media (max-width:550px){
	
	.top-txt {
		width: 100%;
	}
	
	.top-catch {
		width: 90%;
	}
	
}

.bt-wrap-top {
	position: absolute;
	bottom: 0;
	right: 0;	
}

.bt-wrap-center {
	width: 100%;
	background-color: #c00;
	text-align: center!important;
}

.bt-common {
	position: relative;
	display: inline-block;
	width: 240px;
	padding: 1em 0.88em;
	margin: auto;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 50%, rgba(0, 0, 0, 0.5) 50%);
	background-size: 200% 100.5%;
	background-position: right bottom;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.15em;
	border: none;
	border: solid 1px #fff;
	border-color: none;
	transition: all 0.4s ease-out;
}
.bt-common:hover {
  background-position: left bottom;
  color: #000;
	filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.arrow-wrap {
	position: absolute;
	top: 1.1em;
	right: 13px;
	background-color: #2b728e;
	width: 17px;
	height: 18px;
}

.bt-arrow{
	position: relative;
	display: inline-block;
	padding-left: 12px;
}

.bt-arrow::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -11px;
}

@media (max-width:600px){
	
	.bt-common {
		width: 180px;
		padding: 0.8em 0.8em;
		font-size: 1em;
	}
	
	.arrow-wrap {
		top: 0.9em;
		right: 10px;
		width: 15px;
		height: 16px;
	}
	
	.bt-arrow {
		padding-left: 10px;
	}
	
	.bt-arrow::before{
		width: 7px;
		height: 7px;
		margin-top: -9.5px;
	}
	
}

a.anchor {
    display: block;
    padding-top: 63px;
    margin-top: -63px;
}

.ex2-bt-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	text-align: center;
	margin: auto;
}

.wtc {
	width: 49.5%!important;
	display: flex;
	align-items: center;
}

.bt-service {
	display: inline-block;
	width: 100%;
	padding: 32px 15px 50px 15px;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 0.3em;
	position: relative;
	text-align: center;
	background-size: 10px;
	background: -moz-linear-gradient(top, #005688, #002e5b);
	background: -webkit-linear-gradient(top, #005688, #002e5b);
	background: linear-gradient(to bottom, #005688, #002e5b);
}

.bt-service p {
	font-size: 0.5em;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1.6em;
	margin: 10px 0;
}

#button-2{
	border: 0px solid #fff;
	position: relative;
	z-index: 2;
	color: #fff;
	background-color: #002e5b;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: solid 1px #2b728e;
}

#button-2:before{
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1!important;
}

#button-2:hover{
	color: #000;
	background: rgba(0,0,0,.1)!important;
	opacity: 1!important;
}

hover {
	opacity: 1!important;
	background: rgba(255,255,255,.1)!important;
}

#button-2:hover:before{
  top: 0;
}

.six { width: 49.2%; }

.col {
	display: block;
	float:left;
}

.col:first-of-type {
	margin-left: 0;
}

.arrow-svc-wrap {
	position: absolute;
	bottom: 25px;
	left: calc(50% - 10px);
	background-color: #2b728e;
	width: 20px;
	height: 18px;
}

.bt-arrow-dw{
	position: relative;
	display: inline-block;
	padding-left: 8px;
}

.bt-arrow-dw::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
}

@media (max-width:500px){
	
	.ex2-bt-wrap {
		display: block!important;
	}
	
	.wtc {
		width: 100%!important;
		margin-bottom: 5%;
	}
	
}


.service-head {
	display: flex;
	height: 430px;
	position: relative;
	z-index: 3;
	background-color: #002e5b;
	border-top: solid 1px #fff;
	background: -moz-linear-gradient(left, #001a28, #002e5b, #005b8f);
	background: -webkit-linear-gradient(left, #001a28, #002e5b, #005b8f);
	background: linear-gradient(to right, #001a28, #002e5b, #005b8f);
}

.service-head-tit {
	position: absolute;
	top:0;
	width: 96%;
	margin: 3% 0 0 4%;
	text-align: left;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #00bedd;
	z-index: 10!important;
}

.service-head p{
	width: 96%;
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	margin: 0;
	padding-left: 0.1em;
}

.service-head dd{
	color: #002e5b;
	font-size: 0.9em;
	font-weight: 500!important;
	background-color: #00bedd;
	display: inline-block;
	padding: 0.2em 0.6em;
	margin-bottom: 0.5em;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.service-head-txt,
.service-head-pic {
	display: block;
	width: 50%;
	height: 100%;
}

.service-head-pic {
	z-index: 4;
	position: relative;
	overflow: hidden!important;
	background-color: #000;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

.service-head-bg {
	width:100%;
	height:100%;
	display: block;
	overflow: hidden;
	padding: 0;
	top:0;
	line-height: 0;
	position: absolute;
	background-position: right -3% top -7%;
	background-repeat: no-repeat;
	background-size: 350px;
	filter:alpha(opacity=0.04);
    -moz-opacity: 0.04;
    opacity: 0.04;
 }

.service-head-layer {
	width: 100%;
	display: block;
	height: 100%;
	z-index: 8!important;
	position: absolute;
	top: 0;
	left: 0;
	overflow:auto!important;
}

.service-screen {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left: 0;
	background: rgba(0,0,0,0.3)!important;
	z-index: 3;
}

.service-head-txt {
	padding: 3%;
	display: flex;
	align-items: center;
}

.service-head-txt span {
	color: #fff;
	font-size: 1.1em!important;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	text-align: left;
}

@media (max-width:700px){
	
	.service-head {
		display: block;
		height: 100%;
	}
	
	.service-head-layer,
	.service-head-pic {
		width: 100%;
		height: 300px;
	}
	
	.service-head-tit {
		top: auto;
		bottom: 30px;
	}
	
	.service-head p {
		font-size: 1.7em;
	}
	
	.service-head-txt {
		width: 100%;
		min-height: 150px;
		padding: 5%;
	}
	
	.service-head-txt span {
		font-size: 1.05em!important;
	}
	
	.service-head-bg {
		background-position: right -4% bottom -10%;
		background-size: 250px;
	}
}

.srv-flow-block{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction:row-reverse;
	line-height: 0;
}

.srv-flow-txt,
.srv-flow-pic,
.srv-flow-arw,
.srv-flow-space {
	width: 47%;
}

.srv-flow-txt {
	border-bottom: dashed 1px #2b728e;
}

.srv-flow-txt p {
	font-size: 1.05em;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	margin-bottom: 2em;
}

.srv-list-f {
	display: flex!important;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 1.05em;
	margin-bottom: 0.4em;
	
}

.srv-list-f dt {
	width: 1.3em;
	font-weight: 600;
}

.srv-list-f dd {
	width: 100%;letter-spacing: 0.15em!important;
}

.srv-flow-tit{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	border: solid 2px #2b728e;
	margin-bottom: 20px;
}

.srv-flow-tit dt,
.srv-flow-tit dd {
	min-height: 55px;
	padding: 0 13px;
}

.srv-flow-tit dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	background-color: #00bedd;
	font-family:'Oswald', sans-serif;
	color: #fff;
	font-size: 1.8em;
	font-weight: 900;
	border-right: solid 2px #2b728e;
}

.srv-flow-tit dd {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #002e5b;
	color: #fff;
	font-size: 1.15em;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: -moz-linear-gradient(left, #002e5b, #005b8f);
	background: -webkit-linear-gradient(left, #002e5b, #005b8f);
	background: linear-gradient(to right, #002e5b, #005b8f);
}

.srv-flow-arw {
	display: block;
	text-align: center;
	padding: 30px 0 40px 0;
}

.srv-arrow {
	position: relative;
	display: inline-block;
	padding-left: 8px;
}

.srv-arrow::before{
	content: '';
	width: 20px;
	height: 20px;
	border: 0px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
}

@media (max-width:767px){
	
	.srv-flow-block{
		display: block;
		max-width: 450px;
		margin: auto;
	}
	
	.srv-flow-txt,
	.srv-flow-pic,
	.srv-flow-arw {
		width: 100%;
	}
	
	.srv-flow-pic {
		border: solid #2b728e;
		border-width: 2px 2px 0 2px;
	}
	
	.srv-flow-space {
		display: none;
	}
}

.srv-awd-block{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 0;
}

.srv-awd-txt,
.srv-awd-pic {
	width: 47%;
}

.srv-awd-txt dt {
	font-size: 1.1em;
	letter-spacing: 0.15em;
	font-weight: 500;
	line-height: 1.8em;
	margin-left: 1em;
	margin-bottom: 0.2em;
}

.srv-awd-txt dt span{
	color: #00bedd;
	margin-right: 0.2em;
}

.srv-awd-txt p {
	text-align: left;
	font-size: 1.05em;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	margin-left: 1em;
	margin-bottom: 1em;
}

.srv-awd-txt p img{
	width: 220px;
	display: inline-block;
	margin: 1em 0 0 0;
}

.list-awd {
	display: inline-block;
	font-size: 1.05em;
	line-height: 1.8em;
	margin: 0 0 1em 1em;
}

.list-awd ul{
	list-style-type: none;
	text-align: left;
}

.list-awd li{
	margin: 0 0 10px 0;
    padding-left: 1.15em;
    text-indent: -1.15em;
	letter-spacing: 0.15em;
	line-height: 1.5em;
 }

.list-awd li span {
	font-weight: 500;
 }

.list-awd ul li:before {
	display: inline;
	content: "・";
	color: #00bedd;
	font-weight: 900;
	margin-right: -0.4em;
}

.srv-awd-tit{
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

.srv-awd-tit img{
	position: absolute;
	width: 80px;
	-webkit-filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5));
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5));
}

.srv-awd-tit dd{
	width: 100%;
	margin-left: 40px;
	padding: 8px 0;
	display: flex;
	align-items: center!important;
	font-size: 1.3em;
	letter-spacing: 0.15em;
	background: -moz-linear-gradient(left, #002e5b, #2b728e, #002e5b);
	background: -webkit-linear-gradient(left, #002e5b, #2b728e, #002e5b);
	background: linear-gradient(to right, #002e5b, #2b728e, #002e5b);
}

.srv-awd-tit dd dl{
	width: 100%;
	padding: 0.5em 0.3em 0.5em 55px;
	border: solid #00bedd;
	border-width: 2px 0;
	
}

@media (max-width:767px){
	
	.srv-awd-block{
		display: block;
		max-width: 600px;
		margin: auto;
	}
	
	.srv-awd-txt {
		width: 100%;
	}
	
	.srv-awd-pic {
		width: calc(100% - 2em);
		margin: 0 1em;
	}
	
}

.srv-table {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.row-1 {
	width: 70%;
}

.row-2 {
	width: 30%;
}

.row-1 th,
.row-1 td {
	border: solid #001a28;
	border-width: 4px 2px;
	vertical-align: middle;
	text-align: center;
}

.row-1 th {
	width: 50%;
	height: 45px!important;
	background-color: #002e5b;
	color: #fff;
	font-size: 0.95em;
	letter-spacing: 0.2em;
	background: -moz-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: -webkit-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: linear-gradient(to right, #002e5b, #005b8f, #002e5b);
}

.row-1 td {
	background-color: #eee;
	color: #000;
	font-size: 0.95em;
	padding: 14px 10px;
	background: rgba(255,255,255,.9)
}

.row-1 td p {
	font-size: 1em;
	font-weight: 600;
}

.row-2 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.row-2 dl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px!important;
	background-color: #002e5b;	
	width: 100%;
	font-size: 0.95em;
	letter-spacing: 0.2em;
	border: solid #001a28;
	border-width: 4px 2px 0 0;
	background: -moz-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: -webkit-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: linear-gradient(to right, #002e5b, #005b8f, #002e5b);
}

.row-2 dt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
	font-size: 0.95em;
	line-height: 1.4em;
	color: #000;
	background-color: #eee;
	width: 100%;
	height: calc(100% - 45px);
	min-height: 80px;
	padding: 10px;
	border: solid #001a28;
	border-width: 4px 2px 4px 0;
	background: rgba(255,255,255,.9)
}

.row-2 p {
	display: none;
}

.row-2 span {
	width: 100%;
}

@media (max-width:768px){
	
	.srv-table {
		display: block;
	}
	
	.row-1 {
		width: 100%;
	}
	
	.row-2 {
		width: 100%;
	}
	
	.row-2 dl {
		display: none;
	}
	
	.row-2 p {
		display: block;
		width: 100%;
		font-weight: 500;
		margin: 0;
	}
	
	.row-2 dt {
		border-width: 0 2px 2px 2px;
	}
	
}


.contact-block{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 0;
}

.contact-txt,
.contact-bt-wrap {
	width: 47%;
}

.contact-txt {
	margin-bottom: 2em;
}

.contact-txt p {
	text-align: left;
	font-size: 1.05em;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	margin-bottom: 1em;
}

@media (max-width:767px){
	
	.contact-block {
		display: block;
		max-width: 450px;
		margin: auto;
	}
	
	.contact-txt,
	.contact-bt-wrap {
		width: 100%;
	}
	
}

.bt-tel {
	position: relative;
	width: 100%!important;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.15em;
	background-color: #2b728e;
	border: solid 1px #00bedd;
	border-color: none;
	background: -moz-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: -webkit-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: linear-gradient(to right, #002e5b, #005b8f, #002e5b);
	pointer-events: all;
}

.bt-tel p {
	line-height: 2em;
	margin-bottom: 0.7em;
}

.bt-tel span {
	display: block;
	font-family:'Oswald', sans-serif;
	font-weight: 700;
	font-size: 2.2em;
	letter-spacing: 0.05em;
	width: 100%;
	background-image:url("../images/icon_tel.png");
	background-repeat: no-repeat;
	background-position: left 0 top 3px;
	background-size: 27px;
	padding: 0 30px 5px 33px;
}

.bt-tel p dl {
	display: block;
	width: 100%!important;
	margin-bottom: 0.7em;
}

.bt-tel-contact {
	position: relative;
	width: 100%!important;
	max-width: 400px;
	padding: 30px 10px 20px 10px; 
	display: block;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.15em;
	background-color: #2b728e;
	border: solid 1px #00bedd;
	border-color: none;
	background: -moz-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: -webkit-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: linear-gradient(to right, #002e5b, #005b8f, #002e5b);
}

.bt-tel-contact p {
	line-height: 2em;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}

.bt-tel-contact span {
	display: inline-block;;
	font-family:'Oswald', sans-serif;
	font-weight: 700;
	font-size: 2.4em;
	letter-spacing: 0.05em;
	background-image:url("../images/icon_tel.png");
	background-repeat: no-repeat;
	background-position: left 0 top 1px;
	background-size: 27px;
	padding: 0 10px 5px 33px;
}

.bt-tel-contact p dl {
	display: block;
	width: 100%!important;
	margin-bottom: 0.7em;
}


@media (max-width:600px){
	
	.bt-tel span {
		font-size: 2em;
		background-size: 22px;
		padding: 0 15px 5px 30px;
	}
	
}


.bt-mail {
	position: relative;
	display: block;
	width: 100%!important;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	text-align: center;
	color: #fff;
	line-height: 1.7em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 50%, rgba(0, 0, 0, 0.7) 50%);
	background-size: 200% 100.5%;
	background-position: right bottom;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.15em;
	border: solid 1px #00bedd;
	border-color: none;
	transition: all 0.4s ease-out;
	pointer-events: all;
}

.bt-mail:hover {
	background-position: left bottom;
	color: #000;
	filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.bt-mail p{
	background-image:url("../images/icon_mail.png");
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: left 0 top 5px;
	text-indent: 43px;
}

.arrow-wrap-mail {
	position: absolute;
	top: 37px;
	display: block;
	padding: 6px 8px 0 8px;
	right: 15px;
	background-color: #2b728e;

}

.bt-arrow-mail {
	position: relative;
	display: inline-block;
	padding-left: 11px;
}

.bt-arrow-mail::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	margin-top: -13px;
}

.works-pic {
	width: 100%;
	width: 100wv;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: solid 3px #00bedd;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.works-pic img{
	width: 16.666666%;
}

@media (max-width:900px){
	
	.works-pic img{
		width: 20%;
	}
	
	.wp-1st{
		display: none;
	}
	
}

@media (max-width:600px){
	
	.works-pic img{
		width: 33.33333%;
	}
	
	.wp-2nd{
		display: none;
	}
	
}

.flow-step {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	border: solid 2px #2b728e;
	border-right: solid 2px #000;
	margin-bottom: 20px;
	background: rgba(0,0,0,0.6);
}

.flow-case {
	width: auto;
	margin-right: calc((100vw - 100%));
}

.flow-case th {
	width: 30px;
	padding: 9px!important;
	background-color: #00bedd;
	border-right: solid 2px #2b728e;
}

.flow-case th img{
	display: block;
	margin-top: 20%!important;
}

.flow-case td {
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.flow-case th, .flow-case td{
	vertical-align: middle!important;
}

.flow-icon {
	width: 70px;
	padding: 10px 0px 10px 20px;
}

.flow-conte {
	display: flex;
	align-items: center!important;
	align-content: center;	
}

.flow-conte dd{
	display: flex;
	align-items: center!important;
	justify-content: center;
	white-space: nowrap;
	width: 180px;
	height: 50px;
	font-size: 1.05em;
	font-weight: 500;
	border-right: solid 2px #2b728e;
	margin-right: 25px;
	letter-spacing: 0.2em;
}

.flow-conte dd img{
	display: none;
}

.flow-conte p{
	font-weight: 300;
	letter-spacing: 0.15em;
	width: 100%!important;
}

@media (max-width:768px){
	
	.flow-case th {
		width: 23px;
		padding: 5px!important;
	}
	
	.flow-conte {
		display: block;
		margin-left: 15px;
	}
	
	.flow-icon {
		display: none;
	}
	
	.flow-conte {
		width: 97%!important;
	}
	
	.flow-conte dd{
		justify-content: flex-start;
		width: 97%!important;
		height: auto;
		font-size: 1.1em;
		letter-spacing: 0.1em;
		border: solid #2b728e;
		border-width: 0 0 2px 0;
		padding-bottom: 7px;
		margin-bottom: 7px;
		vertical-align:bottom;
	}
	
	.flow-conte dd img{
		display: block;
		width: 25px;
		margin-right: 12px;
	}

	
	.flow-conte p{
		width: 97%!important;
	}

}

.news-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 17px;
	border-bottom: solid 1px #777;
	margin-bottom: 23px;
}

.news-pic {
	width: 25%!important;
	margin-right: 5%;
}

.news-txt {
	width: 70%;
	padding-top: 0.3em;
}

.news-txt dd{
	color: #00bedd;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	margin-bottom: 15px;
	display: inline-block;
}

.news-txt dd span{
	color: #fff;
	background-color: #ff407b; 
	font-size: 0.7em;
	letter-spacing: 0.05em;
	padding: 1px 4px 1px 5px;
	margin-left: 1em;
	line-height: 1.4em;
	vertical-align:top;
}

.news-txt dt{
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	display: inline-block;
	
}

.news-txt p{
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 15px;
	display: inline-block;
}


.news-txt p span{
	color: #00bedd;
	margin-left: 1em;
	display: inline-block;
}

@media (max-width:600px){
	
	.news-list {
		max-width: 450px;
		display: block;
		margin: auto;
		margin-bottom: 30px;
	}
	
	.news-pic {
		width: 100%!important;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.news-txt {
		width: 100%;
	}

}

@media (max-width:450px){
	
	.news-list {
		max-width: 300px;
	}

}

.blog-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog-block {
	background: #002e5b;
	margin-bottom: 2%;
	background: -moz-linear-gradient(top, #002e5b, #002e5b, #003d79);
	background: -webkit-linear-gradient(top, #002e5b, #002e5b, #003d79);
	background: linear-gradient(to bottom, #002e5b, #002e5b, #003d79);
}

.w-news {
	width: 32%;
}

.w-works {
	width: 49%;
}

.blog-block img {
	width: 100%;
	border-bottom: solid 1px #fff;
}

.blog-txt {
	width: 100%;
	padding: 10px 15px 15px 15px;
}

.blog-txt dd{
	color: #00bedd;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	margin-bottom: 10px;
	display: inline-block;
}

.blog-txt dd span{
	color: #fff;
	background-color: #ff407b; 
	font-size: 0.7em;
	letter-spacing: 0.05em;
	padding: 1px 4px 1px 5px;
	margin-left: 1em;
	line-height: 1.4em;
	display: inline-block;
	vertical-align:top;
}

.blog-txt dt{
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	display: inline-block;
}

.blog-txt p{
	font-size: 0.95em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 15px;
	display: inline-block;
}

.blog-txt p span{
	color: #00bedd;
	margin-left: 1em;
	display: inline-block;
}


.blog-tag {
	display: flex;
	flex-wrap: wrap;
}

.blog-tag dl{
	color: #fff;
	background-color: #2b728e; 
	font-size: 0.7em;
	letter-spacing: 0.1em;
	padding: 4px 7px 4px 8px;
	line-height: 1.4em;
	display: inline;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	white-space: nowrap;
}

@media (max-width:768px){
	
	.w-news {
		width: 49%;
		margin-bottom: 2%;	
	}
	
	.blog-tag dl{
		font-size: 0.85em;
	}
}

@media (max-width:600px){
	
	.w-news,
	.w-works {
		width: 100%;
		max-width: 450px;
		margin: auto;
		margin-bottom: 5%;	
	}
}

.blog-head {
	position: relative;
	width: 100%;
	max-width: 800px!important;
	margin: auto;
	background: #c00;
	margin-top: 65px;
	margin-bottom: 30px;
	border: solid 1px #fff;
}

.blog-head img {
	width: 100%;
	vertical-align: bottom;
}

.blog-head-txt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px;
	text-align: left;
	background: rgba(0,0,0,0.5);
	z-index: 10;
	pointer-events: all;
}

.blog-head-txt dd{
	color: #00bedd;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.blog-head-txt dd span{
	color: #fff;
	background-color: #ff407b; 
	font-size: 0.7em;
	letter-spacing: 0.05em;
	padding: 1px 4px 1px 5px;
	margin-left: 1em;
	line-height: 1.4em;
	display: inline-block;
	vertical-align:top;
}

.blog-head-txt p{
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 0.7em;
}

@media (max-width:800px){
	
	.blog-head {
		margin-top: 25px;
		border: none;
	}
	
	.blog-head-txt {
		border: solid #fff;
		border-width: 1px 0 0 0;
	}
	
}

@media (max-width:768px){
	
	.blog-head-txt {
		padding: 10px;
	}

	.blog-head-txt dd {
		font-size: 0.9em;
		margin-bottom: 0.5em;
	}
	
	.blog-head-txt p {
		font-size: 1.2em;
		margin-bottom: 0.5em;
	}
}

@media (max-width:450px){
	
	.blog-head-txt {
		position: relative;
		padding: 15px;
		background-color: #002e5b;
	}

}

.blog-field {
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

.field-news {
	width: 100%;
	background-color: #fff;
	color: #000;
	padding: 4% 4% 7% 4%;
	margin-bottom: 3em;
}

.field-works {
	width: 100%;
	margin-bottom: 3em;
}

.blog-field dd {
	font-size: 1.05em;
	font-weight: 500;
	margin-bottom: 0.7em;
}

.blog-field p {
	font-weight: 300;
	margin-bottom: 3em;
}

.blog-field-img {
	text-align: center;
	margin: 0 2em 3em 2em;
	padding: 0;
	table-layout: fixed;
    word-wrap: break-word;
}

.blog-field-img img {
	width: 100%;
	margin-bottom: 0.3em;
}

.blog-field-img p {
	display: block;
	text-align: left;
	font-size: 0.9em;
}

.list-blog {
	display: inline-block;
	font-weight: 300;
	margin: 0 2em 3em 2em;
}

.list-blog  ul{
	list-style-type: none;
	text-align: left;
}

.list-blog  li{
	margin: 0 0 10px 0;
    padding-left: 1.15em;
    text-indent: -1.15em;
	line-height: 1.5em;
 }

.list-blog  ul li:before {
	display: inline;
	content: "■";
	margin-right: -0.2em;
}

.works-before {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 3% 5% 5% 5%;
	background-color: #002e5b;
	margin-bottom: 3em;
	z-index: 1;
	background: -moz-linear-gradient(top, #002e5b, #002e5b, #003d79);
	background: -webkit-linear-gradient(top, #002e5b, #002e5b, #003d79);
	background: linear-gradient(to bottom, #002e5b, #002e5b, #003d79);
}

.works-before dd {
	width: 100%;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 1.7em;
	font-weight: 600;
	text-align: center;
}

.works-before dt {
	width: 100%;
	display: block;
	font-size: 0.8em;
	text-align: center;
	color: #00bedd;
	margin-bottom: 0.8em;
}

.works-before p {
	font-family: 'Playball', cursive;
	font-size: 2.8em;
	letter-spacing: -0.001em;
	line-height: 1.4em;
	color: #fff;
	border-bottom: solid 1px #00bedd;
	margin-bottom: 0.2em;
}

.works-before p span{
	font-size: 0.38em;
	letter-spacing: 0.15em;
	line-height: 1.4em;
	padding-left: 1em;
}

.works-before img {
	width: 100%;
	border: solid 1px #fff;
	margin-bottom: 2%;
}

.list-before {
	display: inline-block;
	width: 100%;
	margin: 1em 0 0 0;
	font-size: 1.05em;
}

.list-before  ul{
	list-style-type: none;
	text-align: left;
	margin-bottom: -0.7em;
	font-weight: 400;
}

.list-before  li{
	margin: 0 0 0.7em 0;
    padding-left: 1.1em;
    text-indent: -1.1em;
	letter-spacing: 0.2em;
	line-height: 1.7em;
 }

.list-before  ul li:before {
	display: inline;
	content: "■";
	color: #00bedd;
	margin-right: -0.55em;
}

.list-before-bg{
	width:100%;
	height:100%;
	display: block;
	overflow: hidden;
	padding: 0;
	top:0;
	line-height: 0;
	z-index: -1;
	position: absolute;
	background:url("../images/bg_icon_01.png");
	background-position: right -5% bottom -1%;
	background-repeat: no-repeat;
	background-size: 40%;
	filter:alpha(opacity=4);
    -moz-opacity: 0.04;
    opacity: 0.04;
 }

@media (max-width:450px){
	
	.works-before {
		padding: 4% 3% 5% 3%;
	}
	
	.works-before dd {
		font-size: 1.4em;
	}
	
	.works-before p {
		font-size: 2em;
	}
	
	.works-before p span{
		font-size: 0.48em;
	}
	
	.list-before {
		font-size: 0.95em;
	}

}

.customer-block {
	position: relative;
	border: solid 2px #fff;
	padding: 3%;
	display: flex;
	align-items: center;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background:url("../images/bg_stripe.png");
	background-size: 15px;
	background-color: rgba(0,46,91,.6);
	margin-bottom: 3em;
}

.customer-block img {
	width: 15%;
	margin-right: 3%
	
}

.customer-block p {
	width: 82%;
	margin: 0;
}

@media (max-width:450px){
	
	.customer-block {
		align-items:flex-start;
		padding: 4%;
		font-size: 0.95em;
	}

	.customer-block img {
		width: 18%;
		margin-right: 5%
	}
	
	.customer-block p {
		width: 77%;
		margin: 0;
	}
	
}


.works-data {
	width: 100%;
	display: flex;
	letter-spacing: 0.1em;
	position: relative;
}

.works-data-pro,
.works-data-val {
	padding: 1.5% 2%;
	margin: 0.2%;
}

.works-data-pro {
	width: 29.6%;
	background-color: #002e5b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: -moz-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: -webkit-linear-gradient(left, #002e5b, #005b8f, #002e5b);
	background: linear-gradient(to right, #002e5b, #005b8f, #002e5b);
}

.works-data-val {
	width: 69.6%;
	background-color: #fff;
	color: #000;
	text-align: left;
	background: rgba(255,255,255,.9)
}

@media (max-width:767px){
	
	.works-data {
		display: block;
	}
	
	.works-data-pro,
	.works-data-val {
		width: 100%;
		padding: 3% 4%;
		margin: 0;
	}
}

.staff-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.staff-block {
	width: 49.8%;
	background: #002e5b;
	margin-bottom: 0.5%;
	background: -moz-linear-gradient(top, #002e5b, #002e5b, #003d79);
	background: -webkit-linear-gradient(top, #002e5b, #002e5b, #003d79);
	background: linear-gradient(to bottom, #002e5b, #002e5b, #003d79);
}


.staff-block img {
	width: 100%;
	border-bottom: solid 1px #00bedd;
}

.staff-txt {
	width: 100%;
	padding: 1em 1.3em 15px 1.3em;
}

.staff-txt dl {
	font-size: 1.5em;
	letter-spacing: 0.25em;
	margin-bottom: 0.2em;
}

.staff-txt dd{
	color: #00bedd;
	font-family: 'Poppins', sans-serif;
	font-size: 0.75em;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1.2em;
	margin-bottom: 1em;
	display: inline-block;
}

.staff-txt dt{
	font-weight: 500;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
}

.staff-txt dt span {
	font-weight: 900;
	color: #00bedd;
	margin-right: 0.2em;
}

.staff-txt p {
	width: 100%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: 0.4em;
	font-weight: 400;
}

.staff-txt p span{
	color: #00bedd;
	margin-left: 1em;
	display: inline-block;
}

.ceo-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.ceo-img {
	width: 49.8%;
}

.ceo-txt {
	width: 46%;
	padding: 1em 0 15px 0;
}

.ceo-txt dl {
	font-size: 1.5em;
	letter-spacing: 0.25em;
	width: 100%;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #00bedd;
	margin-bottom: 0.2em;
}

.ceo-txt dd{
	color: #00bedd;
	font-family: 'Poppins', sans-serif;
	font-size: 0.75em;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1.2em;
	margin-bottom: 1em;
	display: inline-block;
}

.ceo-txt dt{
	font-weight: 500;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
}

.ceo-txt dt span {
	font-weight: 900;
	color: #00bedd;
	margin-right: 0.2em;
}

.ceo-txt p {
	width: 100%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: 0.4em;
	font-weight: 400;
}

.ceo-txt p span{
	color: #00bedd;
	margin-left: 1em;
	display: inline-block;
}

@media (max-width:600px){
	
	.staff-list {
		display: block;
	}
	
	.staff-block {
		width: 100%;
		margin-bottom: 0;
		margin-bottom: 20px;
	}
	
	.ceo-block {
		display: block;
		background: #002e5b;
		background: -moz-linear-gradient(top, #002e5b, #002e5b, #005b8f);
		background: -webkit-linear-gradient(top, #002e5b, #002e5b, #005b8f);
		background: linear-gradient(to bottom, #002e5b, #002e5b, #005b8f);
	}
	
	.ceo-img {
		width: 100%;
	}
	
	.ceo-img img {
		border-bottom: solid 1px #00bedd;
	}
	
	.ceo-txt {
		width: 100%;
		padding: 1em 1.3em 15px 1.3em;
	}
	
	.ceo-txt dl {
		margin-bottom: 0.2em;
		border: 0;
		padding: 0;
	}

}

.comp-mess-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap; 
	margin-bottom: 40px;
}

.comp-mess-txt {
	width: 55%;
	margin-right: 5%;
}

.comp-mess-pic {
	width: 40%;
	height: auto;
	background-image:url("../images/comp_ceo.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}

.comp-mess-txt p {
	letter-spacing: 0.2em;
	line-height: 1.8em;
	margin-bottom: 1.6em;
}

.comp-mess-txt dd {
	font-size: 0.9em;
	letter-spacing: 0.2em;
	line-height: 2em;
	text-align: right;
}

.comp-mess-txt dd dl {
	margin-top: 0.2em;
	font-size: 1.3em!important;
}

@media (max-width:767px){
	
	.comp-mess-block {
		display: block;
	}
	
	.comp-mess-txt {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.comp-mess-pic {
		width: 100%;
		height: 250px;
		margin: auto;
	}
	
}



.center {
	text-align: center;
}


.map-adds {
	font-size: 1em;
}

.map-adds p {
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 0.5em;
}

.map-adds dd{
	font-weight: 300;
	font-size: 0.9em;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}

.map-adds dt{
	font-weight: 500;
	font-size: 0.9em;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.3em;
}

.map-adds dt span{
	letter-spacing: 0.2em;
}

.partner-block {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #002e5b;
	margin-bottom: 15px;
	padding: 30px 20px;
}

.partner-block a {
	width: 250px;
	background-color: #fff;
	padding: 10px 20px;
	margin: 0 10px;
}

@media (max-width:650px){
	
	.partner-block {
		padding: 25px 20px 15px 20px;
	}
	
	.partner-block a {
		margin-bottom: 10px;
		
	}
}

@media (max-width:350px){
	
	.partner-block {
		padding: 20px 10px 10px 10px;
	}
}

.recruit-notice {
	text-align: center;
	line-height: 3em!important;
	margin-bottom: 50px;
}

.recruit-notice p {
	font-size: 1.5em;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
}

.recruit-notice dd {
	font-size: 1em;
	letter-spacing: 0.2em;
	margin-bottom: 50px;
}

.recruit-notice img {
	width: 120px;
}





.scr-anime-box {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 5%;
	text-align: center;
	margin: auto;
	z-index: 98;
}

.scr-anime-box dd{
	color: #eee;
	font-family:'Poppins', sans-serif;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	margin-bottom: 28px;
	transform:rotate(90deg);
}

.scr-anime{
	width: 1px;
	height: 70px;
	position: relative;
	overflow: hidden;
	background-color: #eee;
	margin: auto;
}

.scr-anime p{
	width: 10px;
	height: 50px;
	background-color: #00a7d3;
	animation: bl 3s linear;
	-webkit-animation: bl 2.5s linear;
	animation-iteration-count: infinite;
}

@keyframes bl {
	  0% {transform:translateY(-70px);}
	100% {transform:translateY(100px);}
}

@media (max-width:550px){
	
	.scr-anime-box {
		display: none;
	}
}


.pagination{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 30px 0;	
}

.pagination dd,
.pagination p {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #001a28;
	color: #fff;
	height: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	transition: 0.3s;
}

.current{
	background-color: #00bedd;
}

.pagination a {
	background-color: #002e5b;
}

.pagination p {
	width: 40px;
	font-size: 0.9em;
}

.pagination dd {
	width: 80px;
	font-size: 0.8em;
}

.pagination dd:hover,
.pagination p:hover {
	background-color: #00bedd;
    opacity: 1!important;
}

@media (max-width:550px){
	
	.pagination p {
		display: none;
	}
}

.pan {
	width:100%;
	padding: 10px 15px;
	margin: auto;
	text-align:left;
	pointer-events:all;
	z-index: 11120;
}

.abs {
	position: absolute;
	top:0;
	left: 0;
}

.breadcrumbs {
	width: 100%;
	font-weight: 500;
	color: #ccc;
}

.breadcrumbs ul {
	display: table;
}

.breadcrumbs ul li {
	margin: 0 7px 0 0!important;
	float: left;
	letter-spacing: 0.15em;
	font-size: 12px!important;
	line-height: 1.8em!important;
}

.breadcrumbs ul li:first-child::before {
	padding: 0 3px 0 0;
	content: "\f015";
	font-family: "FontAwesome";
	font-size: 14px;
}

.breadcrumbs ul li::before {
	padding: 0 7px 0 0!important;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
}

@media (max-width:450px){
	
	.breadcrumbs ul li {
		font-size: 11px!important;
	}
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 6px;
    right: 12px;
	line-height: 0;
	margin-bottom: 10px;
	z-index: 100;
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}

.pagetop a {
	width: 30px;
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*スクロールフェードイン*/
.left-to-right {
	opacity: 0;
	transform: translateX(-300px);
	transition: all 0.7s;
}
.left-to-right.scrollin {
	opacity: 1;
	transform: translate(0);
}
.right-to-left {
	opacity: 0;
	transform: translateX(300px);
	transition: all 0.7s;
}
.right-to-left.scrollin {
	opacity: 1;
	transform: translate(0);
}
.down-to-top {
	opacity: 0;
	transform: translateY(100px);
	transition: all 2s;
}
.down-to-top.scrollin {
	opacity: 1;
	transform: translateY(0);
}
.blurin1 {
	opacity: 0;
	transition: all 1s ease-out;
	filter: blur(30px) grayscale(100%);
	overflow: hidden;
	transform: scale(1.5);
	
}
.blurin1.scrollin {
	opacity: 1;
	filter: blur(0px) grayscale(0%);
	transform: scale(1);
}

.blurin2 {
	opacity: 0;
	transition: all 1s .3s;
	filter: blur(30px) grayscale(100%);
	overflow: hidden;
	transform: scale(1.5);
	
}
.blurin2.scrollin {
	opacity: 1;
	filter: blur(0px) grayscale(0%);
	transform: scale(1);
}

.blurin3 {
	opacity: 0;
	transition: all 1s .6s;
	filter: blur(30px) grayscale(100%);
	overflow: hidden;
	transform: scale(1.5);
	
}
.blurin3.scrollin {
	opacity: 1;
	filter: blur(0px) grayscale(0%);
	transform: scale(1);
}

.blurin4 {
	opacity: 0;
	transition: all 1s .9s;
	filter: blur(30px) grayscale(100%);
	overflow: hidden;
	transform: scale(1.5);
	
}
.blurin4.scrollin {
	opacity: 1;
	filter: blur(0px) grayscale(0%);
	transform: scale(1);
}

.float {
	opacity: 0;
	transition: all 1s ease-out;
	filter: blur(30px) grayscale(100%);
	overflow: hidden;
}

.float.scrollin {
	opacity: 0.2;
	filter: blur(0px) grayscale(0%);
}

.go-out {
	opacity: 1;
	transition: all 1s ease-out;
}
.go-out.scrollin {
	opacity: 0;
}

