
}/*------------------------------------------------------------------
 * Multipurpose: Free Template by FreeHTML5.co
 * Author: https://freehtml5.co
 * Facebook: https://facebook.com/fh5co
 * Twitter: https://twitter.com/fh5co
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of styles content]

1 - Header
2 - Hero
3 - CTA
4 - Services
5 - Featured
6 - Recent Posts
7 - Trust
8 - Pricing Tables
9 - Testimonials
10 - Clients
11 - CTA 2
12 - Footer Widgets
13 - Foot Note
--------------------------------------------------------------------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::before , ::after {
	box-sizing: inherit;
}

button_m {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
.menu {
  width: 70%;
  height: 100vh;
  margin-left: auto;
  /* メニューを縦に */
  display: flex;
  flex-direction: column;
  color: #efefef;
  background-color: rgba(14, 188, 204, 0.7);
  transition: .3s;
}
.menu-list {
  width: 100%;
  height: 120px;
  /* メニューテキスト位置をリスト内中心に */
  display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	justify-content: space-evenly;
}
.menu-list a{
	color: #424242;
}
.menu-list2 {
  width: 100%;
  height: 80px;
  /* メニューテキスト位置をリスト内中心に */
  display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	justify-content: space-evenly;
}
.menu-list2 a{
	color: #424242;
}
.menu {
  /* メニューの位置マイナス指定で画面外に */
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100vh;
  /* メニューを縦に */
  display: flex;
  flex-direction: column;
  color: #424242;
  background-color: rgba(255, 255, 255, 0.9);
  transition: .3s;
	top: 0px;
}
.menu h6 {
  letter-spacing: 0.1em;
  margin-bottom: 0;
		font-family: din-2014, sans-serif;
font-weight: 100;
font-style: normal;
	font-size: 14px;
	color: #30c4da;  
}
.menu p {
  font-size: 34px;
	color: #424242;
	letter-spacing: 0.2vw;
	  margin-bottom: 30px;
	font-weight: 100;
}
.sub {
	font-size: 28px!important;
}
@media screen and (max-width: 896px) {
.menu p {
  font-size: 30px;
}
	.sub {
	font-size: 24px!important;
}
}
@media screen and (max-width: 420px) {
.menu p {
  font-size: 20px;
}
	.sub {
	font-size: 16px!important;
}
	.menu-list {
  height: 10%;
}
	.menu-list2 {
  height: 5%;
}
}

.btn2 {
  /* ボタンの配置位置  */
  position: fixed;
  top: 20px;
  right: 16px;
  /* ボタンの大きさ  */
  width: 48px;
  height: 48px;
  /* 最前面に */
  z-index: 10;
border: 0px none;
  background-color: rgba(254, 254, 254, 0);
}
.btn-line {
	display: block;
	position: relative;  /* バーガー線の位置基準として設定 */
	width: 100%;  /* 線の長さと高さ */
	height: 4px;
	background-color: #424242;  /* バーガー線の色 */
	transition: .2s;
}
/****** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #424242;
  transition: .5s;
}
.btn-line::before {
  /* 上の線の位置 */
  transform: translateY(-16px)translateX(-18px);
}
.btn-line::after {
  /* 下の線の位置 */
  transform: translateY(16px)translateX(-18px);
}
.menu.open {
  right: 0;
}
/***** メニューオープン時 *****/
.btn-line.open {
	background-color: transparent;  	/* 真ん中の線を透明に */
	transform:  translateX(-21px);
}
.btn-line.open::before , 
.btn-line.open::after {
	content: "";
	background-color: #333;  /* 上下の線の色を変える */
	transition: .2s;
}
.btn-line.open::before {
	transform: rotate(45deg);  /* 上の線を傾ける */
}
.btn-line.open::after {
	transform: rotate(-45deg);  /* 下の線を傾ける */
}


.button_wrapper{
   text-align:center;
}

.button_wrapper2{
   text-align:center;
	  float: left;
  width: 280px;
  margin-right: 50px;
}
.button_wrapper2:last-child {
  margin-right: 0;
}
.button_wrapper3{
   text-align:left;
  width: 280px;
}

.button_wrapper4{
   text-align:center;
	  float: left;
  width: 280px;
  margin-right: 50px;
	top: 62%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	position: absolute;
}
.button{
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #424242;
  width: 260px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #424242;
  font-size: 14px;
}
.button:before,
.button:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #424242;
    transition: all .2s;
}
.button:before{
  width: 70px;
  transform: translate(35px, 0px);
}
.button:after{
  width: 20px;
  transform-origin: right center;
  transform: translate(35px, 0px) rotate(30deg);
}
.button:hover::before {
  right: -1em;
}
.button:hover::after {
  right: -1em;
}


.button2{
  margin-bottom: 40px;
  position: relative;
  width: 260px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
	background-color: #424242;
	font-weight: 100;
	border-radius: 100vh;
}
.button2:hover{
  color: #fff;
	background-color: #6a6a6a;
}

.btns{
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.button3{
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #0ebccc;
  width: 260px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0ebccc;
  font-size: 14px;
}
.button3:before,
.button3:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #0ebccc;
    transition: all .2s;
}
.button3:before{
  width: 70px;
  transform: translate(35px, 0px);
}
.button3:after{
  width: 20px;
  transform-origin: right center;
  transform: translate(35px, 0px) rotate(30deg);
}
.button3:hover::before {
  right: -1em;
}
.button3:hover::after {
  right: -1em;
}

.button4{
  margin-bottom: 40px;
  position: relative;
  width: 190px;
  height: 40px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #424242;
  font-size: 20px;
	font-family: din-2014, sans-serif;
font-weight: 300;
font-style: normal;
	background: linear-gradient(transparent 50%, #e6e817 0%);
	padding: 16px;
}
.button4:before,
.button4:after{
  content: '';
  display: block;
  position: absolute;
  top: 66%;
  right: 0;
  height: 1px;
  background: #424242;
    transition: all .2s;
}
.button4:before{
  width: 90px;
  transform: translate(-16px, 0px);
}
.button4:after{
  width: 20px;
  transform-origin: right center;
  transform: translate(-16px, 0px) rotate(30deg);
}
.button4:hover::before {
  right: -1.4em;
}
.button4:hover::after {
  right: -1.4em;
}

.button5{
	border: 1px solid #fff;
  position: relative;
  width: 260px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
	font-weight: 100;
	border-radius: 100vh;
}
.button5:hover{
  color: #30c4da;
	background-color: #fff;
}
.button6{
  margin-bottom: 40px;
  position: relative;
  width: 380px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
	background-color: #424242;
	font-weight: 100;
	border-radius: 100vh;
}
.button6:hover{
  color: #fff;
	background-color: #6a6a6a;
}

.button7{
	border: 1px solid #30c4da;
  position: relative;
  width: 260px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #30c4da!important;
  font-size: 14px;
	font-weight: 100;
	border-radius: 100vh;
	text-decoration: none!important;
	margin-bottom: 80px;
}
.button7:hover{
  color: #fff!important;
	background-color: #30c4da!important;
	text-decoration: none!important;
}

@media screen and (max-width: 896px) {
	.button{
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #424242;
  width: 200px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #424242;
  font-size: 14px;
}
	.button2{
  font-size: 16px;
}
}

@media screen and (max-width: 420px) {
.button_wrapper2{
	  float: none;
	margin-right: 0;
}
	.btns{
  padding: 2.5% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
	.button_wrapper3{
   text-align:center;
  width: 100%;
}
	.button_wrapper4{
	top: 66%;
}
	.button6{
  width: 280px;
}
}

.about-com {
	  object-fit: cover;
  background: url(../images/about_jobseekers.png);
	background-repeat: no-repeat;
	background-size: 55%;
	padding-top: 50px;
	margin-bottom: 5rem;
}
.about-com h4{
		  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	line-height: 2em;
}
.about-com p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: left;
		letter-spacing: 0.05em;
}
.about-com .container{
	margin: 0 0 0 50%;
	z-index: 99;
	width: 50%;
	padding: 0 2rem 0 0;
}

.road {
	  object-fit: cover;
  background: url(../images/sample_top_recruit_road.png) top right;
	background-repeat: no-repeat;
	background-size: 55%;
	padding-top: 50px;
		margin-bottom: 7rem;
}
.road h4{
		  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	line-height: 2em;
}
.road p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: left;
		letter-spacing: 0.05em;
}
.road .container{
	margin: 0 50% 0 0;
	z-index: 99;
	width: 50%;
	padding: 0 0 0 2rem;
}


@media screen and (max-width: 896px) {
.about-com {
	background-size: 55%;
	padding-top: 50px;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
	.about-com .container{
	margin: 0 0 0 45%;
	width: 55%;
}
.road {
	background-size: 55%;
	padding-top: 50px;
}
	.road .container{
	margin: 0 45% 0 0;
	width: 55%;
}
}

@media screen and (max-width: 420px) {
.about-com {
  background: url(../images/top_about_company.png)top center;
	background-size: 90%;
	padding-top: 200px;
	background-repeat: no-repeat;
}
.about-com h4{
	text-align: center;
}
	.about-com h6{
	margin-bottom: 0;
		text-align: center;
}
.about-com p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: left;
		letter-spacing: 0.05em;
}
.about-com .container{
	margin: 0 auto;
	z-index: 99;
	width: 90%;
		padding: 0;
}

.road {
  background: url(../images/sample_top_recruit_road.png)top center;
	background-size: 90%;
	padding-top: 200px;
	background-repeat: no-repeat;
}
.road h4{
	text-align: center;
}
	.road h6{
	margin-bottom: 0;
		text-align: center;
}
.road p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: left;
		letter-spacing: 0.05em;
}
.road .container{
	margin: 0 auto;
	z-index: 99;
	width: 90%;
	padding: 0;
}
	
}

/*-----------------------------------
    1 - Header
------------------------------------*/
/*header {
  background-color: rgba(100, 100, 100, 0.5);
  color: #424242;
  z-index: 1000;
	display: flex;
	height: 100px;
}

header a {
  color: #424242;
}

header::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: -20px;
}

header p {
  color: #0ebccc;
font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	  letter-spacing: 0.1vw;
	line-height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.nav-link {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
}
*/

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100px;
  transition: .5s;
	line-height: 50px;
}
header h1 {
  transition: .5s;
 margin-top: 40px;

	
}
.is-animation {
  height: 100px;
	  background-color: rgba(255, 255, 255, 0.75);
}
.is-animation h1 {
  color: #0ebccc;
	display: inline-block;
}

.contact {
  font-size: 12px;
}

.contact i {
  color: #ee1515;
  margin-right: 10px;
}

.login {
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 25px;
  text-transform: uppercase;
}


.login i {
  color: #ee1515;
  margin-right: 8px;
}

.navbar-brand h1 {
  margin: 0;
}

.social {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.social li:not(:last-child) {
  margin-right: 20px;
}

.social a {
  font-size: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ee1515;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}

.social a:hover {
  color: #fff;
  background-color: #ee1515;
}

.navbar-brand img {
  width: 135px;
}

.navbar-collapse .search-form input[type="text"] {
  border: 1px solid #ced4da;
  color: #333;
  padding: 1.5625rem 0.625rem;
}

.navbar-collapse .search-form .btn {
  margin-top: 0;
  border-radius: 0;
  margin-left: -1px;
}

.navbar-collapse .nav-link {
  font-size: 1.125rem;
  transition: all 0.2s ease-in-out;
}

.navbar-collapse .nav-link:hover {
  color: #0ebccc;
}

.cart,
.login-icon,
.search-icon {
  color: #424242;
  font-size: 3rem;
}

.cart:hover,
.login-icon:hover,
.search-icon:hover {
  color: #0ebccc;
}

.cart {
  margin-left: 20px;
}

form input.btn-primary:hover,
form button.btn-primary:hover {
  background-color: #fff;
  color: #0ebccc;
}

@media screen and (max-width: 896px) {
	.tel {
  margin-right: 0px;
}
	header h1 {
  transition: .5s;
}
	.is-animation {
  height: 96px;
	  background-color: rgba(255, 255, 255, 0.75);
}
}
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}

@media screen and (max-width: 420px) {
	.btn-line {
	width: 200%;  /* 線の長さと高さ */
			height: 3px;
}
.btn-line::before {
  /* 上の線の位置 */
  transform: translateY(-14px)translateX(-13px);
}
.btn-line::after {
  /* 下の線の位置 */
  transform: translateY(14px)translateX(-13px);
}
}

/*-----------------------------------
    1 - Hero
------------------------------------*/
.hero {
  background-size: cover;
  position: relative;
  z-index: 0;
}

.hero .mainimg {
  position: relative;
  width: 100%;
  min-width: 750px;
  height: 560px;
  margin-left: auto;
  object-fit: cover;
  background: url(../images/onozato_top.png) center center / cover no-repeat;
	z-index: 8;
	margin-top: 200px;
}

.hero .about-img {
  position: relative;
  width: 100%;
  min-width: 750px;
  height: 460px;
  margin-left: auto;
  object-fit: cover;
  background: url(../images/sample_about.png) center center / cover no-repeat;
	z-index: 8;
}

.hero .about-img::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
  background: url(../images/sample_bg.png);
}

.hero .pro-img {
  position: relative;
  width: 100%;
  min-width: 750px;
  height: 460px;
  margin-left: auto;
  object-fit: cover;
  background: url(../images/pro_professionalism.png) center center / cover no-repeat;
	z-index: 8;
}

.hero .pro-img::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
  background: url(../images/sample_bg.png);
}

.hero .contact-img {
  position: relative;
  width: 100%;
  min-width: 750px;
  height: 300px;
  margin-left: auto;
  object-fit: cover;
  background: url(../images/contact_bg.png) center center / cover no-repeat;
	z-index: 8;
}
.hero .contact-img::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
  background: url(../images/sample_bg.png);
}

.hero .com-img {
  position: relative;
  width: 100%;
  min-width: 750px;
  height: 460px;
  margin-left: auto;
  object-fit: cover;
  background: url(../images/company_about.png) center center / cover no-repeat;
	z-index: 8;
}

.hero .com-img::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
  background: url(../images/sample_bg.png);
}


.hero h2{
	  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
	letter-spacing: 0.1em;
  margin-bottom: 60px;
	font-family: din-2014, sans-serif;
font-weight: 200;
font-style: normal;
color: #30c4da;
	font-size: 54px;
	text-align: center;
	z-index: 99;
	line-height: 1;
}

.hero .title {
	position: absolute;
	font-family: ryo-display-plusn, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 56px;
	color: #30c4da;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	left: 80px;
	top: 150px;
	letter-spacing: 0.1vw;
	line-height: 1.7em;
}

.hero .titleen {
	position: absolute;
	font-size: 18px;
	color: #30c4da;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	left: 84px;
	top: 390px;
	letter-spacing: 0.1vw;
	line-height: 180%;
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.hero .container {
  position: relative;
  z-index: 5;
}

.hero .slide-content {
  min-height: 600px;
  color: #fff;
}

.hero .slide-content span {
  color: #ee1515;
}

.hero .slide-content h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
  text-transform: uppercase;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  font-weight: bold;
}

.hero .slide-content p {
  color: #170936;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  padding: 35px 0 35px 30px;
  background-color: rgba(255, 255, 255, 0.51);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.hero .slide-content .btn {
  margin-top: 50px;
}

.hero .slide-content .btn:last-child {
  margin-left: 30px;
}

.hero .arr-left,
.hero .arr-right {
  font-size: 3rem;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.hero .arr-left:hover,
.hero .arr-right:hover {
  cursor: pointer;
}

.hero .arr-right {
  right: 15px;
}

.hero .diag-bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: rgba(240, 0, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero .texture {
  width: 100%;
  height: 100%;
  background: url("../images/hero-texture.png") no-repeat center;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 29%;
}


.hero-top {
  background-size: cover;
 overflow: hidden;
  position: relative;
  z-index: 0;
}

.hero-top .mainimg {
  position: relative;
  width: 100%;
  min-width: 750px;
  height: 620px;
  margin-left: auto;
  object-fit: cover;
  background: url(../images/onozato_top.png) center center / cover no-repeat;
	z-index: 8;
	margin-top: 200px;
}

.hero-top .title {
	position: absolute;
	font-family: ryo-display-plusn, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 56px;
	color: #30c4da;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	left: 80px;
	top: 150px;
	letter-spacing: 0.1vw;
	line-height: 1.7em;
}

.hero-top .titleen {
	position: absolute;
	font-size: 18px;
	color: #30c4da;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	left: 84px;
	top: 390px;
	letter-spacing: 0.1vw;
	line-height: 180%;
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.hero-top .container {
  position: relative;
  z-index: 5;
}

/*-----------------------------------
    1 - Hero 2
------------------------------------*/
.hero2 {
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.hero2 .mainimg {
  position: relative;
  width: 100%;
  min-width: 750px;
  height: 420px;
  margin-left: auto;
  object-fit: cover;
  background: url(../images/servicebg.png) center center / cover no-repeat;
	z-index: 8;
}

.hero2 .title {
	position: absolute;
	font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 90px;
	color: white;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	left: 80px;
	top: 120px;
	letter-spacing: 0.75vw;
	line-height: 80%;
}
.gray {color: #5d5d5d;
line-height: 100%;}

.hero2 .titlejp {
	position: absolute;
	font-size: 36px;
	color: #424242;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	left: 84px;
	top: 490px;
	letter-spacing: 1.2vw;
	font-weight: bold;
	line-height: 180%;
}

.hero2 .container {
  position: relative;
  z-index: 5;
}

.hero2 .slide-content {
  min-height: 600px;
  color: #fff;
}

.hero2 .slide-content span {
  color: #ee1515;
}

.hero2 .slide-content h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
  text-transform: uppercase;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  font-weight: bold;
}

.hero2 .slide-content p {
  color: #170936;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  padding: 35px 0 35px 30px;
  background-color: rgba(255, 255, 255, 0.51);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.hero2 .slide-content .btn {
  margin-top: 50px;
}

.hero2 .slide-content .btn:last-child {
  margin-left: 30px;
}

.hero2 .arr-left,
.hero2 .arr-right {
  font-size: 3rem;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.hero2 .arr-left:hover,
.hero2 .arr-right:hover {
  cursor: pointer;
}

.hero2 .arr-right {
  right: 15px;
}

.hero2 .diag-bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: rgba(240, 0, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero2 .texture {
  width: 100%;
  height: 100%;
  background: url("../images/hero-texture.png") no-repeat center;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero2::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 29%;
}

.hero2::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 58%;
}


/*-----------------------------------
    1 - Hero 3
------------------------------------*/
.hero3 {
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.hero3 .mainimg {
  position: relative;
  width: 100%;
  min-width: 750px;
  height: 420px;
  margin-left: auto;
  object-fit: cover;
  background: url(../images/profilebg.jpg) center center / cover no-repeat;
	z-index: 8;
}

.hero3 .title {
	position: absolute;
	font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 90px;
	color: white;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	left: 80px;
	top: 120px;
	letter-spacing: 0.75vw;
	line-height: 80%;
}
.gray {color: #5d5d5d;
line-height: 100%;}

.hero3 .titlejp {
	position: absolute;
	font-size: 36px;
	color: #424242;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	left: 84px;
	top: 490px;
	letter-spacing: 1.2vw;
	font-weight: bold;
	line-height: 180%;
}

.hero3 .container {
  position: relative;
  z-index: 5;
}

.hero3 .slide-content {
  min-height: 600px;
  color: #fff;
}

.hero3 .slide-content span {
  color: #ee1515;
}

.hero3 .slide-content h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
  text-transform: uppercase;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  font-weight: bold;
}

.hero3 .slide-content p {
  color: #170936;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  padding: 35px 0 35px 30px;
  background-color: rgba(255, 255, 255, 0.51);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.hero3 .slide-content .btn {
  margin-top: 50px;
}

.hero3 .slide-content .btn:last-child {
  margin-left: 30px;
}

.hero3 .arr-left,
.hero3 .arr-right {
  font-size: 3rem;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.hero3 .arr-left:hover,
.hero3 .arr-right:hover {
  cursor: pointer;
}

.hero3 .arr-right {
  right: 15px;
}

.hero3 .diag-bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: rgba(240, 0, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero3 .texture {
  width: 100%;
  height: 100%;
  background: url("../images/hero-texture.png") no-repeat center;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero3::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 29%;
}

.hero3::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 58%;
}

/*-----------------------------------
    1 - Hero 4
------------------------------------*/
.hero4 {
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.hero4 .mainimg {
  position: relative;
  width: 100%;
  min-width: 750px;
  height: 420px;
  margin-left: auto;
  object-fit: cover;
  background: url(../images/contactbg.jpg) center center / cover no-repeat;
	z-index: 8;
}

.hero4 .title {
	position: absolute;
	font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 90px;
	color: white;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	left: 80px;
	top: 120px;
	letter-spacing: 0.75vw;
	line-height: 80%;
}
.gray {color: #5d5d5d;
line-height: 100%;}

.hero4 .titlejp {
	position: absolute;
	font-size: 36px;
	color: #424242;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	left: 84px;
	top: 490px;
	letter-spacing: 1.2vw;
	font-weight: bold;
	line-height: 180%;
}

.hero4 .container {
  position: relative;
  z-index: 5;
}

.hero4 .slide-content {
  min-height: 600px;
  color: #fff;
}

.hero4 .slide-content span {
  color: #ee1515;
}

.hero4 .slide-content h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
  text-transform: uppercase;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  font-weight: bold;
}

.hero4 .slide-content p {
  color: #170936;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  padding: 35px 0 35px 30px;
  background-color: rgba(255, 255, 255, 0.51);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.hero4 .slide-content .btn {
  margin-top: 50px;
}

.hero4 .slide-content .btn:last-child {
  margin-left: 30px;
}

.hero4 .arr-left,
.hero4 .arr-right {
  font-size: 3rem;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.hero4 .arr-left:hover,
.hero4 .arr-right:hover {
  cursor: pointer;
}

.hero3 .arr-right {
  right: 15px;
}

.hero4 .diag-bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: rgba(240, 0, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero4 .texture {
  width: 100%;
  height: 100%;
  background: url("../images/hero-texture.png") no-repeat center;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero4::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 29%;
}

.hero4::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 58%;
}


@media screen and (max-width: 896px) {
	.hero {
  background-size: cover;
  position: relative;
  z-index: 0;
}
.hero-top .mainimg {
  height: 420px;
	margin-top: 140px;
}

.hero-top .title {
	font-size: 52px;
	max-width: 895px;
	left: 40px;
	top: 95px;
}

.hero-top .titleen {
	max-width: 896px;
	left: 42px;
	top: 320px;
}
	
	.gray {color: #5d5d5d;
line-height: 100%;}

	.hero .about-img {
  height: 360px;
}
.hero .pro-img {
  height: 360px;
}
.hero .contact-img {
  height: 360px;
}
.hero .com-img {
  height: 360px;
}
	.hero h2{
	font-size: 40px;
}
}

@media screen and (max-width: 479px) {
	.hero {
  background-size: cover;
  position: relative;
  z-index: 0;
}
.hero-top .mainimg {
  height: 420px;
	margin-top: 130px;
	  background: url(../images/onozato_top.png) center right -190px/ cover no-repeat;
	max-width: 420px;
	min-width: inherit;
}
.hero-top .title {
	font-size: 37px;
	max-width: 100%;
	left: 20px;
	top: 96px;
	line-height: 1.6em;
}

.hero-top .titleen {
	max-width: 896px;
	left: 22px;
	top: 270px;
	font-size: 14px;
}
		.hero .about-img {
  height: 260px;
				max-width: 420px;
	min-width: inherit;
}
.hero .pro-img {
  height: 260px;
		max-width: 420px;
	min-width: inherit;
}
.hero .contact-img {
  height: 260px;
		max-width: 420px;
	min-width: inherit;
}
.hero .com-img {
  height: 260px;
		max-width: 420px;
	min-width: inherit;
}
	.hero h2{
	font-size: 28px;
}
}



/*-----------------------------------
    1 - CTA
------------------------------------*/
.cta-content {
  padding: 30px 0 90px;
  color: #fff;
  background-color: #ee1515;
  position: relative;
  z-index: 1;
}

.cta-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(24, 9, 53, 0.77);
  position: absolute;
  top: -25px;
  left: -1px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.cta-content .subscribe-btn {
  align-self: flex-end;
  margin-right: 30px;
}

/*-----------------------------------
    1 - Services
------------------------------------*/


.title {
}

.title h6 {
  letter-spacing: 4px;
  margin-bottom: 30px;
		font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
color: #0ebccc;
	font-size: 22px;
}

.title h1 {
  font-size: 34px;
	color: #424242;
	letter-spacing: 0.2vw;
	  margin-bottom: 30px;
}


.title .title-blue {
  color: #26264b;
}

.title .title-primary {
  color: #ee1515;
}

.services .delivery{
	position: relative;
	width: 100%;
	height: 420px;
	  object-fit: cover;
  background: url(../images/sample_delivery.png) center center / cover no-repeat;
	margin-bottom: 80px;
}

.services .access{
	position: relative;
	width: 100%;
	height: 420px;
	  object-fit: cover;
  background: url(../images/about_access.png) center center / cover no-repeat;
	margin-bottom: 80px;
}

.services .header-text{
	  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
	letter-spacing: 0.1em;
  margin-bottom: 60px;
	font-family: din-2014, sans-serif;
font-weight: 200;
font-style: normal;
color: #e6e817;
	font-size: 58px;
	text-align: center;
	line-height: 1em;
}

.services .bg{
	position: relative;
	width: 100%;
	height: 420px;
	  object-fit: cover;
  background: url(../images/recruit_bg.png) center center / cover no-repeat;
}
.services .bg::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
  background: url(../images/sample_bg.png);
}
.services .bg-text{
	  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
	letter-spacing: 0.1em;
  margin-bottom: 60px;
	font-family: din-2014, sans-serif;
font-weight: 200;
font-style: normal;
color: #e6e817;
	font-size: 100px;
}

.services .images{
	position: relative;
	width: 100%;
	height: 570px;
	  object-fit: cover;
	margin-bottom: 60px;
}

.services .free{
	position: absolute;
	top: 20px;
	right:0;
	left: 0;
	margin: auto;
	z-index: 9;
}


.services .icon{
	position: absolute;
  top: 90%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.services .iconsbg{
	background: #f9f9f9;
width: 100%;
padding: 40px;
border-radius: 10px;
text-align: center;
	margin-top: 60px;
	margin-bottom: 80px;
}

.services .icons{
	width: 100%;
	height: 140px;
}

.services {
  padding: 60px 0 50px;
	clear: right;
}

.contact {
  padding: 0 0 50px;
}

.services .title {
  margin-bottom: 20px;
		position: relative;
}

.services .media {
  margin: 20px 0;
}

.services p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: center;
		letter-spacing: 0.05em;
}

.services h3{
	  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 60px;
	font-weight: 100;
	text-align: center;
	margin-top: 90px;
	line-height: 2em;
}

.services h4{
	  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: 100;
	text-align: center;
	margin-top: 50px;
	line-height: 2em;
}

.point{
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 30%, #e6e817 0%) repeat scroll 0 0;
	font-weight: bold;
}

.services .box{
	margin-top: 80px;
	text-align: center;
}

.col-md-6 p{
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 20px;
}

.col-md-6 table{
	line-height: 1.6em;
	position: relative;
	  border-collapse: collapse;
	width: 100%;
}

.services tr{
  border-bottom: #dadada 1px solid; 
}

.services tr:last-child{
  border-bottom: none; 
}

.services th{
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	color: #30c4da;
	padding: 1em 2em 1em 0;
	vertical-align: top;
}
.services td{
	padding: 1em 2em 1em 0;
}

.inner{
	margin: 50px 0 30px;
}

.inner a{
	text-decoration: underline;
	color: #424242;
}
.inner a:hover{
	  color: #a0a0a0;
	  text-decoration: underline;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.inner img{
	width: 100%;
	height: auto;
}
.inner iframe{
	width: 100%;
	height: 333px;
}

.greeting {
	font-weight: bold;
	font-size: 22px;
	  line-height: 2em;
	margin-bottom: 20px;
	text-align: center;
		letter-spacing: 0.05em;
}


@media screen and (max-width: 896px) {
	.services .bg{
	height: 280px;
}
	.services .bg-text{
	font-size: 60px;
		margin-bottom: 20px;
}
	.services h3{
	  font-size: 24px;
	  margin-bottom: 40px;
	margin-top: 80px;
	line-height: 180%;
}
	.services .free{
	top: 40px;
		max-width: 70%;
}
		.services .free img {
	max-width: 100%;
}
	.services .icons{
	width: 100%;
	height: 130px;
}
	
	.services .images{
	position: relative;
	width: 100%;
	height: 200px;
	  object-fit: cover;
	margin-bottom: 60px;
}
	.services .icon{
	position: absolute;
  top: 78%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
	.services {
  padding: 80px 0 10px;
}
	.services .iconsbg{
	margin-bottom: 18px;
}
.services .delivery{
	position: relative;
	width: 100%;
	height: 320px;
	margin-bottom: 80px;
}
.services .access{
	height: 320px;
	margin-bottom: 80px;
}
	.services .header-text{
	font-size: 40px;
}
	.inner iframe{
	width: 100%;
	height: 220px;
}
}
@media screen and (max-width:420px){
	.services .bg{
	height: 240px;
	background: url(../images/sample_top_recruit.png) center center / cover no-repeat;
}
	.services .bg-text{
	font-size: 50px;
	margin-bottom: 20px;
}
	.services h3{
	font-size: 22px;
	margin-bottom: 40px;
	margin-top: 60px;
	line-height: 180%;
}
	.services .free{
	top: 40px;
	max-width: 80%;
}
	.services .delivery{
	width: 100%;
	height: 220px;
	margin-bottom: 40px;
}
.services .access{
	height: 220px;
	margin-bottom: 80px;
}
		.services .header-text{
	font-size: 32px;
			text-align: center;
			line-height: 1.2em;
			width: 100%;
}
	.services .box img{
	width: 100%;
		height: auto;
}
		.inner iframe{
	width: 100%;
	height: 220px;
			margin-bottom: 40px;
}
}

@media screen and (min-width: 896px){	
  .br-pc { display:block; }
  .br-tab { display:none; }
  .br-sp { display:none; }
}
@media screen and (max-width: 896px){	
  .br-pc { display:none; }
  .br-tab { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 420px){	
  .br-pc { display:none; }
  .br-tab { display:none; }
  .br-sp { display:block; }
}
	
@media screen and (max-width: 896px) {

.services {
  padding: 60px 0 10px;
}
	
.services p{
  line-height: 1.8em;
	text-align: left;
	margin-bottom: 20px;
}
		.greeting {
	text-align: center;
}
	.services h2 {
	font-size: 1.2rem;
	margin-top: 1em;
	margin-bottom: 1rem;
}
}

.services h5 {
  color: #0ebccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
font-size: 1rem;
}

.services .media p{
	height: 140px;
	text-align: left;
}

.services h2 {
	font-size: 1.4rem;
	margin-top: 1em;
	margin-bottom: 1rem;
}

.his {
	padding-left: 1.1rem;
	color: #999999;
	display: block;
}

.history {
	padding-left: 1.1rem;
	color: #999999;
	display: block;
	margin-bottom: 0.8vw;
}

.company {
	vertical-align: middle;
}

.maker {
  padding: 60px 0 0;
	clear: right;
}


.maker p{
  line-height: 2em;
	margin-bottom: 80px;
	text-align: left;
		letter-spacing: 0.05em;
	font-weight: 100;
	font-size: 1rem;
	
}

.maker h4{
		  font-size: 18px;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 2em;
	margin-bottom: 0;
	text-decoration: underline;
}

.maker h6 {
  letter-spacing: 0.1em;
  margin-bottom: 4px;
	font-family: din-2014, sans-serif;
font-weight: 300;
font-style: normal;
color: #30c4da;
	font-size: 14px;
	text-align: center;
}

.maker .col-md-4{
	text-align: center;
	outline: 1px #30c4da solid;
	height: 160px;
	outline-offset: -1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
}

.maker img:hover{
	opacity: 0.5;
	  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.maker .col-md-12{
	  border: 1px solid #30c4da;
	padding: 40px;
	margin-bottom: 60px;
}

.maker table{
	width: 100%;
}

.maker td{
  line-height: 2em;
	margin-bottom: 80px;
	text-align: left;
	letter-spacing: 0.05em;
	font-size: 18px;
}

.maker a {
  color: #424242;
	display: block;
}

.maker a:hover {
  color: #a0a0a0;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.logos{
	width:100%;
  height:140px;
display: flex;
  align-content: center;
	justify-content: center;
	display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
	  -webkit-justify-content:center;
    justify-content: center;
    -ms-flex-align: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
}

.privacy {
  padding: 60px 0 50px;
	margin-top: 2em;
}


.privacy h4{
	  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: 100;
	text-align: left;
	margin-top: 20px;
	line-height: 2em;
}

.privacy p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: left;
		letter-spacing: 0.05em;
}

.pro {
  padding: 60px 0 50px;
}


.pro h4{
	  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: 100;
	text-align: center;
	margin-top: 20px;
	line-height: 2em;
}

.pro p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: center;
		letter-spacing: 0.05em;
}

.gray {
	  padding: 60px 0 60px;
	background: #f9f9f9;
	text-align: center;
}

.gray p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: center;
		letter-spacing: 0.05em;
	font-size: 1rem;
	font-weight: 100;
}

.flags {
	margin: 0 0 60px;
}

.gray h4{
	  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: 100;
	text-align: center;
	margin-top: 50px;
	line-height: 2em;
	font-weight: 100;
}
.gray a{
	text-decoration: underline;
	color: #424242;
}
.gray a:hover{
	  color: #a0a0a0;
	  text-decoration: underline;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.gray h6{
	 margin-top: 40px;
}
.flags h4{
	  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	line-height: 4em;
	background-image:url(../images/pro_bg.png);
background-repeat:no-repeat;
	background-position: center;
}

.support {
	width: 100%;
	border: 1px #30c4da solid;
	position: relative;
	margin-top: 40px;
	margin-bottom: 60px;
}

.support img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.support h5{
	color: #30c4da;
	letter-spacing: 0.1em;
	font-size: 1.15rem;
}

.newcomer{
	padding: 0 40px 40px;
	width: 50%;
	float: left;
}

.flow {
  padding: 0 0 50px;
	clear: right;
}
.flow .day{
	position: relative;
	width: 100%;
	height: 420px;
	  object-fit: cover;
  background: url(../images/pro_flow.png) center center / cover no-repeat;
	margin-bottom: 80px;
}
.data{
	position: relative;
	width: 100%;
	height: 420px;
	  object-fit: cover;
  background: url("../images/pro_data.png") center center / cover no-repeat;
	margin-bottom: 80px;
}
.flow .header-text{
	  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
	letter-spacing: 0.1em;
  margin-bottom: 60px;
	font-family: din-2014, sans-serif;
font-weight: 200;
font-style: normal;
color: #e6e817;
	font-size: 58px;
}

.flow p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: center;
		letter-spacing: 0.05em;
}

.flow h3{
	  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 60px;
	font-weight: 100;
	text-align: center;
	margin-top: 90px;
	line-height: 2em;
}

.flow h4{
	  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: 100;
	text-align: center;
	margin-top: 50px;
	line-height: 2em;
}

.flow .inner{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 80px;
	min-width: 720px;
}

.flow .inner p{
	text-align: left;
	margin-top: -20px;
}

.flow .inner:before{
	content: '';
	position: absolute;
	background: url(../images/pro_flowimage.png) no-repeat left top / cover;
	width: 610px;
	height: 854px;
	z-index: 1;
	right: calc(50% - -40px);
}

#clear{
		margin-top: 0px;
}

.flow .schedule1{
	margin-left: calc( 50% + 40px);
	position: relative;
	z-index: 9;
	margin-bottom: 40px;
}
.flow .schedule1:before{
	content: '';
  position: absolute;
  bottom: -105px;/*線の上下位置*/
  display: inline-block;
  width: 7px;/*線の長さ*/
  height: 200px;/*線の太さ*/
  -webkit-transform: translateX(-605%);
  transform: translateX(-605%);/*位置調整*/
  background-color: #cbf0f6;
}

.flow .schedule2{
	margin-left: calc( 50% + 40px);
	position: relative;
	z-index: 9;
	margin-bottom: 40px;
}
.flow .schedule2:before{
	content: '';
  position: absolute;
  bottom: -105px;/*線の上下位置*/
  display: inline-block;
  width: 7px;/*線の長さ*/
  height: 300px;/*線の太さ*/
  -webkit-transform: translateX(-605%);
  transform: translateX(-605%);/*位置調整*/
  background-color: #cbf0f6;
}

.flow .schedule3{
	margin-left: calc( 50% + 40px);
	position: relative;
	z-index: 9;
	margin-bottom: 40px;
}
.flow .schedule3:before{
	content: '';
  position: absolute;
  bottom: -100px;/*線の上下位置*/
  display: inline-block;
  width: 7px;/*線の長さ*/
  height: 400px;/*線の太さ*/
  -webkit-transform: translateX(-605%);
  transform: translateX(-605%);/*位置調整*/
  background-color: #cbf0f6;
}
.flow .schedule4{
	margin-left: calc( 50% + 40px);
	position: relative;
	z-index: 9;
	margin-bottom: 40px;
}


.flow .time{
	letter-spacing: 0.1em;
  margin-bottom: 60px;
	font-family: din-2014, sans-serif;
font-weight: 800;
color: #30c4da;
	font-size: 58px;
	margin-bottom: 0;
}

.flow h5{
		  font-size: 20px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 0;
	font-weight: bold;
	line-height: 2em;
	text-align: left;
}

.circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #cbf0f6;
	position: absolute;
	transform: translateY(60%) translateX(-150%);
    -webkit-transform: translateY(60%) translateX(-150%);
}

.delight {
	width: 100%;
	border: 1px #30c4da solid;
	position: relative;
	margin-top: 40px;
	margin-bottom: 60px;
	padding: 40px;
}
.joyful{
	max-width: 60%;
}
.delight p {
	z-index: 9;
}
.delight .comment img{
  position: absolute;
  top: -23px;
  left: 4%;
}

.delight .mra img{
  position: absolute;
  bottom: 0px;
  right: 0px;
	z-index: 8;
}
.delight h4{
	  font-size: 22px;
	color: #424242;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	  margin-bottom: 10px;
	margin-top: 0px;
	line-height: 2em;
}
.delight p{
	text-align: left;
	font-size: 18px;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 0px;
}

.about {
	  padding: 0 0 200px;
	text-align: center;
/*	background:url(../images/company_bg.png) no-repeat bottom;
	background-size: contain; */
	position: relative;
}

.about p{
  line-height: 2em;
	margin-bottom: 0;
		letter-spacing: 0.05em;
	font-size: 1rem;
	font-weight: 100;
	margin-top: 30px;
}

.about h4{
	  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: 100;
	text-align: center;
	margin-top: 20px;
	line-height: 2em;
	font-weight: 100;
}
.about .pickup{
	  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 0px;
	text-align: center;
	margin-top: 130px;
	line-height: 2em;
	font-weight: 100;
	clear: both;
}

.flex{
	width: 100%;
}
.double{
	float: left;
	width: 50%;
	text-align: center;
}

.double h4{
	margin-bottom: 0px;
	margin-top: 0px;
}

.double img{
	max-width: 100%;
	height: auto;
}

.flex ul{
	list-style: none;
}

.flex li{
	width: calc( 50% - 20px);
	float: left;
	margin-bottom: 40px;
	padding: 30px;
	margin-right: 40px;
	border-radius: 20px;
}

.flex li:nth-child(even){
	float: right;
	margin-right: 0px;
}	

.flex li:nth-child(1){
	background: #baecf3;
}	
.flex li:nth-child(2){
	background: #f7f7d5;
}
.flex li:nth-child(3){
	background: #f4e5f0;
}
.flex li:nth-child(4){
	background: #f0e7d2;
}
.flex li:nth-child(5){
	background: #d9edde;
}

.now{
	text-align: left;
}

.tel{
	letter-spacing: 0.1em;
  margin-bottom: 0;
	font-family: din-2014, sans-serif;
font-weight: bold;
color: #30c4da;
	font-size: 58px;
	text-align: center;
}

.list img{
	max-width: 100%;
	height: auto;
}


/*-----------------------------------
    1 - privacy
------------------------------------*/


.privacy .bg{
	position: relative;
	width: 100%;
	height: 280px;
	  object-fit: cover;
  background: url(../images/servicebg.png) center center / cover no-repeat;
	margin-bottom: 60px;
}

.privacy .images{
	position: relative;
	width: 100%;
	height: 570px;
	  object-fit: cover;
	margin-bottom: 60px;
}

.privacy .free{
	position: absolute;
	top: -150px;
	left: 940px;
}


.privacy .icon{
	position: absolute;
  top: 90%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.privacy .iconsbg{
	background: #f9f9f9;
width: 100%;
padding: 40px;
border-radius: 10px;
text-align: center;
	margin-top: 60px;
}

.privacy .icons{
	width: 100%;
	height: 140px;
}

.privacy {
  padding: 80px 0 50px;
}


.privacy .title {
  margin-bottom: 20px;
		position: relative;
}

.privacy .media {
  margin: 20px 0;
}

.privacy p{
  line-height: 1.8em;
	margin-bottom: 40px;
	text-align: left;
}

.privacy h4{
	text-align: left;
	font-size: 1rem;
}

.privacy ul{
	text-align: left;
	list-style: disc;
}
.area {
	padding: 0 0 4rem;
}
@media screen and (max-width: 896px) {
.privacy p{
  line-height: 1.8em;
	text-align: left;
	margin-bottom: 20px;
}
	.privacy h2 {
	font-size: 1.2rem;
	margin-top: 1em;
	margin-bottom: 1rem;
}
	.maker h4{
	font-size: 18px;
}
.maker h6 {
	font-size: 14px;
}
.maker .col-md-12{
margin-top: 40px;
}
	.logos img{
		max-width: 300px;
		height: auto;
}
	.maker td{
	font-size: 16px;
}
	.maker p{
	margin-bottom: 60px;
}
	.maker {
  padding: 20px 0 0;
	clear: right;
}
	.pro {
  padding: 90px 0 50px;
}
	.newcomer{
	padding: 0 20px 20px;
	width: 50%;
	float: left;
}
	.gray {
	  padding: 60px 0 20px;
}
	.day{
	height: 320px;
		margin-bottom: 60px;
}
		.flow .data{
	height: 320px;
		margin-bottom: 60px;
}

.flow .header-text{
	font-size: 40px;
}
	.flow .inner{
	width: 100%;
	padding: 40px;
		margin-bottom: 0;
		margin-top: 20px;
}
	.flow .schedule3:before{
  height: 500px;/*線の太さ*/
}
	.flow .inner:before{
	right: calc(50% - 50px);
}
	.delight .mra img{
  display: none;
}
	.pro h4{
	margin-top: 0;
}
	.double{
	width: 100%;
}
	.double:nth-child(odd){
	margin-bottom: 20px;
}
	.joyful{
	max-width: 100%;
}
	.maker .col-md-4{
	height: 160px;
	outline-offset: -1rem;
	padding: 2rem;
}
}

@media screen and (max-width: 420px) {
		.maker td{
	font-size: 16px;
			width: 100%;
			float: left;
			margin-bottom: 20px;
}
	.pro p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: left;
		letter-spacing: 0.05em;
}
		.newcomer{
	padding: 0 20px 20px;
	width: 100%;
	float: left;
}
		.day{
	height: 220px;
		margin-bottom: 60px;
}
			.flow .data{
	height: 220px;
		margin-bottom: 60px;
}
	.flow .header-text{
	font-size: 32px;
		width: 100%;
		text-align: center;
}
		.flow .inner{
	padding: 20px;
			min-width: 400px;
}
	
	
.flow .schedule1{
	margin-left: calc( 10% + 20px);
}
.flow .schedule2{
	margin-left: calc( 10% + 20px);
}
.flow .schedule3{
	margin-left: calc( 10% + 20px);
}
.flow .schedule4{
	margin-left: calc( 10% + 20px);
}
.flow .time{
	font-size: 40px;
}

.flow h5{
		  font-size: 20px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 0;
	font-weight: bold;
	line-height: 2em;
	text-align: left;
}

.circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #cbf0f6;
	position: absolute;
	transform: translateY(25%) translateX(-150%);
    -webkit-transform: translateY(25%) translateX(-150%);
}
	.flow .inner:before{
	background: none;
}
	.delight {
		background: #def5f9;
	border: 0px;
	margin-top: 40px;
		margin-bottom: 0;
	padding: 40px 20px 60px;
}
	.flow {
  padding: 0;
}
	.flow .schedule1:before{
  bottom: -120px;/*線の上下位置*/
}
	.flow .schedule3:before{
  bottom: -90px;/*線の上下位置*/
}
	.flex li{
	width: 100%;
	float: left;
	margin-bottom: 40px;
	padding: 30px;
	margin-right: 40px;
	border-radius: 20px;
}
	.about {
	  padding: 0 0 100px;
	text-align: center;
	background:url(../images/company_bg.png) no-repeat bottom;
	background-size: contain;
	position: relative;
}
}

.privacy h5 {
  color: #0ebccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
font-size: 1rem;
}



.privacy h2 {
	font-size: 1.4rem;
	margin-top: 1em;
	margin-bottom: 1rem;
}
}


/*-----------------------------------
    1 - Prolile
------------------------------------*/
.profile2 .mainimg {
  position: absolute;
  width: 50%;
  min-width: 440px;
  height: 440px;
  margin-bottom: 80px;
  object-fit: cover;
  background: url(../images/profile_1.jpg) center center / cover no-repeat;
	z-index: 8;
}


.about-ceo {
	  object-fit: cover;
  background: url(../images/about_ceo.png) top right;
	background-repeat: no-repeat;
	background-size: 55%;
	padding-top: 50px;
		margin-bottom: 3rem;
	margin-top: 6rem;
}
.about-ceo h4{
		  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	line-height: 2em;
}
.about-ceo h4::before{
	content: url(../images/sample_about_b.png);
	position: absolute;
	z-index: -1;
    top: 40px;
    left: 5px;
}

.about-ceo h4::after{
	content: url(../images/sample_about_a.png);
	position: absolute;
	z-index: -1;
    right: 16px;
}
.about-ceo p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: left;
		letter-spacing: 0.05em;
	font-weight: 100;
	font-size: 1rem;
}
.about-ceo .container{
	margin: 0 auto;
	z-index: 99;
	width: 100%;
	padding: 0 0 0 2rem;
	position: relative;
}

.top-roadto {
  width: 56%;
  min-width: 740px;
  height: 420px;
  margin-bottom: 150px;
  object-fit: cover;
  background: url(../images/sample_top_recruit_road.png) center center / cover no-repeat;
	z-index: 8;
	float: right;
}

.profile2 {
  	max-width: 1140px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 100px;
}


.profile2 h4{
		  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	line-height: 2em;
}
.profile2 p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: left;
		letter-spacing: 0.05em;
}


.profile2 .container{
	position: absolute;
	margin: 0 50% 0 0;
	z-index: 99;
	width: 50%;
	margin-top: 60px;
}

#companyname{
	margin-top: 80px;
	margin-bottom: 16px;
}
#position{
	font-family: ryo-display-plusn, serif;
	font-weight: 200;
	font-style: normal;
	font-size: 16px;
	color: #424242;
	margin-bottom: -6px;
}
#ceo{
	font-family: ryo-display-plusn, serif;
	font-weight: 200;
	font-style: normal;
	font-size: 30px;
	color: #424242;
	float: left;
	margin-right: 20px;
}

.profile2 h4::before{
	content: url(../images/sample_about_b.png);
	position: absolute;
	z-index: -1;
    top: 40px;
    left: 5px;
}

.profile2 h4::after{
	content: url(../images/sample_about_a.png);
	position: absolute;
	z-index: -1;
    right: 16px;
}


.profile3 {
  	max-width: 1140px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.profile3 h4{
		  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	line-height: 2em;
}
.profile3 p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: left;
		letter-spacing: 0.05em;
}


.profile3 .container{
	position: absolute;
	margin: 0 50% 0 0;
	z-index: 99;
	width: 50%;
	
}

.top-recruit {
  width: 56%;
  min-width: 740px;
  height: 420px;
  margin-bottom: 80px;
  object-fit: cover;
  background: url(../images/top_about_company.png) center center / cover no-repeat;
	z-index: 8;
}

.profile4 {
  	max-width: 1140px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.profile4 h4{
		  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	line-height: 2em;
}
.profile4 p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: left;
		letter-spacing: 0.05em;
}


.profile4 .container{
	position: absolute;
	margin: 0 0 0 50%;
	z-index: 99;
	width: 50%;
	
}
.footer-btn-top{
	width: 100%;
	display: flex;
	clear: right;
}

.footer-btn-top h6{
	top: 33%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #fff;
	position: absolute;
	  letter-spacing: 0.1em;
	font-family: din-2014, sans-serif;
font-weight: 100;
font-style: normal;
	font-size: 18px;
}
.footer-btn-top h3{
	top: 43%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #fff;
	position: absolute;
			  font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.footer-btn{
	width: 100%;
	display: flex;
	clear: right;
	overflow: hidden;
}

.footer-btn h6{
	top: 33%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #fff;
	position: absolute;
	  letter-spacing: 0.1em;
	font-family: din-2014, sans-serif;
font-weight: 100;
font-style: normal;
	font-size: 18px;
}
.footer-btn h3{
	top: 43%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #fff;
	position: absolute;
			  font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.footer-access {
  width: 50%;
  height: 380px;
  object-fit: cover;
  background: url(../images/sample_foot_access.png) center center / cover no-repeat;
		position: relative;
}
.footer-contact {
  width: 50%;
  height: 380px;
  object-fit: cover;
  background: url(../images/sample_foot_contact.png) center center / cover no-repeat;
		position: relative;
}


@media screen and (max-width: 896px) {
.profile2 {
  padding: 0 0 50px;
}
.profile4 {
	  padding: 20px 0;
}
.top-recruit {
	width: 50%;
  min-width: 50%;
  height: 420px;
  margin-bottom: 80px;
  object-fit: cover;
  background: url(../images/top_about_company.png) center right/ cover no-repeat;
	z-index: 8;
}
.top-roadto {
  width: 50%;
  min-width: 50%;
  height: 420px;
  margin-bottom: 150px;
  object-fit: cover;
  background: url(../images/sample_top_recruit_road.png) center left -80px/ cover no-repeat;
	z-index: 8;
	float: right;
}
.profile4 .container{
	margin: 0 0 0 45%;
}	
	.profile3 .container{
	margin: 0 45% 0 5%;
}
	.profile2 .container{
	margin: 0 45% 0 5%;
	width: 50%;
	margin-top: 0;
}
	
.about-ceo {
	background-size: 55%;
	padding-top: 0;
}
	.about-ceo .container{
	margin: 0 auto;
	width: 100%;
		padding: 0 0 0 2rem;
}
	
	#companyname{
	margin-top: 40px;
	margin-bottom: 16px;
}
	.pro h4{
	font-size: 24px;
		margin-top: 0;
}
}

@media screen and (max-width: 420px){
	.profile4 {
	  padding: 0;
}
	.top-recruit {
	width: 90%;
  min-width: 90%;
  height: 200px;
  margin-bottom: 80px;
  object-fit: cover;
  background: url(../images/top_about_company.png) center right/ cover no-repeat;
		margin: auto;
}
	.profile4 .container{
	margin: 237px 0;
	width: 100%;
}	
	.profile3 {
  	margin-top: 500px;
}
	.top-roadto {
  width: 90%;
  min-width: 90%;
  height: 200px;
  margin-bottom: 150px;
  object-fit: cover;
  background: url(../images/sample_top_recruit_road.png) center center/ cover no-repeat;
	z-index: 8;
	float: none;
	margin: auto;
}
	.profile3 .container{
	margin: 0;
			width: 100%;
		margin-top: 237px;
}
	.footer-btn{
	width: 100%;
	display: flex;
	clear: right;
		flex-direction: column;
}
		.footer-btn-top{
	width: 100%;
	display: flex;
	clear: right;
		flex-direction: column;
}
	.footer-access {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: url(../images/sample_foot_access.png) center center / cover no-repeat;
		position: relative;
}
.footer-contact {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: url(../images/sample_foot_contact.png) center center / cover no-repeat;
		position: relative;
}
	.footer-btn h6{
	top: 33%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	font-size: 18px;
}
.footer-btn h3{
	top: 43%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	font-weight: bold;
}
	.profile2 {
  padding: 0;
}

	
	.about-ceo {
  background: url(../images/about_ceo_sp.png)top center;
	background-size: 90%;
	padding-top: 150px;
	background-repeat: no-repeat;
		margin-top: 4rem;
		margin-bottom: 6rem;
}
.about-ceo h4{
	text-align: left;
}
	.about-ceo h4::before{
display: none;
}

.about-ceo h4::after{
display: none;
}
	
	.road h6{
	margin-bottom: 0;
		text-align: center;
}
.about-ceo p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: left;
		letter-spacing: 0.05em;
}
.about-ceo .container{
	margin: 0 auto;
	z-index: 99;
	width: 90%;
	padding: 0;
}
	
		.profile2 .container{
	margin: 0;
	width: 100%;
	margin-top: 140px;
}
	.profile2 h4::before{
    top: 30px;
}
.maker .col-md-12{
margin: 40px 20px 0;
}
	.profile2 h4{
		  font-size: 20px;
}
	
}
@media screen and (min-width: 1200px) {
	.about-ceo {
	background-size: 740px;
		  background: url(../images/about_ceo.png) top right 20%;
		background-repeat: no-repeat;
}
}
@media screen and (max-width: 830px){
.top-recruit {
  margin-bottom: 120px;
}
}

.profile {
  background-color: #fafafa;
  width: 60%;
  margin: 0 0 0 auto;
}

.profile .container{
	width: 60%;
padding: 40px 10px;
}

.profile p {
	margin-bottom: 40px;
}


.title h6 {
  letter-spacing: 0.1em;
  margin-bottom: 24px;
	font-family: din-2014, sans-serif;
font-weight: 300;
font-style: normal;
color: #30c4da;
	font-size: 18px;
}

.profile3 h6{
  margin-top: 50px;
margin-bottom: 0;
}

.profile4 h6{
  margin-top: 50px;
margin-bottom: 0;
}


.profile4 h4{
		  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	line-height: 2em;
}

.title h1 {
  font-size: 22px;
	color: #424242;
	letter-spacing: 0.1em;
	  margin-bottom: 60px;
	font-weight: 100;
}

@media screen and (max-width: 896px) {
.title h1 {
  font-size: 24px;
	color: #424242;
	  margin-bottom: 50px;
	line-height: 180%;
}
	.profile {
  background-color: #fafafa;
  width: 100%;
  margin: 0 0 0 auto;
}
	.profile .container{
	width: 100%;
padding: 246px 15px 0px 15px;
}
	.title h6 {
  letter-spacing: 0.1em;
  margin-bottom: 16px;
color: #30c4da;
	font-size: 18px;
}
.maker .title h1 {
  font-size: 24px;
	color: #424242;
	  margin-bottom: 0;
	line-height: 180%;
}
}

@media screen and (max-width: 420px) {
	.profile4 h4{
	text-align: center;
		margin-top:0;
}
	.profile3 h4{
	text-align: center;
		margin-top:0;
}
	.profile3 h6{
  text-align: center;
	margin-bottom: 0;
}
.profile4 h6{
  text-align: center;
	margin-bottom: 0;
}
	.footer-btn h6{
	top: 30%;
	font-size: 14px;
}
.footer-btn h3{
	top: 43%;
	width: 100%;
	text-align: center;
}
		.title h6 {
  margin-top: 0;
}
		.footer-btn-top h6{
	top: 30%;
	font-size: 14px;
}
.footer-btn-top h3{
	top: 43%;
	width: 100%;
	text-align: center;
}
		.title h6 {
  margin-top: 0;
}
}

.title .en{
  margin-bottom: 30px;
		font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
color: #0ebccc;
	font-size: 18px;
	margin-left: 20px;
}



/*-----------------------------------
    1 - Featured
------------------------------------*/
.featured {
  padding: 80px 0;
  background-color: #fafafa;
}

.featured p {
  margin: 35px 0 53px;
}

.featured .media i {
  font-size: 24px;
  color: #ee1515;
}

.featured .media h5 {
  text-transform: uppercase;
  color: #26264b;
}

.featured .btn {
  margin-top: 80px;
}

.featured-img {
  position: relative;
  height: 530px;
  margin-top: 60px;
}

.featured-big {
  position: absolute;
  bottom: 0;
  right: 0;
}

.featured-small {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 25px 0 0;
  background-color: #fff;
}

/*-----------------------------------
    1 - Recent Posts
------------------------------------*/
.recent-posts {
  padding: 65px 0 100px;
}

.recent-posts .btn {
  margin-top: 60px;
}

.recent-posts .row .col-lg-6:nth-of-type(odd) .post-thumb {
  margin-top: 30px;
}

.recent-posts .row .col-lg-6:nth-of-type(even) .post-thumb {
  margin-bottom: 30px;
}

.single-rpost {
  margin: 35px 0 0;
}

.post-thumb {
  flex: 0 0 273px;
}

.post-content {
  color: #ccc;
}

.post-content time {
  font-size: 14px;
  color: #ccc;
}

.post-content h3 {
  margin: 10px 0 2px;
}

.post-content h3 a {
  color: #26264b;
  font-weight: 600;
}

.post-content h3 a:hover {
  font-weight: 700;
  text-decoration: none;
}

.post-content a {
  color: #ccc;
}

.post-content a:hover {
  color: #26264b;
}

.post-content .post-btn {
  color: #6e6e6e;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: whitesmoke;
}

.post-content .post-btn:hover {
  color: #fff;
  background-color: #ee1515;
}

/*-----------------------------------
    1 - Trust
------------------------------------*/
.trust {
  padding: 75px 0;
  background-color: #26264b;
  color: #ddd;
  position: relative;
}

.trust .title {
  margin-bottom: 46px;
}

.trust h1 {
  color: #fff;
}

.trust h5 {
  font-size: 24px;
  color: #fefefe;
  margin: 28px 0 12px;
}

.trust ul {
  color: #fff;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.trust li {
  margin-bottom: 15px;
}

.trust .gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.trust .gal-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.trust .gal-img i {
  font-size: 72px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.trust .gal-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.trust .gal-img:hover {
  cursor: pointer;
}

.trust .gal-img:hover i {
  opacity: 1;
}

.trust .gal-img:hover::after {
  opacity: 1;
}

.trust .gal-img3 {
  top: -50%;
  left: 50%;
}

/*-----------------------------------
    1 - Pricing Table
------------------------------------*/
.pricing-table {
  padding: 100px 0;
}

.single-pricing {
  padding: 65px 0 40px;
  margin-top: 23px;
  color: #fff;
  background: #26264b;
  border: 0px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.single-pricing span {
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 15px;
  background-color: transparent;
  position: absolute;
  top: 28px;
  right: 6px;
  transition: all 0.2s ease-in-out;
}

.single-pricing h2 {
  margin-bottom: -5px;
}

.single-pricing .desc {
  color: #9d9d9d;
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 2px solid #2f2f2f;
  transition: all 0.2s ease-in-out;
}

.single-pricing .price {
  font-size: 2rem;
  margin-bottom: 8px;
}

.single-pricing p {
  color: #ddd;
}

.single-pricing p:last-of-type {
  margin-bottom: 25px;
}

.single-pricing svg {
  width: 170px;
  position: absolute;
  top: -45px;
  right: -60px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.single-pricing:hover {
  border: 4px solid #fff;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.16);
  margin: 19px 0 -4px;
}

.single-pricing:hover span {
  background-color: #26264b;
}

.single-pricing:hover .desc {
  color: #fff;
  border-bottom: 2px solid rgba(245, 245, 245, 0.322);
}

.single-pricing:hover svg {
  width: 500%;
  top: -200%;
  right: -50%;
}

.single-pricing:hover .btn {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

/*-----------------------------------
    1 - Testimonials
------------------------------------*/

.testimonial-and-clients2 {
  margin-top: 8vw;
	margin-bottom: 4vw;
}

.testimonial-and-clients {
  background: #f9f9f9;
}

.testimonials .arr-left,
.testimonials .arr-right {
  font-size: 3rem;
  display: block;
  color: #0ebccc;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.testimonials .arr-left:hover,
.testimonials .arr-right:hover {
  cursor: pointer;
}

.testimonials .arr-right {
  right: 15px;
}

.testimonials {
  padding: 95px 0 85px;
  color: #424242;
}

.testimonials .test-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
	margin-bottom: 2vw;
}

.testimonials .test-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 90px;
}

.testimonials h5 {
  color: #424242;
  margin: 15px 0;
}

.testimonials span {
  color: #424242;
  display: inline-block;
  margin: 0 0 17px;
}

.testimonials p {
  font-size: 17px;
  line-height: 27px;
	position: relative;
	text-align: left;
	color: #424242;
}

.testimonials p::before{
	content: url(../images/voice_b.png);
	position: absolute;
	z-index: -1;
    top: -40px;
    left: -40px;
}

.testimonials p::after{
	content: url(../images/voice_a.png);
	position: absolute;
	z-index: -1;
    right: -40px;
}

.test-pagination {
  text-align: center;
  margin-top: 8px;
}

.test-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #717171;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}

.test-pagination span:hover {
  cursor: pointer;
}

.test-pagination span:not(:last-child) {
  margin-right: 20px;
}

.test-pagination span.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #0ebccc;
}

.contact {
	margin-top: 40px;
}

.contact p {
text-align: left;
}


@media screen and (max-width: 896px) {
	.testimonial-and-clients2 {
  margin-top: 12vw;
	margin-bottom: 4vw;
}
	.testimonials {
  padding: 50px 0 85px;
  color: #424242;
}
	.testimonials p::before{
	display: none;
}

.testimonials p::after{
	display: none;
}
	.contact p {
  font-size: 18px;
  line-height: 27px;
  position: relative;
  color: #424242;
			letter-spacing: 0.1vw;
	border-right: none;
	padding: 10px;
}

.tel{
	font-size: 35px;
			font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	color: #424242;
}
}

@media screen and (max-width: 420px) {
		.contact p {
  font-size: 18px;
margin-bottom: 0;
}
}
/*-----------------------------------
    1 - Clients
------------------------------------*/
.clients {
  padding: 70px 0;
}

.clients .swiper-wrapper {
  text-align: center;
}

/*-----------------------------------
    1 - CTA 2
------------------------------------*/
.cta2 {
  margin: 50px 0 -30px;
}

/*-----------------------------------
    1 - Footer
------------------------------------*/
footer {
background: #424242;
}

/*-----------------------------------
    1 - Footer Widgets
------------------------------------*/
.footer-widgets {
  padding: 60px 0 20px;
	text-align: center;
}

.footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
  margin: 40px 0 30px;
}

.single-widget {
  color: #aaa;
}

.single-widget .widget-tiltle {
  font-size: 28px;
  text-transform: uppercase;
  color: #424242;
	font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 0.1vw;
}

.single-widget i {
  color: #ee1515;
}

.single-widget h6 {
  color: #0ebccc;
		font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 0.1vw;
	font-size: 22px;
}

.single-widget .tel1 {
  color: #0ebccc;
		font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 0.1vw;
	font-size: 22px;
}

.single-widget .tel2 {
	  color: #0ebccc;
		font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 0.1vw;
	font-size: 22px;
	margin-right: 30px;
}

.single-widget .media {
  margin-bottom: 20px;
}



.contact-widget i {
  font-size: 22px;
}

.contact-widget p {
  font-size: 18px;
color: #424242;
	margin-bottom: 40px;
}

.twitter-widget i,
.twitter-widget h6 {
  color: #777;
}

.twitter-widget p {
color: #424242;
}

span {
  color: #424242;
}

.recent-post-widget .rcnt-img {
  width: 68px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
}

.recent-post-widget .rcnt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-post-widget a {
  color: #fff;
}

.recent-post-widget p {
  font-size: 18px;
color: #424242;
}

.recent-post-widget i {
  margin-right: 10px;
}

.recent-post-widget i:last-of-type {
  margin-left: 15px;
}

.tags-widget {
  margin: -10px -10px 0 0;
}

.tags-widget a {
  color: #aaa;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 2px;
  background-color: #363636;
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin: 10px 10px 0 0;
}

.tags-widget a:hover {
  text-decoration: none;
  color: #26264b;
  background-color: #ee1515;
}

.subscribe-widget form {
  margin-bottom: 10px;
}

.subscribe-widget input {
  font-size: 14px;
  padding: 0px 10px;
  background-color: #444;
  border: none;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.subscribe-widget input:focus {
  outline: none;
  box-shadow: none;
}

.subscribe-widget button {
  background: #ee1515;
  border: none;
  padding: 9px 14px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: -10px;
  position: relative;
  z-index: 5;
}

.subscribe-widget button i {
  color: #fff;
}

.subscribe-widget .social-nav {
  margin-top: 32px;
}

.subscribe-widget .social-nav a {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #ddd;
  background-color: #444;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 10px;
}

.subscribe-widget .social-nav a i {
  color: #ddd;
}

.subscribe-widget .social-nav a:hover {
  background-color: #ee1515;
}
@media screen and (max-width: 896px) {
	.footer-widgets {
  padding: 50px 0 10px;
}
	.single-widget .widget-tiltle {
  font-size: 28px;
  text-transform: uppercase;
  color: #424242;
	font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 0.1vw;
		text-align: center;
}

	.contact-widget p {
  font-size: 18px;
color: #424242;
	margin-bottom: 40px;
	text-align: center;
}

.single-widget h6 {
  color: #0ebccc;
		font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 0.1vw;
	font-size: 22px;
			text-align: center;
}
.single-widget .media {
  margin-bottom: 20px;
	text-align: center;
}
	.single-widget .media p {
  font-size: 12px;
}
	
	.single-widget .tel2 {
	  color: #0ebccc;
		font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 0.1vw;
	font-size: 22px;
		margin-bottom: 20px;
			margin-right: 0px;
}
}



/*-----------------------------------
    1 - Foot Note
------------------------------------*/
.foot-note {
padding-bottom: 50px;
  background-color: #424242;
  color: #fff;
}

.foot-note p {
  text-align: center;
			font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
}

.foot-note a {
  color: #26264b;
}

.foot-note a:last-child {
  margin-left: 30px;
}

.foot-note a.fh5-link {
  margin-left: 0;
}
