@charset "UTF-8";
/* ==========================================================================//
//
// 会社概要
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.sec_ttl {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 27px;
}
@media all and (min-width: 751px) {
  .sec_ttl {
    font-size: 46px;
    margin-bottom: 32px;
  }
}

/* outline
---------------------------------------------------------- */
.sec_outline {
  padding: 48px 0 60px;
}
@media all and (min-width: 751px) {
  .sec_outline {
    padding: 86px 0 100px;
  }
}
.sec_outline .container {
  border: 1px solid #222222;
}
.sec_outline .container.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.sec_outline .container.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec_outline .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_outline .item:not(:last-child) {
  border-bottom: 1px solid #222222;
}
.sec_outline .item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 84px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  background-color: #a3ced6;
  border-right: 1px solid #222222;
  padding: 26px 10px;
}
@media all and (min-width: 751px) {
  .sec_outline .item .heading {
    width: max(140px, 22%);
    font-size: 15px;
    padding: 30px 10px;
  }
}
.sec_outline .item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.84;
  padding: 26px 20px;
}
@media all and (min-width: 751px) {
  .sec_outline .item .content {
    font-size: 15px;
    line-height: 2;
    padding: 30px 6%;
  }
}
@media (hover: hover) {
  .sec_outline .item .content p a {
    background-image: -webkit-gradient(linear, left top, right top, from(#222222), to(#222222));
    background-image: linear-gradient(90deg, #222222, #222222);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.4s;
    transition: background-size 0.4s;
  }
  .sec_outline .item .content p a:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}

/* access
---------------------------------------------------------- */
.sec_access {
  border-top: 1px solid #222222;
  padding: 35px 0 60px;
}
@media all and (min-width: 751px) {
  .sec_access {
    padding: 70px 0 100px;
  }
}
.sec_access .container {
  border: 1px solid #222222;
}
.sec_access .container.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.sec_access .container.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec_access .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_access .item:not(:last-child) {
  border-bottom: 1px solid #222222;
}
.sec_access .item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 84px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  background-color: #a3ced6;
  border-right: 1px solid #222222;
  padding: 26px 10px;
}
@media all and (min-width: 751px) {
  .sec_access .item .heading {
    width: max(140px, 22%);
    font-size: 15px;
    padding: 30px 10px;
  }
}
.sec_access .item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.84;
  padding: 26px 20px;
}
@media all and (min-width: 751px) {
  .sec_access .item .content {
    font-size: 15px;
    line-height: 2;
    padding: 30px 6%;
  }
}
@media (hover: hover) {
  .sec_access .item .content p a {
    background-image: -webkit-gradient(linear, left top, right top, from(#222222), to(#222222));
    background-image: linear-gradient(90deg, #222222, #222222);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.4s;
    transition: background-size 0.4s;
  }
  .sec_access .item .content p a:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
.sec_access .item .content .map {
  aspect-ratio: 570/428;
}
.sec_access .item .content .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* history
---------------------------------------------------------- */
.sec_history {
  border-top: 1px solid #222222;
  padding: 48px 0 68px;
}
@media all and (min-width: 751px) {
  .sec_history {
    padding: 70px 0 120px;
  }
}
.sec_history .container {
  border: 1px solid #222222;
  padding: 20px;
}
@media all and (min-width: 751px) {
  .sec_history .container {
    padding: 27px 50px 40px;
  }
}
.sec_history .container.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.sec_history .container.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec_history .container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 13px;
}
@media all and (min-width: 751px) {
  .sec_history .container .item {
    gap: 33px;
  }
}
.sec_history .container .item:not(:last-child) {
  border-bottom: 1px dashed #a0a0a0;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
@media all and (min-width: 751px) {
  .sec_history .container .item:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
.sec_history .container .item .date {
  min-width: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 3px;
}
@media all and (min-width: 751px) {
  .sec_history .container .item .date {
    min-width: 160px;
    gap: 10px;
  }
}
.sec_history .container .item .date .year,
.sec_history .container .item .date .month {
  font-weight: 900;
  font-size: 11px;
}
@media all and (min-width: 751px) {
  .sec_history .container .item .date .year,
  .sec_history .container .item .date .month {
    font-size: 16px;
  }
}
.sec_history .container .item .date .year span,
.sec_history .container .item .date .month span {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-weight: bold;
  font-size: 18px;
  margin-right: 2px;
}
@media all and (min-width: 751px) {
  .sec_history .container .item .date .year span,
  .sec_history .container .item .date .month span {
    font-size: 32px;
  }
}
.sec_history .container .item .date .month {
  margin-left: auto;
}
.sec_history .container .item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.38;
}
@media all and (min-width: 751px) {
  .sec_history .container .item .content {
    font-size: 16px;
    line-height: 1.625;
  }
}
.sec_history .container .item .content p:not(:last-child) {
  margin-bottom: 0.5em;
}