* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", serif;
    color: #fff;
}

.serif {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

.fv-container {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
    background-image: radial-gradient(at 25% 40%, #383e59, #090c1a);
}

.header {
    background: #fff;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-inner {
  line-height: 0;
}

.logo {
    height: 28px;
    width: auto;
}

.main-visual {
    position: relative;
    padding: 30px 0px 0;
    min-height: 430px;
}

.person-wrapper {
    position: absolute;
    right: 0%;
    bottom: 0;
    width: 84%;
    z-index: 1;
}

.person-img {
    width: 100%;
    display: block;
}

.content-inner {
    position: relative;
    z-index: 2;
}

.tagline {
    display: inline-block;
    border: 1px solid #c59e5f;
    color: linear-gradient(90deg, #9c5b2f, #ffe199 50%, #9c5b2f);
    border-radius: 0 50px 50px 0;
    padding: 3px 15px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    background: #262B44;
    border-left: none;
}

.tagline-gold-border {
    display: inline-block;
    padding: 1px;
    background: linear-gradient(90deg, #9c5b2f, #ffe199 50%, #9c5b2f);
    border-radius: 0 50px 50px 0;
    margin-bottom: 15px;
}

.tagline-inner-bg {
    background-color: #262B44;
    border-radius: 50px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
}

.tagline-text-gradient {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(0deg, #9c5b2f, #ffe199 50%, #9c5b2f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.fvpd {
  padding-left: 20px;
  padding-right: 20px;
}

.sub-copy {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #EDC894;
    font-family: "Shippori Mincho", serif;
}

.main-copy {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.kansai {
  color: #EDC894;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 28px;
}

.highlight {
  font-family: "Shippori Mincho", serif;
  font-size: 38px;
  font-weight: 600;
}

.small-text {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 500;
}

.highlight,
.small-text {
    background: linear-gradient(to bottom, #F4D7A6 0%, #F1C66A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.small-text {
    font-weight: normal;
}

.highlight-center {
  letter-spacing: -8px!important;
}

.stats-container {
  width: 100%;
  line-height: 0;
}

.stats-container img {
  width: 100%;
}

.stat-circle {
    width: 31%;
    aspect-ratio: 1 / 1;
    border: 1px solid #e9bc74;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(13, 18, 33, 0.7);
    box-shadow: 0 0 10px rgba(233, 188, 116, 0.3);
}

.stat-label {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 2px;
}

.stat-value {
    font-size: 24px;
    font-weight: bold;
    color: #e9bc74;
    line-height: 1;
}

.unit { font-size: 14px; }
.unit-small { font-size: 9px; }
.stat-text {
    font-size: 15px;
    font-weight: bold;
    color: #e9bc74;
}

.cta-area {
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

.btn-tel {
    display: block;
    background: linear-gradient(180deg, #f3d6a2 0%, #a47b38 100%);
    color: #222;
    text-decoration: none;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 4px 0 #6e5225;
    margin-bottom: 15px;
    border: 1px solid #2E2E2E;
}

.tel-number {
    font-size: 26px;
    font-weight: 800;
    display: block;
    line-height: 1.1;
}

.tel-sub {
    font-size: 12px;
    font-weight: bold;
}

.btn-row {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.btn-mail, .btn-line {
    flex: 1;
    text-decoration: none;
    padding: 4px;
    border-radius: 10px;
    display: block;
    box-sizing: border-box;
}

.btn-sub-inner {
    border: 1px solid #021F48;
    border-radius: 8px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFEDD5;
    font-weight: bold;
    -webkit-text-stroke: 0px black;
    text-shadow: 0 0 7px #000000;
    font-size: 14px;
    height: 100%;
    box-sizing: border-box;
}

img.fuki01 {
  height: 15px;
  width: auto;
}

img.fuki02 {
  height: auto;
  width: 24px;
}

.btn-mail { background-color: #003784;}
.btn-line { background-color: #00772D;}

.icon {
  margin-right: 6px;
  line-height: 0;
}

.btn-tel-gold {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 4px;
    background: linear-gradient(to bottom, #E8C783 0%, #BC8439 100%);
    border-radius: 10px;
    box-sizing: border-box;
    transition: opacity 0.3s;
    z-index: 1;
}

.tel-link {
    text-decoration: none;
    color: inherit;

}

.tel-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-tel-gold:hover {
    box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

a.btn-mail:hover {
    box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.15);
    transition: 0.3s;
}

a.btn-line:hover {
    box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.15);
    transition: 0.3s;
}

.btn-tel-inner {
    border: 1px solid #2E2E2E;
    border-radius: 8px;
    padding: 7px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tel-icon {
    width: 18px;
    height: auto;
}

.tel-text-group {
    display: flex;
    flex-direction: column;
    color: #2E2E2E;
    text-align: left;
}

.tel-number {
    font-size: 19px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.tel-sub {
    font-size: 10px;
    font-weight: bold;
    margin-top: 0px;
}

.trouble-section {
    padding: 30px 20px;
    background: linear-gradient(180deg, #FDE5E4 0%, #FEEEE7 100%);
    color: #2E2E2E;
}

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

.section-title {
    color: #932C33;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 0.03em;
}

.box {
    background: #fff;
    border: 2px solid #E7C6B1;
    border-radius: 15px;
    padding: 20px 15px;
    position: relative;
    box-sizing: border-box;
}

.trouble-box {
    padding-right: 20px;
    overflow: hidden;
    padding-bottom: 5px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.check-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #2E2E2E;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5px;
    width: 20px;
    height: 20px;
    background: url('../img/check.png') no-repeat center center / contain;
}

.woman-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    z-index: 1;
    opacity: 0.9;
}

.arrow-down2 {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #DCA374;
    margin: 7px auto;
}

.consult-box {
    text-align: center;
}

.consult-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #2E2E2E;
    letter-spacing: 0.03em;
}

.accent-text {
    color: #A3332A;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.consult-desc {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
}

.consult-sub-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.service-grid {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.service-item {
    flex: 1;
    background: #F4F4F4;
    border-radius: 7px;
    padding: 10px 5px 5px;
}

.service-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

.service-img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-img-wrap img {
    width: 80%;
    height: auto;
}

.reasons-section {
    background-color: #F4F6FD;
    padding: 30px 20px;
}

.section-main-title {
    text-align: center;
    color: #0F2147;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: bold;
}

.reasons-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.reason-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card-img-wrap {
    position: relative;
    width: 100%;
    height: 150px;
}

.card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1D4C80;
    color: #ffffff;
    padding: 3px 20px 5px 15px;
    border-radius: 0 12px 0 0;
    font-size: 22px;
    font-weight: bold;
}

.card-body {
    padding: 15px 15px;
}

.card-title {
    color: #1a2d5e;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.card-text {
    color: #2E2E2E;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}

.serif {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

.report-body h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}

h4.card-sub-title {
  font-size: 16px;
  color: #0F2147;
  font-weight: bold;
  background: #EEF0FA;
  padding: 3px 0 4px;
  text-align: center;
  margin-bottom: 15px;
}

.number-box {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #1D4C80;
  text-align: center;
  padding: 10px 0 12px;
  border-radius: 12px 12px 0 0;
}

.modal-box {
  display: flex;
  gap: 10px;
  padding-top: 10px;
}

.modal-box01,.modal-box02 {
  width: calc(50% - 5px);
}

.modal-box01 img , .modal-box02 img {
  width: 100%;
}

.partner-section {
    padding: 30px 0 35px;
    background: radial-gradient(circle at 50% 25%, #383E59 0%, #090C1A 100%);
    color: #fff;
    min-height: 600px;
}

.partner-inner {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
}

.partner-header {
    text-align: center;
    margin-bottom: 20px;
}

.partner-title {
    font-size: 22px;
    color: #EDC894;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
}

.partner-subtitle {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
}

.line-gradation {
  line-height: 0;
}

.line-gradation img {
    width: 100%;
    height: auto;
}

.partner-slider {
    padding-bottom: 45px !important;
}

.swiper-wrapper {
    align-items: flex-start;
}

.partner-card {
    background: #fff;
    border: 2px solid #BE7D02;
    border-radius: 12px;
    overflow: hidden;
    color: #2E2E2E;
    height: auto;
}

.card-img {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.card-img img {
    width: 100%;
    display: block;
    border-radius: 7px;
}

.card-content {
    padding: 10px 15px 15px;
}

.law-firm-name {
    color: #0F2147;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.law-firm-text {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.6;
    text-align: justify;
    margin-top: 10px;
}

.law-firm-text2 {
  margin: 0!important;
  padding: 0!important;
}

.law-firm-text span {
  font-size: 12px;
  display: block;
  padding-top: 7px;
  padding-bottom: 6px;
  line-height: 1.4;
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.35) !important;
    opacity: 1 !important;
    width: 11px!important;
    height: 11px!important;
    margin: 0 6px !important;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
}

.report-section {
    background-color: #F7F6FA;
    padding: 30px 0;
    color: #000;
}

.report-title-wrap {
    text-align: center;
    border-top: 1px solid #CCD9F8;
    border-bottom: 1px solid #CCD9F8;
    padding: 5px 0;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
}
.report-title-wrap::before,
.report-title-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #CCD9F8;
}
.report-title-wrap::before { top: 3px; }
.report-title-wrap::after { bottom: 3px; }

.report-main-title {
    font-size: 22px;
    color: #0F2147;
    background: #F7F6FA;
    display: inline-block;
    padding: 5px 20px 6px;
}

.report-catch {
    text-align: center;
    font-size: 18px;
    color: #A3332A;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}


.caution-box {
    background-color: #EEF0FA;
    border-radius: 10px;
    padding: 15px;
    margin: 0 20px 20px;
}
.caution-box p {
    font-size: 14px;
    line-height: 1.6;
}

.case-card {
    border: 1.5px solid #1D4C80;
    border-radius: 10px;
    margin: 0 20px 20px;
    padding: 15px 15px;
    background: #fff;
}

.client-info {
  padding-top: 10px;
}

.case-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.case-circle {
    width: 75px;
    height: 75px;
    background: linear-gradient(to bottom, #1D4C80, #1B2F50);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.case-circle-inner {
    width: 67px;
    height: 67px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.case-title-inner {
  margin-top: 10px;
}

.case-label { font-size: 14px; line-height: 1; }
.case-number { font-size: 26px; font-weight: bold; line-height: 1; }

.case-title {
    font-size: 18px;
    color: #0F2147;
    font-weight: bold;
}

.client-info {
    font-size: 14px;
    line-height: 1.6;
}

.step-content {
    display: flex;
    align-items: center;
}

.step-text {
    flex: 1;
    padding: 30px 0px 15px 15px;
    color: #0F2147;
    display: flex;
    align-items: center;
    gap: 12px;
}

.step-text .time {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.step-text p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    white-space: nowrap;
}

.step-img {
    width: 45%;
}
.step-img img {
    width: 100%;
    display: block;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 6.5px solid transparent;
    border-right: 6.5px solid transparent;
    border-top: 7px solid #0F2147;
    margin: 10px auto;
}

.point-box {
    border: 1px solid #CAD9EE;
    border-radius: 10px;
    margin: 40px 15px 0;
    padding: 30px 15px 20px;
    position: relative;
    background: #fff;
    text-align: center;
}

.point-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, #2A5693, #6494D5);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 25px;
    border-radius: 20px;
}

.point-list li {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.point-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5px;
    width: 20px;
    height: 20px;
    background: url('../img/check-blue.png') no-repeat center center / contain;
}

.point-footer {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.highlight2 {
    font-size: 22px;
    color: #A3332A;
}

.step-item {
    background: #fff;
    border: 1px solid #CAD9EE;
    border-radius: 7px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    min-height: 100px;
}

.step-content {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.step-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px 0px 15px 15px;
    color: #0F2147;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
}

.step-img {
    width: 187px;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.step-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.step-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #2A5693, #6494D5);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px 5px;
    border-radius: 7px 0 7px 0;
    z-index: 3;
}

.step-text .time {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}

.step-text p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.step-list {
  margin-left: 20px;
  margin-right: 20px;
  background: #fff;
  border-radius: 7px;
  border: solid 1px #CAD9EE;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 0;
}

.report-outer-frame {
    border: 1px solid #CAD9EE;
    border-radius: 10px;
    margin: 20px 20px 0;
    padding: 30px 15px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.point-blue-box {
    border: 1.5px solid #1D4C80;
    border-radius: 10px;
    padding: 15px 15px 12px;
    position: relative;
    margin-bottom: 15px;
}

.point-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, #2A5693, #6494D5);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 25px;
    border-radius: 20px;
    z-index: 2;
}

.point-title {
    font-size: 22px;
    color: #0F2147;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.point-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.point-list li {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    color: #2E2E2E;
}

.point-footer-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #2E2E2E;
    padding-top: 7px;
}

.highlight3 {
    font-size: 22px;
    color: #A3332A;
    margin: 5px 0;
}

.step06txt {
  letter-spacing: -1px;
}

.thanks-header {
    background-color: #003784;
    color: #fff;
    padding: 10px 0 12px;
    text-align: center;
}

.thanks-header h1 {
    font-size: 20px;
    font-weight: bold;
}

.thanks-main {
    flex: 1;
    padding: 60px 20px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    height: calc(100vh - 76px);
}

.message-group {
    margin-bottom: 50px;
}

.msg-primary {
    font-size: 14px;
    margin-bottom: 30px;
    color: #2E2E2E;
    line-height: 1.6;
}

.msg-secondary {
  font-size: 14px;
  line-height: 1.6;
  color: #2E2E2E;
}

.btn-wrap {
    padding: 0 10px;
}

.btn-wrap .btn-sub-inner {
  font-size: 18px!important;
  color: #fff!important;
  padding: 6px 0 8px!important;
  background: #003784!important;
  -webkit-text-stroke: none!important;
  text-shadow: none!important;
}

.btn-home:hover {
    opacity: 0.9;
}

.thanks-footer {
    background-color: #003784;
    height: 25px;
    width: 100%;
}

.campaign {
    background: radial-gradient(circle at 50% 25%, #383E59 0%, #090C1A 100%);
    z-index: 10;
}
.campaign-info img {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.offer-img img {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 768.1px) {
    .campaign .container {
        max-width: 670px;
        margin: 0 auto;
    }
    .campaign-info img {
        padding-left: 0;
        padding-right: 0;
    }
.offer-img img {
    padding-right: 0;
}
}
.campaign-info-mv img {
    width: 100%;
}

@media screen and (min-width: 768.1px) {
    .campaign-info-mv img {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
}

.banner {
  background-image: url('../img/banner_bg.png');
  padding-bottom: 35px;
  padding-top: 35px;
  background-size: 105%;
}

.banner_top {
  padding-left: 50px;
  padding-right: 50px;
}

.banner_img {
  padding-left: 20px;
  padding-right: 20px;
}

.banner-border {
  border-radius: 30px;
  border: solid 2px #EDC894;
  text-align: center;
  padding: 4px 0 5px;
  margin-bottom: 15px;
}

.banner-border span {
  font-size: 15px;
  color: #EDC894;
  font-weight: 500;
  text-align: center;
}

.banner_ttl {
  font-size: 22px;
  color: #EDC894;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.banner_txt {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  padding: 15px 0 20px;
  text-align: center;
}

.banner_img {
  padding-bottom: 30px;
}



.fee-section {
    background-color: #F4F6FD;
    padding: 35px 20px;
}

.fee-container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 1.5px solid #CAD9EE;
    border-radius: 10px;
    padding: 20px 10px 5px;
}

.fee-main-title {
    text-align: center;
    color: #0F2147;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
    font-weight: bold;
}

.plan-card {
    width: 100%;
    margin: 0 auto;
}

.plan-header {
    background-color: #214074;
    color: #fff;
    text-align: center;
    padding: 4px 0 5px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px 7px 0 0;
}

.plan-subheader {
    background-color: #E6E8F3;
    color: #214074;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.plan-price-box {
    background-color: #fff;
    padding: 10px 0px 12px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.price-text {
    color: #0F2147;
    font-size: 18px;
    font-weight: bold;
}

.price-num {
    font-size: 38px;
    margin: 0 3px;
    letter-spacing: -0.02em;
}

.fee-divider {
    border-top: 2px dashed #E6E8F3;
    margin-bottom: 15px;
    margin-top: 15px;
}

.fee-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fee-checklist li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.4;
    display: flex;
    align-items: center;
    color: #2E2E2E;
}

.fee-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('../img/check.png') no-repeat center/contain;
}

.voice-section {
    background-color: #F8EEEB;
    padding: 30px 20px 35px;
}

.voice-main-title {
    text-align: center;
    color: #2E2E2E;
    letter-spacing: 0.03em;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.voice-container {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.voice-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.voice-header {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-bottom: 20px;
}

.error {
  font-size: 14px;
  color: #EE2835;
  padding: 0;
  margin: 0;
}

.voice-avatar {
    width: 115px;
    height: 115px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

.voice-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voice-location {
    font-size: 16px;
    font-weight: 500;
    color: #2E2E2E;
    text-align: center;
}

.voice-title {
    font-size: 20px;
    font-weight: 600;
    color: #2E2E2E;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0 5px;
}

.voice-divider {
    border-top: 1px dashed #E6E8F3;
    margin-bottom: 10px;
}

.voice-text {
    font-size: 14px;
    line-height: 1.6;
    color: #2E2E2E;
    letter-spacing: 0.03em;
    text-align: justify;
    padding: 0 5px;
}

.flow-section {
    background: linear-gradient(180deg, #22181C 0%, #452B23 50%, #22181C 100%);
    padding: 30px 20px 35px;
}

.flow-main-title {
    text-align: center;
    color: #EDC894;
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: bold;
}

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

.flow-list {
    position: relative;
    padding-left: 45px;
}

.flow-line {
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 2.5px;
  background-color: #EDC894;
  z-index: 1;
  height: calc(100% - 170px);
}

.flow-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.flow-item:last-child {
  margin-bottom: 0;
}

.flow-item2 {
  margin-bottom: 20px;
}

.step-badge2 {
    position: absolute;
    width: 75px;
    height: 75px;
    background: linear-gradient(to top, #1B2F50, #1D4C80);
    border: 2px solid #EDC894;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-shrink: 0;
    margin-left: -45px;
    margin-right: 15px;
    top: -20px;
}

.step-label {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 2px;
    color: #EDC894;
}

.step-num {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #EDC894;
}

.flow-card {
    background-color: #fff;
    border: 2.5px solid #EDC894;
    border-radius: 7px;
    padding: 14px;
    flex-grow: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin-left: 15px;
}

.flow-card-title {
    font-size: 18px;
    color: #2E2E2E;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.flow-divider {
    border-top: 1px dashed #EDC894;
    margin-bottom: 10px;
}

.flow-card-text {
    font-size: 14px;
    line-height: 1.6;
    color: #2E2E2E;
    letter-spacing: 0.02em;
}

.flow-note-box {
    background-color: #FFF1DD;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 40px 0px;
    position: relative;
    z-index: 2;
    margin-left: 15px;
}

.flow-note-box p {
    font-size: 14px;
    font-weight: 400;
    color: #2E2E2E;
    letter-spacing: 0.03em;
    line-height: 1.5;
}

.faq-main-title {
    text-align: center;
    color: #0F2147;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.accordion {
  margin: 0 auto;
  max-width: 940px;
  color: #2E2E2E;
}

.section-faq-qa {
  background: #F4F6FD;
  padding: 30px 20px 35px;
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-title {
  position: relative;
  font-weight: bold;
  color: #1D4C80;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 20px 40px 18px 46px;
  border-radius: 10px;
}

.section-faq-qa .accordion .accordion-container .accordion-item {
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-title::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #1D4C80;
  border-radius: 50px;
  line-height: 25px;
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-title .open-close-btn {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background-color: transparent;
  transition: transform 0.5s;
  display: block;
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-content {
  display: none;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-content p {
  position: relative;
  font-size: 14px;
  margin: 0;
  text-align: left;
  padding: 20px 35px 22px 46px;
  line-height: 1.6;
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-content p::before {
  content: "A";
  position: absolute;
  font-weight: bold;
  top: 32px;
  left: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #1D4C80;
  border-radius: 50px;
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-title .open-close-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #1D4C80 transparent transparent transparent;
  transition: all 0.5s ease;
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-title .open-close-btn::after {
  display: none;
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-title.open {
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  color: #1D4C80;
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-title.open .open-close-btn::before {
  opacity: 0;
  transition: all 0.2s 0s ease;
}.section-faq-qa .accordion .accordion-container .accordion-item .accordion-title.open .open-close-btn::before {
  opacity: 0;
  transition: all 0.2s 0s ease;
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-title.open .open-close-btn::after {
  content: "";
  transform: translate(50%, -50%) rotate(180deg);
  transition: all 0.2s 0s ease;
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-content::before {
  content: "";
  display: block;
  border-top: 1px dashed #9F9F9F;
  margin: 0 35px 0 46px;
}

@media screen and (max-width: 768px) {
  .section-faq-qa .accordion .accordion-container .accordion-item .accordion-title .open-close-btn {
    right: 10px;
  }
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-title.open .open-close-btn {
  transform: translateY(-50%) rotate(180deg);
}

.section-faq-qa .accordion .accordion-container .accordion-item .accordion-title.open .open-close-btn::before,
.section-faq-qa .accordion .accordion-container .accordion-item .accordion-title.open .open-close-btn::after {
  opacity: 1;
}

.contact-section {
    background-color: #fff;
    padding: 30px 20px 60px;
}

.contact-inner {
    max-width: 500px;
    margin: 0 auto;
}

.contact-heading {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2E2E2E;
}

.contact-lead {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: left;
    color: #2E2E2E;
    letter-spacing: 0.03em;
}

.form-list {
    margin-bottom: 20px;
}

.form-item {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #2E2E2E;
}

.badge {
    font-size: 14px;
    padding: 2px 8px 3px;
    border-radius: 3px;
    letter-spacing: 0.03em;
    color: #fff;
    margin-right: 10px;
}
.badge-required { background-color: #EE2835; }
.badge-optional { background-color: #999999; }

.form-input input[type="text"],
.form-input input[type="tel"],
.form-input input[type="email"],
.form-input select,
.form-input textarea {
    width: 100%;
    background-color: #F3F3F3;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    appearance: none;
}

.form-input textarea {
    height: 150px;
    resize: none;
    font-size: 15px;
    line-height: 1.6;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #2E2E2E;
    font-weight: 400;
    cursor: pointer;
}

.radio-label input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.select-wrap {
    position: relative;
}
.select-wrap::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2E2E2E;
    pointer-events: none;
}

.privacy-policy {
    margin-bottom: 30px;
}

.privacy-box {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
  color: #2E2E2E;
  height: 250px;
  overflow-y: scroll;
}

.privacy-box-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.privacy-box-text {
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
    text-align: left;
}

.privacy-strong {
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.03em;
}

.privacy-text {
  font-weight: bold;
  display: block;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.03em;
}

.privacy-sign {
  font-size: 14px;
  text-align: right;
}

.privacy-text span {
  font-weight: 400;
}

.privacy-textmb {
  margin-bottom: 15px;
}

.privacy-agree {
    text-align: center;
    margin-top: 20px;
}

.checkbox-label {
    font-size: 16px;
    font-weight: bold;
    color: #2E2E2E;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.form-submit {
    text-align: center;
}

.btn-gold-submit {
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 4px;
  background: linear-gradient(to bottom, #E8C783 0%, #BC8439 100%);
  border-radius: 10px;
  box-sizing: border-box;
  transition: opacity 0.3s;
  border: none;
  font-size: 19px;
  font-weight: bold;
  height: 50px;
}

.btn-gold-submit .btn-tel-inner {
  padding: 6px 0;
}

.btn-gold-submit:hover {
    opacity: 0.9;
}

.footer {
    background: radial-gradient(circle at 15% 15%, #383E59 0%, #090C1A 100%);
    color: #fff;
    padding: 30px 35px 20px;
}

.footer-inner {
    max-width: 500px;
    margin: 0 auto;
}

.footer-company {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.footer-address {
    display: flex;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.footer-tel {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding-top: 2px;
    margin-bottom: 60px;
}

.footer-copyright {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none!important;
  }
}

@media screen and (min-width: 768.1px) {
  .pc_none {
    display: none!important;
  }

  .tel-text-group a {
      font-size: 10px;
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: 0.02em;
      color: #2E2E2E;
      text-decoration:none;
  }

  span.number {
    font-size: 19px;
  }

  .case-card {
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .client-info {
    font-size: 16px;
  }

  .case-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .check-list li {
    width: 200px;
  }

  .check-list li:last-child {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768.1px) {

    .fv-container {
        max-width: 100% !important;
        width: 100%;
        overflow: visible;
        background-image: radial-gradient(circle at 50% 50%, #383e59 0%, #090c1a 90%);
        padding-bottom: 80px;
    }

    .header {
        height: 65px;
        position: fixed;
        width: 100%;
        top: 0;
        pointer-events: none;
        z-index: 100;
    }

    .header-inner {
        width: 100%;
        max-width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        pointer-events: auto;
    }

    .btn-row {
      margin: 0;
    }

    .btn-mail, .btn-line, .btn-tel-gold {
      width: 225px;
    }

    .cta-area2 .btn-mail, .cta-area2 .btn-line,.cta-area2 .btn-tel-gold {
        width: 250px;
    }

    .cta-area-pc .btn-mail, .cta-area-pc .btn-line, .cta-area-pc .btn-tel-gold {
      width: calc(576px/3);
      height: 50px;
    }

    .btn-tel-inner {
      height: 100%;
    }

    .main-visual {
      width: 100%;
      max-width: 1080px;
      margin: 0 auto;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between;
      position: relative;
      min-height: 600px;
      padding-top: 40px;
      margin-top: 30px;
    }

    .person-wrapper {
        position: relative;
        width: 60%;
        right: auto;
        bottom: auto;
        z-index: 1;
    }

    .content-inner {
        width: 43%;
        text-align: left;
        padding-left: 0px;
        z-index: 2;
    }

    .tagline-text-gradient {
      font-size: 32px;
      font-weight: 500;
    }
    .sub-copy {
      font-size: 32px;
      margin-top: 15px;
      margin-bottom :10px;
      font-weight: 500;
      white-space: nowrap;
    }

    .fvpd {
      padding-left: 10%;
      padding-right: 0;
    }
    .main-copy {
      font-size: 52px;
      line-height: 1.2;
      margin-bottom: 20px;
      white-space: nowrap;
    }
    .kansai {
      font-size: 54px;
    }
    .highlight {
      font-size: 68px;
    }
    .small-text {
      font-size: 40px;
    }
    .tagline-inner-bg {
      width: 560px;
      padding: 10px 0 11px;
    }

    .tagline-text-gradient {
      padding-left: 16%;
      font-weight: 500;
    }

    .stats-container {
        width: 80%;
        margin-top: 30px;
    }

    .cta-area {
        width: 100%;
        max-width: 1200px;
        display: flex;
        align-items: center;
        gap: 20px;
        z-index: 10;
        justify-content: flex-end;
    }

    .cta-area-pc {
        width: 576px;
        justify-content: flex-start;
        gap: 0;
        margin: 0;
        padding: 0;
    }

    .btn-sub-inner {
      padding: 10px 5px 12px;
      font-size: 19px!important;
    }

    img.fuki01 {
      height: 16px;
    }

    .header .tel-text-group {
      line-height: 1.4;
    }

    img.fuki02 {
      height: 22px;
    }

    .logo {
      height: 40px;
    }

}

.footer-tel a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.privacy-sign a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.btn-gold-submit {
  color: #2E2E2E!important;
}

.footer-address {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .btn-gold-submit .btn-tel-inner {
    padding: 8.5px 0;
  }

  .tagline-inner-bg {
    border-radius: 0 50px 50px 0;
  }

  .tagline-gold-border {
    padding-left: 0;
  }

  .main-copy .highlight {
    letter-spacing: -2px;
  }

  .footer {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 768.1px) {

    .tagline-gold-border {
        border-radius: 50px;
    }

    .trouble-section,
    .reasons-section {
        padding: 60px 0 80px;
    }

    .trouble-section .container {
        max-width: 900px;
        margin: 0 auto;
    }

    .trouble-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 40px;
      padding: 30px 0 0 50px;
      box-sizing: border-box;
    }

    .check-list {
      width: 60%;
    }

    .check-list li {
      font-size: 22px;
      white-space: nowrap;
      margin-bottom: 20px;
      padding-left: 35px;
    }

    .check-list li:last-child {
      margin-bottom: 30px;
    }

    .woman-img {
      width: 100%;
      max-width: 450px;
      opacity: 1;
    }

    .check-list li::before {
      width: 22px;
      top: 4px;
      height: 22px;
    }

    .fv-container {
      padding-bottom: 0;
    }

    .arrow-down2 {
      display: block;
      margin: 20px auto;
    }

    .arrow-down {
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 10px solid #0F2147;
    }

    .step-badge {
      padding-left: 20px;
      padding-right: 20px;
    }

    .stats-container-fv {
      padding-bottom: 30px;
    }

    .consult-box {
      padding: 30px;
      margin-top: 0;
    }

    .consult-desc {
      font-size: 16px;
      text-align: left;
      margin-bottom: 20px;
    }

    .service-grid {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 20px;
    }

    .service-item {
        width: calc(33.3% - 20px);
        max-width: 280px;
        padding: 20px;
        border-radius: 7px;
    }

    .service-name {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .section-title {
      font-size: 34px;
      margin-bottom: 40px;
      padding: 0;
    }

    .arrow-down2 {
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 32px solid #DCA374;
    }

    .consult-title {
      font-size: 26px;
    }

    .accent-text {
      font-size: 26px;
    }

    .consult-sub-title {
      font-size: 26px;
    }

    .service-img-wrap {
      width: 155px;
      margin: 0 auto;
    }

    .service-img-wrap img {
      width: 155px;
    }

    .container {
      max-width: 1080px;
    }

    .reasons-list {
      display: flex;
      flex-direction: initial;
      gap: 40px 30px;
      flex-wrap: wrap;
      margin-bottom: 40px;
      justify-content: center;
    }

    .reason-card {
      width: calc((100% - 60px) / 3);
    }

    .reason-card-pc {
      width: 100%;
    }

    .error {
      font-size: 16px;
      color: #EE2835;
      padding: 0;
      padding-top: 5px;
      margin: 0;
    }

    .report-body h3 {
      font-size: 30px;
      margin-bottom: 20px;
    }

    h4.card-sub-title {
      font-size: 22px;
      margin-bottom: 30px;
    }

    .number-box {
      font-size: 22px;
    }

    .card-body {
      padding: 15px 25px;
    }

    .reason-card-pc .card-body {
      padding: 30px 90px;
    }

    .card-img-wrap img {
      height: 180px;
    }

    .card-text {
      font-size: 16px;
    }

    .section-main-title {
      margin-bottom: 50px;
      font-size: 34px;
    }

    .partner-inner {
      max-width: 900px;
      padding: 0;
    }

    .partner-card {
      display: flex;
      padding: 30px;
    }

    .card-img {
      min-width: 400px;
      padding: 0;
    }

    .card-content {
      padding: 0;
      padding-left: 40px;
    }

    .card-img img {
      width: 100%;
    }

    .law-firm-name {
      padding-top: 10px;
      font-size: 24px;
    }

    .law-firm-text {
      font-size: 16px;
      margin-top: 20px;
    }

    .law-firm-text span {
      font-size: 14px;
    }

    .line-gradation img {
      height: 3px;
    }

    .partner-title {
      font-size: 34px;
      margin-bottom: 20px;
    }

    .partner-subtitle {
      font-size: 20px;
      margin-bottom: 20px;
    }

    .partner-header {
      margin-bottom: 40px;
    }

    .partner-section {
      padding: 60px 0 80px;
    }
}

@media screen and (min-width: 768.1px) {

    .report-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .step-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px 0;
    }

    .step-item {
      width: 100%;
      margin: 0 auto;
      border-radius: 10px!important;
      overflow: visible;
      height: 160px;
    }

    .step-item:nth-child(4n)::after,
    .step-item:last-child::after {
      display: none;
    }

    .step-list .step-item:nth-of-type(2n)::after {
        display: none;
    }

    .report-section {
      padding: 60px 0 80px;
    }

    .report-title-wrap {
      max-width: 900px;
      margin: 0 auto;
    }

    .report-main-title {
      font-size: 34px;
    }

    .report-catch {
      font-size: 26px;
      margin-top: 20px;
    }

    .caution-box p {
      font-size: 16px;
    }

    .caution-box {
      background-color: #F7F6FA;
      border-radius: 0px;
      padding: 0;
      margin: 0 0px 40px;
    }

    .step-list {
      margin-left: 0;
      margin-right: 0;
      max-width: 730px;
      margin: 0 auto;
    }

    .step-img {
      width: auto;
      height: 157.72px;
    }

    .step-text .time {
      font-size: 22px;
    }

    .step-text p {
      font-size: 22px;
    }

    .step-text {
      gap: 20px;
      height: 160px;
      border-radius: 7px;
    }

    .step-badge {
      font-size: 18px;
    }

    .step-list {
      background: none;
      border-radius: 0px;
      border: none;
      box-shadow: none;
      padding: 0;
    }

    .report-outer-frame {
      margin-top: 40px;
      margin-left: 0;
      margin-right: 0;
    }

    .point-badge {
      font-size: 20px;
    }

    .point-title {
      font-size: 34px;
    }

    .point-blue-box {
      margin: 0 auto;
      padding-top: 20px;
      margin-bottom: 20px;
      width: 70%;
    }

    .report-outer-frame {
      padding: 30px 30px 40px;
    }

    .point-list li {
      font-size: 22px;
      margin-bottom: 20px;
      padding-left: 50px;
    }

    .point-list li::before {
      height: 32px;
      width: 32px;
    }

    .point-footer-text {
      font-size: 26px;
    }

    .highlight3 {
      font-size: 34px;
    }

    .header {
      z-index: 100;
    }

    .banner {
      padding-top: 50px;
      padding-bottom: 60px;
      background-image: url('../img/banner_bg_pc.png');
      background-size: 112%;
    }

    .banner-border {
      width: 512px;
      margin: 0 auto;
    }

    .banner-border span {
      font-size: 26px;
    }

    .banner_ttl {
      padding-top: 30px;
      font-size: 34px;
    }

    .banner_txt {
      font-size: 22px;
      padding: 20px 0 30px;
      line-height: 1.6;
    }

    .banner_img {
      width: 512px;
      margin: 0 auto;
      padding: 0;
    }

    .stats-container {
        width: 100%;
        margin-top: 0px;
    }

    .cta-area2 {
      justify-content: center;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 30px;
    }

    .btn-row {
      gap: 12px;
    }

    .fee-container {
      max-width: 900px;
    }

    .fee-main-title {
      font-size: 34px;
      margin-bottom: 30px;
    }

    .plan-header {
      font-size: 22px;
    }

    .plan-subheader {
      font-size: 20px;
    }

    .plan-card {
      max-width: 840px;
      margin: 0 auto;
    }

    .fee-container {
      padding: 30px 0;
    }

    .price-text {
      font-size: 22px;
    }

    .price-num {
      font-size: 52px;
    }

    .fee-checklist li {
      font-size: 22px;
      margin-bottom: 20px;
    }

    .fee-checklist li::before {
      width: 32px;
      height: 32px;
    }

    .fee-checklist li {
      padding-left: 50px;
    }

    .fee-section {
      padding: 60px 0 80px;
    }

    .voice-main-title {
      font-size: 34px;
      margin-bottom: 60px;
    }

    .voice-section {
      padding: 60px 0 80px;
    }

    .voice-container {
      max-width: 1080px;
      flex-direction:row;
      gap: 30px;
    }

    .voice-card {
      width: calc(100% / 3);
      padding: 20px;
    }

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

    .voice-title {
      font-size: 22px;
    }

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

    .flow-section {
      padding: 60px 0 80px;
    }

    .flow-main-title {
      font-size: 34px;
      margin-bottom: 60px;
      font-weight: bold;
    }

    .flow-container {
      max-width: 900px;
    }

    .flow-card {
      margin-left: 0;
      padding: 15px 20px;
    }

    .flow-list {
      padding-left: 170px;
    }

    .step-badge2 {
      margin-left: -170px;
      width: 100px;
      height: 100px;
      top: 0;
    }

    .step-label {
      font-size: 18px;
    }

    .step-num {
      font-size: 33px;
    }

    .flow-line {
        position: absolute;
        left: 48px;
        top: 0;
        bottom: 0;
        width: 2.5px;
        background-color: #EDC894;
        z-index: 1;
        height: calc(100% - 100px);
    }

    .flow-card-title {
      padding-left: 0;
    }

    .flow-card-text {
      font-size: 16px;
    }

    .flow-note-box {
      margin-left: 0;
      font-size: 16px;
      padding: 15px 20px;
    }

    .flow-note-box p {
      font-size: 16px;
    }

    .accordion {
      max-width: 900px;
    }

    .contact-inner {
      max-width: 840px;
    }

    .section-faq-qa {
      padding: 60px 0 80px;
    }

    .faq-main-title {
      font-size: 34px;
      margin-bottom: 60px;
    }

    .form-item {
      display: flex;
      margin-bottom: 30px;
    }

    .form-label {
      display: block;
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 0px;
      display: flex;
      align-items: center;
      min-width: 240px;
    }

    .form-label-textarea {
      align-items: flex-start;
    }

    .radio-group {
      flex-direction: row;
    }

    .form-input {
      width: 100%;
    }

    .form-item-radio {
      margin-bottom: 40px;
    }

    .select-wrap select {
      width: 330px;
    }

    .select-wrap::after {
      right: 285px;
    }

    .contact-section {
      padding: 60px 0 80px;
    }

    .contact-heading {
      font-size: 34px;
      margin-bottom: 40px;
    }

    .contact-lead {
      font-size: 16px;
    }

    .radio-label {
      font-size: 16px;
    }

    .radio-group {
      gap: 30px;
    }

    .privacy-text {
      font-size: 14px;
      line-height: 1.6;
    }

    .privacy-box {
      padding: 20px;
    }

    .privacy-sign {
      font-size: 14px;
      text-align: right;
    }

    .privacy-text span {
      font-weight: 400;
    }

    .btn-gold-submit {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      padding: 4px;
      background: linear-gradient(to bottom, #E8C783 0%, #BC8439 100%);
      border-radius: 10px;
      box-sizing: border-box;
      transition: opacity 0.3s;
      border: none;
      font-size: 22px;
      font-weight: bold;
      height: 60px;
    }

    .footer {
      padding: 40px 0px 20px;
    }

    .footer-inner {
        max-width: 1080px;
        margin: 0 auto;
    }

    .address-text {
      display: flex;
    }

    .footer-company {
      font-size: 16px;
    }

    .footer-address {
      font-size: 16px;
    }

    .footer-tel {
      font-size: 16px;
    }

    .footer-copyright {
      font-size: 12px;
    }

    .section-faq-qa .accordion .accordion-container .accordion-item .accordion-title::before {
      font-size: 18px;
      width: 32px;
      height: 32px;
    }

    .section-faq-qa .accordion .accordion-container .accordion-item .accordion-content p::before {
      font-size: 18px;
      width: 32px;
      height: 32px;
    }

    .section-faq-qa .accordion .accordion-container .accordion-item .accordion-title {
      padding-left: 60px;
      font-size: 18px;
    }

    .section-faq-qa .accordion .accordion-container .accordion-item .accordion-content p {
        position: relative;
        font-size: 16px;
        margin: 0;
        text-align: left;
        padding: 20px 35px 22px 60px;
        line-height: 1.6;
    }

    .step-item:nth-child(even of .step-item)::after {
      display: none;
    }

    .reason-card {
      background-size: 20px 20px;
    }

    .reason-card-pc {
      background-image: none;
    }

    .modal-box {
        width: 90%;
        margin: 0 auto;
    }

    .voice-title {
      font-weight: 500;
    }

    .fv-container .stats-container img {
      min-width: 480px;
    }

    .card-img-wrap {
      height: 180px;
    }

    .point-badge {
      top: -18px;
    }

    .thanks-wrap {
      margin: 0 auto;
      text-align: center;
    }

    .thanks-wrap a {
      margin: 0 auto;
      text-align: center;
      width: 100%;
    }

}

.modal-box img {
    cursor: pointer;
    transition: opacity 0.3s;
}
.modal-box img:hover {
    opacity: 0.8;
}

.modal-content {
    position: relative;
    display: inline-block;
    margin: auto;
}

.modal-image {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
}

.modal-close-btn:hover {
    background-color: #0F2147;
}

.modal-overlay.active {
    display: flex !important;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(238, 240, 250, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: hidden;
    padding: 40px 20px 60px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    position: relative;
    width: fit-content;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    max-width: 100%;
}

.modal-body {
    width: 100%;
}

.modal-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.modal-close-btn {
    position: absolute;
    top: -15px;
    right: -55px;
    z-index: 10001;
    width: 45px;
    height: 45px;
    background-color: #1D4C80;
    color: #fff;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .modal-close-btn {
        top: -15px;
        right: -15px;
        width: 36px;
        height: 36px;
        font-size: 24px;
        line-height: 34px;
    }

    .modal-overlay {
      overflow-y: hidden;
    }

    .cta-area-sp {
      opacity: 0;
      visibility: hidden;
      transform: translateY(20px);
      transition: all 0.6s ease;
      position: fixed;
      position: fixed;
      bottom: 10px;
      width: 100%;
    }

    .cta-area-sp.is-show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .cta-area-sp .btn-row {
      margin-top: 10px;
    }

}

@media screen and (max-width: 768px) {
    .modal-close-btn {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 28px;
        line-height: 38px;
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    .modal-overlay {
        padding: 70px 20px 40px;
    }
    .modal-close-btn {
        width: 36px;
        height: 36px;
        font-size: 24px;
        line-height: 34px;
        top: -45px;
        right: 0;
    }

    .modal-content {
      padding-top: 0;
    }
}

.confirm-header {
    background-color: #003784;
    padding: 25px 0;
    text-align: center;
    color: #fff;
}

.confirm-header h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.confirm-main {
    flex: 1;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 60px 0px 80px;
}

.confirm-lead {
    text-align: left;
    margin-bottom: 40px;
    font-size: 16px;
    color: #333;
}

.confirm-list {
    margin-bottom: 40px;
}
.confirm-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.confirm-item:last-child {
    border-bottom: none;
}
.confirm-label {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.confirm-value {
    font-size: 16px;
    color: #333;
    margin-left: 0;
    line-height: 1.6;
    word-break: break-all;
}

.confirm-note {
    font-size: 14px;
    color: #2E2E2E;
    margin-bottom: 60px;
}

.confirm-btn-area {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.btn-confirm {
    width: 100%;
    max-width: 400px;
    padding: 4px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: opacity 0.3s;
}

.btn-confirm:hover {
    opacity: 0.9;
}


.btn-back {
    background: #AFAFAF;
    color: #333;
    border: 1px solid #999;
}

.btn-submit {
    background: linear-gradient(to bottom, #E8C783 0%, #BC8439 100%);
    color: #333;
    border: 1px solid #8B6220;
}

.confirm-footer {
    background-color: #003784;
    height: 25px;
    width: 100%;
}

.thanks-header h1 {
    font-family: "Noto Sans JP", serif!important;
}

.message-group p {
    font-family: "Noto Sans JP", serif!important;
}

.btn-wrap .btn-sub-inner {
    font-family: "Noto Sans JP", serif!important;
}

@media screen and (max-width: 768px) {
    .confirm-btn-area {
      flex-direction: column-reverse;
      align-items: center;
      gap: 20px;
    }
    .btn-confirm {
      max-width: 100%;
    }

    .confirm-main {
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
    }

    .confirm-header h1 {
      font-size: 20px;
    }

    .content-inner {
      padding-top: 10px;
    }

    .flow-main-title {
      font-weight: 600;
    }

    .confirm-value a[href^="tel"] {
        color: inherit;
        text-decoration: none;
    }

    .tel-text-group a {
        font-size: 10px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: 0.02em;
        color: #2E2E2E;
        text-decoration:none;
    }

    span.number {
      font-size: 19px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {

    .radio-label {
      font-size: 14px;
    }

    .container {
      padding-left: 20px;
      padding-right: 20px;
    }

    .voice-container {
      padding-left: 20px;
      padding-right: 20px;
    }

    .footer-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .partner-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .report-title-wrap {
      margin-left: 20px;
      margin-right: 20px;
    }

    .caution-box {
      padding-left: 20px;
      padding-right: 20px;
    }

    .report-container {
      padding-left: 20px;
      padding-right: 20px;
    }

    .cta-area2 {
      padding-left: 20px;
      padding-right: 20px;
    }

    .flow-container {
      padding-left: 20px;
      padding-right: 20px;
    }

    .accordion {
      padding-left: 20px;
      padding-right: 20px;
    }

    .contact-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .btn-mail, .btn-line, .btn-tel-gold {
      width: 180px;
    }

    .cta-area-pc {
      width: 500px;
    }

    .cta-area-pc .btn-mail, .cta-area-pc .btn-line, .cta-area-pc .btn-tel-gold {
      width: calc(500px / 3);
    }

    span.number {
        font-size: 17px;
    }

    .btn-sub-inner {
      font-size: 17px!important;
    }

    .cta-area-pc {
      padding-left: 20px;
    }

    .tel-icon {
        width: 16px;
        height: auto;
    }

    .btn-content {
        display: flex;
        align-items: center;
        gap: 8px;
    }
}

@media screen and (min-width: 445px) and (max-width: 570px) {
  .person-wrapper {
    width: 65%;
  }

  .stats-container img {
    width: 60%;
  }

  .banner {
    background-size: 100%;
  }
}

@media screen and (min-width: 570.1px) and (max-width: 680px) {
  .person-wrapper {
    width: 55%;
  }

  .stats-container img {
    width: 60%;
  }
}

@media screen and (min-width: 680.1px) and (max-width: 768px) {
  .person-wrapper {
    width: 48%;
  }

  .stats-container img {
    width: 55%;
  }

  .cta-area .btn-row {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 15px;
  }

  .banner .banner_img .stats-container {
    text-align: center;
  }
}

@media screen and (min-width: 768.1px) {
    .header { pointer-events: none; }
    .header-inner { pointer-events: auto; }
/*    .tel-link::after {
        display: none !important;
    }*/
}