@charset "UTF-8";
/*------------------------------------------------------------


  style.css


------------------------------------------------------------*/
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {}
@media (max-width: 768px) and (orientation: portrait) {}
@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {}
@media (hover: hover) {}


/*============================================================
  #front-top
============================================================*/
#front-top {
  padding-inline: var(--grid);
  position: relative;
  z-index: 0;
}

#front-top .div-top-body {
  width: 100%;
  position: relative;
  z-index: 0;
}

#front-top .div-top-body .div-content-body {
  width: 100%;
}

#front-top .div-top-slider .ul-slider-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

#front-top .div-top-slider .ul-slider-items > li {
  position: relative;
  z-index: 0;
}

#front-top .div-top-slider .ul-slider-items > li:nth-of-type(n+2) {
  opacity: 0;
}

#front-top .div-top-slider .ul-slider-items > li > .figure-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#front-top .div-top-slider .ul-slider-items > li > .figure-image .picture {
  width: 100%;
  height: 100%;
  border-radius: var(--grid);
}

#front-top .div-top-slider .li-slide-item-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#front-top .div-top-slider .li-slide-item-1 .div-heading {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: var(--grid-140);
  position: relative;
  z-index: 0;
}

#front-top .div-top-slider .li-slide-item-1 .div-heading:before {
  content: "";
  display: block;
  width: 80rem;
  height: 80rem;
  background: url("../images/shadow-white.webp") no-repeat center center / contain;
  margin: auto 0;
  position: absolute;
  left: -28em;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}

#front-top .div-top-slider .li-slide-item-1 .div-heading .h-heading {
  font-family: var(--font-notoserif);
  font-size: 7.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-block: var(--leadingTrim);
  margin-inline: -0.08em;
}

#front-top .div-top-slider .li-slide-item-1 .div-heading .h-heading .ff-figtree {
  display: inline-block;
  font-size: 104%;
  margin-bottom: -0.04em;
}

#front-top .div-top-slider .li-slide-item-1 .div-heading .p-message {
  font-family: var(--font-notoserif);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-block: var(--leadingTrim);
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-top .div-top-slider .ul-slider-items {
    aspect-ratio: 4 / 5;
  }

  #front-top .div-top-slider .ul-slider-items > li > .figure-image {
    height: auto;
    aspect-ratio: 8 / 5;
    position: relative;
  }

  #front-top .div-top-slider .li-slide-item-1 {
    justify-content: flex-start;
    gap: var(--grid-3);
  }

  #front-top .div-top-slider .li-slide-item-1 .div-heading {
    gap: var(--grid-3);
    width: var(--grid-46);
  }

  #front-top .div-top-slider .li-slide-item-1 .div-heading:before {
    display: none;
  }

  #front-top .div-top-slider .li-slide-item-1 .div-heading .h-heading {
    font-size: 4rem;
    line-height: 1.2;
  }

  #front-top .div-top-slider .li-slide-item-1 .div-heading .p-message {
    font-size: 1.84rem;
    line-height: 1.68;
  }
}


/*============================================================
  #front-achievement
============================================================*/
#front-achievement {
  width: 100%;
  position: relative;
  z-index: -1;
}

#front-achievement .div-achievement-body {
  width: 100%;
  padding-block: var(--grid-5) var(--grid-3);
}

#front-achievement .div-achievement-body .div-content-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--grid-4);
  width: var(--grid-164);
  margin-inline: auto;
}

#front-achievement .h-heading {
  font-family: var(--font-notoserif);
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-block: var(--leadingTrim);
}

#front-achievement .h-heading .ff-figtree {
  font-size: 104%;
  font-weight: 400;
}

#front-achievement .ul-achievement {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--grid-8);
}

#front-achievement .ul-achievement .div-badge {
  width: var(--grid-24);
  aspect-ratio: 1 / 1;
  position: relative;
  z-index: 0;
  overflow: visible;
}

#front-achievement .ul-achievement .div-badge .illust-badge {
  filter: drop-shadow(0 1.6rem 2.4rem rgba(0, 0, 0, 0.08));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#front-achievement .ul-achievement .div-badge .dl-achievement {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--grid);
  width: 100%;
  height: 100%;
  text-align: center;
}

#front-achievement .ul-achievement .div-badge .dl-achievement > dt {
  font-size: 1.84rem;
  letter-spacing: 0.04em;
  margin-block: 0.4em var(--leadingTrim);
}

#front-achievement .ul-achievement .div-badge .dl-achievement > dd {
  font-family: var(--font-notoserif);
  font-size: 1.84rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.04em;
  margin-block: var(--leadingTrim);
}

#front-achievement .ul-achievement .div-badge .dl-achievement > dd .number {
  font-family: var(--font-figtree);
  font-weight: 300;
  font-size: 5.2rem;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

#front-achievement > .line {
  width: 240rem;
  height: auto;
  margin: auto;
  position: absolute;
  left: -25.6%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.24;
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-achievement .div-achievement-body {
    padding-block: var(--grid-4) var(--grid-3);
  }

  #front-achievement .div-achievement-body .div-content-body {
    gap: var(--grid-2);
    width: var(--grid-46);
  }

  #front-achievement .h-heading {
    font-size: 2.8rem;
  }

  #front-achievement .ul-achievement {
    flex-wrap: wrap;
    gap: var(--grid-2);
  }

  #front-achievement .ul-achievement .div-badge {
    width: var(--grid-20);
  }

  #front-achievement .ul-achievement .div-badge .illust-badge {
    filter: drop-shadow(0 0.8rem 1.2rem rgba(0, 0, 0, 0.08));
  }

  #front-achievement .ul-achievement .div-badge .dl-achievement > dt {
    font-size: 1.6rem;
  }

  #front-achievement .ul-achievement .div-badge .dl-achievement > dd {
    font-size: 1.6rem;
  }

  #front-achievement .ul-achievement .div-badge .dl-achievement > dd .number {
    font-size: 4rem;
  }

  #front-achievement > .line {
    width: 200%;
    left: -40%;
    top: 20%;
    opacity: 0.8;
  }
}


/*============================================================
  #front-whoweare
============================================================*/
#front-whoweare {
  margin-block: var(--grid);
  padding-inline: var(--grid);
  position: relative;
  z-index: 0;
}

#front-whoweare .div-whoweare-body {
  width: 100%;
  aspect-ratio: 2 / 1;
  background-color: #e5ecee;
  border-radius: var(--grid);
  padding-block: var(--grid-12);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#front-whoweare .div-whoweare-body .div-content-body {
  display: flex;
  flex-direction: column;
  gap: var(--grid-8);
  width: var(--grid-164);
  margin-inline: auto;
}

#front-whoweare .p-whoweare {
  font-family: var(--font-notosans);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 2.4;
}

#front-whoweare .background {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  #front-whoweare .background {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-whoweare {
    margin-block: var(--grid);
    padding-inline: var(--grid);
  }

  #front-whoweare .div-whoweare-body {
    aspect-ratio: unset;
    padding-block: var(--grid-5) var(--grid-32);
  }

  #front-whoweare .div-whoweare-body .div-content-body {
    gap: var(--grid-4);
    width: var(--grid-44);
  }

  #front-whoweare .p-whoweare {
    font-size: 1.6rem;
    line-height: 1.84;
  }

  #front-whoweare .background {
    width: 168%;
  }
}


/*============================================================
  #front-strengths
============================================================*/
#front-strengths {
  margin-block: var(--grid);
  padding-inline: var(--grid);
  position: relative;
  z-index: 0;
}

#front-strengths .div-strengths-body {
  width: 100%;
  border-radius: var(--grid);
  padding-block: var(--grid-10) var(--grid-6);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#front-strengths .div-content-body {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: var(--grid-164);
  margin-inline: auto;
}

#front-strengths .ul-strengths {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: var(--grid-16);
  row-gap: var(--grid-6);
  width: 100%;
}

#front-strengths .ul-strengths .a-item > .icon {
  border-color: var(--color-white);
  position: absolute;
  right: var(--grid-3);
  bottom: var(--grid-3);
  z-index: 1;
}

#front-strengths .ul-strengths .a-item > .icon .icon-arrow {
  stroke: var(--color-white);
}

#front-strengths .div-strengths-point {
  display: flex;
  flex-direction: column;
  width: var(--grid-44);
  border-radius: var(--grid);
  border-bottom-right-radius: var(--grid-6);
  box-shadow: 0 0.4rem 8rem rgba(24, 48, 72, 0.08);
  overflow: hidden;
}

#front-strengths .div-strengths-point .div-outline {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  background-color: var(--color-white);
  padding: var(--grid-3);
}

#front-strengths .div-strengths-point .div-outline .number {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid);
  width: 100%;
  height: var(--grid-2);
  color: var(--color-black);
  font-family: var(--font-figtree);
  font-size: 1.2rem;
  font-weight: 400;
  background: rgba(128, 132, 136, 0.08);
  border-radius: 0.2rem;
  padding-inline: calc(var(--grid) * 0.5);
}

#front-strengths .div-strengths-point .div-outline .number::before {
  content: "";
  flex: 1;
  height: 0.5px;
  display: inline-block;
  background-color: var(--color-black);
}

#front-strengths .div-strengths-point .div-outline .h-title {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  font-family: var(--font-notoserif);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.04em;
  margin-block: var(--leadingTrim);
}

#front-strengths .div-strengths-point .div-outline .h-title > br {
  display: none;
}

#front-strengths .div-strengths-point .div-outline .h-title .cap {
  color: var(--color-blue);
  font-family: var(--font-figtree);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-block: var(--leadingTrim);
  white-space: nowrap;
}

#front-strengths .div-strengths-point .div-outline .p-text {
  color: var(--color-gray);
  font-size: 1.28rem;
  letter-spacing: 0.08em;
  line-height: 1.68;
  margin-block: var(--leadingTrim);
}

#front-strengths .div-strengths-point .figure-image {
  width: 100%;
}

#front-strengths .div-strengths-point .figure-image .picture {
  width: 100%;
  aspect-ratio: 4 / 3;
}

#front-strengths .div-link {
  text-align: right;
}

#front-strengths .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-strengths .div-strengths-body {
    padding-block: var(--grid-5) var(--grid-2);
  }

  #front-strengths .div-content-body {
    gap: var(--grid-4);
    width: var(--grid-44);
  }

  #front-strengths .ul-strengths {
    flex-direction: column;
    column-gap: var(--grid-2);
    row-gap: var(--grid-2);
  }

  #front-strengths .ul-strengths .a-item > .icon {
    right: var(--grid-2);
    bottom: var(--grid-2);
  }

  #front-strengths .div-strengths-point {
    width: 100%;
  }

  #front-strengths .div-strengths-point .div-outline {
    display: flex;
    flex-direction: column;
    gap: var(--grid-3);
    background-color: var(--color-white);
    padding: var(--grid-2) var(--grid-2) var(--grid-3);
  }

  #front-strengths .div-strengths-point .div-outline .number::before {
    content: "";
    flex: 1;
    height: 0.5px;
    display: inline-block;
    background-color: var(--color-black);
  }

  #front-strengths .div-strengths-point .div-outline .h-title {
    gap: calc(var(--grid) * 1.5);
    font-size: 2.4rem;
    line-height: 1.28;
  }

  #front-strengths .div-strengths-point .figure-image .picture {
    aspect-ratio: 16 / 9;
  }

  #front-strengths .div-link {
    text-align: center;
  }
}


/*============================================================
  #front-products
============================================================*/
#front-products {
  margin-block: var(--grid);
  background-color: rgba(128, 176, 192, 0.2);
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#front-products .div-products-body {
  width: 100%;
  padding-block: var(--grid-12);
  position: relative;
  z-index: 0;
}

#front-products .div-products-body .div-content-body {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: var(--grid-164);
  margin-inline: auto;
  position: relative;
  z-index: 0;
}

#front-products .div-content-1 {
  display: flex;
  flex-direction: column;
  gap: var(--grid-8);
  width: var(--grid-32);
}

#front-products .div-content-1 .p-text {
  line-height: 2.24;
  margin-block: var(--leadingTrim);
}

#front-products .div-content-2 {
  width: var(--grid-116);
}

#front-products .div-content-2 .div-slider {
  width: calc(100% + var(--grid-16));
  margin-block: calc(var(--grid-8) * -1);
  margin-inline: calc(var(--grid-8) * -1);
  padding-block: var(--grid-8);
  padding-inline: var(--grid-8);
  overflow: hidden;
}

#front-products .div-content-2 .ul-index {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: var(--grid-8);
  width: 100%;
  margin-bottom: var(--grid-8);
}

#front-products .div-content-2 .ul-index .button-index {
  color: var(--color-gray);
  font-size: 1.52rem;
  letter-spacing: 0.04em;
  margin-block: var(--leadingTrim);
  white-space: nowrap;
}

#front-products .div-content-2 .ul-index .button-index.current {
  color: var(--color-blue);
}

#front-products .div-content-2 .ul-items {
  display: flex;
  flex-direction: row;
  gap: var(--grid-16);
  width: var(--grid-84);
}

#front-products .div-content-2 .ul-items .a-item > .icon {
  border-color: var(--color-white);
  position: absolute;
  right: var(--grid-2);
  bottom: var(--grid-2);
  z-index: 1;
}

#front-products .div-content-2 .ul-items .a-item > .icon .icon-arrow {
  stroke: var(--color-white);
}

#front-products .div-content-2 .div-products-item {
  display: flex;
  flex-direction: row;
  width: var(--grid-68);
  height: var(--grid-32);
  border-radius: calc(var(--grid) * 0.5);
  border-bottom-right-radius: var(--grid-4);
  box-shadow: 0 0.4rem 4rem rgba(24, 48, 72, 0.04);
  overflow: hidden;
}

#front-products .div-content-2 .div-products-item .div-outline {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  background-color: var(--color-white);
  padding: var(--grid-3);
}

#front-products .div-content-2 .div-products-item .div-outline .number {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid);
  width: 100%;
  height: var(--grid-2);
  color: var(--color-black);
  font-family: var(--font-figtree);
  font-size: 1.2rem;
  font-weight: 400;
  background: rgba(128, 132, 136, 0.08);
  border-radius: 0.2rem;
  padding-inline: calc(var(--grid) * 0.5);
}

#front-products .div-content-2 .div-products-item .div-outline .number::before {
  content: "";
  flex: 1;
  height: 0.5px;
  display: inline-block;
  background-color: var(--color-black);
}

#front-products .div-content-2 .div-products-item .div-outline .h-title {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  font-family: var(--font-notoserif);
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-block: var(--leadingTrim);
}

#front-products .div-content-2 .div-products-item .div-outline .h-title > br {
  display: none;
}

#front-products .div-content-2 .div-products-item .div-outline .h-title .cap {
  color: var(--color-blue);
  font-family: var(--font-figtree);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-block: var(--leadingTrim);
  white-space: nowrap;
}

#front-products .div-content-2 .div-products-item .div-outline .p-text {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 3lh;
  color: var(--color-gray);
  font-size: 1.28rem;
  letter-spacing: 0.08em;
  line-height: 1.68;
  margin-top: auto;
  overflow: hidden;
}

#front-products .div-content-2 .div-products-item .figure-image {
  width: var(--grid-32);
}

#front-products .div-content-2 .div-products-item .figure-image .picture {
  width: 100%;
  height: 100%;
}

#front-products .line {
  width: 240rem;
  height: auto;
  margin: auto;
  position: absolute;
  left: -25.6%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.24;
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-products .div-products-body {
    padding-block: var(--grid-5);
  }

  #front-products .div-products-body .div-content-body {
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: var(--grid-6);
    width: var(--grid-46);
  }

  #front-products .div-content-1 {
    gap: var(--grid-4);
    width: 100%;
  }

  #front-products .div-content-1 .p-text {
    line-height: 1.84;
  }

  #front-products .div-content-2 {
    width: 100%;
  }

  #front-products .div-content-2 .div-slider {
    width: calc(100% + var(--grid-4));
    margin-block: calc(var(--grid-4) * -1);
    margin-inline: calc(var(--grid-2) * -1);
    padding-block: var(--grid-4);
    padding-inline: var(--grid-2);
  }

  #front-products .div-content-2 .ul-index {
    gap: var(--grid-2);
    margin-bottom: var(--grid-4);
  }

  #front-products .div-content-2 .ul-index .button-index {
    font-size: 1.2rem;
  }

  #front-products .div-content-2 .ul-items {
    gap: var(--grid-2);
    width: var(--grid-48);
    position: relative;
  }

  #front-products .div-content-2 .ul-items .a-item > .icon {
    right: var(--grid-2);
    bottom: var(--grid-2);
  }

  #front-products .div-content-2 .div-products-item {
    width: var(--grid-46);
    height: var(--grid-24);
    border-radius: calc(var(--grid) * 0.5);
    box-shadow: 0 0.4rem 4rem rgba(24, 48, 72, 0.04);
    overflow: hidden;
  }

  #front-products .div-content-2 .div-products-item .div-outline {
    gap: var(--grid-3);
    padding: var(--grid-2);
  }

  #front-products .div-content-2 .div-products-item .div-outline .h-title {
    gap: var(--grid);
    font-size: 2.4rem;
  }

  #front-products .div-content-2 .div-products-item .div-outline .p-text {
    line-height: 1.44;
  }

  #front-products .div-content-2 .div-products-item .figure-image {
    width: var(--grid-16);
  }

  #front-products .line {
    width: 200%;
    left: -32%;
    opacity: 0.6;
  }
}


/*============================================================
  #front-information
============================================================*/
#front-information {
  position: relative;
  z-index: 0;
}

#front-information .div-information-body {
  width: 100%;
  padding-block: var(--grid-12);
  position: relative;
  z-index: 0;
}

#front-information .div-information-body .div-content-body {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: var(--grid-164);
  margin-inline: auto;
  position: relative;
  z-index: 0;
}

#front-information .div-content-1 {
  display: flex;
  flex-direction: column;
  gap: var(--grid-8);
  width: var(--grid-32);
}

#front-information .div-content-1 .ul-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--grid);
  width: 100%;
}

#front-information .div-content-2 {
  display: flex;
  flex-direction: column;
  gap: var(--grid-8);
  width: var(--grid-116);
}

#front-information .div-content-2 .ul-information {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: 100%;
}

#front-information .div-content-2 .ul-information .a-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid-2);
  width: 100%;
}

#front-information .div-content-2 .ul-information .a-item > .icon {
  justify-content: flex-end;
  width: var(--grid-3);
  height: var(--grid-3);
}

#front-information .div-content-2 .article-information-item {
  flex: 1;
}

#front-information .div-content-2 .article-information-item .dl-information {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid-4);
  width: 100%;
}

#front-information .div-content-2 .article-information-item .dl-information > dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid);
  width: var(--grid-32);
}

#front-information .div-content-2 .article-information-item .dl-information > dt .time-post {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid);
  color: var(--color-blue);
  font-family: var(--font-figtree);
  font-size: 1.44rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

#front-information .div-content-2 .article-information-item .dl-information > dt .time-post::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.5px;
  background-color: var(--color-black);
}

#front-information .div-content-2 .article-information-item .dl-information > dd {
  flex: 1;
}

#front-information .div-content-2 .article-information-item .dl-information > dd .h-heading {
  /*display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2lh;
  overflow: hidden;*/
  font-size: 1.52rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.68;
  margin-block: var(--leadingTrim);
}

@media (hover: hover) {
  #front-information .div-content-2 .ul-information .a-item:hover .dl-information > dd .h-heading {
    text-decoration: underline;
    text-underline-offset: 0.28em;
    text-decoration-thickness: 0.5px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-information .div-information-body {
    width: 100%;
    padding-block: var(--grid-5) var(--grid-3);
  }

  #front-information .div-information-body .div-content-body {
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    gap: var(--grid-3);
    width: var(--grid-46);
    padding-bottom: var(--grid-12);
  }

  #front-information .div-content-1 {
    flex-direction: column;
    gap: var(--grid-3);
    width: 100%;
  }

  #front-information .div-content-1 .div-link {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  #front-information .div-content-2 {
    gap: var(--grid-3);
    width: 100%;
  }

  #front-information .div-content-2 .ul-information {
    gap: var(--grid-3);
  }

  #front-information .div-content-2 .ul-information > li {
    display: flex;
    flex-direction: column;
    gap: var(--grid-2);
  }

  #front-information .div-content-2 .ul-information > li::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-black);
    opacity: 0.16;
  }

  #front-information .div-content-2 .article-information-item .dl-information {
    flex-direction: column;
    align-items: initial;
    gap: var(--grid-2);
  }

  #front-information .div-content-2 .article-information-item .dl-information > dt {
    width: 100%;
  }

  #front-information .div-content-2 .article-information-item .dl-information > dt .time-post {
    flex: initial;
  }

  #front-information .div-content-2 .article-information-item .dl-information > dt .time-post::after {
    display: none;
  }

  #front-information .div-content-2 .article-information-item .dl-information > dd {
    flex: initial;
  }
}


/*============================================================
  #front-banner
============================================================*/
#front-banner {
  width: 100%;
  position: relative;
  z-index: 0;
}

#front-banner .div-banner-body {
  width: 100%;
  padding-block: var(--grid-6);
}

#front-banner .div-banner-body .div-content-body {
  width: var(--grid-164);
  margin-inline: auto;
}

#front-banner .ul-banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--grid-4);
  width: 100%;
}

#front-banner .ul-banner .a-item > .icon {
  border-color: var(--color-white);
  position: absolute;
  right: var(--grid-3);
  bottom: var(--grid-3);
  z-index: 1;
}

#front-banner .ul-banner .a-item > .icon .icon-arrow {
  stroke: var(--color-white);
}

#front-banner .div-banner-item {
  display: flex;
  align-items: center;
  width: var(--grid-80);
  aspect-ratio: 16 / 9;
  border-radius: var(--grid);
  border-bottom-right-radius: var(--grid-6);
  padding-block: 0 var(--grid-4);
  padding-inline: var(--grid-6);
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#front-banner .div-banner-item .h-title {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  color: var(--color-white);
  font-family: var(--font-notoserif);
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-block: var(--leadingTrim);
  text-shadow: 0 0 0.4rem rgba(128, 176, 192, 0.4), 0 0 4rem rgba(128, 176, 192, 0.6);
}

#front-banner .div-banner-item .h-title .cap {
  color: var(--color-white);
  font-family: var(--font-figtree);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-block: var(--leadingTrim);
  white-space: nowrap;
  text-shadow: 0 0 0.2rem rgba(128, 176, 192, 0.4), 0 0 2rem rgba(128, 176, 192, 0.6);
}

#front-banner .div-banner-item .h-title > br {
  display: none;
}

#front-banner .div-banner-item .figure-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#front-banner .div-banner-item .figure-image .picture {
  width: 100%;
  height: 100%;
}

#front-banner .div-banner-item .figure-image .picture::after {
  opacity: 0.08;
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-banner .div-banner-body {
    padding-block: var(--grid-2);
  }

  #front-banner .div-banner-body .div-content-body {
    width: var(--grid-46);
  }

  #front-banner .ul-banner {
    flex-direction: column;
    gap: var(--grid-2);
  }

  #front-banner .ul-banner .a-item > .icon {
    right: var(--grid-2);
    bottom: var(--grid-2);
  }

  #front-banner .div-banner-item {
    width: var(--grid-46);
    aspect-ratio: 16 / 9;
    padding-block: 0 var(--grid-2);
    padding-inline: var(--grid-3);
  }

  #front-banner .div-banner-item .h-title {
    gap: var(--grid-3);
    font-size: 2.8rem;
  }
}


/*============================================================
  #strengths-header
============================================================*/
#strengths-header .ul-index {
  display: flex;
  flex-direction: row;
  gap: var(--grid-2);
  width: 100%;
}

#strengths-header .ul-index > li {
  flex: 1;
}

#strengths-header .ul-index .a-item > .icon {
  width: var(--grid-4);
  height: var(--grid-4);
  border: none;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--grid);
  z-index: 1;
}

#strengths-header .ul-index .a-item > .icon .icon-arrow {
  stroke: var(--color-navy);
  height: 0.88rem;
  transform: rotate(90deg);
}

#strengths-header .div-strengths-index {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  border-radius: calc(var(--grid) * 0.5);
  box-shadow: 0px 0.2rem 2rem rgba(184, 200, 208, 0.08);
  overflow: hidden;
}

#strengths-header .div-strengths-index .div-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--grid-2);
  background-color: var(--color-white);
  padding-block: var(--grid-2) var(--grid-6);
  padding-inline: var(--grid);
}

#strengths-header .div-strengths-index .div-title .number {
  color: var(--color-black);
  font-family: var(--font-figtree);
  font-size: 1.2rem;
  font-weight: 400;
}

#strengths-header .div-strengths-index .div-title .h-title {
  font-family: var(--font-notoserif);
  font-size: 1.44rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  margin-block: var(--leadingTrim);
}

#strengths-header .div-strengths-index .figure-image {
  width: 100%;
}

#strengths-header .div-strengths-index .figure-image .picture {
  width: 100%;
  aspect-ratio: 4 / 3;
}

@media (max-width: 768px) and (orientation: portrait) {
  #strengths-header .ul-index {
    flex-direction: column;
    gap: var(--grid);
  }

  #strengths-header .ul-index > li {
    flex: initial;
  }

  #strengths-header .ul-index .a-item > .icon {
    margin: auto 0;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }

  #strengths-header .div-strengths-index {
    flex-direction: row-reverse;
    width: 100%;
  }

  #strengths-header .div-strengths-index .div-title {
    flex: 1;
    flex-direction: row;
    gap: var(--grid);
    padding-block: var(--grid-2);
    padding-inline: calc(var(--grid) * 1.5) var(--grid-3);
  }

  #strengths-header .div-strengths-index .div-title .number {
    line-height: 0.64;
  }

  #strengths-header .div-strengths-index .div-title .h-title {
    font-size: 1.28rem;
    line-height: 1.28;
    letter-spacing: 0.02em;
    text-align: center;
  }

  #strengths-header .div-strengths-index .figure-image {
    width: var(--grid-6);
  }

  #strengths-header .div-strengths-index .figure-image .picture {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
  }
}


/*============================================================
  #strengths-points
============================================================*/
#strengths-points {
  position: relative;
  z-index: 0;
}

#strengths-points .div-points-body {
  width: 100%;
  padding-block: var(--grid-8) var(--grid-10);
  position: relative;
  z-index: 0;
}

#strengths-points .div-points-body .div-content-body {
  width: var(--grid-164);
  margin-inline: auto;
}

#strengths-points .ul-points {
  display: flex;
  flex-direction: column;
  gap: var(--grid-10);
  width: 100%;
}

#strengths-points .div-strengths-point {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-block: var(--grid-12);
  margin-block: calc(var(--grid-12) * -1);
}

#strengths-points .div-strengths-point .div-outline {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: var(--grid-92);
}

#strengths-points .div-strengths-point .div-outline .bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid);
  width: 100%;
  height: var(--grid-2);
  color: var(--color-black);
  font-family: var(--font-figtree);
  font-size: 1.2rem;
  font-weight: 400;
  background: rgba(128, 132, 136, 0.08);
  border-radius: 0.2rem;
  padding-inline: calc(var(--grid) * 0.5);
}

#strengths-points .div-strengths-point .div-outline .bar::after {
  content: "";
  flex: 1;
  height: 0.5px;
  display: inline-block;
  background-color: var(--color-black);
}

#strengths-points .div-strengths-point .div-outline .div-heading {
  width: 100%;
  position: relative;
  z-index: 0;
}

#strengths-points .div-strengths-point .div-outline .div-heading .h-heading {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  font-family: var(--font-notoserif);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.04em;
  margin-block-end: var(--leadingTrim);
}

#strengths-points .div-strengths-point .div-outline .div-heading .h-heading > br {
  display: none;
}

#strengths-points .div-strengths-point .div-outline .div-heading .h-heading .cap {
  color: var(--color-blue);
  font-family: var(--font-figtree);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-block:var(--leadingTrim);
  white-space: nowrap;
}

#strengths-points .div-strengths-point .div-outline .div-heading .ul-feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--grid-2);
  position: absolute;
  right: 0;
  top: 0;
}

#strengths-points .div-strengths-point .div-outline .div-heading .div-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--grid-16);
  aspect-ratio: 1 / 1;
  position: relative;
  z-index: 0;
  overflow: visible;
}

#strengths-points .div-strengths-point .div-outline .div-heading .div-badge .illust-badge {
  filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.06));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#strengths-points .div-strengths-point .div-outline .div-heading .div-badge .p-title {
  font-size: 1.28rem;
  letter-spacing: 0.04em;
  line-height: 1.52;
  margin-block-end: var(--leadingTrim);
  text-align: center;
}

#strengths-points .div-strengths-point .div-outline .div-heading .div-badge .p-title .number {
  font-family: var(--font-figtree);
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 0.88;
  letter-spacing: -0.024em;
}

#strengths-points .div-strengths-point .div-outline .div-heading .div-sticker {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--grid-14);
  aspect-ratio: 1 / 1;
  border: 0.8px solid var(--color-black);
  border-radius: var(--grid-4);
}

#strengths-points .div-strengths-point .div-outline .div-heading .div-sticker .p-title {
  font-size: 1.44rem;
  letter-spacing: 0.04em;
  line-height: 1.52;
  text-align: center;
  margin-block-end: var(--leadingTrim);
}

#strengths-points .div-strengths-point .div-outline .div-heading .div-sticker .p-title .number {
  font-family: var(--font-figtree);
  font-size: 144%;
  font-weight: 300;
  line-height: 0.88;
}

#strengths-points .div-strengths-point .div-outline .div-heading + .div-text {
  margin-block-start: var(--grid-2);
}

#strengths-points .div-strengths-point .div-outline .div-link {
  margin-block-start: calc(var(--grid) * -1);
}

#strengths-points .div-strengths-point .div-outline .div-merit {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
}

#strengths-points .div-strengths-point .div-outline .div-merit .ul-merit {
  display: flex;
  flex-direction: column;
  gap: var(--grid);
}

#strengths-points .div-strengths-point .div-outline .div-merit .ul-merit .p-merit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid);
  color: var(--color-black);
  font-size: 1.44rem;
  letter-spacing: 0.064em;
  line-height: 1.52;
  background-color: rgba(128, 132, 136, 0.04);
  border: 0.8px solid rgba(128, 132, 136, 0.2);
  border-radius: 0.2rem;
  padding-block: 0.32em;
  padding-inline: 0.64em;
}

#strengths-points .div-strengths-point .div-outline .div-merit .ul-merit .p-merit .icon-check {
  display: inline-block;
}

#strengths-points .div-strengths-point .div-outline .div-merit .ul-merit .p-merit .icon-check {
  stroke: var(--color-black);
  fill: none;
  width: auto;
  height: 1em;
  transform: translateY(8%);
}

#strengths-points .div-strengths-point .div-outline .div-flow {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
}

#strengths-points .div-strengths-point .div-outline .div-flow .ol-flow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: calc(var(--grid) * 2.5);
  width: 100%;
}

#strengths-points .div-strengths-point .div-outline .div-flow .ol-flow > li {
  flex: 1;
  position: relative;
  z-index: 0;
}

#strengths-points .div-strengths-point .div-outline .div-flow .ol-flow > li > .icon-arrow {
  stroke: var(--color-black);
  fill: none;
  width: 1rem;
  height: auto;
  margin: auto 0;
  position: absolute;
  right: -1.5rem;
  top: 0;
  bottom: 0;
}

#strengths-points .div-strengths-point .div-outline .div-flow .ol-flow .dl-flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(var(--grid) * 1.5);
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: rgba(128, 132, 136, 0.08);;
  border: 0.8px solid rgba(128, 132, 136, 0.24);
  border-radius: var(--grid-3);
  border-top-left-radius: calc(var(--grid) * 0.5);
  padding-block: var(--grid-2);
  position: relative;
  z-index: 0;
}

#strengths-points .div-strengths-point .div-outline .div-flow .ol-flow .dl-flow-item > dt {
  color: var(--color-white);
  font-family: var(--font-figtree);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 0.88;
  background-color: var(--color-black);
  border-radius: 4rem;
  padding: 0.4em 0.6em;
}

#strengths-points .div-strengths-point .div-outline .div-flow .ol-flow .dl-flow-item > dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--color-black);
  font-size: 1.36rem;
  letter-spacing: 0.02em;
  line-height: 1.44;
  text-align: center;
  margin-block: var(--leadingTrim);
}

#strengths-points .div-strengths-point .div-outline .div-flow .ol-flow .dl-flow-item.done {
  background-color: transparent;
}

#strengths-points .div-strengths-point .div-outline .div-flow .ol-flow .dl-flow-item.done > dd {
  color: var(--color-gray);
}

#strengths-points .div-strengths-point .div-outline .div-flow .ol-flow .dl-flow-item.done::after {
  content: "済";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1 / 1;
  color: var(--color-white);
  font-size: 1.2rem;
  line-height: 0;
  text-align: center;
  background-color: var(--color-blue);
  border-radius: 0.2rem;
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  z-index: 1;
}

#strengths-points .div-strengths-point .figure-image {
  width: var(--grid-60);
}

#strengths-points .div-strengths-point .figure-image .picture {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: calc(var(--grid) * 0.5);
}

@media (max-width: 768px) and (orientation: portrait) {
  #strengths-points .div-points-body {
    padding-block: var(--grid-3) var(--grid-4);
  }

  #strengths-points .div-points-body .div-content-body {
    width: var(--grid-46);
  }

  #strengths-points .ul-points {
    gap: var(--grid-8);
  }

  #strengths-points .div-strengths-point {
    flex-direction: column;
    justify-content: initial;
    gap: var(--grid-4);
    padding-block: var(--grid-8);
    margin-block: calc(var(--grid-8) * -1);
  }

  #strengths-points .div-strengths-point .div-outline {
    gap: var(--grid-4);
    width: 100%;
  }

  #strengths-points .div-strengths-point .div-outline .div-heading {
    display: flex;
    flex-direction: column;
    gap: var(--grid-3);
  }

  #strengths-points .div-strengths-point .div-outline .div-heading .h-heading {
    gap: var(--grid);
    font-size: 2.8rem;
  }

  #strengths-points .div-strengths-point .div-outline .div-heading .h-heading .cap {
    font-size: 1.12rem;
  }

  #strengths-points .div-strengths-point .div-outline .div-heading .ul-feature {
    gap: var(--grid-2);
    position: static;
  }

  #strengths-points .div-strengths-point .div-outline .div-heading .div-badge {
    width: var(--grid-14);
  }

  #strengths-points .div-strengths-point .div-outline .div-heading .div-badge .p-title {
    font-size: 1.2rem;
    line-height: 1.44;
  }

  #strengths-points .div-strengths-point .div-outline .div-heading .div-badge .p-title .number {
    font-size: 2.8rem;
  }

  #strengths-points .div-strengths-point .div-outline .div-heading .div-sticker {
    width: var(--grid-12);
  }

  #strengths-points .div-strengths-point .div-outline .div-heading .div-sticker .p-title {
    font-size: 1.2rem;
    line-height: 1.44;
  }

  #strengths-points .div-strengths-point .div-outline .div-heading + .div-text {
    margin-block-start: var(--grid);
  }

  #strengths-points .div-strengths-point .div-outline .div-heading:has(.ul-feature) + .div-text {
    margin-block-start: 0;
  }

  #strengths-points .div-strengths-point .div-outline .div-merit {
    gap: var(--grid-3);
    margin-block-start: var(--grid);
  }

  #strengths-points .div-strengths-point .div-outline .div-merit .ul-merit .p-merit {
    display: flex;
    width: 100%;
  }

  #strengths-points .div-strengths-point .div-outline .div-flow {
    gap: var(--grid-3);
    margin-block-start: var(--grid);
  }

  #strengths-points .div-strengths-point .div-outline .div-flow .ol-flow {
    flex-direction: column;
    justify-content: initial;
    gap: calc(var(--grid) * 0.75);
  }

  #strengths-points .div-strengths-point .div-outline .div-flow .ol-flow > li {
    flex: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(var(--grid) * 0.75);
  }

  #strengths-points .div-strengths-point .div-outline .div-flow .ol-flow > li > .icon-arrow {
    margin: 0 auto;
    position: static;
    transform: rotate(90deg);
  }

  #strengths-points .div-strengths-point .div-outline .div-flow .ol-flow .dl-flow-item {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--grid);
    width: 100%;
    aspect-ratio: unset;
    border-radius: var(--grid);
    border-top-left-radius: 0.2rem;
    padding-block: var(--grid);
    padding-inline: var(--grid) var(--grid-10);
  }

  #strengths-points .div-strengths-point .div-outline .div-flow .ol-flow .dl-flow-item > dt {
    width: var(--grid-8);
    text-align: center;
  }

  #strengths-points .div-strengths-point .div-outline .div-flow .ol-flow .dl-flow-item.done::after {
    margin: auto 0;
    position: absolute;
    left: auto;
    right: var(--grid);
    top: 0;
    bottom: 0;
  }

  #strengths-points .div-strengths-point .figure-image {
    width: 100%;
  }
}


/*============================================================
  #technology-index
============================================================*/
#technology-index .div-index-body {
  width: 100%;
  padding-block: var(--grid-8);
  position: relative;
  z-index: 0;
}

#technology-index .div-index-body .div-content-body {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: var(--grid-164);
  margin-inline: auto;
}

#technology-index .ul-index {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--grid-4);
  width: 100%;
}

#technology-index .ul-index .a-item > .icon {
  border-color: var(--color-white);
  position: absolute;
  right: var(--grid-2);
  bottom: var(--grid-2);
  z-index: 1;
}

#technology-index .ul-index .a-item > .icon .icon-arrow {
  stroke: var(--color-white);
}

#technology-index .ul-index .div-technology-item {
  display: flex;
  flex-direction: row;
  width: var(--grid-80);
  height: var(--grid-32);
  border-radius: calc(var(--grid) * 0.5);
  border-bottom-right-radius: var(--grid-4);
  box-shadow: 0 0.4rem 4rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

#technology-index .ul-index .div-technology-item .div-outline {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  width: var(--grid-36);
  background-color: var(--color-white);
  padding: var(--grid-4);
}

#technology-index .ul-index .div-technology-item .div-outline .h-title {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: var(--grid-2);
  width: 100%;
  font-family: var(--font-notoserif);
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-block: var(--leadingTrim);
}

#technology-index .ul-index .div-technology-item .div-outline .h-title > br {
  display: none;
}

#technology-index .ul-index .div-technology-item .div-outline .h-title .cap {
  color: var(--color-gray);
  font-family: var(--font-figtree);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-block: var(--leadingTrim);
}

#technology-index .ul-index .div-technology-item .div-outline .p-text {
  color: var(--color-gray);
  line-height: 1.6;
}

#technology-index .ul-index .div-technology-item .figure-image {
  width: var(--grid-32);
  aspect-ratio: 1 / 1;
}

#technology-index .ul-index .div-technology-item .figure-image .picture {
  width: 100%;
  height: 100%;
}

#technology-index .section-subsection {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: 100%;
}

@media (max-width: 768px) and (orientation: portrait) {
  #technology-index .div-index-body {
    padding-block: var(--grid-4);
  }

  #technology-index .div-index-body .div-content-body {
    gap: var(--grid-4);
    width: var(--grid-46);
  }

  #technology-index .ul-index {
    flex-direction: column;
    gap: var(--grid-2);
  }

  #technology-index .ul-index .a-item > .icon {
    width: var(--grid-4);
    height: var(--grid-4);
    right: var(--grid);
  }

  #technology-index .ul-index .div-technology-item {
    width: 100%;
    height: var(--grid-24);
  }

  #technology-index .ul-index .div-technology-item .div-outline {
    gap: var(--grid-3);
    width: auto;
    padding: var(--grid-2);
  }

  #technology-index .ul-index .div-technology-item .div-outline .h-title {
    gap: calc(var(--grid) * 1.5);
    font-size: 2.4rem;
  }

  #technology-index .ul-index .div-technology-item .div-outline .h-title .cap {
    font-size: 1.12rem;
  }

  #technology-index .ul-index .div-technology-item .div-outline .p-text {
    font-size: 1.36rem;
    margin-block-end: 0;
  }

  #technology-index .ul-index .div-technology-item .figure-image {
    width: var(--grid-14);
    aspect-ratio: 1 / 1;
  }

  #technology-index .ul-index .div-technology-item .figure-image .picture {
    width: 100%;
    height: 100%;
  }

  #technology-index .section-subsection {
    gap: var(--grid-4);
  }
}


/*============================================================
  #products-items
============================================================*/
#products-items {
  position: relative;
  z-index: 0;
}

#products-items .div-item-body {
  width: 100%;
  padding-block: var(--grid-8);
  position: relative;
  z-index: 0;
}

#products-items .div-item-body .div-content-body {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: var(--grid-164);
  margin-inline: auto;
}

#products-items .ul-items {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: 100%;
}

#products-items .div-products-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-block: var(--grid-12);
  margin-block: calc(var(--grid-12) * -1);
}

#products-items .div-products-item .div-outline {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: var(--grid-116);
}

#products-items .div-products-item .div-outline .bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid);
  width: 100%;
  height: var(--grid-2);
  color: var(--color-black);
  font-family: var(--font-figtree);
  font-size: 1.2rem;
  font-weight: 400;
  background: rgba(128, 132, 136, 0.08);
  border-radius: 0.2rem;
  padding-inline: calc(var(--grid) * 0.5);
}

#products-items .div-products-item .div-outline .bar::after {
  content: "";
  flex: 1;
  height: 0.5px;
  display: inline-block;
  background-color: var(--color-black);
}

#products-items .div-products-item .div-outline .h-title {
  display: flex;
  flex-direction: column;
  gap: var(--grid);
  font-family: var(--font-notoserif);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.04em;
  margin-block-end: var(--leadingTrim);
}

#products-items .div-products-item .div-outline .h-title > br {
  display: none;
}

#products-items .div-products-item .div-outline .h-title .cap {
  color: var(--color-blue);
  font-family: var(--font-figtree);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-block:var(--leadingTrim);
  white-space: nowrap;
}

#products-items .div-products-item .div-outline .ul-example {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  gap: var(--grid);
  padding-inline-start: 0.2rem;
}

#products-items .div-products-item .div-outline .ul-example::after {
  content: "など";
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.096em;
  line-height: 0.96;
}

#products-items .div-products-item .div-outline .ul-example > li {
  display: inline-flex;
  align-items: center;
  gap: 0.48em;
  font-size: 1.52rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 0.96;
  background: rgba(24, 48, 72, 0.02);
  border: 0.8px solid rgba(24, 48, 72, 0.16);
  border-radius: 0.2rem;
  padding-block: 0.56em 0.48em;
  padding-inline: 0.64em 0.6em;
}

#products-items .div-products-item .div-outline .ul-example > li:before {
  content: "";
  display: inline-block;
  width: 0.32em;
  height: 0.32em;
  aspect-ratio: 1 / 1;
  background-color: var(--color-navy);
  border-radius: 0.32em;
}

#products-items .div-products-item .figure-image {
  width: var(--grid-44);
}

#products-items .div-products-item .figure-image .picture {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: calc(var(--grid) * 0.5);
}

@media (max-width: 768px) and (orientation: portrait) {
  #products-items .div-item-body {
    padding-block: var(--grid-4);
  }

  #products-items .div-item-body .div-content-body {
    gap: var(--grid-3);
    width: var(--grid-46);
  }

  #products-items .ul-items {
    gap: var(--grid-2);
    width: 100%;
  }

  #products-items .div-products-item {
    flex-direction: column;
    justify-content: initial;
    gap: var(--grid-3);
    padding-block: var(--grid-8);
    margin-block: calc(var(--grid-8) * -1);
  }

  #products-items .div-products-item .div-outline {
    gap: var(--grid-4);
    width: 100%;
  }

  #products-items .div-products-item .div-outline .h-title {
    gap: var(--grid);
    font-size: 2.4rem;
  }

  #products-items .div-products-item .div-outline .h-title .cap {
    font-size: 1.12rem;
  }

  #products-items .div-products-item .div-outline .ul-example {
    gap: calc(var(--grid) * 0.75);
    padding-inline-start: 0;
  }

  #products-items .div-products-item .div-outline .ul-example::after {
    font-size: 1.04rem;
  }

  #products-items .div-products-item .div-outline .ul-example > li {
    font-size: 1.44rem;
  }

  #products-items .div-products-item .figure-image {
    width: 100%;
  }

  #products-items .div-products-item .figure-image .picture {
    width: 100%;
    aspect-ratio: 8 / 5;
  }
}


/*============================================================
  #company-profile
============================================================*/
#company-profile {
  position: relative;
  z-index: 0;
}

#company-profile .div-profile-body {
  width: 100%;
  padding-block: var(--grid-8);
  position: relative;
  z-index: 0;
}

#company-profile .div-profile-body .div-content-body {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: var(--grid-164);
  margin-inline: auto;
}

#company-profile .dl-profile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

#company-profile .dl-profile > dt {
  width: var(--grid-32);
  background-color: rgba(128, 132, 136, 0.04);
  border-top: 0.8px solid rgba(24, 24, 24, 0.12);
  padding-block: var(--grid-3);
  padding-inline: var(--grid-3) var(--grid);
}

#company-profile .dl-profile > dd {
  width: var(--grid-132);
  border-top: 0.8px solid rgba(24, 24, 24, 0.12);
  padding-block: var(--grid-3);
  padding-inline: var(--grid-3) var(--grid);
}

#company-profile .section-subsection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

#company-profile .section-subsection .div-outline {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: var(--grid-116);
}

#company-profile .section-subsection .figure-image {
  width: var(--grid-44);
}

#company-profile .section-subsection .figure-image .picture {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: calc(var(--grid) * 0.5);
}

#company-profile .section-subsection .ul-iso {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--grid-4);
  width: 100%;
}

#company-profile .section-subsection .dl-iso {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  color: var(--color-gray);
  font-size: 1.28rem;
  font-weight: bold;
  letter-spacing: 0.096em;
  line-height: 1.6;
  margin-block: var(--leadingTrim);
}

#company-profile .section-subsection .dl-iso > dt::after {
  content: "：";
  margin-inline: 0.2em;
}

@media (max-width: 768px) and (orientation: portrait) {
  #company-profile .div-profile-body {
    padding-block: var(--grid-4);
  }

  #company-profile .div-profile-body .div-content-body {
    gap: var(--grid-4);
    width: var(--grid-46);
  }

  #company-profile .dl-profile {
  }

  #company-profile .dl-profile > dt {
    width: var(--grid-12);
    padding-inline: var(--grid-2) var(--grid);
  }

  #company-profile .dl-profile > dd {
    width: var(--grid-34);
    padding-inline: var(--grid-2) var(--grid);
  }

  #company-profile .section-subsection {
    flex-direction: column;
    justify-content: initial;
    gap: var(--grid-4);
  }

  #company-profile .section-subsection .div-outline {
    gap: var(--grid-4);
    width: 100%;
  }

  #company-profile .section-subsection .figure-image {
    width: var(--grid-30);
  }

  #company-profile .section-subsection .ul-iso {
    flex-direction: column;
    align-items: initial;
    gap: var(--grid-2);
  }

  #company-profile .section-subsection .dl-iso {
    font-size: 1.2rem;
    line-height: 1.44;
  }
}


/*============================================================
  #company-history
============================================================*/
#company-history {
  position: relative;
  z-index: 0;
}

#company-history .div-history-body {
  width: 100%;
  padding-block: var(--grid-8);
  position: relative;
  z-index: 0;
}

#company-history .div-history-body .div-content-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: var(--grid-164);
  margin-inline: auto;
}

#company-history .dl-history {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--grid-4);
  width: var(--grid-128);
  padding-block: var(--grid);
}

#company-history .dl-history > dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid);
  color: var(--color-blue);
  width: var(--grid-32);
  font-size: 1.52rem;
  letter-spacing: 0.02em;
  line-height: 1.84;
  margin-block: var(--leadingTrim);
}

#company-history .dl-history > dt::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  aspect-ratio: 1 / 1;
  background-color: var(--color-blue);
  border-radius: 0.4em;
}

#company-history .dl-history > dt::after {
  flex: 1;
  content: "";
  display: inline-block;
  height: 0.5px;
  background-color: var(--color-black);
}

#company-history .dl-history > dt > .p-year {
  width: var(--grid-7);
  white-space: nowrap;
}

#company-history .dl-history > dt > .p-month {
  width: var(--grid-4);
  text-align: right;
  white-space: nowrap;
}

#company-history .dl-history > dt .number {
  font-family: var(--font-figtree);
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 0.96;
}

#company-history .dl-history > dd {
  width: var(--grid-92);
}

@media (max-width: 768px) and (orientation: portrait) {
  #company-history .div-history-body {
    padding-block: var(--grid-4);
  }

  #company-history .div-history-body .div-content-body {
    flex-direction: column;
    justify-content: initial;
    gap: var(--grid-4);
    width: var(--grid-46);
  }

  #company-history .dl-history {
    flex-direction: column;
    gap: var(--grid-3);
    width: 100%;
    padding-block: var(--grid);
  }

  #company-history .dl-history > dt {
    width: 100%;
  }

  #company-history .dl-history > dt > .p-year {
    width: auto;
  }

  #company-history .dl-history > dt > .p-month {
    width: auto;
    text-align: left;
  }

  #company-history .dl-history > dd {
    width: 100%;
  }

  #company-history .dl-history > dd + dt {
    margin-block-start: var(--grid);
  }
}


/*============================================================
  #company-access
============================================================*/
#company-access {
  position: relative;
  z-index: 0;
}

#company-access .div-access-body {
  width: 100%;
  padding-block: var(--grid-8);
  position: relative;
  z-index: 0;
}

#company-access .div-access-body .div-content-body {
  display: flex;
  flex-direction: column;
  gap: var(--grid-6);
  width: var(--grid-164);
  margin-inline: auto;
}

#company-access .div-access {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#company-access .div-access .dl-access {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  width: var(--grid-80);
}

#company-access .div-access .dl-access > dt {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  width: 100%;
}

#company-access .div-access .dl-access > dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  opacity: 0.4;
}

#company-access .div-access .dl-access > dd + dt {
  margin-block-start: var(--grid-2);
}

#company-access .div-access .dl-access > dd {
  display: flex;
  flex-direction: column;
  gap: var(--grid-3);
  width: 100%;
}

#company-access .div-access .dl-access .p-title {
  font-family: var(--font-notoserif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-block-end: var(--leadingTrim);
}

#company-access .div-access .figure-access {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: var(--grid-80);
}

#company-access .div-access .figure-access .iframe-map {
  width: 100%;
  height: 296px;
  border-radius: calc(var(--grid) * 0.5);
  overflow: hidden;
}

#company-access .div-access .figure-access .a-text {
  font-size: 1.44rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #company-access .div-access-body {
    padding-block: var(--grid-4);
  }

  #company-access .div-access-body .div-content-body {
    gap: var(--grid-4);
    width: var(--grid-46);
  }

  #company-access .div-access {
    flex-direction: column;
    justify-content: initial;
    gap: var(--grid-3);
  }

  #company-access .div-access .dl-access {
    display: flex;
    flex-direction: column;
    gap: var(--grid-3);
    width: 100%;
  }

  #company-access .div-access .dl-access > dt {
    gap: var(--grid-2);
  }

  #company-access .div-access .dl-access > dd + dt {
    margin-block-start: var(--grid);
  }

  #company-access .div-access .dl-access > dd {
    gap: var(--grid-3);
  }

  #company-access .div-access .dl-access .p-title {
    font-size: 2rem;
  }

  #company-access .div-access .figure-access {
    width: 100%;
  }

  #company-access .div-access .figure-access .iframe-map {
    width: 100%;
    height: 296px;
  }
}


/*============================================================
  #contact-header
============================================================*/
#contact-header .div-header-body {
  padding-block: var(--grid-4);
}

#contact-header .div-title {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
}

#contact-header .h-title-page {
  font-size: 4.8rem;
}

#contact-header .h-subtitle-page {
  font-family: var(--font-notoserif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.04em;
  margin-block: var(--leadingTrim);
}

@media (max-width: 768px) and (orientation: portrait) {
  #contact-header .div-header-body {
    padding-block: var(--grid-3);
  }

  #contact-header .div-title {
    gap: var(--grid-3);
  }

  #contact-header .h-title-page {
    font-size: 3.2rem;
  }

  #contact-header .h-subtitle-page {
    font-size: 1.6rem;
  }
}


/*============================================================
  #contact-form
============================================================*/
#contact-form {
  position: relative;
  z-index: 0;
}

#contact-form .div-form-body {
  width: 100%;
  padding-block: var(--grid-6);
  position: relative;
  z-index: 0;
}

#contact-form .div-form-body .div-content-body {
  display: flex;
  flex-direction: column;
  gap: var(--grid-5);
  width: var(--grid-164);
  margin-inline: auto;
}

#contact-form .div-guide {
  display: flex;
  flex-direction: column;
  gap: var(--grid-3);
  width: 100%;
}

#contact-form .div-form {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  width: 100%;
}

#contact-form .div-form .div-input .ul-form::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  opacity: 0.2;
}

#contact-form .div-form .div-input .ul-form > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  opacity: 0.2;
}

#contact-form .div-form .div-input .dl-form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-block: var(--grid-2);
}

#contact-form .div-form .div-input .dl-form > dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--grid);
  width: var(--grid-44);
  height: var(--grid-6);
  font-family: var(--font-notoserif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0.04em;
}

#contact-form .div-form .div-input .dl-form > dt::before {
  content: "";
  display: inline-block;
  width: 0.32rem;
  height: 0.56em;
  background-color: var(--color-navy);
  border-radius: 0.6px;
}

#contact-form .div-form .div-input .dl-form > dt .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  height: var(--grid-3);
  font-family: var(--font-sans-serif);
  font-size: 1.28rem;
  letter-spacing: 0.04em;
  background: #20A068;
  border-radius: 0.2rem;
  margin-left: auto;
  padding-block: 0.16em 0.12em;
  padding-inline: 0.48em;
}

#contact-form .div-form .div-input .dl-form > dd {
  display: flex;
  flex-direction: column;
  gap: var(--grid-2);
  width: var(--grid-116);
}

#contact-form .div-form .div-input .dl-form > dd input[type="text"],
#contact-form .div-form .div-input .dl-form > dd input[type="email"],
#contact-form .div-form .div-input .dl-form > dd input[type="tel"],
#contact-form .div-form .div-input .dl-form > dd select,
#contact-form .div-form .div-input .dl-form > dd textarea {
  width: 100%;
  font-size: 1.52rem;
  letter-spacing: 0.04em;
  background-color: rgba(128, 132, 136, 0.06);
  border-radius: 0.2rem;
}

#contact-form .div-form .div-input .dl-form > dd input[type="text"],
#contact-form .div-form .div-input .dl-form > dd input[type="email"],
#contact-form .div-form .div-input .dl-form > dd input[type="tel"],
#contact-form .div-form .div-input .dl-form > dd select {
  height: var(--grid-6);
  padding-inline: var(--grid-2);
}

#contact-form .div-form .div-input .dl-form > dd select {
  cursor: pointer;
}

#contact-form .div-form .div-input .dl-form > dd textarea {
  height: 8lh;
  line-height: 1.52;
  padding: var(--grid-2);
}

#contact-form .div-form .div-input .dl-form > dd input::placeholder,
#contact-form .div-form .div-input .dl-form > dd textarea::placeholder {
  color: #a4a4a4;
}

#contact-form .div-form .div-confirm {
  text-align: center;
  margin-block-start: var(--grid-5);
}

#contact-form .div-form .div-confirm .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.44rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
}

#contact-form .div-form .div-confirm .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: var(--grid-2);
  height: var(--grid-2);
  background-color: var(--white);
  border: 1px solid #a4a4a4;
  border-radius: calc(var(--grid) * 0.5);
  margin-inline-end: var(--grid);
}

#contact-form .div-form .div-confirm .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.4rem;
  border-left: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  margin: auto 0;
  opacity: 0;
  position: absolute;
  left: 0.48rem;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg) translateY(-40%);
}

#contact-form .div-form .div-confirm .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

#contact-form .div-form .div-submit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-block-start: var(--grid-4);
}

#contact-form .div-form .div-submit input[type="submit"],
#contact-form .div-form .div-submit input[type="button"] {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: var(--grid-32);
  height: var(--grid-7);
  color: var(--color-white);
  font-size: 1.68rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  background-color: var(--color-blue);
  border-radius: var(--grid-2);
}

#contact-form .div-form .div-submit input[type="submit"]:disabled,
#contact-form .div-form .div-submit input[type="button"]:disabled {
  opacity: 0.2;
  cursor: default;
}

#contact-form .div-form .wpcf7-not-valid-tip {
  color: #E02020;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  margin-block-start: var(--grid);
}

#contact-form .div-form .wpcf7-list-item {
  margin: 0 !important;
}

#contact-form .div-form .wpcf7-spinner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

#contact-form .div-form .wpcf7-response-output {
  color: #E02020;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: transparent;
  border: none;
}

@media (hover: hover) {
  #contact-form .div-form .div-submit input[type="submit"]:not(:disabled):hover,
  #contact-form .div-form .div-submit input[type="button"]:not(:disabled):hover {
    background-color: var(--color-navy);
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #contact-form .div-form-body {
    padding-block: var(--grid-4);
  }

  #contact-form .div-form-body .div-content-body {
    gap: var(--grid-3);
    width: var(--grid-46);
  }

  #contact-form .div-guide {
    gap: var(--grid-3);
    width: 100%;
  }

  #contact-form .div-form {
    gap: var(--grid-3);
  }

  #contact-form .div-form .div-input .dl-form {
    flex-direction: column;
    justify-content: initial;
    gap: calc(var(--grid) * 1.5);
    padding-block: var(--grid-2);
  }

  #contact-form .div-form .div-input .dl-form > dt {
    width: 100%;
    height: var(--grid-3);
    font-size: 1.84rem;
  }

  #contact-form .div-form .div-input .dl-form > dt .required {
    font-size: 1.2rem;
    padding-block: 0;
  }

  #contact-form .div-form .div-input .dl-form > dd {
    width: 100%;
  }

  #contact-form .div-form .div-input .dl-form > dd input[type="text"],
  #contact-form .div-form .div-input .dl-form > dd input[type="email"],
  #contact-form .div-form .div-input .dl-form > dd input[type="tel"],
  #contact-form .div-form .div-input .dl-form > dd select {
    padding-inline: var(--grid);
  }

  #contact-form .div-form .div-input .dl-form > dd textarea {
    padding: var(--grid);
  }

  #contact-form .div-form .div-confirm {
    margin-block-start: var(--grid-4);
  }
}


/*============================================================
  #contact-thanks
============================================================*/
#contact-thanks {
  position: relative;
  z-index: 0;
}

#contact-thanks .div-thanks-body {
  width: 100%;
  padding-block: var(--grid-4) var(--grid-6);
  position: relative;
  z-index: 0;
}

#contact-thanks .div-thanks-body .div-content-body {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  width: var(--grid-164);
  margin-inline: auto;
}

@media (max-width: 768px) and (orientation: portrait) {
  #contact-thanks .div-thanks-body {
    padding-block: var(--grid-2) var(--grid-4);
  }

  #contact-thanks .div-thanks-body .div-content-body {
    width: var(--grid-46);
  }
}


/*============================================================
  #policy-header
============================================================*/
#policy-header .div-header-body {
  padding-block: var(--grid-4);
}

#policy-header .h-title-page {
  font-size: 4.8rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #policy-header .div-header-body {
    padding-block: var(--grid-3);
  }

  #policy-header .h-title-page {
    font-size: 3.2rem;
  }
}


/*============================================================
  #policy-regulations
============================================================*/
#policy-regulations {
  position: relative;
  z-index: 0;
}

#policy-regulations .div-regulations-body {
  width: 100%;
  padding-block: var(--grid-8);
  position: relative;
  z-index: 0;
}

#policy-regulations .div-regulations-body .div-content-body {
  display: flex;
  flex-direction: column;
  gap: var(--grid-8);
  width: var(--grid-164);
  margin-inline: auto;
}

#policy-regulations .div-paragraph {
  display: flex;
  flex-direction: column;
  gap: var(--grid-5);
  width: 100%;
}

#policy-regulations .div-paragraph .h-title-paragraph {
  font-family: var(--font-notoserif);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.04em;
  margin-block-end: var(--leadingTrim);
}

#policy-regulations .ul-regulations {
  display: flex;
  flex-direction: column;
  gap: var(--grid-8);
  width: 100%;
  counter-reset: item;
}

#policy-regulations .ul-regulations::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  opacity: 0.2;
}

#policy-regulations .ul-regulations > li {
  display: flex;
  flex-direction: column;
  gap: var(--grid-4);
  width: 100%;
}

#policy-regulations .ul-regulations .h-title {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-family: var(--font-notoserif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.064em;
  margin-block-end: var(--leadingTrim);
}

#policy-regulations .ul-regulations .h-title:before {
  content: counter(item)".";
  counter-increment: item;
  display: inline-block;
  width: 1.28em;
  font-family: var(--font-figtree);
  font-weight: 300;
  font-size: 1.84rem;
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin-inline-end: 0.2em;
}

#policy-regulations .ul-regulations .p-text {
  font-weight: 400;
  letter-spacing: 0.08em;
}

#policy-regulations .ul-regulations .dl-description {
  display: flex;
  flex-direction: column;
  gap: var(--grid-3);
  width: 100%;
  padding-inline-start: var(--grid-2);
}

#policy-regulations .ul-regulations .dl-description > dt {
  margin-block-start: var(--grid-2);
}

#policy-regulations .ul-regulations .dl-description > dd {
  display: flex;
  flex-direction: column;
  gap: var(--grid-3);
}

#policy-regulations .ul-regulations .dl-description .p-title {
  font-size: 1.44rem;
  font-weight: bold;
  letter-spacing: 0.096em;
  line-height: 1.84;
  margin-block: var(--leadingTrim);
}

#policy-regulations .ul-regulations .dl-description .p-text {
  font-size: 1.44rem;
}

#policy-regulations .ul-regulations .dl-description .ul-disc {
  font-size: 1.44rem;
}

#policy-regulations .ul-regulations .dl-description .p-text + .p-notes {
  margin-block-start: calc(var(--grid) * -1);
}

#policy-regulations .ul-regulations .dl-contact {
  font-size: 1.52rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.84;
  margin-block: var(--leadingTrim);
}

@media (max-width: 768px) and (orientation: portrait) {
  #policy-regulations .div-regulations-body {
    padding-block: var(--grid-4);
  }

  #policy-regulations .div-regulations-body .div-content-body {
    gap: var(--grid-4);
    width: var(--grid-46);
  }

  #policy-regulations .div-paragraph {
    gap: var(--grid-3);
  }

  #policy-regulations .div-paragraph .h-title-paragraph {
    font-size: 2.16rem;
  }

  #policy-regulations .ul-regulations {
    gap: var(--grid-4);
  }

  #policy-regulations .ul-regulations > li {
    gap: var(--grid-3);
  }

  #policy-regulations .ul-regulations .h-title {
    font-size: 1.84rem;
  }

  #policy-regulations .ul-regulations .h-title:before {
    font-size: 1.68rem;
  }

  #policy-regulations .ul-regulations .dl-description {
    gap: var(--grid-3);
  }

  #policy-regulations .ul-regulations .dl-description > dt {
    margin-block-start: var(--grid);
  }
}


/*============================================================
  #comingSoon-header
============================================================*/
#comingSoon-header .h-title-page {
  font-size: 4.8rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #comingSoon-header .h-title-page {
    font-size: 3.2rem;
  }
}


/*============================================================
  #error-header
============================================================*/
#error-header .h-title-page {
  font-size: 3.2rem;
}

#error-header .div-guide .p-text + .a-button {
  margin-block-start: var(--grid-4);
}

@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {
  #error-header .div-guide {
    margin-block-start: calc(var(--grid-4) * -1);
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #error-header .h-title-page {
    font-size: 2.4rem;
  }
}



