:root {
  --scrollbar: 0rem;
  --header-height: 0rem;
  --menu-height: 0rem;
  --breadcrumbs-height: 0rem;
  --c_white: #fff;
  --c_txt: #373A3E;
  --c_primary: #17437D;
  --f_notoSans: Noto Sans JP, sans-serif;
  --f_notoSerif: Noto Serif JP, serif;
  --f_MarcellusSC: Marcellus SC, serif;
  --f_ShipporiMincho: Shippori Mincho B1, serif;
  --f_FontAwesome: "Font Awesome 7 Free";
}

* {
  max-width: 100%;
  height: auto;
  font-family: var(--f_notoSerif);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  overflow-wrap: anywhere;
  color: var(--c_txt);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit;
  box-sizing: border-box;
}
* > a, * > span, * > label, * > mark, * > em, * > strong, * > small, * > b, * > var, * > sup, * > ruby, * > rp, * > rt {
  font-family: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  text-align: inherit;
  color: inherit;
}
*:focus {
  outline: auto;
  outline-color: var(--c_txt);
}

html {
  font-size: 62.5%;
}
@media all and (min-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media all and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media all and (max-width: 1023px) {
  html {
    font-size: 62.5%;
  }
}
@media all and (max-width: 374px) {
  html {
    font-size: 2.4064171123vw;
  }
}

body {
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: var(--c_txt);
  background: var(--c_white);
  margin: auto;
  position: relative;
}
@media all and (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }
}

p {
  font-feature-settings: "palt";
}

li {
  list-style-type: none;
}

img {
  width: auto;
  border: none;
  display: block;
}

a {
  text-decoration: none;
  display: block;
  outline: none;
}
.cfix:after {
  content: "";
  display: block;
  clear: both;
}

.hidden {
  overflow: hidden !important;
}

var {
  font-size: 1em;
}
var sup {
  font-size: 0.75em;
}

picture {
  display: block;
}

.dev pre {
  white-space: pre;
  word-wrap: break-word;
  background-color: var(--c_txt);
  border-radius: 0 0 1lh 1lh;
  margin-top: 0.5lh;
  padding: 1rem;
  position: relative;
  overflow: auto;
}
.dev pre, .dev pre code {
  font-size: 1.5rem;
  color: var(--c_white);
}
.dev pre .ex, .dev pre code .ex {
  color: var(--c_accent);
  font-style: italic;
  font-weight: 700;
}

/* base style**************************************************************************************/
.ff-en {
  font-family: var(--f_MarcellusSC);
}

.ff-jp {
  font-family: var(--f_ShipporiMincho);
}

.ud-sec-ttl {
  font-weight: 600;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.ud-sec-ttl small {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5em;
}
@media all and (max-width: 1023px) {
  .ud-sec-ttl small {
    font-size: 1.4rem;
  }
}
.ud-sec-ttl small::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: #C9BD94;
  aspect-ratio: 1/1;
  flex: none;
}
.ud-sec-ttl strong {
  font-family: var(--f_ShipporiMincho);
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media all and (max-width: 1023px) {
  .ud-sec-ttl strong {
    font-size: 2rem;
  }
}

.ttl-square {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
}
@media all and (max-width: 1023px) {
  .ttl-square {
    gap: 1.2rem;
  }
}
.ttl-square::before {
  content: "";
  width: 7rem;
  height: 7rem;
  background: #C9BD94;
  flex: none;
  margin-left: -3.5rem;
  translate: 0 -0.5em;
}
@media all and (max-width: 1023px) {
  .ttl-square::before {
    width: 4rem;
    height: 4rem;
    margin-left: -2rem;
  }
}
.ttl-square strong {
  font-family: var(--f_ShipporiMincho);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-left: -1lh;
  position: relative;
}
@media all and (max-width: 1023px) {
  .ttl-square strong {
    font-size: 2rem;
  }
}

.ttl-watermark {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.ttl-watermark small {
  width: 100%;
  font-family: var(--f_MarcellusSC);
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #C9BD94;
  opacity: 0.3;
  text-align: center;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  z-index: 0;
}
@media all and (max-width: 1023px) {
  .ttl-watermark small {
    font-size: 6rem;
  }
}
.ttl-watermark strong {
  font-family: var(--f_ShipporiMincho);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1023px) {
  .ttl-watermark strong {
    font-size: 2.8rem;
  }
}

.ttl-eng-sub {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.75em;
}
.ttl-eng-sub strong {
  font-family: var(--f_MarcellusSC);
  font-size: 6.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media all and (max-width: 1023px) {
  .ttl-eng-sub strong {
    font-size: 4rem;
  }
}
.ttl-eng-sub strong .primary {
  color: var(--c_primary);
}
.ttl-eng-sub > span {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1023px) {
  .ttl-eng-sub > span {
    font-size: 1.4rem;
  }
}

.ttl-highlight strong {
  font-family: var(--f_ShipporiMincho);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media all and (max-width: 1023px) {
  .ttl-highlight strong {
    font-size: 2.4rem;
  }
}
.ttl-highlight strong mark {
  background: var(--c_primary);
  color: var(--c_white);
  font-style: normal;
  padding: 0 0.15em;
}

.info-table {
  width: 100%;
  border-top: 0.1rem solid var(--c_white);
}
.info-table .info-row {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}
@media all and (max-width: 1023px) {
  .info-table .info-row {
    flex-flow: column;
  }
}
.info-table .info-row + .info-row {
  margin-top: 0.4rem;
}
.info-table .info-row dt, .info-table .info-row dd {
  padding: 2rem 3rem;
}
@media all and (max-width: 1023px) {
  .info-table .info-row dt, .info-table .info-row dd {
    padding: 1.5rem 2rem;
  }
}
.info-table .info-row dt {
  width: 27.6rem;
  background: #DBDFE2;
  display: flex;
  align-items: center;
  flex: none;
}
.info-table .info-row dt, .info-table .info-row dt * {
  font-weight: 500;
}
@media all and (max-width: 1023px) {
  .info-table .info-row dt {
    width: 100%;
  }
}
.info-table .info-row dd {
  background: var(--c_white);
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 0.3em;
  flex: 1;
  margin-left: 0.4rem;
}
.info-table .info-row dd, .info-table .info-row dd * {
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.btn-wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.btn {
  padding: 1em 1.5em;
  transition: ease 0.3s;
  transition-property: background, color;
}
.btn.--def, .btn.--gold, .btn.--white {
  font-weight: 500;
  padding: 2.094em 2rem 2.094em 1.25em;
}
.btn.--def {
  background: var(--c_txt);
  border: 0.1rem solid var(--c_txt);
}
.btn.--def:hover {
  color: var(--c_white);
  background: var(--c_white);
}
.btn.--gold {
  background: #C9BD94;
  border: 0.1rem solid #C9BD94;
}
.btn.--gold::before {
  background: var(--c_txt);
}
.btn.--gold:hover {
  background: var(--c_white);
}
.btn.--white {
  color: var(--c_primary);
  background: var(--c_white);
  border: 0.1rem solid var(--c_primary);
}
.btn.--white::before {
  background: var(--c_primary);
  transition: ease 0.3s;
  transition-property: background;
}
.btn.--white:hover {
  color: var(--c_white);
  background: var(--c_primary);
  border-color: var(--c_white);
}
.btn.--white:hover::before {
  background: var(--c_white);
}
.btn.--cta {
  min-width: 18rem;
  font-family: var(--f_ShipporiMincho);
  font-weight: 600;
  border: 0.1rem solid #BFC6C9;
  padding: 1em 0.5em;
}
.btn.--cta.--entry, .btn.--cta.--contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.btn.--cta.--entry::before, .btn.--cta.--contact::before {
  content: "";
  width: 1lh;
  height: 1lh;
  aspect-ratio: 1/1;
  flex: none;
}
.add-hov .btn.--cta.--entry, .btn.--cta.--entry.add-hov, .add-hov .btn.--cta.--contact, .btn.--cta.--contact.add-hov {
  transition: ease 0.3s;
  transition-property: color, background;
}
.add-hov .btn.--cta.--entry::before, .btn.--cta.--entry.add-hov::before, .add-hov .btn.--cta.--contact::before, .btn.--cta.--contact.add-hov::before {
  transition: ease 0.3s;
  transition-property: background;
}
.btn.--cta.--entry[target]::after, .btn.--cta.--contact[target]::after {
  content: none;
}
.btn.--cta.--entry {
  background: #C9BD94;
}
.btn.--cta.--entry::before {
  -webkit-mask: url(../img/common/icon/icon_entry.svg) no-repeat center/contain;
          mask: url(../img/common/icon/icon_entry.svg) no-repeat center/contain;
  background: var(--c_txt);
}
.btn.--cta.--entry.add-hov:hover {
  background: var(--c_white);
}
.add-hov:hover .btn.--cta.--entry {
  background: var(--c_white);
}
.btn.--cta.--contact {
  color: var(--c_white);
  background: var(--c_primary);
}
.btn.--cta.--contact::before {
  -webkit-mask: url(../img/common/icon/icon_contact_white.svg) no-repeat center/contain;
          mask: url(../img/common/icon/icon_contact_white.svg) no-repeat center/contain;
  background: var(--c_white);
}
.btn.--cta.--contact.add-hov:hover {
  color: var(--c_primary);
  background: var(--c_white);
}
.btn.--cta.--contact.add-hov:hover::before {
  background: var(--c_primary);
}
.add-hov:hover .btn.--cta.--contact {
  color: var(--c_primary);
  background: var(--c_white);
}
.add-hov:hover .btn.--cta.--contact::before {
  background: var(--c_primary);
}
.btn.--simple {
  background: var(--c_white);
  border: 0.1rem solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}
.btn.--simple::after {
  content: "\f105";
  font-family: var(--f_FontAwesome);
  font-weight: 900;
}
.add-hov .btn.--simple, .btn.--simple.add-hov {
  transition: ease 0.3s;
  transition-property: color, background, border-color;
}
.add-hov .btn.--simple *, .btn.--simple.add-hov * {
  transition: ease 0.3s;
  transition-property: color;
}
.add-hov .btn.--simple::after, .btn.--simple.add-hov::after {
  transition: ease 0.3s;
  transition-property: color;
}
.add-hov:hover .btn.--simple, .btn.--simple.add-hov:hover {
  color: var(--c_white);
  background: var(--c_txt);
}
.add-hov:hover .btn.--simple *, .btn.--simple.add-hov:hover * {
  color: var(--c_white);
}
.btn.--simple[target]::after {
  -webkit-mask: none;
          mask: none;
  background: none;
}

.add-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.add-arrow::before {
  content: "";
  width: 2.5em;
  height: 1lh;
  background: #C9BD94;
  display: block;
  flex: none;
}
.add-arrow.--right::before {
  -webkit-mask: url(../img/common/icon/icon_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/icon/icon_arrow.svg) no-repeat center/contain;
}
.add-arrow.--left::before {
  -webkit-mask: url(../img/common/icon/icon_arrow.svg) no-repeat center/contain;
          mask: url(../img/common/icon/icon_arrow.svg) no-repeat center/contain;
  transform: rotateY(180deg);
}
.add-arrow.--before {
  flex-flow: row-reverse;
}
.add-arrow.--after {
  flex-flow: row;
}

.bdr-round {
  background: transparent;
  border: 0.1rem solid;
  border-radius: 100vw;
  padding: 0.5lh;
}
.bdr-round.add-hov {
  transition: ease 0.3s;
  transition-property: color, background;
}
.bdr-round.add-hov::after {
  transition: ease 0.3s;
  transition-property: background;
}
.add-hov .bdr-round {
  transition: ease 0.3s;
  transition-property: color, background;
}
.add-hov .bdr-round::after {
  transition: ease 0.3s;
  transition-property: background;
}

.fill-round {
  font-size: 1rem;
  font-weight: 500;
  color: var(--c_white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.fill-round span {
  background: var(--c_txt);
  border-radius: 100vw;
  padding: 1em 2em;
}
.fill-round::after {
  width: 3.5em;
  height: 3.5em;
  content: "\f105";
  font-family: var(--f_FontAwesome);
  font-weight: 900;
  background: var(--c_txt);
  border-radius: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -0.6em;
  aspect-ratio: 1/1;
}
.add-hov .fill-round, .fill-round.add-hov {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  transition: ease 0.3s;
  transition-property: color, filter;
}
.add-hov .fill-round span, .fill-round.add-hov span {
  transition: ease 0.3s;
  transition-property: background;
}
.add-hov .fill-round::after, .fill-round.add-hov::after {
  transition: ease 0.3s;
  transition-property: background;
}
.fill-round.add-hov:hover {
  color: var(--c_txt);
  filter: drop-shadow(0 0 0.1rem rgb(0, 0, 0));
}
.fill-round.add-hov:hover span {
  background: var(--c_white);
}
.fill-round.add-hov:hover::after {
  background: var(--c_white);
}

.add-hov:hover .fill-round {
  color: var(--c_txt);
  filter: drop-shadow(0 0 0.1rem rgb(0, 0, 0));
}
.add-hov:hover .fill-round span {
  background: var(--c_white);
}
.add-hov:hover .fill-round::after {
  background: var(--c_white);
}
.add-hov .hov-scale img {
  transition: ease 0.3s;
  transition-property: scale;
}
.add-hov:hover .hov-scale img {
  scale: 1.1;
}

*[target=_blank] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
*[target=_blank]::after {
  content: "";
  width: 1lh;
  height: 1lh;
  -webkit-mask: url(../img/common/icon/icon_target_blank_white.svg) no-repeat center/contain;
          mask: url(../img/common/icon/icon_target_blank_white.svg) no-repeat center/contain;
  background: var(--c_white);
  flex: none;
  aspect-ratio: 1/1;
}
*[target=_blank].add-hov::after {
  transition: ease 0.3s;
  transition-property: background;
}
.add-hov *[target=_blank]::after {
  transition: ease 0.3s;
  transition-property: background;
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  display: block;
}
.overlay.--primary::after {
  background: var(--c_primary);
}
.overlay.--black::after {
  background: var(--c_txt);
}

.sec-employee-introduction .lead-txt, .sec-employee-list .lead-txt, .sec-strengths .lead-txt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.sec-employee-introduction .lead-txt p, .sec-employee-list .lead-txt p, .sec-strengths .lead-txt p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}
@media all and (max-width: 1023px) {
  .sec-employee-introduction .lead-txt p, .sec-employee-list .lead-txt p, .sec-strengths .lead-txt p {
    font-size: 1.6rem;
    text-align: left;
  }
}

.list-grid-wrap .list-grid .list-item .name-wrap .post,
.kv > .wrapper .flex-col2 .content-wrap .name-wrap .post {
  line-height: 1.8;
  letter-spacing: 0;
}
.list-grid-wrap .list-grid .list-item .name-wrap .name,
.kv > .wrapper .flex-col2 .content-wrap .name-wrap .name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
@media all and (max-width: 1023px) {
  .list-grid-wrap .list-grid .list-item .name-wrap .name,
  .kv > .wrapper .flex-col2 .content-wrap .name-wrap .name {
    font-size: 1.6rem;
  }
}

.list-grid-wrap .list-grid .list-item .img-wrap:not(:has(img)),
.kv > .wrapper .flex-col2 .img-wrap:not(:has(img)) {
  background: var(--c_primary);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.list-grid-wrap .list-grid .list-item .img-wrap:not(:has(img))::before,
.kv > .wrapper .flex-col2 .img-wrap:not(:has(img))::before {
  content: "\f007";
  font-family: var(--f_FontAwesome);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--c_white);
  opacity: 0.5;
}
.list-grid-wrap .list-grid .list-item .img-wrap:not(:has(img))::after,
.kv > .wrapper .flex-col2 .img-wrap:not(:has(img))::after {
  content: "no image";
  line-height: 2;
  color: var(--c_white);
  opacity: 0.5;
}

.list-grid-wrap .list-grid .list-item .tags-wrap .tag,
.kv > .wrapper .flex-col2 .content-wrap .tags-wrap .tag {
  font-family: var(--f_notoSans);
  font-weight: 500;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.25em 0.5em;
}
.list-grid-wrap .list-grid .list-item .tags-wrap .tag span,
.kv > .wrapper .flex-col2 .content-wrap .tags-wrap .tag span {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
  border: 0.1rem solid #93989B;
  border-radius: 100vw;
  padding: 0.2em 0.8em;
}
@media all and (max-width: 1023px) {
  .list-grid-wrap .list-grid .list-item .tags-wrap .tag span,
  .kv > .wrapper .flex-col2 .content-wrap .tags-wrap .tag span {
    font-size: 1.2rem;
  }
}

/* base style end */
@media all and (min-width: 1024px) {
  .pc-hide {
    display: none;
  }
}

@media all and (max-width: 1203px) {
  .sp-hide {
    display: none;
  }
}

*:has(> wbr) {
  word-break: auto-phrase;
  overflow-wrap: anywhere;
}

.dev .page-pad {
  width: 100%;
  height: 100%;
  border-left: 1em solid color-mix(in srgb, #ff00f2 20%, transparent);
  border-right: 1em solid color-mix(in srgb, #ff00f2 20%, transparent);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.dev .guide {
  width: 100%;
  height: 100%;
  max-width: 144rem;
  border-left: 0.1rem solid color-mix(in srgb, #0099ff 20%, transparent);
  border-right: 0.1rem solid color-mix(in srgb, #0099ff 20%, transparent);
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
}
.dev .guide hr {
  width: 0;
  height: 100%;
  border: none;
  border-left: 0.1rem solid color-mix(in srgb, red 20%, transparent);
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
}
.dev .guide::before, .dev .guide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
}
.dev .guide::before {
  max-width: 122rem;
  border-left: 0.1rem solid color-mix(in srgb, #c300ff 20%, transparent);
  border-right: 0.1rem solid color-mix(in srgb, #c300ff 20%, transparent);
}
.dev .guide::after {
  max-width: 112rem;
  border-left: 0.1rem solid color-mix(in srgb, #00ff26 20%, transparent);
  border-right: 0.1rem solid color-mix(in srgb, #00ff26 20%, transparent);
}

/* block style**************************************************************************************/
.employee-introduction .kv, .employee-list .kv, .message .kv, .office .kv, .strengths .kv, .company .kv {
  width: 100%;
  max-height: 55rem;
  padding: 1em;
  aspect-ratio: 1440/550;
  position: relative;
}
@media all and (max-width: 1023px) {
  .employee-introduction .kv, .employee-list .kv, .message .kv, .office .kv, .strengths .kv, .company .kv {
    padding: calc(var(--header-height) + var(--breadcrumbs-height) + 1lh) 1em;
    max-height: none;
    aspect-ratio: auto;
  }
}
.employee-introduction .kv::before, .employee-list .kv::before, .message .kv::before, .office .kv::before, .strengths .kv::before, .company .kv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--c_txt) 57%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.employee-introduction .kv > .wrapper, .employee-list .kv > .wrapper, .message .kv > .wrapper, .office .kv > .wrapper, .strengths .kv > .wrapper, .company .kv > .wrapper {
  max-width: 144rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 1;
}
.employee-introduction .kv > .wrapper .ttl-wrap, .employee-list .kv > .wrapper .ttl-wrap, .message .kv > .wrapper .ttl-wrap, .office .kv > .wrapper .ttl-wrap, .strengths .kv > .wrapper .ttl-wrap, .company .kv > .wrapper .ttl-wrap {
  width: 100%;
}
.employee-introduction .kv > .wrapper .ttl-wrap .ttl, .employee-list .kv > .wrapper .ttl-wrap .ttl, .message .kv > .wrapper .ttl-wrap .ttl, .office .kv > .wrapper .ttl-wrap .ttl, .strengths .kv > .wrapper .ttl-wrap .ttl, .company .kv > .wrapper .ttl-wrap .ttl {
  font-family: var(--f_ShipporiMincho);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--c_white);
}
@media all and (max-width: 1023px) {
  .employee-introduction .kv > .wrapper .ttl-wrap .ttl, .employee-list .kv > .wrapper .ttl-wrap .ttl, .message .kv > .wrapper .ttl-wrap .ttl, .office .kv > .wrapper .ttl-wrap .ttl, .strengths .kv > .wrapper .ttl-wrap .ttl, .company .kv > .wrapper .ttl-wrap .ttl {
    font-size: 2rem;
  }
}
.employee-introduction .kv .kv-img-wrap, .employee-list .kv .kv-img-wrap, .message .kv .kv-img-wrap, .office .kv .kv-img-wrap, .strengths .kv .kv-img-wrap, .company .kv .kv-img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.employee-introduction .kv .kv-img-wrap img, .employee-list .kv .kv-img-wrap img, .message .kv .kv-img-wrap img, .office .kv .kv-img-wrap img, .strengths .kv .kv-img-wrap img, .company .kv .kv-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

hr.sec-between {
  width: 100%;
  height: 100%;
  max-height: 50rem;
  aspect-ratio: 1440/500;
  border: none;
  background: url(../img/common/hr_sec_between_bg@2x.jpg) no-repeat center/cover;
  display: block;
  position: relative;
}
@media all and (max-width: 1023px) {
  hr.sec-between {
    aspect-ratio: 375/167;
  }
}
hr.sec-between::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--c_txt);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.38;
}

.principle-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6.4rem;
  margin-top: 4rem;
}
@media all and (max-width: 1023px) {
  .principle-block {
    flex-flow: column;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.principle-block.--reverse {
  flex-flow: row-reverse;
}
@media all and (max-width: 1023px) {
  .principle-block.--reverse {
    flex-flow: column;
    align-items: center;
  }
}
.principle-block .content-wrap {
  flex: 1;
}
.principle-block .content-wrap .intro-txt {
  margin-top: 2rem;
}
.principle-block .content-wrap .intro-txt p {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1023px) {
  .principle-block .content-wrap .intro-txt p {
    font-size: 1.4rem;
  }
}
.principle-block .content-wrap .sub-item {
  margin-top: 3rem;
}
.principle-block .content-wrap .sub-item h4 {
  font-family: var(--f_ShipporiMincho);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #333;
}
@media all and (max-width: 1023px) {
  .principle-block .content-wrap .sub-item h4 {
    font-size: 1.7rem;
  }
}
.principle-block .content-wrap .sub-item p {
  margin-top: 0.5em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1023px) {
  .principle-block .content-wrap .sub-item p {
    font-size: 1.4rem;
  }
}
.principle-block .img-wrap {
  width: 100%;
  max-width: 40.7rem;
  aspect-ratio: 407/334;
  flex: none;
  overflow: hidden;
}
.principle-block .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-other-link {
  padding: 15rem 1em 0;
}
@media all and (max-width: 1023px) {
  .sec-other-link {
    padding-top: 2lh;
  }
}
.sec-other-link > .wrapper {
  max-width: 144rem;
  margin: auto;
}
.sec-other-link > .wrapper .link-grid {
  width: 100%;
  max-width: 112rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  gap: 1em 1lh;
  margin: auto;
}
@media all and (max-width: 1023px) {
  .sec-other-link > .wrapper .link-grid {
    grid-template-columns: repeat(auto-fit, minmax(16.2rem, 1fr));
    gap: 0.5em;
  }
}
.sec-other-link > .wrapper .link-grid .grid-item {
  padding: 2em 1lh;
}
@media all and (max-width: 1023px) {
  .sec-other-link > .wrapper .link-grid .grid-item {
    padding: 1lh 0.5em;
  }
}
.sec-other-link > .wrapper .link-grid .grid-item .inner .ttl {
  font-size: 1.6rem;
}
@media all and (max-width: 1023px) {
  .sec-other-link > .wrapper .link-grid .grid-item .inner .ttl {
    font-size: 1.4rem;
  }
}

.sec-other-link .wrapper .link-grid .grid-item,
.sec-employee-list .wrapper .list-grid .grid-item {
  width: 100%;
  height: 100%;
  margin: auto;
}
.sec-other-link .wrapper .link-grid .grid-item.btn.--simple,
.sec-employee-list .wrapper .list-grid .grid-item.btn.--simple {
  border-color: #D2D2D2;
}
.sec-other-link .wrapper .link-grid .grid-item .inner .ttl,
.sec-employee-list .wrapper .list-grid .grid-item .inner .ttl {
  font-weight: 700;
  letter-spacing: 0;
}

.sec-cta {
  padding: 15rem 0 0;
}
@media all and (max-width: 1023px) {
  .sec-cta {
    padding-top: 2lh;
  }
}
.sec-cta > .wrapper .flex-col2 {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}
.sec-cta > .wrapper .flex-col2 .flex-item {
  width: 50%;
  padding: 5rem 1em;
}
@media all and (max-width: 1023px) {
  .sec-cta > .wrapper .flex-col2 .flex-item {
    width: 100%;
    padding: 2lh 1em;
  }
}
.sec-cta > .wrapper .flex-col2 .flex-item .ttl {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media all and (max-width: 1023px) {
  .sec-cta > .wrapper .flex-col2 .flex-item .ttl {
    gap: 0.5em;
  }
}
.sec-cta > .wrapper .flex-col2 .flex-item .ttl small {
  font-family: var(--f_MarcellusSC);
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media all and (max-width: 1023px) {
  .sec-cta > .wrapper .flex-col2 .flex-item .ttl small {
    font-size: 1.6rem;
  }
}
.sec-cta > .wrapper .flex-col2 .flex-item .ttl strong {
  font-family: var(--f_ShipporiMincho);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.11em;
}
@media all and (max-width: 1023px) {
  .sec-cta > .wrapper .flex-col2 .flex-item .ttl strong {
    font-size: 2rem;
  }
}
.sec-cta > .wrapper .flex-col2 .flex-item .txt-wrap {
  margin-top: 1lh;
}
.sec-cta > .wrapper .flex-col2 .flex-item .txt-wrap p {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.sec-cta > .wrapper .flex-col2 .flex-item .btn-wrap {
  margin-top: 1lh;
}
.sec-cta > .wrapper .flex-col2 .flex-item .btn-wrap:first-child {
  margin-top: 0;
}
.sec-cta > .wrapper .flex-col2 .flex-item .btn-wrap .btn {
  width: 100%;
  max-width: 34.5rem;
}
.sec-cta > .wrapper .flex-col2 .flex-item .btn-wrap .btn.--def {
  color: var(--c_white);
}
.sec-cta > .wrapper .flex-col2 .flex-item .btn-wrap .btn.--def:hover {
  color: var(--c_txt);
}
.sec-cta > .wrapper .flex-col2 .flex-item .btn-wrap .btn[target]::after {
  content: none;
}
.sec-cta > .wrapper .flex-col2 .flex-item .info-wrap {
  width: 100%;
  max-width: 49rem;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 1lh auto 0;
  padding: 1.5em 0;
}
.sec-cta > .wrapper .flex-col2 .flex-item .info-wrap:first-child {
  margin-top: 0;
}
.sec-cta > .wrapper .flex-col2 .flex-item .info-wrap p {
  line-height: 1;
}
.sec-cta > .wrapper .flex-col2 .flex-item .info-wrap .info-to {
  font-weight: 500;
}
@media all and (max-width: 1023px) {
  .sec-cta > .wrapper .flex-col2 .flex-item .info-wrap .info-to {
    font-size: 1.4rem;
  }
}
.sec-cta > .wrapper .flex-col2 .flex-item .info-wrap .tel {
  font-size: 2.1rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  transition: ease 0.3s;
  transition-property: opacity;
}
@media all and (max-width: 1023px) {
  .sec-cta > .wrapper .flex-col2 .flex-item .info-wrap .tel {
    font-size: 1.6rem;
  }
}
.sec-cta > .wrapper .flex-col2 .flex-item .info-wrap .tel::before {
  content: "";
  width: 1em;
  height: 1em;
  -webkit-mask: url(../img/common/icon/icon_tel.svg) no-repeat center/contain;
          mask: url(../img/common/icon/icon_tel.svg) no-repeat center/contain;
  aspect-ratio: 1/1;
}
.sec-cta > .wrapper .flex-col2 .flex-item .info-wrap .tel:hover {
  opacity: 0.5;
}
.sec-cta > .wrapper .flex-col2 .flex-item .info-wrap .mail {
  font-size: 2.1rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  transition: ease 0.3s;
  transition-property: opacity;
}
@media all and (max-width: 1023px) {
  .sec-cta > .wrapper .flex-col2 .flex-item .info-wrap .mail {
    font-size: 1.6rem;
  }
}
.sec-cta > .wrapper .flex-col2 .flex-item .info-wrap .mail::before {
  content: "";
  width: 1em;
  height: 1em;
  -webkit-mask: url(../img/common/icon/icon_contact_white.svg) no-repeat center/contain;
          mask: url(../img/common/icon/icon_contact_white.svg) no-repeat center/contain;
  aspect-ratio: 1/1;
}
.sec-cta > .wrapper .flex-col2 .flex-item .info-wrap .mail:hover {
  opacity: 0.5;
}
.sec-cta > .wrapper .flex-col2 .flex-item.entry {
  background: #C9BD94;
}
.sec-cta > .wrapper .flex-col2 .flex-item.entry .info-wrap .tel::before {
  background: var(--c_txt);
}
.sec-cta > .wrapper .flex-col2 .flex-item.entry .info-wrap .mail::before {
  background: var(--c_txt);
}
.sec-cta > .wrapper .flex-col2 .flex-item.contact {
  background: var(--c_primary);
}
.sec-cta > .wrapper .flex-col2 .flex-item.contact .ttl {
  color: var(--c_white);
}
.sec-cta > .wrapper .flex-col2 .flex-item.contact .txt-wrap p {
  color: var(--c_white);
}
.sec-cta > .wrapper .flex-col2 .flex-item.contact .info-wrap {
  border-color: var(--c_white);
}
.sec-cta > .wrapper .flex-col2 .flex-item.contact .info-wrap * {
  color: var(--c_white);
}
.sec-cta > .wrapper .flex-col2 .flex-item.contact .info-wrap .tel::before {
  background: var(--c_white);
}
.sec-cta > .wrapper .flex-col2 .flex-item.contact .info-wrap .mail::before {
  background: var(--c_white);
}

/* block style end */
/*# sourceMappingURL=maps/common.css.map */
