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

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

  .nav a{
    height:60px;
    text-decoration:none;
    letter-spacing:.1em;
font-weight: 200;
font-style: normal;
	  font-size: 14px;
	  margin-left: 2em;
  }
#slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	text-align:center;
}


.full {
  position: relative;
  width: 100%;
  min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub {
  position: relative;
  width: 100%;
  height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
		background-image: url("../images/about.png");
	background-size:  cover;
}

@media screen and (max-width: 420px) {
.sub {
  height: 360px;
background-image: url("../images/about_sp.png");
}
}

.copy h2{
font-family: program, sans-serif;
font-weight: 500;
font-style: normal;
letter-spacing: 0.2em;
padding-bottom: 8px;
font-size: 34px;
position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	color: #e8dd2a;
	width: 100%;
	text-align: center;
}

.full h3 {
	font-size: 8vw;
	position: absolute;
	bottom: -8%;
	left: 50%;
  transform: translate(-50%, -50%);
	color: #fff;
	opacity: .8;
		width: 100%;
	text-align: center;
}

.full .wrapper{
	width: 100%;
}
.scroll {
  position: absolute;
  top:55%;
	  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll-line {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 1px;
  height: 80px;
  overflow: hidden;
}

  .scroll-line::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #585858;
	  animation: scrolldown 2s ease-in-out infinite;}

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

      100% {
        transform: translateY(100%);
      }
    }
.scroll-text{
letter-spacing:.1em;
font-family: program, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
	color: #585858;
}
.en{
letter-spacing:.1em;
font-family: canada-type-gibson, sans-serif;
font-weight: 200;
font-style: normal;
font-size: 14px;
}

a.btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 180px;
	margin: auto;
	padding: 1rem 2rem;
	border: 1px solid #424242;
	color: #424242;
	border-radius: 0.6vh;
	transition: 0.5s;
	float: right;
	margin-left: 2em;
}
a.btn_03:hover {
	color: #fff;
	background: #424242;
}

.col-md-12 p{
	letter-spacing:.16em;
font-size: 14px;
margin-top: 1.8em;
	text-align: left;
	line-height: 2.4em;
}


.fadein {
  opacity : 0;
  transform : translate(0, 0);
  transition:all 4s;
	animation-timing-function: ease-out;
			animation-delay: 1.5s;
		-moz-transition-delay:800ms;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	-ms-transition-delay:800ms;
}
 
.fadein.scrollin {
  opacity : 4;
  transform : translate(0, 0);
}
.fade_title{
animation-name:fadeInAnime;
animation-duration:4s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.title h3{
font-family: canada-type-gibson, sans-serif;
font-weight: 200;
font-style: normal;
letter-spacing: 0.05em;
border-bottom:1px solid;
padding-bottom: 8px;
font-size: 40px;
text-align: left;
display: inline-block;
}
.title h4{
font-family: canada-type-gibson, sans-serif;
font-weight: 200;
font-style: normal;
letter-spacing: 0.05em;
padding-bottom: 14px;
padding-top: 10px;
font-size: 26px;
text-align: left;
display: inline-block;
}
.table {
  margin: 20px auto;
	table-layout: fixed;
}
.prices {
	margin-bottom: 40px;
}

.prices th {
	letter-spacing:.16em;
font-size: 14px;
margin-bottom: 30px;
	text-align: left;
	line-height: 2.4em;
	width: 280px;
}
.prices td {
	letter-spacing:.16em;
font-size: 14px;
margin-bottom: 30px;
	text-align: left;
	line-height: 2.4em;
  color: #424242;
	vertical-align: top;
}

.comment {
letter-spacing:.16em;
font-size: 14px;
margin-bottom: 30px;
	text-align: left;
	line-height: 2.4em;
  color: #424242;
	vertical-align: top;
font-weight: 100;
}

@media screen and (max-width: 960px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .prices {
    width: 80%;
  }
  .prices th,
  .prices td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
.scroll {
  top:65%;
}
	.full h3 {
	bottom: -4%;
}
}

.gray{
	background-image: url("../images/member_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 120px;
	clear: both;
	margin-top: 7em;
	position: relative;
	z-index: -3;
	margin-bottom: 4em;
}
.gray .col-md-6{
	padding: 0 30px;
}
.gray .row{
	justify-content: center;
}
.oggi{
	border: 1px solid #424242;
	padding: 40px;
	margin-top: 20px;
	margin-bottom: 140px;
	position: relative;
}
.oggi p {
	letter-spacing:.16em;
font-size: 14px;
margin-bottom: 0;
	text-align: left;
	line-height: 2.4em;
  color: #424242;
}
.oggi::after{
	position: absolute;
  content: '';
  top: 70px;
  left:560px;
  display: block;
  width: 30%;
  height: 280px;
  background-image: url("../images/test_oggiotto.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.coupon{
	position: relative;
	width: 100%;
  background-color: #f9f9f9;
	z-index: -3;
	padding: 6em 0;
}
.coupon h3{
	  font-size: 30px;
	color: #424242;
	letter-spacing: 0.16em;
	  margin-bottom: 1.8em;
	line-height: 2.4em;
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;
	text-align: center;
}
.coupon h3:before {
    content: "ADMISSION";
	font-family: program, sans-serif;
font-weight: 400;
	color: #f8f186;
	font-size: 50px;
	position: absolute;
	z-index: -1;
	left: 50%;
	    transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
	top: -0.2em;
}


.coupon p{
	letter-spacing:.16em;
font-size: 14px;
	line-height: 2.4em;
  color: #424242;
	vertical-align: top;
	margin-bottom: 0;
	text-align: center;
}
.title p {
	letter-spacing:.16em;
font-size: 14px;
margin-bottom: 40px;
	line-height: 2.4em;
  color: #424242;
	vertical-align: top;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.ba {
 margin: 0 auto;
width: 40%;
position: relative;
}
.ba:before {
  width: 60px;
  height: 8px;
  border-bottom: 1px solid #e4336c;
  border-right: 1px solid #e4336c;
  transform: skew(45deg);
 content: "";
position: absolute;
top: 25%; /* 上下中央寄せ */
left: 42%; /* 左右中央寄せ */
}
.ba:after {
height: 0;
 visibility: hidden;
 content: ".";
display: block;
clear: both;
}
.ba .beforeBox,
.ba .afterBox {
 padding: 10px;
 width: 170px;
height: 60px;
	line-height: 20px;
 position: relative;
}
.ba .beforeBox {
float: left;
letter-spacing:.1em;
font-size: 14px;
color: #424242;
}
.ba .afterBox {
 float: right;
font-size: 20px;
color: #e4336c;
letter-spacing:.1em;
}
.coupon_menu{
	margin-top: 20px;
}
.off{
	font-size: 20px;
color: #e4336c;
letter-spacing:.1em;
	margin-left: 1rem;
}
.services h3{
	  font-size: 30px;
	color: #424242;
	letter-spacing: 0.16em;
	  margin-bottom: 1.8em;
	line-height: 2.4em;
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;
}
.gray h3{
	  font-size: 30px;
	color: #424242;
	letter-spacing: 0.16em;
	  margin-bottom: 1.8em;
	line-height: 2.4em;
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;
	text-align: center;
}
.catch {
		font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 16px;
	color: #424242;
	letter-spacing: .1em;
}
.about:before {
    content: "ABOUT US";
	font-family: program, sans-serif;
font-weight: 400;
	color: #f8f186;
	font-size: 50px;
	position: absolute;
	z-index: -1;
	left: -0.2em;
	top: -0.2em;
}
.members:before {
    content: "MEMBERS";
	font-family: program, sans-serif;
font-weight: 400;
	color: #f8f186;
	font-size: 50px;
	position: absolute;
	z-index: -1;
	left: 50%;
	    transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
	top: -0.2em;
}
/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
	border-radius: .7rem .7rem 0 0;
}

.card-figure {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title {	
	font-size: 24px;
	color: #424242;
	letter-spacing: 0.16em;
	line-height: 2.4em;
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;
	text-align: center;
	z-index: 2;
	position: relative;
}


.card1:before {
    content: "HOKUMO AREA";
	font-family: program, sans-serif;
font-weight: 400;
	color: #f8f186;
	font-size: 30px;
	position: absolute;
	z-index: -1;
	left: 50%;
	    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	top: 55%;
}
.card2:before {
    content: "CHUMO AREA";
	font-family: program, sans-serif;
font-weight: 400;
	color: #f8f186;
	font-size: 30px;
	position: absolute;
	z-index: -1;
	left: 50%;
	    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	top: 55%;
}
.card3:before {
    content: "SEIMO AREA";
	font-family: program, sans-serif;
font-weight: 400;
	color: #f8f186;
	font-size: 30px;
	position: absolute;
	z-index: -1;
	left: 50%;
	    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	top: 55%;
}
.card4:before {
    content: "TOMO AREA";
	font-family: program, sans-serif;
font-weight: 400;
	color: #f8f186;
	font-size: 30px;
	position: absolute;
	z-index: -1;
	left: 50%;
	    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	top: 55%;
}
/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 0;
    padding: 1em;
    color: #818181;
}

/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 96%;
    background: #fff;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.08);
	border-radius: .7rem;
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 1em 0;
        width: calc(96% / 2); /* 96%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 2); /* 96%幅を3で割るという指定 */
}
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}

.about-img {
	width: 40%;
	border-radius: 1rem 0 0 1rem;
	float: right;
	margin: 0 0 0 auto;
	padding-left:1rem;
	overflow: hidden;
	margin-bottom: 6em;
}
.access{
	margin: 120px 0;
}
.access h3{
margin-top: 60px;
margin-bottom: 40px;
}
.button_wrapper{
   text-align:center;
}
.button4{
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #e4336c;
  width: 320px;
  height: 60px;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  color: #e4336c;
  font-size: 14px;
	border-radius: 8px;
	font-family: canada-type-gibson, sans-serif;
font-weight: 200;
font-style: normal;
letter-spacing: 0.05em;
border-bottom:1px solid;
padding-bottom: 6px;
padding-left: 44px;
}
.button4:before,
.button4:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 80px;
  height: 1px;
  background: #e4336c;
    transition: all .2s;
}
.button4:before{
  width: 70px;
  transform: translate(35px, 0px);
}
.button4:after{
  width: 20px;
  transform-origin: right center;
  transform: translate(35px, 0px) rotate(30deg);
}
.button4:hover::before {
  right: 70px;
}
.button4:hover::after {
  right: 70px;
}

.button5{
  margin-bottom: 40px;
  position: relative;
  width: 300px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff!important;
	background: #e8dd29;
  font-size: 18px;
	border-radius: 8px;
	font-family: program, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.05em;
	text-align: center;
}


.btn_link{
	display: inline-block;
	  background: url(../images/test_link.png) ;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left center;
	  color: #e4336c;
	padding-left: 26px;
}
.btn_link_h{
	display: inline-block;
	  background: url(../images/test_link_b.png) ;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left center;
	  color: #424242;
	padding-left: 26px;
}
.btn_link_b{
	display: inline-block;
	  color: #424242;
}
.is-animation {
  height: 140px;
	  background-color: rgba(255, 255, 255, 0.75);
}
.is-animation h1 {
	display: inline-block;
}

@media screen and (max-width: 960px){
		.is-animation {
  height: 140px;
	  background-color: rgba(255, 255, 255, 0.75);
}
		.services h3{
	  font-size: 24px;
	  margin-bottom: 40px;
	line-height: 180%;
}
}



.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 {
  /* メニューの位置マイナス指定で画面外に */
  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;
}
@media screen and (max-width: 896px) {
.menu p {
  font-size: 30px;
}
}
@media screen and (max-width: 420px) {
.menu p {
  font-size: 20px;
}
	.menu-list {
  height: 10%;
}
	.about-img {
	display: none;
}
	.about:before {
	left: 0.6em;
	top: 0.6em;
}
	.gray h3{
	  font-size: 24px;
}
	.card-title {	
	font-size: 18px;
		line-height: 3em;
}
	.card1:before {
	font-size: 25px;
}
.card2:before {
	font-size: 25px;
}
.card3:before {
	font-size: 25px;
}
.card4:before {
	font-size: 25px;
}

.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_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;
}
	.coupon h3{
	  font-size: 24px;
}
	.coupon{
	padding: 1em 0;
}
	.coupon h3:before {
	top: 1.5em;
}
}


@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;
}
}



.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) {

.road {
	background-size: 55%;
	padding-top: 50px;
}
	.road .container{
	margin: 0 45% 0 0;
	width: 55%;
}
}

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


.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: 140px;
  transition: .5s;
}
header h1 {
  transition: .5s;
}


.contact {
  font-size: 12px;
	text-align: center;
}

.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;
}

.navigation {
	
}
.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: #e8dd29;
}

@media screen and (max-width: 896px) {
	.tel {
  margin-right: 0px;
}
	header h1 {
  transition: .5s;
}

}
@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);
}
	header {
  position: absolute;
}
}

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




.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 .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 .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 .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: 120px 0 20px;
	clear: right;
}

.contact {
  padding: 0 0 50px;
}

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

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

.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 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;
}

.policy {
  padding: 120px 0 20px;
		text-align: center;
}
.policy h3{
	  font-size: 26px;
	color: #424242;
	letter-spacing: 0.16em;
	margin-top: 40px;
	font-weight: 100;
	line-height: 2.4em;
}
@media screen and (max-width:420px){
	.policy h3{
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 40px;
	line-height: 180%;
}
.policy .access{
	height: 220px;
	margin-bottom: 80px;
}
		.policy .header-text{
	font-size: 32px;
			text-align: center;
			line-height: 1.2em;
			width: 100%;
}
		.inner iframe{
	width: 100%;
	height: 220px;
			margin-bottom: 40px;
}
}
	
@media screen and (max-width: 896px) {

.policy {
  padding: 60px 0 10px;
}
	
.policy p{
  line-height: 1.8em;
	text-align: left;
	margin-bottom: 20px;
}
		.greeting {
	text-align: center;
}
	.policy h2 {
	font-size: 1.2rem;
	margin-top: 1em;
	margin-bottom: 1rem;
}
}
.hairimage{
	margin-bottom: 20px;
}
.red-bg{
		background-color: #F8F0EF;
	padding: 180px 0;
}
@media screen and (max-width: 896px) {
	.services .bg{
	height: 280px;
}
	.services .bg-text{
	font-size: 60px;
		margin-bottom: 20px;
}

	.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: 20px;
	margin-top: 40px;
	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;
}
	.red-bg{
	padding: 60px 0 80px 0;
}
	.policy {
  padding: 120px 0 10px;
}
}

@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;
}

.flags {
	margin: 0 0 60px;
}
.gray a{
	text-decoration: none;
	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;
}


.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;
}
	.flow .day{
	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;
}
		.flow .day{
	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;
}

.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;
}
		.gray {
	  padding: 20px 0 20px;
			margin-top: 1em;
			overflow: hidden;
}
}


/*-----------------------------------
    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;
}


#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;
}



.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%;
	
}

.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-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;
}

	
	#companyname{
	margin-top: 40px;
	margin-bottom: 16px;
}
	.pro h4{
	font-size: 24px;
		margin-top: 0;
}
}

@media screen and (max-width: 420px){
	.profile4 {
	  padding: 0;
}

	.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;
}

	
		.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) {

}
@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: #fff;
}

.footer-widgets h4{
	color: #e8dd29;
		font-family: program, sans-serif;
font-weight: 400;
	font-size: 40px;
}
/*-----------------------------------
    1 - Footer Widgets
------------------------------------*/
.footer-widgets {
  padding: 60px 0 20px;
	text-align: left;
}

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

.footer-widgets p{
	letter-spacing:.16em;
font-size: 14px;
	line-height: 2.4em;
  color: #424242;
	vertical-align: top;
	margin-bottom: 0;
}

.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;
}

.single-widget h5 {
font-weight: 400;
font-style: normal;
	letter-spacing: 0.1vw;
	font-size: 22px;
	color: #424242;
}

.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: 40px 0;
  background-color: #424242;
  color: #fff;
}

.foot-note p {
  text-align: center;
font-family: canada-type-gibson, sans-serif;
font-weight: 200;
font-style: normal;
letter-spacing: 0.05em;
	font-size: 12px;
}

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

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

.foot-note a.fh5-link {
  margin-left: 0;
}
@media screen and (max-width: 420px) {
	.navbar{
		flex-wrap:nowrap;
		height: 100px;
	}
	.navbar .col-xs-10{
		display: none;
	}
			.is-animation {
  height: 100px;
}
	.space{
		margin-bottom: 60px;
	}
	.prices th{
		margin-bottom: 0px!important; 
	}
	.prices td{
		margin-bottom: 20px!important;
	}
	.last td:last-child{
		border-bottom:none!important;
	}
	.oggi::after{
		width: 40%!important;
		left: 26%!important;
		top:290px!important;
	}
	.fadein.scrollin{
		margin:0 15px;
	}
	.coupon h3{
		text-align: center;
	}
	.ba{
		width: 100%;
	}
	.copy h2{
		line-height: 1.5;
	}
	.look{
		grid-template-rows:540px 290px 60px 150px 100px 530px 120px 300px 240px 290px 100px 338px 140px 140px 140px!important;
		grid-template-columns:0px 0px 0px 0px 0px 5px 0px 65px 0px 20px 10px 4px 20px 40px 40px!important;
		margin:0 0 0 -15px;
	}
	.coupon .col-md-12{
		padding: 80px 20px 80px;
	}
}
	
@media screen and (max-width: 896px) {
	.oggi::after{
		display: none;
	}
		.ba{
		width: 60%;
	}
		.prices th{
		margin-bottom: 0px!important; 
	}
	.prices td{
		margin-bottom: 20px!important;
	}
	.last td:last-child{
		border-bottom:none!important;
	}
		.look{
		grid-template-rows:120px 290px 120px 60px 110px 50px 260px 340px 40px 180px 80px 220px 140px 140px 140px;
		grid-template-columns:0px 0px 214px 10px 7px 5px 124px 40px 0px 70px 30px 54px 20px 40px 40px;
	}
}