.team-mv {
  position: relative;
  box-sizing: border-box;
  width: min(100%, 1536px);
  margin: 96px auto 0;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #d7dde3;
  box-shadow: 0 10px 18px rgba(20, 34, 48, 0.08);
  container-type: inline-size;
}

.team-mv::after {
  display: none;
}

.team-mv__image {
  display: block;
  width: 100%;
  height: auto;
}

.team-mv__image.team-mv__image--sp1,
.team-mv__image.team-mv__image--sp2 {
  display: none !important;
}

.team-mv__image--sp2 {
  margin-top: -1px;
}

.team-mv__copy {
  position: absolute;
  left: clamp(12px, 1.95vw, 30px);
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: clamp(6px, 1vw, 18px);
  color: #061e45;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif !important;
  font-size: clamp(34px, 6cqw, 92px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0;
  text-shadow:
    0 2px 0 #fff,
    2px 0 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    0 6px 18px rgba(0, 20, 60, 0.16);
  transform: translateY(calc(-48% - clamp(0px, 9.44vw, 145px)));
  white-space: nowrap;
  pointer-events: none;
}

.team-mv__green {
  color: #15b8be;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  text-shadow:
    0 2px 0 #fff,
    2px 0 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    0 6px 18px rgba(0, 20, 60, 0.16);
  filter: none;
}

.contents {
  box-sizing: border-box;
  width: min(100%, 1400px);
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(8px, 1.2vw, 16px) clamp(40px, 6vw, 72px);
  background: #f4f6f6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.omakase {
  --team-section-accent: #2276bd;
  box-sizing: border-box;
  position: relative;
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px) 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.omakase__title {
  box-sizing: border-box;
  position: relative;
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: none;
  margin: 20px 0 clamp(18px, 2.6vw, 30px);
  padding: 0;
  color: #09245f;
  background: transparent;
  box-shadow: none;
  clip-path: none;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
  transform: none;
  z-index: 2;
}

.omakase__title::before,
.omakase__title::after {
  content: "";
  width: clamp(28px, 4vw, 64px);
  height: 2px;
  background: var(--team-section-accent, #4ab7de);
  flex: 0 0 auto;
  opacity: 1;
}

.omakase__list {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: clamp(18px, 2.4vw, 28px);
  list-style: none;
  background: #ffffff;
  border: 2px solid var(--team-section-accent, #d9e6ef);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(13, 45, 86, 0.1);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--team-section-accent, #d9e6ef) 16%, transparent);
}

.omakase__item {
  box-sizing: border-box;
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  padding: 0 clamp(10px, 2vw, 28px);
  color: #09245f;
  text-align: center;
}

.omakase__item + .omakase__item {
  border-left: 1px solid #d9e6ef;
  border-left: 1px solid color-mix(in srgb, var(--team-section-accent, #d9e6ef) 32%, #ffffff);
}

.omakase__icon {
  display: block;
  width: clamp(58px, 6.6vw, 104px);
  height: clamp(58px, 6.6vw, 104px);
  object-fit: contain;
  margin: 0 0 clamp(10px, 1.4vw, 18px);
}

.omakase__item h3 {
  margin: 0;
  font-size: clamp(13px, 1.26vw, 19px);
  line-height: 1.72;
  font-weight: 800;
}

.worries__heading-break,
.team-service__heading-break {
  display: none;
}

.worries {
  --team-section-accent: #15b8be;
  width: min(100%, 1360px);
  margin: clamp(46px, 6vw, 70px) auto 0;
}

.worries h2 {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto clamp(18px, 2.6vw, 30px);
  padding: 0;
  color: #09245f;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}

.worries h2::before,
.worries h2::after {
  content: "";
  position: static;
  flex: 0 0 auto;
  width: clamp(28px, 4vw, 64px);
  height: 2px;
  background: var(--team-section-accent, #4ab7de);
  transform: none;
}

.worries__content {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 30%);
  gap: clamp(14px, 1.4vw, 20px);
  align-items: stretch;
  padding: clamp(18px, 2.4vw, 28px);
  background: #ffffff;
  border: 2px solid var(--team-section-accent, #d9e6ef);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(13, 45, 86, 0.1);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--team-section-accent, #d9e6ef) 16%, transparent);
}

.worries__panel {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: clamp(12px, 1.8vw, 22px) clamp(12px, 2.4vw, 28px);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.worries__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  column-gap: clamp(34px, 5vw, 72px);
  row-gap: clamp(14px, 1.8vw, 24px);
  width: 100%;
  margin: 0;
  padding: 0;
  color: #09245f;
  list-style: none;
}

.worries__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #d9e6ef;
  background: color-mix(in srgb, var(--team-section-accent, #d9e6ef) 32%, #ffffff);
  transform: translateX(-50%);
}

.worries__list li {
  position: relative;
  min-width: 0;
  padding-left: 28px;
  font-size: clamp(16px, calc(1.14vw + 3px), 20px);
  line-height: 1.45;
  font-weight: 800;
}

.worries__list li::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 16px;
  height: 16px;
  border: 2px solid var(--team-section-accent, #00a9c8);
  border-radius: 2px;
}

.worries__list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(0.45em + 3px);
  width: 5px;
  height: 9px;
  border: solid var(--team-section-accent, #00a9c8);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.worries__image {
  position: relative;
  min-width: 0;
  container-type: inline-size;
}

.worries__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: none;
}

.team-service,
.team-contact {
  width: min(100%, 1360px);
  margin-top: clamp(46px, 6vw, 70px);
  border-radius: 0;
}

.team-contact {
  background: #ffffff !important;
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.team-service.effect-section--blue {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.team-service.effect-section--blue::before,
.team-service.effect-section--blue::after,
.team-contact.effect-section--blue::before,
.team-contact.effect-section--blue::after {
  display: none !important;
}

.team-service h2,
.team-contact h2 {
  box-sizing: border-box;
  position: relative;
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(18px, 2.6vw, 30px);
  padding: 0;
  color: #09245f;
  background: transparent;
  box-shadow: none;
  clip-path: none;
  border: 0;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  transform: none;
}

.team-service h2::before,
.team-service h2::after,
.team-contact h2::before,
.team-contact h2::after {
  content: "";
  display: block;
  position: static;
  flex: 0 0 auto;
  width: clamp(28px, 4vw, 64px);
  height: 2px;
  background: #4ab7de;
  transform: none;
}

.team-service__grid {
  display: grid;
  gap: clamp(18px, 2.4vw, 30px);
  width: min(100%, 1040px);
  margin: 0 auto;
}

.team-service__item {
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
  gap: clamp(18px, 2.8vw, 34px);
  align-items: center;
  min-width: 0;
  padding: clamp(18px, 2.4vw, 28px);
  background: #ffffff;
  border: 2px solid var(--team-service-accent, #d9e6ef);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(13, 45, 86, 0.1);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--team-service-accent, #d9e6ef) 18%, transparent);
}

.team-service__item:nth-child(1) {
  --team-service-accent: #2276bd;
}

.team-service__item:nth-child(2) {
  --team-service-accent: #15b8be;
}

.team-service__item:nth-child(3) {
  --team-service-accent: #4b9d22;
}

.team-service__item:nth-child(4) {
  --team-service-accent: #ef7b22;
}

.team-service__item:nth-child(5) {
  --team-service-accent: #8055b8;
}

.team-service__item:nth-child(6) {
  --team-service-accent: #d94f7a;
}

.team-service__item:nth-child(7) {
  --team-service-accent: #f0b429;
}

.team-service__image {
  position: relative;
  min-width: 0;
  line-height: 0;
}

.team-service__image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(13, 45, 86, 0.1);
}

.team-service__body {
  min-width: 0;
}

.team-service__body h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  padding: 0 0 12px;
  color: #09245f;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0;
  border-bottom: 2px solid #d8e2f0;
}

.team-service__body h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 48px;
  height: 2px;
  background: var(--team-service-accent, #4ab7de);
}

.team-service__body p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #282828;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.9;
  font-weight: 400;
}

.team-contact__form {
  box-sizing: border-box;
  display: grid;
  gap: 0;
  width: min(100%, 980px);
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d9e6ef;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(13, 45, 86, 0.1);
  overflow: hidden;
}

.team-contact__row {
  display: grid;
  grid-template-columns: minmax(180px, 28%) minmax(0, 1fr);
  border-bottom: 1px solid #d9e6ef;
}

.team-contact__row > label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 18px 20px;
  color: #09245f;
  background: #f3fbff;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.6;
  font-weight: 900;
}

.team-contact__row > label span {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 7px;
  color: #fff;
  background: #15b8be;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 900;
}

.team-contact__row > div {
  box-sizing: border-box;
  min-width: 0;
  padding: 16px 18px;
}

.team-contact input:not([type="checkbox"]):not([type="file"]),
.team-contact select,
.team-contact textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 11px 12px;
  color: #282828;
  background: #fff;
  border: 1px solid #d9e6ef;
  border-radius: 8px;
  font: inherit;
}

.team-contact .team-contact__row > input,
.team-contact .team-contact__row > select {
  box-sizing: border-box;
  min-width: 0;
  width: calc(100% - 36px);
  margin: 16px 18px;
}

.team-contact textarea {
  resize: vertical;
}

.team-contact__help {
  margin: 8px 0 0;
  color: #5f5a55;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600;
}

.team-contact__confirm {
  box-sizing: border-box;
  display: grid;
  gap: 14px;
  padding: 20px;
  text-align: center;
}

.team-contact__confirm label {
  color: #1d2733;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.team-contact__confirm button {
  justify-self: center;
  min-width: 180px;
  padding: 13px 26px;
  color: #fff;
  background: #15b8be;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(13, 45, 86, 0.14);
  font-size: 16px;
  font-weight: 900;
}

.team-contact__confirm p {
  margin: 0;
  color: #5f5a55;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 600;
}

.team-tel {
  width: min(100%, 780px);
  margin: clamp(28px, 4vw, 44px) auto 0;
}

.team-tel__title {
  margin: 0 0 14px;
  color: #09245f;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}

.team-tel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.team-tel__card {
  box-sizing: border-box;
  padding: 22px 18px;
  background: #fff;
  border: 1px solid #d9e6ef;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(13, 45, 86, 0.1);
  text-align: center;
}

.team-tel__card:first-child {
  border-top-color: #d9e6ef;
}

.team-tel__card p {
  margin: 0 0 8px;
  color: #282828;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 800;
}

.team-tel__card a {
  color: #09245f;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.2;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 800px) {
  .team-mv {
    width: 100%;
    margin-top: 85px;
  }

  .team-mv__image.team-mv__image--pc {
    display: none !important;
  }

  .team-mv__image.team-mv__image--sp1,
  .team-mv__image.team-mv__image--sp2 {
    display: block !important;
  }

  .team-mv__copy {
    left: 50%;
    top: 17cqw;
    transform: translateX(-50%);
    font-size: 11cqw;
  }

  .contents {
    width: 100%;
    padding: 18px 10px 42px;
  }

  .omakase {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 10px;
  }

  .omakase__title {
    max-width: none;
    padding: 0;
    font-size: clamp(17px, 5vw, 22px);
  }

  .omakase__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 22px;
    padding: 24px 14px 18px;
  }

  .omakase__item {
    padding: 0 10px;
  }

  .omakase__item + .omakase__item {
    border-left: 0;
  }

  .omakase__item:nth-child(even) {
    border-left: 1px solid #d9e6ef;
  }

  .worries {
    margin-top: 36px;
  }

  .worries h2 {
    font-size: clamp(20px, 5.6vw, 24px);
  }

  .worries__heading-break,
  .team-service__heading-break {
    display: inline;
  }

  .omakase__break {
    display: none;
  }

  .omakase__break.omakase__break--force-sp {
    display: inline;
  }

  .worries__content {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .worries__panel {
    padding: 0;
  }

  .worries__list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    row-gap: 14px;
  }

  .worries__list::before {
    display: none;
  }

  .worries__image img {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .team-service,
  .team-contact {
    margin-top: 36px;
    padding: 0;
  }

  .team-tel__grid {
    grid-template-columns: 1fr;
  }

  .team-service__item {
    grid-template-columns: 1fr;
    padding: 20px 16px 22px;
  }

  .team-service__image {
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .team-contact__row {
    grid-template-columns: 1fr;
  }

  .team-contact__row > label {
    padding: 13px 14px;
  }

  .team-contact__row > div {
    padding: 14px;
  }

  .team-contact .team-contact__row > input,
  .team-contact .team-contact__row > select {
    width: calc(100% - 28px);
    margin: 14px;
  }

  .team-contact__confirm {
    padding: 18px 14px;
  }
}

@media (max-width: 420px) {
  .omakase__list {
    grid-template-columns: 1fr;
    row-gap: 0;
    padding-inline: 20px;
  }

  .omakase__item {
    padding: 18px 0;
  }

  .omakase__item:nth-child(even) {
    border-left: 0;
  }

  .omakase__item + .omakase__item {
    border-top: 1px solid #d9e6ef;
  }

  .omakase__icon {
    width: 72px;
    height: 72px;
  }
}

/* メインビジュアルと大画面時の左右余白を自然につなぐ */
.team-mv {
  width: min(100%, 1536px);
  background: #f1f2f4;
  box-shadow:
    0 0 0 100vmax #f1f2f4,
    0 10px 18px rgba(20, 34, 48, 0.08);
  clip-path: inset(0 -100vmax);
}

.team-mv__image {
  width: 100%;
  max-width: none;
}

@media (min-width: 1537px) {
.team-mv__image {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.45) 1.5%,
    #000 5%,
    #000 95%,
    rgba(0, 0, 0, 0.45) 98.5%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.45) 1.5%,
    #000 5%,
    #000 95%,
    rgba(0, 0, 0, 0.45) 98.5%,
    transparent 100%
  );
}
}

.team-consult-intro {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  width: min(100%, 1400px);
  margin: 0 auto;
  padding-right: clamp(8px, 1.2vw, 16px);
  padding-left: clamp(8px, 1.2vw, 16px);
  color: #151515;
  background: #f4f6f6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.team-consult-intro__media {
  box-sizing: border-box;
  min-width: 0;
  padding: clamp(24px, 3.2vw, 46px);
}

.team-consult-intro__media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: cover;
  border-radius: 8px;
}

.team-consult-intro__body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(30px, 4vw, 58px) clamp(28px, 5vw, 74px);
}

.team-consult-intro__body h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 0 auto clamp(28px, 3vw, 44px);
  color: #09245f;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
}

.team-consult-intro__body h2::before,
.team-consult-intro__body h2::after {
  content: "";
  position: static;
  width: clamp(28px, 4vw, 64px);
  height: 2px;
  flex: 0 0 auto;
  background: #4ab7de;
}

.team-consult-intro__body h2 span {
  padding: 0;
  background: transparent;
}

.team-consult-intro__text {
  font-size: clamp(13px, 1.2vw, 17px);
  line-height: 1.9;
  letter-spacing: 0.035em;
}

.team-consult-intro__text p {
  margin: 0;
}

.team-consult-intro__text p + p {
  margin-top: clamp(24px, 3vw, 42px);
}

.team-consult-intro__text span {
  color: #ff8a00;
}

@media (max-width: 800px) {
  .team-consult-intro {
    grid-template-columns: 1fr;
  }

  .team-consult-intro__media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .team-consult-intro__media {
    order: 2;
    padding: 0 20px 24px;
  }

  .team-consult-intro__body h2 {
    gap: 10px;
    font-size: clamp(20px, 5.6vw, 24px);
  }

  .team-consult-intro__body {
    order: 1;
    padding: 34px 20px 28px;
  }

  .team-consult-intro__text br {
    display: none;
  }

  .team-consult-intro__text {
    font-size: clamp(15px, 1.2vw, 19px);
  }
}
