:root {
  --c-ctzn_blue: hsla(220, 100%, 56%, 1);
  --c-ctzn_blck: hsla(195, 5%, 17%, 1);
  --c-ctzn_wht: hsla(0, 0%, 100%, 1);
  --c-ctzn_blue50: hsl(220 63.1% 72.4%);
  --c-gray464949: hsl(180 2.1% 28%);
  --c-gray500: hsla(218, 6%, 75%, 0.46);
  --c-gray400: hsla(210, 8%, 84%, 1);
  --c-gray300: hsla(210, 11%, 89%, 1);
  --c-gray200: hsla(204, 15%, 94%, 1);
  --c-gray555: hsl(0 0% 33.3%);
  --c-grayAaa: hsl(0 0% 66.7%);
  --c-gray2: hsla(0, 1%, 45%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-White: hsl(220 0% 100%);
  --c-bgGradient: linear-gradient(135deg, hsla(0, 0%, 100%, 1) -10%, hsla(207, 7%, 67%, 1) 200%);
  --c-dummy: hsl(0 0% 47.1%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-white: hsl(220 0% 100%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --fadeInLength: 20px;
  --fadeInOpacityDuration: 0.8s;
  --lmContentsDelay: 0.3s;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

.intro {
  padding-top: 80px;
  margin-inline: auto;
  width: 980px;
}
@media screen and (max-width: 1239px) {
  .intro {
    padding-top: 60px;
    width: 80vw;
  }
}
@media screen and (max-width: 839px) {
  .intro {
    padding-top: 40px;
  }
}
.intro .catch h2 {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0em;
  font-weight: 400;
}
.intro .catch h2 span {
  font-weight: 400;
}
.intro .catch h2 {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  .intro .catch h2 {
    font-size: 23px;
    line-height: 39px;
  }
}
@media screen and (max-width: 839px) {
  .intro .catch h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.intro .lead_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  align-content: start;
  column-gap: 50px;
  padding-top: 80px;
}
@media screen and (max-width: 1239px) {
  .intro .lead_wrap {
    column-gap: 4vw;
    padding-top: 60px;
  }
}
@media screen and (max-width: 839px) {
  .intro .lead_wrap {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    padding-top: 40px;
  }
}
.intro .lead_wrap .photo {
  grid-row: 1/3;
}
@media screen and (max-width: 839px) {
  .intro .lead_wrap .photo {
    grid-row: auto;
  }
}
.intro .lead_wrap .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 839px) {
  .intro .lead_wrap .head {
    padding-top: 40px;
  }
}
.intro .lead_wrap .head h3 {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  font-weight: 400;
}
.intro .lead_wrap .head h3 span {
  font-weight: 400;
}
@media screen and (max-width: 1239px) {
  .intro .lead_wrap .head h3 {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 839px) {
  .intro .lead_wrap .head h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.intro .lead_wrap .body {
  padding-top: 40px;
}
.intro .lead_wrap .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 400;
}
.intro .lead_wrap .body p span {
  font-weight: 400;
}
.intro .lead_wrap .body p {
  text-align: justify;
}

.person {
  margin-top: 60px;
  margin-inline: auto;
  width: 980px;
}
@media screen and (max-width: 1239px) {
  .person {
    width: 80vw;
  }
}
.person .person_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 80px;
}
@media screen and (max-width: 1239px) {
  .person .person_ul {
    column-gap: 5vw;
    row-gap: 50px;
  }
}
@media screen and (max-width: 839px) {
  .person .person_ul {
    display: grid;
    grid-template-columns: auto;
  }
}
.person .person_ul li {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  column-gap: 30px;
}
@media screen and (max-width: 1239px) {
  .person .person_ul li {
    column-gap: 25px;
  }
}
@media screen and (max-width: 839px) {
  .person .person_ul li {
    column-gap: 20px;
  }
}
.person .person_ul li .photo {
  width: 125px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1239px) {
  .person .person_ul li .photo {
    width: 105px;
  }
}
@media screen and (max-width: 839px) {
  .person .person_ul li .photo {
    width: 85px;
  }
}
.person .person_ul li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.person .person_ul li .profile {
  align-self: end;
}
.person .person_ul li .profile .title {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.person .person_ul li .profile .title span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .person .person_ul li .profile .title {
    font-size: 11px;
  }
}
@media screen and (max-width: 839px) {
  .person .person_ul li .profile .title {
    font-size: 12px;
  }
}
.person .person_ul li .profile .name {
  padding-top: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.person .person_ul li .profile .name span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .person .person_ul li .profile .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 839px) {
  .person .person_ul li .profile .name {
    font-size: 18px;
  }
}
.person .person_ul li .profile .detail {
  padding-top: 10px;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0em;
  font-weight: 400;
}
.person .person_ul li .profile .detail span {
  font-weight: 400;
}
@media screen and (max-width: 1239px) {
  .person .person_ul li .profile .detail {
    font-size: 11.5px;
    line-height: 18px;
  }
}
@media screen and (max-width: 839px) {
  .person .person_ul li .profile .detail {
    padding-top: 15px;
    font-size: 13px;
    line-height: 21px;
  }
}

.process {
  margin-top: 40px;
  padding-top: 60px;
  margin-inline: auto;
  width: 980px;
}
@media screen and (max-width: 1239px) {
  .process {
    margin-top: 40px;
    padding-top: 50px;
    width: 80vw;
  }
}
@media screen and (max-width: 839px) {
  .process {
    margin-top: 40px;
    padding-top: 40px;
    width: 90vw;
  }
}
.process .process_title .number {
  margin-right: -0.05em;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.process .process_title .number span {
  font-weight: 500;
}
.process .process_title .number {
  text-align: center;
}
.process .process_title h3 {
  padding-top: 15px;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.process .process_title h3 span {
  font-weight: 500;
}
.process .process_title h3 {
  text-align: center;
}
@media screen and (max-width: 839px) {
  .process .process_title h3 {
    font-size: 13px;
  }
}
.process .process_intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  column-gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .process .process_intro {
    column-gap: 4vw;
    margin-top: 55px;
  }
}
@media screen and (max-width: 839px) {
  .process .process_intro {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    margin-top: 50px;
    margin-inline: auto;
    width: 80vw;
  }
}
.process .process_intro .photo {
  grid-row: 1/3;
  align-self: start;
}
@media screen and (max-width: 839px) {
  .process .process_intro .photo {
    grid-row: auto;
  }
}
.process .process_intro .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process .process_intro .head {
  align-self: end;
}
@media screen and (max-width: 839px) {
  .process .process_intro .head {
    padding-top: 40px;
  }
}
.process .process_intro .head h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  font-weight: 400;
}
.process .process_intro .head h4 span {
  font-weight: 400;
}
@media screen and (max-width: 1239px) {
  .process .process_intro .head h4 {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 839px) {
  .process .process_intro .head h4 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
}
.process .process_intro .body {
  padding-top: 40px;
}
.process .process_intro .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 400;
}
.process .process_intro .body p span {
  font-weight: 400;
}
.process .process_intro .body p {
  text-align: justify;
}
.process .talk {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  .process .talk {
    margin-top: 70px;
  }
}
@media screen and (max-width: 839px) {
  .process .talk {
    margin-top: 60px;
  }
}
.process .talk .talk_narration {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  padding: 32px;
  margin-inline: auto;
  width: 730px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .process .talk .talk_narration {
    margin: 15px 0;
    margin-inline: auto;
    padding: 30px 5vw;
    width: 600px;
  }
}
@media screen and (max-width: 839px) {
  .process .talk .talk_narration {
    margin: 10px 0;
    margin-inline: auto;
    padding: 28px 5vw;
    width: 80vw;
  }
}
.process .talk .talk_narration::before {
  content: "";
  display: inline-block;
  background-color: var(--c-gray200);
  position: absolute;
  inset: 0;
}
.process .talk .talk_narration p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 400;
}
.process .talk .talk_narration p span {
  font-weight: 400;
}
.process .talk .talk_narration p {
  text-align: justify;
  position: relative;
}
.process .talk .talk_narration.fadeElem::before {
  opacity: 0;
  translate: 0 20px;
}
.process .talk .talk_narration.fadeIn::before {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.process .talk .process_outro .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 839px) {
  .process .talk .process_outro .narration {
    margin-inline: auto;
    width: 80vw;
  }
}
.process .talk .process_outro .narration p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 400;
}
.process .talk .process_outro .narration p span {
  font-weight: 400;
}
.process .talk .process_outro .narration p {
  text-align: justify;
}

.process#process1 .talk .process_outro {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 60px;
}
@media screen and (max-width: 1239px) {
  .process#process1 .talk .process_outro {
    column-gap: 4vw;
  }
}
@media screen and (max-width: 839px) {
  .process#process1 .talk .process_outro {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.process#process1 .talk .process_outro .photo_1 {
  grid-column: 2;
  justify-self: end;
  width: 260px;
  aspect-ratio: 260/320;
}
@media screen and (max-width: 1239px) {
  .process#process1 .talk .process_outro .photo_1 {
    width: 20vw;
  }
}
@media screen and (max-width: 839px) {
  .process#process1 .talk .process_outro .photo_1 {
    grid-column: auto;
    margin-inline: auto;
    width: 80vw;
  }
}
.process#process1 .talk .process_outro .photo_2 {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  align-self: end;
  width: 363px;
  aspect-ratio: 363/184;
}
@media screen and (max-width: 1239px) {
  .process#process1 .talk .process_outro .photo_2 {
    width: 30vw;
  }
}
@media screen and (max-width: 839px) {
  .process#process1 .talk .process_outro .photo_2 {
    grid-column: auto;
    grid-row: auto;
    margin-inline: auto;
    width: 80vw;
  }
}

.process#process2 .talk .talk_photo {
  justify-self: end;
  margin: 20px 96px 0;
  width: 568px;
  aspect-ratio: 568/248;
}
@media screen and (max-width: 1239px) {
  .process#process2 .talk .talk_photo {
    margin: 20px 80px 0;
    width: 46vw;
  }
}
@media screen and (max-width: 839px) {
  .process#process2 .talk .talk_photo {
    margin-inline: auto;
    width: 80vw;
  }
}
.process#process2 .talk .talk_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process#process2 .talk .process_outro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .process#process2 .talk .process_outro {
    column-gap: 4vw;
    row-gap: 55px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 839px) {
  .process#process2 .talk .process_outro {
    grid-template-columns: 1fr;
    row-gap: 50px;
    margin-top: 20px;
  }
}
.process#process2 .talk .process_outro .photo_1 {
  justify-self: end;
  width: 363px;
  aspect-ratio: 363/184;
}
@media screen and (max-width: 1239px) {
  .process#process2 .talk .process_outro .photo_1 {
    width: 30vw;
  }
}
@media screen and (max-width: 839px) {
  .process#process2 .talk .process_outro .photo_1 {
    margin-inline: auto;
    width: 80vw;
  }
}
.process#process2 .talk .process_outro .photo_2 {
  grid-column: 1/3;
  width: 670px;
  aspect-ratio: 670/320;
}
@media screen and (max-width: 1239px) {
  .process#process2 .talk .process_outro .photo_2 {
    width: 54vw;
  }
}
@media screen and (max-width: 839px) {
  .process#process2 .talk .process_outro .photo_2 {
    grid-column: auto;
    margin-inline: auto;
    width: 80vw;
  }
}

.process#process3 .talk .process_outro {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .process#process3 .talk .process_outro {
    column-gap: 4vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 839px) {
  .process#process3 .talk .process_outro {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 20px;
  }
}
.process#process3 .talk .process_outro .photo_1 {
  align-self: end;
  width: 362px;
  aspect-ratio: 362/188;
}
@media screen and (max-width: 1239px) {
  .process#process3 .talk .process_outro .photo_1 {
    width: 30vw;
  }
}
@media screen and (max-width: 839px) {
  .process#process3 .talk .process_outro .photo_1 {
    margin-inline: auto;
    width: 80vw;
  }
}
.process#process3 .talk .process_outro .photo_2 {
  width: 359px;
  aspect-ratio: 359/480;
}
@media screen and (max-width: 1239px) {
  .process#process3 .talk .process_outro .photo_2 {
    width: 28vw;
  }
}
@media screen and (max-width: 839px) {
  .process#process3 .talk .process_outro .photo_2 {
    margin-inline: auto;
    width: 80vw;
  }
}

.process#process4 .talk .process_outro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .process#process4 .talk .process_outro {
    column-gap: 4vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 839px) {
  .process#process4 .talk .process_outro {
    grid-template-columns: 1fr;
    row-gap: 50px;
    margin-top: 20px;
  }
}
.process#process4 .talk .process_outro .photo_1 {
  justify-self: end;
  margin-top: 60px;
  width: 353px;
  aspect-ratio: 353/184;
}
@media screen and (max-width: 1239px) {
  .process#process4 .talk .process_outro .photo_1 {
    margin-top: 40px;
    width: 28vw;
  }
}
@media screen and (max-width: 839px) {
  .process#process4 .talk .process_outro .photo_1 {
    margin-top: 0;
    margin-inline: auto;
    width: 80vw;
  }
}

.other_contents {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  .other_contents {
    margin-top: 90px;
  }
}
@media screen and (max-width: 839px) {
  .other_contents {
    margin-top: 80px;
  }
}