@charset "UTF-8";
:root {
  --font-family-base: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-en: "Akshar", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

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

:root {
  --color-base: #2B2B2B;
  --color-placeholder: #2B2B2B;
  --color-blue-dark: #001776;
  --color-cyan: #00B5CC;
}

: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: 375;
  --width-sp-design-content: 347;
  --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-profile-overview {
  position: relative;
  margin-top: 13.7rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile-overview {
    margin-top: 5.3rem;
  }
}
.p-company-profile-overview .c-wrap {
  position: relative;
}
.p-company-profile-overview .ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-indent: 0.2em;
  color: #2B2B2B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-profile-overview .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-company-profile-overview .dlist {
  margin: 3.3rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-company-profile-overview .dlist {
    padding-left: 12rem;
    max-width: 87.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile-overview .dlist {
    margin-top: 2.9rem;
    padding-inline: 0.8rem 2.2rem;
  }
}
.p-company-profile-overview .dlist_item {
  display: grid;
  grid-template-columns: 15.8rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-company-profile-overview .dlist_item {
    grid-template-columns: 9.4rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile-overview .dlist_item:nth-child(n+2) {
    margin-top: 1.8rem;
  }
}
.p-company-profile-overview .dlist_theme {
  font-size: 1.8rem;
  line-height: 2.7777777778;
}
@media screen and (max-width: 767px) {
  .p-company-profile-overview .dlist_theme {
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
}
.p-company-profile-overview .dlist_des {
  font-size: 1.8rem;
  line-height: 2.7777777778;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-company-profile-overview .dlist_des {
    font-size: 1.3rem;
    line-height: 1.7692307692;
    letter-spacing: 0.05em;
  }
}
.p-company-profile-overview .c-deco-circle-3 {
  top: -2.8rem;
  right: -9.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile-overview .c-deco-circle-3 {
    top: -4rem;
    right: -3rem;
  }
}
.p-company-profile-office {
  margin-top: 17.3rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile-office {
    margin-top: 10rem;
  }
}
.p-company-profile-office .c-wrap {
  position: relative;
}
.p-company-profile-office .ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.5em;
  font-weight: 700;
  text-indent: 0.5em;
  color: #2B2B2B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-profile-office .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}
.p-company-profile-office .dlist {
  margin: 5rem auto 0;
  max-width: 91rem;
  border-block: 0.1rem solid #707070;
}
@media screen and (max-width: 767px) {
  .p-company-profile-office .dlist {
    margin-top: 5.5rem;
    max-width: 97.1181556196%;
  }
}
.p-company-profile-office .dlist_item {
  display: grid;
  align-items: center;
  grid-template-columns: 27.2rem 1fr;
  padding-block: 2rem;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .p-company-profile-office .dlist_item {
    min-height: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile-office .dlist_item {
    grid-template-columns: 40.059347181% 1fr;
    padding-block: 2.5rem 2.8rem;
  }
}
.p-company-profile-office .dlist_item:nth-child(n+2) {
  border-top: 0.1rem solid #707070;
}
.p-company-profile-office .dlist_theme {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-indent: 0.2em;
  text-align: center;
  padding-right: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile-office .dlist_theme {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0em;
    text-indent: 0;
    padding-right: 0;
  }
}
.p-company-profile-office .dlist_des {
  padding-right: 7rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile-office .dlist_des {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 23.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile-office .dlist_des {
    padding-right: 1rem;
  }
}
.p-company-profile-office .dlist_des_add {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-company-profile-office .dlist_des_add {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile-office .dlist_des_btn {
    margin-top: 1.8rem;
  }
}
.p-company-profile-office .dlist_des_btn_link {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--font-family-en);
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
  height: 5rem;
  border: 0.1rem solid;
}
@media screen and (max-width: 767px) {
  .p-company-profile-office .dlist_des_btn_link {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    max-width: 16rem;
    height: 3.3rem;
  }
}
.p-company-profile-office .dlist_des_btn_link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.2rem;
  width: 0.9rem;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 16"><path d="M.017-.5a.515.515,0,0,1,.347.134L8.328,6.868l.014.013a.514.514,0,0,1,.1.14h0A.516.516,0,0,1,8.5,7.25h0v0a.515.515,0,0,1-.046.212h0a.514.514,0,0,1-.1.144l-.016.016L.376,15.354a.517.517,0,0,1-.73-.011A.514.514,0,0,1-.5,14.984a.514.514,0,0,1,.157-.37L7.229,7.266-.331.4A.515.515,0,0,1-.5.016.514.514,0,0,1-.366-.331.515.515,0,0,1,.017-.5Z" transform="translate(0.5 0.5)" fill="%232b2b2b"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-company-profile-office .dlist_des_btn_link::after {
    right: 1.5rem;
    width: 0.6rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path d="M-.012-.5a.472.472,0,0,1,.328.134l5.02,4.817.013.013a.513.513,0,0,1,.1.144.539.539,0,0,1,.05.224h0v0a.539.539,0,0,1-.043.211h0a.516.516,0,0,1-.093.145l-.015.016L.328,10.354a.47.47,0,0,1-.69-.011A.529.529,0,0,1-.5,9.985a.528.528,0,0,1,.148-.37L4.3,4.848-.34.4A.527.527,0,0,1-.5.015.53.53,0,0,1-.373-.331.476.476,0,0,1-.012-.5Z" transform="translate(0.5 0.5)" fill="%23707070"/></svg>') center/contain no-repeat;
  }
}
.p-company-profile-office .c-deco-half-circle-3 {
  top: -27.9rem;
  left: -2rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile-office .c-deco-half-circle-3 {
    top: 5.1rem;
    left: -2.3rem;
  }
}
.p-company-profile-office .c-deco-various {
  bottom: 8.3rem;
  right: -5.8rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile-office .c-deco-various {
    bottom: -7rem;
    right: -2.5rem;
  }
}
.p-company-profile-group {
  margin-top: 17.3rem;
  padding-bottom: 15.1rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile-group {
    margin-top: 10rem;
  }
}
.p-company-profile-group .ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.5em;
  font-weight: 700;
  text-indent: 0.5em;
  color: #2B2B2B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-profile-group .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}
.p-company-profile-group .parent-dlist {
  margin: 5rem auto 0;
  max-width: 91rem;
  border-block: 0.1rem solid #707070;
}
@media screen and (max-width: 767px) {
  .p-company-profile-group .parent-dlist {
    margin-top: 5.5rem;
    max-width: 97.1181556196%;
  }
}
.p-company-profile-group .parent-dlist_theme {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-indent: 0.2em;
  text-align: center;
  padding-block: 2rem;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-company-profile-group .parent-dlist_theme {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0;
    padding-block: 1.5rem;
  }
}
.p-company-profile-group .dlist_item {
  display: grid;
  align-items: center;
  grid-template-columns: 27.2rem 1fr;
  padding-block: 2rem;
  border-top: 0.1rem solid #707070;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .p-company-profile-group .dlist_item {
    min-height: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile-group .dlist_item {
    grid-template-columns: 40.059347181% 1fr;
    padding-block: 2.5rem 2.8rem;
  }
}
.p-company-profile-group .dlist_theme {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-indent: 0.2em;
  text-align: center;
  padding-right: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-company-profile-group .dlist_theme {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0em;
    text-indent: 0;
    padding-right: 0;
  }
}
.p-company-profile-group .dlist_des {
  padding-right: 7rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile-group .dlist_des {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 23.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile-group .dlist_des {
    padding-right: 1rem;
  }
}
.p-company-profile-group .dlist_des_add {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-company-profile-group .dlist_des_add {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile-group .dlist_des_btn {
    margin-top: 1.8rem;
  }
}
.p-company-profile-group .dlist_des_btn_link {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--font-family-en);
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
  height: 5rem;
  border: 0.1rem solid;
}
@media screen and (max-width: 767px) {
  .p-company-profile-group .dlist_des_btn_link {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    max-width: 16rem;
    height: 3.3rem;
  }
}
.p-company-profile-group .dlist_des_btn_link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.2rem;
  width: 0.9rem;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 16"><path d="M.017-.5a.515.515,0,0,1,.347.134L8.328,6.868l.014.013a.514.514,0,0,1,.1.14h0A.516.516,0,0,1,8.5,7.25h0v0a.515.515,0,0,1-.046.212h0a.514.514,0,0,1-.1.144l-.016.016L.376,15.354a.517.517,0,0,1-.73-.011A.514.514,0,0,1-.5,14.984a.514.514,0,0,1,.157-.37L7.229,7.266-.331.4A.515.515,0,0,1-.5.016.514.514,0,0,1-.366-.331.515.515,0,0,1,.017-.5Z" transform="translate(0.5 0.5)" fill="%232b2b2b"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-company-profile-group .dlist_des_btn_link::after {
    right: 1.5rem;
    width: 0.6rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path d="M-.012-.5a.472.472,0,0,1,.328.134l5.02,4.817.013.013a.513.513,0,0,1,.1.144.539.539,0,0,1,.05.224h0v0a.539.539,0,0,1-.043.211h0a.516.516,0,0,1-.093.145l-.015.016L.328,10.354a.47.47,0,0,1-.69-.011A.529.529,0,0,1-.5,9.985a.528.528,0,0,1,.148-.37L4.3,4.848-.34.4A.527.527,0,0,1-.5.015.53.53,0,0,1-.373-.331.476.476,0,0,1-.012-.5Z" transform="translate(0.5 0.5)" fill="%23707070"/></svg>') center/contain no-repeat;
  }
}

.p-company-message {
  margin-top: 15.5rem;
  padding-bottom: 27rem;
}
@media screen and (max-width: 767px) {
  .p-company-message {
    margin-top: 5.5rem;
    padding-bottom: 8.8rem;
  }
}
.p-company-message .c-wrap {
  position: relative;
}
.p-company-message .ttl {
  font-size: 3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #2B2B2B;
}
@media screen and (min-width: 768px) {
  .p-company-message .ttl {
    padding-inline: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-message .ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-company-message .txt {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.2em;
  text-align: justify;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-company-message .txt {
    padding-inline: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-message .txt {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0.02em;
    margin-top: 2.9rem;
  }
}
.p-company-message .name {
  margin: 3.4rem 0 0 auto;
  width: fit-content;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-company-message .name {
    margin-top: 2.7rem;
  }
}
.p-company-message .name img {
  display: block;
  width: 320px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-company-message .name img {
    width: 240px;
  }
}
.p-company-message .c-deco-circle-3 {
  top: -9.4rem;
  right: -9.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-message .c-deco-circle-3 {
    top: -3.5rem;
    right: -3rem;
  }
}

.p-company-history {
  margin-top: 13.7rem;
  padding-bottom: 32.9rem;
}
@media screen and (max-width: 767px) {
  .p-company-history {
    margin-top: 5.2rem;
    padding-bottom: 11.6rem;
  }
}
.p-company-history .c-wrap {
  position: relative;
}
.p-company-history .ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-indent: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-history .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-company-history .dlist {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 7.2rem auto 0;
  max-width: 101.9rem;
}
@media screen and (max-width: 767px) {
  .p-company-history .dlist {
    row-gap: 1.2rem;
    margin-top: 2.5rem;
    max-width: 34.1rem;
  }
}
.p-company-history .dlist_item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  column-gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-company-history .dlist_item {
    column-gap: 1.2rem;
  }
}
.p-company-history .dlist_theme, .p-company-history .dlist_des {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-company-history .dlist_theme, .p-company-history .dlist_des {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    letter-spacing: 0.05em;
  }
}
.p-company-history .c-deco-circle-3 {
  top: 3.2rem;
  right: -9.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-history .c-deco-circle-3 {
    top: -1.8rem;
    right: -3rem;
  }
}
.p-company-history .c-deco-half-circle-3 {
  top: 147.6rem;
  left: -1.8rem;
}
@media screen and (max-width: 767px) {
  .p-company-history .c-deco-half-circle-3 {
    top: 42rem;
    left: -2.1rem;
  }
}
.p-company-history .c-deco-various {
  bottom: -28.1rem;
  right: -5.8rem;
}
@media screen and (max-width: 767px) {
  .p-company-history .c-deco-various {
    top: 71rem;
    bottom: auto;
    right: -2.5rem;
  }
}

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