@charset "UTF-8";
:root {
  --font-family-base: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-en: "Plus Jakarta Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-mobo: "MOBO-SemiBold", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-kumbh-sans: "Kumbh Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 500;
}

:root {
  --color-base: #1A1C25;
  --color-placeholder: #D4D4D4;
  --color-gray-01: #E9EBF1;
  --color-gray-02: #D4D4D4;
  --color-blue-01: #183672;
  --color-blue-02: #104879;
  --color-green: #006B64;
  --color-yellow-01: #FFF2CA;
  --color-yellow-02: #FFE25A;
  --color-orange: #F37E14;
  --color-red-01: #FF1000;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1920;
  --width-pc-design-content: 1380;
  --width-pc-design-content-percent: 98%;
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * .05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 414;
  --width-sp-design-content: 370;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .5;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
  --transition-animation-base: .4s;
  --transition-animation-sub: .6s;
}

.p-company-intro {
  position: relative;
  padding-block: 8rem 18.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-intro {
    padding-block: 9rem 18.3rem;
  }
}
.p-company-intro .c-unique-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-company-intro .ttl {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-intro .ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.p-company-intro .sttl {
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-company-intro .sttl {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    margin-top: 4rem;
  }
}
.p-company-intro .txt {
  font-size: 1.8rem;
  line-height: 2.3333333333;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-company-intro .txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-top: 3rem;
  }
}
.p-company-outer {
  margin-top: -7.1rem;
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  .p-company-outer {
    margin-top: -10.3rem;
  }
}
.p-company-outer .c-wrap {
  position: relative;
  z-index: 1;
  padding-block: 12rem 9rem;
  max-width: 166rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-company-outer .c-wrap {
    padding-block: 7.2rem 4rem;
    width: 94.2028985507%;
  }
}
.p-company-outer .inner {
  margin-inline: auto;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .p-company-outer .inner {
    max-width: 89.7435897436%;
  }
}
.p-company-outer .hgroup_en {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--fornt-family-en);
  color: #0B246D;
  display: grid;
  align-items: center;
  grid-template-columns: auto 8rem;
  column-gap: 1.7rem;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-company-outer .hgroup_en {
    font-size: 1.8rem;
    line-height: 1.2777777778;
    column-gap: 2rem;
  }
}
.p-company-outer .hgroup_en::after {
  content: "";
  display: block;
  position: relative;
  top: 0.2rem;
  height: 1px;
  background: var(--color-base);
}
.p-company-outer .hgroup_jp {
  font-size: 3.2rem;
  line-height: 1.125;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company-outer .hgroup_jp {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    margin-top: 1.4rem;
  }
}
.p-company-concept .box {
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .p-company-concept .box {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 64.8rem 1fr;
    column-gap: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-concept .box {
    margin-top: 3rem;
  }
}
.p-company-concept .box_ttl {
  font-size: 2.4rem;
  line-height: 1.7083333333;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-company-concept .box_ttl {
    grid-row: 1;
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-company-concept .box_ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
@media screen and (min-width: 768px) {
  .p-company-concept .box_img {
    grid-row: span 4;
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-company-concept .box_img {
    margin-top: 2rem;
  }
}
.p-company-concept .box_txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-company-concept .box_txt {
    grid-row: 2;
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-company-concept .box_txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-top: 2rem;
  }
}
.p-company-concept .box_representative {
  margin: 3rem 0 0 auto;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-company-concept .box_representative {
    grid-row: 3;
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-company-concept .box_representative {
    text-align: right;
    margin-top: 2rem;
  }
}
.p-company-concept .box_representative_name {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-company-concept .box_representative_name {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.p-company-concept .box_representative_pos {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-company-concept .box_representative_pos {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-top: 0;
  }
}
.p-company-outline {
  margin-top: 13.6rem;
}
@media screen and (max-width: 767px) {
  .p-company-outline {
    margin-top: 9rem;
  }
}
.p-company-outline .dlist {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-company-outline .dlist {
    margin-top: 4rem;
  }
}
.p-company-outline .dlist_item {
  display: grid;
  grid-template-columns: 25.9rem 1fr;
  padding-block: 4.1rem;
  border-top: 1px solid #E9EBF1;
}
@media screen and (max-width: 767px) {
  .p-company-outline .dlist_item {
    grid-template-columns: 11.9rem 1fr;
    padding-block: 2.9rem;
  }
}
.p-company-outline .dlist_item:last-child {
  border-bottom: 1px solid #E9EBF1;
}
.p-company-outline .dlist_theme {
  font-size: 1.7rem;
  line-height: 1.3529411765;
  font-weight: 700;
  padding-inline: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-company-outline .dlist_theme {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    padding-inline: 0 2rem;
  }
}
.p-company-outline .dlist_des, .p-company-outline .dlist_des_txt {
  font-size: 1.7rem;
  line-height: 1.3529411765;
}
@media screen and (max-width: 767px) {
  .p-company-outline .dlist_des, .p-company-outline .dlist_des_txt {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.p-company-branch {
  position: relative;
  margin-top: 13rem;
  padding-block: 9rem 16.3rem;
}
@media screen and (max-width: 767px) {
  .p-company-branch {
    margin-top: 6rem;
    padding-block: 6rem 6.6rem;
  }
}
.p-company-branch::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50cqi);
  z-index: -1;
  background: var(--color-gray-01);
}
.p-company-branch .list {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-company-branch .list {
    margin: 3rem calc(50% - 50cqi) 0;
  }
}
.p-company-branch .list_item {
  padding-block: 2.2rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-company-branch .list_item {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-company-branch .list_item {
    margin-inline: auto;
    padding-block: 1.5rem;
    width: 89.3719806763%;
  }
}
.p-company-branch .list_item:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-company-branch .list_item:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.p-company-branch .list_item:has(.list_map) {
  padding: 4rem 4rem 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-company-branch .list_item:has(.list_map) {
    grid-template-columns: 1fr 59.7rem;
    column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-branch .list_item:has(.list_map) {
    padding: 3rem 0;
  }
}
.p-company-branch .list_item:has(.list_map) .list_box_ttl {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-company-branch .list_item:has(.list_map) .list_box_ttl {
    margin-top: 1.1rem;
  }
}
.p-company-branch .list_map {
  aspect-ratio: 597/395;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-company-branch .list_map {
    grid-row: 1;
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-company-branch .list_map {
    padding-inline: 2rem;
    aspect-ratio: 330/196;
  }
}
.p-company-branch .list_map_iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-company-branch .list_box {
    grid-row: 1;
    grid-column: 1;
  }
}
.p-company-branch .list_box_ttl {
  font-size: 2.1rem;
  line-height: 1.0952380952;
  font-weight: 700;
  position: relative;
  padding: 1.4rem 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-company-branch .list_box_ttl {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    padding: 0.4rem 2rem;
  }
}
.p-company-branch .list_box_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.9rem;
  height: 100%;
  background: #0B246D;
}
@media screen and (max-width: 767px) {
  .p-company-branch .list_box_ttl::before {
    width: 0.5rem;
  }
}
.p-company-branch .list_box_add {
  margin-top: 2.4rem;
  padding-inline: 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-company-branch .list_box_add {
    margin-top: 1.3rem;
    padding-inline: 2rem;
  }
}
.p-company-branch .list_box_add_txt {
  font-size: 1.6rem;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .p-company-branch .list_box_add_txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-company-branch .list_box_add_txt + .list_box_add_txt {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-company-branch .list_box_add_txt + .list_box_add_txt {
    margin-top: 0;
  }
}

/*# sourceMappingURL=company.css.map */
