@charset "UTF-8";

/*
Theme Name: agekke
Description: 
Author: エイジェック広報部
License: Copyright AGEKKE GROUP All Rights Reserved.
*/

/*============================
共通要素
============================*/

.cont_ttl {
    text-align: center;
}

.cont_ttl p {
    color: #057AF0;
    font-size: 2.5rem;
    margin: 0 0 10px;
}

.cont_ttl h2 {
    font-size: 4rem;
}

@media screen and (max-width: 780px) {
    .cont_ttl p {
        font-size: 1.8rem;
        margin: 0;
    }

    .cont_ttl h2 {
        font-size: 2.7rem;
    }
}

/* MV */

.mv {
    /*padding: 70px 0 70px;*/
    /*background: url(./img/mv_bg.jpg) center / cover no-repeat;*/
	position:relative;
}

.mv .abu {
    position: absolute;
    top: 10%;
    left: 5%;
}

.mv img{
	width:100%;
}
.mv .wrap {
    max-width: 90%;
}
.mv .mv_haikei.only-pc{
    height: 700px;	
}

.mv p {
    font-size: 3rem;
    color: #fff;
    background: #057AF0;
    margin: 0 0 15px;
    display: table;
    padding: 5px 1.5% 0;
}
.mv_catch {
    font-size: 6rem;
    line-height: 1.6;
    margin: 30px 0 0;
	font-weight: bold;
}

.mv_catch small {
    font-size: 4.5rem;
    display: block;
}

.c_blue {
    color: #057AF0;
}

.mv .flex {
    max-width: 1000px;
}

.mv_txt {
    width: 55%;
    margin-top: 35px;
}

.mv_txt img {
    display: block;
    max-width: 250px;
}

.mv_txt h1 {
    font-size: 5.5rem;
}

.mv_img {
    width: 35%;
    position: relative;
    bottom: 25px;
    left: -70px;
}

@media screen and (max-width: 1500px) {
.mv .mv_haikei.only-pc{
    height: auto;	
}	
}

@media screen and (max-width: 1400px) {
.mv p {
    font-size: 2rem;	
}
.mv_catch small {
    font-size: 4rem;
}
.mv_catch {
    line-height: 1.4;
}
}

@media screen and (max-width: 1200px) {
.mv_img {
    width: 27%;
    left: -240px;
}
}

@media screen and (max-width: 1080px) {
    .mv_catch {
        font-size: 5rem;
    }

    .mv_txt h1 {
        font-size: 5.3rem;
    }

    .mv_catch small {
        font-size: 3.8rem;
    }
}
@media screen and (max-width: 1000px) {
.mv_img {
     left: -30%;
}
.mv_txt img {
    max-width: 160px;
}
.mv_catch {
    margin: 15px 0 0;
}
    .mv_txt h1 {
        font-size: 4.5rem;
    }
}
@media screen and (max-width: 820px) {
    .mv_img {
        width: 27%;
        left: -30%;
        bottom: 35px;
    }
.mv_txt img {
    max-width: 150px;
}
    .mv_txt h1 {
        font-size: 4rem;
    }
	    .mv_catch small {
        font-size: 3rem;
    }
.mv .abu {
    left: 2%;
}
    .mv_catch {
        font-size: 4rem;
    }
.mv_txt {
    margin-top: 15px;
}
}
@media screen and (max-width: 768px) {
    .mv p {
        font-size: 1.6rem;
        padding: 0px 1.5% 0;
        margin: 0 0 10px;
    }

    .mv p:nth-of-type(1) {
        font-size: 1.5rem;
    }

    .mv_catch small {
        font-size: 2rem;
    }

    .mv_catch {
        font-size: 4rem;
        line-height: 1.2;
        margin: 15px 0 15px;
    }

    .mv_txt {
        width: 100%;
    }

    .mv_txt h1 {
        font-size: 3.5rem;
    }

    .mv_img {
        width: 100%;
        bottom: 0;
    }
    .mv_img {
        width: 32%;
        left: -15%;
        bottom: -50px;
}
	.mv_img.gamen{
        width: 140px;
        left: 81%;
        bottom: 85px;
	}
	
    .mv_txt img {
        max-width: 130px;
        margin: 0;
    }
}

@media screen and (max-width: 750px) {
    .mv {
        /*padding: 30px 0 30px;*/
        /*background: url(./img/mv_bg-mov.jpg) left / cover no-repeat;*/
    }
	.mv .abu {
    top: 5%;
}
	.mv_img.gamen {
        position: unset;
        width: 90%;
	    margin-top: 15px;
    }
    .mv_txt {
        margin-top: 0px;
    }
}

/* issue */

.issue {
    padding: 100px 0 0;
    text-align: center;
}

.issue h2 {
    font-size: 4rem;
    line-height: 1.7;
}

.issue ul {
    margin: 70px 0 90px;
}

.issue ul li {
    width: 30%;
}

.issue ul li p {
    font-size: 2rem;
}

.issue ul li img {
    display: block;
    max-height: 250px;
    width: auto;
    margin: 30px auto 0;
}

.issue h3 {
    font-size: 3.5rem;
    line-height: 1.7;
    background: #057AF0;
    color: #fff;
    padding: 10px 0;
}

.issue h3 span {
    color: #FEFD32;
}
@media screen and (max-width: 1100px) {
.issue ul li img {
    max-height: 180px;
}	
}
@media screen and (max-width: 980px) {
    .issue ul li {
        width: 33%;
    }
}

@media screen and (max-width: 820px) {
.issue h3 {
    padding: 10px 90px;
}
.issue ul li img {
    max-height: 170px;
}
}
@media screen and (max-width: 780px) {
    .issue {
        padding: 70px 0 0;
    }

    .issue h2 {
        font-size: 1.7rem;
    }

    .issue ul {
        margin: 50px 0 40px;
    }

    .issue ul li {
        width: 100%;
        margin: 0 0 50px;
    }

    .issue ul li p {
        font-size: 1.4rem;
    }

    .issue ul li img {
        max-height: 130px;
        margin: 10px auto 0;
    }

    .issue h3 {
        font-size: 2.3rem;
    }

    .issue h3 span {
        display: block;
    }
}

/* product */

.product {
    padding: 90px 0 150px;
}

.product_list {
    max-width: fit-content;
    margin: auto;
}

.product_list li {
    font-size: 3.3rem;
    margin: 0 0 30px;
    position: relative;
}

.product_list li::before {
    content: "";
    position: absolute;
    left: -12%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 60px;
    background: url(./img/about_check.png) center / contain no-repeat;
}

.about {
    border: solid 4px #057AF0;
    border-radius: 20px;
    padding: 70px 3%;
    margin: 100px 0 130px;
    position: relative;
}

.product_ttl {
    font-size: 3.7rem;
    color: #fff;
    background: #057AF0;
    border-radius: 50px;
    position: absolute;
    text-align: center;
    width: 80%;
    padding: 10px 0;
    margin: auto;
    top: -35px;
    left: 0;
    right: 0;
}

.about p {
    font-size: 2rem;
    width: fit-content;
    margin: 0 auto 80px;
}

.about p span {
    background: linear-gradient(transparent 64%, #FFFDC5 0%);
}

.step {
    background: #EFEFEF;
    padding: 90px 3% 20px;
    position: relative;
}

.step ul li {
    width: 32%;
    text-align: center;
    display: flex;
    flex-direction: column;
	position:relative;
}

.step ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -9%;
    top: 50%;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url(./img/flow_arrow.png) center / contain no-repeat;
}


.step ul li p {
    font-size: 2.3rem;
    flex-grow: 1;
}

@media screen and (max-width: 780px) {
    .product {
        padding: 60px 0 90px;
    }

    .product_list li {
        font-size: 1.6rem;
        margin: 0 0 20px;
    }

    .product_list li::before {
        left: -10%;
        width: 25px;
        height: 30px;
    }

    .product_ttl {
        font-size: 1.8rem;
        width: 100%;
        top: -15px;
    }

    .about {
        padding: 60px 3%;
        margin: 60px 0 80px;
    }

    .about p {
        font-size: 1.4rem;
        margin: 0 auto 40px;
    }

    .step {
        padding: 70px 3% 0;
    }

    .step ul li {
        width: 100%;
        margin: 0 0 30px;
    }

    .step ul li p {
        font-size: 1.6rem;
    }
	
.step ul li:not(:last-child)::before {
    right: 47%;
    top: auto;
    bottom: 0;
    transform: rotate(90deg);
}
}	
@media screen and (max-width: 640px) {	
    .step ul li:not(:last-child)::before {
        right: 43%;
	    bottom: -3%;
}	
}	

/* use */

.use {
    background: #EDF6FF;
    padding: 200px 0 150px;
    position: relative;
    z-index: 0;
}

.use::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
    width: 800px;
    height: 260px;
    background: url(./img/txt_use.png) center / contain no-repeat;
    z-index: -1;
}

.use ul {
    margin: 100px 0 0;
}

.use ul li {
    width: 23%;
    text-align: center;
}

.use ul li p {
    font-size: 1.5rem;
    margin: 25px 0 0;
}

@media screen and (max-width: 820px) {
.use {
    padding: 100px 0 50px;
}
.use ul li {
    width: 45%;
    margin-bottom: 60px;
}
.use::before {
    top: 50px;
    width: 600px;
}
}
@media screen and (max-width: 780px) {
    .use {
        padding: 130px 0 40px;
    }

    .use::before {
        width: 300px;
        height: 100px;
    }

    .use ul {
        margin: 70px 0 0;
    }

    .use ul li {
        width: 90%;
        margin: 0 auto 50px;
    }

    .use ul li p {
        font-size: 1.4rem;
        margin: 15px 0 0;
    }
}

/* cta */

.cta {
    padding: 70px 0 90px;
    text-align: center;
    background: url(./img/cta_bg.webp) center / cover no-repeat;
}

.cta h2 {
    color: #fff;
    font-size: 4.4rem;
}

.cta h2 small {
    display: block;
    font-size: 3rem;
}

.cta p {
    color: #fff;
    font-size: 2rem;
    margin: 20px 0 30px;
}

.btn {
    display: block;
    width: 31%;
    font-size: 2rem;
    border-radius: 40px;
    padding: 20px 0;
}

.btn1 {
    background: #E3025C;
    color: #fff;
}

.btn2 {
    background: #FFBA00;
    color: #033176;
}

.btn3 {
    background: #fff;
    color: #033176;
}

.btn span {
    position: relative;
    left: 5%;
}

.btn1 span::before {
    content: "";
    position: absolute;
    left: -25%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 33px;
    height: 34px;
    background: url(./img/cta_dl.png) center / contain no-repeat;
}

.btn2 span::before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 31px;
    height: 31px;
    background: url(./img/cta_pen.png) center / contain no-repeat;
}

.btn3 span::before {
    content: "";
    position: absolute;
    left: -40%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 44px;
    height: 30px;
    background: url(./img/cta_mail.png) center / contain no-repeat;
}

@media screen and (max-width: 780px) {
    .cta {
        padding: 60px 0 40px;
    }

    .cta h2 {
        font-size: 2.2rem;
    }

    .cta h2 small {
        font-size: 1.8rem;
    }

    .cta p {
        font-size: 1.4rem;
    }

    .btn {
        width: 85%;
        font-size: 1.8rem;
        padding: 15px 0;
        margin: 0 auto 20px;
    }

    .btn1 span::before {
        width: 23px;
        height: 24px;
    }

    .btn2 span::before {
        width: 21px;
        height: 21px;
    }

    .btn3 span::before {
        width: 34px;
        height: 20px;
    }
	
	.cta {
        background: url(./img/cta_bg-mov.webp) center / cover no-repeat;
    }
}

/* feature */

.feature {
    padding: 210px 0 170px;
    position: relative;
    z-index: 0;
}

.feature::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
    width: 800px;
    height: 260px;
    background: url(./img/txt_feature.png) center / contain no-repeat;
    z-index: -1;
}

.feature ul {
    margin: 80px 0 0;
}

.feature ul li {
    margin: 0 0 70px;
    padding: 70px 10%;
    border-radius: 2.5rem;
    box-shadow: 3px 3px 10px #0000002B;
    align-items: center;
    position: relative;
}

.feature ul li:nth-of-type(1):before {
    content: "";
    position: absolute;
    left: 5%;
    top: 5%;
    margin: auto;
    width: 188px;
    height: 185px;
    background: url(./img/feature_01.png) center / contain no-repeat;
    z-index: -1;
}

.feature ul li:nth-of-type(2):before {
    content: "";
    position: absolute;
    left: 5%;
    top: 5%;
    margin: auto;
    width: 188px;
    height: 185px;
    background: url(./img/feature_02.png) center / contain no-repeat;
    z-index: -1;
}

.feature ul li:nth-of-type(3):before {
    content: "";
    position: absolute;
    left: 5%;
    top: 5%;
    margin: auto;
    width: 188px;
    height: 185px;
    background: url(./img/feature_03.png) center / contain no-repeat;
    z-index: -1;
}

.feature ul li.feature01 .feature_img{
	width: 27%;
}

.feature_txt {
    width: 65%;
}

.feature_txt h3 {
    font-size: 4.5rem;
    color: #057AF0;
    margin: 0 0 15px;
}

.feature_txt p {
    font-size: 2.5rem;
}

.feature_img {
    width: 30%;
}

.feature ol li:nth-child(even) {
    position: relative;
    top: -60px;
}

.feature_slider {
    padding: 120px 0 0;
    overflow: hidden;
    width: 100%;
}

.feature_slider .slide_track {
    display: flex;
    flex-wrap: nowrap;
    animation: slide 20s linear infinite;
    width: calc(300px * 10 + 20px * 10);
}

.feature_slider .slide_track li {
    flex-shrink: 0;
    width: 300px;
    margin: 0 0 0 20px;
}

.feature-slider .slide-track li:nth-child(5n+2),
.feature-slider .slide-track li:nth-child(5n+4) {
    position: relative;
    top: -60px;
}

.feature_slider .slide_track li img {
    width: 100%;
    height: auto;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 780px) {
    .feature {
        padding: 140px 0 70px;
    }

    .feature::before {
        width: 300px;
        height: 100px;
    }

    .feature_txt {
        width: 100%;
        margin: 0 0 30px;
    }

    .feature_txt h3 {
        font-size: 2.5rem;
        margin: 0 0 10px;
    }

    .feature_txt p {
        font-size: 1.6rem;
    }

    .feature ul li {
        margin: 0 0 50px;
        padding: 40px 3% 20px;
    }

    .feature_img {
        width: 35%;
        margin: auto;
    }

    .feature ul li:nth-of-type(1):before,
    .feature ul li:nth-of-type(2):before,
    .feature ul li:nth-of-type(3):before {
        left: auto;
        right: 5%;
    }

    .feature ol li:nth-child(even) {
        top: -20px;
    }

    .feature_slider {
        padding: 80px 0 0;
    }

    .feature_slider .slide_track li {
        width: 150px;
    }

    .feature_slider .slide_track {
        width: calc(150px * 10 + 20px * 10);
    }
    .feature ul li:nth-of-type(1):before {
        width: 150px;
	}
	.feature ul li:nth-of-type(2):before {
        width: 150px;
	}
	.feature ul li:nth-of-type(3):before {
        width: 150px;
	}
}

/* movie */

.movie {
    padding: 170px 0 120px;
    text-align: center;
    background: url(./img/product_bg.webp) center / cover no-repeat;
}

.movie h2 {
    font-size: 4rem;
    margin: 0 auto 30px;
    position: relative;
}

.movie h2::before {
    content: "";
    position: absolute;
    left: 15%;
    bottom: 50%;
    margin: auto;
    width: 285px;
    height: 175px;
    background: url(./img/product_comment.png) center / contain no-repeat;
}

.movie iframe {
    width: 90%;
    height: 570px;
}

@media screen and (max-width: 780px) {
    .movie {
        padding: 130px 0 80px;
    }

    .movie h2 {
        font-size: 2.5rem;
    }

    .movie h2::before {
        left: 0%;
        bottom: 70%;
        width: 175px;
        height: 105px;
    }

    .movie iframe {
        width: 100%;
        height: 270px;
    }
}

/* flow */

.flow {
    padding: 240px 0 180px;
    position: relative;
    z-index: 0;
}

.flow::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
    margin: auto;
    width: 800px;
    height: 260px;
    background: url(./img/txt_flow.png) center / contain no-repeat;
    z-index: -1;
}

.cont_txt {
    text-align: center;
    font-size: 1.8rem;
    margin: 50px 0 70px;
}

.flow ul li {
    width: 21%;
    position: relative;
}

.flow ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -20%;
    top: 25%;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url(./img/flow_arrow.png) center / contain no-repeat;
}

.flow ul li span {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #057AF0;
    font-weight: 500;
    margin: 20px 0 0;
}

.flow ul li h3 {
    text-align: center;
    font-size: 2.5rem;
    margin: 10px 0 20px;
}

.flow ul li p {
    font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
    .flow ul li:not(:last-child)::before {
        right: -20%;
        top: 20%;
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 780px) {
    .flow {
        padding: 140px 0 20px;
    }

    .flow::before {
        top: 100px;
        width: 300px;
        height: 100px;
    }

    .cont_txt {
        font-size: 1.5rem;
    }

    .flow ul li {
        width: 90%;
        margin: 0 auto 70px;
    }

    .flow ul li img {
        max-width: 90%;
        display: block;
        margin: auto;
    }

    .flow ul li span {
        font-size: 1.6rem;
        margin: 10px 0 0;
    }

    .flow ul li h3 {
        font-size: 2rem;
        margin: 5px 0 10px;
    }

    .flow ul li:not(:last-child)::before {
        right: 0;
        left: 0;
        top: auto;
        bottom: -40px;
        transform: rotate(90deg);
        width: 25px;
        height: 25px;
    }

}

/* support */

.support {
    padding: 260px 0 150px;
    background: url(./img/support_bg.webp) center / cover no-repeat;
    position: relative;
    z-index: 0;
}

.support::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 290px;
    height: 210px;
    background: url(./img/support_arrow.png) top / contain no-repeat;
    z-index: -1;
}

.support h2 {
    color: #fff;
    font-size: 6rem;
    text-align: center;
}

.support .cont_txt {
    color: #fff;
    margin: 25px 0 60px;
}

.support ul li {
    width: 48%;
    padding: 50px 3%;
    background: #fff;
    margin: 0 0 45px;
}

.support_txt {
    width: 65%;
}

.support_txt h3 {
    color: #057AF0;
    font-size: 2.5rem;
    margin: 0 0 20px;
    padding: 0 0 0 15%;
    position: relative;
}

.support_txt h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    background: url(./img/support_check.png) center / contain no-repeat;
}

.support_txt p {
    font-weight: 500;
    font-size: 1.8rem;
}

.support_img {
    width: 30%;
}

.support_img img {
    display: block;
}

@media screen and (max-width: 980px) {
    .support_txt {
        width: 70%;
    }

    .support_txt h3::before {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 780px) {
    .support::before {
        width: 150px;
        height: 110px;
    }

    .support h2 {
        font-size: 2.5rem;
    }

    .support ul li {
        width: 100%;
        padding: 30px 3%;
        margin: 0 0 35px;
    }

    .support_txt {
        width: 100%;
    }

    .support_img {
        width: 30%;
        margin: 20px auto 0;
    }

    .support_txt h3 {
        font-size: 2rem;
        margin: 0 0 10px;
        padding: 0 0 0 10%;
    }

    .support_txt h3::before {
        width: 25px;
        height: 25px;
    }

    .support_txt p {
        font-size: 1.4rem;
    }

    .support {
        padding: 150px 0 70px;
    }
	.support {
        background: url(./img/support_bg-mov.webp) center / cover no-repeat;
	}
}

/* faq */

.faq {
    background: #EDF6FF;
    padding: 210px 0 160px;
    position: relative;
    z-index: 0;
}

.faq::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
    margin: auto;
    width: 800px;
    height: 260px;
    background: url(./img/txt_faq.png) center / contain no-repeat;
    z-index: -1;
}

.faq::after {
    content: "";
    position: absolute;
    left: 7%;
    top: 20%;
    margin: auto;
    width: 194px;
    height: 221px;
    background: url(./img/faq.png) center / contain no-repeat;
    z-index: -1;
}

.faq ul {
    margin: 90px 0 0;
}

.faq ul li {
    position: relative;
    margin: 0 0 30px;
}

.q_txt {
    display: block;
    position: relative;
    z-index: 1;
    padding: 20px 7%;
    background: #fff;
    box-shadow: 0px 0px 6px #0000002E;
    border-radius: 20px;
    font-size: 2rem;
    font-weight: 500;
}

.q_txt::after,
.q_txt::before {
    content: "";
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 3px;
    height: 20px;
    background: #000;
    transition: all 0.3s;
    z-index: 10;
}

.q_txt span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3%;
    margin: auto;
    width: 3.2rem;
    height: 4.3rem;
    background: url(./img/faq_q.png) center / contain no-repeat;
}

.toggle {
    display: none;
}

.toggle:checked+.q_txt::before {
    transform: rotate(90deg) !important;
}

.q_txt::after {
    transform: rotate(90deg);
}

.a_txt {
    max-height: 0;
    overflow: hidden;
    position: relative;
    padding: 0 5% 0 7%;
    background: #057AF0;
    box-shadow: 0px 0px 6px #0000002E;
    border-radius: 20px;
}

.a_txt p {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    padding: 20px 0;
}

.a_txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 3%;
    bottom: 0;
    margin: auto;
    width: 3rem;
    height: 4.5rem;
    background: url(./img/faq_a.png) center / contain no-repeat;
}

.toggle:checked+.q_txt+.a_txt {
    max-height: 1800px;
    transition: all 1.5s;
}

@media screen and (max-width: 780px) {
    .faq {
        padding: 170px 0 60px;
    }

    .faq::before {
        width: 300px;
        height: 100px;
    }

    .faq::after {
        left: 3%;
        top: 3%;
        width: 90px;
        height: 100px;
    }

    .faq ul {
        margin: 70px 0 0;
    }

    .q_txt span::before,
    .a_txt::before {
        width: 2rem;
        height: 3rem;
    }

    .q_txt::after,
    .q_txt::before {
        width: 3px;
        height: 13px;
    }

    .q_txt {
        padding: 15px 7% 15px 10%;
        font-size: 1.4rem;
    }

    .a_txt {
        padding: 0 7% 0 10%;
    }

    .a_txt p {
        font-size: 1.4rem;
        padding: 15px 0;
    }
}