@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

/***基本設定***/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;
  font-style: normal;
  color: #333333;
  font-size: 16px;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  height: auto;
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tb {
    display: block;
  }
}

.outer {
  max-width: 1500px;
  margin: auto;
}
@media (max-width: 767px) {
  .outer {
    width: auto;
  }
}

.inner {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}
@media (max-width: 767px) {
  .inner {
    width: 90%;
    margin: auto;
  }
}

/***コンテンツここから***/
.noto-serif {
  font-family: "Noto Serif JP", serif;
}

header {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  header {
    padding: 10px;
  }
}

.header-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .header-left {
    gap: 15px;
  }
}

h1 {
  font-size: 12px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 80px;
  }
}

.header-cta {
  display: inline-block;
  background-color: #E2991D;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  border-radius: 50px;
  background-image: url(https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/lp/service/top-of-mind/images/triangle.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: right 18px center;
  transition: 0.3s;
  width: 250px;
  text-align: center;
}
@media (max-width: 767px) {
  .header-cta {
    font-size: 12px;
    padding: 10px 35px;
    background-size: 8px;
    background-position: right 10px center;
    width: auto;
  }
}
.header-cta:hover {
  opacity: 0.5;
}

.mv {
  margin-left: 20%;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .mv {
    flex-direction: column;
    margin-left: 0;
    padding: 0 10% 0;
    background-image: url(https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/lp/service/top-of-mind/images/lp_kv_sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mv {
    margin-left: 0;
  }
}

.mc_pc {
  position: absolute;
  left: 0;
  top: 20px;
  width: 430px;
}

.mc_sp {
  margin-bottom: 30px;
}

.mv-text {
  flex: 4;
  padding: 150px 0 20px;
}
@media (max-width: 767px) {
  .mv-text {
    padding: 75% 0 30px;
  }
}
.mv-text p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.mv-text h3 {
  color: #1A2872;
  line-height: 1.8;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mv-text h3 {
    font-size: 14px;
  }
}

.mv-img {
  flex: 5;
  background-image: url(https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/lp/service/top-of-mind/images/lp_kv_pc.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .mv-img {
    display: none;
  }
}

.mv-cta {
  display: inline-block;
  background-color: #DDDFEA;
  color: #1A2872;
  font-size: 18px;
  padding: 20px 0;
  width: 70%;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  background-image: url(https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/lp/service/top-of-mind/images/triangle_navy.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 20px center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .mv-cta {
    width: 100%;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mv-cta {
    width: 100%;
    font-size: 14px;
  }
}
.mv-cta:hover {
  opacity: 0.8;
}

.mv-nav {
  width: 220px;
  flex-shrink: 0;
  background-color: #DDDFEA;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .mv-nav {
    display: none;
  }
}
.mv-nav p {
  font-size: 12px;
  text-align: center;
  color: #1A2872;
  text-align: center;
  margin: 30px 0 20px;
}

.mv-nav-group a {
  display: block;
  font-size: 14px;
  padding: 10px 0 10px 22px;
  transition: 0.3s;
  line-height: 1.5;
  color: #1A2872;
  font-weight: bold;
  border-bottom: #fff solid 1px;
  position: relative;
}
.mv-nav-group a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 12px;
  height: 12px;
  background: url("https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/lp/service/top-of-mind/images/triangle_navy.svg") no-repeat center/contain;
}
.mv-nav-group a:hover {
  opacity: 0.5;
}

.bg-bage {
  padding: 100px 0;
  background-color: #fbf2e2;
}
@media (max-width: 767px) {
  .bg-bage {
    padding: 50px 0;
  }
}

.bg-blue {
  padding: 100px 0;
  background-color: #1A2872;
}
@media (max-width: 767px) {
  .bg-blue {
    padding: 50px 0;
  }
}

.bg-none {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .bg-none {
    padding: 50px 0;
  }
}

.title-center {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .title-center {
    margin-bottom: 30px;
  }
}
.title-center span {
  display: block;
  font-size: 14px;
  color: #1A2872;
  margin-bottom: 10px;
}
.title-center h2 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .title-center h2 {
    font-size: 25px;
  }
}
.title-center p {
  font-size: 16px;
  line-height: 1.8;
}

.title-left {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .title-left {
    margin-bottom: 30px;
  }
}
.title-left span {
  display: block;
  font-size: 14px;
  color: #1A2872;
  margin-bottom: 10px;
}
.title-left h2 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .title-left h2 {
    font-size: 25px;
  }
}
.title-left p {
  font-size: 16px;
  line-height: 1.8;
}

.reason-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .reason-group {
    flex-direction: column;
  }
}

.reason-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reason-flex p {
  text-align: left;
}
.reason-flex figure {
  width: 200px;
}
@media (max-width: 767px) {
  .reason-flex p {
    flex: 1;
  }
  .reason-flex figure {
    flex: 1;
  }
}

.reason-each {
  width: 48%;
  background-color: #fff;
  padding: 40px 35px;
}
@media (max-width: 767px) {
  .reason-each {
    width: 100%;
  }
}
.reason-each h3 {
  color: #1A2872;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 50px;
  background-image: url(https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/lp/service/top-of-mind/images/check.png);
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 767px) {
  .reason-each h3 {
    font-size: 16px;
  }
}
.reason-each p {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .reason-each p {
    font-size: 14px;
  }
}

.arrow {
  text-align: center;
  padding: 50px 0;
}
.arrow img {
  width: 70px;
}

.attention-flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .attention-flex {
    flex-direction: column;
  }
}
.attention-flex figure {
  width: 150px;
}
@media (max-width: 767px) {
  .attention-flex figure {
    width: 40%;
    margin: auto;
  }
}

.attention {
  background-color: #1A2872;
  padding: 70px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .attention {
    padding: 30px;
  }
}
.attention h3 {
  display: inline-block;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
  line-height: 1.5;
}
.attention h3 span {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #FFFF00;
}
.attention p {
  line-height: 2;
  text-align: left;
}
.attention p span {
  font-weight: bold;
  color: #FFFF00;
}

.at-flex {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  .at-flex {
    flex-direction: column;
  }
  .at-flex figure {
    width: 60%;
    margin: auto;
  }
}

.attention-text {
  font-size: 20px;
  line-height: 1.8;
  padding-left: 20px;
  border-left: 3px solid #333333;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .attention-text {
    font-size: 16px;
  }
}
.attention-text span {
  display: block;
  font-weight: bold;
  margin-top: 30px;
}

.attention-text02 {
  font-size: 30px;
  line-height: 1.8;
  padding-left: 20px;
  border-left: 3px solid #333333;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .attention-text02 {
    font-size: 16px;
  }
}
.attention-text02 span {
  display: block;
  font-weight: bold;
  margin-top: 30px;
}

.what-depth-left {
  width: 50%;
}
@media (max-width: 767px) {
  .what-depth-left {
    width: 100%;
  }
}
.what-depth-left p {
  margin-bottom: 30px;
  line-height: 2;
}
@media (max-width: 767px) {
  .what-depth-left p {
    margin-bottom: 10px;
  }
}
.what-depth-left p:last-of-type {
  font-weight: bold;
}

.what-depth-right {
  width: 50%;
}
@media (max-width: 767px) {
  .what-depth-right {
    width: 100%;
  }
}

.what-intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.what-intro figure {
  width: 20%;
}
@media (max-width: 767px) {
  .what-intro {
    flex-direction: column;
  }
  .what-intro figure {
    width: 80%;
    margin: auto;
  }
}

.what-depth {
  display: flex;
  gap: 50px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .what-depth {
    flex-direction: column;
    margin-bottom: 50px;
    gap: 30px;
  }
}

.mechanism {
  background-color: #1A2872;
  padding: 50px 0 70px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mechanism {
    padding: 30px;
  }
}

.mechanism h3 {
  font-size: 16px;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 50px;
  width: 85%;
  margin: 0 auto 50px;
  line-height: 1.5;
}

.mecha-ul {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .mecha-ul {
    flex-direction: column;
    align-items: center;
  }
}
.mecha-ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mecha-ul li.meca-arrow {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .mecha-ul li.meca-arrow {
    margin-top: 0;
    transform: rotate(90deg);
  }
}
.mecha-ul figure {
  margin-bottom: 20px;
  width: 70px;
}
.mecha-ul h4 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.mecha-ul p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.importnce-group {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 767px) {
  .importnce-group {
    flex-direction: column;
  }
}

.importance-title {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .importance-title {
    margin-bottom: 0;
  }
}
.importance-title h4 {
  flex: 5;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .importance-title h4 {
    font-size: 16px;
  }
}

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #1A2872;
  color: #fff;
  border-radius: 50%;
}
.circle span {
  font-size: 40px;
  line-height: 1;
  display: block;
}

.importance {
  background-color: #fbf2e2;
  padding: 30px;
  width: 48%;
}
@media (max-width: 767px) {
  .importance {
    width: 100%;
  }
}
.importance figure {
  width: 50%;
  margin: 0 auto 30px;
}
.importance p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .importance p {
    font-size: 14px;
  }
}

.cta {
  background-color: #1A2872;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .cta {
    padding: 30px 0;
  }
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cta-inner {
    flex-direction: column;
  }
}

.cta-left p {
  color: #fff;
  font-size: 24px;
  line-height: 2;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cta-left p {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.cta-left span {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .cta-left span {
    font-size: 14px;
  }
}

.main-cta {
  display: block;
  width: 440px;
  line-height: 90px;
  color: #fff;
  background-color: #E2991D;
  text-align: center;
  border-radius: 20px;
  border: solid 3px #fff;
  font-size: 22px;
  background-image: url(https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/lp/service/top-of-mind/images/triangle.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 25px center;
  transition: 0.3s;
  box-shadow: inset 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset -5px -5px 5px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .main-cta {
    margin-top: 30px;
    width: 100%;
    line-height: 3.5;
    font-size: 18px;
    border-radius: 10px;
  }
}
.main-cta:hover {
  opacity: 0.7;
}

.scene-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .scene-flex {
    flex-direction: column;
  }
}
.scene-flex figure {
  width: 20%;
}
@media (max-width: 767px) {
  .scene-flex figure {
    width: 50%;
    margin: 30px auto;
  }
}

.scene-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .scene-group {
    flex-direction: column;
    gap: 30px;
  }
}

.scene-each {
  background-color: #fff;
  padding: 30px;
  width: 47%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .scene-each {
    width: 100%;
  }
}
.scene-each h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .scene-each h3 {
    margin-bottom: 20px;
  }
}
.scene-each h3 span {
  display: block;
  color: #1A2872;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.scene-each h3 span.accent {
  color: #D32F2F;
}
.scene-each p {
  font-size: 16px;
  line-height: 1.8;
}

.scene-ul {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 80%;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .scene-ul {
    width: 100%;
  }
}
.scene-ul li {
  font-size: 13px;
  background-color: #fbf2e2;
  padding: 15px;
  border-radius: 10px;
  line-height: 2;
}
.scene-ul li.scene-ul-img {
  background-color: #fff;
  width: 25px;
  margin: auto;
  line-height: 1;
  padding: 0;
}
.scene-ul li.scene-ul-dark {
  background-color: #CCCCCC;
}

.scene-attention-no {
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  padding: 10px 20px 10px 80px;
  background-image: url(https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/lp/service/top-of-mind/images/cross.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 60px;
  margin-top: auto;
  /* ← 下揃え、重要 */
}

.scene-attention-yes {
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  padding: 10px 20px 10px 80px;
  background-image: url(https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/lp/service/top-of-mind/images/circle.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 60px;
  margin-top: auto;
  /* ← 下揃え、重要 */
}

.border-attention {
  border: solid 8px #B2DEFF;
}

.border-no-attention {
  border: solid 8px #fff;
}

.status-group {
  position: relative;
}

.status-arrow {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: #fbf2e2;
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .status-arrow {
    transform: rotate(0deg);
    width: 20px;
    height: 20px;
  }
}

.title-flex {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .title-flex {
    flex-direction: column;
  }
}
.title-flex img {
  border-radius: 1rem;
}

.tab-menu {
  display: flex;
  gap: 5px;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tab-menu {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.tab-menu li {
  width: 25%;
}
@media (max-width: 767px) {
  .tab-menu li {
    width: 49%;
  }
}

.tab {
  padding: 20px 30px;
  background-color: #E5E1E1;
}
@media (max-width: 767px) {
  .tab {
    padding: 10px;
  }
}
.tab span {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tab span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.tab p {
  font-size: 14px;
  line-height: 1.8;
}

.tab.active {
  background-color: #333333;
}
.tab.active span {
  color: #fff;
}
.tab.active p {
  color: #fff;
}

.tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  background-color: #fff;
  padding: 30px 50px;
}
@media (max-width: 767px) {
  .tab-content {
    padding: 20px;
  }
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.phase-title {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: solid 1px #919191;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .phase-title {
    flex-direction: column;
    padding: 0 0 20px;
    gap: 10px;
  }
}

.phase-label {
  background: #1A2872;
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 4px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .phase-label {
    padding: 5px 10px;
  }
}

.phase-body {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .phase-body {
    flex-direction: column;
    width: 100%;
  }
}

.phase-body figure {
  width: 150px;
}
@media (max-width: 767px) {
  .phase-body figure {
    width: 50%;
    margin: auto;
  }
}

.phase-body h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .phase-body h3 {
    font-size: 20px;
  }
}

.phase-body p {
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 767px) {
  .phase-body p {
    font-size: 14px;
  }
}

.phase-list {
  margin-bottom: 30px;
}
.phase-list h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .phase-list h4 {
    margin-bottom: 10px;
  }
}

.phase-ul li {
  padding: 15px 0;
  border-bottom: solid 1px #d3d2d2;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}

.phase-ul-last {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .phase-ul-last {
    flex-direction: column;
  }
}
.phase-ul-last li {
  background-color: #fbf2e2;
  width: 33.3333333333%;
  padding: 20px;
}
@media (max-width: 767px) {
  .phase-ul-last li {
    width: 100%;
  }
}
.phase-ul-last h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.phase-ul-last p {
  font-size: 14px;
  line-height: 1.5;
}

/* ページネーション全体 */
.tab-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

/* 各丸ボタン */
.tab-pagination .tab {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  /* 正円崩れ防止 */
  border-radius: 50%;
  background: #ccc;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}

.tab-pagination .tab:hover {
  background: #999;
  color: #fff;
}

/* アクティブ */
.tab-pagination .tab.active {
  background: #333;
  color: #fff;
  transform: scale(1.2);
}

.deliver-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .deliver-group {
    flex-direction: column;
    gap: 20px;
  }
}

.deliver-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .deliver-flex {
    flex-direction: column;
  }
}
.deliver-flex figure {
  width: 250px;
}
@media (max-width: 767px) {
  .deliver-flex figure {
    width: 50%;
    margin: auto;
  }
}

.deliver-each {
  background-color: #fbf2e2;
  width: 19.2307692308%;
  padding: 20px;
}
@media (max-width: 767px) {
  .deliver-each {
    width: 100%;
  }
}
.deliver-each figure {
  width: 30px;
  margin: 0 auto 10px;
}
.deliver-each h4 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.deliver-each p {
  font-size: 14px;
  line-height: 2;
}

.contact .title-left {
  color: #fff;
}
.contact .title-left span {
  color: #fff;
}
@media (max-width: 767px) {
  .contact p {
    font-size: 14px;
  }
}

.contact-group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-group {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}

.contact-each {
  background-color: #fbf2e2;
  width: 32.2580645161%;
  padding: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-each {
    width: 100%;
    margin-bottom: 0;
  }
}
.contact-each figure {
  width: 50px;
  margin: auto;
  margin-bottom: 20px;
}
.contact-each h4 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-each p {
  font-size: 14px;
  line-height: 2;
}

.form {
  margin: auto;
  background-color: #fff;
  padding: 50px;
}

footer {
  padding: 70px 0;
}
footer p {
  text-align: center;
  font-size: 14px;
}

/* 右下固定 */
.floating-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

/* ボタン */
.floating-button {
  position: relative;
  background: #f28c2c;
  color: #fff;
  width: 250px;
  height: 70px;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media (max-width: 767px) {
  .floating-button {
    font-size: 14px;
    width: 230px;
    height: 50px;
  }
}

.floating-button.show {
  opacity: 1;
  transform: translateY(0);
}

/* 矢印 */
.floating-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  transition: transform 0.3s ease;
}

.floating-arrow.open {
  transform: translateY(-50%) rotate(180deg);
}

/* メニュー（常にボタンの上に配置） */
.floating-menu {
  position: fixed;
  bottom: 350px;
  /* ← ボタンの上に固定 */
  right: 0;
  width: 250px;
  /* ボタンと同じ幅にする */
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 開いた状態 */
.floating-menu.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* メニューを完全に消す（スクロールで上に戻った時用） */
.floating-menu.force-hide {
  opacity: 0 !important;
  transform: translateY(10px) !important;
  pointer-events: none !important;
}

.mv-nav02 {
  background-color: #DDDFEA;
  padding: 20px;
}
.mv-nav02 p {
  font-size: 12px;
  text-align: center;
  color: #1A2872;
  text-align: center;
  margin: 0 0 20px;
}

.situation {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 16px;
  color: #333333;
  position: relative;
  margin-bottom: 10px;
}
.situation::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}

/*# sourceMappingURL=style.css.map */
