<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.contents._top .container {
  margin-bottom: 280px;
}

.message-row {
  display: flex;
  align-items: center;
}

.message-row {
  margin-top: 30px;
}

.message-ol,
.info-ol {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding-left: 25px;
  list-style: decimal;
}

.division-map,
.group-map {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1023.98px) {
  .division-map,
  .group-map {
    max-width: 100%;
  }
}

.division-map-inner {
  position: relative;
  padding: 20px 0;
  background-color: #F5F5F5;
  text-align: center;
}
@media screen and (max-width: 1023.98px) {
  .division-map-inner {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1023.98px) {
  .division-map-list,
  .group-map-list {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin-top: 50px;
    padding: 0 20px;
  }
}

.division-map-item,
.group-map-item {
  position: absolute;
}
@media screen and (max-width: 1023.98px) {
  .division-map-item,
  .group-map-item {
    position: static;
  }
}

.division-map-item._tokyo {
  top: 85px;
  right: 25px;
}

.division-map-item._kansai {
  top: 197px;
  left: 45px;
}

.division-map-item._kyushu {
  top: 287px;
  left: 45px;
}

.division-map-item._njapan {
  top: 35px;
  left: 166px;
}

.division-map-btn {
  position: relative;
  display: block;
  width: 292px;
  padding: 22px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  background-color: #004ea2;
  color: #FFF;
}
@media screen and (max-width: 1023.98px) {
  .division-map-btn {
    width: 100%;
  }
}

.division-map-item._tokyo .division-map-btn {
  border-radius: 4px 4px 0 0;
}

.division-map-btn .cmn-anchorIcn,
.group-map-btn .cmn-anchorIcn {
  background-color: transparent;
}

.division-map-list2 {
  padding: 16px 0;
  border-radius: 0 0 4px 4px;
  background-color: #FFF;
}

.division-map-btn2 {
  display: block;
  padding: 16px 0;
  color: #222;
  font-size: 16px;
  text-decoration: underline;
}

.division-map-btn2:hover {
  text-decoration: none;
}

.group-map-inner {
  position: relative;
}
@media screen and (max-width: 1023.98px) {
  .group-map-inner {
    padding: 40px 0;
    background-color: #F5F5F5;
    text-align: center;
  }
}

@media screen and (max-width: 1023.98px) {
  .group-map-img {
    display: none;
  }
}

@media screen and (max-width: 1023.98px) {
  .group-map-list {
    margin-top: 0;
  }
}

.group-map-item._america {
  top: 54%;
  right: 28%;
}

.group-map-item._australia {
  top: 74.5%;
  right: 28%;
}

.group-map-item._thailand {
  top: 20%;
  left: 5%;
}

.group-map-item._indonesia {
  top: 58.5%;
  left: 5%;
}

.group-map-item._malaysia {
  top: 43%;
  left: 5%;
}

.group-map-item._china {
  top: 20%;
  right: 28%;
}

.group-map-btn {
  position: relative;
  display: block;
  width: 200px;
  padding: 12px;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: bold;
  background-color: #004ea2;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 1023.98px) {
  .group-map-btn {
    width: 100%;
    padding: 22px;
  }
}

.group-map-btn .cmn-anchorIcn {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .group-map-btn .cmn-anchorIcn {
    display: block;
  }
}

.group-map-list2 {
  width: 200px;
  padding: 8px 0;
  border-radius: 0 0 4px 4px;
  background-color: #FFF;
}
@media screen and (max-width: 1023.98px) {
  .group-map-list2 {
    width: 100%;
    padding: 16px 0;
  }
}

.group-map-btn2 {
  position: relative;
  display: block;
  padding: 4px 6px 4px 24px;
  color: #222;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (max-width: 1023.98px) {
  .group-map-btn2 {
    padding: 16px 8px;
    font-size: 16px;
  }
}

.division-map-btn2:hover {
  text-decoration: none;
}

.group-map-btn2::before {
  position: absolute;
  top: 10px;
  left: 8px;
  display: block;
  border-top: 6px solid #777;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-left: 4px solid transparent;
  content: "";
}
@media screen and (max-width: 1023.98px) {
  .group-map-btn2::before {
    content: none;
  }
}

.notice-box {
  padding: 20px 30px;
  background-color: rgba(8,3,255,0.1);
}

#history,
#history .contents {
  overflow: initial;
}

.containerWrap {
  position: relative;
}

.container._separate {
  display: flex;
}

.sideNavWrap {
  position: absolute;
  top: 30px;
  left: 0;
  height: calc(100% - 90px);
}
@media screen and (max-width: 1023.98px) {
  .sideNavWrap {
    display: none;
  }
}

.sideNav {
  position: sticky;
  top: 130px;
}

.sideNav-list {
  padding: 35px 20px 35px 30px;
  border-radius: 0 20px 20px 0;
  background-color: #F5F5F5;
}

.sideNav-list &gt; li {
  position: relative;
  padding-left: 14px;
}

.sideNav-list &gt; li::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #0846AA;
  content: "";
}

.sideNav-list &gt; li + li {
  margin-top: 25px;
}

.sideNav-link {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.sideNav-link.is-current {
  color: #0846AA;
}

.sideNav-link span {
  display: block;
  margin-top: 6px;
  font-weight: 700;
}

.mainContents {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .mainContents {
    width: 63.4vw;
  }
}
@media screen and (max-width: 1023.98px) {
  .mainContents {
    width: 100%;
    max-width: 100%;
  }
}

.history-year {
  position: relative;
  padding-left: 16px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.75;
}

.history-year::before {
  position: absolute;
  top: 22px;
  left: 0;
  translate: 0 -50%;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #0846AA;
  content: "";
}
@media screen and (max-width: 768.98px) {
  .history-year::before {
    width: 6px;
  }
}

.history-list {
}

.history-item {
  position: relative;
  padding-bottom: 40px;
}

.history-item:not(:last-child)::before {
  position: absolute;
  top: 35px;
  left: 8px;
  width: 1px;
  height: 100%;
  background-color: #222;
  content: "";
}

.historyItem {
  position: relative;
  display: flex;
  gap: 0 40px;
  padding-left: 43px;
  color: #222;
}
@media screen and (max-width: 768.98px) {
  .historyItem {
    flex-direction: column;
  }
}

.historyItem::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 17px;
  height: auto;
  aspect-ratio: 1;
  border: 6px solid #222;
  border-radius: 50%;
  background-color: #FFF;
  content: "";
}

.historyItem-time {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  width: 62px;
}

.historyItem-time span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.historyItem-contents {
  padding-top: 11px;
}

.historyItem-contents &gt; *:not(:first-child) {
  margin-top: 10px;
}

.historyItem-contents img {
  margin: 20px 0;
}

/*--page message--*/
.bg-gray {
  background: #f2f2f2;
}

.p-v-inner {
  margin-bottom: 0!important;
  padding-bottom: 140px;
}

.p-v-en-title {
  font-size: min(8vw,80px);
  font-weight: 500;
  font-family: "HammersmithOne";
  text-align: center;
  padding-top: min(10vw,140px);
  line-height: 1.0;
}

.p-v-en-title span {
  font-size: min(6vw,51px);
}

.p-v-jp-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.p-v-subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: url("/jp/info/message/img/img_message_02.png")no-repeat;
  background-position: center;
  margin-top: 120px;
}

.p-v-img-wrap {
  position: relative;
  padding-bottom: 60px;
}

.p-v-img-wrap h3 {
  font-size: 68px;
  font-weight: 700;
  font-family: "noto serif jp";
  color: #103A7E;
}

.Philosophy-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 2.4;
}

.values-text {
 font-size: 22px;
 font-weight: 700;
 text-align: left;
 width: 65%;
 margin: auto;
 counter-reset: li;
}

@media screen and (max-width: 768.98px) {
.values-text {
  width: 100%
}
}

.values-text li {
  list-style-position: inside;
  position: relative;
  padding-left: 2.5em;
  line-height: 1.5;
}

.values-text li:not(:first-child) {
  margin-top: 1.0em;
}

.values-text li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 34px;
  height: 37px;
  background-color: #103A7E;
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  font-family: "noto serif jp";
}

.w100-img {
  width: 100%;
}</pre></body></html>