<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/** 改行 */
:is(br, wbr)[sp], .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  :is(br, wbr)[pc], .pc {
    display: none;
  }
  :is(br, wbr)[sp] {
    display: inline;
  }
  .sp {
    display: block;
  }
}
:root {
  --base-fs: min(0.06vw, 0.1rem);
}

/*==============================
代表プロフィール
================================*/
body:is(#ceo-profile) {
  color: #07090B;
}
body:is(#ceo-profile) main {
  margin-bottom: 104px;
}
body:is(#ceo-profile) main p, body:is(#ceo-profile) main a, body:is(#ceo-profile) main span, body:is(#ceo-profile) main dl, body:is(#ceo-profile) main dt, body:is(#ceo-profile) main dd {
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) main p, body:is(#ceo-profile) main a, body:is(#ceo-profile) main span, body:is(#ceo-profile) main dl, body:is(#ceo-profile) main dt, body:is(#ceo-profile) main dd {
    font-size: 1.5rem;
  }
}
body:is(#ceo-profile) main p {
  padding-bottom: 1.8em;
}
body:is(#ceo-profile) main p:last-child {
  padding-bottom: 0;
}
body:is(#ceo-profile) .wrap {
  --wrap-width: 1220px;
  width: 100%;
  max-width: var(--wrap-width);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) .wrap {
    padding-inline: 20px;
  }
}
body:is(#ceo-profile) .headline {
  font-size: 6.55rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) .headline {
    font-size: 3.4rem;
    line-height: 1.4;
  }
}
body:is(#ceo-profile) .headings .headline {
  width: fit-content;
  position: relative;
}
body:is(#ceo-profile) .headings .headline::before, body:is(#ceo-profile) .headings .headline::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #07090B;
  position: absolute;
  bottom: -2px;
}
body:is(#ceo-profile) .headings .headline::after {
  width: 100vw;
  right: 0;
}
body:is(#ceo-profile) .page-title {
  height: 550px;
  padding: 30px 15px;
  background-image: none;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
body:is(#ceo-profile) .page-title-text {
  width: min(100%, 1550px);
  height: 100%;
  position: relative;
  z-index: 1;
}
body:is(#ceo-profile) .page-title-text .page-title-text-ja {
  display: block;
  width: 40vw;
  max-width: 502px;
  aspect-ratio: 502/65;
  position: absolute;
  right: 0;
  bottom: 0;
}
body:is(#ceo-profile) .page-title-text .page-title-text-ja img {
  width: 100%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25)) drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) .page-title-text .page-title-text-ja {
    width: 50vw;
    right: 20px;
  }
}
body:is(#ceo-profile) .page-title-text .page-title-text-en {
  display: block;
  width: 50vw;
  max-width: 739px;
  aspect-ratio: 739/202;
  position: absolute;
  left: 0;
  top: 0;
}
body:is(#ceo-profile) .page-title-text .page-title-text-en img {
  width: 100%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25)) drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) .page-title-text .page-title-text-en {
    width: 70vw;
    left: 20px;
  }
}
body:is(#ceo-profile) .page-title-img-ceo {
  width: 323px;
  aspect-ratio: 323/530;
  position: absolute;
  bottom: 0;
  margin-left: 20vw;
}
body:is(#ceo-profile) .page-title-img-ceo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) .page-title-img-ceo {
    width: 30vw;
    min-width: 240px;
    margin-left: 5vw;
  }
  body:is(#ceo-profile) .page-title-img-ceo img {
    width: auto;
    max-width: 100%;
    max-height: 460px;
    position: absolute;
    bottom: 0;
  }
}
body:is(#ceo-profile) .page-title-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
body:is(#ceo-profile) section:is(.profile) {
  color: #fff;
  padding-block: 0;
}
body:is(#ceo-profile) section:is(.profile) .headings .headline::before, body:is(#ceo-profile) section:is(.profile) .headings .headline::after {
  background: #fff;
}
body:is(#ceo-profile) section:is(.profile) .headline {
  letter-spacing: 0.08em;
}
body:is(#ceo-profile) section:is(.profile) .headline .small-text {
  font-size: 1.897rem;
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.profile) .headline .small-text {
    font-size: 1.4rem;
  }
}
body:is(#ceo-profile) section:is(.profile) .headline .middle-text {
  font-size: 4.15rem;
  line-height: 1;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.profile) .headline .middle-text {
    font-size: 2.4rem;
  }
}
body:is(#ceo-profile) section:is(.profile) .wrap {
  max-width: calc(var(--wrap-width) + 200px);
  background-color: #07090B;
  background-image: url("./imgs/ceo-profile/profile_bg.png");
  background-repeat: no-repeat;
  background-position: center right 137px;
  background-size: 45%;
  padding: 116px 100px;
  margin-block: 100px;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.profile) .wrap {
    background-size: 80%;
    background-position: top 5vw center;
    padding: 60px 30px;
    margin-block: 0;
  }
}
body:is(#ceo-profile) section:is(.profile) .wrap::before {
  content: "";
  background: #07090B;
  display: block;
  width: 100%;
  max-width: var(--wrap-width);
  height: 100%;
  top: 0;
  right: 0;
  left: calc(50% - 50vw);
  position: absolute;
  z-index: -1;
}
body:is(#ceo-profile) section:is(.profile) .text {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.profile) .text {
    margin-top: 40px;
  }
}
body:is(#ceo-profile) section:is(.profile) .text p {
  line-height: 2.333;
}
body:is(#ceo-profile) section:is(.data) {
  padding-block: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) {
    padding-block: 60px 20px;
  }
}
body:is(#ceo-profile) section:is(.data) .headline {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) .headline {
    color: #fff;
  }
  body:is(#ceo-profile) section:is(.data) .headline::before, body:is(#ceo-profile) section:is(.data) .headline::after {
    background: #fff;
  }
}
body:is(#ceo-profile) section:is(.data) .backgrounds {
  width: 31vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body:is(#ceo-profile) section:is(.data) .backgrounds img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) .backgrounds {
    width: 100%;
    height: 500px;
    max-width: none;
    left: 0;
    right: unset;
  }
  body:is(#ceo-profile) section:is(.data) .backgrounds img {
    width: 100%;
  }
}
@media screen and (min-width: 2470px) {
  body:is(#ceo-profile) section:is(.data) .backgrounds img {
    width: 100%;
    height: auto;
  }
}
body:is(#ceo-profile) section:is(.data) .body {
  width: 72%;
  max-width: 867px;
  padding-right: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) .body {
    width: 100%;
    padding-right: 0;
  }
}
body:is(#ceo-profile) section:is(.data) dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 68px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) dl {
    margin-top: 60px;
  }
}
body:is(#ceo-profile) section:is(.data) dl::before {
  content: "";
  background: #F4F6F7;
  display: block;
  width: calc(100% + (100svw - 1200px) / 2);
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) dl::before {
    display: none;
  }
}
body:is(#ceo-profile) section:is(.data) dl dt, body:is(#ceo-profile) section:is(.data) dl dd {
  padding-block: 24px;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) dl dt, body:is(#ceo-profile) section:is(.data) dl dd {
    padding: 20px;
  }
}
body:is(#ceo-profile) section:is(.data) dl dt:not(:last-of-type), body:is(#ceo-profile) section:is(.data) dl dd:not(:last-of-type) {
  border-bottom: 1px solid #07090B;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) dl dt:not(:last-of-type), body:is(#ceo-profile) section:is(.data) dl dd:not(:last-of-type) {
    border: none;
  }
}
body:is(#ceo-profile) section:is(.data) dl dt {
  width: 166px;
  background: #F4F6F7;
  font-weight: 700;
  line-height: 2.333;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) dl dt {
    width: 100%;
  }
}
body:is(#ceo-profile) section:is(.data) dl dd {
  width: calc(100% - 166px);
  padding-left: 40px;
  line-height: 2.333;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) dl dd {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 40px;
  }
}
body:is(#ceo-profile) section:is(.data) dl dd:has(.flex) {
  flex-direction: column;
}
body:is(#ceo-profile) section:is(.data) dl dd .flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) dl dd .flex {
    flex-direction: column;
  }
}
body:is(#ceo-profile) section:is(.data) dl dd .flex:not(:first-child) {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) dl dd .flex:not(:first-child) {
    margin-top: 8px;
  }
}
body:is(#ceo-profile) section:is(.data) dl dd .flex .title {
  width: 200px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) dl dd .flex .title {
    width: 100%;
  }
}
body:is(#ceo-profile) section:is(.data) dl dd .flex .title::after {
  content: "";
  flex: 1;
  width: 1em;
  height: 1px;
  margin-inline: 0.5em;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) dl dd .flex .title::after {
    display: none;
  }
}
body:is(#ceo-profile) section:is(.data) dl dd .flex .list-tag {
  width: calc(100% - 200px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) dl dd .flex .list-tag {
    width: 100%;
  }
}
body:is(#ceo-profile) section:is(.data) dl dd .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 15px;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.data) dl dd .list-tag {
    width: 100%;
  }
}
body:is(#ceo-profile) section:is(.data) dl dd .list-tag li {
  display: inline;
  color: #fff;
  background: #384D74;
  border-radius: 5px;
  line-height: 1;
  padding: 0.3em 0.6em 0.4em;
  white-space: nowrap;
}
body:is(#ceo-profile) section:is(.data) dl dd .list-tag li::before {
  content: "#";
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  margin-right: 0.3em;
}
body:is(#ceo-profile) section:is(.data) dl dd p {
  line-height: 2.333;
}
body:is(#ceo-profile) section:is(.data) dl dd a {
  color: #07090B;
  line-height: 2.333;
  text-decoration: underline;
}
body:is(#ceo-profile) section:is(.overview) {
  padding-block: 190px 108px;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.overview) {
    padding-block: 60px;
  }
}
body:is(#ceo-profile) section:is(.overview) .text {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.overview) .text {
    margin-top: 30px;
  }
}
body:is(#ceo-profile) section:is(.overview) .text p {
  line-height: 2.333;
}
body:is(#ceo-profile) section:is(.articles) {
  --bg-color: #F4F6F7;
  --color-blue: #384478;
  background: var(--bg-color);
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.articles) {
    padding-block: 60px;
  }
}
body:is(#ceo-profile) section:is(.articles) .wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1509px) {
  body:is(#ceo-profile) section:is(.articles) .wrap {
    position: relative;
  }
}
body:is(#ceo-profile) section:is(.articles) .headings {
  margin-top: 10px;
}
body:is(#ceo-profile) section:is(.articles) .headings .headline {
  color: var(--color-blue);
  font-size: 6.63rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.articles) .headings .headline {
    font-size: 3.4rem;
  }
}
body:is(#ceo-profile) section:is(.articles) .headings .headline em {
  color: #fff;
  font-size: 7.124rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0.1em 0.03em 0.3em 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.articles) .headings .headline em {
    font-size: 3.4rem;
  }
}
body:is(#ceo-profile) section:is(.articles) .headings .headline em::before {
  content: "";
  display: block;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body:is(#ceo-profile) section:is(.articles) .headings .headline em::after {
  content: "";
  display: block;
  width: calc(100% + (100vw - 1200px) / 2);
  min-width: 100%;
  height: 5px;
  background-image: url("./imgs/ceo-profile/label-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.articles) .headings .headline em::after {
    width: 100vw;
  }
}
body:is(#ceo-profile) section:is(.articles) .headings .headline span {
  font-size: 8rem;
  position: relative;
  top: 4px;
  margin-left: -0.05em;
  margin-right: -0.05em;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.articles) .headings .headline span {
    font-size: 5rem;
    line-height: 1;
  }
}
body:is(#ceo-profile) section:is(.articles) .headings .headline::before, body:is(#ceo-profile) section:is(.articles) .headings .headline::after {
  display: none;
}
body:is(#ceo-profile) section:is(.articles) .block-wrap {
  position: relative;
  width: 100%;
  max-width: 1627px;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #1C295F;
  background-image: url("./imgs/ceo-profile/articles_bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
}
@media screen and (max-width: 1509px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap {
    margin-top: 25px;
    border-left: 20px solid var(--bg-color);
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap {
    border-right: 20px solid var(--bg-color);
    margin-top: 60px;
  }
}
body:is(#ceo-profile) section:is(.articles) .block-wrap::after {
  content: "";
  display: block;
  background: url("./imgs/ceo-profile/img_ceo_02.png") 100%/contain no-repeat;
  width: 443px;
  aspect-ratio: 443/499;
  position: absolute;
  bottom: -50px;
  right: 0;
}
@media screen and (max-width: 1509px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap::after {
    width: 30vw;
    bottom: -3.45vw;
  }
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap::after {
    display: none;
  }
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .blank {
  background: var(--bg-color);
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .block {
  position: relative;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 42px 62px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap .block {
    padding: 80px 20px 30px;
  }
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .block::before {
  content: "";
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  top: 0;
  left: 0;
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .block .headline {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap .block .headline {
    font-size: 2.4rem;
  }
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .block .inner {
  max-width: 602px;
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .block .text {
  margin-top: 1.5em;
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .flex {
  display: flex;
  flex-wrap: wrap;
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .flex::before {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background: var(--bg-color);
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex01::before {
  display: none;
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex01 .blank {
  max-width: calc(100% - 798.5px);
  width: 100%;
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex01 .block {
  max-width: 798.5px;
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex01 .block::before {
  background: url("./imgs/ceo-profile/img_no1.svg") left top/auto 100% no-repeat;
}
@media screen and (max-width: 1509px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex01 .blank {
    width: 40%;
    max-width: none;
  }
  body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex01 .block {
    width: 60%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex01 .blank {
    width: 100%;
  }
  body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex01 .block {
    width: 100%;
  }
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex02 .blank {
  width: 32%;
  max-width: calc(100% - 1111px);
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex02 .block {
  max-width: 1111px;
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex02 .block::before {
  background: url("./imgs/ceo-profile/img_no2.svg") left top/auto 100% no-repeat;
}
@media screen and (max-width: 1509px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex02 .blank {
    width: 20%;
    max-width: none;
  }
  body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex02 .block {
    width: 80%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex02 .blank {
    width: 100%;
  }
  body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex02 .block {
    width: 100%;
  }
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex03 .blank {
  width: 100%;
  max-width: calc(100% - 1423.5px);
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex03 .block {
  max-width: 1423.5px;
}
body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex03 .block::before {
  background: url("./imgs/ceo-profile/img_no3.svg") left top/auto 100% no-repeat;
}
@media screen and (max-width: 1509px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex03 .blank {
    display: none;
  }
  body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex03 .block {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 959px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex03 .inner {
    max-width: calc(100% - 30vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.articles) .block-wrap .flex.flex03 .inner {
    max-width: none;
  }
}
body:is(#ceo-profile) section:is(.commitment) {
  padding-block: 160px 104px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.commitment) {
    padding-block: 60px 0;
  }
}
body:is(#ceo-profile) section:is(.commitment) .block-wrap {
  margin-top: 154px;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.commitment) .block-wrap {
    margin-top: 80px;
  }
}
body:is(#ceo-profile) section:is(.commitment) .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.commitment) .block {
    align-items: normal;
    flex-direction: column;
    margin-inline: -20px;
  }
}
body:is(#ceo-profile) section:is(.commitment) .block:not(:first-child) {
  margin-top: 230px;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.commitment) .block:not(:first-child) {
    margin-top: 80px;
  }
}
body:is(#ceo-profile) section:is(.commitment) .block:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.commitment) .block:nth-child(odd) {
    flex-direction: column;
  }
}
body:is(#ceo-profile) section:is(.commitment) .block:nth-child(odd) .body {
  padding-left: 0;
  padding-right: 88px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.commitment) .block:nth-child(odd) .body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body:is(#ceo-profile) section:is(.commitment) .block:nth-child(odd) .backgrounds {
  transform: scale(1.368) translate(74px, 0);
}
@media screen and (max-width: 1299px) {
  body:is(#ceo-profile) section:is(.commitment) .block:nth-child(odd) .backgrounds {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.commitment) .block:nth-child(odd) .backgrounds {
    transform: scale(1) translate(0);
  }
}
body:is(#ceo-profile) section:is(.commitment) .block .backgrounds {
  width: 46%;
  max-width: 768px;
  transform: scale(1.368) translate(-74px, 0);
}
body:is(#ceo-profile) section:is(.commitment) .block .backgrounds .image {
  width: 100%;
  aspect-ratio: 768/700;
}
@media screen and (max-width: 1299px) {
  body:is(#ceo-profile) section:is(.commitment) .block .backgrounds {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.commitment) .block .backgrounds {
    width: 100%;
    max-width: none;
    transform: scale(1) translate(0);
  }
}
body:is(#ceo-profile) section:is(.commitment) .block .body {
  --margin: 88px;
  width: 54%;
  max-width: calc(566px + var(--margin));
  padding-left: var(--margin);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.commitment) .block .body {
    width: 90%;
    max-width: none;
    padding-inline: 0;
    background: #fff;
    padding: 30px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
  }
}
body:is(#ceo-profile) section:is(.commitment) .block .headline {
  font-size: 2.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.commitment) .block .headline {
    font-size: 2.4rem;
  }
}
body:is(#ceo-profile) section:is(.commitment) .block .headline:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.commitment) .block .headline:not(:first-child) {
    margin-top: 60px;
  }
}
body:is(#ceo-profile) section:is(.commitment) .block .text {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  body:is(#ceo-profile) section:is(.commitment) .block .text {
    margin-top: 12px;
  }
}
body:is(#ceo-profile) section:is(.commitment) .block .text p {
  line-height: 1.75;
}/*# sourceMappingURL=style.css.map */</pre></body></html>