@charset "UTF-8";
/* ------------------------------------------------------

    会社情報 - 共通

------------------------------------------------------ */
.c-sec-title-wrap {
  display: flex;
  justify-content: center;
  padding: 50px 0 40px;
}

@media screen and (max-width: 767px) {
  .c-sec-title-wrap {
    padding: 30px 0;
  }
}

.c-sec-title {
  text-align: center;
}

.c-sec-title:not([data-status=show]) {
  opacity: 0;
}

.c-sec-title[data-status=show] {
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
}

.c-line {
  top: 10px;
}

.c-sec-title-wrap + .c-navi {
  margin-bottom: 50px;
}

.c-navi li {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .c-navi li {
    width: 50%;
  }
}

/* ------------------------------------------------------

    会社情報 - トップ

------------------------------------------------------ */
.com-top__fig {
  position: relative;
  margin-bottom: 40px;
}

.com-top__fig:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.com-top__fig[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

@media screen and (max-width: 767px) {
  .com-top__fig {
    margin-bottom: 17.0%;
  }
}











.com-top__lead {
  position: absolute;
  left: 40px;
}

:lang(ja) .com-top__lead {
  top: 145px;
  width: calc(440 / 1120 * 100%);
}



:lang(en) .com-top__lead,
:lang(zh-Hant) .com-top__lead,
:lang(zh-Hans) .com-top__lead {
  top: 150px;
  width: calc(440 / 1120 * 100%);
}

@media screen and (max-width: 767px) {
  .com-top__lead {
    left: 10px;
  }
  :lang(ja) .com-top__lead {
    width: calc(565 / 980 * 100%);
				top: 38%;
  }

  :lang(en) .com-top__lead,
  :lang(zh-Hant) .com-top__lead,
  :lang(zh-Hans) .com-top__lead {
    width: calc(540 / 980 * 100%);
    top: 46%;
  }
}

.com-top__body {
  width: calc(760 / 1120 * 100%);
  margin: 0 0 0 auto;
  padding: 0 30px 0 0;
}

.com-top__body:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.com-top__body[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

@media screen and (max-width: 767px) {
  .com-top__body {
    width: auto;
    margin: 0;
    padding: 0 10px 0;
  }
}

.com-top__body p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: normal;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.com-top__body p:not(:last-child) {
  margin-bottom: 1.875em;
}

@media screen and (max-width: 767px) {
  .com-top__body p {
    margin-bottom: 1.722em;
    line-height: 1.722;
  }
}

/* ------------------------------------------------------

    会社情報 - 会社概要

------------------------------------------------------ */
.com-ovw {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.75;
}

.com-ovw:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.com-ovw[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.com-ovw > dt {
  width: calc(260 / 1120 * 100%);
  padding: 15px 30px 15px 30px;
  background-color: #00a8ec;
  border-top: 1px solid #d9d9d9;
  color: #fff;
}

.com-ovw > dt:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .com-ovw > dt {
    width: 6em;
    padding: 10px 10px 10px;
  }
}

.com-ovw > dd {
  width: calc(860 / 1120 * 100%);
  padding: 15px 0 15px 30px;
  border-top: 1px solid #d9d9d9;
}

.com-ovw > dd:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .com-ovw > dd {
    width: calc(100% - 6em);
    padding: 10px 0 10px 10px;
  }
}

.com-ovw .c-link-more {
  display: inline-block;
  padding: 4px .75em 4px .75em;
  margin-left: .5em;
}

.com-ovw .c-link-more::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #00a8ec transparent;
}

.com-ovw__list li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.com-ovw__list li::before {
  content: '●';
  display: inline;
  margin-right: .25em;
}

.com-ovw__officer {
  line-height: 2.125;
}

.com-ovw__his {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .com-ovw__his {
    display: block;
  }
}

.com-ovw__his > dt {
  width: 5em;
}

@media screen and (max-width: 767px) {
  .com-ovw__his > dt {
    width: auto;
  }
}

.com-ovw__his > dd {
  width: calc(100% - 5em);
  margin-bottom: .75em;
}

@media screen and (max-width: 767px) {
  .com-ovw__his > dd {
    width: auto;
  }
}

.com-ovw__link li {
  display: block;
  margin-bottom: 1em;
}

.com-ovw__link a {
  display: inline;
  padding-bottom: .25em;
  border-bottom: 1px solid #939393;
  line-height: 2.0;
}

.com-ovw__link a span:first-child {
  display: inline-block;
  margin-right: .75em;
  min-width: 10.5em;
}

.com-ovw__link a span:last-child {
  white-space: nowrap;
  color: #00a8ec;
}

/* ------------------------------------------------------
    会社情報 - 財務情報
------------------------------------------------------ */
.com-fin-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}

.com-fin-list:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.com-fin-list[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.com-fin-list ul {
  width: 50%;
}

.com-fin-list ul:nth-child(2n+1) {
  padding-right: 20px;
}

.com-fin-list ul:nth-child(2n) {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .com-fin-list ul {
    width: 100%;
  }
  .com-fin-list ul:nth-child(2n+1) {
    padding-right: 0;
  }
  .com-fin-list ul:nth-child(2n) {
    padding-left: 0;
  }
}

.com-fin-list a {
  display: flex;
  align-items: center;
  padding-bottom: .5em;
  padding-right: 5px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  transition: color 300ms ease, border-color 300ms ease;
}

.com-fin-list a::before {
  content: '●';
  margin-right: .25em;
  color: #00a8ec;
}

.com-fin-list a:hover {
  color: #00a8ec;
  border-color: #00a8ec;
}

.com-fin-list a p:nth-child(2) {
  flex-grow: 1;
  padding: 0 1em;
}

.com-fin-list a p:last-child {
  padding-bottom: .25em;
  border-bottom: 1px solid #00a8ec;
  white-space: nowrap;
  color: #00a8ec;
}

/* ------------------------------------------------------
    会社情報 - 組織図
------------------------------------------------------ */
.com-org {
  overflow: auto;
}

.com-org:not([data-status=show]) {
  opacity: 0;
  transform: translateY(30px);
}

.com-org[data-status=show] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

@media screen and (max-width: 575px) {
  .com-org img {
    width: 200%;
    max-width: none;
  }
}

.com-org-notes {
  margin-bottom: 60px;
  text-align: right;
}

.com-org-notes ul {
  display: inline-block;
}

.com-org-notes ul li {
  text-align: left;
  font-size: 1.2rem;
}

@media screen and (max-width: 575px) {
  .com-org-notes ul li {
    font-size: 1.0rem;
  }
}
