/* section01 */

body {
  margin: 0;
}

.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.section01 {
  background-color: #fff;
}

.top-banner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.top-banner__logo {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  width: 150px;
}

.top-banner__logo img {
  margin-right: 8px;
  width: 100%;
}

.top-banner__logo .dot {
  font-size: 12px;
  color: #666;
}

.top-banner__text {
  font-weight: bold;
  font-size: 18px;
  color: #003366;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/* 
.top-banner__text strong {
  font-size: 40px;
  font-style: italic;
  margin-right: 4px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.italic {
  font-size: 30px;
  font-style: italic;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
} */

@media (max-width: 768px) {
  .top-banner {
    /* flex-direction: column; */
    text-align: center;
    gap: 8px;
  }

  .top-banner__text {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }

  .top-banner__text {
    font-size: 10px;
  }

  .italic {
    font-size: 12px;
  }

  .top-banner__text strong {
    font-size: 18px;
  }
}

/* section02 */

.section02 {
  background-image: url(../../image/ad01/fv-bg.png);
  background-size: cover;
  height: 65vh;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  padding: 40px 20px;
}

.fv-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  text-align: center;
}

.fv-left {
  flex: 1 1 60%;
  color: #fff;
}

.fv-subtitle {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
.fv-subtitle span {
  color: #fcff73;
}

.fv-title {
  width: 70%;
  margin: 0 auto;
}

.fv-title img {
  width: 100%;
}

.highlight-box {
  background: #fff;
  color: #003366;
  display: inline-block;
  padding: 5px 12px;
  font-weight: bold;
  font-size: 32px;
}

.fv-text {
  font-size: 20px;
  margin-bottom: 30px;
}

.fv-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.fv-count {
  width: 200px;
}

.fv-count img {
  width: 100%;
}

.fv-btn {
  display: inline-block;
  width: 300px;
}

.fv-btn img {
  width: 100%;
}

.fv-right {
  flex: 1 1 35%;
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.fv-right img {
  width: 100%;
  max-width: 300px;
}

.label {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
}

.label a {
  text-decoration: none;
}

.label.yellow {
  background-color: #ffe100;
  margin-bottom: 30px;
}

.label.yellow a {
  color: #000;
}

.label.red {
  background-color: #f44336;
}

.label.red a {
  color: #fff;
}

@media (max-width: 768px) {
  .fv-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .fv-right {
    /* order: -1;
    position: static; */
    display: none;
  }

  .vertical-labels {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }

  .label {
    writing-mode: horizontal-tb;
  }
  .fv-stats {
    flex-direction: column;
  }

  .section02 {
    height: 90vh;
    background-position: 75%;
  }
  .fv-subtitle {
    font-size: 20px;
  }

  .fv-title {
    width: 90%;
  }
}

/* section03 */

.section03 {
  background: #f9fbfd;
  padding: 60px 20px;
  text-align: center;
}

.section03 .section-label {
  color: #00aaff;
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.section03 .section-title {
  font-size: 28px;
  color: #003366;
  margin-bottom: 40px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 270px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
  min-height: 60px;
}

.tags span {
  background: #e3f2ff;
  color: #000000;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #9eceff;
  height: max-content;
}

.price {
  font-weight: bold;
  margin-bottom: 5px;
}

.location {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

.card-btn {
  text-align: center;
}
.btn {
  display: inline-block;
  background: #0099da;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  width: 170px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
}

/* section04 */

.section04 {
  padding: 60px 0px;
  background-image: url(../image/ad01/section04-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.navigator-section {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.navigator-image {
  width: 50%;
}

.navigator-image img {
  width: 100%;
}

.navigator-text {
  flex: 1;
  color: #003366;
  font-size: 16px;
}

.navigator-text h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #001133;
  font-style: italic;
  font-weight: normal;
}

.navigator-text p {
  margin-bottom: 0px;
  font-size: 24px;
}

.navigator-text .highlight {
  display: inline-block;
  background: linear-gradient(transparent 30%, #fcff73 30%);
}

@media (max-width: 768px) {
  .navigator-section {
    flex-direction: column;
    text-align: center;
  }

  .navigator-image img {
    max-width: 90%;
  }
  .card {
    width: 100%;
  }
}

.navigator-profile {
  max-width: 800px;
  margin: 60px auto 100px;
  display: flex;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.profile-text {
  flex: 1 1 50%;
  padding-left: 30px;
  font-size: 20px;
  color: #003366;
  line-height: 1.8;
}

.profile-image {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-image {
  width: 50%;
}

.profile-image img {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .navigator-profile {
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: unset;
  }

  .profile-text {
    padding: 20px;
  }

  .profile-image img {
    max-width: 100%;
    border-left: none;
    border-top: 1px solid #eee;
  }

  .navigator-image {
    width: 100%;
  }

  .navigator-image img {
    max-width: 100%;
  }

  .navigator-text h2 {
    font-size: 30px;
  }

  .navigator-text p {
    font-size: 18px;
  }
  .profile-image {
    width: 100%;
  }
}

/* section06 */

.section06 {
  background: #f2f2f2;
  padding: 80px 20px;
  position: relative;
  z-index: -1;
}

.problem-wrapper {
  max-width: 750px;
  margin: 0 auto;
  background: #215ab6;
  color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  text-align: center;
}

.problem-label {
  font-size: 14px;
  letter-spacing: 6px;
  color: #a5c8f9;
  margin-bottom: 10px;
}

.problem-title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.problem-title span {
  font-weight: normal;
}

.problem-list {
  width: 100%;
  list-style: none;
  padding: 0;
  font-size: 24px;
  line-height: 2;
  text-align: left;
  max-width: 480px;
  margin: 0 auto;
}

.problem-list {
  font-size: 18px;
}

.problem-list li::before {
  content: "✔";
  color: #fff;
  margin-right: 10px;
}

.problem-list strong {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
}

.illust-left,
.illust-right {
  position: absolute;
  bottom: 0;
  width: 130px;
}

.illust-left {
  left: -20px;
}

.illust-right {
  right: -20px;
}
@media (max-width: 768px) {
  .problem-wrapper {
    padding: 30px 20px;
  }

  .problem-title {
    font-size: 20px;
  }

  .problem-list {
    font-size: 14px;
  }

  .problem-list li {
    padding-left: 1.5em; /* 左のアイコン分の余白 */
    text-indent: -1.5em;
  }

  .illust-left,
  .illust-right {
    display: none;
  }

  .problem-list strong {
    font-size: 16px;
  }
}
/* section07 */

.section07 {
  background: #f4faff;
  padding: 80px 20px;
  text-align: center;
}

.section07 .section-label {
  width: 250px;
  margin: 0 auto;
}
.section07 .section-label img {
  width: 100%;
}

.section07 .section-title {
  font-size: 26px;
  color: #003366;
  margin-top: -50px;
  margin-bottom: 50px;
}

.value-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 700px;
  justify-content: center;
  margin: 0 auto;
}

.value-item {
  max-width: 300px;
  width: 100%;
  text-align: center;
}

.value-icon {
  margin: 0 auto;
  width: 200px;
}

.value-icon img {
  width: 100%;
}

.value-item h3 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* max-height: 80px; */
  color: #285fbc;
  font-weight: bold;
  border-bottom: 1px solid #285fbc;
  display: inline-block;
}

.value-item .desc {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .value-grid {
    flex-direction: column;
    align-items: center;
  }

  .value-item {
    max-width: 90%;
  }
}

/* section08 */

.section08 {
  padding: 20px 20px 40px;
}

.cta-banner {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.cta-banner img {
  width: 100%;
}

/* section09 */
.section09 {
  background: #eaf6fd;
  padding: 80px 20px;
  text-align: center;
}

.section09 .section-label {
  width: 350px;
  margin: 0 auto;
}

.section09 .section-label img {
  width: 100%;
}
.section09 .section-title {
  font-size: 24px;
  color: #003366;
  margin-top: -50px;
  margin-bottom: 50px;
  letter-spacing: 5px;
}

.case-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}

.case-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 300px;
  overflow: hidden;
  text-align: center;
}

.case-head {
  font-size: 22px;
  padding: 12px;
  color: #fff;
  font-weight: bold;
}

.case-head.blue {
  background-color: #004a99;
}

.case-head.lightblue {
  background-color: #1e9ec6;
}

.case-body {
  padding: 20px 10px;
  font-size: 30px;
  color: #003366;
}

@media (max-width: 768px) {
  .case-grid {
    flex-direction: column;
    align-items: center;
  }

  .case-card {
    width: 90%;
  }
}

/* section10 */

.section10 {
  background: #f3faff;
  padding: 80px 20px;
  text-align: center;
}

.section10 .container {
  max-width: 700px;
  margin: 0 auto;
}
.section10 .section-label {
  width: 320px;
  margin: 0 auto;
}
.section10 .section-label img {
  width: 100%;
}

.section10 .section-title {
  font-size: 24px;
  color: #003366;
  letter-spacing: 3px;
  margin-top: -50px;
  margin-bottom: 10px;
}

.section10 .section-subtext {
  margin-bottom: 40px;
  line-height: 1.6;
}

.bonus-block {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  margin-bottom: 40px;
  text-align: left;
}

.bonus-icon {
  width: 200px;
  margin-right: 20px;
  flex-shrink: 0;
}

.bonus-icon img {
  width: 100%;
}

.bonus-text {
  flex: 1;
  width: calc(100% - 200px);
}

.bonus-title {
  width: 400px;
}

.bonus-title img {
  width: 100%;
}

.bonus-title.blue {
  color: #fcff73;
}

.bonus-text ul {
  margin: 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.7;
}

.bonus-text ul li {
  list-style: none;
}
.bonus-text ul li span {
  font-size: 22px;
}

.bonus-note {
  font-size: 18px;
  color: #285fbc;
  background-color: #fff;
  border-radius: 50px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  margin-top: 10px;
  display: inline-block;
  padding: 0 24px;
}

.cta-button {
  margin-top: 40px;
  width: 300px;
  margin: 0 auto;
}

.cta-button a img {
  width: 100%;
}

@media (max-width: 768px) {
  .bonus-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .bonus-block.reverse {
    flex-direction: column-reverse;
  }

  .bonus-icon {
    margin-bottom: 15px;
    width: 150px;
  }

  .bonus-text {
    text-align: left;
  }

  .btn-yellow {
    width: 100%;
    max-width: 280px;
  }
  .bonus-text {
    width: 100%;
  }
  .bonus-title {
    width: 300px;
  }
}

/* section11 */

.section11 {
  padding: 80px 20px;
  text-align: center;
  background-image: url(../image/ad01/section04-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section11 .section-label {
  width: 200px;
  margin: 0 auto;
}

.section11 .section-label img {
  width: 100%;
}

.section11 .section-title {
  font-size: 24px;
  color: #003366;
  margin-top: -50px;
  margin-bottom: 40px;
}

.flow-steps {
  max-width: 500px;
  margin: 0 auto;
}

.step {
  position: relative;
  margin-bottom: 10px;
}

.bubble {
  position: relative;
  text-align: center;
  padding: 16px;
  border-radius: 50px;
  color: #ffffff;
}

.blue01 {
  background-color: #0099da;
}
.blue02 {
  background-color: #2996e2;
}
.blue03 {
  background-color: #2984e2;
}
.blue04 {
  background-color: #2973e2;
}
.blue05 {
  background-color: #2960e2;
}

.step-num {
  color: #ffffff;
  width: 30px;
  position: absolute;
  top: 58%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.step-num img {
  width: 100%;
}

.step-text {
  flex: 1;
  text-align: left;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin: 0 auto;
  margin-top: -1px;
}

.triangle01 {
  border-top: 12px solid #0099da;
}
.triangle02 {
  border-top: 12px solid #2996e2;
}
.triangle03 {
  border-top: 12px solid #2984e2;
}
.triangle04 {
  border-top: 12px solid #2973e2;
}

@media (max-width: 480px) {
  .bubble {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px;
  }

  .step-num {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .step-text {
    text-align: left;
    font-size: 14px;
  }
}

/* section12 */

.section12 {
  background: #f4fbff;
  padding: 80px 20px;
  text-align: center;
}

.section12 .container {
  max-width: 800px;
  margin: 0 auto;
}
.section12 .section-label {
  width: 300px;
  margin: 0 auto;
}
.section12 .section-label img {
  width: 100%;
}

.section12 .section-title {
  font-size: 24px;
  color: #003366;
  margin-top: -30px;
  margin-bottom: 16px;
}

.section12 .section-description {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
}

.voice-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.voice-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 0 20px 20px;
  text-align: left;
  width: 300px;
}

.voice-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.voice-image img {
  max-width: 200px;
  height: auto;
}

.voice-text {
  flex: 1;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  max-width: 500px;
  text-align: left;
}

.voice-texts {
  font-size: 22px;
  margin-bottom: 16px;
  color: #003366;
}

.voice-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.voice-meta img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.voice-meta p {
  margin: 0;
  font-size: 15px;
}

.voice-meta small {
  font-size: 14px;
  color: #666;
}

@media (max-width: 768px) {
  .voice-intro {
    flex-direction: column;
    text-align: center;
  }

  .voice-text {
    max-width: 100%;
  }

  .voice-image img {
    margin-bottom: 20px;
  }
  .voice-image img {
    max-width: 100px;
  }

  .voice-intro {
    gap: 0;
  }
  .voice-text {
    font-size: 16px;
  }

  .voice-texts {
    font-size: 18px;
  }
}
