@charset "UTF-8";

/*//////////PCサイズ///////////*/
/*//////////PCサイズ///////////*/
/*//////////PCサイズ///////////*/
@media screen and (min-width: 768px) {
.header {
  padding: 1rem 1rem 0;
}
.header .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: url(../img/mv-img--sp.webp) no-repeat center center / cover;
  aspect-ratio: 711 / 1062;
}
.header .inner .logo {
  position: absolute;
  top: calc(30 / 1425 * 100%);
  left: calc(30 / 1425 * 100%);
}
.header .inner .logo a img {
  max-width: 157px;
}
.header .inner .text {
  text-align: center;
}
.header .inner .text h1 img {
  width: calc(275 * 2 / 1384 * 100%);
  max-width: 275px;
}
.header .inner .text p {
  font-size: clamp(26px, 3.45vw + 13.07px, 56px);
  font-family: var(--font-family-serif);
  color: var(--white);
  font-weight: 700;
  text-align: center;
}
main .title {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
main .title::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 70px;
  height: 5px;
  background-color: var(--orange);
}
/* ---------------------------------------------
   .about
--------------------------------------------- */
main .about .about-inner {
  padding-bottom: calc(100 / 1425 * 100%);
}
main .about .about-inner .lead {
  font-size: clamp(20px, 1.52vw + 20.29px, 42px);
  font-family: var(--font-family-serif);
  text-align: center;
  padding: calc(30 / 1425 * 100%) 0 calc(50 / 1425 * 100%);
}
main .about .about-inner .lead .underline {
  display: inline-block;
  position: relative;
}
main .about .about-inner .lead .underline::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--yellow);
}
main .about .about-inner .lead .blue-dark {
  color: var(--blue-dark);
  font-weight: 700;
}
main .about .about-inner .lead .blue-light {
  color: var(--blue-light);
  font-weight: 700;
}
main .about .about-inner .lead strong {
  font-size: clamp(26px, 1.8vw + 23.07px, 57px);
}
main .about .about-inner .icon-service {
  width: 100%;
  max-width: calc(375 / 1425 * 100%);
  margin-top: -9%;
}
main .about .about-inner .lead-sub {
  font-size: clamp(24px, 0.76vw + 21.14px, 32px);
  margin: calc(50 / 1425 * 100%) auto;
}
main .about .about-inner .text {
  font-size: clamp(16px, 0.38vw + 14.57px, 20px);
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: left;
  margin-bottom: calc(50 / 1425 * 100%);
}
.risk {}
.risk .inner-min {
  text-align: center;
  padding: calc(100 / 1425 * 100%) 1rem;
  width: 100%;
  display: table;
  margin: 0 auto;
}
.risk .inner-min .lead {
  font-size: clamp(28px, 0.75vw + 25.18px, 36px);
  font-family: var(--font-family-serif);
}
.risk .inner-min .lead::before {
  vertical-align: bottom;
  margin-right: 10px;
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../img/icon-question--01.svg);
  background-size: contain;
}
.risk .inner-min .lead strong {
  font-size: clamp(32px, 1.5vw + 26.37px, 48px);
  color: var(--blue-dark);
}
.risk .inner-min .risk-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: calc(100 / 1425 * 100%);
}
/* ---------------------------------------------
   .risk-comment01
--------------------------------------------- */
.risk .risk-comment01 {
  background: var(--blue-dark);
}
.risk .risk-comment01 .comment {
  width: 100%;
  padding: 2rem;
  margin: 0 auto;
}
.risk .risk-comment01 .comment .text {
  width: 100%;
  color: var(--white);
}
.risk .risk-comment01 .comment .text h3 {
font-size: clamp(18px, 0.75vw + 15.18px, 26px);
  color: var(--black);
  background-color: var(--orange);
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  position: relative;
}
.risk .risk-comment01 .comment .text h3::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 10%;
  transform: translate(-50%, 0);
  width: 40px;
  height: 40px;
  background-color: var(--orange);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.risk .risk-comment01 .comment .text p {
  font-size: clamp(16px, 0.38vw + 14.57px, 20px);
  line-height: 1.8;
}
.risk .risk-comment01 .comment .text p strong {
  font-size: clamp(20px, 0.75vw + 17.18px, 28px);
}
.risk .risk-comment01 .comment img {
  width: 80%;
  margin: 1rem auto;
  display: table;
}
/* ---------------------------------------------
   .risk-comment02
--------------------------------------------- */
.risk .risk-comment02 {
  background: var(--blue-dark);
}
.risk .risk-comment02 .comment {
  width: 100%;
  padding: 2rem;
  margin: 0 auto;
}
.risk .risk-comment02 .comment .text {
  width: 100%;
  color: var(--white);
}
.risk .risk-comment02 .comment .text ul {
  margin-left: 10%;
  text-indent: -8%;
}
.risk .risk-comment02 .comment .text ul li {
  font-size: clamp(18px, 0.56vw + 15.89px, 24px);
  font-weight: 700;
  line-height: 1.8;
}
.risk .risk-comment02 .comment img {
  width: 80%;
  margin: 1rem auto;
  display: table;
}
.report {
  width: 85vw;
  margin: auto;
  position: relative;
}
.report::before {
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--white);
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 60px;
}
.report .report-inner {
  padding: calc(100 / 1425 * 100%) 0;
  width: 100%;
  display: table;
  margin: 0 auto;
}
.report .report-inner .lead {
  font-size: clamp(32px, 1.41vw + 26.72px, 47px);
  font-family: var(--font-family-serif);
  text-align: center;
  font-weight: 700;
  width: 100%;
}
.report .report-inner .lead span {
  font-size: clamp(46px, 1.5vw + 40.37px, 62px);
}
.report .report-inner .lead span.blue-dark {
  color: var(--blue-dark);
}
.report .report-inner .lead span strong {
  font-size: clamp(62px, 2.35vw + 53.2px, 87px);
  font-weight: 500;
}
.report .report-inner .report-img {
  display: flex;
  gap: calc(40 / 1016 * 100%);
  margin-top: calc(100 / 1425 * 100%);
}
/* ===============================================
   .service セクション
   =============================================== */
.service .service-inner {
  padding: calc(100 / 1425 * 100%) 0;
}
.service .service-inner .service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: calc(1176 / 1425 * 100%);
  gap: calc(50 / 1176 * 100%);
  margin: 0 auto calc(50 / 1176 * 100%);
  line-height: 0;
}
.service .service-inner .service-list li {
  background-color: var(--white);
  border-radius: 1.5rem;
}
.service .service-inner .service-list img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}
.service .service-inner .service-list:nth-child(odd) {
  grid-template-columns: 1fr 2.2fr 1fr;
  gap: calc(50 / 1176 * 100%);
}
.service .service-inner .service-list:last-child {
  margin-bottom: 0;
}
/* ===============================================
   .plan セクション
   =============================================== */
.plan {
  position: relative;
}
.plan .plan-inner {
  padding: calc(100 / 1425 * 100%) 0;
}
.plan .plan-inner .plan-img {
  width: calc(1176 / 1425 * 100%);
  margin: calc(75 / 1425 * 100%) auto calc(50 / 1425 * 100%);
  display: table;
}
.plan .plan-inner .plan-lead {
  margin: calc(50 / 1425 * 100%) auto;
  font-size: clamp(11px, 1.2vw + 5px, 18px);
  font-weight: 700;
  text-align: center;
  color: var(--blue-dark);
  padding: 1rem 2rem 1rem 2rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  border: solid 1px var(--blue-dark);
}
.plan .plan-inner .plan-lead sup {
  color: var(--black);
  font-size: clamp(10px, 0.5vw + 8.13px, 14px);
}
.plan .plan-inner .note {
  font-size: clamp(14px, 0.25vw + 13.06px, 16px);
  line-height: 1.8;
  color: var(--black);
  margin-top: calc(25 / 1425 * 100%);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: calc(50 / 1425 * 100%);
  width: calc(1016 / 1425 * 100%);
}
.plan::before {
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: var(--green-light);
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 60px;
}
.management .management-inner {
  padding: calc(100 / 1425 * 100%) 0 0;
}
.management .management-inner .lead {
  font-size: clamp(32px, 1.41vw + 26.72px, 47px);
  font-family: var(--font-family-serif);
  text-align: center;
  font-weight: 700;
  margin-bottom: calc(100 / 1425 * 100%);
}
.management .management-inner .lead strong {
  font-size: clamp(46px, 1.5vw + 40.37px, 62px);
}
.management .management-inner .lead strong.blue-dark {
  color: var(--blue-dark);
}
.management .management-inner .movie {
  width: 100%;
  position: relative;
  background: url(../img/movie-bg.png) var(--blue-mid) no-repeat center top / contain;
}
.management .management-inner .movie .bubble {
  width: calc(1016 / 1425 * 100%);
  margin: 0 auto;
}
.management .management-inner .movie .bubble .bubble-text {
  width: calc(692 / 1016 * 100%);
  font-size: clamp(20px, 0.75vw + 17.18px, 28px);
  font-weight: 700;
  color: var(--white);
  background-color: var(--blue-dark);
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  position: relative;
}
.management .management-inner .movie .bubble .bubble-text::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 10%;
  transform: translate(-50%, 0);
  width: 40px;
  height: 40px;
  background-color: var(--blue-dark);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.management .management-inner .movie .movie-inner {
  width: calc(1016 / 1425 * 100%);
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  margin: 0 auto;
  align-items: flex-end;
}
.management .management-inner .movie .movie-inner .movie-inner--text {
  padding: 0 0 0 3rem;
  color: var(--white);
}
.management .management-inner .movie .movie-inner .movie-inner--text p {
  font-size: clamp(16px, 0.38vw + 14.57px, 20px);
  line-height: 1.8;
  margin-bottom: calc(50 / 1425 * 100%);
}
.management .management-inner .movie .movie-inner .movie-inner--text h3 {
  font-size: clamp(28px, 2.07vw + 20.25px, 50px);
  font-weight: 700;
  line-height: 1.5;
  font-family: var(--font-family-serif);
  margin-bottom: calc(50 / 1425 * 100%);
}
.management .management-inner .movie .movie-inner .movie-inner--text h3 span {
  font-size: clamp(48px, 1.88vw + 40.96px, 68px);
  line-height: 1.2;
}
.management .management-inner .movie .movie-inner .movie-inner--text h3 span strong {
  color: var(--yellow);
}
.management .management-inner .movie .movie-mv {
  width: calc(1176 / 1425 * 100%);
  margin: 0 auto;
}
.management .management-inner .movie .movie-mv iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.comparison .comparison-inner {
  padding: calc(100 / 1425 * 100%) 0 calc(150 / 1425 * 100%);
}
.comparison .comparison-inner .title {
  color: var(--white);
}
.comparison .comparison-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: calc(1176 / 1425 * 100%);
  gap: calc(70 / 1176 * 100%);
  margin: 0 auto calc(50 / 1176 * 100%);
}
.comparison .comparison-voice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: calc(1176 / 1425 * 100%);
  margin: 0 auto;
  background-color: var(--white);
  border-radius: 1.5rem;
}
.comparison .comparison-voice img {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.comparison .comparison-voice .voice-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison .comparison-voice .voice-text li {
  font-weight: 700;
}
.comparison .comparison-voice .voice-text li .line {
  font-size: clamp(18px, 0.66vw + 15.54px, 25px);
  line-height: 1.8;
  font-family: var(--font-family-serif);
}
.comparison .comparison-voice .voice-text li .line span {
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(253, 224, 15, 1) 100%);
}
.comparison .comparison-voice .voice-text .right {
  text-align: right;
  font-size: clamp(15px, 0.66vw + 12.54px, 22px);
  margin-top: calc(30 / 1076 * 100%);
}
.reason .reason-inner {
  padding: calc(100 / 1425 * 100%) 0;
}
.reason .reason-inner .icon-reason {
  width: 100%;
  max-width: calc(275 / 1425 * 100%);
  margin-top: -13%;
  margin-bottom: calc(50 / 1425 * 100%);
}
.reason .reason-inner .lead {
  font-size: clamp(32px, 1.41vw + 26.72px, 47px);
  font-family: var(--font-family-serif);
  text-align: center;
  font-weight: 700;
  margin-bottom: calc(100 / 1425 * 100%);
  color: var(--blue-dark);
}
.reason .reason-inner .reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  padding-bottom: calc(100 / 1425 * 100%);
}
.reason .reason-inner .reason-example {
  padding-bottom: calc(100 / 1425 * 100%);
}
.reason .reason-inner .reason-example .example-lead {
  text-align: center;
  display: grid;
  grid-template-columns: .8fr 4fr 1fr;
  align-items: start;
  margin: 0 auto;
  margin-bottom: calc(50 / 1425 * 100%);
  background-color: var(--white);
  border-radius: 1.5rem;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.15);
}
.reason .reason-inner .reason-example .example-lead.inner-min {
  padding: calc(40 / 1425 * 100%) 0 0;
  width: 100%;
}
.reason .reason-inner .reason-example .example-lead.inner-min .icon-question {
  max-width: 82px;
  align-self: start;
  margin: 0 auto;
}
.reason .reason-inner .reason-example .example-lead.inner-min h3 {
  align-self: start;
  text-align: left;
  font-size: clamp(20px, 1.43vw + 14.65px, 30px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--blue-dark);
}
.reason .reason-inner .reason-example .example-lead.inner-min h3 strong {
  font-weight: 700;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(253, 224, 15, 1) 100%);
}
.reason .reason-inner .reason-example .example-lead.inner-min .woman {
  max-width: 130px;
  align-self: end;
}
.reason .reason-inner .example-list {
  width: calc(696 / 1425 * 100%);
  margin: 0 auto;
}
.reason .reason-inner .example-list li {
  padding: calc(50 / 1425 * 100%) 0;
}
.reason .reason-inner .example-list li img {
  width: 100%;
  height: auto;
}
.reason .reason-inner .reason-hr {
  width: calc(1076 / 1425 * 100%);
  margin: calc(50 / 1425 * 100%) auto;
  border-top: 1px solid var(--black);
}
.reason .reason-inner .reason-contact {
  width: 100%;
}
.reason .reason-inner .reason-contact .notes {
  font-size: clamp(16px, 0.38vw + 14.57px, 20px);
  line-height: 1.8;
  margin: 0 auto calc(50 / 1425 * 100%);
  text-align: center;
  display: table;
}
.consultation .consultation-inner {
  padding: 0 0 calc(50 / 1425 * 100%);
  position: relative;
}
.consultation .consultation-inner.top::before {
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--white);
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 60px;
  z-index: 1;
}
.consultation .consultation-inner .lead {
  font-size: clamp(24px, 1.14vw + 19.71px, 36px);
  font-family: var(--font-family-serif);
  text-align: center;
  margin-bottom: calc(50 / 1425 * 100%);
}
.consultation .consultation-inner .lead strong {
  font-size: clamp(36px, 1.14vw + 31.71px, 48px);
  font-weight: 700;
  color: var(--blue-dark);
}
.consultation .consultation-inner img {
  max-width: calc(624 / 1425 * 100%);
  margin: 0 auto calc(100 / 1425 * 100%);
  display: table;
}
.consultation .consultation-voice {
  padding-bottom: calc(100 / 1425 * 100%);
}
.consultation .consultation-voice .consultation-voice-inner {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  width: calc(1176 / 1425 * 100%);
  margin: 0 auto calc(50 / 1425 * 100%);
  background-color: var(--white);
  border-radius: 1.5rem;
}
.consultation .consultation-voice .consultation-voice-inner img {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.consultation .consultation-voice .consultation-voice-inner .voice-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.consultation .consultation-voice .consultation-voice-inner .voice-text li {
  font-weight: 700;
}
.consultation .consultation-voice .consultation-voice-inner .voice-text li .line {
  font-size: clamp(18px, 0.66vw + 15.54px, 25px);
  line-height: 1.8;
  font-family: var(--font-family-serif);
}
.consultation .consultation-voice .consultation-voice-inner .voice-text li .line span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(253, 224, 15, 1) 100%);
}
.consultation .consultation-voice .consultation-voice-inner .voice-text li .right {
  text-align: right;
  font-size: clamp(15px, 0.66vw + 12.54px, 22px);
  margin-top: calc(30 / 1076 * 100%);
}
.consultation .consultation-inner--min {
  padding: calc(100 / 1425 * 100%) 0;
  color: var(--blue-dark);
  font-size: clamp(18px, 0.57vw + 15.86px, 24px);
  font-weight: 700;
  text-align: center;
  display: table;
  margin: 0 auto;
  line-height: 1.8;
}
.consultation .consultation-list {
  width: calc(1016 / 1425 * 100%);
  margin: 0 auto;
  background-color: var(--white);
  border-radius: 1.5rem;
  padding: calc(80 / 1016 * 100%) 0;
}
.consultation .consultation-list dl {
  width: calc(764 / 1016 * 100%);
  margin: 0 auto;
  text-align: left;
}
.consultation .consultation-list dl dt {
  font-size: clamp(18px, 0.95vw + 14.43px, 28px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--blue-dark);
  position: relative;
  padding-left: 6rem;
  margin-bottom: calc(15 / 1016 * 100%);
}
.consultation .consultation-list dl dt::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 43px;
  background: url(../img/icon-question.svg) no-repeat center center / cover;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.consultation .consultation-list dl dd {
  font-size: clamp(16px, 0.38vw + 14.57px, 20px);
  padding-left: 6rem;
  margin-bottom: calc(65 / 1016 * 100%);
  color: var(--black);
  font-weight: 500;
}
.consultation .consultation-list dl dd:last-child {
  margin-bottom: 0;
}
.consultation .consultation-voice-inner {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  width: calc(1176 / 1425 * 100%);
  margin: 0 auto;
  background-color: var(--white);
  border-radius: 1.5rem;
}
.consultation .consultation-voice-inner img {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.consultation .consultation-voice-inner .voice-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.consultation .consultation-voice-inner .voice-text li {
  font-weight: 700;
}
/* ===============================================
   area セクション
   =============================================== */
.area {
  background: url(../img/access-img--01.webp) var(--green-light) repeat center bottom / cover;
  aspect-ratio: 1425 / 892;
  padding-top: calc(130 / 1425 * 100%);
}
.area .area-inner {
  padding: 0 0 calc(100 / 1425 * 100%);
}
.area .area-inner .title {
  color: var(--white);
  font-size: clamp(32px, 1.52vw + 26.29px, 48px);
  font-family: var(--font-family-serif);
  text-align: center;
  font-weight: 700;
  margin-bottom: calc(25 / 1425 * 100%);
  line-height: 1;
  position: relative;
}
.area .area-inner .title strong {
  font-size: clamp(48px, 1.88vw + 40.96px, 68px);
  font-weight: 500;
  display: inline-block;
  margin: 0 1rem;
  line-height: 1.2;
}
.area .area-inner .title::before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 70px;
  height: 5px;
}
.area .area-inner p {
  color: var(--white);
  font-size: clamp(18px, 0.57vw + 15.86px, 24px);
  font-weight: 700;
  text-align: center;
  padding-top: calc(70 / 1425 * 100%);
}
.area .area-inner .area-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc(1176 / 1425 * 100%);
  margin: 0 auto;
}
.access .access-inner {
  padding: calc(100 / 1425 * 100%) 0;
}
.access .access-inner .title-sub {
  font-size: clamp(18px, 1.14vw + 13.71px, 30px);
  font-weight: 700;
  text-align: center;
  color: var(--blue-dark);
  margin-bottom: calc(50 / 1425 * 100%);
  position: relative;
}
.access .access-inner .title-sub::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 70px;
  height: 5px;
  background-color: var(--yellow);
}
.access .access-inner .access-list {
  width: calc(1016 / 1425 * 100%);
  margin: 0 auto calc(50 / 1425 * 100%);
}
.access .access-inner .access-list li {
  font-size: clamp(22px, 0.95vw + 18.43px, 32px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: calc(10 / 1425 * 100%);
}
 .access .access-inner .access-list li span{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.access .access-inner .access-list li i {
  font-size: clamp(18px, 0.57vw + 15.86px, 24px);
  vertical-align: middle;
}
.access .access-inner .access-table {
  width: calc(1016 / 1425 * 100%);
  margin: 0 auto;
}
.access .access-inner .access-table th, .access .access-inner .access-table td {
  padding: 1rem;
  vertical-align: top;
}
.access .access-inner .access-table th {
  font-size: clamp(16px, 0.38vw + 14.57px, 20px);
  font-weight: 700;
  white-space: nowrap;color: #124378;
}
.access .access-inner .access-table td {
  font-size: clamp(16px, 0.19vw + 15.29px, 18px);
  font-weight: 500;
}
.osaka_zeniki{
	width: 70vw;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	white-space: nowrap;
	padding: 0 0 1rem 0;
	margin: 0.2rem auto 2rem auto;
	border-bottom: 1px dotted rgba(55,69,81,1.00);
}
.osaka_zeniki span{
color: #124378;
	font-size: 2.5rem;
	padding: 0 0.4rem 0 0;
}
.flow {
  background: url(../img/flow-img--bg.webp) no-repeat center top / cover;
}
.flow .flow-inner {
  padding: calc(100 / 1425 * 100%) 0;
}
.flow .flow-inner .title {
  font-size: clamp(18px, 1.14vw + 13.71px, 30px);
  font-weight: 700;
  text-align: center;
  color: var(--white);
  margin-bottom: calc(50 / 1425 * 100%);
}
.flow .flow-inner .flow-list {
  width: calc(1016 / 1425 * 100%);
  margin: 0 auto;
}
.flow .flow-inner .flow-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: flex-start;
  padding-bottom: calc(50 / 1016 * 100%);
}
.flow .flow-inner .flow-list li .flow-number {
  width: calc(110 / 130 * 100%);
  max-width: 110px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  font-size: 1.7rem;
  margin-right: 1rem;
  font-family: var(--font-family-jost);
  text-align: center;
  line-height: 1.1;
  color: var(--blue-light);
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow .flow-inner .flow-list li .flow-number strong {
  font-size: 3rem;
  font-weight: 400;
}
.flow .flow-inner .flow-text {
  color: var(--white);
  padding-top: calc(25 / 1016 * 100%);
}
.flow .flow-inner .flow-text h3 {
  font-size: clamp(22px, 0.57vw + 19.86px, 28px);
  font-weight: 700;
  margin-bottom: 1rem;
}
.flow .flow-inner .flow-text p {
  font-size: clamp(16px, 0.19vw + 15.29px, 18px);
}
/* ===============================================
   seminar セクション
   =============================================== */
.seminar {
  background-color: #f1ede1;
}
.seminar .seminar-inner--min {
  padding: calc(100 / 1425 * 100%) 0;
  width: calc(1016 / 1425 * 100%);
  margin: 0 auto;
}
.seminar .seminar-inner--min .lead {
  font-size: clamp(48px, 1.33vw + 43px, 62px);
  font-family: var(--font-family-serif);
  text-align: center;
  font-weight: 700;
  margin-bottom: calc(50 / 1425 * 100%);
  color: var(--blue-dark);
}
.seminar .seminar-inner--min .lead img {
  max-width: 144px;
  width: calc(288 / 1425 * 100%);
}
.seminar .seminar-inner--min .theme {
  font-size: clamp(24px, 1.14vw + 19.71px, 36px);
  font-weight: 700;
  margin-bottom: calc(20 / 1425 * 100%);
  margin-top: calc(60 / 1425 * 100%);
}
.seminar .seminar-inner--min .text {
  font-size: clamp(19px, 0.86vw + 15.79px, 28px);
  margin-bottom: calc(20 / 1425 * 100%);
}
.seminar .seminar-inner--min .seminar-list {
  font-size: clamp(16px, 0.57vw + 13.86px, 22px);
  margin-bottom: calc(50 / 1425 * 100%);
}
.seminar .seminar-inner--min .seminar-list li::before {
  content: "○";
  margin-right: .5rem;
}
.faq .faq-inner {
  padding: calc(100 / 1425 * 100%) 0;
  width: calc(1016 / 1425 * 100%);
  margin: 0 auto;
}
.faq .faq-inner .title {
  font-size: clamp(24px, 1.14vw + 19.71px, 36px);
  font-weight: 700;
  text-align: center;
  color: var(--blue-dark);
  margin-bottom: calc(150 / 1425 * 100%);
}
.faq .faq-inner .faq-list {
  border: solid 1px #a093c1;
  margin-bottom: calc(40 / 1425 * 100%);
  padding: calc(50 / 1016 * 100%) calc(50 / 1016 * 100%);
}
.faq .faq-inner .faq-list:last-child {
  margin-bottom: 0;
}
.faq .faq-inner .faq-list dt {
  font-size: clamp(19px, 0.86vw + 15.79px, 28px);
  font-weight: 700;
  position: relative;
  min-height: 8rem;
  gap: 1.5rem;
  padding-left: 9.5rem;
  padding-top: 2rem;
}
.faq .faq-inner .faq-list dt::before {
  content: "Q";
  background-color: #45588a;
  color: var(--white);
  display: inline-block;
  font-weight: 300;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  text-align: center;
  line-height: 8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.faq .faq-inner .faq-list dd {
  font-size: clamp(16px, 0.67vw + 13.5px, 23px);
  color: #45588a;
  font-weight: 300;
  position: relative;
  min-height: 8rem;
  padding-left: 9.5rem;
  margin-top: 2rem;
}
.faq .faq-inner .faq-list dd::before {
  content: "A";
  background-color: #d57665;
  color: var(--white);
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  text-align: center;
  line-height: 8rem;
  position: absolute;
  top: 0;
  left: 0;
}
footer {
  background: url(../img/contact-img--bg.webp) no-repeat center top / cover;
  aspect-ratio: 1425 / 937;
  position: relative;
}
footer .contact .contact-inner {
  padding: calc(100 / 1425 * 100%) 0;
width: 100vw;
  margin: 0 auto;
}
footer .contact .contact-inner .lead {

  font-size: clamp(36px, 1.14vw + 31.71px, 48px);
  font-weight: 700;
  text-align: center;
  font-family: var(--font-family-serif);
  color: var(--white);
}
footer .contact .contact-inner .text {
  font-size: clamp(20px, 0.76vw + 17.14px, 28px);
  font-weight: 700;
  text-align: center;
  margin-top: calc(25 / 1016 * 100%);
  margin-bottom: calc(100 / 1016 * 100%);
  font-family: var(--font-family-serif);
}
footer .address {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
footer .address .logo img {
  max-width: 257px;
}
footer .address .copyright-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
}
footer .address .copyright-list p {
font-size: clamp(10px, 0.24vw + 9.11px, 12.5px);
  font-weight: 500;
  color: var(--white);
  font-style: normal;
}
footer .address .copyright-list p a {
  color: var(--white);
}
.form-header {
  padding: 1.5rem 1.5rem 0;
}
.form-header .inner {
  background: var(--white);
}
.form-header .inner .logo img {
  max-width: calc(240 / 1425 * 100%);
}
.form .form-inner {
  padding: 0;
  width: 90%;
  margin: 0 auto;
}
.form .form-inner .title {
  font-size: clamp(24px, 1.33vw + 19px, 38px);
  font-weight: 700;
  text-align: center;
  color: var(--black);
  margin-bottom: calc(170 / 1425 * 100%);
  position: relative;
  font-family: var(--font-family-serif);
}
.form .form-inner .title::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--orange);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.form .form-inner .form-title {
  background-color: #1d9cd9;
  color: var(--white);
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  margin-bottom: calc(50 / 1425 * 100%);
}
.form .form-inner .form-title h2 {
  font-size: clamp(18px, 2.2vw + 7px, 30px);
  font-weight: 700;
}
.form .form-inner .form-title p {
  font-size: clamp(16px, 0.41vw + 14.45px, 18px);
  text-align: center;
}
.form .form-inner .form-item input {
  width: 100%;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #d2d2d2;
  border-radius: 0.5rem;
}
.form .form-inner .form-item textarea {
  width: 100%;
  padding: 1rem;
  margin: 1rem 0 calc(50 / 860 * 100%) 0;
  border: 1px solid #d2d2d2;
  border-radius: 0.5rem;
  min-height: 20rem;
}
.form .form-inner .form-item label {
  font-size: clamp(14px, 0.41vw + 12.45px, 16px);
  font-weight: 700;
  margin-bottom: 1rem;
  display: inline-block;
  margin-top: 2rem;
}
.form .form-inner .form-item label.single {
  margin-bottom: 0;
}
.form .form-inner .form-item label .required {
  font-size: clamp(12px, 0.38vw + 10.57px, 14px);
  font-weight: 500;
  margin-right: 0.5rem;
  background-color: var(--red);
  color: var(--white);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.form .form-inner .form-item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.form .form-inner .form-checkbox {
  margin-bottom: calc(100 / 860 * 100%);
}
.form .form-inner .form-checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.form .form-inner .form-checkbox label input {
  width: auto;
  margin: 0;
}
.form .form-inner .form-area {
  background: url(../img/bg-gray.webp) repeat center center;
  padding: 2rem;
  margin: calc(50 / 860 * 100%) 0;
}
.form .form-inner .form-area h3 {
  font-size: clamp(16px, 0.82vw + 12.91px, 20px);
  margin-bottom: calc(15 / 860 * 100%);
  text-align:center; 
}
.form .form-inner .form-area .form-area-table th {
  white-space: nowrap;
  vertical-align: top;
  font-weight: 700;
  color: #124378;
}
.form .form-inner .form-area .form-area-table td {
  vertical-align: top;
}
.form .form-inner .form-submit {
  width: 100%;
  margin: 0 auto;
  display: table;
  position: relative;
  background: url(../img/icon-arrow.svg) var(--blue-dark) no-repeat 94% center;
  color: var(--white);
  padding: 1.5rem 2rem;
  font-size: clamp(16px, 0.38vw + 14.57px, 20px);
  font-weight: 700;
  border-radius: 0.5rem;
}
.form .form-inner .form-submit:hover {
  background: url(../img/icon-arrow.svg) var(--blue-light) no-repeat 94% center;
  transition: background-color 0.3s ease-out;
}
.end {
  text-align: center;
}
.end .btn {
  margin-top: calc(50 / 860 * 100%);
}
.form-area .osaka_zeniki{
	width: 100%;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	white-space: nowrap;
	padding: 0 0 1rem 0;
	margin: 0.2rem auto 2rem auto;
	border-bottom: 1px dotted rgba(55,69,81,1.00);
}
.form-area .osaka_zeniki span{
color: #124378;
	font-size: 2.5rem;
	padding: 0 0.4rem 0 0;
}
/* ==============================
 * form_footer（SP） start
 * ============================== */
.form_footer {
  background-color: #f5f5f5;
  padding: 4rem 0 3rem;
  text-align: center;
}

.form_footer .address {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  font-style: normal; /* 斜体を無効化 */
}

.form_footer .address .logo img {
  width: 25vw;
  max-width: 160px;
  height: auto;
  display: block;
}

.form_footer .copyright-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  color: #333;
  font-style: normal;
}

.form_footer .copyright-list a {
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s ease;
}

.form_footer .copyright-list a:hover {
  opacity: 0.7;
}

.form_footer .copyright {
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* ==============================
 * form_footer（SP） end
 * ============================== */

.header {
    padding: 2rem 2rem 0;
  }

  .header .inner {
    aspect-ratio: 1384 / 932;
    background: url(../img/mv-img.webp) no-repeat center center / cover;
  }

  .header .inner .logo a img {
    max-width: 257px;
  }

  .header .inner .text h1 img {
    width: calc(175 * 2 / 1384 * 100%);
    max-width: 175px;
  }

  main .about .about-inner .icon-service {
    max-width: calc(275 / 1425 * 100%);
  }

  main .about .about-inner .text {
    margin: 0 auto calc(50 / 1425 * 100%);
  }

  .risk {
    padding-bottom: calc(100 / 1425 * 100%);
  }

  .risk .inner-min {
    width: calc(1016 / 1425 * 100%);
    padding: calc(100 / 1425 * 100%) 0;
  }

  .risk .inner-min .lead::before {
    width: 9vw;
    height: 9vw;
    max-width: 80px;
    max-height: 80px;
  }

  .risk .risk-comment01 {
    background: linear-gradient(to right, var(--blue-dark) 90%, transparent 50%);
    clip-path: polygon(0 0, 90% 0%, 85% 100%, 0% 100%);
  }

  .risk .risk-comment01 .comment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(1016 / 1425 * 100%);
    padding: 2rem 0;
  }

  .risk .risk-comment01 .comment .text {
    width: calc(60%);
  }

  .risk .risk-comment01 .comment img {
    margin: 0 auto;
    width: 100%;
    max-width: calc(514 / 1425 * 100%);
  }

  .risk .risk-comment02 {
    background: linear-gradient(to left, var(--blue-dark) 100%, transparent 50%);
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    margin-left: calc(100 / 1425 * 100%);
    margin-top: calc(30 / 1425 * 100%);
  }

  .risk .risk-comment02 .comment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(1016 / 1425 * 100%);
    padding: 2rem 0;
  }

  .risk .risk-comment02 .comment .text {
    width: calc(60%);
    color: var(--white);
  }

  .risk .risk-comment02 .comment .text ul {
    margin-left: -10%;
    text-indent: 0;
  }

  .risk .risk-comment02 .comment img {
    margin: 0 auto;
    width: 100%;
    max-width: calc(514 / 1425 * 100%);
  }

  .management .management-inner .movie .movie-inner .movie-inner--text h3 {
    white-space: nowrap;
  }

  .form-header {
    padding: 2rem 2rem 0;
  }

  .form .form-inner {
    padding: calc(100 / 1425 * 100%) 0;
    width: calc(860 / 1425 * 100%);
  }

  .form .form-inner .form-submit {
    max-width: 275px;
  }
  /* ==============================
 * フォームロゴ配置 start
 * ============================== */
.form-logo {
  width: 100%;
  text-align: center;
  padding-bottom: 4rem;
}

.form-logo img {
  width: 20vw;
  height: auto;
  display: inline-block;
}
/* ==============================
 * フォームロゴ配置 end
 * ============================== */

}

/*//////////SPサイズ///////////*/
/*//////////SPサイズ///////////*/
/*//////////SPサイズ///////////*/
@media screen and (max-width:767px) {
/**/


/* ==============================
 * header SP start
 * ============================== */
.header {
  width: 100%;
  padding: 1.5rem 1.5rem 0;
  background-color: #fff; /* 画像未読込時の安全背景 */
}

.header .inner {
  position: relative;
  width: 100%;
  background: url(../img/mv-img--sp.webp) no-repeat center center / cover;
  aspect-ratio: 711 / 1062;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.header .logo {
  position: absolute;
  top: 4vw;
  left: 3vw;
}

.header .logo a img {
  width: 40vw;
  max-width: 160px;
  height: auto;
  display: block;
}

.header .text {
  text-align: center;
  color: var(--white);
  font-family: var(--font-family-serif);
  padding: 0 6.5vw;
}

.header .text h1 img {
  width: 65vw;
  max-width: 275px;
  height: auto;
  display: block;
  margin: 0 auto 2rem;
}

.header .text p {
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  letter-spacing: 0.02em;
}
/* ==============================
 * header SP end
 * ============================== */
main{
 width: 100vw;
 overflow-x: hidden;
 }
/* ==============================
 * about SP start
 * ============================== */
.about {
  width: 100vw;
  background-color: #fff;
}

.about-inner {
  width: 100vw;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 0;
}

/* メイン見出し */
.about-inner .lead {
  font-family: var(--font-family-serif);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--blue-dark);
  margin-bottom: 2rem;
}

.about-inner .underline {
  display: inline-block;
  position: relative;
  padding-bottom: 0.3rem;
}

.about-inner .underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: var(--yellow);
}

/* 青文字強調 */
.about-inner .blue-dark {
  color: var(--blue-dark);
  font-weight: 700;
}
.about-inner .blue-light {
  color: var(--blue-light);
  font-weight: 700;
}

.about-inner .lead strong {
  font-size: 3rem;
}

/* 画像（PC/SPで差し替え） */
.about-inner img.pc {
  display: none;
}

.about-inner img.sp {
  display: block;
  width: 100%;
  height: auto;
  margin: 2rem 0;
}

.about-inner .icon-service {
  display: block;
  width: 45vw;
  max-width: 220px;
  height: auto;
  margin: 2rem auto 3rem;
}

/* サブ見出し */
.about-inner .lead-sub {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: var(--black);
}

/* 本文テキスト */
.about-inner .text {
width:90vw;
margin: auto;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--black);
  margin-bottom: 2rem;
  text-align: left;
  text-align: justify;
    letter-spacing: 0.02em;
}

/* ボタン */
.btn {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 0 0 0;
  background-color: var(--blue-dark);
  color: var(--white);
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 0;
  border-radius: 0.5rem;
  text-decoration: none;
}

.btn:hover {
  background-color: var(--blue-light);
  transition: 0.3s;
}
/* ==============================
 * about SP end
 * ============================== */

/* ==============================
 * risk SP start
 * ============================== */
.risk {
  width: 100vw;
  background-color: var(--gray-light);
  padding: 4rem 0 10vw 0;
}

.risk-inner {
  width: 90vw;
  margin: 0 auto;
  text-align: center;
}

/* ------------------------------
 * メインリード（大見出し）
 * ------------------------------ */
.risk-inner .lead {
  font-family: var(--font-family-serif);
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  color: var(--blue-dark);
  margin-bottom: 3rem;
}

.risk-inner .lead strong {
  font-size: 2.8rem;
  color: var(--blue-light);
}

/* ------------------------------
 * リスク画像3枚（縦積み）
 * ------------------------------ */
.risk-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 90vw;
  margin: 0 auto 3rem;
}

.risk-img li:nth-child(1) {
  grid-column: 1 / 3; /* 3枚目は横幅いっぱい（中央寄せ） */
  justify-self: center;
}

.risk-img li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

/* ------------------------------
 * リスクコメント共通構造
 * ------------------------------ */
.risk-comment01,
.risk-comment02 {
  width: 100vw;
  background-color: var(--blue-dark);
  color: var(--white);
  padding: 4rem 0 4rem 0;
}

.risk-comment01 .comment,
.risk-comment02 .comment {
  width: 90vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  gap: 2rem;
}

/* ------------------------------
 * comment内テキスト
 * ------------------------------ */
.risk-comment01 .text h3,
.risk-comment02 .text h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.risk-comment01 .text p,
.risk-comment02 .text p {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: justify;
}

/* ------------------------------
 * comment01 特化（税制説明部分）
 * ------------------------------ */
.risk-comment01 {
  background-color: var(--blue-dark);
}

.risk-comment01 .text strong {
  color: var(--yellow);
}

/* ------------------------------
 * comment02 特化（リスクリスト部分）
 * ------------------------------ */
.risk-comment02 {
  background-color: var(--blue-light);
}

.risk-comment02 .text ul {
  list-style: none;
  padding-left: 0;
}

.risk-comment02 .text li {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.02em;
}

.risk-comment02 .text li i {
  color: var(--orange);
  font-style: normal;
  margin-right: 0.5rem;
}

/* ------------------------------
 * comment内のイラスト画像
 * ------------------------------ */
.risk-comment01 img,
.risk-comment02 img {
  width: 100%;

  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0.5rem;
}
/* ==============================
 * risk SP end
 * ============================== */

/* ==============================
 * report SP start
 * ============================== */
.report {
  width: 100vw;
  background-color: #f2f2ef; /* 背景はグレー系想定 */
  padding: 4rem 0;
}

.report-inner {
  width: 90vw;
  margin: 0 auto;
  text-align: center;
}

/* ------------------------------
 * メインリード
 * ------------------------------ */
.report-inner .lead {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #333;
  margin-bottom: 3rem;
}

.report-inner .lead .blue-dark {
  color: #124378; /* 髙松ブルー（濃） */
}

.report-inner .lead strong {
  font-size: 2.8rem;
  color: #2782c5; /* ブルーライト系アクセント */
}

/* ------------------------------
 * 画像リスト（4枚構成）
 * ------------------------------ */
.report-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:1vw;
  width: 90vw;
  margin: 0 auto;
}

.report-img li {
  width: 100%;
}

.report-img li img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==============================
 * report SP end
 * ============================== */
/* ==============================
 * service SP start
 * ============================== */
.service {
  width: 100vw;
  background-color: #eaf4ec; /* bg-green-light相当の淡緑 */
  padding: 4rem 0;
}

.service-inner {
  width: 90vw;
  margin: 0 auto;
  text-align: center;
}

/* ------------------------------
 * タイトル
 * ------------------------------ */
.service .title {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #124378; /* 髙松グループ系ブルー */
  margin-bottom: 3rem;
}

/* ------------------------------
 * サービスリスト（イラスト群）
 * ------------------------------ */
.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 90vw;
  margin: 0 auto 3rem;
}

.service-list:last-of-type {
  margin-bottom: 0;
}

.service-list li {
  width: 100%;
}

.service-list li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

/* ==============================
 * service SP end
 * ============================== */
/* ==============================
 * plan SP start
 * ============================== */
.plan {
  width: 100vw;
  background-color: #eaf4ec; /* bg-green-light */
  padding: 4rem 0;
  text-align: center;
}

.plan-inner {
  width: 90vw;
  margin: 0 auto;
}

/* ------------------------------
 * タイトル
 * ------------------------------ */
.plan .title {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #124378;
  margin-bottom: 3rem;
}

/* ------------------------------
 * 画像（picture対応）
 * ------------------------------ */
.plan picture {
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
}

.plan picture img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

/* ------------------------------
 * リード文
 * ------------------------------ */
.plan-lead {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 600;
  color: #333;
  margin-bottom: 2rem;
}

.plan-lead sup {
  font-size: 1rem;
}

/* ------------------------------
 * 注意書き
 * ------------------------------ */
.plan .note {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #555;
  text-align: left;
  margin: 0 auto 3rem;
}

/* ------------------------------
 * ボタン（共通btn使用）
 * ------------------------------ */
.plan .btn {
  display: inline-block;
}

/* ==============================
 * plan SP end
 * ============================== */
/* ==============================
 * plan モーダル SP start
 * ============================== */

/* ------------------------------
 * モーダル全体
 * ------------------------------ */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; /* 初期は非表示 */
  justify-content: center;
  align-items: center;
  z-index: 999;
  overflow: hidden;
}

/* ------------------------------
 * モーダル内コンテンツ
 * ------------------------------ */
.modal-content {
  position: relative;
  width: 90vw;
  max-height: 85vh;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1.5rem;
  box-sizing: border-box;
}

/* ------------------------------
 * プラン画像群
 * ------------------------------ */
.plan-pc img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}

.plan-pc img:last-child {
  margin-bottom: 0;
}

/* ------------------------------
 * 閉じるボタン
 * ------------------------------ */
.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  cursor: pointer;
  z-index: 1001;
}

.modal-close img {
  width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------
 * 前へ／次へボタン
 * ------------------------------ */
.modal-prev,
.modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  padding: 0;
  z-index: 1001;
}

.modal-prev {
  left: 1rem;
}

.modal-next {
  right: 1rem;
}

.modal-prev img,
.modal-next img {
  width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------
 * クリック可能画像
 * ------------------------------ */
.clickable-image {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.clickable-image:active {
  opacity: 0.7;
}

/* ==============================
 * plan モーダル SP end
 * ============================== */
/* ==============================
 * management SP start
 * ============================== */
.management {
  width: 100vw;
  background-color: #f2f2ef;
  padding: 4rem 0;
}

.management-inner {
  width: 90vw;
  margin: 0 auto;
  text-align: center;
}

/* ------------------------------
 * リード見出し
 * ------------------------------ */
.management .lead {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #333;
  margin-bottom: 3rem;
}

.management .lead .blue-dark {
  color: #124378;
}

/* ------------------------------
 * 吹き出し（バブル）
 * ------------------------------ */
.bubble {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 0.1rem solid #124378;
  border-radius: 1.5rem;
  padding: 1rem 1.6rem;
  margin-bottom: 2rem;
}

.bubble-text {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #124378;
  font-weight: 600;
}

.bubble::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.8rem 0.8rem 0 0.8rem;
  border-style: solid;
  border-color: #124378 transparent transparent transparent;
}

/* ------------------------------
 * ムービーブロック
 * ------------------------------ */
.movie-inner {
  position: relative;
  margin-bottom: 3rem;
}

.movie-inner img {
  width: 55%;
  height: auto;
  display: block;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  margin: auto;
  padding-bottom: 2rem
}

/* ------------------------------
 * テキスト部分
 * ------------------------------ */
.movie-inner--text {
  text-align: left;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  color: #333;
  line-height: 1.8;
  font-size: 1.6rem;
}

.movie-inner--text h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #124378;
  margin: 3rem 0;
  text-align: center;
}

.movie-inner--text span strong {
  color: #2782c5;
}
/* ------------------------------
 * YouTube動画（埋め込み）
 * ------------------------------ */
.movie-mv {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  background-color: #000;
}
.movie-mv iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
/* ==============================
 * management SP end
 * ============================== */
/* ==============================
 * comparison SP start
 * ============================== */
.comparison {
  width: 100vw;
  background-color: #d9e6ef; /* bg-blue-mid */
  padding: 4rem 0;
  text-align: center;
}

.comparison-inner {
  width: 90vw;
  margin: 0 auto;
}

/* ------------------------------
 * タイトル
 * ------------------------------ */
.comparison .title {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #124378;
  margin-bottom: 3rem;
}

/* ------------------------------
 * 比較イラストリスト
 * ------------------------------ */
.comparison-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 90vw;
  margin: 0 auto 3rem;
}

.comparison-list li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

/* ------------------------------
 * ご利用者の声ブロック
 * ------------------------------ */
.comparison-voice {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2rem;
  text-align: left;
}

.comparison-voice img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

/* ------------------------------
 * 声テキスト
 * ------------------------------ */
.voice-text {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.voice-text .line {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1rem;
}

.voice-text .line span {
  font-size: 1.6rem;
  color: #124378;
  font-weight: 600;
}
.voice-text .line span:nth-child(1) {
  font-size: 1.8rem;
  color: #124378;
  font-weight: 600;
}
.voice-text .right {
  text-align: right;
  font-size: 1.4rem;
  color: #666;
  margin-top: 1rem;
}

/* ==============================
 * comparison SP end
 * ============================== */

  /* ==============================
 * reason SP start
 * ============================== */
.reason {
  width: 100vw;
  background-color: #fff;
  padding: 4rem 0;
}

.reason-inner {
  width: 100vw;
  margin: 0 auto;
  text-align: center;
}

/* ------------------------------
 * セクション冒頭アイコン
 * ------------------------------ */
.icon-reason {
  width: 40vw; /* ← 画面幅の20%に拡大 */
  height: auto;
  display: block;
  margin: 0 auto 2rem;
}
/* ------------------------------
 * リード（セクション見出し）
 * ------------------------------ */
.reason .lead {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 2.4rem; /* タイトル級 */
  line-height: 1.6;
  font-weight: 700;
  color: #124378;
  margin-bottom: 3.5rem;
}

/* ------------------------------
 * メイン画像リスト
 * ------------------------------ */
.reason-list {
  background-color: #f2f2ef;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100vw;
  margin: 0 auto;
  padding: 2rem 0 0 0;
}

.reason-list li img {
  width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------
 * 例示ブロック（example）
 * ------------------------------ */
.reason-example {
  background-color: #f2f2ef;
  padding: 3rem 0 ;
  border-radius: 0.8rem;

}

/* 見出し部分 */
.example-lead {
  width: 90vw;
  margin: 0 auto 3rem;
  text-align: center;
  position: relative;
}

.icon-question {
  width: 20vw;
  height: auto;
  margin: 0 auto 1rem;
  display: block;
}

.example-lead h3 {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 600;
  color: #333;
  margin-bottom: 2rem;
}

.example-lead h3 strong {
  color: #124378;
  font-weight: 700;
}

.example-lead .woman {
  width: 50%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ------------------------------
 * 例示リスト（イラスト群）
 * ------------------------------ */
.example-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
  width: 95vw;
  margin: 0 auto;
}

.example-list li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

/* ------------------------------
 * 区切り線
 * ------------------------------ */
.reason-hr {
  width: 90%;
  height: 0.1rem;
  border: none;
  background-color: #ccc;
  margin: 3rem auto;
}

/* ------------------------------
 * 問い合わせブロック
 * ------------------------------ */
.reason-contact {
  text-align: center;
}

.reason-contact .notes {
  width: 90vw;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.6rem; /* 本文サイズ */
  line-height: 1.9;
  color: #333;
  margin: 0 auto 2rem;
}

.reason-contact .btn {
  display: inline-block;
}

/* ==============================
 * reason SP end
 * ============================== */
/* ==============================
 * consultation SP start
 * ============================== */
.consultation {
  width: 100vw;
  background-color: #fff;
  padding: 4rem 0;
}

/* ------------------------------
 * 導入リード（上段）
 * ------------------------------ */
.consultation-inner.top {
  width: 90vw;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.consultation-inner.top .lead {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 2.4rem; /* タイトル級 */
  line-height: 1.6;
  font-weight: 700;
  color: #124378;
}

.consultation-inner.top .lead strong {
  color: #2782c5;
}

/* ------------------------------
 * 相談リストブロック
 * ------------------------------ */
.consultation-inner.bg-green-light {
  background-color: #eaf4ec;
  padding: 3rem 0 4rem;
}

.consultation-inner--min {
  width: 90vw;
  margin: 0 auto;
  text-align: center;
}

/* リード文 */
.consultation-inner--min .lead {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.8rem; /* 中見出し */
  line-height: 1.7;
  font-weight: 600;
  color: #124378;
  margin-bottom: 2rem;
}

/* 画像 */
.consultation-inner--min img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 2.5rem;
  border-radius: 0.5rem;
}

/* リスト（定義リスト） */
.consultation-list dl {
  text-align: left;
}

.consultation-list dt {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.6rem; /* 本文ベース */
  font-weight: 700;
  line-height: 1.8;
  color: #124378;
  margin-bottom: 0.6rem;
}

.consultation-list dd {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 2rem;
}

.consultation-list span {
  color: #2782c5;
  font-weight: 600;
}

/* ------------------------------
 * 利用者の声ブロック
 * ------------------------------ */
.consultation-voice {
  background-color: #eaf4ec;
  padding: 3rem 0 4rem;
  text-align: center;
}

.consultation-voice-inner {
  width: 90vw;
  margin: 0 auto 3rem;
}

.consultation-voice-inner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

/* ご利用者の声テキスト */
.voice-text {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.voice-text .line {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 1.2rem;
}

.voice-text .line span {
  color: #124378;
  font-weight: 600;
}

.voice-text .right {
  text-align: right;
  font-size: 1.6rem;
  color: #666;
  margin-top: 1.2rem;
}

/* ------------------------------
 * CTAボタン
 * ------------------------------ */
.consultation .btn {
  display: inline-block;
}

/* ==============================
 * consultation SP end
 * ============================== */

  /* ==============================
 * area SP start
 * ============================== */
.area {
  width: 100vw;
  background-color: #fff;
  padding: 4rem 0;
  text-align: center;
}

.area-inner {
  width: 90vw;
  margin: 0 auto;
}

/* タイトル */
.area .title {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 2.4rem; /* セクション見出し */
  line-height: 1.6;
  font-weight: 700;
  color: #124378;
  margin-bottom: 2rem;
}

.area .title strong {
  color: #2782c5;
  font-size: 2.8rem;
}

.area p {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}

/* ==============================
 * area SP end
 * ============================== */


/* ==============================
 * access SP start
 * ============================== */
.access {
  width: 100vw;
  background-color: #eaf4ec; /* bg-green-light */
  padding: 4rem 0;
}

.access-inner {
  width: 90vw;
  margin: 0 auto;
}

/* ------------------------------
 * 小見出しタイトル
 * ------------------------------ */
.access .title-sub {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.8rem; /* 中見出し */
  line-height: 1.6;
  font-weight: 700;
  color: #124378;
  margin-bottom: 2rem;
  text-align: center;
}

/* ------------------------------
 * 運営体制リスト
 * ------------------------------ */
.access-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 3rem;
}

.access-list li {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
  text-align: left;
  margin-bottom: 1rem;
}

.access-list li i.orange {
  color: #e87522;
  font-style: normal;
  margin-right: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.4;
}

/* ------------------------------
 * 対応エリア表
 * ------------------------------ */
.access-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}

.access-table th,
.access-table td {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: left;
  vertical-align: top;
  padding: 1.2rem;
  border-bottom: 0.1rem solid #ccc;
}

.access-table th {
  width: 30%;
  color: #124378;
  font-weight: 700;
  background-color: #f7faf8;
}

.access-table td {
  width: 80%;
  color: #333;
}

.access-table tr:last-child th,
.access-table tr:last-child td {
  border-bottom: none;
}
.osaka_zeniki{
margin: auto;
text-align: center;
font-size: 1.8rem;
font-weight: 700;
padding: 0.5rem 0 2rem 0; 
}
.osaka_zeniki span{
color: #124378;
font-size:2.2rem; padding: 0 0.3rem 0 0;
}
/* ==============================
 * access SP end
 * ============================== */
/* ==============================
 * flow SP start
 * ============================== */
.flow {
  width: 100vw;
  background-color: #f2f2ef;
  padding: 4rem 0;
}

.flow-inner {
  width: 90vw;
  margin: 0 auto;
  text-align: center;
}

/* ------------------------------
 * セクションタイトル
 * ------------------------------ */
.flow .title {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  color: #124378;
  margin-bottom: 3.5rem;
}

/* ------------------------------
 * ステップリスト
 * ------------------------------ */
.flow-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* ------------------------------
 * 各ステップ
 * ------------------------------ */
.flow-list li {
  display: flex;
  align-items: flex-start;
  text-align: left;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2rem;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.08);
}

/* ------------------------------
 * ステップ番号
 * ------------------------------ */
.flow-number {
  flex-shrink: 0;
  width: 5.5rem;
  height: 5.5rem;
  background-color: #124378;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-family: futura-pt, sans-serif;
}

.flow-number i {
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.3;
  display: block;
}

.flow-number strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

/* ------------------------------
 * テキスト部分
 * ------------------------------ */
.flow-text h3 {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  color: #124378;
  margin-bottom: 0.6rem;
}

.flow-text p {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333;
}

/* ==============================
 * flow SP end
 * ============================== */
/* ==============================
 * faq SP start
 * ============================== */
.faq {
  width: 100vw;
  background-color: #fff;
  padding: 4rem 0;
}

.faq-inner {
  width: 90vw;
  margin: 0 auto;
  text-align: left;
}

/* ------------------------------
 * セクションタイトル
 * ------------------------------ */
.faq .title {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  color: #124378;
  text-align: center;
  margin-bottom: 3.5rem;
}

/* ------------------------------
 * FAQリスト
 * ------------------------------ */
.faq-list {
  margin-bottom: 2.5rem;
  border-bottom: 0.1rem solid #ddd;
  padding-bottom: 2.5rem;
}

/* 質問部分 */
.faq-list dt {
  position: relative;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  color: #124378;
  margin-bottom: 1rem;
  padding-left: 2.4rem;
}

/* Qマーク */
.faq-list dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #2782c5;
}

/* 回答部分 */
.faq-list dd {
  position: relative;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
  padding-left: 2.4rem;
}

/* Aマーク */
.faq-list dd::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #e87522;
}

/* ------------------------------
 * 最後のFAQ（下線非表示）
 * ------------------------------ */
.faq-list:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ==============================
 * faq SP end
 * ============================== */

  /* ==============================
 * contact SP start
 * ============================== */
.contact {
  width: 100vw;
  background-color: #f2f2ef;
  padding: 5rem 0;
  text-align: center;
}

.contact-inner {
  width: 90vw;
  margin: 0 auto;
}

/* リード見出し */
.contact .lead {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #124378;
  margin-bottom: 2rem;
}

/* 説明テキスト */
.contact .text {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 3rem;
}

/* ボタン */
.contact .btn {
  display: inline-block;
  text-align: center;
}

/* ==============================
 * contact SP end
 * ============================== */


/* ==============================
 * footer SP start（最終版）
 * ============================== */
footer {
  width: 100vw;
  aspect-ratio: 750 / 1265; /* 背景画像比率：750×1265px */
  background: url(../img/contact-img--bg_sp.webp) no-repeat center bottom / cover;
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding-top: 6rem; /* 上余白（タイトル・ボタン分） */
  padding-bottom: 0; /* 下の白隙間防止 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ------------------------------
 * contact セクション
 * ------------------------------ */
footer .contact {
  background: none; /* 青帯削除 */
  padding: 0;
}

footer .contact-inner {
  width: 90vw;
  margin: 0 auto 4rem;
}

footer .contact .lead {

  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  font-family: var(--font-family-serif);
}

footer .contact .text {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #000;
  margin-bottom: 3rem;
}

footer .contact .btn {
  display: inline-block;
}

/* ------------------------------
 * address（ロゴ・コピーライト）
 * ------------------------------ */
footer .address {
  background: none; /* 青帯削除 */
  padding: 0;
  width: 95vw;
  margin: 0 auto 1.5rem;  font-style: normal; /* ← 斜体リセット（重要） */
}

footer .address .logo {
  width: 40vw;

  margin: 0 auto 2rem;
}

footer .address .logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* 個人情報保護方針・コピーライト */
footer .copyright-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #fff;
  margin-top: 1.2rem;
}

footer .copyright-list a {
  color: #fff;

  margin-left: 1.2rem;
}

footer .copyright {
  margin-right: 1.2rem;
  font-size: 1.2rem;
}

/* ==============================
 * footer SP end
 * ============================== */
/* ==============================
 * フォームロゴ配置 start
 * ============================== */
.form-logo {
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}

.form-logo img {
  width: 45vw;
  height: auto;
  display: inline-block;
}
/* ==============================
 * フォームロゴ配置 end
 * ============================== */
/* ==============================
 * form SP（ベース16rem） start
 * ============================== */
.form-header {
  padding: 3rem 1.5rem;
  text-align: center;
}

.form-header .inner {
  background: var(--white);
}

.form-header .inner .logo img {
  width: 45vw;
  height: auto;
}

/* ------------------------------
 * form-inner
 * ------------------------------ */
.form .form-inner {
  width: 87vw;
  margin: 0 auto;
  padding: 3rem 0;
}

/* ------------------------------
 * title
 * ------------------------------ */
.form .form-inner .title {
  font-family: var(--font-family-serif);
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  color: var(--black);
  margin-bottom: 5rem;
  position: relative;
}

.form .form-inner .title::before {
  content: '';
  display: block;
  width: 45vw;
  height: 0.5rem;
  background-color: var(--orange);
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

/* ------------------------------
 * form-title box
 * ------------------------------ */
.form .form-inner .form-title {
  background-color: #1d9cd9;
  color: var(--white);
  text-align: center;
  padding: 1rem 1rem;
  border-radius: 0.2rem;
  margin-bottom: 2rem;
}

.form .form-inner .form-title h2 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.form .form-inner .form-title p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

/* ------------------------------
 * form-item
 * ------------------------------ */
.form .form-inner .form-item {
  margin-bottom: 3rem;
}

.form .form-inner .form-item label {
  font-size: 1.5rem;
  font-weight: 700;
    margin-top: 1.8rem;
  margin-bottom: 1rem;
  display: inline-block;
  line-height: 1.7;
}

.form .form-inner .form-item label .required {
  font-size: 1.3rem;
  font-weight: 500;
  margin-right: 0.8rem;
  background-color: var(--red);
  color: var(--white);
  padding: 0.3rem 0.8rem;
  border-radius: 0.3rem;
}

/* ------------------------------
 * input / textarea
 * ------------------------------ */
.form .form-inner .form-item input,
.form .form-inner .form-item textarea {
  width: 100%;
  padding: 1.4rem;
  border: 1px solid #d2d2d2;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: var(--font-family-sans);
}

.form .form-inner .form-item textarea {
  min-height: 18rem;
}

/* ------------------------------
 * checkbox / radio
 * ------------------------------ */
.form .form-inner .form-item ul {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.form .form-inner .form-item ul li{
padding-top:1rem;
}
.form .form-inner .form-checkbox {
  display: flex;
  justify-content: center; /* 横方向センター揃え */
  align-items: center;      /* 縦方向センター揃え */

}

.form .form-inner .form-checkbox label {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 1.6rem;
}

.form .form-inner .form-checkbox label input {
  width: auto;
  margin: 0;
}

/* ------------------------------
 * form-area
 * ------------------------------ */
.form .form-inner .form-area {
  background: url(../img/bg-gray.webp) repeat center center;
  padding: 2rem 1.2rem;
  border-radius: 0.6rem;
  margin: 4.5rem 0;
  text-align: center;
}

.form .form-inner .form-area h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

/* ------------------------------
 * submit
 * ------------------------------ */
.form .form-inner .form-submit {
  width: 100%;
  background: url(../img/icon-arrow.svg) var(--blue-dark) no-repeat 92% center / 1.6rem auto;
  color: var(--white);
  padding: 2rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 0.6rem;
  text-align: left;
}

.form .form-inner .form-submit:hover {
  background-color: var(--blue-light);
  transition: background-color 0.3s ease-out;
}

/* ------------------------------
 * end / thanks
 * ------------------------------ */
.end {
  text-align: center;
  margin-top: 6rem;
}

.end .btn {
  margin-top: 4.5rem;
}

/* ==============================
 * form SP end
 * ============================== */
/* ------------------------------
 * form-area-table 幅指定（SP対応）
 * ------------------------------ */
.form .form-inner .form-area .form-area-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.form .form-inner .form-area .form-area-table th {
  width: 30%;
  white-space: nowrap;
  vertical-align: top;color: #124378;
  font-weight: 700;
  text-align: left;
  padding-right: 1rem;
}

.form .form-inner .form-area .form-area-table td {
  width: 70%;
  vertical-align: top;
  text-align: left;
  word-break: break-word;
}
/* ==============================
 * form_footer（SP） full version start
 * ============================== */

.form_footer {
  background-color: #f5f5f5;
  padding: 4rem 0;
  text-align: center;
}

/* フッター内の address（フォーム専用） */
.form_footer .address {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  font-style: normal; /* 斜体を無効化 */
  background: none;   /* address共通定義の青背景を無効化 */
  padding: 0;         /* 下余白をリセット */
  color: inherit;     /* 親（灰背景）の色に合わせる */
}

/* ロゴ */
.form_footer .address .logo img {
  width: 40vw;       /* 拡大（25→40） */
  max-width: 200px;  /* 上限も引き上げ */
  height: auto;
  display: block;
}

/* コピーライトリスト */
.form_footer .copyright-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  color: #333;
  font-style: normal;
}

.form_footer .copyright-list a {
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s ease;
}

.form_footer .copyright-list a:hover {
  opacity: 0.7;
}

.form_footer .copyright {
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* ==============================
 * form_footer（SP） full version end
 * ============================== */


/* ==============================
 * address（SP共通） start
 * ============================== */

.address {
  width: 100vw;
  background-color: #124378;
  color: #fff;
  text-align: center;
  padding: 3.5rem 0;
}

/* ロゴ */
.address .logo {
  width: 40vw;
  margin: 0 auto 2rem;
}

.address .logo img {
  width: 40vw;
  height: auto;
  display: block;
}

/* コピーライトリスト */
.copyright-list {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #fff;
}

.copyright-list a {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}

/* ==============================
 * address（SP共通） end
 * ============================== */

}
