/* outline */
/* ============================================ */
.profile{
  color: #fff;
}
.profile .item_rotating{
  right: 20%;
  top: -5%;
}
.profile .bg_outer_left::before{
  height: 400px;
}
.profile_table{
  width: 100%;
  color: #4e4e4e;
  border-spacing: 0;
  word-break: keep-all;
  margin-bottom: 80px;
}
.profile_table th{
  padding: 30px 0;
  width: 25%;
  font-weight: 400;
  border-top: 1px solid #8ec3ae;
}
.profile_table tr:last-child th{
  border-bottom: 1px solid #8ec3ae;
}
.profile_table td{
  padding: 30px 10px;
  width: 75%;
  border-top: 1px solid #8ec3ae;
}
.profile_table tr:last-child td{
  border-bottom: 1px solid #8ec3ae;
}
a.invoice {
  padding-right: 15px;
  background: url(../../../img/com/ps01/new-window.gif) no-repeat center right;
  color: #63ad90;
}
a.btn_map{
  display: inline-block;
  background-color: #63ad90;
  border-radius: 50vw;
  color: #fff !important;
  font-size: 12px;
  padding: 7px 15px;
  line-height: 1;
  margin-left: 20px;
}
a.btn_map:hover{
  text-decoration: none !important;
}
.slide_profile_wrap{
  position: relative;
}
.slide_profile_wrap .swiper-slide{
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.slide_profile_wrap .swiper-slide img{
  object-fit: cover;
  width: 100%;
}
.slide_profile_wrap .swiper-button-prev{
  left: -15px;
  transform: scale(-1, 1);
}
.slide_profile_wrap .swiper-button-next{
  right: -15px;
}
.slide_profile_wrap .swiper-button-prev,
.slide_profile_wrap .swiper-button-next {
  height: 35px;
  width: 35px;
}
.slide_profile_wrap .swiper-button-prev:after,
.slide_profile_wrap .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  width: 35px;
}
.slide_profile_wrap .swiper-button-prev::after {
  background-image: url(../../../img/fm/acj01/company/arrow-green.webp);
}
.slide_profile_wrap .swiper-button-next::after {
  background-image: url(../../../img/fm/acj01/company/arrow-green.webp);
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before{
  background: #63ad90;
}
@media (max-width: 900px){
  .profile .item_rotating{
    right: auto;
    left: 0;
    top: 10vw;
  }
  .modaal-close{
    right: auto;
    left: 20px;
  }
}
@media (max-width: 768px){
  .profile_table{
    margin-bottom: 10%;
  }
  .profile_table th,
  .profile_table td{
    padding: 5% 0;
  }
  .btn_map{
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 430px){
  .profile_table{
    font-size: 12px;
  }
  .profile_table td{
    padding: 5%;
  }
}


/* history */
/* ============================================ */
.history{
  color: #fff;
}
.history .item_rotating{
  right: 5%;
  top: -5%;
}
.history .bg_outer_right::before{
  height: 400px;
}
.history .shadow_box{
  color: #4e4e4e;
}
.timeline {
  position: relative;
  display: flex;
  border-left: 1px solid #63ad90;
  margin: 0px !important;
  margin-left: 8px;
  padding-left: 30px;
  padding-bottom: 50px !important;
  list-style: none !important;
}
.timeline:last-child {
  border-left: unset;
  padding-bottom: 0;
}
.timeline::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #63ad90;
  background-color: #9ac9b8;
  left: -8px;
  top: 0;
  z-index: 1;
}
.timeline.old::before {
  background-color: #fff;
  left: -8px;
}
.timeline_date {
  width: 25%;
  margin-top: -5px;
}
.timeline_content{
  width: 75%;
  margin-top: -5px;
}
@media (max-width: 900px){
  .history .item_rotating{
    right: 0;
    top: 10vw;
  }
}
@media (max-width: 768px){
  .shadow_box{
    padding: 10% 7%;
  }
  .timeline {
    padding-bottom: 10%;
  }
  .timeline:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 430px){
  .timeline {
    font-size: 12px;
    padding-left: 15px;
  }
  .timeline:last-child {
    padding-left: 15px;
    padding-bottom: 0;
  }
  .timeline_date {
    margin-top: -3px;
  }
  .timeline_content{
    margin-top: -3px;
  }
}


/* access */
/* ============================================ */
.access{
  color: #fff;
}
.access .item_rotating{
  right: 20%;
  top: -5%;
}
.access .bg_outer_left::before{
  height: 400px;
}
.access .shadow_box{
  color: #4e4e4e;
}
.map_wrap{
  position: relative;
  width: 100%;
  padding-top: 65%;
  margin-bottom: 50px;
}
.map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access_info ul{
  list-style: inside;
}
.access_info ul li{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media (max-width: 768px){
  .access .item_rotating{
    right: auto;
    left: 0;
    top: 10vw;
  }
  .map_wrap{
    padding-top: 70%;
    margin-bottom: 10%;
  }
}

