html {
    scroll-behavior: smooth;
    scroll-padding-top: 68px;
}

/* firefox未対応のためコメントアウト */
/* html:has(.p-cookie){
    overflow: hidden;
}
html:has(.p-cookie-none){
    overflow: auto;
} */

.grecaptcha-badge{
    bottom: 120px!important;
}
@media screen and (max-width: 600px) {
    .grecaptcha-badge{
        bottom: 100px!important;
    }
}

.is-spOnly {
    display: none !important;
}

.is-underMd {
    display: none !important;
}

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

    .is-underMd {
        display: block !important;
    }
}
.order-6{
    order: 6;
}
.order-7{
    order: 7;
}

@media screen and (max-width: 1024px) {
    .xl-order-5{
        order: 5;
    }
    .xl-order-6{
        order: 6;
    }
    .xl-order-7{
        order: 7;
    }
}
@media(max-width:600px) {
    .is-pcOnly{
        display: none!important;
    }
    .is-spOnly{
        display: block!important;
    }
    .sp-order6{
        order: 6;
    }
}
.is-xlOnly {
    display: none;
}

@media(max-width:1024px) {
    .is-xlOnly {
        display: block;
    }

    .is-over1024 {
        display: none;
    }

}
.link--none{
    pointer-events: none;
}
.u-blue{
    color: #386CB9;
}
.u-bold{
    font-weight: 700;
}

.p-header__bottom.p-header__bottom {
    height: 68px;
}

/* cookie */
.p-cookie {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.p-cookie__box {
    width: 560px;
    max-width: 100%;
    padding: 40px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-cookie-none {
    display: none;
}

@media(max-width:600px) {
    .p-cookie__box {
        width: 90%;
    }
}

.p-cookie__label {
    color: #111111;
    background: #E8ECF2;
    padding: 5px 16px;
    font-weight: bold;
    width: 156px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.1em;
}

.p-cookie__heading {
    margin-top: 16px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 9px;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #E8ECF2;
}

.p-cookie__text {
    margin-top: 16px;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.p-cookie__text span {
    color: #C72F2F;
}

.p-cookie__btn.p-cookie__btn {
    margin-top: 35px;
    width: 106px;
    height: 46px;
    line-height: 40px;
}

.p-cookie__btn.p-cookie__btn::after {
    content: none;
}

/* 20230515追記 */
.header-top {
    background-color: #1D245F;
    padding: 8px 0;
    height: 32px;
}

.header-top li a {
    color: #fff;
}

.header-right-top {
    padding: 0 40px;
    justify-content: right;
   
}

.header-right-top li {
    margin: 0 0 0 25px;
    font-size: 14px;
    font-weight: 400;
}

.main-visual-wrap {
    background: none;
    background-image: url(../img/top/jaftore_mv_bg.png);
    height: auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-visual-wrap-fixed {
    margin-top: 72px;
}

.main-visual>picture>img {
    height: 62.5vh;
    object-position: right;
    object-fit: cover;
}

.header-left img {
    padding-top: 0;
    width: 136px;
}

.header-right-bottom li:not(.header-right-childMenu-listItem) {
    margin-left: 25px;
    letter-spacing: 1.4px;
    font-weight: 500;
}

.header-right-bottom li:not(.header-right-childMenu-listItem):hover>a {
    color: #386CB9;
}

.header__btn {
    color: #fff;
    background-color: #386CB9;
    text-align: center;
    transition: all 0.2s;
    border-radius: 5px;
    border: 2px solid #386CB9;
    box-shadow: 0 4px 3px #00000030;
    /* width: 200px; */
    width: 235px;
}

.header__btn:hover {
    color: #386CB9;
    background-color: #fff;
    box-shadow: 0 2px 1px #00000030;
}

.header-right-bottom a:not(.header-right-childMenu-link) {
    /* padding-top: 10px;
    padding-bottom: 10px; */
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

.header__btn a {
    display: block;
    padding: 9px 43px;
}

@media screen and (max-width: 1365px) {
    .header__btn a {
        padding: 9px 0px;
    }
}

.header-inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 40px 6px;
    background-color: #fff;
    position: relative;
    top: 0;
}

.header__inner_fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%);
}

.header__inner_fixed .header-inner {
    padding-bottom: 7px;
}

.header__inner_fixed .blue-line {
    height: 0;
}

.key-visual {
    position: absolute;
    width: 543px;
    height: 245px;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

@media (max-width: 1024px) {
    header {
        z-index: 5;
    }

    .p-header__bottom.p-header__bottom {
        height: 64px;
    }

    .header-inner {
        margin: 0 0 7px;
        padding: 0 10px;
    }

    .header__inner_fixed {
        padding-top: 7px;
    }
}

/* サブメニュー */

.header-right--hasChild {
    position: relative;
}

/* .header-right--hasChild::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url(../../assets/img/common/hasChild_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 12.78/4.65;
    width: 20px;
} */
.header-right-childMenu-list {
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
    display: none;
    width: 170px; /* 241219修正 */
}

.header-right-childMenu-listItem {
    border: 0.5px solid #1D245F;
    border-bottom: none;
}

.header-right-childMenu-listItem:last-child {
    border-bottom: 0.5px solid #1D245F;
}

.header-right-childMenu-link {
    padding: 11px 6px;
    display: block;
    background-color: #fff;
    text-align: center;
    font-size: clamp(0.625rem, 0.588rem + 0.19vw, 0.813rem);
    font-weight: 500;
    opacity: 0.86;
}

.header-right-childMenu-link:hover {
    background-color: #1D245F;
    color: #fff;
    opacity: 1;
}

/* ハンバーガーメニュー */

.globalMenuSp-listItem-hasChild-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.globalMenuSp-arrowFrame {
    width: 64px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.globalMenuSp-arrowFrame .plusMinus {
    width: 18px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
    position: relative;
}

.globalMenuSp-arrowFrame .plusMinus::before, .globalMenuSp-arrowFrame .plusMinus::after {
    content: "";
    width: 9px;
    height: 1px;
    background-color: #1d245f;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.globalMenuSp-arrowFrame .plusMinus::after {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.5s;
}

.globalMenuSp-arrowFrame .plusMinus.is_active::after {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
}

.globalMenuSp-arrowFrame img {
    /* vertical-align: middle;
    display: none;
    margin:auto ; */
}

/* .globalMenuSp-arrowFrame img.is_active{
    display: block;
} */

.globalMenuSp-listItem-hasChild {
    padding-right: 0 !important;
}


.globalMenuSp-childMenu {
    display: none;
    margin: 10px 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-left: 1px solid #FFFFFFA1;
}

.globalMenuSp-childMenu li {
    border-bottom: none !important;
    padding: 0 11.5px !important;
}

.globalMenuSp-childMenu li a {
    padding: 0 !important;
}

.globalMenuSp-childMenu li:last-child {
    border-bottom: unset;
}

.globalMenuSp-listItem-hasChild-link {
    width: 100%;
}

/* ご利用企業 */
.userCorp__topTxt {
    display: flex;
    align-items: center;
    width: 1100px;
    max-width: 95%;
    text-align: center;
    margin: 0 auto;
    color: #1D245F;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: calc(40/28);
}

.userCorp__topTxt:before,
.userCorp__topTxt:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #1D245F;
    margin-top: 3px;
}

.userCorp__topTxt:before {
    margin-right: 33px;
}

.userCorp__topTxt:after {
    margin-left: 33px;
}

.userCorp {
    margin-top: 85px;
    padding: 0 20px 80px;
}

.userCorpWrap {
    width: 100%;
    max-width: 100%;
    background-color: #FFF;
    margin: 0 auto;
}

.userCorp .userCorp-title {
    margin-top: 66px;
    line-height: calc(46/32);
    align-items: flex-end;
}

.userCorp_logoImg {
    margin-left: 8px;
    margin-bottom: 5px;
}

.userCorp-box-wrap {
    width: 1100px;
    max-width: 100%;
    margin: 3rem auto;
}

.userCorp-inner {
    /* width: 800px; */
    /* width: 1000px;
    max-width: 95%; 241120変更 */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: start; /* 241203変更 */
    /* justify-content: space-between; 241021変更 */
    /* gap: 40px; 241120変更 */
    gap: 33px;
    /* margin: 0 auto; 241120変更 */
}

.userCorp-imgWrap {
    text-align: center;
    /* width: calc(860px / 5); 241120変更 */
    width: calc(calc(100% - 99px) / 4) !important;
    aspect-ratio: 250 / 189;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px 0px #e8ecf1;
    /* width: calc(860px / 4); */
    /* width: calc(860px / 6.5); 241021変更 */
}

.userCorp-imgWrap.wide img{
    width: 80%;
}

/* 20250807 追加 */
.userCorp-imgWrap.square img{
    max-height: 150px;
}
/* 20250807 終了 */

.userCorp-imgWrap.double {
    text-align: center;
    /* width: calc(860px / 2.5); */
    width: calc(860px / 3);
}

.userCorp-imgWrap.cope {
    text-align: center;
    width: calc(860px / 5);
}

.userCorp-imgWrap img {
    vertical-align: middle;
    max-height: 100px;
    object-fit: contain;
    width: 60%;
}

@media(max-width:1024px) {
    .userCorp__topTxt {
        font-size: 24px;
    }
}

@media(max-width:736px) {
    .userCorp_logoImg {
        width: 40px;
    }

    .userCorp-inner {
        /* gap: 20px 40px; 241120変更 */
        gap: 20px;
        /* justify-content: center; 241203変更 */
    }
}

@media(max-width:600px) {
    .userCorp {
        margin-top: 30px;
    }

    .userCorp .userCorp-title {
        margin-top: 2.5rem;
    }

    .userCorp__topTxt {
        font-size: 20px;
    }


    .userCorp__topTxt:before,
    .userCorp__topTxt:after {
        flex-shrink: 0;
        min-width: 15%;
    }

    .userCorp__topTxt:before {
        margin-right: 1rem;
    }

    .userCorp__topTxt:after {
        margin-left: 1rem;
    }

    .userCorp-box-wrap {
        gap: 30px;
        margin: 2rem auto 1rem;
        /* max-width: 95%; 241120変更 */
    }

    .userCorp-imgWrap {
        /* SPは2列 */
        width: 40%;
        /* width: 40%; */
        width: calc(calc(100% - 60px) / 4) !important;
    }
}

@media(max-width:480px) {
    .userCorp-inner {
        gap: 10px;
    }

    .userCorp-imgWrap {
        width: calc(calc(100% - 20px) / 3) !important;
    }
}

@media(max-width:400px) {
    .userCorp__topTxt {
        word-break: keep-all;
    }
}

/* トップページお知らせ */
.home__news {
    background: url(../img/top/bg_home_news.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.home__news__block {
    background-color: #fff;
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
    padding: 32px 54px 40px;
}

.home__news--head {
    margin-right: auto;
    color: #1D245F;
    width: fit-content;
}

.home__news--list {
    margin-top: 3px;
}
/* .home__news--listItem:nth-child(n + 2) .home__news--link{
    padding-top: 25px;
} */

.home__news--link {
    padding-top: 25px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px 16px;
    border-bottom: solid 1px #DEDEDE;
}

.home__news--date {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: calc(20/14);
    font-weight: 500;
    color: #1D245F;
    flex-shrink: 0;
}

.home__news--title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;
}

.home__news--btn {
    width: 177px;
    max-width: 100%;
    background-color: #1D245F;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(24/16);
    padding: 8px;
    padding-right: 36px;
    display: block;
    /* margin-top: 37px; 250618 修正*/
    text-align: center;
    position: relative;
    border-radius: 5px;
}

.home__news--btn:hover {
    color: #fff;
}

.home__news--btn::after {
    content: "";
    position: absolute;
    top: 55%;
    right: 23px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 10px;
    height: 15px;
    background-size: contain;
    max-width: 100%;
    background: url(../img/top/home_news_arrow.png) no-repeat;
}

@media(max-width:768px) {
    .home__news__block {
        padding: 28px 36px;
    }
    .home__news--link {
        flex-direction: column;
    }

    .home__news--date, .home__news--title {
        margin-right: auto;
        /* display: block; */
        -webkit-line-clamp: 3;
    }
    .home__news {
        padding: 64px 0;
    }
}
@media(max-width:600px) {
    .home__news--btn {
        margin-top: 28px;
    }
    .home__news--list {
        margin-top: 8px;
    }
    .home__news--link {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .home__news--title{
        font-size: 14px;
    }
}
/* お知らせ　一覧 */
.news__list {
    margin-top: 21px;
}
/* .news--listItem:nth-child(n + 2) .news--link{
    padding-top: 25px;
} */

.news__link {
    padding-top: 43px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px 16px;
    border-bottom: solid 1px #DEDEDE;
}

.news__date {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: calc(20/14);
    font-weight: 500;
    color: #1D245F;
    flex-shrink: 0;
}

.news__title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;
}
.news__pageNation{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 68px;
}
.news__pageNation__numWrap{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 24px;
}
.news__arrow{
    display: flex;
}
.news__pageNation--num{
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 0.1em;
    line-height: calc(20/14);
    color: #1D245F;
    text-align: center;
}
.news__pageNation--num.current{
    border-bottom: solid 1px #1D245F;
    pointer-events: none;
}
@media(max-width:768px) {
    .news__link {
        flex-direction: column;
        text-align: left;
    }

    .news__date, .news__title {
        margin-right: auto;
        /* display: block; */
        -webkit-line-clamp: 3;
    }
}
@media(max-width:600px) {
    .news__list {
        margin-top: 8px;
    }
    .news__link {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .news__title{
        font-size: 14px;
    }
}
/* お知らせ詳細 */
.single{
    margin-bottom: 64px;
}
.single-inner{
    width: 991px;
    max-width: 95%;
    margin: 0 auto ;
}
.single__date {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: calc(20/14);
    font-weight: 500;
    color: #1D245F;
    flex-shrink: 0;
}
.single__title{
    font-size: 24px;
    letter-spacing:0.1em ;
    line-height: calc(35/24);
    color: #1D245F;
    border-bottom: solid 1px #1D245F;
    padding-bottom: 16px;
}
.single__content {
    margin-top: 64px;
    padding-bottom: 80px;
    border-bottom: solid 1px #1D245F;
}
.single__content__img--top{
    margin-bottom: 40px;
}
.single__content p{
    line-height: calc(221/80);
    font-size: 16px;
    letter-spacing: 0.1em;
}

/* 250305　追加　＝開始＝ */
.single__content a {
    color: #0056d6;
}

.single__content p.single__text--large{
    font-size: large;
}
/* 250305　追加　＝終了＝ */

.single__content video{
    background-color: #333;
    max-width: 100%;
    aspect-ratio: 16/9;
}
.single__pageNation{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 64px auto 0;
}
.single__pageNation a{
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: calc(20/14);
    color: #1D245F;
    font-weight: 500;
}
a.single__pageNation--hasArrow{
    display: flex;
    align-items: center;
    gap: 8px;
}
.single__pageNation--hasArrow img{
    padding-top: 2px;
}
.article-none{
    opacity: 0;
    visibility: hidden;
}
@media(max-width:600px){
    .single__title{
        font-size: 20px;
        padding-bottom: 8px;
    }
    .single__content{
        margin-top: 32px;
    }
    .single__content__img--top{
        margin-bottom: 24px;
    }
    .single__content p{
        font-size: 14px;
    }
    .single__pageNation{
        justify-content: space-between;
        margin-top: 32px;
    }
    .single__pageNation--archive{
        margin: 24px auto 0 ;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: calc(20/14);
        color: #1D245F;
        font-weight: 500;
        width: fit-content;
    }
}

/* JAFトレ 4つの特長 */
.material-wrap {
    background-color: #E8ECF1;
    padding: 40px 0 80px;
}

.title2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.4px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.feature-box-wrap {
    width: 990px;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 24px auto 0;
    flex-wrap: wrap;
}

.feature-box {
    width: 445px;
    text-align: center;
    margin-bottom: 40px;
}

.feature-heading {
    font-size: 18px;
    font-weight: 500;
    background-color: #C9D7EC;
    letter-spacing: 1.2px;
    padding: 10px 0;
    margin: 8px 0 16px;
    color: #111;
}

.material-sample {
    text-align: right;
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-top: 8px;
    margin-bottom: 40px;
}

.btn2 {
    position: relative;
    display: block;
    width: 320px;
    height: 56px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #1D245F;
    border-radius: 2px;
    margin: 0 auto;
    transition: all 0.5s;
    border: 3px solid #fff;
    box-shadow: 0 4px 3px #00000030;

}

.btn2::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    width: 7px;
    height: 10px;
    background: url('../img/top/arrow-right.png') center/cover no-repeat;
    z-index: 3;
}

.btn2:hover {
    text-decoration: none;
    transition: all 0.5s;
    color: #1D245F;
    background-color: #fff;
    border: 3px solid #1D245F;
    opacity: 1;
    box-shadow: 0 2px 1px #00000030;
}

.btn2:hover::after {
    background: url('../img/top/arrow-right-blue.png') center/cover no-repeat;
}

/* 毎日学習できる教材バリエーション */
.material-list {
    width: 320px;
    border-radius: 10px;
    padding: 0;
    font-weight: 700;
}

.material-list span {
    font-weight: 400;
    padding-top: 10px;
}

.material-list {
    font-size: 24px;
    margin: auto;
}

.material-list>img {
    margin: 5px 0;
}

.material-list1 {
    background-color: #FFF3F1;
    border: 3px solid #DE614A;
}

.material-list2 {
    background-color: #EEFFEE;
    border: 3px solid #1BA116;
}

.material-list3 {
    background-color: #FFF8E9;
    border: 3px solid #FFB200;
}

.material-list4 {
    background-color: #FFF1FE;
    border: 3px solid #F737EF;
}

.material-list a {
    display: block;
    padding: 28px 0;
}

.material-list:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.material-list a:hover {
    opacity: 1;
}

.material-list_photo {
    margin: 0 auto;
}

.about-inner {
    width: 1100px;
    max-width: 100%;
    margin: 80px auto;
}

.material-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 0;
}

/* bg1 */
.bg-wrap1 {
    background-image: url(../img/top/bg_poli.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-wrap1-inner {
    position: relative;
    width: 1100px;
    height: 420px;
    max-width: 100%;
    margin: 0 auto;
}

.bg-wrap1-inner .bg-wrap1-txt {
    position: absolute;
    background-color: #fff;
    padding: 20px 50px;
    left: 8%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.bg-wrap1-inner .bg-wrap1-txt p {
    font-size: 24px;
    font-weight: 700;
    color: #1D245F;
    letter-spacing: 1.4px;
    vertical-align: middle;
}

.bg-wrap1-inner .bg-wrap1-txt p span {
    text-decoration: underline;
    text-decoration-color: #E4BF38;
    text-decoration-thickness: 2px;
}

.bg-wrap1-inner .bg-wrap1-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

/* 受講状況をしっかり確認できる管理者機能 */
.topFlow-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #333;
    padding: 10px;
    text-align: center;
    margin-bottom: 16px;
}

.title3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.4px;
    margin: 40px auto;
    display: block;
    width: 550px;
    text-align: center;
    padding: 12px 24px;
    background-color: #E8ECF2;
}

.flow-inner {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.gragh-img img {
    display: block;
    margin: 0 auto 40px;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px solid #A2A2A2;
    margin: 80px 0 40px;
}

.flow-img img {
    margin-bottom: 40px;
}

/* 代理店募集 */
.deputy-title {
    margin-bottom: 16px;
}

.deputy-wrap {
    background-color: #E8ECF1;
    padding: 80px 0;
}

.deputy-inner {
    margin: 0 auto;
}

.deputy-img img {
    width: 100%;
    margin: 0 auto 40px;
}

/* 利用料金 */
.price-wrap {
    background-color: #E8ECF1;
    padding: 80px 0;
}

.material-block {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    width: 1100px;
    max-width: 100%;
    margin: 40px auto;
}

.material-block-txt {
    padding: 42px 0;
    width: 474px;
    margin: 0 auto;
}

.material-block-img {
    position: absolute;
    right: 8%;
    bottom: 0;
}

.material-btn-wrap {
    display: flex;
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
    justify-content: center;
    gap: 4%;
}

.btn4 {
    position: relative;
    display: block;
    width: 320px;
    height: 56px;
    line-height: 50px;
    font-weight: bold;
    color: #1D245F;
    text-align: center;
    background-color: #E4BF38;
    border-radius: 2px;
    margin: 0 auto;
    transition: all 0.5s;
    border: 3px solid #fff;
    box-shadow: 0 4px 3px #00000030;
}

.btn4::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    width: 7px;
    height: 10px;
    background: url('../img/top/arrow-right-blue.png') center/cover no-repeat;
    z-index: 3;
}

.btn4:hover {
    text-decoration: none;
    transition: all 0.5s;
    color: #fff;
    background-color: #386CB9;
    border: 3px solid #1D245F;
    opacity: 1;
    box-shadow: 0 2px 1px #00000030;
}

.btn4:hover::after {
    background: url('../img/top/arrow-right.png') center/cover no-repeat;
}

.material-btn-wrap .btn2,
.material-btn-wrap .btn4 {
    margin: 0;
}

.p-home-annotation {
    margin-top: 40px;
}

.p-home-annotation__text {
    text-align: center;
    width: min(1100px, 95%);
    margin: 0 auto;
}

.p-home-annotation__text span {
    color: red;
}

/*従業員の交通安全教育はJAF交通安全トレーニングで！*/
.bg-wrap2 {
    background-image: url(../img/top/bg_handle.png);
    height: 348px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .bg-wrap2 {
        background-image: url(../img/top/bg_handle_sp.png);
    }
}

.btn3 {
    position: relative;
    display: block;
    width: 320px;
    height: 56px;
    line-height: 50px;
    font-weight: bold;
    color: #1D245F;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    margin: 0 auto;
    transition: all 0.5s;
    border: 3px solid #386CB9;
    box-shadow: 0 4px 3px #00000030;
}

.btn3::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    width: 7px;
    height: 10px;
    background: url('../img/top/arrow-right-blue.png') center/cover no-repeat;
    z-index: 3;
}

.btn3:hover {
    text-decoration: none;
    transition: all 0.5s;
    color: #fff;
    background-color: #386CB9;
    border: 3px solid #fff;
    opacity: 1;
    box-shadow: 0 2px 1px #00000030;
}

.btn3:hover::after {
    background: url('../img/top/arrow-right.png') center/cover no-repeat;
}

.footer-wrapper-title {
    font-size: 24px;
    font-weight: 500;
}

.footer-wrapper-title .ye-bold {
    font-size: 32px;
    font-weight: bold;
    color: #E4BF38;
}

.bg-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(8, 14, 70, 0.8);
}

@media (max-width: 768px) {
    .wrap .footer-wrapper-title {
        font-size: 18px;
        text-align: left;
        width: 80%;
        letter-spacing: 3.2px;
        margin: 0 auto 20px;
    }

    .wrap .footer-wrapper-title .ye-bold {
        font-size: 24px;
    }
}

@media screen and (max-width: 1365px) {
    .header-right-bottom li:not(.header-right-childMenu-listItem) {
        margin-left: 18px;
        letter-spacing: 1.2px;
        font-size: 12px;
    }

    .header__btn {
        width: 140px;
    }
}

@media screen and (max-width: 1100px) {
    .header-right-bottom li:not(.header-right-childMenu-listItem) {
        font-size: 12px;
        margin-left: 10px;
    }

    .key-visual {
        width: 420px;
        height: auto;
    }

    .sp_none1100 {
        display: none;
    }

    .material-lists {
        margin: 40px auto 0;
        width: 848px;
        max-width: 100%;
    }

    .material-sample {
        margin-left: auto;
        margin-right: auto;
        width: 848px;
        max-width: 100%;
    }

    .flow-img img {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .material-block {
        width: 95%;
    }

    .material-block-img {
        right: 1%;
    }
}

@media screen and (min-width: 1024px) {
    .main-visual .white-grad {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .blue-line {
        background-color: #1D245F;
        width: 100%;
        height: 8px;
    }

    .header-left .home-logo {
        width: 121px;
        padding-top: 9px;
    }

    .main-visual-wrap {
        height: 62.5vh;
        padding-top: 0;
        margin-top: 64px;
        background-size: cover;
    }

    .main-visual .white-grad {
        display: block;
        background: linear-gradient(to right, #ffffff, #ffffff00 70%, #ffffff00);
        position: absolute;
        width: 100%;
        height: 62.5vh;
        content: "";
        left: 0%;
        top: 0%;
    }

    .main-visual .white-grad img {
        height: 62.5vh;
        object-fit: cover;
    }

    .bg-wrap1-inner .bg-wrap1-img {
        width: 66%;
    }

    .feature-box-wrap {
        width: 92%;
    }
}



@media screen and (max-width: 925px) {
    .material-block {
        height: 235px;
    }

    .material-block-txt {
        position: absolute;
        left: 10%;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
}

@media screen and (max-width: 915px) {
    .feature-box-wrap {
        justify-content: center;
    }
}

@media screen and (max-width: 868px) {
    .key-visual {
        width: 360px;
    }

    .bg-wrap1-inner .bg-wrap1-txt {
        padding: 20px 30px;
        left: 5%;
    }

    .sp_none868 {
        display: none;
    }

    .material-lists {
        margin: 40px auto 0;
        width: 600px;
    }

    .material-sample {
        width: 600px;
    }

}

@media screen and (max-width: 800px) {
    .gragh-img img {
        width: 95%;
    }

    .material-block {
        height: 405px;
    }

    .material-block-txt {
        position: absolute;
        left: 50%;
        top: unset;
        bottom: 0;
        padding: 20px 0;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }

    .material-block-img {
        width: 174px;
        left: 51%;
        top: 20px;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 750px) {
    .bg-wrap1-inner {
        height: 70vh;
    }

    .bg-wrap1-inner .bg-wrap1-txt {
        left: 50%;
        top: unset;
        bottom: -100px;
        /* width: 60%; */
        width: max-content;
        transform: translate(-50%, -100%);
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
    }

    .bg-wrap1-inner .bg-wrap1-img {
        width: 100%;
        top: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
}

@media screen and (min-width: 736px) {
    .sp-br {
        display: none;
    }
}

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

    .title2,
    .index-wrap h2 {
        font-size: 24px;
    }

    .deputy-inner {
        width: 70%;
    }
}

@media(max-width:700px) {
    .bg-wrap1-inner {
        height: 520px;
    }
}

@media screen and (max-width: 600px) {
    .bg-wrap1-inner {
        height: 480px;
    }

    .main-visual-wrap {
        background-image: none;
        height: auto;
    }

    .main-visual .white-grad {
        display: none;
    }

    .main-visual>picture>img {
        height: auto;
    }

    .key-visual {
        width: 92%;
        left: 5%;
        top: unset;
        bottom: -48%;
        height: auto;
        transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
    }

    .material-list {
        width: 480px;
        max-width: 92%;
    }

    .material-list a {
        padding: 10px 0;
    }

    .material-list_photo img {
        margin: 12px auto;
        width: 480px;
        max-width: 100%;
    }

    .material-sample {
        width: 480px;
    }

    .title3 {
        width: 95%;
    }

    .gragh-img img {
        width: 95%;
        margin: 0 auto 40px;
    }

    .flow-img img {
        width: 300px;
        margin: 0 auto 40px;
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .material-block-txt {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .title3 {
        font-size: 16px;
    }

    .material-list_photo {
        width: 92%;
    }

    .bg-wrap1-inner {
        height: 440px;
    }

    .bg-wrap1-inner .bg-wrap1-txt {
        bottom: -80px;
        /* width: 70%; */
    }

    .bg-wrap1-inner .bg-wrap1-txt p {
        font-size: 18px;
    }

    .material-block {
        height: 345px;
    }

    .material-btn-wrap {
        display: block;
    }

    .material-btn-wrap .btn2 {
        margin: 0 auto;
    }

    .material-btn-wrap .btn4 {
        margin: 0 auto 24px;
    }

    .deputy-inner {
        width: 80%;
    }

    .bg-wrap1-inner .bg-wrap1-img {
        top: 12%;
    }
}

@media(max-width:420px) {
    .bg-wrap1-inner {
        height: 420px;
    }
}


@media screen and (max-width: 374px) {
    .feature-heading {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .btn2,
    .btn4,
    .btn3 {
        width: 90%;
    }

    .flow-img img {
        width: 95%;
    }
}

/* cookie */
button,
input,
optgroup,
select,
textarea {
    line-height: inherit;
}

button {
    cursor: pointer;
    outline: none;
}

.l-cookie-confirm {
    background-color: #dbdbdb;
    bottom: 0;
    display: none;
    left: 0;
    padding: 15px 45px 15px 16px;
    position: fixed;
    width: 100%;
    z-index: 99;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.l-cookie-confirm.hidden {
    opacity: 0;
}

.l-cookie-confirm__inner {
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
}

.l-cookie-confirm__txt {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5833333333;
}

.l-cookie-confirm__txt a {
    color: #0a50bf;
}

.l-cookie-confirm__txt a:hover {
    text-decoration: underline;
}

.l-cookie-confirm__txt button {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cg transform='translate(-4651 -3312)'%3E%3Crect width='14' height='14' rx='1' transform='translate(4651 3312)' fill='%230b50bf'/%3E%3Cpath d='m4662.279 3316.069-5.333 5.333-2.667-2.667' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: 12px 12px;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    display: inline-block;
    height: 12px;
    margin-left: 4px;
    position: relative;
    vertical-align: bottom;
    width: 12px;
}

.l-cookie-confirm__close,
.l-cookie-confirm__txt button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.l-cookie-confirm__close {
    background: #7f878f url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.429' height='27.428'%3E%3Cg stroke-width='2' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3Cpath d='m1.414 1.414 24.6 24.6M1.414 26.014l24.6-24.6'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: 12px 12px;
    border: none;
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

@media screen and (min-width: 960px) {
    .l-cookie-confirm {
        min-height: 80px;
        padding: 33px 8vw 30px
    }

    .l-cookie-confirm__txt {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.2142857143
    }

    .l-cookie-confirm__txt button {
        background-size: 14px 14px;
        height: 14px;
        width: 14px
    }

    .l-cookie-confirm__close {
        background-size: 16px 16px;
        height: 40px;
        right: 17px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px
    }
}

/* フローティングバナー */
.JAF_floating1 {
    position: fixed;
    bottom: 14px;
    right: 130px;
    display: block;
}

.JAF_floating1 img {
    width: 350px;
}

@media(max-width:600px) {
    .JAF_floating1 {
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
        bottom: 7px;
    }

    .JAF_floating1 img {
        width: 300px;
    }
}

/* ページトップ */
.pagetop {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.froating_box {
    transition: .3s;
    /* 非表示にする */
    opacity: 0;
    visibility: hidden;
}

.is-active {
    /* 表示する */
    opacity: 1;
    visibility: visible;
}

.pagetop a {
    display: block;
    background-color: #0A2B54;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 65px;
}

.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
    transition: 0.5s;
}

@media(max-width:600px) {
    .pagetop {
        display: none !important;
    }

    .pagetop a {
        width: 60px;
        height: 60px;
        line-height: 55px;
        bottom: 15px;
        right: 15px;
    }
}

/* トップページ導入事例 */
.title_deco {
    position: relative;
    margin-bottom: 70px;
}

.title_deco::before {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #1D245F;
    position: absolute;
    bottom: -24px;
}

.home_introductionExample {
    background: url(../img/top/bg_home_introductionExample.png) no-repeat;
    background-size: cover;
    padding: 80px 20px;
    margin-bottom: 3px;
}

.home_introductionExample__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    max-width: 1091px;
    width: 100%;
    margin: 25px auto 0;
}

@media(max-width:990px) {
    .home_introductionExample__wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media(max-width:600px) {
    .home_introductionExample__wrap {
        grid-template-columns: 1fr;
    }

    .home_introductionExample__box {
        max-width: 325px;
    }
}

.home_introductionExample__box {
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    width: 100%;
    margin: 0 auto;
    /* 241219 修正 */
}

/* .home_introductionExample .home_introductionExample__box:nth-child(n+3) {
    margin: 88px auto 0; 
}241219 修正 */

.home_introductionExample__box--left {
    /* width: 380px; 251219 修正*/
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #E8ECF1;
}

.home_introductionExample__box--left img {
    width: 100%;
    aspect-ratio: 332/261;
}

.home_introductionExample__box--left p {
    background-color: #1D245F;
    color: #FFFFFF;
    font-size: 22px;
    line-height: calc(36/24);
    letter-spacing: 0.05em;
    font-weight: bold;
    padding: 24px 16px;
    /* 241219 修正 */
    width: 100%;
    flex-grow: 1;
}

.home_introductionExample__box--left p span {
    font-size: 14px;
    /* 251218 修正 */
    line-height: calc(29/20);
    letter-spacing: 0.05em;
    margin-top: 4px;
    display: inline-block;
}

.home_introductionExample__box--under {
    text-align: right;
    /* 260113 修正 */
    background-color: #1D245F;
    /* 251229 修正 */
    color: #FFFFFF;
    /* 251229 修正 */
    padding: 0 16px 24px;
    /* 251229 修正 */
    width: 100%;
    /* 251229 修正 */
}

.home_introductionExample__box--right {
    width: calc(100% - 380px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.home_introductionExample__box--right p {
    color: #333333;
    font-size: 16px;
    line-height: calc(43/16);
    letter-spacing: 0.12em;
    max-width: 565px;
}

.home_introductionExample__box--right a {
    margin-top: 56px;
}

@media(max-width:768px) {
    .home_introductionExample__box {
        flex-direction: column;
    }

    .home_introductionExample__box--left {
        width: 100%;
    }

    .home_introductionExample__box--left p {
        padding: 15px 30px 15px;
        font-size: 20px;
    }

    .home_introductionExample__box--left p span {
        font-size: 12px;
        /* 251218 修正 */
    }

    .home_introductionExample__box--under{
        padding: 0 30px 15px;
    }

    .home_introductionExample__box--right {
        width: 100%;
    }

    .home_introductionExample__box--right p {
        font-size: 14px;
    }

    .home_introductionExample__box--right a {
        margin-top: 30px;
        width: 100%;
        max-width: 320px;
    }
}

/* 導入事例 */
.caseStudy_inner {
    width: 1100px;
    max-width: 100%;
    margin: 80px auto;
}

.caseStudy_title {
    background-color: #1D245F;
    color: #FFFFFF;
    font-size: 24px;
    line-height: calc(36/24);
    letter-spacing: 0.1em;
    text-align: center;
    padding: 19px 0 17px;
    width: 100%;
    word-break: keep-all;
}

.caseStudy_box {
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid #C2C2C2;
    width: 100%;
}

.caseStudy_box--right {
    width: calc(100% - 380px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.caseStudy_box--right p {
    color: #333333;
    font-size: 16px;
    line-height: calc(26/16);
    letter-spacing: 0.1em;
    max-width: 580px;
    margin-top: 40px;
}

.caseStudy_secTitle {
    color: #1D245F;
    font-size: 28px;
    line-height: calc(45/28);
    letter-spacing: 0.1em;
    border-left: 19px solid #1D245F;
    padding-left: 19px;
    margin-bottom: 80px;
    word-break: keep-all;
    /* 241223修正 */
    /* white-space: pre; */
}

.caseStudy_secTitle--my {
    margin-top: 80px;
}

.caseStudy_introducer {
    color: #333333;
    font-size: 16px;
    line-height: calc(34/16);
    letter-spacing: 0.1em;
    border-bottom: 1px solid #C2C2C2;
    margin: 2px 0 60px;
    width: 660px;
    /* white-space: pre; 241219修正*/
}

.caseStudy_introducer-span {
    width: 150px;
    display: inline-block;
}

.caseStudy_alert {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333333;
    font-size: 16px;
    line-height: calc(24/16);
    letter-spacing: 0.05em;
    margin: 32px 0 60px;
    width: fit-content;
    padding: 16px;
    border-radius: 10px;
    border: 2px solid #1D245F;
    background-color: #1D245F0D;
}

.caseStudy_alert svg{
    width: 20px;
    height: 20px;
    fill: #1D245F;
}

.caseStudy_alert a{
    color: #0056d6;
    text-decoration: underline;
}

.caseStudy_item {
    display: flex;
    gap: 54px;
    margin-top: 72px;
    align-items: start;
}

.caseStudy_item.reverse {
    flex-direction: row-reverse;
}

.caseStudy_item--mb__none {
    margin-top: 0;
}

.caseStudy_item--mt__double {
    margin-top: 160px;
}

.caseStudy_item--box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.caseStudy_item--title {
    color: #1D245F;
    font-size: 20px;
    line-height: calc(34/20);
    letter-spacing: 0.1em;
}

.caseStudy_item--text {
    color: #333333;
    font-size: 16px;
    line-height: calc(30/16);
    letter-spacing: 0.1em;
}

.caseStudy_item--annotation {
    color: #333333;
    font-size: 14px;
    line-height: calc(20/14);
    letter-spacing: 0.1em;
    text-align: right;
    margin-top: 32px;
}

.caseStudy_spOnly {
    display: none;
}

.caseStudy_contact {
    background-color: #E8ECF2;
    padding: 80px 20px;
}

.caseStudy_contact__inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 21px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    align-items: center;
}

.caseStudy_contact__inner p {
    color: #1D245F;
    font-size: 24px;
    line-height: calc(36/24);
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
}

.caseStudy_contact__inner a {
    color: #fff;
    background-color: #386CB9;
    text-align: center;
    transition: all 0.2s;
    border-radius: 4px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 15px 0 13px;
    letter-spacing: 0.1em;
    font-size: 24px;
    width: 288px;
    line-height: calc(36/24);
}

@media(max-width:768px) {
    .caseStudy_inner {
        margin: 50px auto;
    }

    .caseStudy_title {
        font-size: 22px;
    }

    .caseStudy_box {
        flex-direction: column;
    }

    .caseStudy_box--right {
        width: 100%;
    }

    .caseStudy_box--right p {
        margin-top: 20px;
        font-size: 14px;
    }

    .caseStudy_secTitle {
        font-size: 22px;
        border-left: 5px solid #1D245F;
        padding-left: 5px;
        margin-bottom: 40px;
    }

    .caseStudy_secTitle--my {
        margin-top: 40px;
    }

    .caseStudy_item--mt__double {
        margin-top: 80px;
    }

    .caseStudy_introducer {
        font-size: 14px;
        margin-bottom: 30px;
        width: 100%;
    }

    .caseStudy_alert {
        font-size: 14px;
        margin-bottom: 30px;
        padding: 16px 8px;
    }

    .caseStudy_introducer-span {
        width: 120px;
    }

    .caseStudy_item--text {
        font-size: 14px;
    }

    .caseStudy_item--title {
        font-size: 18px;
    }

    .caseStudy_item {
        flex-direction: column;
        margin-top: 40px;
    }

    .caseStudy_item.reverse {
        flex-direction: column;
    }

    .caseStudy_item--img {
        width: 90% !important;
    }

    .caseStudy_item--annotation {
        font-size: 12px;
    }

    .caseStudy_spOnly {
        display: block;
    }

    .caseStudy_contact {
        padding: 60px 10px;
    }

    .caseStudy_contact__inner {
        padding: 40px 20px;
        border-radius: 10px;
    }

    .caseStudy_contact__inner p {
        font-size: 18px;
    }

    .caseStudy_contact__inner a {
        font-size: 18px;
    }
}

@media(max-width:1023px) {
    .caseStudy_item {
        align-items: center;
        gap: 20px;
    }

    .caseStudy_item--img {
        width: 300px;
    }
}

/* セミナーページ */
h2.p-seminar__heading2 {
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    border: unset;
    color: #111111;
    letter-spacing: calc(3.84em/32);
    line-height: calc(48/32);
}

.seminar-inner {
    width: 1100px;
    max-width: 100%;
    margin: 80px auto;
}

.p-seminar__newFlex {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .p-seminar__newFlex {
        flex-direction: column;
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
    }
}

.p-seminar__newFlexRight {
    width: 500px;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .p-seminar__newFlexRight {
        width: 100%;
    }
}

.p-seminar__new-head {
    position: relative;
    padding-bottom: 16px;
}

.p-seminar__new-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #E4BF38 0%, #E4BF38 50%, #1D245F 50%, #1D245F 100%);
}

.p-seminar__new-headTxt {
    font-size: 24px;
    letter-spacing: calc(3.6em/24);
    line-height: calc(74/48);
    font-weight: 700;
}

.p-seminar__new-headTxt--sub {
    font-size: 16px;
    letter-spacing: calc(1.6em/16);
    line-height: calc(24/16);
    font-weight: 600;
    margin-top: 4px;
}

.p-seminar__newDate {
    font-size: 14px;
    letter-spacing: calc(2.1em/14);
    line-height: calc(20/14);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

@media screen and (max-width: 768px) {
    .p-seminar__new-headTxt {
        font-size: 20px;

    }

    .p-seminar__new-headTxt--sub {
        font-size: 14px;
    }

    .p-seminar__newDate {
        font-size: 12px;
    }
}

.p-seminar__newDate::before {
    content: "";
    background-image: url(../img/seminar/calendar-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    aspect-ratio: 14.97/14.26;
}

.p-seminar__newContent {
    margin-top: 30px;
}

.p-seminar__newContent-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* 250122追加 */
.p-seminar__od-listImgFrame{
    aspect-ratio: 345 / 202;
    height: fit-content;
}

.p-seminar__od-listImgFrame img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-seminar__newContent-listHead {
    font-size: 16px;
    letter-spacing: calc(1.6em/16);
    line-height: calc(24/16);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.p-seminar__newContent-listHead::before {
    content: "";
    width: 4px;
    height: 15px;
    background-color: #E4BF38;
}

.p-seminar__newContent-listTxt {
    margin-top: 11px;
    font-size: 14px;
    letter-spacing: calc(1.4em/14);
    line-height: calc(43/28);
}

.p-seminar__newBtn {
    margin-top: 40px;
}

.p-seminar__od {
    margin-top: 160px;
}

@media screen and (max-width: 1024px) {
    .p-seminar__od {
        margin-top: 80px;
    }
}

.p-seminar__od-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px 33px;
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .p-seminar__od-list {
        grid-template-columns: repeat(2, 1fr);
        width: 800px;
        max-width: 100%;
        margin: 0 auto;
        gap: 24px;
    }
}

@media screen and (max-width: 480px) {
    .p-seminar__od-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* 250122追加 */
.p-seminar__od-listItem {
    background-color: #E8ECF2;
    border-radius: 5px;
    overflow: hidden; 
    display: flex;
    flex-direction: column; 
}

.p-seminar__od-listInner {
    padding: 0 22px 30px;
}

@media screen and (max-width: 768px) {
    .p-seminar__od-listInner {
        padding: 0 16px 16px;
    }
}

.p-seminar__od-listHead {
    position: relative;
    padding-bottom: 16px;
    margin-top: 18px;
}

.p-seminar__od-listHead::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #E4BF38 0%, #E4BF38 50%, #1D245F 50%, #1D245F 100%);
}

.p-seminar__od-listHeadTxt {
    font-size: 16px;
    letter-spacing: calc(2.4em/16);
    line-height: calc(48/32);
    font-weight: 700;
}

.p-seminar__od-listHeadTxt--sub {
    font-size: 14px;
    letter-spacing: calc(1.4em/14);
    line-height: calc(20/14);
    font-weight: 600;
    margin-top: 7px;
}

.p-seminar__od-listPoint {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.p-seminar__od-listPointHead {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: calc(1.4em/14);
    line-height: calc(20/14);
    font-weight: 600;
}

.p-seminar__od-listPointHead::before {
    content: "";
    width: 4px;
    height: 15px;
    background-color: #E4BF38;
}

.p-seminar__od-listPointTxt {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: calc(1.3em/13);
    line-height: calc(39/26);
}

.p-seminar__od-listBtn {
    padding: 9px 0;
    width: 100%;
    max-width: 249px;
    background-color: #fff;
    border-radius: 24px;
    display: block;
    color: #1D245F;
    font-size: 19px;
    letter-spacing: calc(2.85em/19);
    line-height: calc(28/19);
    text-align: center;
    font-weight: 500;
    margin: 25px auto 0;
}

/* 250604追加 開始*/
.p-seminar__od-listBtn.finish {
    pointer-events: none;
    color: #1D245F80;
}
/* 250604追加 終了*/

@media screen and (max-width: 600px) {
    .p-seminar__od-listBtn {
        font-size: 16px;
    }
}

.p-seminar__od-pageNation {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 80px;
}

@media screen and (max-width: 1024px) {
    .p-seminar__od-pageNation {
        margin-top: 64px;
    }
}

.p-seminar__od-pageNation-btn {
    font-size: 17px;
    letter-spacing: calc(0.85em/17);
    line-height: calc(20/17);
    font-weight: 500;
    font-family: "Montserrat";
    color: #1D245F;
    background-color: #fff;
    border: solid 1px #1D245F;
    border-radius: 50%;
    width: 33px;
    aspect-ratio: 1/1;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.p-seminar__od-pageNation-btn.current {
    background-color: #1D245F;
    color: #fff;
}

.p-seminar__od-pageNation-btn div {
    margin: auto;
    display: flex;
    align-items: center;
    gap: 0.5px;
}

.p-seminar__od-pageNation-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.p-seminar__od-pageNation-dot span {
    width: 3px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #1D245F;
}

/* セミナー申し込み共通 */
.c-seminarApply__contentImg {
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .c-seminarApply__contentImg {
        margin: 0 auto;
        width: 100%;
        max-height: 360px;
        object-fit: cover;
    }
}

.c-seminar__detail-listItem:nth-child(n + 2) {
    margin-top: 76px;
}

@media screen and (max-width: 768px) {
    .c-seminar__detail-listItem:nth-child(n + 2) {
        margin-top: 36px;
    }
}

.c-seminar__detail-listHead {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(1.125rem, 0.958rem + 0.71vw, 1.813rem);
    letter-spacing: calc(2.9em/29);
    line-height: calc(43/29);
    font-weight: 700;
}

.c-seminar__detail-listHead::before {
    content: "";
    width: 8px;
    height: 1.21em;
    background-color: #E4BF38;
}

.c-seminar__detail-listTxt {
    font-size: 16px;
    letter-spacing: calc(1.2em/16);
    line-height: calc(160/80);
    margin-top: 25px;
}

/* 250425追加開始 */
.c-seminar__detail-listTxt span {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}
/* 250425追加終了 */

@media screen and (max-width: 768px) {
    .c-seminar__detail-listTxt {
        font-size: 14px;
        margin-top: 16px;
    }
}

.c-seminarApply__head {
    position: relative;
    padding-bottom: 24px;
}

.c-seminarApply__head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #E4BF38 0%, #E4BF38 50%, #1D245F 50%, #1D245F 100%);
}

@media screen and (max-width: 768px) {
    .c-seminarApply__head {
        width: 100%;
    }
}

.c-seminarApply__headTxt {
    font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
    letter-spacing: calc(3.2em/32);
    line-height: calc(103/64);
    font-weight: 700;
}

.c-seminarApply__headTxt--sub {
    margin-top: 16px;
    color: #3A3A3A;
    font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
    letter-spacing: calc(2.4em/24);
    line-height: calc(73/48);
    font-weight: 700;
}

.c-seminarApply__date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    letter-spacing: calc(2.4em/16);
    line-height: calc(24/16);
    font-weight: 500;
    margin-top: 12px;
}

.c-seminarApply__date::before {
    content: "";
    background-image: url(../img/seminar/calendar-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    aspect-ratio: 14.97/14.26;
}


/* 新規セミナー申し込みページ */
.p-newSeminar__flex {
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 24px 48px;
}

@media screen and (max-width: 768px) {
    .p-newSeminar__flex {
        flex-direction: column-reverse;
    }
}

.c-seminarApply__content {
    width: 550px;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .c-seminarApply__content {
        margin: 0 auto;
        width: 100%;
    }
}

.p-newSeminar__detail-list {
    margin-top: 104px;
}

@media screen and (max-width: 768px) {
    .p-newSeminar__detail-list {
        margin-top: 64px;
    }
}

.p-newSeminar__applyBox {
    width: 460px;
    max-width: 50%;
    flex-shrink: 0;
    position: sticky;
    top: 63px;
    right: 0;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .p-newSeminar__applyBox {
        width: 100%;
        max-width: 100%;
        position: static;
        margin: 0 auto;
    }
}

.p-newSeminar__applyBtnTxt {
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    letter-spacing: calc(1.8em/18);
    line-height: calc(54/36);
    font-weight: 600;
    margin-top: 24px;
}

@media screen and (max-width: 768px) {
    .p-newSeminar__applyBtnTxt {
        margin-top: 36px;
        text-align: center;
    }
}

.p-newSeminar__applyBtn {
    font-size: clamp(1rem, 0.863rem + 0.58vw, 1.563rem);
    letter-spacing: calc(2.5em/25);
    line-height: calc(37/25);
    font-weight: 700;
    color: #111111;
    background-color: #E3E3E3;
    padding: 8px 0;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 24px;
}

@media screen and (max-width: 768px) {
    .p-newSeminar__applyBtn {
        width: 480px;
        max-width: 100%;
        margin: 24px auto 0;
    }
}

/* オンデマンド申込ページ */

.p-od__flex {
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 24px 48px;
}
@media screen and (max-width: 768px) {
    .p-od__flex {
        flex-direction: column;
    }
}

.p-od__right{
    width: 460px;
    max-width: 50%;
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
    .p-od__right{
        width: 100%;
        max-width: 100%;
    }
}

.p-od__formWrap {
    margin-top: clamp(2.25rem, 0.157rem + 8.93vw, 10.875rem);
}

.p-od__formTxt {
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    letter-spacing: calc(1.8em/18);
    line-height: calc(54/36);
    font-weight: 600;
    text-align: center;
}

.p-od__form {
    background: #fff;
    box-shadow: 5px 5px 10px #0000001A;
    padding: 22px 21px 40px;
    margin-top: 27px;
}

@media screen and (max-width: 768px) {
    .p-od__form{
        padding: 22px 12px 40px;
    }
}

.p-od__form-label {
    display: flex;
    align-items: center;
    gap: 6px;
}

.p-od__form-row:nth-child(n + 2) {
    margin-top: 16px;
}

.p-od__form-label--txt {
    font-size: 14px;
    letter-spacing: calc(1.05em/14);
    line-height: calc(20/14);
    font-weight: 500;
}

.p-od__form-label--badge {
    font-size: 12px;
    letter-spacing: calc(0.9em/18);
    line-height: calc(18/12);
    width: 43px;
    display: block;
    text-align: center;
}

.p-od__form-label--badge.required {
    color: #fff;
    background-color: #D60000;
}

.p-od__formInput-text {
    margin-top: 8px;
    padding: 6px !important;
    border: 1px solid #e2e2e2;
    width: 100%;
    font-size: 1em;
    font-family: inherit;
    -webkit-appearance: none;
}

.p-od__formInput-select select {
    border-radius: unset;
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0 !important;
}

.p-od__formInput-select{
    position: relative;
    margin-top: 8px;
}
.p-od__formInput-select::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 6px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #1d245f;
    border-bottom: 0;
    pointer-events: none;
}

.p-od__form-privacy {
    width: fit-content;
    margin: 31px auto 0;
    text-align: center;
}

.p-od__form-privacy {
    font-size: 13px;
    letter-spacing: calc(1.95em/13);
    line-height: calc(39/26);
}

.p-od__form-privacy a {
    color: #386CB9;
}

.p-od__form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 15px;
}
.p-od__form-checkBox{
    width: 15px;
    aspect-ratio: 1/1;
}
.p-od__form-checkTxt {
    font-size: 16px;
    letter-spacing: calc(1.6em/16);
    font-weight: 500;
}

.p-od__form-btn{
    font-size: 18px;
    letter-spacing: calc(1.8em/18);
    line-height: calc(26/18);
    font-weight: 500;
    color: #1D245F;
    display: block;
    text-align: center;
    padding: 11px 0;
    width: 213px;
    max-width: 100%;
    margin: 43px auto 0;
    border: 1px solid #1D245F;
    border-radius: 24px;
    box-shadow: none;
    font-family: 'Noto Sans JP';
}

.p-od__form-row .error {
    color: #D60000;
    margin: 5px 0 0;
}

.p-od__form--massage {
    margin: 50px 0 0;
}

.p-od__form--massage.error {
    color: #D60000;
}

.p-od__form-buttons{
    display: flex;
    gap: 10px;
}

@media screen and (min-width: 600px) {
    .p-od__form-btn:hover{
        color: #fff;
        background-color: #1D245F;
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .p-od__form-btn{
        margin-top: 36px;
        font-size: 16px;
    }
}

/* 250605追加 開始*/
.c-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 37px;
    gap: 28px;
}

@media screen and (max-width: 600px) {
    .c-banner {
        margin-top: 0;
        flex-direction: column;
    }
}
/* 250605追加 終了*/

/* 260203追加 開始*/
.c-banner__section {
    width: 1100px;
    max-width: 95%;
    margin: 24px auto;
}

.c-banner__section .caseStudy_box{
    /* transition: transform 0.3s; */
    justify-content: center;
    gap: 32px;
    border: none;
    background-color: transparent;
}

/* .c-banner__section .caseStudy_box:hover {
    transform: scale(1.05);
}

.c-banner__section .caseStudy_box a:hover {
    opacity: 1;
} */

@media screen and (max-width: 600px) {
    .c-banner__section {
        margin-bottom: 0;
    }
}
/* 260203追加 終了*/
