/* =============================================================
   JTrust v2 - TOP PAGE
   /common/css/v2/top.css
============================================================= */

/* --- FV スライダー --- */
.jt2-fv {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}
.jt2-fv_slider {
    position: relative;
    width: 100%;
}
.jt2-fv_track {
    display: flex;
    transition: transform 0.6s ease;
    width: 100%;
}
.jt2-fv_slide {
    flex: 0 0 100%;
    width: 100%;
    position: relative;
}
.jt2-fv_slide img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.jt2-fv_slide_text {
    position: absolute;
    top: 50%;
    left: calc(50% + 20px);;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
    max-width: 1020px;
    text-align: left;
}
.jt2-fv_catch {
    font-size: clamp(26px, 5vw, 38px);
    font-weight: normal;
    color: #fff;
    line-height: 1.35;
    margin: 0 0 2px;
    letter-spacing: 0.03em;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.jt2-fv_sub {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.9;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.jt2-fv_btn{
    color: #fff;
    font-size: 14px;
    background: rgba(0, 160, 232, 0.78);
    display: inline-block;
    margin-top: 30px;
    padding: 6px 26px;
    transition: 0.6s;
}
.jt2-fv_btn a{
    color: #fff;
    text-decoration: none;
}
.jt2-fv_btn:hover{
    background: rgba(0, 160, 232, 1);
}
.jt2-fv_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.35);
    border: none;
    color: #fff;
    font-size: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    padding: 0;
    opacity: 0;
    display: none;
}
.jt2-fv_arrow:hover {
    background: rgba(0, 0, 0, 0.6);
}
.jt2-fv_slider:hover .jt2-fv_arrow {
    opacity: 1;
    display: flex;
}
.jt2-fv_arrow--prev { left: 20px; }
.jt2-fv_arrow--next { right: 20px; }
.jt2-fv_dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}
.jt2-fv_dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #a2a2a2;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s;
    background: var(--color-jt2-light-gray2)
}
.jt2-fv_dot.is-active{
    background: var(--color-jt2-blue)
}
/* --- CTAバナー行 --- */
.jt2-cta_row {
    background: #fff;
    padding: 24px 0;
}
.jt2-cta_grid {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.jt2-cta_box {
    background: #e8ecf0;
    height: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    flex: 0 0 calc(50% - 8px);
}
.jt2-cta_box img {
    width: 100%;
    height: 100%;
    max-height: 108px;
    object-fit: cover;
    display: block;
}
.att_n_txt_after {
    font-size: 12px;
    color: #888;
    margin-left: 6px;
}

/* --- Jトラストグループ --- */
.jt2-group {
    padding: 40px 0 60px;
}
.jt2-group_head {
    text-align: center;
    margin-bottom: 40px;
}
.jt2-group_head_logo {
    height: 48px;
    width: auto;
    margin-bottom: 14px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.jt2-group_head_title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    letter-spacing: 0.04em;
}
.jt2-group_head_desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}
.jt2-group_logos {
    margin-top: 0;
}
.jt2-group_row {
    margin-bottom: 32px;
}
.jts-grouptitle_box{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    margin: 60px 0 20px;
}
.jt2-group_row_title {
    font-size: 15px;
    color: #808080;
    background: #fff;
    font-weight: 700;
    padding: 4px 20px;
    padding-bottom: 6px;
    letter-spacing: 0.04em;
    z-index: 2;
}
.jt2-group_rowborder {
    bottom: 18px;
    width: 60%;
    height: 1px;
    background: #00A0E8;
    position: absolute;
    z-index: 1;
}
.jt2-group_logo_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 10px;
    margin-bottom: 10px;
}
.jt2-group_logo_item {
    background: #fff;
    border: 1px solid #D9D9D9;
    padding: 14px 10px 10px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: calc(16% - 4px);
    border-radius: 4px;
    transition: 0.4s;
}
.jt2-group_logo_item:hover {
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(135deg, #71eafb 0%, #289fe4 100%) border-box;
    text-decoration: none;
}
.jt2-group_logo_item:hover .jt2-group_logo_img {
    transform: scale(1.08);
}
.jt2-group_logo_img {
    height: 44px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s;
}
.jt2-group_logo_name {
    font-size: 10px;
    color: #555;
    line-height: 1.4;
    margin: 0;
    border-top: 1px solid #e0e6ee;
    width: 98%;
    padding-top: 10px;
}
.jt2-group_link {
    text-align: center;
    margin-top: 32px;
}
.btn_margin_adj{
    margin-top: 60px;
}
/* =============================================
   RESPONSIVE - md (max-width: 830px)
============================================= */


/* =============================================
   RESPONSIVE - SP (max-width: 768px)
============================================= */
@media (max-width: 768px) {
/* --- FV スライダー --- */
.jt2-fv {
    width: 100%;
    height: calc(100vh - 220px);
}
.jt2-fv_slide img{
    width: 100%;
    height: calc(100vh - 260px);
}
.jt2-cta_grid {
    grid-template-columns: 1fr;
    gap: 26px;
}
.jt2-new_info {
    padding: 40px 0;
}
.jt2-group_logo_item {
    width: calc(40% - 7px);
}
.jt2-group_rowborder {
    width:80%;
}
.jt2-cta_grid{
    flex-direction: column;
    flex-wrap: wrap;
}
.jt2-cta_box {
    flex: 0 0 calc(96% - 8px);
}
}
@media (max-width: 430px) {
/* --- FV スライダー --- */
.jt2-fv {
    width: 100%;
    height: calc(100vh - 150px);
}
.jt2-fv_slide img{
    width: 100%;
    height: calc(100vh - 190px);
}
.jt2-group_logo_item {
    width: calc(42% - 7px);
}
.jt2-group_rowborder {
    width:86%;
}
}