@charset "UTF-8";
/* ===========================================================================
TIMELINE
=========================================================================== */
.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 115px;
  width: 1px;
  background: #C3BAAC;
  height: calc(100% - 28px);
}

.timeline .tl-item {
  display: flex;
  align-items: start;
  position: relative;
}

.timeline .tl-item:nth-child(n+2) {
  margin-top: 30px;
}

.timeline .tl-year {
  color: #A68E6A;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75;
  white-space: nowrap;
  min-width: 115px;
}

.timeline .tl-marker {
  position: relative;
  min-height: 18px;
}

.timeline .tl-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  background: #A68E6A;
  border-radius: 50%;
}

.timeline .tl-content {
  color: #2C2C2C;
  font-size: 16px;
  line-height: 2;
  margin-left: 90px;
}

@media (max-width: 767px){
  .timeline::before {
    left: 100px;
    height: calc(100% - 60px);
  }

  .timeline .tl-item:nth-child(n+2) {
    margin-top: 45px;
  }

  .timeline .tl-year {
    font-size: 18px;
    min-width: 100px;
  }

  .timeline .tl-marker {
    min-height: 16px;
  }

  .timeline .tl-marker::after {
    top: 16px;
    width: 16px;
    height: 16px;
  }

  .timeline .tl-content {
    margin-left: 40px;
  }
}

/* ===========================================================================
PAGE COMPANY
=========================================================================== */
.head_large {
  font-size: 48px;
  text-align: left;
}

.inner_ttl {
  color: #584D44;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #E4D6C0;
  padding-top: 73px;
}

.inner_ttl:first-child {
  padding-top: 58px;
}

.inner_ttl span {
  display: inline-block;
  height: 100%;
  min-width: 266px;
  background-color: #E4D6C0;
  padding: 9px 20px;
  position: relative;
}

.inner_ttl span::after {
  content: '';
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  right: -52px;
  background: url('/common/images/bg_ttl.png') center / 100% 100% no-repeat;
}

.research_flex {
  padding-bottom: 90px;
}

@media screen and (max-width:767px) {
  .head_large {
    font-size: 32px;
  }

  .inner_ttl {
    font-size: 20px;
    padding-top: 60px;
  }
  
  .inner_ttl span {
    min-width: 214px;
    padding: 9px 20px;
  }
  
  .inner_ttl span::after {
    width: 48px;
    height: 48px;
    right: -46px;
  }

  .research_flex {
    padding-bottom: 0;
  }
}

/*-------------------------------------------
child_content
-------------------------------------------*/
.child_content {
  padding: 48px 0 0;
  width: 100%;
}

.child_content .ttl {
  font-size: 20px;
}

.child_content .txt {
  font-size: 16px;
  line-height: 2;
}

.child_content .txt {
  display: flex;
}

.child_content .txt + .ttl {
  margin-top: 35px;
}

.child_content .ttl + .txt {
  margin-top: 16px;
}

.child_content .info_list .item {
  padding-bottom: 20px;
  border-bottom: 1px solid #C3BAAC;
  display: flex;
  gap: 10px;
}

.child_content .info_list .item:not(:first-child) {
  padding-top: 20px;
}

.child_content .info_list .item > span {
  font-size: 16px;
}

.child_content .info_list .item > span:first-child {
  width: calc(130 / 1000 * 100%);
}

.child_content .info_list .item.address > span:first-child {
  padding-top: 17px;
}

.child_content .info_list .item > span:last-child {
  width: calc(860 / 1000 * 100%);
}

.child_content .info_list .item.address .txt {
  line-height: 2;
}

.child_content .info_list .item.address .btn {
  display: block;
  margin-top: 18px;
}

.child_content .info_list .item.address .btn a {
  min-width: 288px;
  font-size: 20px;
  text-align: center;
  padding: 14px 14px 14px 28px;
}

a.button.link.pos::after {
  content: '';
  width: 22px;
  height: 22px;
  background: url('/common/images/pin.png') center/contain no-repeat;
  left: 56px;
}

a.button.link.pos:hover::after {
  background: url('/common/images/pin_hover.png') center/contain no-repeat;
}

@media screen and (max-width:900px) and (min-width:768px) {
  .child_content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width:767px) {
  .style02>.content>.inner {
    padding: 0;
  }

  .child_content {
    padding: 32px 20px 0;
  }

  .child_content .ttl {
    font-size: 18px;
  }

  .child_content .info_list .item {
    padding-bottom: 10px;
    gap: 12px;
    flex-direction: column;
  }

  .child_content .info_list .item:not(:first-child) {
    padding-top: 20px;
  }

  .child_content .info_list .item.address > span:first-child {
    padding-top: 0;
  }

  .child_content .info_list .item > span {
    width: 100% !important;
  }
  
  .child_content .info_list .item.address .btn {
    margin-top: 17px;
  }

  .child_content .info_list .item.address .btn a {
    min-width: auto;
    max-width: 240px;
    font-size: 16px;
  }

  a.button.link.pos::after {
    left: 40px;
  }
}

iframe {
  width: 100%;
  height: 460px;
}

.list {
  padding-top: 20px;
}