@charset "UTF-8";
/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#company .company-title {
  color: #177e5d;
  font-size: max(4.5rem, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: max(4rem, 20px);
}
#company .message {
  position: relative;
  z-index: 0;
  margin-bottom: 10vw;
}
#company .message::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 111.44%;
  height: auto;
  aspect-ratio: 1783/390;
  background: #F5FDD3;
  border-radius: 50%;
  z-index: -2;
}
#company .message::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#F5FDD3), to(#fff));
  background: linear-gradient(to top, #F5FDD3, #fff);
  z-index: -1;
}
#company .message__wrapper {
  padding-bottom: max(5rem, 30px);
}
#company .message__inner {
  display: grid;
  grid-template-columns: max(42.5rem, 300px) 1fr;
  gap: 30px max(12rem, 30px);
}
@media screen and (max-width: 1000px) {
  #company .message__inner {
    grid-template-columns: 1fr;
  }
}
#company .message__image {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  text-align: center;
}
#company .message__image .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 424/459;
  border-radius: max(1rem, 10px);
  margin-bottom: max(1.5rem, 15px);
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #company .message__image .imageBox {
    aspect-ratio: 5/3;
  }
}
#company .message__image .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-position: 0 22%;
     object-position: 0 22%;
}
#company .message__image figcaption h3 {
  color: #177e5d;
  font-family: YakuHanJP, "Marcellus", "Noto Sans JP", sans-serif;
  font-size: max(3rem, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#company .message__image figcaption span {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#company .message__content h3 {
  color: #177e5d;
  font-size: max(4.5rem, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: max(4rem, 20px);
}
#company .outline .company-title {
  grid-column: 1/3;
}
#company .outline__wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: max(19rem, 20px);
     -moz-column-gap: max(19rem, 20px);
          column-gap: max(19rem, 20px);
  padding-top: max(13rem, 100px);
  padding-bottom: max(10rem, 50px);
}
@media screen and (max-width: 768px) {
  #company .outline__wrapper {
    -webkit-column-gap: max(10rem, 20px);
       -moz-column-gap: max(10rem, 20px);
            column-gap: max(10rem, 20px);
  }
}
#company .outline__wrapper dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  padding-bottom: max(3.3rem, 20px);
  border-bottom: 1px solid #C3C3C3;
}
#company .outline__wrapper dl:not(:last-of-type) {
  margin-bottom: max(3rem, 20px);
}
@media screen and (max-width: 550px) {
  #company .outline__wrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}
#company .outline__wrapper dl dt, #company .outline__wrapper dl dd {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#company .outline__wrapper dl dt *, #company .outline__wrapper dl dd * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#company .outline__wrapper dl dt::before {
  content: "●";
  color: #177e5d;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-right: 0.5em;
}
#company .outline__wrapper dl dd .btnBox {
  margin-top: max(2rem, 10px);
}
#company .access__wrapper {
  padding-top: max(10rem, 50px);
}
#company .access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  #company .access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#company .access__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: start;
  width: 40%;
  --baseWidth: max(5rem, 20px);
  position: relative;
  padding: max(4rem, 30px) var(--baseWidth);
  padding-right: 0;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(238, 245, 209, 0.8);
          box-shadow: 5px 5px 0px rgba(238, 245, 209, 0.8);
  border-radius: max(1rem, 10px) 0 0 max(1rem, 10px);
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  #company .access__content {
    width: 90%;
    padding-right: var(--baseWidth);
    border-radius: max(1rem, 10px);
  }
}
@media screen and (max-width: 550px) {
  #company .access__content {
    width: 95%;
  }
}
#company .access__content::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: var(--baseWidth);
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(238, 245, 209, 0.8);
          box-shadow: 5px 5px 0px rgba(238, 245, 209, 0.8);
  border-radius: 0 max(1rem, 10px) max(1rem, 10px) 0;
}
@media screen and (max-width: 1000px) {
  #company .access__content::before {
    display: none;
  }
}
#company .access__content__meta {
  display: grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-template-columns: max(1.5rem, 13px) 1fr;
  -webkit-column-gap: max(1rem, 5px);
     -moz-column-gap: max(1rem, 5px);
          column-gap: max(1rem, 5px);
}
#company .access__content h3 {
  grid-column: 1/3;
  color: #177e5d;
  font-size: max(2.5rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: max(1rem, 10px);
}
#company .access__content h3:not(:first-of-type) {
  margin-top: max(2.5rem, 20px);
}
#company .access__content dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  margin-top: max(0.5rem, 5px);
}
#company .access__content dl dt, #company .access__content dl dd {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#company .access__content dl dt *, #company .access__content dl dd * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#company .access__map {
  position: relative;
  -ms-flex-item-align: end;
      align-self: end;
  width: 100%;
  margin-top: max(7rem, 30px);
}
@media screen and (max-width: 1000px) {
  #company .access__map {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@media screen and (max-width: 550px) {
  #company .access__map {
    width: 95%;
  }
}
#company .access__map iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
  aspect-ratio: 2/1;
  border-radius: max(1rem, 10px);
  overflow: hidden;
}
#company .access__map__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  text-align: center;
  right: 0;
  bottom: 0;
  row-gap: 5px;
  padding: 0 max(3rem, 20px);
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transform: translate(20%, 20%);
          transform: translate(20%, 20%);
  color: #fff;
  font-family: YakuHanJP, "Marcellus", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  background: #177e5d;
  border-radius: 50%;
}
#company .access__map__btn__icon {
  width: max(1.7rem, 15px);
}
#company .history__wrapper {
  padding-top: max(13rem, 70px);
  padding-bottom: max(15rem, 100px);
}
#company .history__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: max(4rem, 25px);
     -moz-column-gap: max(4rem, 25px);
          column-gap: max(4rem, 25px);
}
#company .history__header__icon {
  width: max(16.5rem, 100px);
  -ms-flex-item-align: end;
      align-self: end;
}
#company .history__header__title {
  -ms-flex-item-align: start;
      align-self: start;
}
#company .history__body {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: max(6.5rem, 30px) 5%;
  row-gap: max(3rem, 20px);
  background: #fff;
  border-radius: max(1rem, 10px);
}
#company .history__body .history__item {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
#company .history__body .history__item__title {
  position: relative;
  height: 100%;
  color: #177e5d;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: max(4.8rem, 30px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  padding-right: max(7.5rem, 15px);
}
#company .history__body .history__item__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: min(-2.9rem, -19px);
  border-right: max(0.2rem, 2px) dotted #177e5d;
}
#company .history__body .history__item__content {
  display: grid;
  gap: max(3rem, 20px) max(2rem, 1px);
  padding-top: max(2rem, 8px);
}
#company .history__body .history__item__content__date {
  position: relative;
  display: grid;
  grid-template-columns: max(4rem, 30px) 1fr;
  padding-left: max(7.5rem, 15px);
}
#company .history__body .history__item__content__date::before {
  content: "●";
  position: absolute;
  left: -0.5px;
  color: #177e5d;
  font-size: max(1.2rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
}
#company .history__body .history__item__content__date span {
  color: #177e5d;
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#company .history__body .history__item__content__date p {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=company.css.map */