@charset "UTF-8";
/* CSS Document */
@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

:root {
  --main-color: #00a0e9;
}

section.container-fluid {
  padding-bottom: 0;
}
.cts__wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  margin-block: 90px 46px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1 {
  font-weight: bold;
  font-size: 27px;
  line-height: 180%;
  color: var(--main-color);
}
.cts__inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.cts__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
h2 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 38px;
}
.cts__text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 1rem;
}
.cts__text p:last-child {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 500;
}
.cts__text p:last-child span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .cts__wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  section {
    padding: 0;
  }
  .cts__wrapper {
    gap: 32px;
  }
  h1 {
    font-size: 18px;
    text-align: center;
  }
  h2 {
    font-size: 17px;
  }
  .cts__inner {
    flex-direction: column;
    gap: 32px;
  }
  .cts__inner picture {
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  .cts__inner picture img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .cts__text p:last-child {
    font-size: 16px;
    text-align: right;
  }
}
