@charset "UTF-8";
/* css : PC first               */
/* breakpoint : pc min-width: 1090px */
/*              TB min-width: 768px */
/*              SP 767px以下　　　 　*/
/**********************************************
  company
***********************************************/
.company-innerview {
  background-image: url(../images/company/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.company-anclink {
  margin-top: 120px;
}
.company-ttlarea {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.company-ttlarea::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  background-color: var(--accent-color);
  bottom: -38px;
  left: 0;
  right: 0;
  margin: auto;
}
.company-ttl.-en,
.company-ttl.-ja {
  width: fit-content;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin: auto;
}
.company-ttl.-en {
  font-size: var(--font-size-u);
  color: var(--accent-color);
}
.company-ttl.-ja {
  margin-top: 5px;
  font-size: var(--font-size-xxl);
  color: #000;
  position: relative;
}
.company-ttl.-ja::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid var(--accent-color);
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.company-iv {
  margin-top: 13px;
}
@media screen and (max-width: 1089px) {
  /*TB・SP*/
  .company-anclink {
    margin-top: 60px;
  }
  .company-ttl.-ja::after {
    bottom: -20px;
  }
}
/**********************************************
  greeting
***********************************************/
.greeting.-colorbg {
  background-color: var(--sub-color);
}
.greeting-inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.greeting-flex {
  margin-top: calc(60px + 40px);
  max-width: 1090px;
}
.greeting-txt {
  margin-top: 2rem;
}
.greeting-txt:first-child {
  margin-top: 0;
}
.greeting-name {
  text-align: right;
  margin-top: 3rem;
}
@media screen and (max-width: 1089px) {
  /*TB/SP*/
  .greeting-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .greeting-flex {
    margin-top: calc(30px + 20px);
    max-width: 1090px;
  }
}

/**********************************************
  profile
***********************************************/
.profile-dlist {
  margin-top: calc(60px + 40px);
}
.profile-dt {
  width: 15%;
}
.profile-dd {
  width: 84%;
  border-bottom: 1px solid var(--sub-color);
}
@media screen and (max-width: 1089px) {
  /*TB/SP*/
  .profile-dt {
    width: 30%;
  }
  .profile-dd {
    width: 100%;
  }
}
/**********************************************
  history
***********************************************/
.history.-colorbg {
  background-color: var(--sub-color);
}
.history-inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.history-dlist {
  margin-top: calc(60px + 40px);
}
.history-dt {
  width: 15%;
}
.history-dd {
  width: 84%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1089px) {
  /*TB/SP*/
  .history-dt {
    width: 30%;
  }
  .history-dd {
    width: 100%;
  }
}
/**********************************************
  access
***********************************************/
.access-inner {
  margin-bottom: 120px;
}
.access-flex {
  margin-top: calc(60px + 40px);
  max-width: 1090px;
  justify-content: space-between;
}
.access-ttl {
  font-size: var(--font-size-l);
}
.access-txt {
  margin-top: 1rem;
}
@media screen and (max-width: 1089px) {
  /*TB/SP*/
  .access-flex {
    width: 100%;
    max-width: inherit;
    flex-wrap: wrap;
    text-align: center;
    margin-top: calc(30px + 20px);
  }
  .access-ttl {
    text-align: center;
  }
  .access-item.-txt {
    width: 100%;
  }
  .access-item.-map {
    width: 100%;
  }
  .map-iframe {
    width: 100%;
  }
}