@charset "utf-8";
* {font-family: 'Noto Sans JP', sans-serif;}

/* font-size-setting
---------------------------------------------------------- */
@media screen and (min-width:769px) {
    /* 16px = 1.6rem */
    html {font-size: 62.5%;}
    body {font-size: 1.6rem;}
}
@media screen and (max-width: 768px) {
    /* html {font-size: 2vw;} */
}
@media screen and (max-width: 519px) {
    html {font-size: 3.8vw;}
}

/* common
---------------------------------------------------------- */
body {color: #333;}
img {max-width: 100%;}
a {color: #333; text-decoration: none;}
a:hover {text-decoration: underline;}
li {list-style: none;}

.pc_cont {display: block;}
.tb_cont {display: none;}
.sp_cont {display: none;}

.contents {
    padding: 8rem 0 10rem;
}
.contents_inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.section_title {
    text-align: center;
    color: #00A26B;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.section_title-number {
    font-family: Century Gothic;
    font-size: 4.8rem;
    font-weight: bold;
    margin: 0 0.1em;
}
.section_title-sub {
    font-size: 2.4rem;
}
.section_text {
    text-align: center;
    margin-bottom: 6rem;
}
.section_text-bold {
    font-weight: 700;
}
.section_text-small {
    font-size: 1.4rem;
}

/* .header
---------------------------------------------------------- */
.header_inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo {
    max-width: 14rem;
}
.header_col {
    display: flex;
    align-items: center;
}
.header_links_wrap {
    margin-right: 0.8rem;
}
.header_links {
    display: inline-block;
    font-weight: 500;
    margin-right: 4rem;
}
.header_links a {
    color: #00A26B;
}
.header_tel_wrap {
    color: #fff;
    background-color: #00A26B;
    padding: 1rem 2rem;
    border-radius: 0 0 10px 10px;
    margin-bottom: 1rem;
    text-align: center;
}
.header_tel {
    font-size: 3.2rem;
}
.header_tel a {
    color: #fff;
    font-family: Century Gothic;
    text-decoration: none;
}
.header_tel img {
    max-width: 3.4rem;
    margin-bottom: -0.5rem;
}
.header_notice {
    font-size: 1.3rem;
}


/* #bnrContact - セミナーバナー
---------------------------------------------------------- */
#bnrSeminar{text-align: center;height: 80px;margin: 120px auto 0 auto ;}
#bnrSeminar a img{max-height:100%;}
#bnrSeminar a:hover {opacity: 0.8}


/* .reasonSection - エイブルが選ばれる4つの理由
---------------------------------------------------------- */
.reasonSection {
    background-color: #F3F8F6;
}
.reasonSection .section_title {
    margin-bottom: 8rem;
}
.reason_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 7rem 4rem;
}
.reason {
    width: calc((100% - 4rem)/2);
    padding: 5rem 3.5rem;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}
.reason_number {
    position: absolute;
    color: #00A26B;
    font-family: Century Gothic;
    font-size: 4.8rem;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
}
.reason_title {
    color: #F25653;
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
}
.reason_text {
    line-height: 1.75;
}

/* .contact - お問い合わせ
---------------------------------------------------------- */
.contact {
    padding: 6rem 0 8rem;
}
.contact .section_title {
    margin-bottom: 3rem;
}
.contact .section_text {
    margin-bottom: 4rem;
}
.contact_item_wrap {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    padding: 2rem 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.contact_item {
    padding: 1rem 4rem;
    border-right: 1px solid #dddddd;
    text-align: center;
}
.contact_item:last-child {
    border-right:none;
}
.contact_item h3 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 2rem;
}
.tel_number_wrap img {
    max-width: 3.4rem;
    margin-bottom: -0.5rem;
}
.tel_number_wrap a {
    color: #00A26B;
    font-size: 3.2rem;
    font-family: Century Gothic;
    text-decoration: none;
}
.tel_time {
    font-size: 1.3rem;
    color: #505050;
}
.conversionBtn a {
    display: inline-block;
    margin: 0 auto;
    padding: 1rem 5rem 1.2rem;
    color: #fff;
    background-color: #00A26B;
    border: 3px solid #00A26B;
    font-size: 1.8rem;
    font-weight: 500;
    border-radius: 5px;
}
.conversionBtn a:hover {
    color: #00A26B;
    background-color: #fff;
    text-decoration: none;
}


/* .footer
---------------------------------------------------------- */
.footer {
    background-color: #00A26B;
}
.footer_inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 1.6rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
} 
.footer_col {
    align-self: center;
}
.footer_links {
    display: inline-block;
    position: relative;
    margin-right: 1em;
}
.footer_links a {
    color: #fff;
}
.footer_links::before {
    content: '｜';
    position: absolute;
    right: -1em;
    color: #fff;
}
.footer_links:last-child {
    margin-right: 0;
}
.footer_links:last-child::before {
    content: '';
}
.footer_copy {
    font-size: 1.2rem;
    color: #fff;
}

.footer #pagetopFooter{
    position: fixed;
    right: 10px;
    z-index: 210;
    opacity: 0;
    transition: all 0.5s;
    bottom:110px;
}
.footer #pagetopFooter.show{
    opacity: 1.0;
}
.footer #pagetopFooter.fixed{
    bottom:10px;
}
.footer #pagetopFooter a.top {
    display: block;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 5px;
    color: #ffffff;
    background-color: #00A26C;
    border-radius: 5px;height: 60px;
    width: 66px;
}
.footer #pagetopFooter .seminarBox{width: 374px;position: absolute;bottom: 0;right: 80px;border-radius: 8px;opacity:0.88;overflow: hidden;box-shadow: 0px 0px 10px -6px #777777;}
.footer #pagetopFooter .seminarBox a{padding:0 !important;text-align: right;}
.footer #pagetopFooter .seminarBox img{width: 100%;}
.footer #pagetopFooter .seminarBox span.close{position: absolute;right: 0;top:0; width: 20px;height: 20px;background-color:rgba( 255, 255, 255, 1 );cursor: pointer;}
.footer #pagetopFooter .seminarBox span.close:after{  content: "";position: absolute;  top: 50%;  left: 50%;  width: 2px;  height: 20px;  background: #333;transform: translate(-50%,-50%) rotate(45deg);}
.footer #pagetopFooter .seminarBox span.close:before{  content: "";position: absolute;  top: 50%;  left: 50%;  width: 2px;  height: 20px;  background: #333;transform: translate(-50%,-50%) rotate(-45deg);}
.footer #pagetopFooter .seminarBox span.close em{display: none;}



/* ==========================================================================//
// tablet -- 959 ~ 769px
// ========================================================================== */
@media screen and (max-width: 959px) {
    .pc_cont {display: block;}
    .tb_cont {display: none;}
    .sp_cont {display: none;}

    /* common */
    .contents {padding: 5rem 0 8rem;}
    .contents_inner {padding: 0 5%;}
    .section_title {font-size: 2.4rem;}
    .section_title-number {font-size: 4rem;}
    .section_title-sub {font-size: 2rem;}

    /* .header */
    .header_links {margin-right: 1rem;}
    .header_tel {font-size: 2.6rem;}
    .header_tel img {max-width: 2.8rem;}
    .header_notice-block {display: block;}

    /* .reasonSection */
    .reason_wrap {padding: 0; gap: 4rem 2rem;}
    .reason_title {font-size: 2rem;}
    .reason {width: calc((100% - 2rem)/2); padding: 4rem 3rem;}
    .reason_number {font-size: 4rem; top: -2rem;}

    /* .contact */
    .contact_item {padding: 1rem 3rem;}
    .conversionBtn a {padding: 1rem 3rem 1.2rem;}
}

/* ==========================================================================//
// tablet -- 768 ~ 520px
// ========================================================================== */
@media screen and (max-width: 768px) {
    .pc_cont {display: none;}
    .tb_cont {display: block;}
    .sp_cont {display: none;}

    /* common */
    .contents {padding: 4rem 0 6rem;}
    .contents_inner {padding: 0 5%;}
    .section_title {font-size: 2rem; margin-bottom: 2rem;}
    .section_title-number {font-size: 2.8rem;}
    .section_title-sub {font-size: 1.4rem;}
    .section_text {margin-bottom: 4rem;}
    .section_text-small {font-size: 0.9rem;}

    /* .header */
    .header_inner {flex-wrap: wrap; padding: 0.5rem 3%;}
    .header_logo {max-width: 8rem;}
    .header_col {display: none;}

    /* .hamburger-menu */
    .hamburger-menu {
        width: 50px;
        height: 50px;
        position: relative;
        border: none;
        background: transparent;
        appearance: none;
        padding: 0;
        cursor: pointer;
    }
    .hamburger-menu__bar {
        display: inline-block;
        width: 44%;
        height: 2px;
        background-color: #00A26B;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: .5s;
    }
    .hamburger-menu__bar:first-child {top: 16px;}
    .hamburger-menu__bar:nth-child(2) {top: 24px;}
    .hamburger-menu__bar:last-child {top: 32px;}
    .hamburger-menu--open .hamburger-menu__bar {top: 50%;}
    .hamburger-menu--open .hamburger-menu__bar:first-child {transform: translateX(-50%) translateY(-50%) rotate(45deg);}
    .hamburger-menu--open .hamburger-menu__bar:last-child {transform: translateX(-50%) translateY(-50%) rotate(-45deg);}
    .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {display: none;}
    .navigation {
        display: none;
        background-color: #ffffff;
        position: absolute;
        top: 4.6rem;
        left: 0;
        width: 100%;
        height: calc(100vh - 4.6rem);
        z-index: 9999;
    }
    .navigation__list {
        padding: 0 4vw;
        margin: 0 auto 1rem;
    }
    .header_links {
        display: block;
        margin: 0 auto;
        border-bottom: solid 1px #dddddd;
    }
    .header_links:first-child {
        border-top: solid 1px #dddddd;
    }
    .header_links a {
        text-decoration: none;
        display: block;
        padding: 1.4em 4vw;
        transition: .5s;
    }
    .header_tel_wrap {margin: 0 4vw; border-radius: 10px; padding: 0.8rem;}
    .header_tel {font-size: 2rem; line-height: 1; margin-bottom: 0.4rem;}
    .header_tel img {max-width: 2rem; margin-bottom: -0.3rem;}
    .header_notice {font-size: 1rem;}

    /* .reasonSection */
    .reasonSection .section_title {margin-bottom: 3rem;}
    .reason_wrap {gap: 2rem;}
    .reason {width: 100%; padding: 2rem;}
    .reason_title {font-size: 1.4rem; margin-bottom: 1rem;}
    .reason_number {font-size: 2.2rem; top: -1rem;}

    /* .contact */
    .contact .section_title {margin-bottom: 1.6rem;}
    .contact .section_text {margin-bottom: 2rem}
    .contact_item_wrap {flex-wrap: wrap; padding: 1.5rem;}
    .contact_item {width: 100%; padding: 1rem 0 2rem; margin-bottom: 1rem; border-right:none; border-bottom: 1px solid #dddddd;}
    .contact_item:last-child {padding-bottom: 1rem; margin-bottom: 0; border-bottom: none;}
    .contact_item h3 {font-size: 1rem; margin-bottom: 1rem;}
    .tel_number_wrap {margin-bottom: 0.5rem;}
    .tel_number_wrap img {max-width: 2rem; margin-bottom: -0.3rem;}
    .tel_number_wrap a {font-size: 2rem;}
    .tel_time {font-size: 0.9rem;}
    .conversionBtn a {padding: 0.7rem 4rem 0.8rem; font-size: 1.2rem;}

    /* .footer */
    .footer_inner {padding: 1rem 5%; gap: 1rem;}
    .footer_copy {font-size: 0.8rem;}
    .footer #pagetopFooter{bottom: 140px;}
    .footer #pagetopFooter .seminarBox {
        width: 180px;
    }
    .footer #pagetopFooter .seminarBox a {
        display: block;
        width: 180px;
        overflow: hidden;
        float: right;
    }
    .footer #pagetopFooter .seminarBox img {}

}

/* ==========================================================================//
// smartphone -- 520px未満
// ========================================================================== */
@media screen and (max-width: 519px) {
    .pc_cont {display: none;}
    /* .tb_cont {display: block;} */
    /* .tb_cont は 表示 */
    .sp_cont {display: block;}

    /* common */
    .contents {padding: 3rem 0 3.5rem;}
    .section_title {font-size: 1.5rem;}
    .section_title-sub {font-size: 1.2rem;}
    .section_text {margin-bottom: 2.5rem;}

    /* .header */
    .header_inner {padding: 0.6rem 3%;}
    .header_logo {max-width: 6rem;}

    /* .reasonSection */
    .reason {padding: 2rem 1.5rem;}
    
    /* .contact */
    .conversionBtn a {padding: 0.5rem 3rem 0.6rem; border: 2px solid #00A26B;}
    
    /* .footer */
    .footer_inner {padding: 1rem 3%;}
    .footer_logo {max-width: 8rem;}
}
