@charset "UTF-8";
.company-information{
  padding-bottom: 160px;
}

section.is_content {
  padding: 0 0 137px;
}
@media screen and (max-width: 768px) {
  section.is_content {
    padding: 0 0 80px;
  }
}

/* =========================
   Company Top
========================= */
.company-top{
  width: 100%;
  background-image: url("../images/company-information/company_top@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 98px 0;
  color: #fff!important;
  margin-bottom: 80px;
}
.company-top a{
  color: #fff;
}
h1.ttl_company-information{
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 0.05em;
}
.flex_company-top{
  display: flex;
  width: 100%;
  margin: 24px auto;
  align-items: center;
}
.flex_company-top > div{
  width: 50%;
}
.company__top-lyric{
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .company-top{
    width: 100%;
    background-image: url("../images/company-information/company_top_sp@3x.jpg");
  }
  .flex_company-top{
    display: flex;
    flex-direction: column;
  }
  .flex_company-top > div{
    width: 100%;
  }
  h1.ttl_company-information{
    font-weight: 40px;
    text-align: center;
    margin-bottom: 18px;
  }
  .company__top-lyric{
    font-size: 14px;
    text-align: center;
  }
}


/* =========================
   企業理念
========================= */
h3.ttl__philosophy{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
.lyric__philosophy{
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: 0.05em;
}

/*左画像flex*/
.flex_philosophy-img-left{
  display: flex;
  width: 100%;
  margin: 0 auto 142px;
}
.flex_philosophy-img-left .left_content{
  width: 50%;
  padding: 0 40px 0 0;
}
.flex_philosophy-img-left .right_content{
  width: 50%;
  display: grid;
  grid-template-columns: 540px 1fr;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  h3.ttl__philosophy{
    font-size: 20px;
  }
  .flex_philosophy-img-left{
    display: block;
    margin: 0 auto 40px;
  }
  .flex_philosophy-img-left .left_content{
    width: 100%;
    padding: 0 32px 32px 0;
  }
  .flex_philosophy-img-left .right_content{
    width: 100%;
    display: block;
    padding: 0 32px;
  }
}

/*右画像flex*/
.flex_philosophy-img-right{
  display: flex;
  width: 100%;
  margin: 0 auto 142px;
}
.flex_philosophy-img-right .left_content{
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 540px;
  padding: 0 40px 0 0;
  order: 1;
}
.flex_philosophy-img-right .right_content{
  width: 50%;
  padding: 0 0 0 40px;
  order: 2;
}
@media screen and (max-width: 768px) {
  .flex_philosophy-img-right{
    flex-direction: column;
    margin: 0 auto 40px;
  }
  .flex_philosophy-img-right .left_content{
    width: 100%;
    padding: 0 32px;
    display: block;
    order: 2;
  }
  .flex_philosophy-img-right .right_content{
    width: 100%;
    padding: 0 0 32px 32px;
    order: 1;
  }
}


/* =========================
   会社概要
========================= */
.company-profile {
  width: 100%;
  margin: 0 auto;
  line-height: 2.0;
  color: #000;
  letter-spacing: 0.05em;
}
.profile-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  padding: 18px 0;
  border-bottom: 2px solid rgba(0,0,0,.30);
  position: relative;
}
.profile-row::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  border-bottom: 2px solid #000;
  left: 0;
  bottom: -2px;
}
.profile-label {
  position: relative;
  font-weight: bold;
}
.profile-value {
  padding: 18px auto 18px 120px;
  font-weight: 500;
}
.map-link {
  display: inline-block;
  position: relative;
  margin-left: 16px;
  padding-left: 16px;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.map-link::before{
  content: '';
  position: absolute;
  width: 12px;
  height: 17px;
  background:url("../images/icon_map.svg") no-repeat center center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.map-link::after{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background:url("../images/icon_link.svg") no-repeat center center;
  right: -18px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .profile-row::after {
    width: 39px;
  }
  .profile-row {
    display: grid;
    grid-template-columns: 102px 1fr;
    padding: 12px 0;
  }
}


/* =========================
   沿革
========================= */
.history__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  padding: 16px;
}

.history__tab {
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  border: none;
  background: rgba(0,0,0,.50);
  color: #fff;
  border-radius: 999px;
  padding: 0 20px;
  cursor: pointer;
  line-height: 1.75;
  transition:.3s;
  width: 133px;
}

.history__tab:hover {
  background: #fff;
  color: #000;
  transition:.3s;
}

.history__tab.is-active {
  background: #fff;
  color: #000;
}

/* 上の横線 */
.history__head-line {
  border-top: 2px solid #000;
  margin-bottom: 40px;
}

/*パネル*/
.history__panel {
  display: none;
}

.history__panel.is-active {
  display: block;
}
@media screen and (max-width: 768px) {
  .history__tabs {
    padding: 16px 5px;
    gap: 16px 5px;
  }
  .history__tab {
    padding: 0 5px;
    width: 100px;
  }
}

/* タイムライン */
.timeline {
  position: relative;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

/* 左の縦線 */
.timeline::before {
  content: "";
  position: absolute;
  top: 21px;
  bottom:45px;
  left: 8px;
  width: 2px;
  background: rgba(0,0,0,.30);
}

.timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 130px 1fr;
  column-gap: 50px;
  padding-left: 0;
  margin-bottom: 48px;
  min-height: 70px;
}

.timeline__item:last-child {
  margin-bottom: 0;
}

/* 黒丸 */
.timeline__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  z-index: 2;
}

/* 黒丸から右への短い横線 */
.timeline__item::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 32px;
  height: 2px;
  background: #000;
  z-index: 1;
}

.timeline__year {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 30px;
  padding-left: 64px;
  line-height: 1.5;
  letter-spacing: 0;
}

.timeline__text {
  line-height: 2.0;
  font-weight: 600;
  padding-top: 7px;
}

@media screen and (max-width: 768px) {
  .timeline::before {
    content: "";
    position: absolute;
    top: 21px;
    bottom:75px;
    left: 8px;
    width: 2px;
    background: rgba(0,0,0,.30);
  }
  
  /* 黒丸 */
  .timeline__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 16px;
    height: 16px;
    background: #000;
    z-index: 2;
  }
  .timeline__item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
    padding-left: 0;
    margin-bottom: 48px;
    min-height: 70px;
  }

  .timeline__item:last-child {
    margin-bottom: 0;
  }

  /* 黒丸 */
  .timeline__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    z-index: 2;
  }

  /* 黒丸から右への短い横線 */
  .timeline__item::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 20px;
    width: 32px;
    height: 2px;
    background: #000;
    z-index: 1;
  }

  .timeline__year {
    font-size: 20px;
  }
  .timeline__text {
    padding-top: 7px;
    padding-left: 64px;
  }
}

.breadcrumb__top::after {
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translate(100%, -50%);
  content: "";
  width: 28px;
  height: 0.5px;
  background-color: #fff!important;
}

.breadcrumb__here {
  color: #fff!important;
}


/* 事業所一覧 */
.office_list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 80px;
  row-gap: 64px;
  letter-spacing: 0.05em;
  color: #3A3A3A;
}

.office_item{
  min-width: 0;
}

.office_item__map{
  margin-bottom: 24px;
}

.office_item__map img{
  display: block;
  width: 100%;
  height: auto;
}

.office_item__name{
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.office_item__info{
  margin: 0;
}

.office_item__row{
  display: grid;
  grid-template-columns: 35px 1fr;
  column-gap: 20px;
}

.office_item__row dt,
.office_item__row dd{
  margin: 0;
  line-height: 2.0;
  letter-spacing: 0.05em;
}

.office_item__row dt{
  font-weight: bold;
}
.office_item__row dd{
  font-weight: 500;
}

.office_item__row.address dd{
  line-height: 1.5;
}

.office_dept{
  margin-top: 6px;
}

.office_dept__label{
  display: inline-block;
  margin-bottom: 2px;
  padding: 1px 11px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1.75;
}

.office_item__info--dept .office_item__row{
  margin-bottom: 0;
}

@media screen and (max-width: 768px){
  .office_list{
    grid-template-columns: 1fr;
    row-gap: 51px;
  }

  .office_item__map{
    margin-bottom: 18px;
  }

  .office_item__name{
    margin-bottom: 8px;
    font-size: 18px;
  }

  .office_item__row{
    grid-template-columns: 52px 1fr;
    column-gap: 12px;
    margin-bottom: 10px;
  }
  
  .office_item__row dt,
  .office_item__row dd{
    margin: 0;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  
  .office_dept{
    margin-top: 8px;
  }
}