body {
  font-family:'メイリオ', 'Meiryo', sans-serif;
  background: #8BC220;
}
a {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.ctaBtn {
    background: #fff;
    border-radius: 22px;
    padding: .75em 2.5em .6em 3.8em;
    position: relative;
}
.ctaBtn.btn01 {
    color: #C7000F;
}
.ctaBtn.btn02 {
    color: #fff;
    background-color: #7B6D64;
}
.ctaBtn.btn01::before {
    content: "";
    background: url(../images/common/arrow_red.svg) no-repeat center;
    width: 20px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
}
.ctaBtn.btn02::before {
    content: "";
    background: url(../images/common/arrow_whiteblue.svg) no-repeat center;
    width: 20px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
}

.coursesLink ul {
    display: flex;
    gap: 3%;
    list-style: none;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 22px;
}
.coursesLink ul li {
    flex: 1;
    text-align: center;
    position: relative;
    overflow: visible;
    z-index: 0;
    padding: 15px 0;
}
.coursesLink ul li::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -430%;
    width: 115%;
    aspect-ratio: 1 / 1;
    background: #EFECDE;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 2px 0 #EFECDE;
}
.coursesLink ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.coursesLink ul li a::before {
    content: "";
    background: url(../images/common/arrow_green.svg) no-repeat center;
    width: 20px;
    display: inline-block;
    position: relative;
    height: 20px;
    top: -1px;
}

#navBtn {
    width: 86px;
    height: 83px;
    position: absolute;
    top: 18px;
    right: 50%;
    transform: translateX(575px);
    cursor: pointer;
    z-index: 10;
    background: url(../images/common/b_menu.png) no-repeat center / cover;
}
#navBtn.close {
    background: url(../images/common/b_close.png) no-repeat center / cover;
}
#toTopBtn {
    width: 55px;
    height: 53px;
    position: fixed;
    bottom: 2%;
    right: 5%;
    background: url(../images/common/b_pagetop.png) no-repeat center / cover;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .25s, transform .25s, visibility .25s;
    visibility: hidden;
}
#toTopBtn.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
}

header {
    background: #8BC220 url(../images/common/bg_header.svg) no-repeat center top;
}
header > span {
    text-align: center;
    font-size: 12px;
    color: #3C3026;
    padding: 1em 0 2px;
    display: block;
}
header .logo {
    text-align: center;
    padding-bottom: 5px;
    overflow: hidden;
    height: 83px;
    position: relative;
    padding-top: 14px;
}
header .logo::before {
    content: "";
    background: url(../images/common/teacher01.png) no-repeat center top / cover;
    width: 154px;
    height: 83px;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-432px);
    transition: bottom .6s ease, opacity .6s ease;
    opacity: 0;
}
header .logo.is-inview::before {
    opacity: 1;
    bottom: 0;
    transition-delay: .4s;
}
header nav {
    background: url(../images/common/bg_menu-pc.svg) no-repeat center top;
    position: fixed;
    z-index: 9;
    top: -250px;
    width: 100%;
    max-width: 1279px;
    height: 250px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: top .3s ease, opacity .3s ease;
}
header nav.open {
    top: 0;
    opacity: 1;
}
header .menuItems {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 28px 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 14px;
}
header .menuItems ul {
    list-style-type: none;
    padding-left: 1.2em;
}
header .menuItems ul:not(:first-child) {
    border-left: 1px solid #fff;
}
header .menuItems li:not(:last-child) {
    margin-bottom: .85em;
}
header .menuItems li::marker {
  content: "・";
}
footer {
    padding: 30px 0;
    background: #fff;
}
footer .freeTrial {
    text-align: center;
    padding: 60px 0 48px;
    border-bottom: 1px solid #8B8B8B;
}
footer .freeTrial strong {
    font-size: 26px;
    color: #C7000F;
    font-weight: normal;
    display: block;
    margin-bottom: 0.25em;
}
footer .freeTrial p {
    font-size: 15px;
    margin-bottom: 2em;
}
footer .schoolsContacts {
    padding: 30px 15px 10px;
}
footer .schoolsContacts p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 1.3em;
}
footer .schoolsContacts ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
footer .schoolsContacts ul li {
    flex: 1 1 50%;
    margin-bottom: 36px;
    border-left: 8px solid #8CB827;
    padding: 5px 0 3px 10px;
}
footer .schoolsContacts ul li strong {
    font-size: 24px;
    font-weight: normal;
}
footer .schoolsContacts ul li span {
    font-size: 15px;
}
.footerBody {
    background-color: #EFECDE;
}
.footerBottom {
    background-color: #fff;
}
.footerBottom .menuItems {
    display: flex;
    gap: 56px;
    border-bottom: 1px solid #8B8B8B;
    padding: 26px 4px 16px;
}
.footerBottom .menuItems ul {
    list-style-type: none;
    padding-left: 1em;
    font-size: 14px;
}
.footerBottom .menuItems ul li {
    margin-bottom: 8px;
}
.footerBottom .menuItems ul li::marker {
  content: "・";
}
.footerBottom .links {
    display: flex;
    align-items: center;
    position: relative;
    margin: 30px 0 20px;
}
.footerBottom .links .sns {
    display: flex;
    gap: 30px;
    list-style: none;
    align-items: center;
}
.footerBottom .links .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.footerBottom p {
    text-align: center;
    font-size: 14px;
    color: #7B6D64;
}

.kouza-content .eyecatch {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    height: 412px;
    position: relative;
    margin-bottom: 60px;
}
.kouza-content .eyecatch h1 {
    writing-mode: vertical-rl;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 10px;
    position: absolute;
    left: 45px;
    bottom: 50%;
    transform: translateY(50%);
    display: block;
    margin-top: -200px;
}
.kouza-content .eyecatch.youji {
    background: url("/images/common/p_main_youji.png");
}
.kouza-content .eyecatch.shougakusei {
    background: url("/images/common/p_main_shougakusei.png");
}
.kouza-content .eyecatch.chuukousei {
    background: url("/images/common/p_main_chuukousei.png");
}
.kouza-main {
    background: url("/images/common/bg_arc_gray1_greenbg.svg") no-repeat top center;
    background-size: contain;
    background-color: #EFECDE;
}
.kouza-main .inner {
    margin: 0 auto;
    width: 900px;
}
.kouza-about {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 52px;
    position: relative;
    padding: 67px 52px 45px;
    max-width: 900px;
    margin: 0 auto;
}
.kouza-about h2 {
    background: #F2F1EC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 37px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding: 15px 24px 12px;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.kouza-about p:not(:last-child) {
    margin-bottom: 1.5em;
    line-height: 1.6;
}
.normal-page {
    background: #fff;
    position: relative;
    padding-bottom: 50px;
    z-index: 0;
}
.normal-page::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 380px;
    background: #8BC21F; /* 好みの緑 */
    z-index: -1;
}
.kouza-divider {
    background-color: #fff;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;   /* 横100%、縦100pxにフィット */
    z-index: -1;
    background-image: url(/images/common/bg_arc_gray2.svg);
    text-align: center;
}
.kouza-divider img {
    transition: bottom .6s ease, opacity .6s ease;
    opacity: 0;
    bottom: -30px;
    position: relative;
}
.kouza-divider img.is-inview {
    opacity: 1;
    bottom: 0;
    transition-delay: .4s;
}
.teacher02 {
    position: absolute;
    left: 50%;
    bottom: -12px;
    z-index: 0;
    transform: translateX(-50%);
    margin-left: -390px;
}
.teacher02 img {
    transition: bottom .6s ease, opacity .6s ease;
    opacity: 0;
    bottom: -30px;
    position: relative;
}
.teacher02 img.is-inview {
    opacity: 1;
    bottom: 0;
    transition-delay: .4s;
}
.normal-page::after {
content: "";
background-color: #8BC21F;
  position: absolute;
  top: 380px;          /* ちょうど塗りの下端に合わせる */
  left: 0; right: 0;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;   /* 横100%、縦100pxにフィット */
  z-index: -1;
  background-image: url(/images/common/bg_arc_green.svg);
}
.kouza-content {
    position: relative;
    z-index: 0;
    background: #EFECDE;
    padding-bottom: 38px;
}
.kouza-content::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 500px;
    background: #8BC21F;
    z-index: -1;
}
.kouza-content::after {
  content: "";
  background-color: #8BC21F;
  position: absolute;
  top: 500px;
  left: 0; right: 0;
  height: 100px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  background-image: url(/images/common/bg_arc_gray1_greenbg.svg);
}
.normal-page-content {
    width: 100%;
    max-width: 1000px;
    background: #F3F2EE;
    margin: 0 auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 0 0 45px;
}
.normal-page-content > h1,
.normal-page-content > .header_text {
    background: #71A50F;
    text-align: center;
    color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 28px;
    font-weight: normal;
    display: block;
    padding: 20px 0 8px;
}
.normal-page-content .inner {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 22px;
    margin: 34px auto 0;
    width: 760px;
}
.about-text {
    padding: 48px 40px 0;
}
.about-text p {
    margin-bottom: 1.8em;
    line-height: 1.8;
    font-size: 18px;
}
.about-images {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    padding: 0px 50px;
    justify-content: center;
    margin-bottom: 60px;
}
.about-images img {
    max-width: 100%;
    height: auto;
    width: 40%;
}
.profile-title {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    background: #F3F2EE;
    padding: 18px 0 8px;
}
.profile {
    padding: 32px 40px 0;
    display: flex;
    gap: 36px;
    align-items: center;
    margin-bottom: 40px;
}
.profile img {
    width: 40%;
}
.profile p {
    font-size: 18px;
    line-height: 1.8;
}
.profile-link {
    padding: 0 40px 3em;
    font-size: 18px;
    line-height: 1.8;
}
.pricing {
    padding: 48px 76px 75px;
}
.pricing p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 36px;
}
.pricing-pdf {
    display: flex;
    gap: 64px;
}
.pricing-pdf a {
    display: block;
    border-radius: 21px;
    width: 272px;
    text-align: center;
    padding: 20px 6px 0;
    max-width: 100%;
}
.pricing-pdf a span {
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}
.pricing-pdf a img {
    padding-top: 13px;
    max-width: 100%;
    height: auto;
}
.course_list {
    width: 760px;
    margin: 0 auto;
    padding: 34px 0 10px;
}
.course_list > article:not(:last-child) {
    margin-bottom: 24px;
}
.course_list > article {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 22px;
    padding: 22px 32px 22px 17px;
    display: flex;
    gap: 30px;
}
.course_list > article img {
    width: 246px;
    height: auto;
}
.course_list_cnt h2 {
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px solid #8B8B8B;
    padding: 0 0 6px 6px;
    margin-bottom: 14px;
}
.course_list_cnt h2 a {
    color: #03389B;
}
.course_list_cnt p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 10px;
}
.course-labels {
    display: flex;
    gap: 10px;
    list-style: none;
}
.course-labels li {
    background: #333;
    color: #fff;
    border-radius: 7px;
    padding: 3px 12px 1px;
    font-size: 15px;
}
.course-labels li.label-g1 {
    background: #FFB62C;
}
.course-labels li.label-g2 {
    background: #66B7FD;
}
.course-labels li.label-g3 {
    background: #4263C3;
}
.course-labels-meta-group {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding: 26px 0;
}
.course-description {
    padding: 40px 55px 30px;
    font-size: 18px;
    line-height: 1.8;
}
.course_content_details {
    padding: 0 50px;
}
.course_content_details h2 {
    text-align: center;
    margin-bottom: 40px;
}
.course_content_details h2 span {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: #72A50F;
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
    padding: .6em 3em .6em;
}
.course_content_detail article {
    display: flex;
    gap: 36px;
}
.course_content_detail article:not(:last-child) {
    margin-bottom: 32px;
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 30px;
}
.course_content_detail .detail__content h3 {
    font-weight: normal;
    font-size: 22px;
    background: #fff;
    margin-bottom: 18px;
    padding: .4em .6em .4em;
}
.course_content_detail .detail__content p {
    font-size: 15px;
    line-height: 1.8;
}
.course_content_detail article .img img {
    width: 358px;
    height: auto;
    vertical-align: middle;
}
.school-labels {
    display: flex;
    gap: 10px;
    list-style: none;
    font-size: 15px;
}
.label-school {

}
.label-school::before {
    content: "";
    margin-right: 3px;
    height: 15px;
    width: 15px;
    background: url("/images/common/point.svg") no-repeat center / cover;
    position: relative;
    top: 1.5px;
    display: inline-block;
}
.voice-description {
    font-size: 18px;
    line-height: 1.8;
    padding: 38px 40px 0;
    margin-bottom: 28px;
}
.voices {
    padding: 0 40px 50px;
}
.voice__item:not(:last-child) {
    margin-bottom: 50px;
}
.voice__item strong {
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: normal;
    margin-bottom: 18px;
    background: #F3F2EE 0% 0% no-repeat padding-box;
    border-radius: 21px;
    padding: 8px 1em 6px 1em;
}
.voice__content {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}
.voice__content img {
    width: 120px;
    height: auto;
}
.voice__content p {
    line-height: 1.8;
}
.main_image img {
    max-width: 100%;
    height: auto;
}
.access_content {
    padding: 35px 0;
}
.access_content article:not(:last-child) {
    margin-bottom: 50px;
}
.access_content article > p {
    padding: 0 30px;
    line-height: 1.7;
    margin-bottom: 15px;
}
.access_cnt {
    position: relative;
    height: 282px;
    margin-bottom: 26px;
}
.access_cnt .img {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.access_cnt .img img {
    max-width: 375px;
    height: auto;
    vertical-align: middle;
}
.access_cnt .txt {
    top: 56px;
    position: relative;
}
.access_cnt .txt h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    background: #F2F1EC;
    padding: 1.2em 33px;
}
.access_cnt .txt p {
    padding: .6em 33px;
    max-width: 360px;
}
.access_content .map {
    text-align: center;
}
.exam_result {
    background: #fff;
    display: flex;
    border: 4px solid #8BC21F;
    border-radius: 13px;
    padding: 18px 0 14px;
    margin: 42px 0 10px;
    justify-content: center;
    align-items: center;
    gap: 28px;
}
.exam_result img {
    width: 148px;
    height: auto;
}
.exam_result p {
    font-size: 20px;
    margin-bottom: 4px;
}
.exam_result ul {
    font-size: 20px;
    font-weight: bold;
    color: #DE0000;
    list-style: none;           /* 既定のバレットを消す */
    padding-left: 0;
    line-height: 1.65;
}
.exam_result li {
  position: relative;
  padding-left: 28px;         /* 画像の幅 + 余白 */
  background-repeat: no-repeat;
  background-position: 0 0.15em; /* ベースラインにほどよく合わせる */
  background-size: 24px 24px; /* 好きな大きさでコントロール可能 */
  background-image: url('/images/shougakkou_juken/sakura_small.png');
}
.course_images {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 16px;
    text-align: center;
    padding: 40px 40px 24px;
    margin: 46px 0 16px;
}
.steam_additional {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 16px;
    padding: 50px 40px 36px;
    margin: 46px 0 16px;
}
.steam_additional p {
    font-size: 18px;
    line-height: 1.8;
}
.steam_additional figure {
    text-align: center;
    margin-bottom: 12px;
}
.course_images figure:not(:last-child) {
    margin-bottom: 10px;
}
.course_images img,
.steam_additional img {
    max-width: 100%;
    height: auto;
}
.blog_wrapper {
    display: flex;
    gap: 18px;
    padding: 30px 45px;
}
.blog_wrapper main {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 22px;
    width: 676px;
    padding: 50px 36px;
}
.blog_wrapper main .entry-title {
    display: block;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 4px solid #8BC21F;
    margin-bottom: 12px;
    padding: 12px 2px;
}
.wp-block-image {
    margin-bottom: 2em;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.blog_wrapper main p {
    line-height: 1.7;
    margin-bottom: 1.5em;
}
.post_meta {
    margin-bottom: 14px;
}
.post_meta {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}
.post_meta a {
    color: #03389B;
}
.share {
    display: flex;
    background: #8BC21F 0% 0% no-repeat padding-box;
    display: flex;
    background: #8BC21F 0% 0% no-repeat padding-box;
    align-items: center;
    justify-content: center;
    gap: 55px;
    border-radius: 30px;
    color: #fff;
}
.post_content {
    margin-bottom: 40px;
}
.share ul {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 5px 0 6px;
}
.share ul a,
.share ul button {
    display: block;
    width: 31px;
    height: 29px;
    background-position: center;
    background-repeat: no-repeat;
}
.share_x {
    background-image: url("/images/blog/icon_x.svg");
}
.share_fb {
    background-image: url("/images/blog/icon_facebook.svg");
}
.share_line {
    background-image: url("/images/blog/icon_line.svg");
}
.copy-url-button {
    background-image: url("/images/blog/icon_linkcopy.svg");
}
.share ul img {
    vertical-align: middle;
}

.blog_wrapper aside {
    width: 218px;
}

.blog_wrapper aside > div {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 22px;
    margin-bottom: 18px;
    padding: 26px 20px 20px;
}

.blog_wrapper aside h2 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #8BC21F;
    padding: 4px 10px;
    font-weight: normal;
    margin-bottom: 10px;
}

.blog_wrapper aside ul {
    font-size: 16px;
    padding-left: 1.1em;
}
.blog_wrapper aside li {
    margin-bottom: 8px;
}
.blog_wrapper aside li::marker {
  color: #8BC21F; /* マーカーの色 */
  font-size: 1.5em; /* マーカーの大きさ */
  line-height: 1;
}
.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 0;
}
.posts article {
    width: 47.5%;
    margin-bottom: 30px;
}
.posts article .thumbnail {
    display: block;
    width: 100%;
    height: 175px;
    background-position: center top;
    background-size: cover;
    margin-bottom: 10px;
}
.posts article h2 {
    font-size: 18px;
    font-weight: normal;
}
.posts article h2 a {
    color: #03389B;
}
.related_news {
    background: #fff;
    padding: 60px 0;
}
.home .related_news {
    padding: 0px 0 50px;
}
.related_news h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 18px;
}
.related_news .posts {
    width: 1000px;
    margin: 0 auto;
    gap: 41px;
    flex-wrap: wrap;
    justify-content: unset;
}
.related_news .posts article {
    width: 306px;
}
.related_news .posts article h2 {
    margin: .75em 0 .5em;
}
.related_news .posts article p {
    font-size: 15px;
    line-height: 1.7;
}
.to_category {
    text-align: center;
    margin-top: 40px;
}
.to_access {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
}
.to_category a,
.to_access a,
.link_btns a {
    background: #7B6D64;
    color: #fff;
    border-radius: 22px;
    display: inline-block;
    position: relative;
    padding: .5em 2em .5em 3em;
}
.to_category a::before,
.to_access a::before,
.link_btns a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/images/common/arrow_whiteblue.svg") no-repeat;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.pagenation_wrapper {
    display: flex;
}
.mypager {
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
  display: inline-flex;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.mypager li {
  min-width: 40px;
  text-align: center;
  border-right: 1px solid #ccc;
}

.mypager li:last-child {
  border-right: none;
}

.mypager a,
.mypager span {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  color: #004a99; /* 青っぽい色 */
  background: #fff;
}

.mypager .is-current span {
  background: #6f6666; /* 左のグレー部分 */
  color: #fff;
}

.divider_shops_articles {
    content: "";
    background-color: #8BC21F;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    background-image: url(/images/common/bg_arc_green.svg);
}
.classes {
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
    background: #8AC220;
}
.classes h3 {
 text-align: center;
 color: #fff;
 font-weight: normal;
 font-size: 24px;
 margin-bottom: 20px;
}
.class_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    gap: 2%;
}
.class_list > div {
    width: 32%;
    margin-bottom: 20px;
    background: #E3E3E3;
}
.class_list figure img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.class_list .text {
    padding: 12px 14px;
}
.class_list strong {
    font-size: 20px;
    font-weight: normal;
    display: block;
    border-bottom: 1px dashed #707070;
    padding: 0 2px 7px;
    margin-bottom: 7px;
}
.class_list p {
    font-size: 13px;
    line-height: 1.7;
    padding: 0 2px;
}
.message {
    background: #fff;
    padding: 25px 0 110px 0;
    position: relative;
}
.message::after {
    background-image: url("/images/top/grass.svg");
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    display: block;
    content: "";
    height: 53px;
    bottom: -1px;
    position: absolute;
}
.message_cnt {
    width: 100%;
    max-width: 1000px;
    padding-left: 275px;
    margin: 0 auto;
}
.message_cnt h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: .75em;
}
.message_cnt p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 32px;
}
.link_btns {
    display: flex;
    gap: 15px;
}

.slider {
  position: relative;
  width: 1200px;   /* お好みで */
  height: 434px;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}

.slide {
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.slider_wrap {
  position: relative;
  width: 1200px;   /* お好みで */
  height: 434px;
  margin: 0 auto 28px;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: none;
  color: #fff;
  cursor: pointer;
}

.slider-prev img,
.slider-next img{
    width: 52px;
    height: auto;
}

.slider-prev {
    left: -20px;
 }
.slider-next { right: -20px; }


.site_description {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    display: block;
}
.top_kv {
    padding-bottom: 120px;
}

.home_kouza_list {
    background: #7dccf3;
    background-image: url("/images/top/cloud_bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}
.home_kouza_list > div {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 26px;
    position: relative;
    top: -87px;
}
.home_kouza_list section {
    width: 316px;
}
.home_kouza_list section h2 {
    text-align: center;
    background: url("/images/common/m_arc_white.svg") no-repeat;
    width: 316px;
    height: 87px;
    font-weight: normal;
}
.home_kouza_list_cnt {
    background: #fff;
    background-image: url("/images/common/m_arc_shadow.svg");
    background-repeat: repeat-x;
    background-position: top;
    padding: 24px 16px 20px;
}
.home_kouza_list_cnt p {
    font-size: 14px;
    line-height: 1.7;
    padding: 0 2px;
    margin-bottom: 16px;
}
.home_kouza_list_cnt figure img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.home_kouza_list_cnt ul {
    list-style: none;
    margin-bottom: 14px;
    font-size: 15.7px;
}
.home_kouza_list_cnt ul li {
    border-bottom: 1px solid #CECECE;
    padding: 10px 3px 9px;
}
.home_kouza_list_cnt ul li a {
    color: #03389B;
    background: url("/images/common/arrow_blue.svg") no-repeat left center;
    padding-left: 1em;
}

.home_kouza_list section h2 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 36px 0 15px;
}
.home_kouza_list section h2 a::before {
    content: "";
    background: url(../images/common/arrow_green.svg) no-repeat center;
    width: 20px;
    display: inline-block;
    position: relative;
    height: 20px;
    top: -1px;
}
.blog_body table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #C3C3C3;
  font-size: 16px;
  margin: 1em 0;
}

/* 行とセルの基本ボーダー */
.blog_body table th,
.blog_body table td {
  border: 1px solid #C3C3C3;
  padding: 10px 12px;
  text-align: left;
}

.blog_body table thead {
    border: none;
}

/* 左側のヘッダー行（背景色あり） */
.blog_body table thead th {
  background: #F2F1EC;
  font-weight: bold;
}

/* 右側のヘッダー行（文字だけ bold） */
.blog_body table th.bold {
  background: #FFFFFF;
  font-weight: bold;
}

/* 画像風に間隔を少し調整 */
.blog_body table td {
  vertical-align: middle;
}

.blog_body h2 {
    font-size: 18px;
    position: relative;
    border-left: 8px solid #8bc21f;
    padding-left: 8px;
    font-weight: normal;
    margin: 1em 0 2em;
}
.blog_body h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    width: calc(100% + 8px);
    height: 1px;
    background: #8bc21f;
    left: -8px;
}

.blog_body h3 {
    font-size: 17px;
    background: #8bc21f;
    font-weight: normal;
    color: #fff;
    padding: .25em .75em .22em;
    margin: 1em 0;
}

.blog_body h4 {
    font-size: 16px;
    color: #8bc21f;
    font-weight: normal;
    margin: 1em 0;
}

.blog_body hr {
    border: none;
  border-top: 1px solid #C3C3C3;
  margin: 20px 0;
  width: 100% !important;
    max-width: 100% !important;
}

.blog_body a {
    color: #03389B;
}

@media (min-width: 768px) {
    .hide_pc {
        display: none;
    }
}

/* ===============================
   スマホ（幅767px以下）
   =============================== */
@media (max-width: 767px) {
    .hide_sp {
        display: none;
    }
    #navBtn {
        width: 80px;
        height: 77px;
        top: 38px;
        right: 10px;
        transform: none;
    }
    #navBtn.close {
        top: 15px;
        right: 50%;
        transform: translateX(50%);
    }
    .wrapper {
        padding: 0 5%;
    }
    header {
        background-image: url(../images/common/bg_header_sp.svg);
        background-size: 145% auto;
        background-position: 48% 0;
    }
    header > span {
        padding: .5em 0 .75em;
        font-size: 11px;
    }
    header nav {
        background: #6A9A0F;
        height: auto;
        top: -100%;
    }
    header nav::after {
        content: "";
        display: block;
        background: #6A9A0F;
        position: absolute;
        bottom: -90px;
        width: 120%;
        height: 220px;
        border-radius: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    header .logo {
        padding-bottom: 15px;
        height: 74px;
        padding-top: 4px;
    }
    header .logo::before {
        width: 93px;
        height: 53px;
        left: 15px;
        transform: none;
    }
    header .logo img {
        vertical-align: middle;
    }
    header .menuItems {
        flex-direction: column;
        gap: 0;
        padding: 94px 15% 0;
        margin-bottom: 25px;
    }
    header .menuItems ul {
        margin-bottom: 10px;
        padding-top: 10px;
    }
    header .menuItems ul:not(:first-child) {
        border-left: none;
        border-top: 1px solid #fff;
    }
    header .menuItems li:not(:last-child) {
        margin-bottom: .4em;
    }
    .footerBottom .links {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .footerBottom .links .sns {
        margin-bottom: 30px;
    }
    .footerBottom .links .logo {
        position: relative;
        left: auto;
        transform: none;
    }
    .footerBottom .menuItems {
        flex-direction: column;
        gap: 0;
    }
    .footerBottom .menuItems ul:not(:first-child) li,
    .footerBottom .menuItems ul:first-child li:not(:first-child) {
        margin-left: 1em;
    }
    footer {
        overflow-x: hidden;
    }
    footer .schoolsContacts ul li {
        flex: 1 1 100%;
        margin-bottom: 28px;
    }
    footer .schoolsContacts {
        padding: 30px 0 10px;
    }
    footer .schoolsContacts p {
        font-size: 17px;
    }
    footer .freeTrial {
        padding: 40px 0 36px;
    }
    footer .freeTrial strong {
        font-size: 20px;
    }
    footer .freeTrial p {
        text-align: left;
    }
    .coursesLink ul {
        font-size: 50%;
    }
    .coursesLink ul li {
        padding: 15px 0 3px;
    }
    .coursesLink ul li::before{
        bottom: -310%;
    }
    .coursesLink ul li a {
        gap: 6px;
    }
    .coursesLink ul li a::before {
        width: 10px;
        height: 10px;
        top: 0px;
        background-size: cover;
    }
    .normal-page-content .inner {
        width: 90%;
        margin: 15px auto 0;
    }
    .normal-page-content {
        width: 92%;
        padding: 0 0 25px;
    }
    .normal-page-content h1 {
        font-size: 24px;
        padding: 15px 0 8px;
    }
    .about-text {
        padding: 20px 20px 0;
    }
    .about-images {
        padding: 0px 0px;
        margin-bottom: 28px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .about-images img {
        width: 76%;
    }
    .voices {
        padding: 0 20px 20px;
    }
    .voice-description {
        padding: 28px 20px 0;
    }
    .voice__item strong {
        text-align: left;
    }
    .voice__content {
        gap: 14px;
        align-items: center;
        flex-direction: column;
    }
    .voice__item:not(:last-child) {
        margin-bottom: 30px;
    }
    .profile-title {
        padding: 11px 0 8px;
    }
    .profile {
        padding: 22px 20px 0;
        gap: 10px;
        margin-bottom: 16px;
        flex-direction: column-reverse;
    }
    .profile img {
        width: 80%;
    }
    .profile-link {
        padding: 0 20px 1em;
    }
    .normal-page {
        padding-bottom: 0px;
    }
    .pricing {
        padding: 20px 28px 30px;
    }
    .pricing-pdf {
        gap: 24px;
        flex-direction: column;
        align-items: center;
    }
    .pricing p {
        margin-bottom: 16px;
    }
    .pricing-pdf a:last-child img {
        padding: 13px 18px 0;
        height: auto !important;
    }
    .course_list {
        width: 90%;
        padding: 16px 0 4px;
    }
    .course_list > article {
        flex-direction: column;
        padding: 20px 15px 22px 15px;
        align-items: center;
        gap: 8px;
    }
    .course_list_cnt h2 {
        font-size: 20px;
    }
    .course-labels-meta-group {
        gap: 12px;
        padding: 13px 0;
        flex-direction: column;
    }
    .course-labels li {
        padding: 3px 12px 3px;
        font-size: 12px;
    }
    .course-description {
        padding: 20px 20px 24px;
        font-size: 16px;
        line-height: 1.8;
    }
    .course_content_details {
        padding: 0 20px;
    }
    .course_content_details h2 span {
        font-size: 17px;
        padding: .6em 0em .6em;
        width: 100%;
    }
    .course_content_details h2 {
        margin-bottom: 24px;
    }
    .course_content_detail article {
        gap: 18px;
        flex-direction: column;
        align-items: center;
    }
    .course_content_detail article .img {
        text-align: center;
    }
    .course_content_detail article .img img {
        max-width: 98%;
    }
    .course_content_detail .detail__content h3 {
        font-size: 20px;
    }
    .course_content_detail article:not(:last-child) {
        padding-bottom: 26px;
    }
    .access_cnt {
        height: auto;
        margin-bottom: 15px;
    }
    .access_cnt .img {
        right: auto;
        top: auto;
        transform: none;
        position: relative;
    }
    .access_cnt .txt {
        top: auto;
        position: relative;
    }
    .access_content .map {
        padding: 0 23px;
    }
    .map iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 21 / 10; /* 高さ比率を保つ（21:10 ≒ 700:333） */
        border: 0;
        display: block;
    }
    .access_content {
        padding: 23px 0;
    }
    .access_cnt .txt h3 {
        font-size: 20px;
        padding: .7em 23px .6em;
    }
    .access_cnt .txt p {
        padding: .6em 23px;
        margin-bottom: 8px;
    }
    .access_cnt .img {
        padding: 0 23px;
    }
    .access_cnt .img img {
        max-width: 100%;
    }
    .access_content article:not(:last-child) {
        margin-bottom: 36px;
    }
    .access_content article > p {
        padding: 0 23px;
    }
    .normal-page::before,
    .kouza-content::before {
        height: 200px;
    }
    .normal-page::after,
    .kouza-content::after {
        top: 200px;
        height: 40px;
    }
    .kouza-about h2 {
        font-size: 20px;
        white-space: normal;
    }
    .kouza-content {
        padding: 0 15px 72px;
    }
    .kouza-about {
        border-radius: 40px;
        padding: 68px 28px 45px;
    }
    .kouza-content .eyecatch,
    .kouza-content .eyecatch.youji,
    .kouza-content .eyecatch.shougakusei,
    .kouza-content .eyecatch.chuukousei {
        background-size: cover;
        height: auto;
        aspect-ratio: 1000 / 412;
        margin-bottom: 50px;
    }
    .kouza-content .eyecatch h1 {
        font-size: 14px;
        letter-spacing: 1px;
        left: 4.5%;
    }
    .kouza-about h2 {
        font-size: 20px;
        white-space: normal;
        width: 85%;
        border-radius: 20px;
        text-align: left;
        padding: 11px 18px 7px;
    }
    .kouza-divider {
        height: 40px;
    }
    .kouza-divider img {
        width: 130px;
        margin-top: -40px;
    }
    .exam_result {
        padding: 18px 20px 14px;
        gap: 10px;
        flex-direction: column;
    }
    .course_images {
        padding: 20px 16px 8px;
        margin: 20px 0 5px;
    }
    .steam_additional {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        padding: 30px 20px 16px;
        margin: 26px 0 16px;
    }
    .steam_additional p {
        font-size: 16px;
    }
    .blog_wrapper {
        flex-direction: column;
        padding: 20px 18px 0;
        gap: 26px;
    }
    .blog_wrapper main {
        width: 100%;
        padding: 20px 20px;
    }
    .blog_wrapper main .entry-title {
        font-size: 20px;
    }
    .blog_wrapper aside {
        width: 100%;
        gap: 26px;
    }
    .share {
        gap: 0px;
        border-radius: 20px;
        flex-direction: column;
        padding: 10px;
    }
    .related_news .posts {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .related_news h3 {
    font-size: 20px;
    letter-spacing: -1px;
}
.to_category {
    margin-top: 10px;
}
.home_kouza_list > div{
    flex-direction: column;
    align-items: center;
}
.slider_wrap,
.slider {
    max-width: 100%;
    height: auto;
}
.slider_wrap {
    margin-bottom: 8px;
}
.message_cnt {
    padding: 0 20px;
    margin-bottom: 30px;
}
.slide img {
    height: auto;
}
.slide {
    max-width: 100%;
}
.slider-prev img, .slider-next img {
    width: 38px;
}
.top_kv {
    padding: 0 18px 110px;
}
.slider-prev {
    left: -15px;
}
.slider-next {
    right: -15px;
}
.site_description {
    text-align: left;
    font-size: 18px;
}
.message_cnt h3 {
    padding-right: 6em;
}
.message {
    padding: 0px 0 0 0;
}
.link_btns {
    flex-direction: column;
    width: 15em;
    text-align: center;
    margin: 0 auto;
}
.teacher02 {
    position: relative;
    left: auto;
    bottom: 0;
    z-index: 0;
    transform: none;
    text-align: center;
    margin-left: 0;
}
.teacher02 img {
    max-width: 194px;
}
.class_list {
    padding: 0 36px;
}
.class_list > div {
    width: 48.5%;
    margin-bottom: 12px;
}
.class_list strong {
    font-size: 14px;
}
.class_list .text {
    padding: 10px 8px;
}
.class_list p {
    font-size: 12px;
}
.divider_shops_articles {
    height: 40px;
}
.home .posts article {
    margin-bottom: 0;
    gap: 26px;
}
.home .related_news .posts {
    margin-bottom: 28px;
}
}

/* ===============================
   小型スマホ（幅480px以下、任意）
   =============================== */
@media (max-width: 480px) {

}