@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  初期設定                                                   */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  text-rendering: optimizeSpeed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.body-inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
}

.main {
  flex-grow: 1;
  display: block;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599.98px) {
  .inner {
    width: 89.3333333333%;
  }
}

@media screen and (min-width: 1024.02px) {
  .no-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  .no-tab {
    display: none !important;
  }
}

@media screen and (max-width: 599.98px) {
  .no-sp {
    display: none !important;
  }
}

.dib {
  display: inline-block;
}

@media screen and (min-width: 1024.02px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.form-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  z-index                                                   */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  共通パーツ                                                 */
.btn-dl {
  display: flex;
  align-items: center;
  margin-inline: auto;
  border: 2px solid #f4b34b;
  background-color: #f4b34b;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 599.98px) {
  .btn-dl {
    border-width: 1px;
  }
}
.btn-dl.--header {
  width: 260px;
  height: 58px;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.btn-dl.--manual {
  width: 410px;
  height: 80px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1024px) {
  .btn-dl.--manual {
    width: 372.5px;
    height: 70px;
  }
}
@media screen and (max-width: 599.98px) {
  .btn-dl.--manual {
    width: min(335px, 100%);
    height: 60px;
  }
}
.btn-dl:hover {
  background-color: #fff;
  color: #f4b34b;
}
.btn-dl::before {
  content: "";
  display: block;
  aspect-ratio: 23/19;
  margin-left: auto;
  background-color: currentColor;
  -webkit-mask: url(../img/header_dl_external.svg) no-repeat center center/contain;
          mask: url(../img/header_dl_external.svg) no-repeat center center/contain;
}
.btn-dl.--header::before {
  width: 23px;
  margin-right: 13px;
}

.btn-dl.--manual::before {
  width: 34px;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .btn-dl.--manual::before {
    width: 29.5px;
    margin-right: 7.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .btn-dl.--manual::before {
    width: 25px;
    margin-right: 7px;
  }
}

.btn-dl::after {
  content: "";
  display: block;
  aspect-ratio: 7/9;
  margin-left: auto;
  background-color: currentColor;
  -webkit-mask: url(../img/header_dl_arrow.svg) no-repeat center center/contain;
          mask: url(../img/header_dl_arrow.svg) no-repeat center center/contain;
}
.btn-dl.--header::after {
  width: 7px;
  margin-right: 8px;
}

.btn-dl.--manual::after {
  width: 11px;
  margin-right: 17px;
}
@media screen and (max-width: 1024px) {
  .btn-dl.--manual::after {
    margin-right: 15px;
  }
}
@media screen and (max-width: 599.98px) {
  .btn-dl.--manual::after {
    margin-right: 14px;
  }
}

.btn-dl > span {
  display: block;
  font-weight: 700;
  line-height: 1.45;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .btn-dl > span {
    line-height: 1.4722222222;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599.98px) {
  .btn-dl > span {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.btn-dl.--header > span {
  margin-right: 5px;
}

.btn-dl.--manual > span {
  margin-right: -20px;
}
@media screen and (max-width: 1024px) {
  .btn-dl.--manual > span {
    margin-right: -8px;
  }
}
@media screen and (max-width: 599.98px) {
  .btn-dl.--manual > span {
    margin-right: 4px;
  }
}

.btn-dl > span > span:nth-of-type(1) {
  display: block;
  line-height: 1.3888888889;
  font-size: 1.8rem;
}
.btn-dl > span > span:nth-of-type(2) {
  display: block;
  line-height: 1.3333333333;
  font-size: 1.2rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  ヘッダー                                                   */
.header {
  height: 100px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-left: min(70px, 5%);
  margin-right: min(50px, 5%);
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 7px;
}
.header__logo:hover {
  opacity: 0.8;
}
.header__logo_txt {
  display: block;
  color: #00233b;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.6rem;
}
.header__dl {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header__dl_txt {
  color: #00233b;
  font-weight: 700;
  line-height: 1.4285714286;
  font-size: 1.4rem;
  text-align: center;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  コンテンツ                                                 */
.mv {
  padding-top: 62px;
  background-image: linear-gradient(to right bottom, #eff9ff, #e1f0f8);
  text-align: center;
  overflow: hidden;
}
.mv__inner {
  padding-block: 38.7px 60.82px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .mv__inner {
    padding-block: 27.3px 40px;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__inner {
    padding-block: 15.9px 240.2px;
  }
}
.mv__inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  margin-inline: auto;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .mv__inner::before {
    width: 773px;
    padding-top: 773px;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__inner::before {
    width: 546px;
    padding-top: 546px;
  }
}
.mv__lead01 {
  width: 571px;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 10em;
  padding-block: 8.5px;
  background-color: #f6f6f6;
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.13));
  color: #2a72a3;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .mv__lead01 {
    width: 430px;
    line-height: 1.25;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__lead01 {
    padding-block: 10px 6.32px;
    line-height: 1.3;
    font-size: 1.2rem;
  }
}
.mv__lead01 .fz-lg {
  margin-right: -0.35em;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .mv__lead01 .fz-lg {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__lead01 .fz-lg {
    font-size: 1.3rem;
  }
}
.mv__lead01 .fz-xl {
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .mv__lead01 .fz-xl {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__lead01 .fz-xl {
    font-size: 1.6rem;
  }
}
.mv__lead02 {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  margin-top: 23px;
  margin-inline: auto;
  color: #00233b;
  font-weight: 700;
  line-height: 1.39;
  font-size: 3.8rem;
}
@media screen and (max-width: 1024px) {
  .mv__lead02 {
    gap: 8.5px;
    margin-top: 18.5px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__lead02 {
    gap: 7px;
    margin-top: 14px;
    font-size: 2.2rem;
  }
}
.mv__lead02::before, .mv__lead02::after {
  align-self: flex-end;
  content: "";
  display: block;
  width: 1.2631578947em;
  height: 2.8684210526em;
  margin-bottom: 8px;
  background: url(../img/mv_lead02_parts.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .mv__lead02::before, .mv__lead02::after {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__lead02::before, .mv__lead02::after {
    margin-bottom: 2px;
  }
}
.mv__lead02::after {
  transform: scaleX(-1);
}
.mv__lead02 > span {
  display: block;
}
.mv__lead02 .fz-lg {
  margin-left: 0.04em;
  margin-right: -0.04em;
  font-size: 5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .mv__lead02 .fz-lg {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__lead02 .fz-lg {
    font-size: 2.8rem;
  }
}
.mv__lead02 .ls-30 {
  letter-spacing: 0.03em;
}
.mv__ttl {
  margin-top: 39px;
  color: #00233b;
  margin-right: -0.05em;
  font-weight: 900;
  line-height: 1.225;
  font-size: 6.5rem;
}
@media screen and (max-width: 1024px) {
  .mv__ttl {
    margin-top: 27px;
    line-height: 1.1625;
    font-size: 5.35rem;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__ttl {
    margin-top: 15px;
    margin-inline: -0.5em;
    line-height: 1.1;
    font-size: 4.2rem;
  }
}
.mv__ttl .color-orange {
  color: #dd8800;
}
.mv__ttl .fz-lg {
  font-size: 7.3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .mv__ttl .fz-lg {
    font-size: 5.75rem;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__ttl .fz-lg {
    font-size: 4.2rem;
  }
}
.mv__ttl .fz-xl {
  font-size: 8.1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .mv__ttl .fz-xl {
    font-size: 6.45rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__ttl .fz-xl {
    font-size: 4.8rem;
    letter-spacing: 0.02em;
  }
}
.mv__ttl .fz-xxl {
  font-size: 8.9rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .mv__ttl .fz-xxl {
    font-size: 6.7rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__ttl .fz-xxl {
    font-size: 4.8rem;
    letter-spacing: 0.02em;
  }
}
.mv__ttl .fz-xxxl {
  margin-right: -0.06em;
  font-size: 9.1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .mv__ttl .fz-xxxl {
    font-size: 6.85rem;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__ttl .fz-xxxl {
    font-size: 4.6rem;
  }
}
.mv__ttl .exclamation-mark {
  display: inline-block;
  margin-right: -0.2em;
  font-size: 9.9rem;
  transform-origin: left bottom;
  transform: rotate(7deg);
}
@media screen and (max-width: 1024px) {
  .mv__ttl .exclamation-mark {
    margin-left: -0.16em;
    margin-right: -0.285em;
    font-size: 7.7rem;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__ttl .exclamation-mark {
    margin-left: -0.12em;
    margin-right: -0.57em;
    font-size: 5.5rem;
  }
}
.mv__ttl .over-dot {
  display: inline-block;
  margin-top: 31px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .mv__ttl .over-dot {
    margin-top: 26.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__ttl .over-dot {
    margin-top: 22px;
  }
}
.mv__ttl .over-dot::before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 1/1;
  margin-inline: auto;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  inset: auto 0.1em calc(50% + 0.5em + 0.1em) 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .mv__ttl .over-dot::before {
    width: 8px;
    right: 0.06em;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__ttl .over-dot::before {
    width: 6px;
    right: 0.02em;
  }
}
.mv__comments {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media screen and (max-width: 599.98px) {
  .mv__comments {
    top: auto;
    bottom: 151.3px;
  }
}
.mv__comments_item {
  background: url(../img/mv_comment_bg01.svg) no-repeat center center/100% 100%;
  position: absolute;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .mv__comments_item {
    line-height: 1.32;
    font-size: 1.25rem;
    letter-spacing: 0.035em;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__comments_item {
    line-height: 1.2;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}
.mv__comments_item:nth-child(1) {
  padding: 15.8px 28.6px;
  bottom: 407px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .mv__comments_item:nth-child(1) {
    padding: 10px 20px;
    bottom: 220px;
    right: calc(50% + 235px);
    left: auto;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__comments_item:nth-child(1) {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 8.5px 11.5px;
    right: 0;
    bottom: 0;
    left: 3px;
  }
}
.mv__comments_item:nth-child(2) {
  padding: 19px 36.5px;
  right: 18px;
  bottom: 546px;
}
@media screen and (min-width: 1024.02px) {
  .mv__comments_item:nth-child(2) {
    line-height: 1.4285714286;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .mv__comments_item:nth-child(2) {
    padding: 10px 20px;
    bottom: 310px;
    right: auto;
    left: calc(50% + 260px);
  }
}
@media screen and (max-width: 599.98px) {
  .mv__comments_item:nth-child(2) {
    padding: 8.5px 14px;
    right: auto;
    bottom: 35.5px;
    left: calc(50% + 67.5px);
  }
}
.mv__comments_item:nth-child(3) {
  padding: 14px 26px 14px 34px;
  right: 0;
  bottom: 353px;
}
@media screen and (max-width: 1024px) {
  .mv__comments_item:nth-child(3) {
    padding: 10px 20px;
    bottom: 195px;
    right: auto;
    left: calc(50% + 240px);
  }
}
@media screen and (max-width: 599.98px) {
  .mv__comments_item:nth-child(3) {
    padding: 7.5px 7px 9.5px 11px;
    right: calc(50% + 67.5px);
    bottom: 36.5px;
    left: auto;
  }
}
.mv__comments_item::after {
  content: "";
  display: block;
  width: 23px;
  height: 24px;
  background: url(../img/mv_comment_bg02.svg) no-repeat center center/100% 100%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .mv__comments_item::after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__comments_item::after {
    width: 13px;
    height: 13px;
  }
}
.mv__comments_item:nth-of-type(1)::after {
  top: calc(100% - 0.2em);
  left: 22%;
}
@media screen and (max-width: 599.98px) {
  .mv__comments_item:nth-of-type(1)::after {
    top: auto;
    right: 100%;
    bottom: 26%;
    left: auto;
    transform: scaleX(-1);
  }
}

.mv__comments_item:nth-of-type(2)::after {
  top: calc(100% - 0.2em);
  right: 29.5%;
  transform: scaleX(-1);
}
@media screen and (max-width: 599.98px) {
  .mv__comments_item:nth-of-type(2)::after {
    right: 27%;
  }
}

.mv__comments_item:nth-of-type(3)::after {
  top: calc(100% + 0.1em);
  left: 13.5%;
  transform: scaleX(-1);
}
@media screen and (max-width: 1024px) {
  .mv__comments_item:nth-of-type(3)::after {
    left: 45%;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__comments_item:nth-of-type(3)::after {
    left: 22%;
    transform: none;
  }
}

.mv__illust01 {
  position: absolute;
  left: -3.3%;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .mv__illust01 {
    width: 140px;
    right: calc(50% + 210px);
    left: auto;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__illust01 {
    width: 130px;
    right: calc(50% + 42.3px);
  }
}
.mv__illust02 {
  position: absolute;
  right: -3.5%;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .mv__illust02 {
    width: 140px;
    right: 0;
    left: calc(50% + 210px);
  }
}
@media screen and (max-width: 599.98px) {
  .mv__illust02 {
    width: 131px;
    left: calc(50% + 36.6px);
  }
}

.manual {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .manual {
    padding-top: 67px;
  }
}
@media screen and (max-width: 599.98px) {
  .manual {
    padding-top: 54px;
  }
}
.manual__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 43px;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 599.98px) {
  .manual__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.manual__ttl::before {
  content: attr(data-txt);
  display: block;
  font-family: "Oswald", sans-serif;
  margin-top: -43px;
  margin-inline: auto;
  position: absolute;
  inset: 0 -50vw;
  color: #f8f8f8;
  font-weight: 700;
  line-height: 1.485;
  font-size: 20rem;
  text-align: center;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .manual__ttl::before {
    line-height: 1.4836601307;
    font-size: 15.3rem;
  }
}
@media screen and (max-width: 599.98px) {
  .manual__ttl::before {
    line-height: 1.4811320755;
    font-size: 10.6rem;
  }
}
@media screen and (max-width: 599.98px) {
  .manual__ttl::after {
    content: "";
    display: block;
    width: 85px;
    height: 121px;
    margin: -33px -18px -18px -6.7px;
    background: url(../img/manual_illust.svg) no-repeat center center/contain;
  }
}
.manual__ttl_main {
  display: block;
  color: #00233b;
  font-weight: 700;
  line-height: 1.4583333333;
  font-size: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .manual__ttl_main {
    line-height: 1.4583333333;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599.98px) {
  .manual__ttl_main {
    line-height: 1.4583333333;
    font-size: 2.4rem;
    text-align: left;
  }
}
.manual__body {
  display: flex;
  align-items: center;
  gap: 3.3%;
  margin-top: 84px;
}
@media screen and (max-width: 1024px) {
  .manual__body {
    margin-top: 52.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .manual__body {
    margin-top: 31px;
  }
}
.manual__para {
  margin-block: -6px;
  margin-right: -0.05em;
  font-weight: 500;
  line-height: 2.1111111111;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .manual__para {
    margin-block: -4.5px;
    line-height: 2;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599.98px) {
  .manual__para {
    margin-block: -3px;
    line-height: 1.875;
    font-size: 1.6rem;
  }
}
.manual__para .color-yellow {
  color: #dd8800;
}
.manual__illust {
  margin-top: -72px;
  margin-bottom: -36px;
}
@media screen and (max-width: 1024px) {
  .manual__illust {
    margin-top: -20px;
    margin-right: -10px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 599.98px) {
  .manual__illust {
    display: none;
  }
}
.manual__btn {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .manual__btn {
    margin-top: 47px;
  }
}
@media screen and (max-width: 599.98px) {
  .manual__btn {
    margin-top: 34px;
  }
}

.category {
  margin-top: 86px;
  padding-block: 71px 70px;
  background: url(../img/category_bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .category {
    margin-top: 68px;
    padding-block: 60px;
  }
}
@media screen and (max-width: 599.98px) {
  .category {
    margin-top: 50px;
    padding-block: 50px;
    background-image: url(../img/category_bg_sp@2x.jpg);
  }
}
.category::before {
  content: "";
  display: block;
  background-color: rgba(242, 250, 255, 0.84);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.category__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 3em;
  padding: 14px 66px;
  background-color: #0284d7;
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1.4666666667;
  font-size: 3rem;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .category__ttl {
    padding: 12px 43px;
    line-height: 1.4583333333;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599.98px) {
  .category__ttl {
    padding: 10px 20px;
    line-height: 1.4444444444;
    font-size: 1.8rem;
  }
}
.category__ttl::after {
  content: "";
  display: block;
  width: 0.3666666667em;
  height: 0.7666666667em;
  background-color: inherit;
  position: absolute;
  inset: 100% auto auto 50%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  z-index: -1;
}
.category__illust {
  margin-top: 55px;
}
@media screen and (max-width: 1024px) {
  .category__illust {
    margin-top: 42px;
  }
}
@media screen and (max-width: 599.98px) {
  .category__illust {
    margin-top: 29px;
  }
}
.category__box {
  margin-top: 31.2px;
  border: 4px solid #b4d6eb;
  padding: 5px 6px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .category__box {
    margin-top: 25.6px;
    border-width: 3px;
    padding: 6.5px 7.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .category__box {
    margin-top: 20px;
    border-width: 2px;
    padding: 8px 9px;
  }
}
.category__box_inner {
  border: 2px solid #b4d6eb;
  padding: 8px 29px;
}
@media screen and (max-width: 1024px) {
  .category__box_inner {
    padding: 8.5px 19px;
  }
}
@media screen and (max-width: 599.98px) {
  .category__box_inner {
    border-width: 1px;
    padding: 9px;
  }
}
.category__para {
  margin-block: -6px;
  margin-right: -0.05em;
  font-weight: 500;
  line-height: 2.1111111111;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .category__para {
    margin-block: -4.5px;
    line-height: 2;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599.98px) {
  .category__para {
    margin-block: -3px;
    line-height: 1.875;
    font-size: 1.6rem;
  }
}

.worries {
  padding-block: 80px 100px;
}
@media screen and (max-width: 1024px) {
  .worries {
    padding-block: 65px 75px;
  }
}
@media screen and (max-width: 599.98px) {
  .worries {
    padding-block: 50px;
  }
}
.worries__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 91px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .worries__ttl {
    margin-top: 66px;
  }
}
@media screen and (max-width: 599.98px) {
  .worries__ttl {
    margin-top: 41px;
  }
}
.worries__ttl::before {
  content: attr(data-txt);
  display: block;
  font-family: "Oswald", sans-serif;
  margin-top: -91px;
  margin-inline: auto;
  position: absolute;
  inset: 0 -50vw;
  color: #f8f8f8;
  font-weight: 700;
  line-height: 1.485;
  font-size: 20rem;
  text-align: center;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .worries__ttl::before {
    margin-top: -66px;
    line-height: 1.4836601307;
    font-size: 15.3rem;
  }
}
@media screen and (max-width: 599.98px) {
  .worries__ttl::before {
    margin-top: -41px;
    line-height: 1.4811320755;
    font-size: 10.6rem;
  }
}
.worries__ttl_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 127px;
  aspect-ratio: 1/1;
  border: 3px solid transparent;
  padding-top: 0.35em;
  position: absolute;
  top: -3.95em;
  left: 2.1em;
  color: #0284d7;
  font-weight: 700;
  line-height: 1.45;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  transform: rotate(-9deg);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .worries__ttl_sub {
    width: 95.5px;
    border-width: 2px;
    top: -4em;
    left: 2.6em;
    line-height: 1.4666666667;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599.98px) {
  .worries__ttl_sub {
    width: 64px;
    border-width: 1px;
    top: -4.1em;
    left: 3.1em;
    line-height: 1.5;
    font-size: 1rem;
  }
}
.worries__ttl_sub::before {
  content: "";
  display: block;
  border: 3px solid #bbd9ed;
  border-radius: 50%;
  position: absolute;
  inset: -3px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 2em), calc(100% - 1.7em) calc(100% - 2em), calc(100% - 1.7em) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 2em), calc(100% - 1.7em) calc(100% - 2em), calc(100% - 1.7em) 100%, 0% 100%);
  transform: rotate(9deg);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .worries__ttl_sub::before {
    border-width: 2px;
    inset: -2px;
  }
}
@media screen and (max-width: 599.98px) {
  .worries__ttl_sub::before {
    border-width: 1px;
    inset: -1px;
  }
}
.worries__ttl_main {
  display: block;
  color: #00233b;
  font-weight: 700;
  line-height: 1.45;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .worries__ttl_main {
    line-height: 1.4516129032;
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 599.98px) {
  .worries__ttl_main {
    line-height: 1.4545454545;
    font-size: 2.2rem;
  }
}
.worries__voices {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .worries__voices {
    margin-top: 67.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .worries__voices {
    flex-direction: column;
    gap: 40px;
    margin-top: 45px;
  }
}
.worries__voices_illust {
  margin-inline: auto;
  border-radius: 50%;
  background-color: #eff8ff;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.worries__voices_txt {
  margin-block: 16px -4px;
  font-weight: 500;
  line-height: 1.8888888889;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .worries__voices_txt {
    margin-block: 13.75px -3.75px;
    line-height: 1.8529411765;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599.98px) {
  .worries__voices_txt {
    margin-block: 12.5px -2.5px;
    line-height: 1.8125;
    font-size: 1.6rem;
  }
}
.worries__box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .worries__box {
    gap: 35px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 599.98px) {
  .worries__box {
    gap: 30px;
    margin-top: 30px;
  }
}
.worries__box::before {
  content: "";
  display: block;
  width: 74px;
  aspect-ratio: 74/86;
  margin-inline: auto;
  background: url(../img/worries_arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .worries__box::before {
    width: 55px;
  }
}
@media screen and (max-width: 599.98px) {
  .worries__box::before {
    width: 36px;
  }
}
.worries__para {
  margin-block: -6px;
  margin-right: -0.05em;
  font-weight: 500;
  line-height: 2.1111111111;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .worries__para {
    margin-block: -4.5px;
    line-height: 2;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599.98px) {
  .worries__para {
    margin-block: -3px;
    line-height: 1.875;
    font-size: 1.6rem;
  }
}

.intro {
  padding-block: 103px 100px;
  background-color: #e1eff8;
}
@media screen and (max-width: 1024px) {
  .intro {
    padding-block: 75px;
  }
}
@media screen and (max-width: 599.98px) {
  .intro {
    padding-block: 50px;
  }
}
.intro__ttl, .contact__ttl, .credentials__ttl, .group__ttl, .outline__ttl, .company__ttl, .consult__ttl {
  color: #00233b;
  font-weight: 700;
  line-height: 1.4285714286;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .intro__ttl, .contact__ttl, .credentials__ttl, .group__ttl, .outline__ttl, .company__ttl, .consult__ttl {
    line-height: 1.4375;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599.98px) {
  .intro__ttl, .contact__ttl, .credentials__ttl, .group__ttl, .outline__ttl, .company__ttl, .consult__ttl {
    line-height: 1.45;
    font-size: 2rem;
  }
}
.intro__ttl::after, .contact__ttl::after, .credentials__ttl::after, .group__ttl::after, .outline__ttl::after, .company__ttl::after, .consult__ttl::after {
  content: "";
  display: block;
  width: 39px;
  height: 4px;
  border-radius: 2px;
  background-color: #0284d7;
  margin-top: 23px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .intro__ttl::after, .contact__ttl::after, .credentials__ttl::after, .group__ttl::after, .outline__ttl::after, .company__ttl::after, .consult__ttl::after {
    width: 31px;
    height: 3px;
    margin-top: 18.25px;
    border-radius: 1.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .intro__ttl::after, .contact__ttl::after, .credentials__ttl::after, .group__ttl::after, .outline__ttl::after, .company__ttl::after, .consult__ttl::after {
    width: 23px;
    margin-top: 13.5px;
  }
}
.intro__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px 3.8%;
  margin-top: 88px;
  counter-reset: intro-list;
}
@media screen and (max-width: 1024px) {
  .intro__list {
    row-gap: 79px;
    margin-top: 77.25px;
  }
}
@media screen and (max-width: 599.98px) {
  .intro__list {
    grid-template-columns: 1fr;
    row-gap: 68px;
    margin-top: 66.5px;
  }
}
.intro__list_item {
  margin-left: 31px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .intro__list_item {
    margin-left: 28px;
  }
}
@media screen and (max-width: 599.98px) {
  .intro__list_item {
    margin-left: 0;
    margin-inline: 4.4776119403%;
  }
}
.intro__list_item::before {
  content: "0" counter(intro-list);
  counter-increment: intro-list;
  display: block;
  margin-top: -50px;
  margin-left: -20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.4833333333;
  font-size: 6rem;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 1024px) {
  .intro__list_item::before {
    margin-top: -44px;
    margin-left: -15px;
    line-height: 1.4818181818;
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 599.98px) {
  .intro__list_item::before {
    margin-top: -38px;
    margin-left: -10px;
    line-height: 1.48;
    font-size: 5rem;
  }
}
.intro__list_photo {
  border-radius: 8px;
}
.intro__list_txt {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.4444444444;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .intro__list_txt {
    margin-top: 17.5px;
    line-height: 1.5294117647;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599.98px) {
  .intro__list_txt {
    margin-top: 14px;
    margin-bottom: -1px;
    line-height: 1.625;
    font-size: 1.6rem;
  }
}

.voice {
  padding-top: 86px;
  background-color: #0284d7;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .voice {
    padding-top: 68px;
  }
}
@media screen and (max-width: 599.98px) {
  .voice {
    padding-top: 50px;
  }
}
.voice::before {
  content: "";
  display: block;
  width: 6296px;
  aspect-ratio: 1/1;
  margin-inline: auto;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 252px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .voice::before {
    width: 3, 919.5px;
    top: 190.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .voice::before {
    width: 1543px;
    top: 129px;
  }
}
.voice__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 163px;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .voice__ttl {
    margin-top: 120.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .voice__ttl {
    margin-top: 78px;
  }
}
.voice__ttl::before {
  content: attr(data-txt);
  display: block;
  font-family: "Oswald", sans-serif;
  margin-top: -163px;
  margin-inline: auto;
  position: absolute;
  inset: 0 -50vw;
  color: #f8f8f8;
  font-weight: 700;
  line-height: 1.485;
  font-size: 20rem;
  text-align: center;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .voice__ttl::before {
    margin-top: -120.5px;
    line-height: 1.4811320755;
    font-size: 15.3rem;
  }
}
@media screen and (max-width: 599.98px) {
  .voice__ttl::before {
    margin-top: -78px;
    line-height: 1.4811320755;
    font-size: 10.6rem;
  }
}
.voice__ttl_main {
  display: block;
  color: #00233b;
  font-weight: 700;
  line-height: 1.4583333333;
  font-size: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .voice__ttl_main {
    line-height: 1.4583333333;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599.98px) {
  .voice__ttl_main {
    line-height: 1.4583333333;
    font-size: 2.4rem;
  }
}
.voice__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 124px;
}
@media screen and (max-width: 1024px) {
  .voice__list {
    justify-content: center;
    gap: 50px;
    margin-top: 99px;
  }
}
@media screen and (max-width: 599.98px) {
  .voice__list {
    flex-direction: column;
    gap: 30px;
    margin-top: 74px;
  }
}
.voice__list_box {
  width: 260px;
  min-height: 130px;
  border-radius: 8px;
  padding: 15px 10px;
  background-image: linear-gradient(to bottom, #fff, #f5f5f5 55%, #fff);
  position: relative;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 599.98px) {
  .voice__list_box {
    min-height: auto;
  }
}
.voice__list_box::after {
  content: "";
  display: block;
  width: 8.17px;
  height: 30.16px;
  margin-top: -4.86px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 80.5px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  transform: rotate(30deg);
}
.voice__list_comment {
  font-weight: 700;
  line-height: 1.5;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .voice__list_comment {
    line-height: 1.4736842105;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599.98px) {
  .voice__list_comment {
    line-height: 1.4444444444;
    font-size: 1.8rem;
  }
}
.voice__list_comment .fz-lg {
  line-height: 1.4583333333;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .voice__list_comment .fz-lg {
    line-height: 1.3260869565;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599.98px) {
  .voice__list_comment .fz-lg {
    line-height: 1.1818181818;
    font-size: 2.2rem;
  }
}
.voice__list_comment .color-orange {
  color: #dd8800;
}
.voice__list_illust {
  margin-top: 23px;
  margin-inline: auto;
}
.voice__list_caption {
  margin-right: -0.05em;
  margin-top: 15px;
  font-weight: 500;
  line-height: 1.4444444444;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .voice__list_caption {
    line-height: 1.4705882353;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599.98px) {
  .voice__list_caption {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

.expert {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .expert {
    padding-top: 35px;
  }
}
@media screen and (max-width: 599.98px) {
  .expert {
    padding-top: 30px;
  }
}
.expert__inner::before {
  content: "";
  display: block;
  width: 74px;
  aspect-ratio: 74/86;
  margin-inline: auto;
  margin-bottom: 40px;
  background: url(../img/worries_arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .expert__inner::before {
    width: 55px;
    margin-bottom: 35.3px;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__inner::before {
    width: 36px;
    margin-bottom: 30.6px;
  }
}
.expert__ttl {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #00233b;
  font-weight: 700;
  line-height: 1.4583333333;
  font-size: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .expert__ttl {
    gap: 11px;
    line-height: 1.4583333333;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__ttl {
    gap: 12px;
    margin-inline: -0.5em;
    line-height: 1.4583333333;
    font-size: 2.4rem;
  }
}
.expert__ttl::before, .expert__ttl::after {
  content: "";
  display: block;
  width: 44px;
  aspect-ratio: 44/36;
  background: url(../img/expert_ttl_parts.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .expert__ttl::before, .expert__ttl::after {
    width: 33px;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__ttl::before, .expert__ttl::after {
    width: 22px;
  }
}
.expert__ttl::before {
  align-self: flex-start;
}
.expert__ttl::after {
  align-self: flex-end;
  margin-left: 11px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .expert__ttl::after {
    margin-left: 7px;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__ttl::after {
    margin-left: 3px;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__ttl > span {
    margin-block: 5px 4px;
  }
}
.expert__list {
  margin-top: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .expert__list {
    margin-top: 35px;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__list {
    margin-top: 50px;
  }
}
.expert__list_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
}
.expert__list_item:nth-child(even) {
  flex-direction: row-reverse;
}
.expert__list_item:nth-child(n+2) {
  margin-top: -12px;
}
@media screen and (max-width: 1024px) {
  .expert__list_item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.expert__list_illust {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .expert__list_illust {
    width: 130px;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__list_illust {
    width: 110px;
  }
}
.expert__list_box {
  display: flex;
  align-items: center;
  width: 498px;
  min-height: 148px;
  margin-top: 70px;
  border-radius: 8px;
  padding: 28px 24px 30px;
  background-image: linear-gradient(to bottom, #fff, #f5f5f5 55%, #fff);
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 1024px) {
  .expert__list_box {
    width: 400px;
    min-height: 0;
    margin-top: 75.5px;
    padding: 29px 27px 30px;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__list_box {
    width: 100%;
    margin-top: 81px;
    padding: 30px;
  }
}
.expert__list_item:nth-child(odd) .expert__list_box {
  justify-content: center;
  margin-left: -27px;
}
@media screen and (max-width: 1024px) {
  .expert__list_item:nth-child(odd) .expert__list_box {
    margin-left: -46px;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__list_item:nth-child(odd) .expert__list_box {
    margin-left: -65px;
  }
}
.expert__list_item:nth-child(even) .expert__list_box {
  justify-content: flex-start;
  margin-right: -43px;
}
@media screen and (max-width: 1024px) {
  .expert__list_item:nth-child(even) .expert__list_box {
    margin-right: -54px;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__list_item:nth-child(even) .expert__list_box {
    margin-right: -65px;
  }
}
.expert__list_comment {
  margin-bottom: -1px;
  margin-right: -0.05em;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .expert__list_comment {
    margin-bottom: 0;
    line-height: 1.4736842105;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__list_comment {
    line-height: 1.4444444444;
    font-size: 1.8rem;
  }
}
.expert__list_comment .color-orange {
  color: #dd8800;
}
.expert__list_caption {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 7px;
  margin-right: -0.05em;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .expert__list_caption {
    gap: 12px;
    margin-top: 7.5px;
    line-height: 1.4666666667;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__list_caption {
    gap: 14px;
    justify-content: start;
    margin-top: 8px;
    line-height: 1.4285714286;
    font-size: 1.4rem;
  }
}
.expert__list_caption::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  border-top: 1px solid #d0d0d0;
}
@media screen and (max-width: 1024px) {
  .expert__list_caption::before {
    width: 48px;
  }
}
@media screen and (max-width: 599.98px) {
  .expert__list_caption::before {
    flex-grow: 1;
    max-width: 26px;
    width: 20px;
  }
}

.knowhow {
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .knowhow {
    padding-top: 20px;
  }
}
@media screen and (max-width: 599.98px) {
  .knowhow {
    padding-top: 8px;
  }
}
.knowhow__inner {
  padding-inline: 4%;
  padding-bottom: 58px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .knowhow__inner {
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 599.98px) {
  .knowhow__inner {
    padding-bottom: 50px;
    padding-inline: 3.7333333333vw;
  }
}
.knowhow__inner::before {
  content: "";
  display: block;
  margin-top: 63px;
  border-radius: 8px;
  background-color: #e1eff8;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.knowhow__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 2px solid #0583d7;
  padding: 4px 5px;
  background-color: #fff;
  font-weight: 700;
  line-height: 1.4285714286;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .knowhow__ttl {
    line-height: 1.4347826087;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599.98px) {
  .knowhow__ttl {
    line-height: 1.4444444444;
    font-size: 1.8rem;
  }
}
.knowhow__ttl_inner {
  display: block;
  border: 1px solid #0583d7;
  background-image: radial-gradient(closest-side, #0284d7, #0284d7 90%, transparent 110%, transparent), radial-gradient(closest-side, #0284d7, #0284d7 90%, transparent 110%, transparent), radial-gradient(closest-side, #0284d7, #0284d7 90%, transparent 110%, transparent), radial-gradient(closest-side, #0284d7, #0284d7 90%, transparent 110%, transparent);
  background-repeat: no-repeat;
  background-position-x: 4px, 4px, calc(100% - 4px), calc(100% - 4px);
  background-position-y: 4px, calc(100% - 4px), 4px, calc(100% - 4px);
  background-size: 4px 4px;
  padding: 16.5px 26px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .knowhow__ttl_inner {
    padding-block: 13.25px;
  }
}
@media screen and (max-width: 599.98px) {
  .knowhow__ttl_inner {
    padding-block: 10px;
  }
}
.knowhow__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 5.7208237986%;
  max-width: 874px;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .knowhow__list {
    row-gap: 40px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 599.98px) {
  .knowhow__list {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 30px;
  }
}
.knowhow__list_item {
  padding-top: 10.6537530266%;
  padding-left: 6.2953995157%;
  position: relative;
}
@media screen and (max-width: 599.98px) {
  .knowhow__list_item {
    padding-top: 10.7491856678%;
    padding-left: 6.1889250814%;
  }
}
.knowhow__list_txt-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 103px;
  aspect-ratio: 1/1;
  border: 4px solid transparent;
  border-radius: 50%;
  padding: 1px;
  box-shadow: 0 0 0 1px #fff inset;
  background-color: #0284d7;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.4285714286;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .knowhow__list_txt-sub {
    width: 80px;
    border-width: 3px;
    line-height: 1.5909090909;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 599.98px) {
  .knowhow__list_txt-sub {
    width: 77px;
    line-height: 1.5;
    font-size: 1rem;
  }
}
.knowhow__list_photo {
  border-radius: 8px;
}
.knowhow__list_txt-main {
  margin-top: 15px;
  margin-right: -0.05em;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .knowhow__list_txt-main {
    margin-top: 11.5px;
    line-height: 1.4666666667;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599.98px) {
  .knowhow__list_txt-main {
    margin-top: 8px;
    margin-right: -0.5em;
    margin-left: calc(-6.5972222222% - 0.5em);
    line-height: 1.4285714286;
    font-size: 1.4rem;
  }
}
.knowhow__list_txt-main .color-orange {
  color: #dd8800;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .knowhow__list_txt-main .color-orange {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599.98px) {
  .knowhow__list_txt-main .color-orange {
    font-size: 1.8rem;
  }
}

.kaisyou {
  margin-top: 100px;
  background-color: #0284d7;
  padding-block: 35px 50px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .kaisyou {
    margin-top: 75px;
    padding-block: 30px 40px;
  }
}
@media screen and (max-width: 599.98px) {
  .kaisyou {
    margin-top: 50px;
    padding-block: 25px 30px;
  }
}
.kaisyou::after {
  content: "";
  display: block;
  width: 35px;
  height: 30px;
  margin-inline: auto;
  background-color: inherit;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .kaisyou::after {
    width: 29.5px;
    height: 25px;
  }
}
@media screen and (max-width: 599.98px) {
  .kaisyou::after {
    width: 24px;
    height: 20px;
  }
}
.kaisyou__txt {
  color: #fff;
  font-weight: 700;
  line-height: 1.4583333333;
  font-size: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .kaisyou__txt {
    line-height: 1.4571428571;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 599.98px) {
  .kaisyou__txt {
    line-height: 1.4545454545;
    font-size: 2.2rem;
  }
}

.bg01 {
  margin-top: 97px;
  padding-bottom: 100px;
  background-color: #e1eff8;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .bg01 {
    margin-top: 73.5px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 599.98px) {
  .bg01 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.bg01::before, .bg01::after {
  content: "";
  display: block;
  width: 960px;
  aspect-ratio: 1/1;
  background: url(../img/consult_bg.svg) no-repeat left top/auto auto;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .bg01::before, .bg01::after {
    width: 618px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 599.98px) {
  .bg01::before, .bg01::after {
    width: 276px;
  }
}
.bg01::before {
  right: 50%;
}
@media screen and (max-width: 1024px) {
  .bg01::before {
    right: calc(50% + 10px);
  }
}
@media screen and (max-width: 599.98px) {
  .bg01::before {
    right: calc(50% + 4.8px);
  }
}
.bg01::after {
  left: 50%;
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .bg01::after {
    left: calc(50% + 10px);
  }
}
@media screen and (max-width: 599.98px) {
  .bg01::after {
    left: calc(50% + 4.8px);
  }
}

.consult {
  padding-top: 116px;
}
@media screen and (max-width: 1024px) {
  .consult {
    padding-top: 83px;
  }
}
@media screen and (max-width: 599.98px) {
  .consult {
    padding-top: 50px;
  }
}
.consult__para {
  margin-top: 38px;
  margin-right: -0.05em;
  line-height: 1.45;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .consult__para {
    margin-top: 32.5;
    line-height: 1.5277777778;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599.98px) {
  .consult__para {
    margin-top: 27px;
    line-height: 1.625;
    font-size: 1.6rem;
    text-align: left;
  }
}
.consult__detail {
  display: flex;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 67px;
  margin-inline: auto;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding: 25px 62px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .consult__detail {
    margin-top: 58px;
    padding: 27.5px 41px;
  }
}
@media screen and (max-width: 599.98px) {
  .consult__detail {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 49px;
    padding: 30px 20px;
  }
}
.consult__detail_illust {
  margin-top: -67px;
}
@media screen and (max-width: 1024px) {
  .consult__detail_illust {
    width: 266px;
    margin-top: -68.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .consult__detail_illust {
    width: 211px;
    margin-top: -70px;
  }
}
.consult__detail_ttl {
  margin-top: 1px;
  margin-right: -0.05em;
  color: #0284d7;
  font-weight: 700;
  line-height: 1.3571428571;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .consult__detail_ttl {
    line-height: 1.3333333333;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599.98px) {
  .consult__detail_ttl {
    margin-right: -0.5em;
    line-height: 1.4;
    font-size: 2rem;
  }
}
.consult__detail_para {
  margin-top: 15px;
  margin-right: -0.05em;
  font-weight: 500;
  line-height: 1.4444444444;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .consult__detail_para {
    margin-top: 11px;
    line-height: 1.5294117647;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599.98px) {
  .consult__detail_para {
    margin-top: 7px;
    line-height: 1.625;
    font-size: 1.6rem;
  }
}

.group, .outline, .company {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .group, .outline, .company {
    padding-top: 75px;
  }
}
@media screen and (max-width: 599.98px) {
  .group, .outline, .company {
    padding-top: 50px;
  }
}
.group__photo, .company__photo {
  margin-top: 38px;
}
@media screen and (max-width: 1024px) {
  .group__photo, .company__photo {
    margin-top: 33px;
  }
}
@media screen and (max-width: 599.98px) {
  .group__photo, .company__photo {
    margin-top: 28px;
  }
}
.group__para {
  margin-top: 9px;
  margin-bottom: -6px;
  font-weight: 500;
  line-height: 2.1111111111;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .group__para {
    margin-top: 11.5px;
    margin-bottom: -3.5px;
    line-height: 1.8823529412;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599.98px) {
  .group__para {
    margin-top: 14px;
    margin-bottom: -1px;
    line-height: 1.625;
    font-size: 1.6rem;
  }
}
.group__list, .outline__list, .company__list {
  display: grid;
  grid-template-columns: max(200px, 30.3%) 1fr;
  row-gap: 24.5px;
  margin-top: 40px;
  line-height: 1.4444444444;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .group__list, .outline__list, .company__list {
    row-gap: 19.5px;
    margin-top: 35px;
    line-height: 1.4705882353;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599.98px) {
  .group__list, .outline__list, .company__list {
    grid-template-columns: 1fr;
    row-gap: 14.5px;
    margin-top: 30px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.group__list_item, .outline__list_item, .company__list_item {
  display: contents;
}
@media screen and (max-width: 599.98px) {
  .group__list_item, .outline__list_item, .company__list_item {
    display: grid;
    gap: 5px;
  }
}
.group__list_head, .outline__list_head, .company__list_head, .group__list_body, .outline__list_body, .company__list_body {
  border-bottom: 1px solid #a9bdc9;
  padding-bottom: 24.5px;
}
@media screen and (max-width: 1024px) {
  .group__list_head, .outline__list_head, .company__list_head, .group__list_body, .outline__list_body, .company__list_body {
    padding-bottom: 19.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .group__list_head, .outline__list_head, .company__list_head, .group__list_body, .outline__list_body, .company__list_body {
    padding-bottom: 14.5px;
  }
}
.group__list_head, .outline__list_head, .company__list_head {
  position: relative;
  font-weight: 700;
  z-index: 0;
}
@media screen and (max-width: 599.98px) {
  .group__list_head, .outline__list_head, .company__list_head {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.group__list_head::after, .outline__list_head::after, .company__list_head::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  border-top: 2px solid #0583d7;
  position: absolute;
  bottom: -1px;
  left: 0;
  pointer-events: none;
  transform: translateY(25%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .group__list_head::after, .outline__list_head::after, .company__list_head::after {
    width: 67px;
  }
}
@media screen and (max-width: 599.98px) {
  .group__list_head::after, .outline__list_head::after, .company__list_head::after {
    content: none;
  }
}
.group__list_body, .outline__list_body, .company__list_body {
  font-weight: 500;
}
@media screen and (max-width: 599.98px) {
  .group__list_body, .outline__list_body, .company__list_body {
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 599.98px) {
  .group__list_body::after, .outline__list_body::after, .company__list_body::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    border-top: 2px solid #0583d7;
    position: absolute;
    bottom: -1px;
    left: 0;
    pointer-events: none;
    transform: translateY(25%);
    z-index: -1;
  }
}

.credentials {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .credentials {
    padding-top: 75px;
  }
}
@media screen and (max-width: 599.98px) {
  .credentials {
    padding-top: 50px;
  }
}
.credentials__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 13px;
  margin-top: 38px;
}
@media screen and (max-width: 1024px) {
  .credentials__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 22.5px 13px;
    margin-top: 33px;
  }
}
@media screen and (max-width: 599.98px) {
  .credentials__list {
    grid-template-columns: 1fr;
    row-gap: 15px;
    margin-top: 28px;
  }
}
.credentials__list_item {
  display: grid;
  grid-template-rows: max-content 1fr;
  padding-bottom: 15px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 599.98px) {
  .credentials__list_item {
    grid-template-columns: max-content 1fr;
    align-items: center;
    min-height: 90px;
    padding-block: 7px;
    padding-right: 10px;
  }
}
.credentials__list_item::before {
  content: "";
  display: block;
  margin-top: 45px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 599.98px) {
  .credentials__list_item::before {
    margin-top: 0;
    margin-left: 35px;
  }
}
.credentials__list_illust {
  margin-inline: auto;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 1024px) {
  .credentials__list_illust {
    width: 80px;
  }
}
@media screen and (max-width: 599.98px) {
  .credentials__list_illust {
    width: 70px;
  }
}
.credentials__list_para {
  align-self: center;
  margin-top: 24px;
  margin-bottom: -1px;
  font-weight: 500;
  line-height: 1.625;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .credentials__list_para {
    margin-top: 16px;
  }
}
@media screen and (max-width: 599.98px) {
  .credentials__list_para {
    margin-top: 0;
  }
}

.contact {
  padding-top: 93px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .contact {
    padding-top: 71.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .contact {
    padding-top: 50px;
  }
}
.contact__para {
  margin-top: 43px;
  margin-right: -0.05em;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact__para {
    margin-top: 36.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .contact__para {
    margin-top: 30px;
  }
}
.contact__form {
  height: 717px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .contact__form {
    height: 744px;
  }
}
@media screen and (max-width: 599.98px) {
  .contact__form {
    height: 745px;
  }
}
.contact__form iframe {
  height: 100%;
  border: none;
}

@media screen and (max-width: 1024px) {
  .company {
    padding-top: 90px;
  }
}
@media screen and (max-width: 599.98px) {
  .company {
    padding-top: 80px;
  }
}
.company__list {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .company__list {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599.98px) {
  .company__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .outline {
    padding-top: 90px;
  }
}
@media screen and (max-width: 599.98px) {
  .outline {
    padding-top: 80px;
  }
}
.outline__list {
  margin-top: 39px;
}
@media screen and (max-width: 1024px) {
  .outline__list {
    margin-top: 33.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .outline__list {
    margin-top: 28px;
  }
}
.kiyaku {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .kiyaku {
    padding-top: 71.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .kiyaku {
    padding-top: 43px;
  }
}
.kiyaku__box {
  padding: 50px 5%;
  background-color: #fafafa;
}
@media screen and (max-width: 1024px) {
  .kiyaku__box {
    padding-block: 35px;
  }
}
@media screen and (max-width: 599.98px) {
  .kiyaku__box {
    padding: 20px min(20px, 5.9701492537%);
  }
}
.kiyaku__ttl {
  color: #0284d7;
  font-weight: 700;
  line-height: 1.44;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .kiyaku__ttl {
    line-height: 1.4444444444;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 599.98px) {
  .kiyaku__ttl {
    line-height: 1.45;
    font-size: 2rem;
  }
}
.kiyaku__para {
  margin-top: 17px;
  margin-bottom: -0.1875em;
  font-weight: 500;
  line-height: 1.875;
  font-size: 1.6rem;
}
.kiyaku__para a{
  color: #0284d7;
  border-bottom: 1px solid #0284d7;
}
@media screen and (max-width: 1024px) {
  .kiyaku__para {
    margin-top: 18.5px;
    margin-right: -0.025em;
    margin-bottom: -2px;
    line-height: 1.75;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 599.98px) {
  .kiyaku__para {
    margin-top: 20px;
    margin-right: -0.05em;
    margin-bottom: -1px;
    line-height: 1.625;
    letter-spacing: 0.05em;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  フッター                                                   */
.footer {
  margin-top: 103px;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 93.5px;
  }
}
@media screen and (max-width: 599.98px) {
  .footer {
    margin-top: 84px;
  }
}
.footer__copyright {
  padding-block: 11.5px;
  padding-left: 0.05em;
  background-color: #0284d7;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    padding-block: 8.25px;
    line-height: 1.4666666667;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599.98px) {
  .footer__copyright {
    padding-block: 5px;
    line-height: 1.4285714286;
    font-size: 1.4rem;
  }
}
.footer__copyright small {
  font-size: 1em;
}

.pagetop_bnr {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0px;
  margin: 0;
  border-radius: 0px !important;
  width: 100% !important;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */
