<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** section cover ***********/
section.sub-cover {
  overflow: hidden;
}
section.sub-cover .mv {
  background-image: url(../images/company/mv-company.jpg);
}
@media only screen and (max-width: 767px) {
  section.sub-cover .mv {
    background-image: url(../images/company/sp-mv-company.jpg);
  }
}
section.sub-cover .mv .container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.sub-cover .mv .container {
    display: block;
  }
}

/*** section philosophy ***********/
section.philosophy .lead {
  text-align: center;
}
section.philosophy .lead h3 {
  background-color: #E8340C;
  color: #fff;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0.8rem 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1rem;
  text-align: center;
}
section.philosophy .lead h3 + p {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.7;
  margin: 0 0 6rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  section.philosophy .lead h3 + p {
    text-align: left;
  }
}
section.philosophy .img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  section.philosophy .img {
    margin: 0 -1.4rem;
  }
}
section.philosophy .img img {
  max-width: 66.4rem;
}
@media only screen and (max-width: 767px) {
  section.philosophy .img img {
    width: 35.4rem;
    height: auto;
  }
}

/*** section message ***********/
@media only screen and (max-width: 767px) {
  section.message .fr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  section.message .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 6rem;
  }
}
section.message .txt h3 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 2rem;
}
section.message .txt p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 2em;
}
section.message .txt p:last-child {
  margin-bottom: 0;
}
section.message .img {
  margin: 0 0 4rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.message .img {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
section.message .img figcaption {
  font-size: 1.6rem;
  margin: 1rem 0 0;
  position: absolute;
  left: 42%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  section.message .img figcaption {
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(0);
    margin: 1rem -2rem 0;
  }
}
section.message .img figcaption &gt; div {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  section.message .img figcaption &gt; div {
    text-align: left;
  }
}
section.message .img figcaption span {
  display: block;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  section.message .img figcaption span {
    text-align: left;
  }
}

/*** section business ***********/
@media only screen and (max-width: 767px) {
  section.business .fr {
    display: block;
  }
}
section.business .txt {
  width: 71%;
  flex-shrink: 0;
  padding-right: 3.6rem;
}
@media only screen and (max-width: 767px) {
  section.business .txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 6rem;
  }
}
section.business .txt p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}
section.business .img {
  flex-shrink: 0;
  width: 29%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section.business .img {
    width: 100%;
  }
}
section.business .img figcaption {
  font-size: 1.2rem;
  margin: 1rem 0 0;
}
@media only screen and (max-width: 767px) {
  section.business .img figcaption {
    text-align: right;
  }
}

/*** section development ***********/
section.development .lead {
  margin: 0 0 6rem;
}
section.development .lead p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}
section.development h3 {
  background-color: #89CAD9;
  color: #fff;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0.8rem 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
section.development ul {
  background-color: #FAF8F4;
  padding: 2rem 1.5rem;
}
section.development ul li h4 {
  background-color: #BFB39F;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.8rem 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1rem;
}
section.development ul li p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  section.development ul li p {
    margin: 0 0 2rem;
  }
}
section.development ul li p.note {
  font-size: 1.2rem;
  margin: -1rem 1rem 0;
}

/*** section office ***********/
section.office p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}
section.office .map {
  position: relative;
  width: 79.1rem;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 833px) {
  section.office .map {
    width: auto;
    padding: 2rem 0 0;
  }
}
section.office .map .img img {
  width: 79.1rem;
  height: auto;
}
@media only screen and (max-width: 833px) {
  section.office .map .img img {
    width: auto;
  }
}
section.office .list {
  display: none;
}
@media only screen and (max-width: 833px) {
  section.office .list {
    display: block;
  }
}
section.office .list a {
  pointer-events: none;
  cursor: none;
}
@media (min-width: 834px) {
  section.office .list a {
    position: absolute;
    font-size: 1.6rem;
    line-height: 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  section.office .list a.o1, section.office .list a.o2, section.office .list a.o3, section.office .list a.o4, section.office .list a.o5 {
    font-weight: 400;
    font-size: 1.8rem;
  }
  section.office .list a.o1 {
    right: 10rem;
    top: 52.8rem;
  }
  section.office .list a.o2 {
    left: 22.4rem;
    top: 43rem;
  }
  section.office .list a.o3 {
    right: 10rem;
    top: 48.3rem;
  }
  section.office .list a.o4 {
    left: 30.5rem;
    top: 30rem;
  }
  section.office .list a.o5 {
    right: 4.3rem;
    top: 31.7rem;
  }
  section.office .list a.o6 {
    left: 45.3rem;
    top: 11.1rem;
  }
  section.office .list a.o7 {
    right: 4.3rem;
    top: 41.5rem;
  }
  section.office .list a.o8 {
    right: 11.7rem;
    bottom: 19.5rem;
  }
  section.office .list a.o9 {
    left: 23.7rem;
    top: 35.4rem;
  }
  section.office .list a.o10 {
    left: 31.7rem;
    bottom: 12.8rem;
  }
  section.office .list a.o11 {
    left: 26.2rem;
    bottom: 17rem;
  }
  section.office .list a.o12 {
    left: 8.5rem;
    top: 45.4rem;
  }
  section.office .list a.o13 {
    left: 25rem;
    top: 47.4rem;
  }
  section.office .list a.o14 {
    left: 8.5rem;
    top: 48.8rem;
  }
  section.office .list a.o15 {
    left: 15rem;
    bottom: 12.8rem;
  }
  section.office .list a.o16 {
    left: 0rem;
    bottom: 28.8rem;
  }
}
@media only screen and (max-width: 833px) {
  section.office .list {
    text-align: left;
  }
  section.office .list h3 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
    text-align: left;
    border-bottom: 2px solid #000;
  }
  section.office .list h3.title1 {
    border-color: #000;
  }
  section.office .list h3.title2 {
    border-color: #E8340C;
  }
  section.office .list h3.title3 {
    border-color: #002F7B;
  }
  section.office .list h3.title4 {
    border-color: #89CAD9;
  }
  section.office .list a {
    font-size: 1.6rem;
    text-align: left;
    margin-right: 3rem;
    line-height: 2.2;
    white-space: nowrap;
  }
}

p.note {
  font-size: 1.2rem !important;
  margin-top: 2rem !important;
}
/*# sourceMappingURL=company.css.map */</pre></body></html>