:root {
  --green_dark: #83AD38;
  --green_light: #C2E287;
  --gray_light: #D0D0D0;
}
.vk-mobile-nav-menu-btn {
    display: block !important;
    top: calc(32px + 20px) !important;
    right: 50px;
    left: inherit;
    border: 0;
}
.vk-mobile-nav-menu-btn.menu-open {
    border: 0;
}
.my-campaign-text .container {
    font-size: 0.8rem;
    max-width: inherit;
    padding: 0;
}
.site-footer-title:after, .sub-section-title:after, h3:where(:not(.wp-block-post-title)):after {
    border-bottom: 0;
    bottom: inherit;
    width: inherit;
    overflow: inherit;
    line-height: inherit;
    display: inherit;
}
input[type=submit] {
    border: 0;
    background-color: var(--green_dark);
}
input[type=submit]:not(:disabled):hover {
    background-color: var(--green_light);
}

/* ==========================
   ヘッダー
=========================== */
.site-header {
    background-color: #F5F5EC;
    box-shadow: none;
}
.header_scrolled .site-header {
    position: inherit;
}
.my-campaign-text, .site-header--layout--nav-float .site-header-container {
    align-items: center;
}
.header_scrolled .site-body {
    margin-top: 0px !important;
}

/* ロゴ */
.site-header--layout--nav-float .site-header-logo {
    margin-right: 0em;
    width: 40%;
    margin-top: 5px;
    margin-bottom: 0.5rem;
}
.site-header--layout--nav-float .site-header-logo img {
    margin-left: 0;
    margin-right: 0;
	max-height: inherit;
}

/* ハンバーガーメニュー */
.vk-mobile-nav-menu-btn {
	background: url(/wp/wp-content/uploads/2025/10/menu_btn_open.png) no-repeat;
    background-size: contain;
	background-position: center;
	width: 50px;
    height: 50px;
	top: 50px !important;
}
.vk-mobile-nav-menu-btn.menu-open {
    background: url(/wp/wp-content/uploads/2025/10/menu_btn_close.png) no-repeat;
    background-size: contain;
	background-position: center;
}
.wp-block-search .wp-block-search__button {
    background-color: var(--green_dark);
}
.vk-mobile-nav {
	padding: 80px 10px;
}
.vk-mobile-nav .post-card {
    flex-direction: row-reverse;
    margin-bottom: 1rem;
    height: 100%;
    background: var(--white-color);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    display: -webkit-flex;
}
.vk-mobile-nav .post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.vk-mobile-nav .post-card .post-card-img {
    width: 30%;
    margin: 0;
    width: 100%;
    aspect-ratio: 16 / 10;
}
.vk-mobile-nav .post-card .post-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vk-mobile-nav .post-card .post-card-body {
    padding: 20px;
    flex-grow: 1;
}
.vk-mobile-nav .post-card .post-card-body a:hover {

}
.vk-mobile-nav .post-card .post-card-body .post-card-category, .vk-mobile-nav .post-card .post-card-body .post-card-date {
    font-size: 0.8rem;
}
.vk-mobile-nav .post-card .post-card-body .post-card-category {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
}
.vk-mobile-nav .post-card .post-card-body .post-card-category a {
    color: #fff;:
}
.vk-mobile-nav .post-card .post-card-body .post-card-date a {
    color: #83AD38;
    text-decoration: none;
    border-bottom: 1px dotted #83AD38;
    transition: all 0.2s ease;
}
.vk-mobile-nav .post-card .post-card-body .post-card-title {
    margin: 0.5rem 0;
    font-size: 1rem;
    line-height: 1.4;
    color: var(--primary-color);
}
.vk-mobile-nav .post-card .post-card-body .post-card-title:after {
	content: none;
}
.vk-mobile-nav .post-card .post-card-body .post-card-excerpt {
    font-size: 0.8rem;
    line-height: 1.6;
    color: var(--dark-color);
}
.vk-mobile-nav-widget .sns {
	justify-content: space-between;
    width: 60%;
    margin: auto;
}
.vk-mobile-nav-widget .sns li {
    width: 33.333333%;
	list-style-type: none;
    padding: 1rem;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a:hover {
	color: var(--green_dark);
    text-decoration-color: var(--green_dark);	
}

/* ==========================
   Reset CSS
=========================== */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ==========================
   基本設定 & 変数
=========================== */
:root {
    --primary-color: #83AD38;
    --dark-color: #333;
    --light-color: #f4f4f4;
    --white-color: #fff;
    --light-green: #C2E287;
    --dark-gray: #707070;
}
body {
    font-family: 'Helvetica Neue', 'Arial', 'Hiragino Sans', 'Meiryo', sans-serif;
    line-height: 1.6;
    margin: 0;
    color: var(--dark-color);
    background-color: var(--white-color);
	position: relative;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
p {
    margin: 0;
    padding: 0;
    line-height: 1.8;
}
img {
    width: 100%;
    max-width: 100%; 
}
.flex {
    display: flex;
    display: -webkit-flex;
}

/* ==========================
   汎用クラス
=========================== */
.section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.section-title p {
    font-size: 1.2rem;
    font-weight: normal;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--light-color);
    color: var(--dark-color);
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.btn:hover {
    opacity: 0.8;
}
.btn-primary {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-weight: bold;
    padding: 15px 30px;
    font-size: 1.2rem;
}
.btn_light_green {
    text-align: right;
}
.btn_light_green.small {
    text-align: center;
}
.btn_light_green.center {
    text-align: center;
}
.btn_light_green a {
    text-decoration: none;
    padding: 1rem 3rem;
    display: inline-block;
    background-color: var(--light-green);
    border-radius: 2rem;
    position: relative;
    transition: 0.5s ease;
}
.btn_light_green.small a {
    padding: 0.3rem 3rem;
}
.btn_light_green a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    transition: 0.5s ease;
}
.btn_light_green a i {
    position: absolute;
    right: 10px;
    line-height: 1.6;
}
main {
    background-color: #F5F5EC;
    padding-top: 2rem;
    overflow: hidden;
}
section {
    padding: 1rem 0;
    margin-bottom: 3rem;
}
.entry-title--post-type--page, h2:where(:not(.wp-block-post-title)) {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
}
.site-footer-title, .sub-section-title, h3:where(:not(.wp-block-post-title)) {
    position: inherit;
    border-bottom: 0;
    padding: 0;
}

/* ==========================
   TOPページ
=========================== */
.home .site-body {
    padding: 0;
}
.home .container {
    max-width: inherit;
    padding: 0;
}
.home #hero .container,
.home #concept .container {
    max-width: 1200px;
	margin: auto;
    padding: 0;
}
.home section:not(#hero, #concept) .container {
    max-width: 1200px;
}
.home .main-section {
    width: 100%;
    margin: 0;
}
.home .footer .container {
    padding: 20px;
}

/* メインビジュアル (Hero) */
.hero {
    background: url(/wp/wp-content/uploads/2025/10/hero_img.png) no-repeat;
    background-size: 90vw;
    background-position: right;
    color: var(--white-color);
    text-align: center;
    padding: 120px 0;
    position: relative;
    margin: 0;
}
.hero .container {
    position: relative;
}
.hero-title, .home .hero-title {
    font-size: 1.4rem;
    color: var(--dark-color);
    background-color: var(--white-color);
    text-align: left;
    display: inline-block;
    padding: 2.5rem 0.5rem;
    writing-mode: tb-rl;
    position: relative;
    top: -5vh;
    right: -40%;
}
.hero-title::before, .home .hero-title::before {
    content: '';
    background-image: url(/wp/wp-content/uploads/2025/10/hero_h2_pink.png);
    display: inline-block;
    background-size: cover;
    position: absolute;
    top: -40px;
    right: -60px;
    width: 130px;
    height: 70px;
}
.hero-title::after, .home .hero-title::after {
    content: '';
    background-image: url(/wp/wp-content/uploads/2025/10/hero_h2_green.png);
    display: inline-block;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    right: 10px;
    width: 130px;
    height: 70px;
}

/* コンセプト */
.concept {
    position: relative;
}
.concept_img {
    width: 40%;
}
.concept_img img {
    position: absolute;
    width: 30vw;
    max-width: 350px;
    bottom: 10%;
    left: 4rem;
}
.concept_description {
    width: 60%;
    margin-right: 5%;
}
.concept_description h2 {
    font-size: min(5vw, 50px) !important;
    color: var(--primary-color);
    margin: 0;
    line-height: 1;
    width: 12em;
    text-align: center;
    margin-bottom: 2rem;
}
.concept_description p {
    margin-bottom: 1rem;
}
.concept_description h2::after {
    content: '';
    background-image: url(/wp/wp-content/uploads/2025/10/h2_line.png);
    display: block;
    height: 10px;
    background-position: center;
    background-size: contain;
    margin: auto;
}

/* お知らせ・ブログ (Posts) */
.site-body-container .post-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--white-color);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.site-body-container .post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.site-body-container .post-card-img {
    margin: 0;
    width: 100%;
    aspect-ratio: 16 / 10;
}
.site-body-container .post-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.site-body-container .post-card-body {
    padding: 20px;
    flex-grow: 1;
}
.site-body-container .post-card-body a {
    text-decoration: none;
}
.site-body-container .post-card-body a:hover {
    color: var(--green_light);
}
.site-body-container .post-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}
.site-body-container .post-card-category {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: bold;
}
.site-body-container .post-card-category a {
    color: var(--white-color);
}
.site-body-container .post-card-title {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    line-height: 1.4;
    color: var(--primary-color);
}
.site-body-container .post-card-title:hover {
    color: var(--green_light);
}
.site-body-container .post-card-excerpt {
    font-size: 0.9rem;
    margin: 0;
    color: #555;
}
.site-body-container .post-card-excerpt:hover {
	color: var(--gray_light);
}
.site-body-container .post-card-footer {
    padding: 0 20px 20px;
    margin-top: auto;
    text-align: center;
}
.slick-slide {
    padding: 0 15px;
    box-sizing: border-box;
}
.slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
}
.slick-next {
    right: -25px;
}
.slick-prev:before,
.slick-next:before {
    color: var(--primary-color) !important;
    font-size: 40px !important;
}
.slick-dots li.slick-active button:before {
    color: var(--primary-color);
}
.slider-wrapper {
  overflow: visible;
}
.slider-wrapper-inner {
    margin-bottom: 50px;
}
.slick-slider {
    /* margin: 0 -30px; */
    margin-bottom: 4rem !important;
}
.slick-slide {
    padding: 0 15px;
    box-sizing: border-box;
}
.slick-prev:before,
.slick-next:before {
    color: var(--primary-color);
    font-size: 30px;
}
.slick-dots {
    bottom: -80px;
    padding-left: 0;
}
.slick-dots li.slick-active button:before {
    color: var(--primary-color);
}


/* お客様の声 */
.voice-grid {
    justify-content: space-between;
    margin-bottom: 50px;
}
.voice-item {
    width: 48%;
    border: 1px solid var(--dark-gray);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--white-color);
}
.voice-item-top {
	justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 1rem;
}
.voice-item-top figure {
    width: 20%;
    margin: 0;
}
.voice-item-top figure img {
    width: 150px;
}
.voice-item-top p {
    width: 60%;
    padding-left: 2rem;
}
.entry-body .voice-item-bottom + hr {
    margin: 2rem 0;
}

/* 入学案内 */
.admission {
    background-color: #F2F2F2;
}
.admission-wrap {
    position: relative;
    align-items: flex-end;
}
.admission-left {
    width: 60%;
    position: relative;
    z-index: 1;
}
.site-body-container .btn-next-action {
    margin-bottom: 1rem;
}
.site-body-container .btn-next-action a {
    font-size: 1.4rem;
    background-color: var(--primary-color);
    display: block;
    padding: 1.3rem 2rem;
    max-width: 450px;
    width: 100%;
    text-align: center;
    color: var(--white-color);
    text-decoration: none;
    font-weight: bold;
    border-radius: 0.6rem;
    transition: 0.5s ease;
}
.site-body-container .btn-next-action a:hover {
    background-color: var(--light-green);
    transition: 0.5s ease;
}
.site-body-container .btn-next-action.mail a {
    background-image: url(/wp/wp-content/uploads/2025/10/admisson_mail_icon.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 100px;
}
.site-body-container .btn-next-action.contract a {
    background-image: url(/wp/wp-content/uploads/2025/10/admission_contract_icon.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 120px;
}
.admission-right {
    width: 45%;
    position: absolute;
    right: -100px;
    top: -20vh;
}

/* 選ばれる理由 */
.select-wrap {
    background-color: var(--white-color);
    border: 1px solid #efefef;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.select-item {
    justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-right: 3rem;
}
.select-item .number {
    width: 10%;
}
.select-item .number span {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 2rem;
    font-weight: bold;
    height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
}
.select-item-inner {
    width: 90%;
}
.select-item h3 {
    color: var(--primary-color);
    font-size: 2rem;
    margin: 0;
}

/* そよかぜ高等学院とは */
.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3カラム */
    gap: 30px;
}
.site-body-container .about-item {
    background: var(--white-color);
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.site-body-container .about-item h3 {
    margin: 1rem;
    font-size: inherit;
    color: inherit;
    text-align: center;
    line-height: inherit;
}
.site-body-container .about-item h3:after {
	content: none;
}
.site-body-container .about-item p {
    margin-bottom: 1rem;
}

/* ==========================
   フッター
=========================== */
.footer .container {
    justify-content: space-between;
    margin-bottom: 3rem;
    padding-top: 2rem;
    max-width: 1100px;
}
.footer-logo {
    width: 30%;
}
.footer-logo img {
    max-width: 220px;
}
.footer-nav {
    width: 55%;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    border-bottom: 0;
}
.footer-nav li {
    display: inline-block;
    width: 50%;
    padding: 0;
    border: 0;
}
.footer-nav-list li:first-child {
    border: 0;	
}
.footer-nav a {
    text-decoration: none;
    color: var(--dark-color) !important;
    font-size: 0.9rem;
    line-height: 1.6;
}
.footer-nav a:hover {
    text-decoration: underline;
}
.footer .sns {
    width: 15%;
    justify-content: space-between;
    padding: 0;
}
.footer .sns ul {
    justify-content: space-between;
}
.footer .sns li {
    list-style-type: none;
}
.footer .sns li img {
    width: 40px;
}
.request-btn {
    position: fixed;
    z-index: 1111;
    top: 10rem;
    left: 0;
    letter-spacing: 0.4rem;
    font-weight: bold;
    transition: top 0.3s ease-in-out;
}
.request-btn a {
    writing-mode: tb-rl;
    text-decoration: none;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 3rem 1rem 1rem;
    background-image: url(/wp/wp-content/uploads/2025/10/admission_contract_icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center 10px;
}
.request-btn a:hover {
    background-color: var(--light-green);
}
.site-footer-copyright {
    padding: 0;
}
.site-footer-copyright p {
    font-size: 0.75rem;
    padding: 0.35rem;
    text-align: center;
    background-color: var(--dark-color);
    color: var(--white-color);
    margin: 0;
}
.site-footer-copyright p + p {
    display: none;	
}

/* ページトップボタン */
.page_top_btn {
    background-color: var(--green_dark);
    box-shadow: none;
}

/* ==========================
   下層ページ
=========================== */
/* メインビジュアル (Hero) */
#page .hero, #post .hero, .category .hero, .archive .hero, .search .hero {
    padding: 50px 0;
}
#page .hero h1, #post .hero h1, .category .hero h1, .archive .hero h1, .search .hero h1 {
    position: absolute;
    bottom: 10vh;
    left: calc(15vw + 10px);
    color: var(--green_dark);
    font-size: 2.4rem;
    background-color: var(--white-color);
    padding: 0.5rem 2rem;
    letter-spacing: 0.1rem;
    max-width: 600px;
}
#page .hero-title, #post .hero-title, .category .hero-title, .archive .hero-title, .search .hero-title {
    top: 0;
    right: -40%;
}

/* パンくずリスト */
.breadcrumb {
    margin-bottom: 0;
    padding: 0.5rem 0;
	border: 0;
    max-width: 1280px;
    margin: auto;
}
.breadcrumb .container {
    max-width: inherit;
    padding: 0;
}
.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb li {
    font-size: 0.9rem;
}
.breadcrumb li + li::before {
    content: '>';
    margin: 0 0.6em;
    color: #6c757d;
}
.breadcrumb a {
    color: var(--dark-gray);
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb li:last-child {
    color: #333;
}

/* 下層ページ共通 */
.site-body-container {
    max-width: 1440px;
}
.site-body-container h2 {
    font-size: min(5vw, 30px);
    margin: 0;
    line-height: 1.2;
    text-align: left;
    margin-bottom: min(2vh, 1rem);
}
.site-body-container h3 {
    font-size: min(2.6vw, 26px);
    color: var(--primary-color);
    text-align: left;
    margin: 1rem 0;
    line-height: 1.2;
}
.site-body-container h3:after {
	content: none;
}
.site-body-container h4 {
    font-size: min(2.4vw, 24px);
    color: var(--dark-color);
    margin: 0 0 1rem 0;
    line-height: 1.2;
}
.site-body-container h5 {
    font-size: min(2.2vw, 22px);
    color: var(--dark-gray);
    border-bottom: 1px dotted var(--primary-color);
    margin: 0 0 1rem 0;
    line-height: 1.2;
}
.site-body-container h6 {
    font-size: min(2vw, 20px);
    color: var(--dark-gray);
    border-bottom: 1px dotted var(--dark-gray);
    margin: 0 0 1rem 0;
    line-height: 1.2;
}
.site-body-container p {
    margin: 1rem 0;
}
.site-body-container p:last-child {
    margin: 0;
}
.site-body-container a {
	color: #83AD38;
	text-decoration: none;
	border-bottom: 1px dotted #83AD38;
	transition: all 0.2s ease;
}
.site-body-container a:hover {
    color: #ffffff;
	border-bottom-style: solid;
}
.site-body-container strong,
.site-body-container b {
	color: #4D4D4D;
}
.site-body-container ul,
.site-body-container ol {
	padding-left: 1.5em;
	margin-bottom: 1.5em;
}
.site-body-container li {
	padding-left: 0.5em;
	margin-bottom: 0.6em;
	color: #4D4D4D;
}
.site-body-container ul li::marker {
	color: #83AD38;
}
.site-body-container ol li::marker {
	color: #83AD38;
	font-weight: bold;
}
.site-body-container table {
	width: 100%;
	border-collapse: collapse;
	margin: 2em 0;
	font-size: 0.95rem;
}
.site-body-container th,
.site-body-container td {
	border: 1px solid #e0e0e0;
	padding: 0.8em 1em;
	text-align: left;
}
.site-body-container th {
	color: #4D4D4D;
	background-color: #f7f7f7;
	border-bottom: 2px solid #83AD38;
	font-weight: bold;
}
.site-body-container tr:nth-of-type(odd) {
	background-color: #fdfdfd;
}
.site-body-container blockquote {
	margin: 1.5em 0;
	padding: 1.5em;
	background-color: #f9f9f9;
	border-left: 5px solid #83AD38;
}
.site-body-container blockquote p {
	color: #707070;
	margin-bottom: 0;
}
.main-section {
    width: 90%;
    margin: 2rem auto;
}
.entry-body {
    border: 1px solid var(--dark-gray);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--white-color);
    margin: auto;
}

/* カテゴリ */
.vk_post_imgOuter_singleTermLabel {
    background-color: var(--green_dark) !important;
    font-size: 0.8rem;
}
.vk_post .vk_post_title a {
    color: var(--green_dark);
    border-bottom: 0;
    font-size: 1.4rem;
}
.vk_post .vk_post_title a:hover {
    color: var(--green_light);
}
.vk_post .vk_post_date {
    font-size: 1rem;
}
.vk_post .vk_post_excerpt {
    font-size: 1.2rem !important;
}
.vk_post .vk_post_btn {
    color: #fff;
    border: 0;
    border-radius: 0;
	font-weight: normal;
    font-size: 1.2rem;
}
.vk_post .vk_post_btn:hover {
    background-color: var(--green_light);
}
ul.page-numbers li span.page-numbers.current {
    background-color: var(--green_dark);
}

/* 詳細 */
.comment-author img {
    width: 20px;
}
.next-prev .vk_post_imgOuter_singleTermLabel {
    background-color: var(--green_dark);
}

/* よくある質問 */
.schema-faq {
    margin: 0 auto 10rem;
}
.schema-faq-question {
	background-color: #fff;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    color: var(--green_dark) !important;
}
.schema-faq-answer {
    background-color: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    line-height: 2;
}
.schema-faq-question.active {
    background-color: #eaf6ff;
    color: #0056b3;
}

@media (max-width: 768px) {
    /* ==========================
       汎用クラス
    =========================== */
	main section {
	    width: 95%;
        margin: auto;
	}
    .section-title {
        font-size: 2rem;
    }
    .features-grid {
        grid-template-columns: 1fr; /* 1カラムに変更 */
    }
	.site-body-container h2 {
	    font-size: min(8vw, 50px);
	}

	/* ==========================
       ヘッダー
    =========================== */
	.site-header--layout--nav-float .site-header-container {
	    padding: 0 10px;
	}
	.site-header--layout--nav-float .site-header-logo {
	    width: 60%;
	}
	
    /* ==========================
       TOPページ
    =========================== */
    /* メインビジュアル (Hero) */
    .hero {
        background-size: 100vh;
        background-position: center;
        padding: 60px 0;
        overflow: hidden;
		width: 100%;
    }
    .hero-title {
        font-size: 1.5rem;
    }
    .hero-title::before {
        top: -20px;
        right: -30px;
        width: 80px;
        height: 40px;
    }
    .hero-title::after {
        bottom: -10px;
        right: 40px;
        width: 80px;
        height: 40px;
    }

    /* コンセプト */
    .concept {
        display: block;
    }
    .concept_img {
        width: 100%;
    }
    .concept_img img {
        max-width: 120px;
        top: -25vh;
        left: 1rem;
    }
    .concept_description {
        width: 95%;
        margin: 0 auto;
    }
    .concept_description h2 {
        font-size: min(7vw, 30px) !important;
        width: inherit;
    }
    /* お知らせ・ブログ (Posts) */
	.slick-next {
	    right: 0px;
	}
	.slick-prev {
		left: 0;
		z-index: 1;
	}
    
    /* お客様の声 */
    .voice-grid {
        display: block;
    }
    .voice-item {
        width: 100%;
        margin-bottom: 1rem;
    }

    /* 入学案内 */
    .admission-left {
        width: 60%;
        position: relative;
        z-index: 1;
    }
    .admission-right {
        width: 50vw;
        position: absolute;
        right: -10vw;
        top: -15vh;
        z-index: 0;
    }
    .site-body-container .btn-next-action a {
        font-size: 1rem;
        padding: 1rem 2rem;
    }
    .site-body-container .btn-next-action.mail a {
        background-size: 40px;
        background-position: 30px;
    }
    .site-body-container .btn-next-action.contract a {
        background-size: 40px;
        background-position: 40px;
    }

    /* 選ばれる理由 */
    .select-item {
        margin-top: 0;
        margin-bottom: 1rem;
        margin-right: 0;
        display: block;
    }
    .select-item-inner {
        margin: auto;
    }
    .select-item .number {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }
    .select-item h3 {
        font-size: 1.2rem;
        text-align: center;
    }

    /* そよかぜ高等学院とは */
    .about-grid {
        grid-template-columns: 1fr;
    }

    /* ==========================
    下層ページ
    =========================== */
	.site-body-container.container {}
	.main-section {
	    width: 100%;
	}
	
    /* メインビジュアル (Hero) */
    #page .hero h1, #post .hero h1, .category .hero h1, .archive .hero h1, .search .hero h1 {
        left: 0;
        font-size: 1.4rem;
        max-width: 14em;
    }

    /* パンくずリスト */
    .breadcrumb {
        margin: 0 10px;
        overflow: hidden;
        white-space: nowrap;
    }
    .breadcrumb li {
        font-size: 0.8rem;
    }
	.site-body-container h2 {
	    font-size: 1.6rem;
	}
	.site-body-container h3 {
	    font-size: 1.6rem;
	}
	.site-body-container h4 {}
	.site-body-container h5 {}
	.site-body-container h6 {}
	.site-body-container li, .site-body-container p {
		font-size: 1rem;
	}

    /* ==========================
       フッター
    =========================== */
    .footer .container {
        display: block;
    }
    .footer-logo {
        width: 100%;
	    margin-bottom: 1rem;
    }
    .footer-nav {
        width: 100%;
    }
    .footer-nav li {
        width: 100%;
    }
	.footer-nav-list li a {
	    padding-top: 0.1rem;
        padding-bottom: 0.1rem;
        font-size: 1rem;
	}
	.footer .sns {
        width: 100%;
        margin: 1rem auto;
        max-width: 200px;
    }


    /* ==========================
       ハンバーガーメニュー
    =========================== */
	.vk-mobile-nav-menu-btn {
        top: 25px !important;
        right: 5vw !important;	
	}	
}

@media (min-width: 769px) and (max-width: 991px) {
	.hero {
		width: 100%;
	}
	main section {
	    width: 95%;
        margin: auto;
	}
	.site-header--layout--nav-float .site-header-logo {
	    width: 100%;
        max-width: 300px;
	}
	.voice-grid {
	    align-items: normal;
	}
	.admission-right {
	    right: -0px;
        top: -18vh;
	}
}

@media (min-width: 992px) and (max-width: 1100px) {
	.global-nav-list>li:nth-child(3) {
		display: none;
	}
}
	
@media (min-width: 992px) {
    .site-header--layout--nav-float .site-header-logo {
        padding-top: 0;
		width: 20%;
    }
	.global-nav--layout--float-right {
        width: 60%;
        margin-right: auto;
	}
	.global-nav--layout--float-right .global-nav-list {
        border: 1px solid #e2e2e2;
        border-radius: 30px;
		padding: 0 1rem;
		background-color: #fff;
	}
	.my-campaign-text .container {
		font-size: 0.75rem;
		letter-spacing: 0.1rem;
		padding: 0.15rem;
		text-align: center;
		background-color: var(--primary-color);
		color: var(--white-color);
		margin-bottom: 1rem;		
	}
	.site-header--layout--nav-float .site-header-container {
	    align-items: center;
		max-width: 1280px;
		margin: auto;
		padding: 0;
	}
	.global-nav-list>li:before {
		bottom: 5px;
	    border-bottom: 3px solid var(--green_dark);
		content: none;
	}
	.device-pc .global-nav-list>li>a {
		position: relative;
	}
	.device-pc .global-nav-list>li>a::after {
		content: '';
		border-bottom: 3px solid var(--gray_light);
	    width: 100%;
        padding-bottom: 3px;
		transition: 0.3s;
	}
	.device-pc .global-nav-list>li>a:hover:after {
	    border-bottom: 3px solid var(--green_dark);
	    transition: 0.3s;
	}
	.vk-mobile-nav {
		width: 40vw;
		right: 0;
	}
	#page .hero h1, #post .hero h1, .category .hero h1, .archive .hero h1, .search .hero h1 {
	    bottom: 4vh;
	}

	/* ハンバーガーメニュー */
	body.device-pc .vk-mobile-nav-menu-btn {
		display: block;
		z-index: 99999;
	}
	body.device-pc .vk-mobile-nav {
		display: block;
	    transform: translateX(100%);
        visibility: hidden;
	}
	body.device-pc .vk-mobile-nav.vk-mobile-nav-open {
		display: block;
	}
	.widget_search {
		margin-top: 3rem;
	}
	.vk-mobile-nav.vk-mobile-nav-drop-in {
		/*top: 32px !important;*/
	}
	.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in {
        position: fixed;
        right: 0;
        height: 100vh;
        visibility: visible;
        transform: translateX(0);
        transition: transform 0.4s ease-in-out, visibility 0.4s;
        z-index: 9999;
	}
}



