﻿@charset "UTF-8";
html {
  font-size: calc((10 / 1800) * 100vw);
  /* scroll-behavior: smooth; */
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc((10 / 700) * 100vw);
  }
}

:root {
  --color-navy: #003b63;
  --color-deep-navy: #001f36;
  --color-blue: #167ab2;
  --color-light-blue: #2c97d3;
  --color-gold: #fecb00;
  --color-cream: #edeef0;
  --color-beige: #f3e6d3;
  --color-white: #fff;
  --color-text: #1b1b1b;
  --color-muted: #726356;
  --color-orange: #f3a536;
  --color-gray: #878787;
  --color-brown: #7b6b48;
  --radius-card: 1.6rem;
  --shadow-card: 0 2rem 4rem rgba(6, 32, 61, 0.15);
  --inner-max: 128rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--color-cream);
  color: var(--color-text);
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.8;
  letter-spacing: 0;
  min-height: 100vh;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

.l-inner,
.section__inner {
  width: min(var(--inner-max), calc(100% - clamp(4rem, 8vw, 113.4rem)));
  margin-inline: auto;
}

.section-gap {
  padding-block: clamp(8rem, 10vw, 14rem);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(255, 255, 255, 0.15);
  color: var(--color-white);
  border-radius: 10rem;
  padding: 0.6rem 1.8rem;
  font-size: 1.6rem;
}

/* ------------------------------------
  Hero
------------------------------------ */
.p-mv {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #edf3f8 0%, #f7f0e5 60%, #fff 100%);
}

.p-mv__bg {
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  position: relative;
  height: 82vh;
}

.p-mv__bg-item {
  overflow: hidden;
  position: relative;
}

.p-mv__bg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mv__inner {
  width: min(var(--inner-max), calc(100% - clamp(4rem, 8vw, 12rem)));
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  @media screen and (max-width: 1024px) {
    width: calc(100% - clamp(3rem, 6vw, 6rem));
  }
}

.p-mv__panel {
  background: var(--color-light-blue);
  color: var(--color-white);
  text-align: center;
  padding: clamp(4rem, 5vw, 6rem) 0;
  box-shadow: var(--shadow-card);
  max-width: 68.7rem;
  margin-inline: auto;
}

.p-mv__brand {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}

.p-mv__brand-logo {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
}

.p-mv__brand-sub {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}

.p-mv__catch-main {
  font-size: clamp(3.6rem, 4vw, 4.7rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  margin-bottom: 1rem;
  border-top: 1px solid var(--color-white);
  padding-top: 2rem;
  display: inline-block;
}

.p-mv__catch-sub {
  font-size: 2.6rem;
  line-height: 1.4;
}

.p-mv__troubles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
  gap: clamp(1.2rem, 1.4vw, 2rem);
  margin-top: clamp(4rem, 6vw, 4rem);
}

.p-mv__trouble {
  background: var(--color-white);
  border-radius: var(--radius-card);
  padding: 2.8rem 0;
  text-align: center;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(14, 71, 105, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 768px) {
    padding: 1.8rem 0;
  }
}

.p-mv__trouble-text {
  font-size: 2.3rem;
  font-size: clamp(1.2rem, calc(1rem + 2vw), 2.3rem);
  letter-spacing: 0.1rem;
  line-height: calc(33 / 23);
  font-weight: 700;
  @media screen and (max-width: 768px) {
    letter-spacing: 0;
  }
}

.p-support {
  position: relative;
  background-color: #142d3b;
}
.p-support::before {
  content: "";
  position: absolute;
  background: url(../img/cta-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  width: 100%;
  height: 100%;
  @media screen and (max-width: 768px) {
    background: url(../img/cta-bg-sp.png) no-repeat;
  }
}

.p-support::after {
  content: "";
  position: absolute;
  background: url(../img/mv-agent.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
  bottom: clamp(-2rem, calc(1rem + 2vw), -0.5rem);
  right: clamp(27rem, calc(1rem + 2vw), -1rem);
  width: clamp(18rem, 22vw, 29rem);
  aspect-ratio: 29 / 30;
  height: auto;
  pointer-events: none;
  @media screen and (max-width: 768px) {
    display: none;
  }
}
.p-mv__support {
  background: #142d3b;
  padding: clamp(0.8rem, calc(1rem + 2vw), 6rem);
  color: var(--color-white);
  box-shadow: var(--shadow-card);
  @media screen and (max-width: 768px) {
    width: calc(100% - 4rem);
    margin-inline: auto;
  }
}

.p-mv__support-inner {
  width: min(100%, 96rem);
  margin-inline: auto;
  position: relative;
}

.p-mv__support-lead {
  font-size: clamp(1.3rem, calc(1rem + 2vw), 2.4rem);
  line-height: calc(36 / 24);
  text-align: center;
}

.p-mv__support-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: clamp(1.6rem, 5vw, 1rem);
  flex-wrap: wrap;
}

.p-mv__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  max-width: 1118px;
  /* max-width: 833px; */
  width: 100%;
  padding: 2.4rem 0;
  color: var(--color-white);
  font-size: clamp(3.2rem, calc(1rem + 2vw), 3.6rem);
  font-weight: 500;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff7e00, #f1921f);
  box-shadow: 0 1.4rem 2.4rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
  @media screen and (max-width: 1920px) {
    max-width: 833px;
  }
  @media screen and (max-width: 768px) {
    padding: 2.9rem 0;
  }
}

.p-mv__btn::before,
.p-mv__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  pointer-events: none;
}

.p-mv__btn::before {
  box-shadow: inset 0 7px 7px rgba(255, 255, 255, 0.5);
  mix-blend-mode: screen;
}

.p-mv__btn::after {
  box-shadow: inset 0 -7px 7px rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.p-mv__btn-label {
  display: block;
}

.p-mv__btn-icon {
  position: absolute;
  top: 50%;
  right: clamp(2%, calc(1rem + 2vw), 15%);
  width: clamp(3.4rem, 3vw, 4.3rem);
  height: clamp(3.4rem, 3vw, 4.3rem);
  transform: translateY(-50%);
}
.p-btn .p-mv__btn-icon {
  right: clamp(6%, 10vw, 12%);
}
.p-mv__btn-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--color-white);
}
.p-mv__btn-icon::after {
  content: "";
  position: absolute;
  width: clamp(1.2rem, 1vw, 1.4rem);
  height: clamp(1.2rem, 1vw, 1.4rem);
  border-top: solid 3px var(--color-orange);
  border-right: solid 3px var(--color-orange);
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) rotate(45deg);
  @media screen and (max-width: 768px) {
    border-top: solid 2px var(--color-orange);
    border-right: solid 2px var(--color-orange);
  }
}
.p-btn {
  font-size: clamp(4.4rem, calc(1rem + 2vw), 3.6rem);
}

.p-mv__agent {
  max-width: 26rem;
}

.p-mv__note {
  text-align: center;
  font-size: 2rem;
  line-height: calc(46 / 20);
  @media screen and (max-width: 768px) {
    line-height: calc(28 / 24);
  }
}

/* ------------------------------------
  About
------------------------------------ */
.p-about {
  padding-block: clamp(4rem, calc(1rem + 2vw), 15rem);
  background: var(--color-white);
  position: relative;
  z-index: 2;
}
.p-about::after {
  content: "";
  position: absolute;
  background: url(../img/about-bg.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-about__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(4rem, 6vw, 7rem);
  align-items: center;
}

.p-about__heading {
  font-size: clamp(4.2rem, 4vw, 5rem);
  line-height: calc(70 / 50);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 5rem;
  @media screen and (max-width: 768px) {
    text-align: center;
    margin-bottom: 2.5rem;
    letter-spacing: -2px;
  }
}

.p-about__lead {
  font-size: 2.4rem;
  line-height: calc(40 / 24);
  margin-bottom: 1.6rem;
}

.p-about__images {
  display: grid;
  gap: 1rem;
  max-width: 47.5rem;
  @media screen and (max-width: 768px) {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    overflow-x: auto;
    gap: 1rem;
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
}

.p-about__image--top {
}

.p-about__image--bottom {
}

/* ------------------------------------
  Land
------------------------------------ */
.p-land {
  padding-block: clamp(4rem, calc(1rem + 2vw), 15rem);
  background: var(--color-cream);
}

.p-land__head {
  text-align: center;
  margin-bottom: clamp(2rem, calc(1rem + 2vw), 4rem);
}

.p-land__title {
  font-size: clamp(4rem, 4.5vw, 5rem);
  color: var(--color-text);
  line-height: calc(70 / 50);
  margin-bottom: 4rem;
  font-weight: 600;
  @media screen and (max-width: 768px) {
    margin-bottom: 2rem;
  }
}

.p-land__lead {
  font-size: 2.4rem;
  line-height: calc(40 / 24);
  color: var(--color-text);
}

.p-land__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(34.3rem, 1fr));
  gap: clamp(5rem, 3vw, 6rem);
  @media screen and (max-width: 768px) {
    padding-inline: 2rem;
  }
}

.p-land__item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.p-land__thumb {
  overflow: hidden;
}

.p-land__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-land__body {
  padding-top: 2.8rem;
  flex: 1;
  @media screen and (max-width: 768px) {
    dding-top: 2.4rem;
  }
}

.p-land__case-title {
  font-size: clamp(2.5rem, calc(1rem + 2vw), 2.5rem);
  color: var(--color-blue);
  line-height: calc(36 / 25);
  font-weight: 500;
  margin-bottom: 1.2rem;
  text-align: center;
  @media screen and (max-width: 768px) {
    line-height: calc(40 / 32);
    font-size: clamp(3.2rem, calc(1rem + 2vw), 3.2rem);
  }
}

.p-land__text {
  font-size: 2.2rem;
  color: var(--color-text);
  font-weight: 500;
  line-height: calc(28 / 22);
}

.p-land__note-small {
  font-size: 1.9rem;
  margin-top: 2rem;
  text-align: right;
  @media screen and (max-width: 768px) {
    margin-top: 0;
  }
}

.p-land__notice-box {
  margin-top: clamp(1rem, 4vw, 1.6rem);
  padding-block: 1.6rem;
  text-align: center;
  font-size: clamp(2.3rem, calc(1rem + 2vw), 2rem);
  line-height: 1.2;
  border-block: 1px solid var(--color-text);
}

.p-land__cta {
  margin-top: clamp(2rem, 5vw, 3rem);
  text-align: center;
}

.p-land__btn {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  background: linear-gradient(90deg, var(--color-orange), #f7c24f);
  color: var(--color-white);
  padding: 2rem 5rem;
  border-radius: 999px;
  font-size: 2.4rem;
  font-weight: 600;
  box-shadow: var(--shadow-card);
}

.p-land__btn-main {
  font-weight: 600;
}

.p-land__btn-icon {
  font-size: 2.2rem;
}

.p-land__cta-note {
  margin-top: 1.8rem;
  font-size: 2rem;
  line-height: calc(46 / 20);
}

/* ------------------------------------
  Difference
------------------------------------ */
.p-difference {
  padding-block: clamp(8rem, 10vw, 15rem);
  background: linear-gradient(135deg, #5e4b2c, #2b2115);
  color: var(--color-white);
  background: url(../img/difference-bg.jpg) no-repeat top;
  background-size: cover;
  position: relative;
  @media screen and (max-width: 768px) {
    padding-bottom: 15rem;
  }
}
.p-difference::after {
  content: "";
  background: url(../img/difference-01.png) no-repeat;
  position: absolute;
  bottom: -63rem;
  right: 0;
  width: 62rem;
  height: 92.6rem;
  z-index: 999;
  object-fit: contain;
  object-position: right bottom;
  display: block;
  width: clamp(37rem, 35vw, 62rem);
  aspect-ratio: 620 / 926;
  height: auto;
  bottom: clamp(-60rem, calc(1rem + 2vw), -60rem);
  right: clamp(-4rem, -2vw, 0);
  background-size: contain;
  @media screen and (max-width: 768px) {
    background: none;
    background: url(../img/difference-01-sp.png) no-repeat;
    width: 90%;
    max-width: calc(100vw - 2rem);
    aspect-ratio: 375 / 245;
    bottom: -30rem;
    left: 24px;
    object-fit: contain;
    object-position: right bottom;
  }
}

.p-difference__head {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3.6rem);
}

.p-difference__title {
  font-size: clamp(3.8rem, 4.4vw, 5rem);
  margin-bottom: 2rem;
  letter-spacing: -3px;
  line-height: calc(70 / 50);
  @media screen and (max-width: 768px) {
    line-height: calc(58 / 42);
    letter-spacing: -2px;
  }
}
.p-difference__title span {
  color: var(--color-gold);
}

.p-difference__lead {
  font-size: 2.4rem;
  line-height: calc(40 / 24);
  color: var(--color-white);
}

.p-difference__table-wrap {
  background: var(--color-white);
  padding: clamp(1rem, 3vw, 3.6rem) 1.6rem;
  @media screen and (max-width: 768px) {
    margin-inline: 2rem;
  }
}

.p-difference__table {
  width: 100%;
  border-collapse: collapse;
  background: var(--color-white);
  color: var(--color-text);
  font-size: 1.9rem;
  position: relative;
}
.p-difference__table::after {
  content: "";
  position: absolute;
  border: solid 3px var(--color-gold);
  width: 46%;
  height: 104%;
  top: -6px;
  right: 0;
  border-radius: 20px;
  @media screen and (max-width: 768px) {
    width: 43%;
    right: -7px;
  }
}
.p-difference__table tr:nth-child(2) {
  background: #fbf4e5;
}
.p-difference__table tr:nth-child(4) {
  background: #fbedd3;
  border-bottom: 1px solid var(--color-gray);
}
.p-difference__table thead .p-difference__headcell:nth-child(2) {
  border-left: 1px solid var(--color-gray);
}
.p-difference__headcell {
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
  border-bottom: 1px solid var(--color-gray);
}

.p-difference__headcell--agent {
  color: var(--color-white);
  background: var(--color-brown);
  border-radius: 20px;
  display: block;
  max-width: 46.8rem;
  margin-inline: auto;
  @media screen and (max-width: 768px) {
    max-width: 24.8rem;
    margin-left: 10px;
    border-radius: 12px;
    line-height: 1.2;
    padding-block: 10px;
  }
}

.p-difference__headcell--normal {
  background: var(--color-gray);
  color: var(--color-white);
  border-radius: 20px;
  display: block;
  max-width: 36.8rem;
  margin-inline: auto;
  @media screen and (max-width: 768px) {
    margin-left: 10px;
    border-radius: 12px;
    line-height: 1.2;
    padding-block: 10px;
  }
}
.p-difference__rowtitle {
  width: 20%;
  text-align: center;
  padding: 1.8rem 2rem;
  font-weight: 600;
  font-size: 2.4rem;
  border-right: 1px solid var(--color-gray);
  @media screen and (max-width: 768px) {
    width: 25%;
    padding: 1rem 0;
    letter-spacing: -1px;
  }
}

.p-difference__cell {
  padding: 1.8rem 2.4rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  @media screen and (max-width: 768px) {
    padding: 1.8rem 0.8rem;
    letter-spacing: -1px;
  }
}
tr .p-difference__cell:nth-child(3) {
  color: var(--color-brown);
  @media screen and (max-width: 768px) {
    width: 45%;
    /* font-size: 2rem; */
  }
}
tr .p-difference__cell:nth-child(3) span {
  @media screen and (max-width: 768px) {
    font-size: 2rem;
  }
}

.p-difference__table tr + tr th,
.p-difference__table tr + tr td {
  border-top: 1px solid var(--color-gray);
}

.p-difference__message {
  margin-top: clamp(4rem, 5vw, 6rem);
  border-left: 5px solid #fbedd3;
  padding-left: 28px;
  @media screen and (max-width: 768px) {
    letter-spacing: -1px;
    padding-left: 18px;
    margin-inline: 2rem;
  }
}
.p-difference__message-line {
  font-size: clamp(2.5rem, calc(1rem + 2vw), 3.2rem);
  @media screen and (max-width: 768px) {
    letter-spacing: -1px;
  }
}

.p-difference__em {
  color: var(--color-gold);
}

/* ------------------------------------
  Cases
------------------------------------ */
.p-cases {
  padding-top: clamp(10rem, 10vw, 10.5rem);
  background: var(--color-white);
  position: relative;
  padding-bottom: clamp(3.6rem, calc(1rem + 2vw), 2.1rem);
  @media screen and (max-width: 768px) {
    padding-top: clamp(18rem, 10vw, 10.5rem);
  }
}

.p-cases__intro {
  /* display: grid; */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3.6rem, 5vw, 6rem);
  align-items: center;
  margin-bottom: clamp(4rem, 6vw, 12rem);
}

.p-cases__title {
  font-size: clamp(3.8rem, 4.6vw, 5rem);
  line-height: calc(70 / 50);
  color: var(--color-text);
  margin-bottom: 2rem;
  @media screen and (max-width: 768px) {
    text-align: center;
  }
}

.p-cases__lead {
  font-size: clamp(2.6rem, calc(1rem + 2vw), 2.2rem);
  color: var(--color-text);
  @media screen and (max-width: 768px) {
    text-align: center;
  }
}

.p-cases__intro-image img {
  border-radius: 2.4rem;
  box-shadow: var(--shadow-card);
}

.p-cases__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  gap: clamp(5.2rem, 3vw, 3.6rem);
  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.p-cases__item {
  display: flex;
  flex-direction: column;
  @media screen and (max-width: 768px) {
    padding-inline: 2rem;
  }
}

.p-cases__thumb {
  overflow: hidden;
  margin-bottom: 2rem;
}

.p-cases__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-cases__body-inner {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1rem;
}

.p-cases__tag {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--color-white);
  background: #73a2bc;
  padding: 8px;
}

.p-cases__name {
  font-size: 2.5rem;
  color: var(--color-blue);
  line-height: calc(36 / 25);
  @media screen and (max-width: 768px) {
    line-height: calc(40 / 32);
  }
}

.p-cases__text {
  font-size: 2.2rem;
  line-height: calc(28 / 22);
  font-weight: 500;
}

.p-cases__note-small {
  margin-top: 2rem;
  text-align: right;
  font-size: 1.6rem;
  @media screen and (max-width: 768px) {
    margin-top: 0;
  }
}

.p-cases__bottom {
  padding: 3rem;
  background: #e4f6ff;
  text-align: center;
  border-block: 1px solid var(--color-blue);
}

.p-cases__bottom-text {
  font-size: 2.4rem;
  color: var(--color-blue);
  line-height: calc(40 / 24);
}
.p-cases__blue {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 50%,
    var(--color-beige) 50%,
    var(--color-beige) 100%
  );
  position: relative;
  z-index: 2;
}

/* ------------------------------------
  Consult
------------------------------------ */
.p-consult {
  padding-block: clamp(2.4rem, 10vw, 8rem);
  background: var(--color-beige);
  position: relative;
  z-index: 1;
}

.p-consult__inner {
  align-items: center;
}

.p-consult__content {
  flex: 1;
  min-width: 28rem;
}
.p-consult__head {
  position: relative;
}
.p-consult__head::after {
  display: none;
  @media screen and (max-width: 768px) {
    display: block;
    content: "";
    background: url(../img/consult-agent-sp.png) no-repeat;
    position: absolute;
    top: -16px;
    right: 0px;
    width: 36rem;
    height: 24rem;
  }
}
.p-consult__title {
  font-size: clamp(4rem, 4.4vw, 5rem);
  color: var(--color-text);
  line-height: calc(70 / 50);
  font-weight: 600;
  margin-bottom: 1rem;
  @media screen and (max-width: 768px) {
    text-align: left;
  }
}

.p-consult__title-line {
  display: inline-block;
  border-bottom: 3px solid #d4b164;
}

.p-consult__text {
  margin-top: 2.8rem;
  position: relative;
}
.p-consult__text::after {
  content: "";
  background: url(../img/consult-agent.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  bottom: clamp(-6rem, -4vw, -2rem);
  right: clamp(-3rem, -2vw, -1.2rem);
  width: clamp(18rem, 20vw, 33.7rem);
  aspect-ratio: 337 / 231;
  height: auto;
  max-width: calc(100% + 6rem);
  pointer-events: none;
  @media screen and (max-width: 768px) {
    display: none;
  }
}
.p-consult__lead {
  font-size: clamp(2.5rem, calc(1rem + 2vw), 2.4rem);
  font-weight: 500;
  line-height: calc(40 / 24);
  margin-bottom: 1.4rem;
  @media screen and (max-width: 768px) {
    text-align: left;
    line-height: calc(40 / 25);
    letter-spacing: -2px;
  }
}

.p-consult__photo {
  max-width: 30rem;
  flex: 0 1 auto;
}

.p-consult__photo img {
  border-radius: 50rem;
  border: 6px solid var(--color-white);
  box-shadow: var(--shadow-card);
  background: var(--color-white);
}

.p-consult__note {
  margin-top: clamp(4rem, 5vw, 5rem);
  background: var(--color-brown);
  padding: 2rem;
}
.p-consult__note-text {
  color: var(--color-white);
  text-align: center;
  font-size: clamp(2.4rem, calc(1rem + 2vw), 2.2rem);
  @media screen and (max-width: 768px) {
    line-height: calc(30 / 24);
  }
}

/* ------------------------------------
  Footer
------------------------------------ */
.footer {
  background-image: url(../img/footer_bkg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.footer-container {
  padding-top: 36rem;
}
.footer_title {
  font-size: 4rem;
  letter-spacing: -0.2rem;
  color: #ffffff;
}
.web-tag {
  border: 1px solid;
  padding: 0.1rem 2rem;
  font-size: 2.3rem;
  letter-spacing: 0.6rem;
  margin-left: 1rem;
}
.footer-left-info__flex {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  margin-top: 2rem;
}
.footer_text {
  font-size: 2rem;
  margin-top: 0.7rem;
  color: var(--color-white);
}
.youtube-link img {
  width: 19rem;
  margin-top: 2rem;
}
.tel-inner {
  font-size: 2.3rem;
  background: #1375c1;
  text-decoration: underline;
  padding: 1rem 2rem;
  margin-top: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    background-image: url(../img/footer_bkg-sp.jpg);
    height: 61rem;
  }
  .footer-container {
    padding-top: 10rem;
  }
  .footer-left-info__flex {
    flex-direction: column;
  }
  .footer_text {
    font-size: 2.3rem;
  }
  .footer_text__flex {
    display: flex;
    justify-content: space-between;
  }
  .youtube-link img {
    width: 24rem;
    margin-top: 5rem;
  }
  .tel-inner {
    padding: 2rem 6rem;
    margin-top: 4rem;
  }
}

/* ------------------------------------
  Responsive
------------------------------------ */
@media screen and (max-width: 786px) {
  .p-about__inner,
  .p-cases__intro {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .l-inner,
  .section__inner {
    width: calc(100% - 4rem);
  }

  .p-mv__bg {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    grid-auto-rows: minmax(0, 1fr);
    height: 68vh;
  }
  .p-mv__bg-item--center {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .p-mv__bg-item--left {
    grid-column: 2;
    grid-row: 2;
  }

  .p-mv__bg-item--right {
    grid-column: 2;
    grid-row: 1;
  }

  .p-mv__support-main {
    flex-direction: column;
  }

  .p-about__images .p-about__image {
    transform: none;
  }

  .p-difference__table {
    font-size: 1.7rem;
  }

  .p-consult__inner {
    flex-direction: column;
    text-align: center;
  }

  .p-consult__title-line {
    margin-inline: auto;
  }

  .footer-container {
    flex-direction: column;
  }
}
.u-pc-only {
  display: block;
}
@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

/* 追加 */
/* フォーム用に追加 */

.consultation__title {
  text-align: center;
  font-size: 28px;
}

.consultation .consultation-form__type .wpcf7-form-control-wrap {
  width: 100%;
}
.consultation {
  background: #fdfced url(../../../assets/next-eyes/img/bg_border_lg.png)
    no-repeat center center/cover;
}
.consultation__container {
  padding: 50px 0 90px;
}
@media (max-width: 767px) {
  .consultation__container {
    padding: 30px 0 90px;
  }
}
.consultation__messege {
  max-width: 900px;
  margin: 20px auto 0;
}
.consultation__messege h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
.consultation__messege h3 br.sp {
  display: none;
}
@media (max-width: 767px) {
  .consultation__messege h3 {
    font-size: 16px;
  }
}
.consultation__messege p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .consultation__messege {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .consultation__messege--lp h3 {
    font-size: 14px;
    text-align: center;
  }
}
.consultation-form {
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  padding: 2%;
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .consultation-form {
    padding: 10px 15px 30px;
    margin-top: 40px;
  }
}
.consultation-form__content {
  max-width: 805px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.consultation-form__content dt,
.consultation-form__content dd {
  padding: 20px 0;
}
.consultation-form__content dt:not(:last-of-type),
.consultation-form__content dd:not(:last-of-type) {
  border-bottom: 1px solid #c3c3c3;
}
.consultation-form__content dt {
  width: 32%;
  font-size: min(18px, 1.8229166667vw);
  font-weight: 700;
  line-height: 1.5555555556;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 2%;
}
.consultation-form__content dt.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.consultation-form__content dd {
  width: 68%;
  font-size: min(18px, 1.8229166667vw);
  font-weight: 500;
  line-height: 1.125;
}
.consultation-form__content input[type="text"],
.consultation-form__content input[type="tel"],
.consultation-form__content input[type="email"],
.consultation-form__content textarea {
  width: 100%;
  background: #fdfced;
  border-radius: 10px;
  border: none;
  padding: 14px 8px;
  font-family: inherit;
  font-weight: 500;
}
.consultation-form__content input[type="radio"],
.consultation-form__content input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin-right: 10px;
}
.consultation-form__content textarea {
  min-height: 150px;
  resize: vertical;
}
.consultation-form__content .privacy input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .consultation-form__content {
    display: block;
  }
  .consultation-form__content dt,
  .consultation-form__content dd {
    width: 100%;
    padding: 10px 0 20px;
  }
  .consultation-form__content dt {
    font-size: 18px;
    padding: 20px 0 0 0;
  }
  .consultation-form__content dt:not(:last-of-type) {
    border-bottom: none;
  }
  .consultation-form__content dd {
    font-size: 16px;
  }
}
.consultation-form__required,
.consultation-form__option {
  display: inline-block;
  padding: 0.3em 1em;
  margin-left: 8px;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  min-width: 50px;
}
.consultation-form__required {
  background: #ff9d00;
}
.consultation-form__option {
  background: #000;
}
.consultation-form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.consultation-form__name input[type="text"],
.consultation-form__name span {
  width: 150px;
}
.consultation-form__name input[type="text"]:first-child,
.consultation-form__name span:first-child {
  margin-right: 10px;
}
.consultation__post-code input[type="text"] {
  width: 150px;
  margin-left: 10px;
}
.consultation__address {
  margin-top: 10px;
}
.consultation-form__tel input[type="tel"] {
  width: 150px;
}
.consultation-form__note {
  font-size: 12px;
  line-height: 1.8333333333;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}
.consultation-form__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.consultation-form__online .consultation-form__label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}
.consultation-form__online select {
  width: 100%;
  background: #fdfced;
  border-radius: 10px;
  border: none;
  padding: 14px 8px;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
}
.consultation-form__online select:focus {
  outline: 2px solid #ff9d00;
  outline-offset: 2px;
}
.consultation-form__online input[type="email"] {
  width: 100%;
  background: #fdfced;
  border-radius: 10px;
  border: none;
  padding: 14px 8px;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
}
.consultation-form__online input[type="email"]:focus {
  outline: 2px solid #ff9d00;
  outline-offset: 2px;
}
.consultation-form__online input[type="email"]::-webkit-input-placeholder {
  color: #999;
  font-size: 1.4rem;
}
.consultation-form__online input[type="email"]::-moz-placeholder {
  color: #999;
  font-size: 1.4rem;
}
.consultation-form__online input[type="email"]:-ms-input-placeholder {
  color: #999;
  font-size: 1.4rem;
}
.consultation-form__online input[type="email"]::-ms-input-placeholder {
  color: #999;
  font-size: 1.4rem;
}
.consultation-form__online input[type="email"]::placeholder {
  color: #999;
  font-size: 1.4rem;
}
.consultation-form__online .consultation-form__note {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
  margin-top: 8px;
}
.consultation-form__online .consultation-form__note a {
  color: #ff9d00;
  text-decoration: underline;
}
.consultation-form__online .consultation-form__note a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .consultation-form__online {
    gap: 15px;
  }
  .consultation-form__online .consultation-form__label {
    font-size: 1.4rem;
  }
  .consultation-form__online select,
  .consultation-form__online input[type="email"] {
    font-size: 1.4rem;
    padding: 12px 8px;
  }
  .consultation-form__online .consultation-form__note {
    font-size: 1.1rem;
  }
}
.consultation-form__submit {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .consultation-form__submit {
    margin-top: 10px;
  }
}
.consultation-form__button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 340px;
  max-width: 100%;
  background: #ff9d00;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}
.consultation-form__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../../assets/next-eyes/img/icon_arrow.png) no-repeat center
    center/contain;
  width: 0.5em;
  aspect-ratio: 18/30;
}
.consultation-form__button input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.consultation-form__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -15px;
}
.consultation-form__type label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 15px 15px 0;
  margin-right: 2.4em;
}
.consultation-form__type
  label:has(input[type="radio"]:checked)
  .consultation-form__radio,
.consultation-form__type
  label:has(input[type="checkbox"]:checked)
  .consultation-form__radio {
  border: 2px solid #172330;
}
.consultation-form__type
  label:has(input[type="radio"]:checked)
  .consultation-form__radio::after,
.consultation-form__type
  label:has(input[type="checkbox"]:checked)
  .consultation-form__radio::after {
  background-color: #172330;
}
.consultation-form__type input[type="radio"],
.consultation-form__type input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  margin: 0;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  .consultation-form__type label {
    margin-right: 1em;
  }
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.consultation-form__radio {
  display: inline-block;
  width: 24px;
  aspect-ratio: 1/1;
  border: 2px solid #ddd;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
  line-height: 1;
}
.consultation-form__radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ddd;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-spinner {
  display: none !important;
}
.thanks {
  background: #fdfced url(../../../assets/next-eyes/img/bg_border_lg.png)
    no-repeat center center/cover;
}
.thanks__heading {
  margin-top: 30px;
}
.thanks__container {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .thanks__container {
    padding: 20px 0;
  }
}
.thanks__heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .thanks__heading {
    font-size: min(2.8rem, 7.4666666667vw);
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
}
.thanks__message {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 2em;
}
@media screen and (max-width: 999px) {
  .thanks__message {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .thanks__message {
    margin-top: 0.8em;
    font-size: min(1.6rem, 4.2666666667vw);
    line-height: 1.85;
    text-align: left;
  }
}
.thanks__note {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8888888889;
  color: #be0c0c;
  margin-top: 1.7em;
}
@media screen and (max-width: 999px) {
  .thanks__note {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .thanks__note {
    font-size: min(1.4rem, 3.7333333333vw);
  }
}
.thanks__banner {
  width: 63%;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .thanks__banner {
    width: 100%;
  }
}
.info-msg--lpct {
  background-color: #f7f7f7;
  max-width: 980px;
  margin: 30px auto 0;
  padding: 20px;
  text-align: center;
}
.info-msg--lpct .content-pc {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .info-msg--lpct .content-pc {
    display: none;
  }
}
.info-msg--lpct .content-sp {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  display: none;
}
@media (max-width: 767px) {
  .info-msg--lpct .content-sp {
    display: block;
    font-size: 2.6rem;
  }
}
.thanks__btnwrap {
  max-width: 430px;
  margin: 40px auto;
  text-align: center;
}
.thanks__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  padding: 20px 40px;
  border: none;
  border-radius: 40px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffd700),
    to(#ffa500)
  );
  background: linear-gradient(to bottom, #ffd700 0%, #ffa500 100%);
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.thanks__btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}
.thanks__btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
.thanks__btn-icon img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .thanks__btnwrap {
    max-width: 90%;
    margin: 30px auto;
  }
  .thanks__btn {
    min-height: 60px;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 30px;
  }
  .thanks__btn-icon img {
    width: 20px;
    height: 20px;
  }
} /*# sourceMappingURL=consultation.css.map */

.online-detail {
  display: flex;
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}
