@charset "UTF-8";
body {
  padding-top: 0;
}

.site_frame__header {
  background-color: transparent;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.site_frame__header._fixed {
  background-color: #fff;
}
.site_frame__header._is_active {
  background-color: #fff;
}

.site_header {
  background-color: transparent;
}

.page_header {
  -webkit-padding-before: 94px;
          padding-block-start: 94px;
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
  background-color: #F2F0EC;
  position: relative;
  max-height: 440px;
}
.page_header:before {
  aspect-ratio: 1440/440;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/business/site_head_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 600px) {
  .page_header {
    padding-block: 100px 60px;
  }
}
@media screen and (min-width: 960px) {
  .page_header {
    padding-block: 140px 80px;
  }
}
@media screen and (min-width: 1280px) {
  .page_header {
    padding-block: 216px 166px;
  }
}

.page_heading {
  position: relative;
  z-index: 3;
  border-left: solid 3px var(--color_services);
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .page_heading {
    border-left-width: 4px;
  }
}
.page_heading .title {
  border: none;
}
@media screen and (min-width: 1280px) {
  .page_heading .title {
    padding-left: 25px;
    font-size: 3rem;
  }
}
.page_heading .subtitle {
  margin-left: 16px;
  padding-bottom: 6px;
}
.page_heading .subtitle::before {
  display: none;
}
@media screen and (min-width: 600px) {
  .page_heading .subtitle {
    margin-left: 32px;
    padding-bottom: initial;
  }
  .page_heading .subtitle::before {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .page_heading .subtitle {
    margin-left: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .page_heading .subtitle {
    margin-left: 54px;
  }
}

.value {
  padding-inline: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 400px) {
  .value {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .value {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 960px) {
  .value {
    padding-inline: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .value {
    padding-inline: 130px;
  }
}
@media screen and (min-width: 600px) {
  .value {
    margin-top: clamp(40px, 6.67vw, 82px);
  }
}
@media screen and (min-width: 1280px) {
  .value {
    margin-top: 82px;
  }
}

.value__inner {
  max-width: 950px;
  margin-inline: auto;
}

.value__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.value__hgroup {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .value__hgroup {
    margin-top: clamp(40px, 6.67vw, 114px);
  }
}
@media screen and (min-width: 1280px) {
  .value__hgroup {
    margin-top: 114px;
  }
}

.value__heading {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 375px) {
  .value__heading {
    letter-spacing: initial;
    font-size: clamp(1.1875rem, 4.9vw, 1.75rem);
  }
}
@media screen and (min-width: 960px) {
  .value__heading {
    letter-spacing: 0.03em;
    font-size: 2.125rem;
  }
}
.value__description {
  margin-top: 20px;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .value__description {
    font-size: 1rem;
    margin-top: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 960px) {
  .value__description {
    font-size: 1.125rem;
  }
}
.value__nav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.value__nav_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  margin-inline: auto;
}
@media screen and (min-width: 400px) {
  .value__nav_items {
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  .value__nav_items {
    width: 78%;
  }
}
@media screen and (min-width: 768px) {
  .value__nav_items {
    width: initial;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 840px) {
  .value__nav_items {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .value__nav_items {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}

.value__nav_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.value__nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-inline: 16px;
  border: solid 2px #000;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 0;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .value__nav_link:hover {
    color: #14436e;
    border-color: #325779;
    background-color: #f2f6fb;
  }
  .value__nav_link:hover .icon {
    border-color: #325779;
  }
}
@media screen and (min-width: 375px) {
  .value__nav_link {
    padding-inline: 20px;
    letter-spacing: initial;
  }
}
@media screen and (min-width: 400px) {
  .value__nav_link {
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 600px) {
  .value__nav_link {
    height: 68px;
    padding-inline: 28px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .value__nav_link {
    font-size: 0.9375rem;
    padding-inline: 16px 0;
    height: 74px;
    letter-spacing: initial;
  }
}
@media screen and (min-width: 960px) {
  .value__nav_link {
    font-size: clamp(1rem, 1.67vw, 1.125rem);
    letter-spacing: 0.05em;
    height: 102px;
    padding-inline: 34px 0;
  }
}
.value__nav_link .text .txt {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .value__nav_link .text .txt {
    display: block;
  }
}
.value__nav_link .icon {
  display: block;
  width: 10px;
  height: 10px;
  border: solid 2px #898989;
  border-top: none;
  border-left: none;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  rotate: 45deg;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .value__nav_link .icon {
    right: 8%;
  }
}

.value__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .value__body {
    row-gap: 28px;
  }
}
@media screen and (min-width: 960px) {
  .value__body {
    row-gap: 34px;
  }
}

.value_section {
  background-color: #F5F5F5;
  padding: 24px 20px;
}
@media screen and (min-width: 400px) {
  .value_section {
    padding: 6% 6.5%;
  }
}
@media screen and (min-width: 840px) {
  .value_section {
    padding-block: 45px 50px;
    padding-inline: 40px 34px;
  }
}
@media screen and (min-width: 960px) {
  .value_section {
    padding-block: 45px 50px;
    padding-inline: 44px 65px;
  }
}

.value_section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.value_section__number {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (min-width: 400px) {
  .value_section__number {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 840px) {
  .value_section__number {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1080px) {
  .value_section__number {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .value_section__number {
    font-size: 4.375rem;
  }
}
.value_section__number .text {
  display: block;
  translate: 0 -2px;
}
@media screen and (min-width: 400px) {
  .value_section__number .text {
    width: 40px;
  }
}
@media screen and (min-width: 840px) {
  .value_section__number .text {
    width: 90px;
  }
}
@media screen and (min-width: 1080px) {
  .value_section__number .text {
    width: 110px;
  }
}
@media screen and (min-width: 1280px) {
  .value_section__number .text {
    width: 138px;
  }
}

.value_section__heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (min-width: 400px) {
  .value_section__heading {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 840px) {
  .value_section__heading {
    font-size: clamp(1.25rem, 2.38vw, 1.625rem);
  }
}
@media screen and (min-width: 1280px) {
  .value_section__heading {
    font-size: 1.625rem;
  }
}
.value_section__contents {
  padding-right: 0px;
  margin-left: -50px;
  margin-left: -20%;
}
@media screen and (min-width: 400px) {
  .value_section__contents {
    margin-left: -48px;
  }
}
@media screen and (min-width: 600px) {
  .value_section__contents {
    margin-left: -52px;
  }
}
@media screen and (min-width: 840px) {
  .value_section__contents {
    margin-left: initial;
  }
}

.value_section__read {
  font-size: 0.875rem;
  margin-top: 26px;
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .value_section__read {
    font-size: 1rem;
  }
}
.value_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .value_list {
    margin-top: 46px;
  }
}
@media screen and (min-width: 840px) {
  .value_list {
    row-gap: 30px;
    margin-bottom: 10px;
  }
}

.value_list__item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .value_list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.value_list__primary {
  -webkit-box-flex: 1.55;
      -ms-flex: 1.55;
          flex: 1.55;
  padding: 16px 20px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media screen and (min-width: 768px) {
  .value_list__data {
    max-width: 350px;
  }
}

.value_list__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 960px) {
  .value_list__title {
    font-size: clamp(1.125rem, 1.88vw, 1.5rem);
  }
}
@media screen and (min-width: 1280px) {
  .value_list__title {
    font-size: 1.5rem;
  }
}
.value_list__textbox {
  font-size: 0.875rem;
  margin-top: 6px;
  line-height: 1.73;
}
@media screen and (min-width: 1080px) {
  .value_list__textbox {
    font-size: 0.9375rem;
    margin-top: 12px;
  }
}
.value_list__secondary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 600px) {
  .value_list__secondary {
    padding: 20px;
    padding-bottom: initial;
  }
}
@media screen and (min-width: 768px) {
  .value_list__secondary {
    padding: initial;
  }
}

.value_list__image {
  aspect-ratio: 275/160;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .value_list__image {
    aspect-ratio: 275/214;
  }
}
.value_list__image .img {
  aspect-ratio: inherit;
  position: absolute;
  inset: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.services {
  margin-top: 50px;
  overflow: hidden;
  padding-inline: 20px;
}
@media screen and (min-width: 400px) {
  .services {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .services {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 960px) {
  .services {
    padding-inline: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .services {
    padding-inline: 130px;
  }
}
@media screen and (min-width: 600px) {
  .services {
    margin-top: 10%;
  }
}
@media screen and (min-width: 1366px) {
  .services {
    margin-top: 140px;
  }
}

.services__inner {
  max-width: 950px;
  margin-inline: auto;
}

.services__heading {
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 375px) {
  .services__heading {
    font-size: clamp(1.1875rem, 4.9vw, 1.75rem);
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 960px) {
  .services__heading {
    font-size: 2.125rem;
  }
}
.services__read {
  margin-top: 20px;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .services__read {
    font-size: 1rem;
    margin-top: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 960px) {
  .services__read {
    font-size: 1.125rem;
  }
}

.services__body {
  margin-top: 28px;
}
@media screen and (min-width: 960px) {
  .services__body {
    margin-inline: calc(50% - 50vw);
    margin-top: 54px;
  }
}
@media screen and (min-width: 1500px) {
  .services__body {
    margin-inline: calc(56% - 50vw);
  }
}
@media screen and (min-width: 1680px) {
  .services__body {
    margin-inline: calc(62% - 50vw);
  }
}

.services__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 35px;
}
@media screen and (min-width: 768px) {
  .services__sections {
    row-gap: 30px;
  }
}
@media screen and (min-width: 960px) {
  .services__sections {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 35px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 35px;
  }
  .services__sections > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .services__sections > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .services__sections > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .services__sections > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.services__section_cell {
  display: block;
  color: #252525;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.services__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .services__section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .services__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.services__section_primary {
  position: relative;
  z-index: 1;
  margin-top: -36px;
}
@media screen and (min-width: 768px) {
  .services__section_primary {
    margin-top: initial;
  }
}
@media screen and (min-width: 960px) {
  .services__section_primary {
    margin-top: -5%;
  }
}

.services__section_heading {
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  padding-inline: 14px 22px;
  padding-block: 10px 8px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  .services__section_heading {
    font-size: 1.5625rem;
    padding-block: 16px;
  }
}
@media screen and (min-width: 768px) {
  .services__section_heading {
    font-size: 1.4375rem;
    padding-inline: initial;
    padding-block: initial;
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (min-width: 960px) {
  .services__section_heading {
    font-size: clamp(1.25rem, 2.1vw, 1.875rem);
    padding-inline: 3.5vw;
    padding-block: 0.8em;
  }
}
.services__section_heading._long {
  letter-spacing: -0.06em;
}
@media screen and (min-width: 400px) {
  .services__section_heading._long {
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 960px) {
  .services__section_heading._long {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 960px) {
  .services__section_read {
    padding-inline: 3.5vw;
  }
}

.services__section_catchcopy {
  font-size: 0.9375rem;
  color: #252525;
  font-weight: 700;
  margin-top: 8px;
}
.services__section_catchcopy .text::before, .services__section_catchcopy .text::after {
  display: inline-block;
  translate: 0 0px;
}
.services__section_catchcopy .text::before {
  content: "“";
  margin-right: 3px;
}
.services__section_catchcopy .text::after {
  content: "”";
  margin-left: 4px;
}
@media screen and (min-width: 400px) {
  .services__section_catchcopy {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .services__section_catchcopy {
    margin-top: 14px;
  }
}
@media screen and (min-width: 960px) {
  .services__section_catchcopy {
    font-size: 1.125rem;
    margin-top: 4px;
  }
}

.services__section_textbox {
  font-size: 0.875rem;
  color: #252525;
  font-weight: 600;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .services__section_textbox {
    margin-top: 12px;
    font-size: 0.9375rem;
    max-width: 516px;
    font-weight: 500;
  }
  .services__section_textbox._long {
    max-width: 530px;
  }
}
@media screen and (min-width: 768px) {
  .services__section_secondary {
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 960px) {
  .services__section_secondary {
    width: initial;
  }
}

.services__section_image {
  overflow: hidden;
}
.services__section_image .img {
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}

.services__actions {
  padding-top: 40px;
}
@media screen and (min-width: 600px) {
  .services__actions {
    padding-top: 8%;
  }
}

.labo {
  padding-top: 60px;
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .labo {
    margin-top: clamp(80px, 3.3vw, 140px);
    padding-top: clamp(40px, 3.3vw, 80px);
  }
}
@media screen and (min-width: 1280px) {
  .labo {
    margin-top: 140px;
    padding-top: 80px;
  }
}

.labo__inner {
  background-color: #F7F6F2;
  border-top: solid 1px #252525;
  padding-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .labo__inner {
    padding-bottom: clamp(60px, 10vw, 102px);
  }
}
@media screen and (min-width: 960px) {
  .labo__inner {
    padding-bottom: 102px;
  }
}

.labo__heading {
  padding-inline: 20px;
}
@media screen and (min-width: 400px) {
  .labo__heading {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .labo__heading {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 960px) {
  .labo__heading {
    padding-inline: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .labo__heading {
    padding-inline: 130px;
  }
}

.labo__heading_inner {
  display: block;
  max-width: 950px;
  margin-inline: auto;
}
.labo__heading_inner .title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.1875rem;
  line-height: 1;
  padding-bottom: 10px;
  margin-top: calc(-1em - 5px);
}
@media screen and (min-width: 600px) {
  .labo__heading_inner .title {
    font-size: clamp(35px, 4.5vw, 60px);
  }
}
@media screen and (min-width: 1280px) {
  .labo__heading_inner .title {
    font-size: 3.75rem;
  }
}
.labo__heading_inner .subtitle {
  font-size: 0.875rem;
  display: block;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 600px) {
  .labo__heading_inner .subtitle {
    font-size: clamp(14px, 2.5vw, 26px);
  }
}
@media screen and (min-width: 1280px) {
  .labo__heading_inner .subtitle {
    font-size: 1.625rem;
  }
}

.labo__main {
  padding-inline: 20px;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .labo__main {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .labo__main {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 960px) {
  .labo__main {
    padding-inline: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .labo__main {
    padding-inline: 130px;
  }
}

.labo__main_inenr {
  max-width: 950px;
  margin-inline: auto;
}

.labo__main_textbox_1 {
  margin-top: 30px;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .labo__main_textbox_1 {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 960px) {
  .labo__main_textbox_1 {
    font-size: 1.125rem;
    margin-top: 40px;
  }
}
.labo__main_textbox_1 .p {
  margin-block: calc((1em - 1lh) / 2);
}

.labo__main_image {
  margin-top: 30px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 600px) {
  .labo__main_image {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .labo__main_image {
    margin-top: 60px;
    margin-inline: initial;
  }
}
.labo__main_textbox_2 {
  font-size: 0.875rem;
  margin-top: 32px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .labo__main_textbox_2 {
    font-size: 0.9375rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .labo__main_textbox_2 {
    font-size: 1rem;
    margin-top: 50px;
  }
}
.labo__main_textbox_2 .p {
  margin-block: calc((1em - 1lh) / 2);
}

.labo__sub {
  padding-inline: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 400px) {
  .labo__sub {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .labo__sub {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 960px) {
  .labo__sub {
    padding-inline: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .labo__sub {
    padding-inline: 130px;
  }
}
@media screen and (min-width: 375px) {
  .labo__sub {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .labo__sub {
    margin-top: 70px;
  }
}

.labo__sub_inner {
  max-width: 1180px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 36px;
}
@media screen and (min-width: 375px) {
  .labo__sub_inner {
    margin-inline: auto;
  }
}
@media screen and (min-width: 960px) {
  .labo__sub_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }
  .labo__sub_inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .labo__sub_inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .labo__sub_inner > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 1280px) {
  .labo__sub_inner {
    grid-column-gap: 46px;
    grid-row-gap: 60px;
  }
}

.exam__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 14px;
}
@media screen and (min-width: 960px) {
  .exam__inner {
    row-gap: 24px;
  }
}
@media screen and (min-width: 600px) {
  .exam__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-gap: clamp(30px, 5vw, 70px);
       -moz-column-gap: clamp(30px, 5vw, 70px);
            column-gap: clamp(30px, 5vw, 70px);
  }
  .exam__inner .exam__primary {
    -webkit-box-flex: 1.6;
        -ms-flex: 1.6;
            flex: 1.6;
  }
  .exam__inner .exam__secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .exam__inner .exam__primary {
    -webkit-box-flex: 1.3;
        -ms-flex: 1.3;
            flex: 1.3;
  }
  .exam__inner .exam__secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 960px) {
  .exam__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 16px;
  }
}
@media screen and (min-width: 1152px) {
  .exam__inner {
    row-gap: 24px;
  }
}

.exam__heading {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.exam__heading._long {
  letter-spacing: 0em;
}
.exam__heading .title {
  display: block;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (min-width: 600px) {
  .exam__heading {
    font-size: clamp(1.0625rem, 2.83vw, 1.25rem);
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .exam__heading {
    margin-top: 6%;
  }
}
@media screen and (min-width: 960px) {
  .exam__heading {
    font-size: 1rem;
    margin-top: initial;
  }
}
@media screen and (min-width: 1152px) {
  .exam__heading {
    font-size: 1.25rem;
  }
}
.exam__heading .small {
  font-weight: 500;
}

.exam__subtitle {
  font-size: 0.9375rem;
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .exam__subtitle {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1152px) {
  .exam__subtitle {
    font-size: 1rem;
  }
}

.exam__text {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.73;
}
@media screen and (min-width: 600px) {
  .exam__text {
    margin-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  .exam__text {
    font-size: 0.9375rem;
    margin-top: 24px;
    padding-right: 10%;
  }
}
@media screen and (min-width: 960px) {
  .exam__text {
    font-size: 0.875rem;
    margin-top: 16px;
    padding-right: initial;
  }
}
@media screen and (min-width: 1152px) {
  .exam__text {
    margin-top: 14px;
  }
}

.exam__secondary .image {
  width: 100%;
  aspect-ratio: 730/500;
  border-top-right-radius: 30px;
  overflow: hidden;
  position: relative;
}
.exam__secondary .image .img {
  width: inherit;
  aspect-ratio: inherit;
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .exam__secondary .image {
    aspect-ratio: 730/500;
  }
}
@media screen and (min-width: 1152px) {
  .exam__secondary .image {
    aspect-ratio: 730/566;
    border-top-right-radius: 60px;
  }
}

.labo__footer {
  padding-inline: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 400px) {
  .labo__footer {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .labo__footer {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 960px) {
  .labo__footer {
    padding-inline: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .labo__footer {
    padding-inline: 130px;
  }
}
@media screen and (min-width: 600px) {
  .labo__footer {
    margin-top: 60px;
  }
}

.labo__footer_inner {
  max-width: 1180px;
  margin-inline: auto;
}

.labo__additional {
  background-color: #fff;
  padding-inline: 30px;
  padding-block: 20px;
}
.labo__additional .p {
  display: inline;
}
@media screen and (min-width: 768px) {
  .labo__additional {
    padding-inline: 46px;
    padding-block: 30px;
  }
  .labo__additional .p {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .labo__additional {
    padding-inline: 66px;
    padding-block: 44px;
  }
}

.labo__additional_textbox {
  font-size: 0.9375rem;
  line-height: 1.75;
}
@media screen and (min-width: 600px) {
  .labo__additional_textbox {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1152px) {
  .labo__additional_textbox {
    text-align: center;
  }
}
.labo__additional_textbox .link {
  color: #0014FF;
  margin-inline: 4px;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .labo__additional_textbox .link:hover {
    color: #325779;
  }
}