@charset "UTF-8";
@-webkit-keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.contents {
  background-color: #f7f7f7;
  padding: 30px 0 58px;
}
@media all and (min-width: 751px) {
  .contents {
    padding: 90px 0 200px;
  }
}
.contents .inner {
  --sp_padding: 17px;
}
.contents .section {
  background-color: #fff;
  padding: 36px 27px 50px;
}
@media all and (min-width: 751px) {
  .contents .section {
    padding: 54px 70px 100px;
  }
}
.contents .section:not(:last-child) {
  margin-bottom: 22px;
}
@media all and (min-width: 751px) {
  .contents .section:not(:last-child) {
    margin-bottom: 58px;
  }
}
.contents .section .list > li {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #cccccc;
}
@media all and (min-width: 751px) {
  .contents .section .list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 7%;
    padding: 30px 0;
  }
}
.contents .section .list > li::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  background-color: #00787e;
  height: 1px;
  width: 24.5%;
}
@media all and (min-width: 751px) {
  .contents .section .list > li::after {
    width: 140px;
  }
}
.contents .section .list > li .head {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 11px;
}
@media all and (max-width: 750px) {
  .contents .section .list > li .head {
    margin-bottom: 6px;
  }
}
@media all and (min-width: 751px) {
  .contents .section .list > li .head {
    font-size: 15px;
    width: 140px;
  }
}
.contents .section .list > li .content {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.58;
}
@media all and (min-width: 751px) {
  .contents .section .list > li .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (hover: hover) {
  .contents .section .list > li .content a {
    background-image: -webkit-gradient(linear, left top, right top, from(#00787e), to(#00787e));
    background-image: linear-gradient(90deg, #00787e, #00787e);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.3s, color 0.3s;
    transition: background-size 0.3s, color 0.3s;
  }
  .contents .section .list > li .content a:hover {
    background-size: 100% 1px;
    color: #00787e;
  }
}

/*----------------------------------------------------
会社概要
----------------------------------------------------*/
@media all and (max-width: 750px) {
  #outline {
    padding-top: 20px;
  }
}
@media all and (max-width: 750px) {
  #outline .list > li .content {
    letter-spacing: 0.08em;
  }
}

/*----------------------------------------------------
ACCESS
----------------------------------------------------*/
#access .list {
  margin-top: 24px;
}
@media all and (min-width: 751px) {
  #access .list {
    margin-top: 45px;
  }
}
#access .list > li {
  padding: 16px 0;
}
@media all and (min-width: 751px) {
  #access .list > li {
    padding: 40px 0;
  }
}
#access .list > li:first-child {
  border-top: 1px solid #cccccc;
}
#access .list > li:first-child::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  background-color: #00787e;
  height: 1px;
  width: 24.5%;
}
@media all and (min-width: 751px) {
  #access .list > li:first-child::before {
    width: 140px;
  }
}
#access .list > li .content .map {
  aspect-ratio: 4/3;
  margin-top: 18px;
}
@media all and (min-width: 751px) {
  #access .list > li .content .map {
    max-width: 602px;
    margin-top: 30px;
  }
}
#access .list > li .content .map iframe {
  width: 100%;
  height: 100%;
}
#access .list > li .way_list > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (min-width: 751px) {
  #access .list > li .way_list > li:not(:last-child) {
    margin-bottom: 0.2em;
  }
}
#access .list > li .way_list > li::before {
  content: "●";
}

/*----------------------------------------------------
HISTORY
----------------------------------------------------*/
#history .history_wrap {
  position: relative;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 24px;
  padding: 30px 0;
}
@media all and (min-width: 751px) {
  #history .history_wrap {
    margin-top: 55px;
    padding: 55px 4% 60px;
  }
}
#history .history_wrap::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  background-color: #00787e;
  height: 1px;
  width: 24.5%;
}
@media all and (min-width: 751px) {
  #history .history_wrap::before {
    width: 140px;
  }
}
#history .history_wrap::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  background-color: #00787e;
  height: 1px;
  width: 24.5%;
}
@media all and (min-width: 751px) {
  #history .history_wrap::after {
    width: 140px;
  }
}
#history .history_list {
  position: relative;
}
#history .history_list::before {
  position: absolute;
  content: "";
  background-color: #00787e;
  top: 10px;
  left: 63px;
  width: 2px;
  height: 100%;
  z-index: -1;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media all and (min-width: 751px) {
  #history .history_list::before {
    top: 12px;
    left: 88px;
  }
}
@-webkit-keyframes line_stretch {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes line_stretch {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
#history .history_list.fadeUp::before {
  -webkit-animation: line_stretch 1.6s ease-in-out 0.6s forwards;
          animation: line_stretch 1.6s ease-in-out 0.6s forwards;
}
#history .history_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#history .history_list > li:not(:last-child) {
  padding-bottom: 18px;
}
@media all and (min-width: 751px) {
  #history .history_list > li:not(:last-child) {
    padding-bottom: 30px;
  }
}
#history .history_list > li:last-child {
  position: relative;
}
#history .history_list > li:last-child::before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 10px;
  left: 63px;
  width: 4px;
  height: 100%;
}
@media all and (min-width: 751px) {
  #history .history_list > li:last-child::before {
    top: 12px;
    left: 88px;
  }
}
#history .history_list > li .year {
  position: relative;
  color: #00787e;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  width: 64px;
  margin-right: 28px;
}
@media all and (min-width: 751px) {
  #history .history_list > li .year {
    font-size: 22px;
    width: 89px;
    margin-right: 39px;
  }
}
#history .history_list > li .year::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: #00787e;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 8px;
}
@media all and (min-width: 751px) {
  #history .history_list > li .year::before {
    width: 10px;
  }
}
#history .history_list > li .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.72;
}
@media all and (min-width: 751px) {
  #history .history_list > li .content {
    font-size: 16px;
    line-height: 1.56;
  }
}
@media all and (min-width: 751px) {
  #history .history_list > li .content > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#history .history_list > li .content > p:not(:last-child) {
  margin-bottom: 0.4em;
}
#history .history_list > li .content .month {
  font-weight: bold;
  margin-right: 1em;
}
@media all and (min-width: 751px) {
  #history .history_list > li .content .month {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/*# sourceMappingURL=about.css.map */
