@charset "utf-8";

/*
Theme Name:未来創世ラボ
Version: 1.1
*/
/*============================
トップページ
============================*/
/*メインビジュアル*/
.mv {
    /*background-image: url("../mytheme/img/top_bg.png");*/
    /*background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255)), url(../mytheme/img/top_bg.png);*/
    /*background-size: cover;*/
    /*height: 95vh;*/
}

.mv .mv_abu {
    width: 100%;
    padding-top: 15%;

}

.mv .mv_abu p.h1 {
    font-size: 2.7em;
    position: relative;
}

.mv .mv_abu p.h1,
.mv .mv_abu p.h1 span {
    letter-spacing: 0.2em;
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 4.5s infinite linear;
    background-attachment: fixed;
    margin-bottom: 0;
    line-height: unset;
}

.mv .mv_abu p.h1 {
    background-image: linear-gradient(90deg,
            #000 0%,
            #000 45%,
            #fff 50%,
            #000 55%,
            #000 100%);
}

.mv .mv_abu p.h1 span {
	font-size: 1.15em;
    display: inline-block;
    background-image: linear-gradient(90deg,
            #1478f0 0%,
            #1478f0 45%,
            #fff 50%,
            #1478f0 55%,
            #1478f0 100%);
}

@keyframes shine {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

.mv .mv_abu p {
    line-height: 30px;
	margin-bottom: 30px;
}

.mv .mv_abu p span {
    color: #1478f0;
    letter-spacing: 0.2em;
}

.mv .movie_blk {
    width: 100%;
    position: relative;
    padding-bottom: 8%;
}

.mv .movie_blk video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.mv .mv_abu_h1 {
    width: 50%;
    margin-right: 5%;
}

.mv .mv_abu_text {
    width: 45%;
}

@media screen and (max-width: 1200px) {
    .mv .mv_abu p.h1 {
        font-size: 2.5em;
    }

    .mv .mv_abu_text {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .mv {
        height: auto;
        overflow: hidden;
    }

    .mv .mv_abu {
        width: 100%;
        padding-top: 120px;
        display: block;
    }

    .mv .mv_abu_h1 {
        width: 100%;
    }

    .mv .mv_abu_text {
        width: 100%;
    }

    .mv .mv_abu p.h1 {
        margin-bottom: 0px;
        font-size: 2.4em;
    }

    .mv .mv_abu p.en {
        font-size: 13px;
    }

    .mv .mv_abu p {
        line-height: 30px;
        margin-top: 5%;
    }
}

/*ピックアップ*/
.pickup {
	
}

.pickup .h2 {
    width: 25%;
}

.pickup h2 {
    font-size: 5em;
    line-height: 95px;
    background: linear-gradient(317deg, #0010d2 0%, #be15dd 40%, #ff5c8f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pickup .h2 p {
    font-size: 16px;
    letter-spacing: 0.2em;
}

.pickup ul {
    width: 75%;
    margin-left: 5%;
}

.pickup ul li {
    margin: 0 2%;
    background-color: #fff;
    border-radius: 60px 18px 18px 18px;
    padding: 10px;
    position: relative;
}

.pickup .news_txt {
    padding: 20px 70px 20px 20px;
    border-radius: 0 0 18px 18px;
    /*height: 122px;*/
    position: relative;
}

.pickup li.cate_health .news_txt {
    background-color: #d4f8ec;
}

.pickup li.cate_ai .news_txt {
    background-color: #d1daff;
}

.pickup li .news_txt .category {
    font-size: 14px;
}

.pickup li .news_txt .category::before {
    content: '●';
    margin-right: 5px;
}

.pickup li .news_txt .category.cate_ai::before {
    color: #B434F4;
}

.pickup li .news_txt .category.cate_bpo::before {
    color: #00C3B6;
}

.pickup li .news_txt .category.cate_health::before {
    color: #00C3E6;
}

.pickup li .news_txt .category.cate_sports::before {
    color: #005ED0;
}

.pickup li .news_txt .category.cate_info::before {
    color: #F664A6;
}

.pickup li .news_txt .category.cate_ehs::before {
    color: #3ECF52;
}

.pickup li .news_txt .category.cate_foreign::before {
    color: #FF7940;
}

.pickup ul .img {
    overflow: hidden;
    border-radius: 60px 18px 0 0;
}

.pickup .news_txt .corner {
    position: absolute;
    bottom: 0;
    right: -3px;
}

.pickup li a {
    position: relative;
}

.pickup li a::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    right: 1%;
    z-index: 0;
    background-color: #1478f0;
    border-radius: 50%;
    bottom: 1%;
    margin: auto;
    transition: .25s;
    z-index: 40;
}

.pickup li a:hover::before {
    background-color: #3cdfff;
}

.pickup li img:hover {
    transform: scale(1.1);
    transition: .3s;
}

.pickup li::before {
    content: "";
    position: absolute;
    right: 5%;
    bottom: 7.5%;
    background: #ffffff;
    width: 20px;
    height: 2px;
    transition: .25s;
    z-index: 50;
}

.pickup li::after {
    content: "";
    position: absolute;
    right: 5%;
    bottom: 7.7%;
    width: 10px;
    height: 2px;
    background: #ffffff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 1px) 50%;
    transition: .25s;
    z-index: 50;
}

/*PHRコネクト　サイト公開するまで小さく表示*/
.pickup .ul_pickup {
    /*display:flex;*/
}

.pickup ul li {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
}

.pickup li.cate_health {
	width: 39%;
	margin-left:5%;
}

.pickup li.cate_health a {
    pointer-events: none;
}

.pickup li.cate_health a::before {
    background-color: unset;
}

.pickup li.cate_health .title{
	font-size: 15px;
}
.pickup li.cate_health .news_txt {
    padding: 20px 25px 20px 20px;
}




@media screen and (max-width: 1200px) {
    .pickup h2 {
        font-size: 4.5em;
    }
}

@media screen and (max-width: 767px) {
    .pickup .flex {
        display: block;
    }

    .pickup .h2 {
        width: 100%;
        margin-top: 10%;
    }

    .pickup h2 {
        font-size: 3em;
    }

    .pickup .h2 p {
        font-size: 14px;
        margin-top: -15px;
    }

    .pickup ul {
        width: 100%;
        margin: 0;
    }

    .pickup .ul_pickup {
        display: block;
		margin-top: 8%;
    }

    .pickup ul li {
        margin-bottom: 9%;
    }

    .pickup li::before {
        right: 6%;
        bottom: 8%;
    }

    .pickup li::after {
        right: 6%;
        bottom: 8.2%;
    }
	.pickup ul li {
		display:block;
		width:100%;
	}
	.pickup li.cate_health {
        width: 85%;
        margin: 0 auto;
    }
	.pickup li.cate_health .title {
       font-size: 14px;
    }
	.pickup .news_txt {
        padding: 20px 30px 20px 20px;
	}
}

/*トピックス　スライド　　非表示*/
.h2_wrap {
    max-width: 77%;
    margin: 0 auto;
    align-items: center;
    justify-content: unset;
}

.h2_wrap h2 {
    font-size: 5em;
    letter-spacing: 0.1em;
    margin-right: 5%;
}

.h2_wrap p {
    line-height: 35px;
}

.topSlider img {
    border-radius: 20px;
    box-shadow: none;
}

.bl_topSlider .slick-slide {
    transform: scale(.75);
    transition: transform .1s;
}

.bl_topSlider .slick-slide.slick-current {
    transform: scale(.85);
}

.bl_topSlider.slick-dotted.slick-slider {
    margin: 0 auto !important;
    padding: 20px 0;
}

.topSlider .slick-dots {
    position: relative;
    z-index: 3;
    bottom: 9px !important;
    text-align: center !important;
}

.topSlider .slick-dots li {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    margin: 0 17px !important;
}

.topSlider .slick-dots li button {
    padding: 0 !important;
    color: transparent !important;
    outline: none !important;
    width: 15px !important;
    border: unset !important;
    height: 15px !important;
    display: block !important;
    /* background: #8f8f8f !important; */
    border: solid 1.5px #8f8f8f !important;
    background: unset;
    cursor: pointer !important;
    border-radius: 15px;
}

.topSlider .slick-dots li.slick-active button {
    background: #1478f0 !important;
    border: solid 1.5px #1478f0 !important;
}

.topSlider .slick-dots li button:before {
    content: none !important;
}

.topSlider a:hover {
    opacity: .8;
}

.topSlider ul.bl_topSlider li.slick-slide {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 12px #0000000d;
    padding: 25px;
}

.topSlider .slick-prev {
    left: 25.5%;
    bottom: 50%;
}

.topSlider .slick-next {
    right: 25%;
    bottom: 50%;
}

.bl_topSlider li.slick-slide {
    position: relative;
}

.bl_topSlider li.slick-slide::before {
    content: "";
    position: absolute;
    right: 6%;
    bottom: 33%;
    background: #fff;
    width: 28px;
    height: 2px;
    transition: .25s;
    z-index: 50;
}

.bl_topSlider li.slick-slide a::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    right: 4%;
    z-index: 0;
    background-color: #1478f0;
    border-radius: 50%;
    bottom: 28.5%;
    margin: auto;
    transition: .25s;
    z-index: 40;
}

.bl_topSlider li.slick-slide::after {
    content: "";
    position: absolute;
    right: 6%;
    bottom: 33%;
    width: 14px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 1px) 50%;
    transition: .25s;
    z-index: 50;
}

.bl_topSlider li.slick-slide a:hover::before {
    background-color: #3cdfff;
}

.bl_topSlider li .news_txt {
    margin: 20px 0;
}

.bl_topSlider li .news_txt .category::before {
    content: '●';
    margin-right: 5px;
}

.bl_topSlider li .news_txt .category.cate_ai::before {
    color: #B434F4;
}

.bl_topSlider li .news_txt .category.cate_bpo::before {
    color: #00C3B6;
}

.bl_topSlider li .news_txt .category.cate_health::before {
    color: #00C3E6;
}

.bl_topSlider li .news_txt .category.cate_sports::before {
    color: #005ED0;
}

.bl_topSlider li .news_txt .category.cate_info::before {
    color: #F664A6;
}

.bl_topSlider li .news_txt .category.cate_ehs::before {
    color: #3ECF52;
}

.bl_topSlider li .news_txt .category.cate_foreign::before {
    color: #FF7940;
}

.bl_topSlider li .news_txt .title {
    font-size: 1.3em;
    margin: 10px 0;
}

.bl_topSlider li .news_txt p.date {
    color: #969696;
}

.bl_topSlider .slick-slide:not(.slick-center) {
    opacity: .5;
}


/*スポーツのスライド*/
.sports_Slider .column_Slider.slick-slider li.slick-slide {
    transform: scale(.8);
    margin: -1%;
}

.top-column .sports_Slider .column_Slider.slick-slider .slick-list {
    padding: 0 0 0 0 !important;
}

.top-column .sports_Slider .column_Slider li.slick-slide a::before {
    width: 55px;
    height: 55px;
    bottom: 30%;
}

.top-column .sports_Slider .column_Slider li.slick-slide a::after {
    width: 82px;
    height: 77px;
    bottom: 27%;
}

.top-column .sports_Slider .column_Slider li.slick-slide::before {
    width: 24px;
    height: 2.5px;
    bottom: 36%;
}

.top-column .sports_Slider .column_Slider li.slick-slide::after {
    bottom: 36.1%;
    width: 13px;
    height: 2.5px;
}

.top-column .sports_Slider .column_Slider li.slick-slide .news_txt .title {
    font-size: 20px;
}


/*ヘルスケアのスライド*/
.health_Slider .column_Slider.slick-slider li.slick-slide {
    transform: scale(.8);
    margin: -1%;
}

.top-column .health_Slider .column_Slider.slick-slider .slick-list {
    padding: 0 0 0 0 !important;
}

.top-column .health_Slider .column_Slider li.slick-slide a::before {
    width: 55px;
    height: 55px;
    bottom: 30%;
}

.top-column .health_Slider .column_Slider li.slick-slide a::after {
    width: 82px;
    height: 77px;
    bottom: 27%;
}

.top-column .health_Slider .column_Slider li.slick-slide::before {
    width: 24px;
    height: 2.5px;
    bottom: 36%;
}

.top-column .health_Slider .column_Slider li.slick-slide::after {
    bottom: 36.1%;
    width: 13px;
    height: 2.5px;
}

.top-column .health_Slider .column_Slider li.slick-slide .news_txt .title {
    font-size: 20px;
}

/*外国人のスライド*/
.foreign_Slider .column_Slider.slick-slider li.slick-slide {}




@media screen and (max-width: 1300px) {
    .h2_wrap h2 {
        font-size: 4em;
    }
}

@media screen and (max-width: 750px) {
    .bl_topSlider .slick-slide.slick-current {
        transform: scale(0.9);
        opacity: unset;
    }

    .topSlider .slick-prev {
        left: 3%;
    }

    .topSlider .slick-next {
        right: 3%;
    }

    .bl_topSlider li.slick-slide a::before {
        display: none;
    }

    .bl_topSlider li .news_txt .title {
        font-size: 1.2em;
    }

    .bl_topSlider li .news_txt {
        margin-bottom: 0;
    }
}


/*背景　白いグラデーション*/
.haikei-grade {
    background: linear-gradient(to bottom, #ffffff00, #ffffff, #ffffff, #ffffff, #ffffff00);
    background: linear-gradient(to top, #ffffff, 65%, #ffffff00);
    height: 165px;
    margin-top: -165px;
}

/*エイジェック未来創発ラボへようこそ*/
.welcome {
    background: linear-gradient(to bottom, #ffffff00, #ffffff, #ffffff00);
    background: -webkit-linear-gradient(top, #ffffff00, #ffffff, #ffffff00, );
    background: -moz-linear-gradient(top, #ffffff00, #ffffff, #ffffff00);
    padding: 3% 0 6%;
}

.welcome .flex .logo {
    width: 35%;
}

.welcome .flex .text {
    width: 60%;
}

.welcome .flex .logo .agk {
    text-align: center;
    margin-top: 15%;
}

.welcome .flex .text .text_main {
    font-size: 1.9em;
    margin-bottom: 20px;
}

.welcome .flex .text p {
    line-height: 40px;
}

@media screen and (max-width: 750px) {
    .welcome {
        margin-top: 20%;
    }

    .welcome .flex {
        display: block;
    }

    .welcome .flex .logo {
        width: 100%;
    }

    .welcome .flex .text {
        width: 100%;
    }

    .welcome .flex .text p {
        line-height: 35px;
    }

    .welcome .flex .text .text_main {
        font-size: 1.5em;
        text-align: center;
        line-height: 40px;
        margin-top: 7%;
    }

    .welcome .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        justify-content: space-evenly;
    }

    .welcome .flex .logo .lab {
        width: 240px;
    }

    .welcome .flex .logo .agk {
        margin-top: 0%;
        width: 160px;
    }
}

/*コラム*/
.top-column {
    background: linear-gradient(to bottom, #ffffff00, #b5f8ff, #e5f1e1, #fef3e8, #f9d6d8, #f2e7ef);
    background: -webkit-linear-gradient(top, #ffffff00, #b5f8ff, #e5f1e1, #fef3e8, #f9d6d8, #f2e7ef);
    background: -moz-linear-gradient(top, #ffffff00, #b5f8ff, #e5f1e1, #fef3e8, #f9d6d8, #f2e7ef);
    padding: 5% 0;
}

/*.topSlider.c_Slider{
    max-width: 77%;
    margin: 0 auto;	
}*/
.top-column h3 {
    max-width: 77%;
    margin: 0 auto;
    margin-bottom: 2%;
    font-size: 2em;
    letter-spacing: 0.2em;
}

.top-column h3 span {
    margin-right: 15px;
}

.c_Slider.ai_Slider h3 span {
    color: #B434F4;
}

.c_Slider.bpo_Slider h3 span {
    color: #00C3B6;
}

.c_Slider.health_Slider h3 span {
    color: #00C3E6;
}

.c_Slider.sports_Slider h3 span {
    color: #005ED0;
}

.c_Slider.info_Slider h3 span {
    color: #F664A6;
}

.c_Slider.ehs_Slider h3 span {
    color: #3ECF52;
}

.c_Slider.foreign_Slider h3 span {
    color: #FF7940;
}

.top-column .column_Slider li.slick-slide {
    margin: 0 .35%;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 12px #0000000d;
    padding: 15px;
}

.top-column .column_Slider_wrap {
    position: relative;
    z-index: 5;
    margin: 0 0 0 auto;
    max-width: 90%;
}

.top-column .column_Slider .slick-list {
    padding: 0 5% 0 0 !important;
}

.topSlider.c_Slider .slick-prev {
    left: -4%;
    bottom: 50%;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border: 2px solid #1478f0;
}

.topSlider.c_Slider .slick-next {
    right: 3%;
    bottom: 50%;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border: 2px solid #1478f0;
}

.top-column .column_Slider .slick-prev:before,
.top-column .column_Slider .slick-next:before {
    font-size: 20px;
    color: #1478f0;
}

.top-column .column_Slider .slick-prev:hover,
.top-column .column_Slider .slick-next:hover {
    border: 2px solid #1478f0;
}

.top-column .column_Slider li.slick-slide a::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    right: 5%;
    z-index: 0;
    background-color: #1478f0;
    border-radius: 50%;
    bottom: 33%;
    margin: auto;
    transition: .25s;
    z-index: 40;
}

.top-column .column_Slider li.slick-slide a::after {
    content: "";
    position: absolute;
    width: 69px;
    height: 60px;
    right: 2%;
    z-index: 0;
    /*background-color: #fff;*/
    mask-image: url(../mytheme/img/pickup_corner.png);
    border-radius: 20px;
    bottom: 31%;
    margin: auto;
}

.top-column .column_Slider li.slick-slide::before {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 39%;
    background: #fff;
    width: 20px;
    height: 2px;
    transition: .25s;
    z-index: 50;
}

.top-column .column_Slider li.slick-slide::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 39%;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 1px) 50%;
    transition: .25s;
    z-index: 50;
}

.top-column .column_Slider li.slick-slide a:hover::before {
    background-color: #3cdfff;
}

.top-column .c_Slider {
    margin-top: 5%;
}

.top-column .column_Slider li.slick-slide .news_txt .title {
    height: 60px;
    margin: 10px 0;
}

.top-column .column_Slider li.slick-slide .news_txt p.date {
    color: #969696;
}

.topSlider.c_Slider .slick-dots li {
    display: none;
}

.topSlider.c_Slider li.slick-slide .img {
    position: relative;
}

.topSlider.c_Slider li.slick-slide .img .corner {
    position: absolute;
    bottom: -2px;
    right: -3px;
    width: 22%;
}



@media screen and (max-width: 1200px) {
    .top-column h3 {
        margin-bottom: 1%;
        font-size: 1.6em;
    }

    .h2_wrap h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 1050px) {
    .top-column .h2_wrap {
        display: block;
    }
}


@media screen and (max-width: 750px) {
    .top-column {
        padding-top: 15%;
    }

    .top-column .h2_wrap {
        display: block;
        max-width: 90%;
    }

    .h2_wrap h2 {
        font-size: 3em;
    }

    .top-column h3 {
        max-width: 90%;
        font-size: 1.2em;
    }

    .top-column .column_Slider li.slick-slide a::before {
        right: 7%;
        bottom: 42%;
    }

    .top-column .column_Slider li.slick-slide::before {
        right: 11%;
        bottom: 50%;
    }

    .top-column .column_Slider li.slick-slide::after {
        right: 11%;
        bottom: 50%;
    }

    .top-column .c_Slider {
        margin-top: 13%;
    }

    .top-column .column_Slider .slick-list {
        padding: 0 0% 0 0 !important;
    }

    .top-column .column_Slider_wrap {
        max-width: 90%;
        margin: 0 auto;
    }

    .topSlider.c_Slider .slick-next {
        right: -3%;
    }
}


/*イノベーションセンター説明*/
.nova {
    background: linear-gradient(to bottom, #f2e7ef, #ffffff00, #ffffff00, #ffffff00);
    background: -webkit-linear-gradient(top, #f2e7ef, #ffffff00, #ffffff00);
    background: -moz-linear-gradient(top, #f2e7ef, ##ffffff00, #ffffff00);
    position: relative;
    padding: 7% 0;
    overflow: hidden;
}

.nova .abu_text {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 3px 12px #0000000d;
    width: 47%;
    padding: 3%;
    position: absolute;
    left: 44%;
    top: 16%;
    z-index: 1;
}

.nova .abu_text .nova_color {
    color: #E83943;
}

.nova .abu_text .catch {
    font-size: 2em;
    margin: 25px 0;
}

.nova .abu_text .eng {
    font-size: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.btn {
    width: 40%;
    margin: 40px 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    background: #e83943;
    color: #fff;
    text-align: center;
    display: block;
    /* width: 35%; */
    line-height: 3;
    min-width: 230px;
    border-radius: 70px;
    position: relative;
    /* margin: 0 auto; */
    border: solid 2px #e83943;
}

.btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 0px);
    right: 8%;
    background: #fff;
    width: 12px;
    height: 1px;
    transition: .25s;
}

.btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 8%;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 1px) 50%;
    transition: .25s;
}

.nova .abu_text .btn:hover {
    background: #fff;
    color: #e83943;
}

.nova .abu_text .btn:hover::before,
.nova .abu_text .btn:hover::after {
    background: #F94C0D;
}

.nova .abu_img_circle1 {
    position: absolute;
    top: 0;
    right: -5%;
}

.nova .abu_img_circle2 {
    position: absolute;
    bottom: 30%;
    left: 10%;
}

.nova .abu_agk {
    width: 70%;
    border-radius: 30px;
    margin: auto;
    background-color: #005BAC;
    background-image: linear-gradient(90deg, #005BAC, #0080f2);
    padding: 3% 5%;
    margin-top: 8%;
    position: relative;
    height: 346px;
}

.nova .abu_agk .company_name {
    font-size: 1.5em;
    margin-top: 15px;
}

.nova .abu_agk .flex {
    align-items: end;
}

.nova .abu_agk .flex p {
    line-height: 30px;
}

.nova .abu_agk .text_agk {
    width: 60%;
    margin-top: 2%;
}

.nova .abu_agk .abu_agk_logo {
    position: absolute;
    top: 0;
    right: 1%;
}

.nova .abu_agk .btn {
    z-index: 1;
    border: solid 2px #fff;
    background: unset;
    min-width: 300px;
}

.nova .abu_agk .btn::before {
    display: none;
}

.nova .abu_agk .btn::after {
    display: none;
}

.nova .abu_agk .btn:hover {
    background: #fff;
    color: #0080f2;
}

.nova .abu_agk .btn:hover::before,
.nova .abu_agk .btn:hover::after {
    background: #0080f2;
}


@media screen and (max-width: 767px) {
    .nova .abu_text {
        position: unset;
        width: 90%;
        margin: 0 auto;
        padding: 5%;
        margin-top: -10%;
    }

    .nova .abu_img_circle1 {
        top: 8%;
        right: -14%;
        width: 53%;
    }

    .nova .abu_img_circle2 {
        bottom: 26%;
        left: -17%;
        width: 49%;
    }

    .btn {
        font-size: 15px;
    }

    .nova .abu_agk .flex {
        display: block;
    }

    .nova .abu_text .catch {
        font-size: 1.3em;
        margin-bottom: 10px;
    }

    .nova .abu_agk {
        width: 90%;
        height: auto;
        padding: 7% 6% 10%;
        text-align: center;
    }

    .nova .abu_agk .text_agk {
        width: 100%;
    }

    .nova .abu_text .nova_color {
        font-size: 18px;
    }

    .nova .abu_text .eng {
        margin-bottom: 0px;
    }

    .nova .nova_btn a {
        min-width: 230px;
        margin: 0 auto;
        margin-top: 6%;
    }

    .nova .abu_agk .abu_agk_logo {
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 65%;
    }

    .nova .abu_agk .btn {
        min-width: 250px;
        margin: 0 auto;
        margin-top: 6%;
    }

    .nova .abu_agk .flex p {
        line-height: 27px;
        text-align: left;
        font-size: 15px;
    }

    .nova .abu_agk .company_name {
        font-size: 1.2em;
        text-align: center;
        margin-bottom: 15px;
    }
}

/*============================
フッター
============================*/
.footer {
    background: -webkit-linear-gradient(right, #c1e3f4, #d5f1f3, #d5f1f3, #edf9ef, #fcf8ea, #fdeee6);
    padding: 5% 0;
}

.footer h2 {
    font-size: 5em;
    letter-spacing: 0.1em;
    margin-left: 80px;
    position: relative;
    margin-bottom: 5%;
}

.footer h2::before {
    position: absolute;
    content: "";
    background: no-repeat center / contain url(./img/contact_icon.png);
    left: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 64px;
}

.footer .text .text_inner {
    display: flex;
    align-items: center;
}

.footer .text .text_inner p {
    margin-top: -20px;
    margin-left: 10px;
}

.footer .btn {
    border: solid 2px #ff4e58;
    background: #ff4e58;
    min-width: 350px;
    line-height: 25px;
    padding: 15px 0;
}

.footer .btn span {
    font-size: 13px;
}

.footer .btn:hover {
    background: #fff;
    color: #ff4e58;
}

.footer .btn::before {
    display: none;
}

.footer .btn::after {
    display: none;
}

footer .footer_copyright {
    padding: 9px 5px;
    text-align: center;
    font-size: .75rem;
    background: #2a3554;
    color: #fff;
}

@media screen and (max-width: 1300px) {
    .footer h2 {
        font-size: 4em;
    }
}

@media screen and (max-width: 1200px) {
    .footer h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 960px) {
    .footer {
        padding: 13% 0;
        margin-top: 5%;
    }

    .footer .flex {
        display: block;
    }

    .footer h2 {
        font-size: 3em;
        margin-left: 70px;
        text-align: center;
        display: inline-block;
    }

    .footer .text .text_inner {
        display: block;
        text-align: center;
    }

    .footer h2::before {
        left: -50px;
        width: 40px;
    }

    .footer .text .text_inner p {
        text-align: center;
        margin: 0;
        margin-top: -15px;
    }

    .footer .detail {
        text-align: center;
        margin-top: 5%;
    }

    .footer .btn {
        min-width: 290px;
        margin: 0 auto;
        margin-top: 5%;
    }
}

/* 2025/10/29 */

.mv .slick-prev,
.mv .slick-next {
    background: transparent;
    box-shadow: none;
    width: 38px;
    height: 76px;
}

.mv .slick-next:before,
.mv .slick-prev:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(./img/arrow.png) no-repeat center / contain;
}

.mv .slick-prev {
    transform: scale(-1, 1);
}

.bl_topSlider li.slick-slide a::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    right: 2%;
    z-index: 0;
    background-color: #fff;
    border-radius: 20px;
    bottom: 26%;
    margin: auto;
}

#foreign_slider li.slick-slide {
    margin: 0 2%;
}

@media screen and (max-width: 1300px) {

    .mv .slick-prev,
    .mv .slick-next {
        width: 20px;
        height: 33px;
    }

    .bl_topSlider li.slick-slide a::after {
        width: 90px;
        height: 70px;
        bottom: 31%;
    }
}

@media screen and (max-width: 768px) {
    #foreign_slider li.slick-slide {
        margin: 0 .35%;
    }
}

@media screen and (max-width: 750px) {
    .mv .slick-prev {
        left: 1%;
    }

    .mv .slick-next {
        right: 1%;
    }

    .bl_topSlider li.slick-slide a::after {
        display: none;
    }

}