@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kugiri_m02 {
    padding: 11rem 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.2rem;
    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: 6rem; /* 60px */
}

.return a {
    position: relative;
}

.return a::before {
    position: absolute;
    content: "";
    mask: url("../images/common/main_arrow.svg") no-repeat 50% / contain;
    width: 2rem; 
    height: 2rem; 
    top: 50%;
    left: 3.5rem; 
    transition: .2s ease-in;
    transform: translateY(-50%) rotate(270deg);
    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;
}
.return a:hover {
    opacity: 1;
    color: var(--theme_m_color);
    background-color: #fff;
}

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

.cmn_page_ttl {
    font-size: 3.8rem;
    color: var(--theme_m_color);
    line-height: 1.6578947;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.cmn_page_ttl::after {
    position: absolute;
    content: "";
    background: var(--theme_m_color);
    width: .8rem;
    height: 4rem;
    border-radius: 4px;
    top: 1.5rem;
    left: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo {
    padding: 0 0;
    background: linear-gradient( to right, #c8f7c5 0%, #e7f7b7 50%, #fff3b0 100% );
    background: url("../images/page/page_promo_bg.jpg") no-repeat 50% / cover;
    height: 37rem;
}

.page_promo .promo_inner {
    height: 100%;
}

.page_promo .promo_width {
    max-width: 160rem;
    margin: 0 auto 1.5rem;
    height: 100%;
}

.page_promo .promo_inner .ttl_wrap {
    margin-top: 6.2rem;
    height: 100%;
    display: grid;
    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: "Jost", sans-serif;
    font-size: 8.6rem;
    letter-spacing: .08em;
    display: block;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    font-style: italic;
}

.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-certificate .page_promo {
    background-image: url("../images/page/certificate_title_bg.jpg");
}

.page_certificate {
}

.page_certificate .page_width {
}

.page_certificate .page_width h2.ttla02 {
    margin-bottom: 3rem;
    font-size: 3.8rem;
    line-height: 1.65789473;
}

.page_certificate .page_width h2.ttla02::before {
    margin: 0;
    top: 1.5rem;
}

.page_certificate .page_width div.box {
}

.page_certificate .page_width div.box p {
}

.page_certificate .page_width div.box ul.cmn_maru_list {
}

.page_certificate .page_width div.box ul.cmn_maru_list li {
}

.page_certificate .page_width div.box p.mt {
    margin-top: 3rem;
}

.page_certificate .page_width ul.cmn_btn_grid.grid.sp_col_all {
    margin-top: 5.5rem;
    grid-template-columns: repeat(2 , 1fr);
    width: 91rem;
    gap: 3rem;
}

.page_certificate .page_width ul.cmn_btn_grid.grid.sp_col_all li {
}

.page_certificate .page_width ul.cmn_btn_grid.grid.sp_col_all li a {
    min-height: 13rem;
    font-size: 3rem;
    padding: 0 4rem 0;
}

.page_certificate .page_width ul.cmn_btn_grid.grid.sp_col_all li a::after {
    width: 2rem;
    height: 2rem;
    right: 4.5rem;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
中学校の先生用 資料ダウンロード
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-teacher .page_promo {
    background-image: url("../images/page/teacher_title_bg.jpg");
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-privacy .page_promo {
    background-image: url("../images/page/privacy_title_bg.jpg");
}

.page_privacy {
    margin-bottom: -6rem;
}

.page_privacy p.main_lead {
    margin-bottom: 6rem;
}

.page_privacy .box {
    margin-bottom: 6rem;
}

.page_privacy .box h3.ttl {
    color: var(--theme_m_color);
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    letter-spacing: .04em;
}

.page_privacy .box p {
}

.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;
}
