@charset "UTF-8";

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

.noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    font-size: 1.6rem;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 700;
}

.ttl {
    margin: 0 0 80px;
}

.ttl p {
    font-size: 2rem;
    color: #005bac;
    letter-spacing: 2rem;
}

.ttl h2 {
    font-size: 10rem;
    color: #005bac;
    letter-spacing: 2rem;
    line-height: 1;
    font-family: "Bebas Neue", sans-serif;
}

.ttl h2 span {
    color: #03acef;
    letter-spacing: 2rem;
}

.btn {
    color: #005bac;
    border-radius: 15px;
    border: solid 2px #005bac;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 2.3rem;
    padding: 15px 0;
    width: 300px;
    position: relative;
}

.btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 5%;
    margin: auto;
    width: 12px;
    height: 26px;
    background: url(./img/arrow_b.png) center / contain no-repeat;
}

@media screen and (max-width: 780px) {
    .ttl h2 {
        font-size: 6rem;
        letter-spacing: 1.7rem;
    }

    .ttl h2 span,
    .ttl p {
        letter-spacing: 1.5rem;
    }
}

/* mv */
@media screen and (max-width: 780px) {
    #mv {
        margin-top: 50px;
    }
}

/* feature */

#feature {
    padding: 100px 0 120px;
}

#feature h2 {
    text-align: center;
    font-size: 5.6rem;
    color: #005bac;
    font-weight: 800;
}

#feature small {
    font-size: 4rem;
}

.feature_main {
    align-items: center;
    margin: 90px 0 110px;
}

.feature_txt {
    width: 60%;
    background: #cde6f9;
    border-radius: 10px;
	padding: 40px 80px;
}

.feature_txt h3 {
    text-align: center;
    color: #005bac;
    font-size: 3rem;
    position: relative;
	line-height: 1.3;
	margin: 0 0 30px;
}

.feature_txt p {
    font-size: 2rem;
    color: #005bac;
	line-height: 1.7;
}

.feature_txt p:first-of-type {
	margin: 0 0 20px;
}

.feature_img {
    width: 35%;
}

.feature_logo li {
    width: 40%;
}

.feature_logo li img {
    display: block;
    margin: 0 auto 40px;
}

.feature_logo li p {
    font-size: 1.9rem;
}

@media screen and (max-width: 780px) {
    #feature {
        padding: 20px 0 30px;
    }

    #feature h2 {
        font-size: 3.2rem;
    }

    #feature small {
        font-size: 2.3rem;
    }

    .feature_main {
        margin: 50px 0 90px;
        flex-direction: column-reverse;
    }

    .feature_txt {
        width: 100%;
    }

    .feature_img {
        width: 100%;
        margin: 0 0 70px;
    }

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

    .feature_logo li img {
        width: 70%;
        margin: 0 auto 20px;
    }
}

/* recommend */

#recommend {
    padding: 100px 0 90px;
    background: #005bac;
}

#recommend h2 {
    text-align: center;
    color: #fff;
    font-size: 5rem;
    position: relative;
}

#recommend h2::after {
    content: "";
    position: absolute;
    bottom: -75%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 30px;
    background: url(./img/recommend.png) center / cover no-repeat;
}

#recommend ul {
    margin: 80px auto 0;
    width: fit-content;
}

#recommend ul li {
    color: #fff;
    font-size: 2.8rem;
    margin: 0 0 20px;
    position: relative;
    line-height: 1.4;
}

#recommend ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: -8%;
    margin: auto;
    width: 35px;
    height: 35px;
    background: url(./img/check.png) center / contain no-repeat;
}

@media screen and (max-width: 780px) {
    #recommend h2 {
        font-size: 3rem;
    }

    #recommend h2::after {
        width: 100%;
        height: 20px;
    }

    #recommend ul li {
        font-size: 2rem;
        padding: 0 0 0 9%;
    }

    #recommend ul li::before {
        width: 20px;
        height: 20px;
        left: 0;
    }

    #recommend ul {
        margin: 55px auto 0;
    }

    #recommend {
        padding: 60px 0 45px;
    }
}

/* news */

#news {
    padding: 110px 0 90px;
    background: url(./img/bg_academy.jpg) center / cover no-repeat;
}

.news_list {
    margin: 0 0 60px;
}

.news_list li {
    width: 30%;
	margin-right: 6%;
}

.news_img img {
    border-radius: 20px;
	display: block;
	width: 100%;
}

.news_txt {
    margin: 10px 0 0;
}

.date {
    display: inline-block;
}

.category {
    color: #fff;
    background: #005bac;
    padding: 0 8px;
    margin: 0 0 0 3%;
    display: inline-block;
    font-size: 1.4rem;
}

.news_txt h3 {
    font-size: 1.7rem;
    margin: 10px 0 0;
    line-height: 1.4;
}

/*お知らせ投稿　初期*/
#news .news_list.flex{
    justify-content: unset;
}

@media screen and (max-width: 780px) {
    .news_list li {
        width: 100%;
        margin: 0 0 40px;
    }

    .news_txt h3 {
        font-size: 2.1rem;
    }
}

/* about */

#about {
    padding: 70px 0 100px;
}

.about_plus h3 {
    font-size: 3rem;
    font-weight: 800;
    margin: 0 0 50px;
    color: #005bac;
    text-align: center;
}

.about_colab {
    margin: 80px 0 0;
}

.about_colab h3 {
    font-size: 4.3rem;
    color: #e95504;
    letter-spacing: 1rem;
    margin: 0 0 40px;
    text-align: center;
}

.colab_box {
    padding: 40px 5% 50px;
    border: solid 2px #e95504;
    border-radius: 30px;
}

.colab_box .flex {
    align-items: center;
}

.colab_l {
    width: 60%;
}

.colab_l p {
    font-size: 1.8rem;
    margin: 30px 0 0;
}

.colab_r {
    width: 35%;
    text-align: center;
}

.colab_r h4 {
    color: #e95504;
    font-size: 4.2rem;
    letter-spacing: .5rem;
}

.colab_r p {
    color: #e95504;
    font-size: 1.7rem;
    margin: 10px 0 40px;
    line-height: 1.4;
}

.colab_r a {
    color: #fff;
    background: #e95504;
    display: block;
    margin: auto;
    max-width: 350px;
    border-radius: 50px;
    font-size: 2.4rem;
    padding: 15px 0;
}

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

    .colab_l,
    .colab_r {
        width: 100%;
    }
}

/* academy */

#academy {
    padding: 90px 0 100px;
    background: url(./img/bg_academy.jpg) center / cover no-repeat;
}

.academy_ttl {
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    color: #005bac;
}

#academy ul {
    margin: 50px 0 70px;
}

#academy ul li {
    background: #fff;
    border: solid 2px #005bac;
    border-radius: 15px;
    padding: 30px 3% 40px;
    width: 28%;
}

#academy ul li img {
    display: block;
    margin: auto;
    max-width: 40%;
}

#academy ul li h4 {
    text-align: center;
    font-size: 2.4rem;
    margin: 5px 0 10px;
}

.flow_area {
    padding: 50px 3% 90px;
    background: #5fc5db;
    border-radius: 25px;
}

.flow_area h3 {
    text-align: center;
    color: #fff;
    font-size: 5rem;
    letter-spacing: 1rem;
    background: linear-gradient(transparent 64%, #a3dbe8 0%);
    width: fit-content;
    margin: 0 auto 70px;
    padding: 0 3%;
}

.flow_area .flex {
    align-items: center;
}

.time_schedule {
    width: 40%;
}

.time_schedule div {
    background: #fff;
    border-radius: 10px;
    padding: 15px 5%;
    margin: 0 0 30px;
}

.time_schedule div:last-of-type {
    margin: 0;
}

.time_schedule span {
    color: #5fc5db;
    margin: 0 7% 0 0;
}

.time_schedule p {
    font-size: 2.2rem;
}

.schedule_detail {
    width: 55%;
}

.schedule_detail div {
    padding: 35px 0 45px;
    border-bottom: dotted 3px #fff;
}

.schedule_detail h4 {
    font-size: 3.2rem;
    margin: 0 0 20px;
    color: #fff;
}

.schedule_detail p {
    font-size: 2rem;
    line-height: 1.7;
    color: #fff;
}

@media screen and (max-width: 780px) {
    #academy ul li {
        padding: 20px 3% 30px;
        width: 100%;
        margin: 0 0 30px;
    }

    #academy ul {
        margin: 50px 0 15px;
    }

    .flow_area {
        padding: 50px 3% 60px;
    }

    .flow_area h3 {
        font-size: 4rem;
        margin: 0 auto 40px;
    }

    .time_schedule div {
        margin: 0 0 25px;
        text-align: center;
    }

    .time_schedule p {
        font-size: 1.6rem;
        line-height: 1.7;
    }

    .time_schedule span {
        display: block;
        margin: 0;
    }

    .schedule_detail div {
        padding: 25px 0 35px;
    }

    .schedule_detail h4 {
        font-size: 2.4rem;
        margin: 0 0 10px;
    }
}

/* advantage */

#advantage {
    padding: 70px 0 90px;
    background: #d3ebf3;
}

.advantage_main h3 {
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
    color: #005bac;
    position: relative;
    width: fit-content;
    margin: 0 auto 50px;
}

.advantage_main h3 small {
    font-size: 3.3rem;
}

.advantage_main h3::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 0;
    margin: auto;
    width: 200px;
    height: 80px;
    background: url(./img/ttl_acce.png) center / contain no-repeat;
}

.advantage_main ul li {
    width: 23%;
}

.advantage_main ul li h4 {
    font-size: 1.8rem;
    color: #005bac;
    padding-left: 10px;
    border-left: solid 5px #009de6;
    margin: 10px 0 0;
}

.advantage_main ul li p {
    color: #005bac;
    padding: 0 0 0 5%;
}

.advantage_other {
    margin: 70px 0 0;
}

.advantage_other h3 {
    color: #005bac;
    font-size: 3.5rem;
    font-weight: 800;
    text-align: center;
    margin: 0 0 40px;
}

.advantage_other h3 small {
    font-size: 2rem;
}

.advantage_other ul li {
    width: 23%;
    margin: 0 0 30px;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    padding: 15px 0;
    position: relative;
    background: linear-gradient(10deg, #009de6 0%, #009de6 50%, #005bac 50%, #005bac 100%);
}

.advantage_other ul li:nth-child(5),
.advantage_other ul li:nth-child(6),
.advantage_other ul li:nth-child(7),
.advantage_other ul li:nth-child(8) {
    background: linear-gradient(-10deg, #009de6 0%, #009de6 50%, #005bac 50%, #005bac 100%);
}

.advantage_other ul li:nth-child(1)::before,
.advantage_other ul li:nth-child(3)::before,
.advantage_other ul li:nth-child(8)::before {
    content: "専門資格";
    color: #005bac;
    background: #fff;
    border: solid 1px #005bac;
    font-size: 1.4rem;
    padding: 0 1rem;
    line-height: 1.6;
    position: absolute;
    top: -10px;
    left: 0;
}

.txt_img {
    margin: 60px auto 0;
    display: block;
    width: 90%;
}

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

    .advantage_main h3 {
        font-size: 3rem;
    }

    .advantage_main h3 small {
        font-size: 2.4rem;
    }

    .advantage_main h3::before {
        top: -25%;
        width: 130px;
        height: 50px;
    }

    .advantage_main ul li {
        width: 47%;
        margin: 0 0 30px;
    }

    .advantage_main ul li h4 {
        padding-left: 5px;
        border-left: solid 4px #009de6;
    }

    .advantage_other ul li {
        width: 48%;
        margin: 0 0 20px;
        font-size: 1.6rem;
    }

    #advantage .txt_img {
        margin: 10px auto 0;
    }

    .advantage_other h3 {
        font-size: 2.3rem;
        margin: 0 0 25px;
    }
}

/* faq */

#faq {
    padding: 100px 0 90px;
}

#faq .ttl {
    width: 30%;
    margin: 0;
    position: relative;
}

#faq .ttl img {
    position: absolute;
    bottom: 5%;
}

.faq_cont {
    width: 65%;
}

.faq_cont ul li {
    position: relative;
    margin: 0 0 40px;
}

.q_txt {
    display: block;
    position: relative;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    padding: 0 7% 0 5%;
    color: #005bac;
    border-bottom: solid 2px #005bac;
}

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

.q_txt span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 3rem;
    height: 3rem;
    background: url(./img/icon_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;
    margin: 15px 0 0;
    padding: 0 0 0 5%;
}

.a_txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 3rem;
    height: 3rem;
    background: url(./img/icon_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: 55px 0 40px;
    }

    #faq .ttl {
        width: 100%;
    }

    #faq .ttl img {
        position: relative;
        bottom: 0;
        margin: 60px auto 20px;
        width: 60%;
        display: block;
    }

    .faq_cont {
        width: 100%;
    }

    .q_txt::after,
    .q_txt::before {
        right: 1%;
        width: 2px;
        height: 10px;
    }

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

    .q_txt {
        height: auto;
        line-height: normal;
        padding: 10px 3% 10px 8%;
    }

    .faq_cont ul li {
        margin: 0 0 20px;
    }

    .a_txt {
        margin: 10px 0 0;
        padding: 0 0 0 8%;
    }
}

/* access */

#access {
    padding: 100px 0 150px;
    background: #005bac;
}

#access p,
#access h2,
#access h3,
#access li {
    color: #fff;
}

.access_catch {
    font-size: 2.1rem;
    margin: 0 0 50px;
}

.access_box {
    margin: 0 0 60px;
}

.access_box .flex {
    align-items: center;
}

.access_img {
    width: 45%;
}

.access_img img {
    display: block;
    width: 100%;
}

.access_txt {
    width: 50%;
}

.access_txt h3 {
    font-size: 2.7rem;
    margin: 0 0 20px;
}

.access_txt li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 8%;
}

.access_txt li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 3.5rem;
    height: 3.5rem;
}

.access_txt li:nth-child(1):before {
    background: url(./img/icon_pin.png) center / contain no-repeat;
}

.access_txt li:nth-child(2):before {
    background: url(./img/icon_train.png) center / contain no-repeat;
}

.access_txt li:nth-child(3):before {
    background: url(./img/icon_car.png) center / contain no-repeat;
}

.access_txt .btn {
    color: #fff;
    width: 80%;
    min-width: 300px;
    background: #009de6;
    padding: 25px 0;
    margin: 70px 0 0;
    font-size: 1.6rem;
}

.access_txt .btn::after {
    background: url(./img/arrow.png) center / contain no-repeat;
}

.access_box strong {
    display: block;
    font-size: 4rem;
    margin: 0 0 30px;
    color: #fff;
}

@media screen and (max-width: 780px) {
    #access {
        padding: 60px 0 20px;
    }

    #access .ttl {
        margin: 0 0 45px;
    }

    .access_img {
        width: 100%;
    }

    .access_txt {
        width: 100%;
        margin: 20px 0 0;
    }

    .access_txt li::before {
        width: 2.5rem;
        height: 2.5rem;
    }

    .access_txt .btn {
        width: 100%;
        padding: 20px 0;
        font-size: 1.5rem;
    }

    .access_txt h3 {
        font-size: 2rem;
    }

    .access_box strong {
        font-size: 3rem;
        text-align: center;
        margin: 0 0 20px;
    }

    .access_txt .btn {
        margin: 20px 0 0;
    }
}

/* footer */

footer {
    padding: 0 0 40px;
}

.footer_nav {
    background: #333;
    padding: 20px 0;
}

.footer_nav .flex {
    align-items: center;
}

.footer_nav .flex li {
    width: 22%;
}

.footer_nav .flex li h2 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 1.6rem;
}

.footer_nav .flex li a {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 0 10px;
    display: block;
}

.sns_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 40px auto 60px;
}

.sns_list li {
    width: 13%;
    margin: 0 4%;
    text-align: center;
    background: #333;
    padding: .1rem .5rem;
    border-radius: 5px;
}

.sns_list li a {
    color: #fff;
    font-size: 3rem;
}

.footer_under {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_under img {
    max-width: 300px;
}

.footer_under p {
    font-size: 1.3rem;
    margin-left: 3%;
}

@media screen and (max-width: 780px) {
    .footer_nav .flex li h2 {
        margin: 0 0 10px;
    }

    .footer_nav .flex li {
        width: 100%;
        margin: 0 0 20px;
    }

    .sns_list li {
        padding: 0;
    }
}

/* お知らせ一覧 */

.mv_low {
    padding: 120px 0 130px;
    background: url(./img/bg_mv_low.jpg) center / cover no-repeat;
    text-align: center;
    margin: 70px 0 0;
}

.mv_low h1,
.content_ttl {
    font-size: 4rem;
    color: #fff;
    line-height: 1.6;
}

.mv_low p {
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.6;
    font-weight: 500;
}

.bread {
    padding: 50px 0 0;
}

.bread ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bread ul li {
    margin-right: 1%;
}

.bread ul li p,
.bread ul li a {
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
}

.main_content {
    padding: 70px 0 100px;
}

.archive ul li {
    padding: 30px 0;
    border-top: solid 2px #DCDCDC;
}

.archive ul li:last-child {
    border-bottom: solid 2px #DCDCDC;
}

.archive ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.archive .news_img {
    width: 30%;
}

.archive .news_img img {
    border-radius: 0;
}

.archive .news_txt {
    width: 65%;
    margin: 0;
    padding: 30px 0 0;
}

.main_content .date {
    font-size: 2rem;
    font-weight: 500;
}

.archive .news_txt h3 {
    font-size: 2.2rem;
    margin: 15px 0 0;
    line-height: 1.4;
    font-weight: 500;
}

.pagenation {
    padding: 100px 0 0;
}

.pagenation ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagenation ul li {
    margin: 0 1%;
    position: relative;
}

.pagenation ul li {
    padding: 1rem 2rem;
    font-size: 2.3rem;
    font-weight: 400;
    color: #fff;
    background: #DCDCDC;
}

.pagenation ul li a {
    font-size: 2.3rem;
    font-weight: 400;
    color: #fff;
}

.pagenation ul li.active {
    background: #000;
}

.pagenation ul li.next {
    background: transparent;
}

.pagenation ul li.next a {
    color: #000;
    font-size: 2.2rem;
    font-weight: 500;
}

.pagenation ul li.next::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: -15%;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(./img/arrow_page.png) center / contain no-repeat;
}

.content_head h1 {
    font-size: 3rem;
    margin: 10px 0 0;
    line-height: 1.4;
}

.content_area {
    margin: 50px 0 90px;
}

.content_area p {
    font-size: 2rem;
    font-weight: 500;
}

.content_nav ul {
    align-items: center;
    justify-content: center;
}

.content_nav ul li {
    width: 21%;
    margin: 0 1.5%;
}

.content_nav ul li a {
    color: #005bac;
    border: solid 2px #005bac;
    padding: 15px 0;
    display: block;
    text-align: center;
    transform: skewX(-15deg);
}

.content_nav ul li a span {
    transform: skewX(15deg);
}

@media screen and (max-width: 780px) {
    .archive .news_img {
        width: 100%;
    }

    .archive .news_img img {
        width: 100%;
    }

    .archive .news_txt {
        width: 100%;
        padding: 10px 0 0;
    }

    .mv_low {
        padding: 70px 0 60px;
    }

    .mv_low h1,
    .content_ttl {
        font-size: 2.4rem;
    }

    .bread {
        padding: 20px 0 0;
        overflow-x: auto;
    }

    .bread ul {
        min-width: 500px;
    }

    .pagenation ul li {
        padding: .1rem 1rem;
        font-size: 2rem;
    }

    .pagenation ul li a {
        font-size: 2rem;
    }

    .pagenation ul li.next::before {
        right: -20%;
        width: 15px;
        height: 15px;
    }

    .content_nav ul li {
        width: 30%;
        margin: 0 1.5%;
    }

    .content_nav ul li a {
        padding: 10px 0;
        font-size: 1.4rem;
    }

    .content_head h1 {
        font-size: 2.7rem;
    }
}

/*リキャプチャ*/
.recaptcha {
    margin: 10px 0 0;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.recaptcha a {
    margin: 0 5px;
    text-decoration: underline;
}