/*----------------------------------------------*/
/*                                  
/* company                             
/*                           
/*----------------------------------------------*/

.map-area {
  position: relative;
}

.map-area .map-area-list {
}

.map-area .map-area-list .map-area-list__item {
    position: absolute;
}

.map-area .map-area-list .map-area-list__item a:before {
	content: "";
	opacity: 0;
	background: linear-gradient(to right,rgba(203,223,223,0.7) 0%,rgba(203,223,223,0.7) 25%,rgba(255,175,133,0.7) 100%);
	transition: .3s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.map-area .map-area-list .map-area-list__item a:hover:before {
	opacity: 1;
	transition: .3s;
}

@media only screen  and (max-width: 1080px) {
    .map-area .map-area-list .map-area-list__item {
        width: 25%;
    }
}
@media only screen  and (max-width: 640px) {
    .map-area .map-area-list .map-area-list__item {
    padding-left: 30px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    counter-increment: li;
  }
  .map-area .map-area-list .map-area-list__item:before {
    content: counter(li);
    display: block;
    position: absolute;
    top: 0;
    font-family: 'Yantramanav',sans-serif;
    left: 0;
    background-color: #ea5404;
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 10px;
    font-weight: 100;
  }
}

.map-area .map-area-list .map-area-list__item.japan {
    left: 17%;
    top: 0;
}
@media only screen  and (max-width: 640px) {
  .map-area .map-area-list .map-area-list__item.japan {
      left: 0;
      top: 0;
  }
}

.map-area .map-area-list .map-area-list__item.america {
    right: 5%;
    top: 3%;
}
@media only screen  and (max-width: 1080px) {
    .map-area .map-area-list .map-area-list__item.america {
        right: -5%;
    }
}
@media only screen  and (max-width: 640px) {
.map-area .map-area-list .map-area-list__item.america {
      right: 0;
      top: 0;
  }
}

.map-area .map-area-list .map-area-list__item.thai {
    bottom: 26%;
    left: 13%;
}
@media only screen  and (max-width: 1080px) {
    .map-area .map-area-list .map-area-list__item.thai {
        left: 8%;
    }
}
@media only screen  and (max-width: 640px) {
.map-area .map-area-list .map-area-list__item.thai {
      left : 0;
      bottom: 0;
  }
}

.map-area .map-area-list .map-area-list__item.indonesia {
    bottom: 12%;
    left: 42%;
}
@media only screen  and (max-width: 640px) {
.map-area .map-area-list .map-area-list__item.indonesia {
      left : 0;
      bottom: 0;
  }
}


/* enkaku */

.branch-arrow {
	background: #cfdcdc;
	margin: 100px 0 50px 0;
	height: 2px;
  position: relative;
	max-width: 525px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen  and (max-width: 640px) {
	.branch-arrow {
		width: 50%;
  }
}

.branch-arrow:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 2px;
  left: 0;
  top: 2px;
	background: #cfdcdc;
}
.branch-arrow:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 2px;
  right: 0;
  top: 2px;
	background: #cfdcdc;
}
.vertical-line {
  position: absolute;
  height: 50px;
  width: 2px;
  top: -50px;
  left: 50%;
  margin-left: -5px;
	background: #cfdcdc;
}

.branch-arrow__bottom:before {
  top: inherit;
  bottom: 2px;
}
.branch-arrow__bottom:after {
  top: inherit;
  bottom: 2px;
}
.branch-arrow__bottom .vertical-line  {
  top: inherit;
  bottom: -50px;
}

.tab-title {
  display: flex !important;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media only screen  and (max-width: 640px) {
  .tab-title {
    display: none !important;
  }
}

.tab-title .tab-title__item {
	width: 50%;
	text-align: center;
	font-size: 2.8rem;
	letter-spacing: 0.3em;
	line-height: 1.6em;
  font-weight: 300;
}
@media only screen  and (max-width: 640px) {
  .tab-title .tab-title__item {
    font-size: 1.8rem;
    border: 1px solid #cfdcdc;
    padding: 10px;
  }
  .tab-title .tab-title__item:last-child {
    border-left: none;
  }
}

.history-column {
}
.history-column .description-list {
  width: 100%;
}
.history-column .description-list__heading {
  width: 70px;
  display: block;
}
.history-column .description-list__content {
  width: 50%;
}

