@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kugiri_m02 {
    padding: 6rem 0 12rem;
}

.main_area {
    overflow: hidden;
}

p.cmn_page_btn {
    text-align: center;
}

.cmn_page_btn button ,p.cmn_page_btn a{
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    background: var(--theme_m_color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34.4rem;
    letter-spacing: .1em;
    padding: 3rem 4.5rem;
    border-radius: 6rem;
    position: relative;
    border: .2rem solid var(--theme_m_color);
    margin: 0 auto;
    transition: .2s ease-in;
    cursor: pointer;
    line-height: normal;
    font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", "yugothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.return {
    margin-top: 8rem; /* 60px */
}

.return a {
    position: relative;
}

.return a::before, .return a::after {
    position: absolute;
    content: "";
    width: 4rem;
    height: 4rem;
    top: 50%;
    left: 3.5rem;
    left: 2.5rem;
    transition: .2s ease-in;
    transform: translateY(-50%) rotateY(180deg);
}

.return a::before {
    border-radius: 100%;
    border: 2px solid #fff;
}

.return a::after {
    -webkit-mask: url("../images/common/main_arrow.svg") no-repeat center / .8rem auto;
    mask: url("../images/common/main_arrow.svg") no-repeat center / .8rem auto;
    background-color: #fff;
}


@media screen and (min-width: 769px) {
    
    .cmn_page_btn button:hover ,
p.cmn_page_btn a:hover{
    background: #fff;
    color: var(--theme_m_color);
    opacity: 1 !important;
}
.return a:hover {
    opacity: 1;
    color: var(--theme_m_color);
    background-color: #fff;
}

.return a:hover::before {
    border-color: var(--theme_m_color);
}

    .return a:hover::after {
        background-color: var(--theme_m_color);;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo {
    padding: 0 0;
}

.page_promo .promo_inner {
}

.page_promo .promo_width {
    margin: 0 auto 1.5rem;
    height: 100%;
    background: linear-gradient( to right, #c8f7c5 0%, #e7f7b7 50%, #fff3b0 100% );
    background: url("../images/page/page_promo_bg.jpg") no-repeat 50% / cover;
    border-radius: 0 0 4rem 4rem;
}

.page_promo .promo_inner .ttl_wrap {
    margin-top: 6.2rem;
    height: 100%;
    display: grid;
    min-height: 37rem;
    align-items: flex-end;
    max-width: 122rem;
    margin: 0 auto;
}

.page_promo .promo_inner .promo_ttl {
    font-size: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1.5rem;
}

.page_promo .promo_inner h1 .slug, .page_promo .promo_inner p .slug {
    font-family: "Outfit", sans-serif;
    font-size: 8.6rem;
    letter-spacing: .08em;
    display: block;
    color: #fff;
    line-height: 1;
    font-weight: 500;
}

.page_promo .promo_inner h1 .ja, .page_promo .promo_inner p .ja {
    font-size: 2.6rem;
    letter-spacing: .08em;
    font-weight: 500;
    padding-left: 2rem;
    color: #fff;
}

.page_main_img {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 70px 0 40px;
    margin-bottom: 20px;
}

.page_main_img::before, .page_main_img::after {
    position: absolute;
    content: "";
    background: no-repeat 50% /contain;
}

.page_main_img img {
    border-radius: 20px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
オンライン説明会
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_online > .wide_width {
    max-width: 126rem
}

.page_online .catch_wrap {
    margin-bottom: 5rem;
}

.page_online .catch_wrap p.main_lead {
    font-size: 3.8rem;
    color: var(--theme_m_color);
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3.5rem;
}

.page_online .catch_wrap p.main_txt {
    text-align: center;
}

.page_online .catch_wrap p.main_txt .red {
    color: #C1272D;
}

.page_online .sec_inner {
    background: linear-gradient( 90deg, #8CE08F1A 0%, #DCEE7E1A 100% );
    border-radius: 4rem;
    padding: 7rem 0 8rem;
}

.page_online .sec_inner:not(:last-of-type) {
    margin-bottom: 8rem;
}

.page_online .sec_inner h2.main_ttl {
    font-size: 4.4rem;
    color: var(--theme_m_color);
    text-align: center;
    margin-bottom: 4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}

.page_online .sec_inner h3 {
    font-size: 3rem;
    letter-spacing: .04em;
    text-align: center;
    margin-bottom: .5rem;
    font-weight: 600;
}

.page_online .sec_inner .box .video_wrap {
    width: 66rem;
    height: 37rem;
    margin: 0 auto;
}

.page_online .sec_inner iframe {
    width: 100%;
    height: 100%;
}

.page_online .sec_inner .grid.online_grid {
    grid-template-columns: repeat(2 , 1fr);
    gap: 4rem 4rem;
}

.page_online .sec_inner .grid.online_grid .grid_item .video_wrap {
    height: 30rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_privacy {
}

.page_privacy p.main_lead {
    margin-bottom: 130px;
}

.page_privacy .box {
    margin-bottom: 40px;
}

.page_privacy .box h3.ttl {
    color: var(--theme_a_color);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

.page_privacy .box p {
    padding-left: 26px;
    margin-bottom: 15px;
    line-height: 2;
}

.page_privacy .box p:not(:last-of-type) {
}

.page_privacy ul.indent {
    padding-left: 26px;
    margin-bottom: 0;
}

.page_privacy ul.indent li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0;
    line-height: 2;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
404
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo.letter404 {
    padding-top: 212px;
}

.page_promo.letter404::after {
    width: 35vw;
    top: 85%;
}

@media (min-width: 769px) and (max-width: 1800px) {

.page_promo.letter404::after {
        right: calc(50% - 888px);
        z-index: -1;
    }
}


.page_promo.letter404 .promo_inner h1 .slug {
    font-size: 110px;
}

.page_404 h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 32px;
}

.page_404 p.txt {
    font-size: 22px;
    letter-spacing: .1em;
    text-align: center;
    line-height: 2.25;
    margin-bottom: 65px;
}

.page_404 p.btn {
}

.page_404 p.btn a {
    margin: 0 auto;
    text-align: center;
}

.page_404 p.btn a:hover {
    background: #00a99d;
    color: #fff;
}
