@charset "UTF-8";
/* リセットCSS */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  text-align: inherit;
}

.layout-achv__lead {
  margin-top: 2.6455026455vw;
}
@media screen and (width < 768px) {
  .layout-achv__lead {
    margin-top: 10.2564102564vw;
  }
}

.achv__title {
  font-size: clamp(24px, 1.8518518519vw, 32px);
  font-weight: 400;
}
@media screen and (width < 768px) {
  .achv__title {
    font-size: clamp(24px, 7.1794871795vw, 32px);
  }
}
.achv__title--md {
  font-size: clamp(20px, 1.5873015873vw, 28px);
  font-weight: 400;
}
@media screen and (width < 768px) {
  .achv__title--md {
    font-size: clamp(20px, 6.1538461538vw, 28px);
  }
}
.achv__list {
  margin-top: 5.291005291vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.7619047619vw;
}
.achv__list > :nth-child(1) {
  padding-left: 2.6455026455vw;
}
@media screen and (width < 768px) {
  .achv__list {
    margin-top: 20.5128205128vw;
    grid-template-columns: 1fr;
    gap: 10.2564102564vw;
  }
  .achv__list :nth-child(1) {
    order: 2;
  }
  .achv__list :nth-child(2) {
    order: 1;
  }
}
.achv__list--name {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 5.291005291vw;
  font-size: clamp(14px, 1.0582010582vw, 20px);
}
@media screen and (width < 768px) {
  .achv__list--name {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1em;
    margin-bottom: 15.3846153846vw;
    font-size: clamp(14px, 4.1025641026vw, 20px);
  }
}
.achv__list--name li {
  padding-inline: 4em;
  padding-inline: clamp(1em, 3.9682539683vw, 4em);
  word-break: keep-all;
}
@media screen and (width < 768px) {
  .achv__list--name li {
    padding-inline: 1em;
  }
}
.achv__list--name li + li {
  border-left: 1px solid #5A5B5B;
}
@media screen and (width < 768px) {
  .achv__list--name li + li {
    border-left: none;
  }
  .achv__list--name li + li:nth-child(2n) {
    border-left: 1px solid #5A5B5B;
  }
}
.achv__list .page__section--text + .page__section--title {
  margin-top: 2.6455026455vw;
}
@media screen and (width < 768px) {
  .achv__list .page__section--text + .page__section--title {
    margin-top: 10.2564102564vw;
  }
}
.achv__list--category {
  margin-top: 2.6455026455vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.835978836vw;
}
@media screen and (width < 768px) {
  .achv__list--category {
    margin-top: 10.2564102564vw;
    grid-template-columns: 1fr;
    gap: 10.2564102564vw;
  }
  .achv__list--category :nth-child(1) {
    order: 2;
  }
  .achv__list--category :nth-child(2) {
    order: 1;
  }
}
.achv__list--category + .achv__title--md {
  margin-top: 7.9365079365vw;
}
@media screen and (width < 768px) {
  .achv__list--category + .achv__title--md {
    margin-top: 20.5128205128vw;
  }
}
.achv__item--img img {
  width: 100%;
}/*# sourceMappingURL=case-study.css.map */