.development {
    background-color: #fafafa;
    padding-top: 32px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fafafa;
    padding: 32px 120px 80px;
    position: relative;
    margin-top: 68px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.development h3 {
    font-size: 31.2px;
    line-height: 66px;
    text-align: center;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: #00141d;
}
.development-title-underline {
    position: relative;
    width: 140px;
    height: 0px;
    border-bottom: 4px solid #00141d;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 92px;
    z-index: 1;
}
.development-box {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: end;
}
.development-item-box-content:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition-duration: 0.2s !important;
}
.development-box:hover .development-item-box-text h5 {
    color: #63baf4;
    transition-duration: 0.2s !important;
}

.development-box-reverse {
    justify-content: start;
}
.development-item-box-content {
    width: 80%;
    background: #ffffff;
    border: 2px solid #e9f5ff;
    border-radius: 12px;
    padding: 36px 0 23px;
    display: flex;
    color: #00202e;
}
.development-item-box-content:hover {
    color: #00202e;
}
.development-item-space {
    flex-basis: 40%;
}
.development-item-box-text {
    flex-basis: 60%;
    padding-right: 30px;
}
.development-item-box-text-responsive {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.development-item-box-text-reverse {
    margin-left: 9%;
}
.development-item-box-text h5 {
    font-size: 26px;
    line-height: 24px;
    color: #1e0e62;
    margin-bottom: 22px;
}
.development-item-box-text-content {
    display: flex;
    flex-direction: column;
}
.development-item-box-text-content ul {
    list-style: none;
    padding-left: 0.5rem;
}
.development-item-box-text-content-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 6px;
    margin-top: 0px;
}
.development-item-box-text-content-title p {
    margin-bottom: 0px;
}
.development-wall {
    width: 4px;
    height: 34px;
    background: #91cdff;
    border-radius: 4px;
}
.development-box-text-item p {
    font-size: 20px;
    line-height: 40px;
    color: #00202e;
    padding: 0 !important;
    margin: 0 !important;
}
.development-item-text {
    font-family: 'Japanese Generic1';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #00202e;
    margin-left: 10px;
    margin-bottom: 9px;
}
.development-box-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 9px;
    margin-bottom: 9px;
    white-space: nowrap;
}
.development-box-btn button {
    border: 1px solid rgba(233, 245, 255, 0.5);
    background: rgba(233, 245, 255, 0.5);
    border-radius: 2px;
    font-size: 16px;
    line-height: 40px;
    color: #00202e;
    padding: 0 26px;
    cursor: unset !important;
}
.development-text-structure {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #00202e;
    margin-bottom: 5px !important;
}
.development-text-structure-2 {
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.development-box-item-image {
    position: absolute;
    height: 71%;
    background-color: #f4f3f3;
    width: 45.7%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: auto;
    border-radius: 12px;
}

.development-box-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.development-item-box-reverse {
    float: left !important;
}
.development-box-item-image-custom {
    left: auto;
    right: 0;
}
.bg-development {
    width: 30%;
    top: 15%;
    position: absolute;
    opacity: 0.32;
}
.bg-development-1 {
    width: 30%;
    top: 42%;
    position: absolute;
    right: -80px;
    opacity: 0.32;
}
.bg-development-2 {
    width: 30%;
    position: absolute;
    opacity: 0.32;
    bottom: -5%;
}
.development-toast {
    position: relative;
    z-index: 1;
}
.bg-development-toast {
    display: block;
    width: 80%;
    max-width: 489px;
    margin: 0 auto;
}
.development-h3-customer {
    position: relative;
    z-index: 1;
}

.development-toast-box {
    max-width: 801px;
    margin: 0 auto;
    background: #f7fdff;
    margin-top: 36px;
    padding: 40px 60px 0;
}
.development-toast-box-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #00202e;
}
.development-toast-box label {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #e52222;
    margin-top: 8px;
}
.development-box-input {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    gap: 26px;
}
.development-box-input input {
    background: #c4f2ff;
    border-radius: 7px;
    padding: 0px 15px 0px;
    font-size: 16px;
    line-height: 25px;
    color: #00202e;
    border: none;
    outline: none;
    flex-grow: 1;
    display: block;
    height: 41px;
}
.contact-btn {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 8px 25px;
    height: 41px;
    background: #2d86aa;
    border-radius: 25px;
    border: none;
    color: white;
    border: 1px solid #2d86aa;
    z-index: 1;
    font-family: inherit;
    overflow: hidden;
}
.contact-btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}
.contact-btn .submit-icon {
    display: block;
}
.contact-btn .submit-icon-hover {
    display: none;
}
.contact-btn:hover {
    color: #2d86aa;
}
.contact-btn:hover .submit-icon {
    display: none;
}
.contact-btn:hover .submit-icon-hover {
    display: block;
}
.contact-btn:hover::before {
    transform-origin: center left;
    transform: scaleX(1);
}

.development-box-radio {
    display: flex;
    margin-top: 20px;
    gap: 12px;
    align-items: center;
}
.development-box-radio input {
    width: 22px;
    height: 22px;
    background: #f4fdff;
    border: 1px solid #2d86aa;
    border-radius: 4px;
}
.development-box-radio p {
    font-size: 12px;
    line-height: 38px;
    display: flex;
    align-items: flex-end;
    text-decoration-line: none;
    color: #222266;
    margin-bottom: 0 !important;
}
.development-box-radio p a {
    color: #2d86aa;
    text-decoration: underline !important;
}
.bg-development-3 {
    position: absolute;
    right: -60px;
    top: -10%;
    width: 378px;
    transform: rotate(169deg);
    opacity: 0.32;
}
.bg-development-4 {
    position: absolute;
    width: 457px;
    bottom: -20%;
    left: -10%;
    opacity: 0.32;
    z-index: 0;
}
.box-text-custom {
    width: 5%;
    width: 5%;
}
@media screen and (min-width: 1441px) {
    .view-main {
        background-color: #fafafa;
    }
    .view-main {
        background-color: #fafafa;
    }
}

@media screen and (max-width: 1024px) {
    .development-item-box-text h5 {
        text-align: center;
    }
    .development-box-item-image {
        position: unset;
        width: 100%;
        transform: none;
        height: auto;
    }
    .development-box-item-image img {
        border-radius: 12px;
        min-height: 305px;
        max-height: 352px;
    }
    .development-item-space {
        display: none;
    }
    .development-item-box-content {
        width: 100%;
    }
    .development-item-box-text-reverse {
        margin-left: 0;
    }
    .development-item-box-text {
        flex-basis: 100%;
        padding-right: 0;
    }
    .development-item-box-text-responsive {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 20px;
    }
    .development-item-box-text-content {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .development {
        padding-left: 20px;
        padding-right: 20px;
    }
    .development-item-box-text h5 {
        font-size: 20px;
    }
    .development-item-text,
    .development-item-box-text-content ul,
    .development-box-btn button {
        font-size: 13px;
    }
    .development-box-item-image img {
        border-radius: 12px;
        min-height: 205px;
    }
    .development-toast-box {
        background: none;
        padding: 40px 0px 0;
    }
    .development-toast-box-description {
        line-height: normal;
    }
    .development-box-input {
        gap: 11px;
    }
    .development-h3-customer {
        font-size: 24px !important;
    }
    .development-toast-box p {
        font-size: 13px;
    }
    .development-toast-box p br {
        display: none;
    }
    .bg-development-3 {
        left: -189px;
        top: -10%;
        right: 0;
        transform: rotate(-45deg);
    }
    .bg-development-4 {
        bottom: -44%;
        right: -178px;
        left: auto;
        transform: rotate(-180deg);
    }
}
@media screen and (max-width: 512px) {
    .submit-icon-hover,
    .submit-icon {
        display: none !important;
    }
}
