.miraiz-slide-menu__nav li.active a{
    color: #003A77;
}
.miraiz-slide-menu__nav li.active::before{
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #003A77;
}
.miraiz-slide-menu__nav li{
    position: relative;
}
.miraiz-company-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}
.miraiz-company-banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.miraiz-company-banner-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 74px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 0.2em;
}
.miraiz-company-banner-sub {
    font-size: 53px;
    font-family: 'Shippori Mincho', serif;
}
@media (max-width: 600px) {
    .miraiz-company-banner { height: 200px; }
    .miraiz-company-banner-title { font-size: 2em; }
    .miraiz-company-banner-sub { font-size: 1.2em; }
}

/* Header Title Section */
.miraiz-header-title-section {
    width: 100%;
    background: #f4f8fb;
    padding: 0 0 24px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 95px 0px;
}
.miraiz-header-title-bg {
    font-size: 109px;
    color: #d2e2f3;
    font-family: 'Shippori Mincho', serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
    z-index: 1;
    user-select: none;
    pointer-events: none;
    opacity: 0.7;
}
.miraiz-header-title-main {
    font-size: 58px;
    color: #003A77;
    font-family: 'Shippori Mincho', serif;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin-bottom: 0.2em;
}
@media (max-width: 600px) {
    .miraiz-header-title-bg { font-size: 32px; top: 10px; }
    .miraiz-header-title-main { font-size: 22px; }
}

/* Representative Section */
.miraiz-representative-section {
    background: #f4f8fb;
    padding: 0 0 40px 0;
    margin-bottom: 40px;
}
.miraiz-representative-inner {
    max-width: 1386px;
    margin: 0 auto;
    display: flex;
    gap: 48px;
    align-items: flex-start;
    padding: 0 16px;
}
.miraiz-representative-photo {
    flex: 0 0 448px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}
.miraiz-representative-photo img {
    width: 448px;
    height: 576px;
    display: block;
    clip-path: polygon(30% 0, 100% 0, 100% 90%, 0 125%, 0 10%);
}
.miraiz-representative-content {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.miraiz-representative-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #111;
    text-align: center;
    position: relative;
    display: block;
    align-self: center;
}
.miraiz-representative-title::after {
    content: '';
    display: block;
    margin: 8px auto 0 auto;
    width: 80px;
    height: 3px;
    background: #003A77;
    border-radius: 2px;
}
.miraiz-representative-greeting {
    font-size: 42px;
    color: #003A77;
    font-weight: bold;
    margin-bottom: 12px;
}
.miraiz-representative-message {
    font-size: 24px;
    color: #222;
    margin-bottom: 18px;
    line-height: 1.8;
}
.miraiz-representative-name {
    text-align: right !important;
    width: 100% !important;
    font-size: 24px;
    margin-top: 24px;
}
.miraiz-representative-name b {
    font-size: 32px;
    font-weight: bold;
    margin-left: 8px;
}
.miraiz-representative-table {
    display: flex;
    gap: 32px;
    margin: 40px auto 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 24px 32px;
    font-size: 24px;
    max-width: 1386px;
}
.miraiz-representative-table-col {
    flex: 1 1 0%;
}
.miraiz-representative-table-title {
    color: #003A77;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 3px dashed #003A77;
    margin-bottom: 12px;
}
@media (max-width: 900px) {
   
}

/* Company Info Section */
.miraiz-companyinfo-section {
    max-width: 1386px;
    margin: 60px auto 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 40px 0px;
}
.miraiz-companyinfo-title {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 32px;
    position: relative;
    color: #111;
    letter-spacing: 0.05em;
}
.miraiz-companyinfo-title::after {
    content: '';
    display: block;
    margin: 10px auto 0 auto;
    width: 80px;
    height: 3px;
    background: #003A77;
    border-radius: 2px;
}
.miraiz-companyinfo-img {
    width: 100%;
    margin: 0 auto 32px auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}
.miraiz-companyinfo-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 16px;
    font-size: 24px;
    background: #fff;
    border-radius: 12px;
    border-top: 4px solid #003A77;
    box-shadow: 0 10px 12px rgba(0,0,0,0.06);
    overflow: hidden;
}
.miraiz-companyinfo-table th, .miraiz-companyinfo-table td {
    padding: 18px 70px;
    text-align: left;
    border-bottom: none;
}
.miraiz-companyinfo-table tr:not(:last-child) td, .miraiz-companyinfo-table tr:not(:last-child) th {
    border-bottom: none;
    position: relative;
}
.miraiz-companyinfo-table tr:not(:last-child) td::after,
.miraiz-companyinfo-table tr:not(:last-child) th::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #406b99;
    border-radius: 1px;
}

.miraiz-companyinfo-table tr:not(:last-child) td::after{
    width: 98%;
}

.miraiz-companyinfo-table tr:not(:last-child) th::after{
    left: 20px;
}

.miraiz-companyinfo-table tr:last-child th, .miraiz-companyinfo-table tr:last-child td {
    border-bottom: none;
}
.miraiz-companyinfo-table th {
    color: #003A77;
    font-size: 32px;
    font-weight: bold;
    width: 180px;
    white-space: nowrap;
    text-align: center;
}

.miraiz-companyinfo-table-dot{
    color: #006CDD;
}

/* Office Info Section */
.miraiz-office-section-bg {
    width: 100%;
    background: #EEF4F8;
    padding: 0;
}
.miraiz-office-section {
    max-width: 1386px;
    margin: 0 auto;
    display: block;
    background: transparent;
    padding: 60px 0 40px 0;
    border-radius: 12px;
    position: relative;
    box-sizing: border-box;
}
.miraiz-office-block {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 48px;
}
.miraiz-office-block:last-child { margin-bottom: 0; }

.miraiz-office-main-title {
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #111;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 36px;
    position: relative;
    letter-spacing: 0.05em;
}
.miraiz-office-main-title::after {
    content: '';
    display: block;
    margin: 10px auto 0 auto;
    width: 80px;
    height: 3px;
    background: #003A77;
    border-radius: 2px;
}
.miraiz-office-info-box {
    max-width: 682px;
    flex: 1 1 0%;
}
.miraiz-office-title {
    font-size: 37px;
    font-weight: bold;
    color: #003A77;
    border-left: 5px solid #003A77;
    padding-left: 16px;
    margin-bottom: 24px;
    background: none;
}
.miraiz-office-table {
    padding: 8px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 18px;
    margin-bottom: 18px;
}
.miraiz-office-table th {
    color: #003A77;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    padding: 12px 0 12px 0;
    width: 165px;
    white-space: nowrap;
    border-bottom: 1px solid #e3eaf3;
    text-align: center;
}
.miraiz-office-table td {
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #e3eaf3;
    font-size: 20px;
}
.miraiz-office-table tr:last-child th, .miraiz-office-table tr:last-child td {
    border-bottom: none;
}
.miraiz-office-map {
    width: 100%;
    border-radius: 8px;
    margin-top: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.miraiz-office-img-wrap {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    min-height: 320px;
    position: relative;
}
.miraiz-office-img {
    width: 100%;
    max-width: 612px;
    border-radius: 8px;
    display: block;
}
.miraiz-office-img-inner-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.miraiz-service-block {
    background: #EEF4F8;
    border-radius: 12px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin: 60px auto 80px auto;
    max-width: 1386px;
    padding: 40px 32px;
}
.miraiz-service-block.reverse {
    flex-direction: row-reverse;
}
.miraiz-service-block-img-wrap {
    flex: 0 0 661px;
    min-width: 280px;
    max-width: 661px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.miraiz-service-block-img {
    width: 100%;
    border-radius: 8px;
    display: block;
}
.miraiz-service-block-img-inner-border {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 3px solid #fff;
    border-radius: 8px;
    pointer-events: none;
    z-index: 2;
}
.miraiz-service-block-content {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 12px;
}
.miraiz-service-block-title {
    max-width: 1386px;
    width: 100%;
    margin: auto;
    font-size: 36px;
    font-weight: bold;
    color: black;
    border-left: 5px solid #003A77;
    padding-left: 16px;
    margin-bottom: 24px;
    margin-top: 60px;
    background: none;
}

.miraiz-service-block-wrap{
    padding: 50px 0px 10px;
    background: #EEF4F8;
}

.miraiz-service-block.reverse{
    background: #fff;
}
.miraiz-service-block-title:first-of-type { margin-top: 0; }
.miraiz-service-block-desc {
    font-size: 28px;
    color: #222;
    line-height: 1.8;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
}
.miraiz-header-root {
    width: 100%;
    min-width: 320px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.miraiz-header-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    padding-bottom: 10px;
}
.miraiz-header__logo {
    display: flex;
    align-items: center;
    padding-left: 40px;
    flex: 0 0 auto;
}
.miraiz-header__logo img {
    height: 60px;
    margin-right: 8px;
}
.miraiz-header__logo-text {
    font-size: 1.6em;
    font-weight: bold;
    color: #444;
    line-height: 1.1;
}
.miraiz-header__center {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}
.miraiz-header__nav-list {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #444;
    font-weight: 400;
}
.miraiz-header__nav-list li {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.miraiz-header__nav-list li:not(:last-child)::after {
    content: '|';
    color: #444;
    margin: 0 10px;
    font-weight: normal;
}
.miraiz-header__nav-list li a {
    text-decoration: none;
    padding: 8px 0;
    display: inline-block;
    font-weight: 700;
    color: #222;
    transition: color 0.2s;
    font-size: 21px;
}

.miraiz-header__nav-list li.active a {
    color: #003A77;
}

.miraiz-header__right {
    display: flex;
    align-items: stretch;
    flex: 0 0 auto;
    margin-right: 0;
}
.miraiz-header__contact-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background: #fff;
    padding: 6px 16px 6px 16px;
    border-right: none;
    border-radius: 0;
    min-width: 170px;
    border-bottom: none;
}
.miraiz-header__phone-row {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.1em;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}
.miraiz-header__phone-icon {
    font-size: 16px;
    margin-right: 4px;
    color: #003A77;
    margin-right: 10px;
}
.miraiz-header__phone-link {
    color: #003A77;
    text-decoration: none;
    font-weight: bold;
    font-size: 26px;
}
.miraiz-header__hours {
    font-size: 20px;
    color: #444;
    margin-top: 2px;
    text-align: right;
}
.miraiz-header__mail-btn {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #2196f3 0%, #0d357a 100%);
    color: #fff;
    padding: 0 24px;
    min-width: 120px;
    height: 100%;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    box-shadow: none;
    border: none;
    transition: background 0.2s;
    justify-content: center;
    white-space: nowrap;
    flex-direction: column;
    margin-left: 5px;
}
.miraiz-header__mail-btn:hover {
    background: #003c80;
}
.miraiz-header__mail-icon {
    font-size: 1.5em;
    margin-right: 8px;
    color: #fff;
}

.miraiz-customer-voice-title-bg {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 109px;
    color: #b3c6e0;
    font-weight: bold;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}
.miraiz-customer-voice-title {
    font-family: 'Shippori Mincho', serif;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 58px;
    color: #15396c;
    font-weight: bold;
    margin-top: 35px;
}
.miraiz-customer-voice-btn-container{
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-bottom: 32px;
    z-index: 2;
    position: relative;
    border: 2px solid #003a77;
    padding: 4px;
    border-radius: 10px;
}
.miraiz-customer-voice-btns {
    display: flex;
    justify-content: center;
}
.miraiz-customer-voice-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    border-radius: 6px;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow 0.2s;
    height: 80px;
    width: 300px;
}
.miraiz-customer-voice-btn.google {
    background: transparent;
    color: #003A77;
}
.miraiz-customer-voice-btn.google img {
    height: 36px;
    margin-right: 8px;
}
.miraiz-customer-voice-btn.line {
    background: transparent;
    color: black;
}

.miraiz-customer-voice-btn.line i{
    margin-right: 8px;
    color: #00c300;
}

.miraiz-customer-voice-btn.active {
    background: #003A77;
    color: #fff;
    border-color: #003A77;
}
.miraiz-customer-voice-btn.line.active {
    background: #00c300;
    color: #fff;
    border-color: #00c300;
}
.miraiz-customer-voice-btn.line.active i{
    color: #fff;
}
.miraiz-customer-voice-list {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 0 auto 24px auto;
    max-width: 1386px;
    z-index: 2;
    position: relative;
}
.miraiz-customer-voice-list[data-tab] { display: none; }
.miraiz-customer-voice-list[data-tab].active { display: flex; }
.miraiz-customer-voice-item {
    background: #eaf3fa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 10px 0px 0px 0px;
    flex: 1 1 0;
    min-width: 260px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.miraiz-customer-voice-list.line-list .miraiz-customer-voice-item{
    background-color: #EDFCF2;
}

.miraiz-customer-voice-list.line-list .miraiz-customer-voice-user{
    background-color: #A4F2BE;
}

.miraiz-customer-voice-quote {
    color: #101828;
    font-size: 21px;
    margin-bottom: 18px;
    position: relative;
    padding: 20px 18px 0px;
    height: 220px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;        
    -webkit-box-orient: vertical;
}

.miraiz-customer-voice-quote:before {
    content: '\201C';
    font-size: 10em;
    color: #b3c6e0;
    position: absolute;
    left: 10px;
    top: -65px;
    opacity: 0.5;
}
.miraiz-customer-voice-user {
    display: flex;
    align-items: center;
    margin-top: 12px;
    background: #b3c6e0;
    border-radius: 0 0 8px 8px;
    padding: 10px 12px;
    color: #15396c;
    font-size: 0.98em;
    justify-content: space-between;
}
.miraiz-customer-voice-user .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
}
.miraiz-customer-voice-user .name {
    font-size: 21px;
    font-weight: bold;
    color: #101828;
}
.miraiz-customer-voice-user .area {
    color: #15396c;
    font-size: 21px;
}
.miraiz-customer-voice-user .stars {
    color: #f7c948;
    font-size: 21px;
}
.miraiz-customer-voice-more {
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
    color: #15396c;
    font-size: 21px;
    text-decoration: underline;
    cursor: pointer;
}

.miraiz-customer-voice-user-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px;
}

.miraiz-customer-voice-user-info-container{
    display: flex;
    align-items: center;
}

.miraiz-case-bg::before {
    content: '';
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    background: rgba(26, 92, 168, 0.72);
    z-index: 0;
    pointer-events: none;
}
.miraiz-case-title-bg,
.miraiz-case-title,
.miraiz-case-slider-wrap,
.miraiz-case-dots {
    position: relative;
    z-index: 2;
}
.miraiz-case-title-bg {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 109px;   
    color: white;
    font-weight: bold;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    letter-spacing: 2px;
    opacity: 0.5;
}
.miraiz-case-title {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 58px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 90px;
    font-family: 'Shippori Mincho', serif;
}
.miraiz-case-slider-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 320px;
}
.miraiz-case-arrow {
    background: #0F5596;
    color: white;
    border: none;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    font-size: 1.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    cursor: pointer;
    margin: 0 8px;
    transition: background 0.2s;
    z-index: 3;
    opacity: 0.8;
}
.miraiz-case-arrow:active {
    background: #e5ecf6;
}
.miraiz-case-slider {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.miraiz-case-slide {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    min-width: 320px;
    max-width: 1036px;
    width: 100%;
    padding: 32px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 0; right: 0; margin: auto;
    opacity: 0.5;
    z-index: 1;
    transition: opacity 0.4s, transform 0.4s;
    transform: scale(0.8);
}

#miraiz-case-prev{
    position: absolute;
    left: 19%;
}

#miraiz-case-next{
    position: absolute;
    right: 19%;
}

.miraiz-case-slide.active {
    opacity: 1;
    position: relative;
    z-index: 2;
    transform: scale(1);
}
.miraiz-case-slide.prev {
    transform: translateX(-93%) scale(0.8);
    opacity: 0.5;
}
.miraiz-case-slide.next {
    transform: translateX(93%) scale(0.8);
    opacity: 0.5;
}
.miraiz-case-slide-title {
    font-size: 40px;
    font-weight: bold;
    color: #1a5ca8;
    margin-bottom: 30px;
}
.miraiz-case-slide-img-container{
    display: flex;
    align-items: flex-start;
}
.miraiz-case-slide-img {
    width: 50%;
    height: 156px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
}
.miraiz-case-slide-desc {
    font-size:32px;
    color: #222;
    line-height: 1.7;
    margin-left: 16px;
}
.miraiz-case-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    z-index: 2;
}
.miraiz-case-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.2s, background 0.2s;
}
.miraiz-case-dot.active {
    opacity: 1;
    background: #3a8dde;
}

.miraiz-case-slide-img-container{
    display: flex;
    align-items: flex-start;
}

.miraiz-service-bg {
    background: #EEF4F8;
    padding: 0 0 40px 0;
    position: relative;
    width: 100%;
    padding-top: 100px;
}
.miraiz-service-title-bg {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 109px;
    color: #d9e9fe;
    font-weight: bold;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    letter-spacing: 2px;
}
.miraiz-service-title {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 58px;
    color: #15396c;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: -15px;
    font-family: 'Shippori Mincho', serif;
}
.miraiz-service-desc {
    text-align: center;
    color: #222;
    font-size: 26px;
    margin-bottom: 36px;
    z-index: 2;
    position: relative;
}

.miraiz-service-desc-service-page{
    font-size: 42px;
    font-weight: bold;
    color: #042241;
    text-align: center;
    margin-bottom: 36px;
    position: relative;
}

.miraiz-service-desc-service-page::after{
    content: '';
    display: block;
    margin: 10px auto 0 auto;
    width: 300px;
    height: 3px;
    background: #003A77;
    border-radius: 2px;
}

.miraiz-service-list {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    max-width: 1386px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.miraiz-service-item {
    background: transparent;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    max-width: 426px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
}

.miraiz-service-item.tokyo-system-item{
    max-width: 666px;
}

.miraiz-service-item-img-wrap {
    position: relative;
    width: 100%;
    max-height: 285px;
    overflow: hidden;
}
.miraiz-service-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px 12px 0 0;
    position: relative;
    z-index: 1;
}
.miraiz-service-item-img-shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to top, rgba(21,89,192,0.55) 25%, rgba(21,89,192,0.12) 70%, rgba(21,89,192,0) 100%);
    border-radius: 0 0 12px 12px;
}
.miraiz-service-item-number {
    font-family: 'Shippori Mincho', serif;
    position: absolute;
    bottom: 10px;
    right: 18px;
    background: transparent;
    color: white;
    font-size: 58px;
    font-weight: bold;
    z-index: 3;
}
.miraiz-service-item-content {
    padding: 18px 0px;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
}
.miraiz-service-item-title {
    font-size: 32px;
    font-weight: bold;
    color: #15396c;
    margin-bottom: 8px;
    line-height: 1.2;
}
.miraiz-service-item-desc {
    font-size: 21px;
    color: #222;
    line-height: 1.7;
}
.miraiz-reason-bg {
    background: #fff;
    padding: 0 0 40px 0;
    position: relative;
    width: 100%;
}
.miraiz-reason-title-bg {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 109px;
    color: #e5ecf6;
    font-weight: bold;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    letter-spacing: 2px;
}
.miraiz-reason-title {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 58px;
    color: #15396c;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 90px;
    font-family: 'Shippori Mincho', serif;
}
.miraiz-reason-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    max-width: 1386px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.miraiz-reason-item {
    display: flex;
    align-items: center;
    background: transparent;
    width: 100%;
    min-height: 180px;
    position: relative;
}
.miraiz-reason-item-img {
    flex: 0 0 340px;
    max-width: 600px;
    max-height: 340px;
    width: 100%;
    object-fit: cover;
    background: #eee;
    z-index: 1;
}
.miraiz-reason-item-content {
    background: #eaf3fa;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 28px 32px 24px 32px;
    margin-left: -40px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    width: 100%;
    max-width: 765px;
}

.miraiz-reason-item-number-dot{
    font-size: 36px;
}

.miraiz-reason-item-number {
    font-size: 28px;
    font-weight: bold;
    color: #003A77;
    margin-bottom: 8px;
    line-height: 1.2;
}
.miraiz-reason-item-title {
    font-size: 1.15em;
    font-weight: bold;
    color: #15396c;
    margin-bottom: 8px;
    line-height: 1.2;
}
.miraiz-reason-item-desc {
    font-size: 24px;
    color: #222;
    line-height: 1.7;
}
.miraiz-reason-item.reverse {
    flex-direction: row-reverse;
}
.miraiz-reason-item.reverse .miraiz-reason-item-img {
    border-radius: 0 12px 12px 0;
}
.miraiz-reason-item.reverse .miraiz-reason-item-content {
    border-radius: 12px 0 0 12px;
    margin-left: 0;
    margin-right: -40px;
}
.miraiz-mobile-cta { 
    display: none; 
}
.miraiz-featured-column-bg {
    background: white;
    border-radius: 10px;
    padding: 16px 18px;
    margin: 32px auto 0 auto;
    max-width: 1386px;
    display: flex;
    align-items: flex-end;
    gap: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.miraiz-featured-column-img {
    width: 448px;
    height: 249px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}
.miraiz-featured-column-content {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.miraiz-featured-column-date {
    font-size: 26px;
    color: #444;
    margin-bottom: 24px;
}
.miraiz-featured-column-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 45px;
}
.miraiz-featured-column-tag {
    display: inline-block;
    background: #17406a;
    color: #fff;
    font-size: 26px;
    border-radius: 4px;
    padding: 2px 10px;
    margin-bottom: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.miraiz-featured-column-arrow {
    background: #3386c7;
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: background 0.2s;
    margin-left: 12px;
}
.miraiz-featured-column-arrow:hover {
    background: #17406a;
}

.miraiz-column-section {
    max-width: 1386px;
    margin: 0 auto 60px auto;
    padding: 0 16px;
}
.miraiz-column-bg-title {
    font-size: 109px;
    color: #e3f0fa;
    font-weight: bold;
    text-align: right;
    letter-spacing: 2px;
    margin-bottom: -145px;
    margin-top: 20px;
    user-select: none;
    pointer-events: none;
    position: relative;
    right: 0;
}
.miraiz-column-title {
    font-size: 64px;
    font-weight: bold;
    color: #1a345c;
    margin-bottom: 8px;
    font-family: 'Shippori Mincho', serif;
    border-left: 10px solid #0F5596;
    padding-left: 16px;
    margin-top: 0;
}
.miraiz-column-desc {
    color: black;
    font-size: 24px;
    margin-bottom: 32px;
    margin-left: 8px;
}
.miraiz-column-slider-wrap {
    width: 100%;
    margin-bottom: 32px;
}
.miraiz-column-slider {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
}
.miraiz-column-slide {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}
.miraiz-column-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    min-width: 320px;
    max-width: 446px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    transition: box-shadow 0.2s;
    overflow: hidden;
}
.miraiz-column-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.miraiz-column-card-img-wrap {
    position: relative;
    width: 100%;
    height: 215px;
    overflow: hidden;
}
.miraiz-column-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.miraiz-column-card-arrow {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: #1765A8;
    color: #fff;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    box-shadow: 0 2px 8px rgba(26,92,168,0.10);
    cursor: pointer;
    transition: background 0.2s;
}
.miraiz-column-card-arrow:hover {
    background: #0d3c6e;
}
.miraiz-column-card-title {
    font-size: 32px;
    font-weight: bold;
    color: #111;
    margin: 18px 18px 0 18px;
    min-height: 3.2em;
}
.miraiz-column-card-date {
    color: #222;
    font-size: 21px;
    margin: 18px 18px 18px 18px;
    margin-top: 12px;
    text-align: right;
    width: 100%;
}
.miraiz-column-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}
.miraiz-column-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e3f0fa;
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.2s, background 0.2s;
}
.miraiz-column-dot.active {
    opacity: 1;
    background: #1765A8;
}
.miraiz-column-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.miraiz-column-btn {
    background: linear-gradient(90deg, #2196f3 0%, #0d357a 100%);
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 18px 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(26,92,168,0.10);
    transition: background 0.2s;
    text-decoration: none;
}
.miraiz-column-btn:hover {
    background: #0d3c6e;
}
.miraiz-column-mobile-list {
    display: none;
}

.miraiz-detail-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
  }

  /* additional-box */
  .miraiz-hero-bg {
    position: absolute;
    inset: 0;
    background: rgba(26, 52, 92, 0.7);
    z-index: 1;
  }

  .miraiz-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1386px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .miraiz-hero-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 53px;
    font-weight: bold;
    margin-bottom: 18px;
    letter-spacing: 1px;
  }

  .miraiz-hero-desc {
    font-family: 'Shippori Mincho', serif;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.7;
  }

  @media (max-width: 900px) {
    .miraiz-hero-title {
      font-size: 28px;
      font-family: 'Shippori Mincho', serif;
    }

    .miraiz-hero-section {
      padding: 18px 0 12px 0;
      min-height: 100px;
    }
  }

  .miraiz-section-bg {
    background: #eaf3f9;
    padding: 32px 0 40px 0;
  }

  .miraiz-section-content {
    max-width: 1386px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
  }

  .miraiz-section-title {
    color: #1a345c;
    font-family: 'Shippori Mincho', serif;
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 55px;
  }

  .miraiz-section-box {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 32px;
    box-shadow: 0 2px 8px rgba(26, 92, 168, 0.04);
    justify-content: flex-start;
  }

  .miraiz-section-img {
    width: 429px;
    height: 291px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    background: #eee;
  }

  .miraiz-section-text {
    text-align: left;
    color: #1a345c;
    font-size: 24px;
    line-height: 1.8;
  }

  @media (max-width: 900px) {
    .miraiz-section-title {
      font-size: 36px;
    }

    .miraiz-hero-desc {
      font-size: 16px;
    }

    .miraiz-section-box {
      flex-direction: column;
      align-items: center;
      padding: 16px 8px;
    }

    .miraiz-section-img {
      width: 100%;
      height: 140px;
      margin-bottom: 12px;
    }

    .miraiz-section-text {
      text-align: left;
      font-size: 16px;
    }
  }
  /* end additional-box */