/*--
    Common Css
--*/
html {
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  font: 14px/22px 'Noto Sans JP','Source Sans Pro', sans-serif, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0px; }

h1 {
  font-size: 44px;
  line-height: 56px;
  color: #fff; }

h2 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.04em; }

h3 {
  font-size: 23px;
  line-height: 25px; }

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }

p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0px;
  font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none; }

a,
a:active,
a:focus,
a:active {
  text-decoration: none; }

.section {
  padding: 80px 0; }

.row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.btn_wrap {
  width: 100%;
  text-align: center;
}
.ly_inner {
  padding-left: 15px;
  padding-right: 15px;
}

/*--
    custom heading
--*/
.text-center {
  text-align: center; }

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px; }
  .heading h2 {
    color: #3c3c3c;
    padding-bottom: 50px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px; }
.heading h3 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px; }
  .heading p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
}
.heading__pbSmall {
  padding-bottom: 40px;
}
.heading__pbSmall h2{
  padding-bottom: 30px;
}
@media (max-width: 769px){
  .heading__pbSmall h2{
    font-size: 30px;
  }
}

.btn {
  border-radius: 0; }

.btn-home {
  background-color: #1bafb4;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
  padding: 19px 48px;
  margin-top: 30px;
  position: relative;
}
  .btn-home:hover, .btn-home:focus {
    background-color: #fff;
    color: #555;
    border: 1px solid #fff; }

    .btn-home::after{
        content:"";
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        right: 30px;
        top: 50%;
    }
    .btn-home:hover:after{
        border-top-color: #333;
        border-right-color: #333;
    }
.btn-home__black {
  background-color: #000;
}
.btn-home__lower {
  text-decoration: underline;
}

@media (max-width: 769px){
  .btn-home{
    padding: 19px 36px;
    font-size: 16px;
  }
  .btn-home::after{
    right: 20px;
  }
}


/*Preloader*/
#preloader {
  background-color: #fff;
  bottom: auto;
  height: 100%;
  left: auto;
  position: fixed;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 9999; }

.book {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px; }

.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: #1bafb4;
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip 1.2s infinite linear;
  animation: flip 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg); }
  20% {
    background: #1bafb4; }
  29.9% {
    background: #1bafb4; }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #1bafb4; }
  54.999% {
    opacity: 1; }
  55% {
    opacity: 0; }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4; }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg); }
  20% {
    background: #1bafb4; }
  29.9% {
    background: #1bafb4; }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #1bafb4; }
  54.999% {
    opacity: 1; }
  55% {
    opacity: 0; }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4; }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4; } }

/*--
    .hero-area start
--*/
.bg-1 {
  background-image: url("../images/slide/mainImg001.jpg");
  background-size: cover; }

.overRay {
    width: 4000px;
    height: 1600px;
    background-image: url(../images/overlay.png);
    position: absolute;
    z-index: 0;
    top: 0;
}

.cateOverRay{
  width: 100%;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
   background-color:rgba(0,0,0,0.5);
}

.cateOverRay p {
 color:rgba(255,255,255,0.5)
}

.bg-gray {
  background: #f8f8f8; }
.bg-white {
  background-color: #fff;
}

.hero-area {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
  .hero-area h1 {
    color: #fff;
    font-size: 3.4rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 19px;
    margin-top: 14px; }
  .hero-area p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3; }
  .hero-area .counter {
    background: rgba(255, 255, 255, 0.2);
    padding: 18px; }
    .hero-area .counter ul li {
      background-color: rgba(255, 255, 255, 0.3);
      color: #fff;
      display: inline-block;
      line-height: 25px;
      padding: 25px 28px 20px;
      text-align: center;
      width: 49%;
      margin-bottom: 3px; }
      .hero-area .counter ul li span {
        display: block;
        font-size: 16px;
        font-weight: 600; }
      .hero-area .counter ul li .digit {
        display: inline-block;
        font-size: 50px;
        font-weight: bold;
        line-height: 50px;
        position: relative;
        overflow: hidden;
        height: 60px; }
      .hero-area .catchTxt {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 10px;
      }
      .hero-area .leadTxt {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
      }

/* .hero-area  */
.navigation {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px 50px;
  margin: 0;
  border: 0; }
  .navigation .navbar-brand {
    padding-top: 5px;
    display: inline-block; }
  .navigation .navbar-toggler {
    background: #fff;
    outline: none;
    border-radius: 0;
    float: right; }
    .navigation .navbar-toggler i {
      font-size: 22px; }

.navigation.animated {
  background-color: #fff;
  box-shadow: 0 2px 7px 0px rgba(142, 142, 142, 0.15); }
  .navigation.animated .menu a {
    color: #666; }

.navigation .WhiteLogo{
 display: block;
}

.navigation .BlackLogo{
 display: none;
}

.navigation.animated .WhiteLogo{
 display: none;
}

.navigation.animated .BlackLogo{
 display: inline-block;
}

.menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold; }
  .menu li a:hover, .menu li a:focus {
    background: none; }

/*--
    service start
--*/
.service {
  text-align: center; }
  .service .block {
    margin-bottom: 50px; }
    .service .block i {
      font-size: 30px;
      display: inline-block;
      margin-bottom: 15px;
      color: #1bafb4; }
    .service .block h3 {
      color: #333333;
      font-weight: 600;
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 20px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .service .block p {
      color: #666;
      text-align: left; }
  .thum img {
    width: 100%;
  }
/*--
    About start
--*/
.about .content h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.about .about-slider img {
  width: 100%;
  height: auto; }
#about .business-inner .image-left{
    margin-right: 0;
    margin-bottom: 20px;
}
#about .business-inner .image-right{
    margin-left: 0;
}
.top-paragraph p{
    line-height: 28px;
}
#about-top{
    background-color: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 60px;
}
#about-top .col-md-12{
    background-image: url(../images/logo_bgd.png);
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover;
}
.office-nav{
    margin-bottom: 100px;
}
.office-nav li.nav-header {
    display: inline-block;
    background-color: #4cbbbf;
    width: 60px;
    color: #fff;
    text-align: center;
    padding-left: 0px!important;
    padding-bottom: 1px;
    border-radius: 2px;
}
.office-nav h4 {
    border-bottom: 1px solid #aaaaaa;
    margin-left: 14px;
    margin-bottom: 14px;
    padding-bottom: 10px;
}
.nav-header:not(:first-child){
    margin-top: 7px;
}
.contact {
  background-color: #1bafb4;
}
.contact .block .title {
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 600;
  color: #fff;
}
.contact .block .catch {
  padding-right: 30px;
  color: #fff;
  margin-bottom: 50px;
}
.bl_contact {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.bl_contact_left {
  width: 270px;
}
.bl_contact_title {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
.bl_contact_right{
  flex: 1;
  text-align: center;
  border-left: 2px dashed #1bafb4;
  padding: 22px 0;
}
.bl_contact_tel {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.bl_contact_tel span{
  font-size: 24px;
}
.bl_contact_telAddress {
  color: #3b4045;
}
.bl_contact_telAddress:hover{
  color: #1bafb4;
}
.bl_contact_catch {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.bl_contact_info {
  background-color: #fff;
}
.bl_contact_info h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
.bl_contact_info .input-field {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}
.bl_contact_info .form-control {
  flex: 1;
}
.bl_contact_labelBox {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl_contact_labelBox__top {
  align-items: flex-start;
  padding-top: 10px;
}
.bl_contact_label {
  font-size: 16px;
  font-weight: 600;
}
.bl_contact_req {
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background-color: #CD0000;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 769px){
  .bl_contact_telAddress{
    pointer-events: none;
    cursor: initial;
  }
}
@media (max-width: 991px){
  .bl_contact {
    flex-direction: column;
  }
  .bl_contact_left {
    width: 100%;
  }
  .bl_contact_right {
    border-left: none;
    border-top: 2px dashed #1bafb4;
    padding-top: 30px;
    margin-top: 15px;
    width: 100%;
  }
  .bl_contact_tel {
    font-size: 30px;
  }
  .bl_contact_tel span {
    font-size: 18px;
    display: inline-block;
  }
  .bl_contact_info .input-field {
    flex-direction: column;
    gap: 8px;
  }
  .bl_contact_labelBox {
    display: inline-flex;
    width: auto;
    justify-content: flex-start;
    gap: 10px;
  }
}

.bl_office .information .col-md-6  {
  padding-top: 40px;
}
/*--
    call-to-action start
--*/
.call-to-action {
  padding: 90px 0px;
  background-image: url(../images/recruit_back.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative; }
  .call-to-action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }
  .call-to-action .block h2 {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 600; }
  .call-to-action .block p {
    padding-right: 30px;
    color: #fff; }
  .call-to-action .block .input-group {
    margin-top: 30px; }
    .call-to-action .block .input-group input {
      height: 50px;
      border-radius: 0;
      border: none;
      box-shadow: none; }
    .call-to-action .block .input-group .btn-subscription {
      height: 50px;
      border-radius: 0;
      border: none;
      box-shadow: none;
      background: #1bafb4;
      padding: 0px 35px;
      color: #fff;
      font-weight: bold; }

.input-field .form-control {
  box-shadow: none;
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  border-radius: 0; }

.btn-send {
  line-height: 48px;
  border: 2px solid #1bafb4;
  background: #1bafb4;
  color: #fff;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0;
  margin-top: 10px;
  position: relative;
}
  .btn-send:hover {
    color: #fff; }

.btn-send::after{
    content:"";
    position: absolute;
    bottom: 2px;
    right: 2px;
    width:0px;
    height: 0px;
    border: 4px solid #fff;
    border-left:4px solid transparent;
    border-top:4px solid transparent;
}
.input-field label {
  color: rgba(237, 28, 36, 0.7); }

.form-group .input-field + .input-field {
  margin-top: 10px; }

.input-field textarea.form-control {
  height: 160px;
  box-shadow: none; }

.form-group {
  margin-top: 10px; }

#success,
#error {
  display: none; }

footer {
  text-align: center;
  background: #272727;
  padding: 27px 0px; }
  footer p {
    font-weight: 300;
    font-size: 12px;
    color: #dfdfdf;
    letter-spacing: 3px; }
    footer p a {
      color: #fff; }
      footer p a:hover {
        color: #fff;
        text-decoration: none; }


.categoryHeader{
 height: 250px;
}

.cateBusiness{
  background-image: url("../images/slide/businessImg001.jpg");
  /*background-attachment: fixed;*/
  background-position: center;
}

.topicPass{
 padding: 7px 10px;
 margin: 0 auto;
 max-width: 1000px;
 font-size: 1rem;
}

.topicPass li{
 display: inline;
 margin: 0 10px 0 0;
 color: #CCCCCC;
}

.topicPass li a{
 color: #FFFFFF;
 background: url("../images/iconArrow_w.png") no-repeat right center;
 padding: 0 20px 0 0;
}
@media (max-width: 769px){
  .topicPass {
    background-color: #888;
  }
}

/*Business*/
.business-inner svg {
	height: 40px;
	fill: #1bafb4;
	margin-right: 10px;
	vertical-align: bottom;
}
.business-inner h2 span {
	font-size: 12px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.8;
  margin: 13px 0;
}
.business-inner h2 {
	border-bottom: 1px solid #979797;
  font-weight: 600;
}
.alt-h3 {
	margin-top: 80px;
	margin-bottom: 30px;
	border-left: 10px solid #1bafb4;
	padding-left: 20px;
	line-height: 30px;
}
.business-img {
	max-width: 450px;
	display: block;
	margin: 0 auto;
  width: 100%;
}
.alt-p {
	padding-bottom: 30px;
	padding-left: 30px;
}
.alt-ul {
	padding-left: 16px!important;
}
.biz-li {
	border-left: 2px solid #1bafb4;
	padding-left: 10px;
}
/*.alt-ul li:not(.biz-li) {
	padding-left: 10px;
}*/
.tank {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
.business-ms {
	marign-top: 60px!important;
}
.pad-btm {
	margin-bottom: 100px;
}
.business-inner h2:nth-of-type(2) {
	margin-top: 80px!important;
}


/* Introduction */
.introduction {
	margin-top: 60px;
}
.introduction .intro-header{
	height: 300px;
}
.introduction-img {
	height: 100%;
	overflow: hidden;
	padding: 0
}
.introduction-img img {
	max-width: 100%;
}
.first-element .introduction-img img{
    position: relative;
    top: -11%;
}
.intro-header {
    background-image: url(../images/bgd.png);
	background-size: cover;
}
#requirements {
	margin-top: 60px;
	margin-bottom: 100px
}
#requirements th {
	border-top: 1px solid #dddddd;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#requirements td {
	border-top: 1px solid #dddddd;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#requirements th{
	padding-right: 4rem
}
#requirements table{
	border-bottom: 1px solid #dddddd;
}
.introduction h2 {
	margin-top: 24px;
	margin-left: 32px;
	border: none;
}
.introduction h3 {
	margin-top: 24px;
	margin-left: 32px;
}
.introduction p {
	margin-top: 56px;
	margin-left: 32px;
	margin-bottom: 64px;
}

/*  Company  */
.bl_company_right {
  text-align: right;
  margin-top: 50px;
}

.greeting-inner{
	margin-top: 60px;
}
.greeting-inner .col-lg-6{
	height: 100%!important;
	margin-bottom: 60px;
}
.greeting-inner img {
	max-height: 100%;
}
#recruit h2 {
	margin-top: 60px;
}
#recruit p {
    line-height: 28px;
}
#recruit table{
    width: 65%;
    margin-right: auto;
    margin-left: auto;
}
#recruit .outer p{
    position: relative;
}
#recruit .outer p::after{
    content: "";
    position: absolute;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    width: 8px;
    height: 8px;
    right: 8px;
    top: 43%;
    transform: rotate(45deg);
}
#recruit .outer a:hover p::after{
    border-right-color: #fff;
    border-top-color: #fff;
}
@media (max-width: 769px){
  #recruit table{
    width: 100%;
  }
}
.idea-h2 {
	font-size: 32px;
	font-weight: bold;
	border-bottom: none!important;
	margin-bottom: 24px
}
.idea-p {
	font-size: 24px;
	line-height: 2em;
	font-weight: bold;
	margin-bottom: 56px;
}
p.text-right {
	float: right
}
.information {
	margin-top: 20px;
}
.information th {
	border-bottom: 1px solid #1bafb4;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.information td {
	border-bottom: 1px solid #cccccc;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 24px
}
.safety {
	margin-top: 80px;
  padding: 70px;
}
.safety__mb80{
  margin-bottom: 80px;
}
.safety h2 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: none;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.safety h2::after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  background-color: #1CAFB4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.small-pic {
	width: 200%
}
.safety-text .alt-p {
	padding-top: 60px;
}
@media (max-width: 769px){
  .safety {
    padding: 70px 10px;
  }
}
.wrapper {
	overflow: hidden;
}
.intro-header::after {
	content: "";
	display: block;
	clear: both;
}
/*  Recruit-Introduction  */
.white-space {
    background-color: white;
    opacity: 0.96;
}
.white-space p {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}
.white-space h2 {
	padding-top: 24px;
}
p.contact-button.text-center {
    display: inline-block;
    margin-top: 40px;
    border: 1px solid #777777;
    border-radius: 3px;
    padding: 8px 32px 8px 64px;
    position: relative;
    font-weight: 500;
}
.outer {
    text-align: center;
}
.fa-envelope:before {
    content: "\f0e0";
    font-size: 18px;
    position: absolute;
    top: 12px;
    left: 40px;
}
.outer a {
	color: #444444;
}
p.contact-button:hover {
	color: #ffffff;
	background-color: #000000;
}
.office-map {
		text-align: center;
		padding-top: 24px;
}
.office-img {
		display: inline-block;
		width: 100%;
}
.sp{
		display: block;
}
.top-br {
		display: none;
}
@media screen and (max-width: 575px){
	.biz-ul{
		margin-left: 16px;
	}
	.alt-h3 {
    	padding-left: 13px;
    	margin-left: 8px;
	}
	.alt-p {
		padding-right: 24px;
	}
	.safety-text .alt-p{
		padding: 0 15px;
    margin-bottom: 30px;
	}
	.sp{
		display: none;
	}
	.top-sp p{
		font-size: 14px;
	}
	.top-sp h1 {
		font-size: 2rem;
	}
    .hero-area .block.top-sp {
        margin-left: 20px;
    }
  .hero-area .catchTxt {
      font-size: 24px;
  }
  .hero-area .leadTxt {
      font-size: 18px;
  }
}
@media screen and (max-width: 768px){
	.WhiteLogo img {
		width: 200px!important;
	}
	.BlackLogo img {
		width: 200px!important;
	}
	.navigation .WhiteLogo {
		width: 200px!important;
	}
	.navigation .BlackLogo {
		width: 200px!important;

	}
	.navbar .WhiteLogo {
		margin-right: 0px;
	}
	#top-nav {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cateBusiness{
		background-size: cover;
		background-position: center;
	}
	.top-br {
		display:block
	}
    .hero-area .container-fluid .block.top-sp {
        top: 20%;
        margin-left: 30px;
    }
    .hero-area{
        height: 80vh;
    }
    video{
        height: 80vh;
        width: auto!important;
    }
    .flex{
      flex-direction: column;
    }
    .newsTitle{
      display: block;
    }
    .newsDate{
      width: 110px;
    }

}
@media screen and (max-width: 1119px){
	.introduction {
		padding-top: 1px
	}
	.introduction-img{
		height: auto;
		overflow: visible;
	}
	.introduction-img img {
		max-width: auto;
	}
	.col-control {
		padding-top: 1px;
	}
	.introduction .intro-header{
	height: auto;
	}
	.sp-display {
		display: block !important;
	}
	.pc-display {
		display: none !important;
	}
	.introduction p {
		margin-left: 24px;
		margin-right: 24px;
	}
	.greeting-inner {
    	height: auto;
	}
	.greeting-inner img {
    	width: 100%;
	}
	.col-control {
		padding-left: 0px;
		padding-right: 0px
	}
    .hero-area .block.top-sp {
        margin-left: 100px;
    }
}
@media screen and (min-width: 1200px){
	.sp-display {
		display: none !important;
	}
	.pc-display{
		display: block !important;
	}
}
@media (max-width: 991px){
	/*#navbarResponsive {
	position: relative;
	}*/
	.navbar-nav {
	text-align: center;
	}
}

/*  Office  */
.office .inner img {
    width: 100%;
}
.office h2{
    color: #3c3c3c;
    padding-top: 100px;
    padding-bottom: 40px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
}
.office h3{
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 6px;
    padding-left: 10px;
    border-left: 8px solid #1bafb4;
}
.office a:hover{
    opacity: 0.5!important;
    color: #1bafb4;
}
/*  Office-Navigation  */
.office-nav img{
    max-width: 100%;
}
.office-nav .col-sm-12{
    margin-top: 10px;
}
#office .col-lg-6 {
  margin-bottom: 100px;
}

#office h2 {

}

@media (max-width: 769px){
  .alt-ul {
    margin-top: 20px;
    padding-left: 0 !important;
}
}

.bl_business_row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  margin-bottom: 100px;
}
.bl_business_row__mb0{
  margin-bottom: 0;
}
.bl_business_img {
  width: 40%;
}
.bl_business_img img {
  width: 100%;
}
.bl_business_txt {
  width: 54%;
  text-align: left;
}

.bl_business_about {
  text-align: left;
}
@media (max-width: 769px){
  .bl_business_row {
    flex-direction: column;
    gap: 20px;
  }
  .bl_business_img {
    width: 100%;
  }
  .bl_business_txt {
    width: 100%;
  }
}

.bl_recruit_btnWrap {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.bl_recruit_btn {
  width: 200px;
  text-align: center;
  border: 2px solid #1bafb4;
  color: #1bafb4;
  font-size: 18px;
  font-weight: 600;
  padding: 19px 14px;
  border-right: none;
  cursor: pointer;
  background-color: #fff;
}
button:focus {
  outline: none;
}
.bl_recruit_table tr {
  display: flex;
}
.bl_recruit_table th {
  width: 160px;
}
.bl_recruit_table td {
  flex: 1;
}
.bl_recruit_btn:last-of-type {
  border-right: 2px solid #1bafb4;;
}
.bl_recruit_btn.is-active {
  background-color: #1bafb4;
  color: #fff;
  position: relative;
}
.bl_recruit_btn.is-active::after {
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 30px;
  height: 20px;
  background-color: #1bafb4;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.bl_recruit_table{
  display: none;
}
.bl_recruit_table.is-active {
  display: table;
}
@media (max-width: 769px){
  .bl_recruit_btn {
    font-size: 14px;
    padding: 11px 6px;
  }
  .bl_recruit_btn.is-active::after {
    width: 24px;
    height: 15px;
  }
  .bl_recruit_table th {
    width: 122px;
  }
}

/*  NEWS  */
#news{
    padding-bottom: 80px;
}
.news h2 {
    color: #3c3c3c;
    padding-bottom: 56px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    margin-top: 80px;
}
.news .text{
    border-bottom: 1px dotted #aaa;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 18px;
}
.news .newsDate{
    background-color: #6089b3;
    padding: 1px 12px;
    color: white;
    padding-bottom: 3px;
    border-radius: 3px;
    font-size: 16px;
}
.bl_cont_label {
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 42px;
  font-weight: 600;
  line-height: 1.3;
}
.bl_vehicle_flex {
  width: 100%;
  padding-top: 50px;
}
.bl_vehicle_flex__pt0{
  padding-top: 0;
}
.bl_vehicle_flex img{
  width: 100%;
}
.bl_vehicle_catch {
  font-size: 24px;
  font-weight: 600;
  color: #1bafb4;
  margin-bottom: 30px;
}
.bl_vehicle_con{
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}
.bl_vehicle_list {
  margin-top: 10px;
}
.bl_vehicle_list li {
  padding-left: 10px;
  position: relative;
}
.bl_vehicle_list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1bafb4;
}
@media (max-width: 769px){
  .bl_vehicle_con{
    width: 100%;
  }
}

.bl_case_block {
  padding-top: 100px;
}
.bl_case_block:first-of-type {
  padding-top: 60px;
}
.bl_case_labelWrap{
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}
.bl_case_btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  column-gap: 20px;
}
.bl_case_btn {
  width: 230px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1CAFB4;
  color: #1CAFB4;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.bl_case_btn span {
  padding-right: 15px;
  position: relative;
  line-height: 1.1;
}
.bl_case_btn span::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 3px solid #1CAFB4;
  border-right: 3px solid #1CAFB4;
  transform: rotate(135deg) translateY(100%);
  right: -20px;
  top: 50%;
}
.bl_case_btn:hover {
    background-color: #1CAFB4;
    color: #fff;
    text-decoration: none;
}
.bl_case_btn:hover span::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
@media (max-width: 769px){
  .bl_case_btnWrap {
    gap: 10px;
  }
  .bl_case_btn {
    font-size: 16px;
    width: 46%;
  }
  .bl_case_btn span::after{
    width: 9px;
    height: 9px;
    border-top: 2px solid #1CAFB4;
    border-right: 2px solid #1CAFB4;
    right: -10px;
  }
}




.flex{
  display: flex;
  flex-wrap: wrap;
}
p.newsTitle {
    font-size: 18px;
    font-weight: 500;
}
.newsText {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    width: 100%;
  margin-bottom: 30px;
}
video{
    display: block;
    position: relative;
    z-index: -1;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
}
.hero-area .container-fluid{
    margin: 0;
}
.block.top-sp {
    position: absolute;
    top: 0;
    display: inline-block;
    margin-top: 25%;
    margin-left: 150px;
    left: 0;
}
.wrapper{
    overflow-x: hidden;
}


.el_labelWrap {
  display: inline-flex;
  gap: 10px;
}
.el_labelWrap__wide .el_label{
  background-color: #fff;
  color: #1CAFB4;
  border: 2px solid #1CAFB4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el_label {
  display: inline-block;
  background-color: #1CAFB4;
  width: 100px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.el_label__blue {
  background-color: #177477;
}
.el_label_txt{
  color: #666;
  flex: 1;
}
.el_label_txt__ptb {
  padding: 5px 0;
}
.el_label_txt .dot_line{
  color: #1CAFB4;
  display: inline-block;
  margin: 0 5px;
}
.el_link {
  text-decoration: underline;
  position: relative;
  color: #1CAFB4;
  padding-right: 20px;
  margin-top: 20px;
  display: inline-block;
}
.el_link::after{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1CAFB4;
  border-right: 1px solid #1CAFB4;
  transform: rotate(45deg);
  right: 0px;
  top: 40%;
}
.el_link:hover {
  text-decoration: none;
  color: #1bafb4;
}


.jccenter {
  justify-content: center;
}

.row-gap {
  row-gap: 40px;
}

/*  5 column for Bootstrap  */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* スマホ（767px以下） */
.col-xs-1-5 {width: 20%;float: left;}
.col-xs-2-5 {width: 40%;float: left;}
.col-xs-3-5 {width: 60%;float: left;}
.col-xs-4-5 {width: 80%;float: left;}
/* タブレット（768px～991px） */
@media (min-width: 768px) {
    .col-sm-1-5 {width: 20%;float: left;}
    .col-sm-2-5 {width: 40%;float: left;}
    .col-sm-3-5 {width: 60%;float: left;}
    .col-sm-4-5 {width: 80%;float: left;}
}
/* PC（992px～1119px） */
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%;float: left;}
    .col-md-2-5 {width: 40%;float: left;}
    .col-md-3-5 {width: 60%;float: left;}
    .col-md-4-5 {width: 80%;float: left;}
}
/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%;float: left;}
    .col-lg-2-5 {width: 40%;float: left;}
    .col-lg-3-5 {width: 60%;float: left;}
    .col-lg-4-5 {width: 80%;float: left;}
}


@media (max-width: 768px){
  .navigation {
    background: rgba(0, 0, 0, 0.3);
  }
  .navbar-toggleable-md .navbar-nav{
    margin-top: 50px;
  }
}