/* リセットとベース設定 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-blue: #CB0000; /* とても濃い赤 */
    --secondary-blue: #FF0000; /* 濃い赤 */
    --light-blue: #FF6565; /* 薄い赤 */
    --accent-cyan: #FF7F00; /* ボタンの赤色と同系色 */
    --dark-navy: #320000; /* ほぼ黒に近い */
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-700: #320000;
    --gray-800: #320C00;
    --white: #ffffff;
}



html{
	scroll-behavior: smooth;
	scroll-padding-top: 140px;
	}

div,p,li,header,footer{
	box-sizing: border-box;
	}
img{
	border : 0px;
	vertical-align: bottom;
	}


.ce{
	text-align : center !important;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	}
.bold{
	font-weight: bold;
	}
.indent{
	padding-left: 1em;
	text-indent: -1em;
	}
p{
	margin : 0;
	}

.red{color: red;}


.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}


.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

sup{
	vertical-align: baseline;
	position:relative;
	top:-2px
	}

form{
	margin : 0;
	}
input,select,button{
	margin : 0 0 10px 0;
	}
table{
	line-height : 1.8em;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	}
.nowrap{
	white-space : nowrap;
	}
ul,dl,dt,dd,td,tr{
	margin : 0;
	padding : 0;
	list-style: none;
	}
ul.list{
	list-style: disc;
	margin: 1em 0;
	padding: 0 0 0 40px;
	}

ol{
	padding: 0 0 0 1em;
	}



body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: var(--gray-800);
    background-color: var(--white);
    cursor: url(img/common/hyokei_cursor.cur), default;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}




#pankuzu{
	width: 1000px;
	font-size: 14px;
	margin: 10px auto 0;
	}
#pankuzu ul{
	display: flex;
	gap: 5px;
	}
#pankuzu ul li a{
	text-decoration: none;
	}
	
	
	


#fixmenu {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  transition: opacity 0.5s ease, transform 0.5s ease;
  background: rgba(255,255,255,1);
  padding: 5px;
  border-radius: 10px;
}

#fixmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#fixmenu li {
  margin-bottom: 5px;
}

#fixmenu img {
  display: block;
  max-width: 120px; /* サイズ調整 */
  height: 36px;
  width: 36px;
}

/* 非表示状態 */
#fixmenu.hide {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}






#all{
	padding: 80px 0 100px 0;
	}
#all .wrapper{
	width: 1000px;
	margin: 0 auto;
	}
#all .wrapper h1{
	margin: 0 0 80px 0;
	padding: 0 0 10px 0;
	background-image: linear-gradient(to right,#FF7F00 0%,#FF7F00 10%,#ccc 10%,#ccc 100%);
	background-size: 100% 3px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-size: 32px;
	}
#all .wrapper h2{
	margin: 0 0 50px 0;
	border-bottom: solid 1px #000;
	font-size: 28px;
	}
#all .wrapper .block{
	margin: 0 0 100px 0;
	}
#all .wrapper .block:last-child{
	margin: 0;
	}


#list_all{
	padding: 80px 10px 100px 10px;
	}
#list_all h1{
	margin: 0 0 80px 0;
	padding: 0 0 10px 0;
	background-image: linear-gradient(to right,#FF7F00 0%,#FF7F00 10%,#ccc 10%,#ccc 100%);
	background-size: 100% 3px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-size: 32px;
	}
#list_all table{
	font-size: 14px;;
	}







/* ヘッダー */
.header {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    color: var(--white);
    padding: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 30px;
    gap: 20px;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--white);
    padding: 8px;
}

.organization-name {
    line-height: 1.2;
}

.organization-label {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 2px;
}

.organization-title {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.organization-name a{
    color: #fff;
    text-decoration: none;
}



/* ハンバーガーメニューボタン（デフォルトで非表示） */
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger-menu span {
    width: 100%;
    height: 3px;
    background: var(--white);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger-menu.active span:nth-child(1) {
    transform: translateY(10.5px) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: translateY(-10.5px) rotate(-45deg);
}

/* モバイルメニューオーバーレイ */
.menu-overlay {
    display: none;
}

@media (max-width: 768px) {
    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .menu-overlay.active {
        display: block;
        opacity: 1;
    }
}

.main-nav {
    display: flex;
    gap: 8px;
    flex: 1;
    justify-content: right;
    align-items: center;
}

.nav-item-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-item {
    color: var(--white);
    text-decoration: none;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 6px;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.nav-main {
    font-size: 13px;
    font-weight: 500;
}

.nav-sub {
    font-size: 13px;
    font-weight: 500;
    /* opacity: 0.9; */
}

/* ドロップダウンメニュー */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
    margin-top: 8px;
}

.nav-item-wrapper:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: block;
    padding: 12px 20px;
    color: var(--gray-800);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid var(--gray-100);
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background: var(--gray-50);
    color: var(--primary-blue);
    padding-left: 24px;
}

.header-buttons {
    display: flex;
    gap: 0px;
    flex-direction: column;
}
.header-buttons .contact-btn a,
.mobile-menu-buttons .contact-btn a{
    color: #fff;
    text-decoration: none;
}
.header-buttons .member-btn a,
.mobile-menu-buttons .member-btn a{
    color: #cb0000;
    text-decoration: none;
}

.mobile-menu-buttons {
    display: none;
}

.header-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 0 5px 0;
}

.contact-btn {
    background: var(--accent-cyan);
    color: var(--white);
}

.contact-btn:hover {
    background: #0891b2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.4);
}

.member-btn {
    background: var(--white);
    color: var(--primary-blue);
}

.member-btn:hover {
    background: var(--gray-50);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ヒーローセクション / スライダー */
.hero-slider {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    /* background: linear-gradient(135deg, #FF6565 0%, #FF6565 100%); */
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* opacity: 0.3; */
}

.slide-content {
    position: absolute;
    text-align: center;
    color: var(--white);
    z-index: 10;
    max-width: 900px;
    padding: 40px;
}


.slide-content .block{
	background: rgba(119,119,119,0.5);
	border-radius: 10px;
	padding: 20px 50px 1px 50px;
	margin:0 0 10px 0;
	}


.slide-title {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.3;
    text-shadow: 0 4px 0px rgba(0, 0, 0, 1);
}

.slide-text {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
    opacity: 0.95;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.slide-btn {
    display: inline-block;
    padding: 14px 40px;
    background: var(--accent-cyan);
    color: var(--white);
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(6, 182, 212, 0.4);
}

.slide-btn:hover {
    background: #0891b2;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(6, 182, 212, 0.5);
}

.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 20;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--white);
    width: 32px;
    border-radius: 6px;
}

/* 賛助会員セクション */
.members-section {
    padding: 70px 0;
    background: var(--white);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 28px;
    font-weight: 900;
    color: var(--gray-800);
    position: relative;
    padding-bottom: 12px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--accent-cyan);
    border-radius: 2px;
}

.section-link {
    color: var(--light-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s ease;
}

.section-link:hover {
    color: var(--secondary-blue);
}

.members-grid {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    gap: 25px;
    margin-bottom: 40px;
    justify-content: center;
}

.member-card-wrapper {
    width: 300px;
}

.member-card {
    width: 300px;
    height: auto;
    background: var(--white);
    border: 2px solid var(--gray-100);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.member-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: var(--accent-cyan);
}

.member-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.member-info {
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
    color: var(--gray-700);
}

.member-company {
    font-weight: 600;
    color: var(--gray-800);
    margin-bottom: 4px;
}

.member-tel {
    margin-bottom: 4px;
}

.member-product {
    margin-bottom: 6px;
}

.member-link a {
    color: var(--light-blue);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.member-link a:hover {
    color: var(--secondary-blue);
    text-decoration: underline;
}

.coupon-banner {
    margin-top: 50px;
    text-align: center;
}

.coupon-banner img {
    max-width: 100%;
    border-radius: 12px 12px 0 0;
}
.coupon-banner .sp {
    display: none;
}

.coupon-banner p{
	background: #000ad6;
	background: #FF7F00;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0;
    border-radius: 0 0 12px 12px;
	}



.xxxxxx{
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }



/* 協会の活動セクション */
.activities-section {
    padding: 70px 0;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    color: var(--white);
}

.section-title-white {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

.section-title-white::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--accent-cyan);
    border-radius: 2px;
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.activity-video {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.video-placeholder {
    position: relative;
    width: 100%;
    height: 280px;
    cursor: pointer;
}

.video-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary-blue);
    transition: all 0.3s ease;
}

.video-placeholder:hover .play-button {
    background: var(--white);
    transform: translate(-50%, -50%) scale(1.1);
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    gap: 30px;
    margin-top: 50px;
    justify-content: center;
}

.info-card {
    width: 300px;
    height: 145px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.info-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 0;
}

.info-card h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 12px;
    line-height: 1.4;
    display: none;
}

.info-card p {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.9;
    display: none;
}

/* お知らせセクション */
.news-section {
    padding: 70px 0;
    background: var(--gray-50);
}
.news-section a{
    text-decoration: none;
}

.news-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-700);
    margin-left: 12px;
}

.news-list {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.news-item {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid var(--gray-100);
    transition: background 0.3s ease;
    gap: 15px;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item:hover {
    background: var(--gray-50);
}

.news-header {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.news-date {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-700);
    min-width: 90px;
}

.news-badge {
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    color: var(--white);
}




.news-section .active-info-01,
.news-section .active-torikumi-01,
.news-section .active-seinenbu-01,
.news-section .active-member-01{
	background: #D32F2F;
	}
.news-section .active-info-02,
.news-section .active-torikumi-02,
.news-section .active-seinenbu-02,
.news-section .active-member-02{
	background: #1976D2;
	}
.news-section .active-info-03,
.news-section .active-torikumi-03,
.news-section .active-seinenbu-03,
.news-section .active-member-03{
	background: #388E3C;
	}
.news-section .active-info-04,
.news-section .active-torikumi-04,
.news-section .active-seinenbu-04,
.news-section .active-member-04{
	background: #F57C00;
	}
.news-section .active-info-05,
.news-section .active-torikumi-05,
.news-section .active-seinenbu-05,
.news-section .active-member-05{
	background: #7B1FA2;
	}
.news-section .active-info-06,
.news-section .active-torikumi-06,
.news-section .active-seinenbu-06,
.news-section .active-member-06{
	background: #455A64;
	}
.news-section .active-info-07,
.news-section .active-torikumi-07,
.news-section .active-seinenbu-07,
.news-section .active-member-07{
	background: #0097A7;
	}
.news-section .active-info-08,
.news-section .active-torikumi-08,
.news-section .active-seinenbu-08,
.news-section .active-member-08{
	background: #C2185B;
	}
.news-section .active-info-09,
.news-section .active-torikumi-09,
.news-section .active-seinenbu-09,
.news-section .active-member-09{
	background: #5D4037;
	}
.news-section .active-info-10,
.news-section .active-torikumi-10,
.news-section .active-seinenbu-10,
.news-section .active-member-10{
	background: #616161;
	}




.news-content {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: var(--gray-800);
    min-width: 400px;
}

/* フッター */
.footer {
    background: linear-gradient(135deg, var(--dark-navy) 0%, var(--primary-blue) 100%);
    color: var(--white);
    padding: 50px 0 30px;
    position: relative;
    overflow: hidden;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.footer-info {
    line-height: 1.8;
}

.footer-title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.5;
}

.footer-address {
    font-size: 13px;
    opacity: 0.9;
}

.footer-address p {
    margin-bottom: 4px;
}

.footer-social {
    text-align: right;
}

.footer-link {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    transition: opacity 0.3s ease;
}

.footer-link:hover {
    opacity: 0.8;
}

.social-icons {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}






/************* outline *************/


.outline_block{
	display: flex;
	justify-content: space-between;
	}
.outline_block div:first-child{
	width: 500px;
	}
.outline_block div.image{
	width: 400px;
	}
.outline_block div.image img{
	width: 100%;
	}

.outline_table{
	width: 100%;
	}
.outline_table td,
.outline_table th{
	border: solid 1px #333;
	padding: 20px;
	vertical-align: top;
	}
.outline_table th{
	background: #eee;
	white-space: nowrap;
	}





/************* privacy *************/

ul.privacy{
	margin: 0 0 30px 0;
	}
ul.privacy li{
	margin: 0 0 20px 0;
	}





/************* merit *************/

ul.merit li{
	margin: 0 0 50px 0;
	}
ul.merit li .title{
	margin: 0 0 20px 0;
	padding: 15px 0;
	font-size: 20px;
	border-top: solid #333 1px;
	border-bottom: solid #333 1px;
	font-weight: bold;
	}
.merit_text{
	font-weight: bold;
	font-size: 20px;
	border: solid 3px #cb0000;
	color: #cb0000;
	padding: 40px;
	border-radius: 10px;
	}







/************* admission_guide *************/

.admission_guide_list li{
	margin: 0 0 20px 0;
	}
.admission_guide_list li strong{
	font-size: 18px;
	}

.admission_block{
	border: solid 1px #333;
	padding: 40px;
	border-radius: 10px;
	}






/************* training *************/

#training ul.navi{
	display: flex;
	justify-content: start;
	gap: 10px;
	margin: 0 0 30px 0;
	}
#training ul.navi li{
	}
#training ul.navi li a{
	background: #ccc url('img/common/down_arrow.svg') no-repeat right 10px center;
	background-size: 15px;
	border-radius: 10px;
	padding: 5px 30px 5px 20px;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	}
#training ul.navi li a:hover{
	background: #aaa url('img/common/down_arrow.svg') no-repeat right 10px center;
	background-size: 15px;
	}
#training ol.flow li{
	margin: 0 0 20px 0;
	}

#training .licensing_system_btn a{
	display: block;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	border: solid 2px #9d7600;
	background: #ffc000;
	padding: 15px 0;
	border-radius: 10px;
	color:#000;
	}
#training .licensing_system_btn a:hover{
	background: #ebb100;
	}


#training table.special_sche td{
	padding: 10px;
	}


#training #kekka table td,
#training #kekka table th{
	text-align: center !important;
	vertical-align: middle !important;
	}








/************* yousiki *************/

.yousiki_table{
	width: 100%;
	}
.yousiki_table td,
.yousiki_table th{
	border: solid 1px #333;
	padding: 10px;
	vertical-align: top;
	}
.yousiki_table td{
	font-size: 16px;
	}
.yousiki_table tr td.link{
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	white-space: nowrap;
	}
.yousiki_table th{
	background: #eee;
	white-space: nowrap;
	text-align: center;
	}







/************* contact *************/


table.contact_table{
	width : 100%;
	margin : 0 0 50px 0;
	}
table.contact_table th{
	width : 300px;
	border : solid 1px #ccc;
	padding : 25px 0 25px 10px;
	background : #eee;
	}
table.contact_table td{
	border : solid 1px #ccc;
	padding : 25px 0 25px 20px;
	background: #fff;
	box-sizing: border-box;
	}
table.contact_table .req {
	background: #ff6600;
	padding: 2px 5px;
	font-size: 10px;
	color: #fff;
	border-radius: 3px;
	-webkit-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 0 15px;
	}
table.contact_table .wpcf7-list-item{
	display: block;
	}
table.contact_table input[type=text],
table.contact_table input[type=email],
table.contact_table input[type=tel],
table.contact_table textarea{
	margin : 5px 0;
	padding : 10px;
	border-radius : 5px;
	border: solid 1px #ccc;
	width : 95%;
	box-sizing: border-box;
	}
table.contact_table select{
	margin : 5px 0;
	padding : 10px;
	}
	.btn01{
		background : #ff0000;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 10px 0;
		width : 300px;
		font-size : 18px;
		font-weight: bold;
		cursor : pointer;
		border-radius: 30px;
		margin: 0 auto;
		display: block;
		text-align: center;
		}
	.btn01:hover{
		background : #ff5656;
		}
	.btn02{
		background : #a4a4a4;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 10px 0;
		width : 200px;
		font-size : 12px;
		cursor : pointer;
		}
	.btn02:hover{
		background : #cecece;
		}

.wpcf7-submit:disabled {
	background-color: #999;
	}







/********************************************************************************************************************************************************************************
blog start
********************************************************************************************************************************************************************************/


.blog_wrapper{
	display: flex;
	justify-content: left;
	gap: 50px;
	width: 1000px;
	margin: 100px auto;
	}
.blog_wrapper a{
	text-decoration: none;
	}
.blog_wrapper .article{
	width: 700px;
	margin: 0 auto;
	}
.blog_wrapper .article .block{
	width: 700px;
	margin: 0 0 0 0;
	padding: 20px;
	}
.blog_wrapper .article .block.title{
	margin: 0 0 50px 0 !important;
	padding: 0;
	}
.blog_wrapper .article .block:first-child h3{
	background: #df0000 !important;
	color: #fff !important;
	padding: 10px 20px !important;
	}




.blog_wrapper .article .block.odd-bg{
	background: #ffdddd;
	}



.blog_wrapper .article .block .one_article{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.blog_wrapper .article .block .one_article .textblock{
	width: 420px;
	padding: 0 !important;
	font-size: 16px;
	}
.blog_wrapper .article .block.single-block .one_article .textblock{
	width: 100%;
	}
.blog_wrapper .article .block.single-block h2{
	border-bottom: solid 2px #003f7c;
	margin-top: 0;
	}
.blog_wrapper .article .block .one_article .textblock h3{
	background: none !important;
	color: #000 !important;
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	}
.blog_wrapper .article .block .one_article .textblock h3 a{
	color: #000 !important;
	}
.blog_wrapper .article .block .one_article .textblock .text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #000 !important;
	}
.blog_wrapper .article .block .one_article .textblock .date{
	font-size: 14px;
	margin: 0 0 10px 0;
	display: flex;
	gap: 12px;
	align-items: center;
	color: #333;
	}
.blog_wrapper .article .block .one_article .textblock .date span{
	white-space: nowrap;
	}
.blog_wrapper .article .block .one_article .textblock .date ul{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	}
.blog_wrapper .article .block .one_article .textblock .date ul li{
	color: #fff;
	font-size: 14px;
	border-radius: 9999px;
	padding: 0px 12px;
	white-space: nowrap;
	}
.blog_wrapper .article .block .one_article .textblock .date ul li a{
	color: #fff;
	}

.blog_wrapper .article .block .one_article .textblock .date ul li.active-info-01,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-torikumi-01,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-seinenbu-01,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-member-01{
	background: #D32F2F;
	}
.blog_wrapper .article .block .one_article .textblock .date ul li.active-info-02,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-torikumi-02,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-seinenbu-02,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-member-02{
	background: #1976D2;
	}
.blog_wrapper .article .block .one_article .textblock .date ul li.active-info-03,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-torikumi-03,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-seinenbu-03,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-member-03{
	background: #388E3C;
	}
.blog_wrapper .article .block .one_article .textblock .date ul li.active-info-04,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-torikumi-04,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-seinenbu-04,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-member-04{
	background: #F57C00;
	}
.blog_wrapper .article .block .one_article .textblock .date ul li.active-info-05,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-torikumi-05,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-seinenbu-05,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-member-05{
	background: #7B1FA2;
	}
.blog_wrapper .article .block .one_article .textblock .date ul li.active-info-06,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-torikumi-06,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-seinenbu-06,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-member-06{
	background: #455A64;
	}
.blog_wrapper .article .block .one_article .textblock .date ul li.active-info-07,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-torikumi-07,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-seinenbu-07,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-member-07{
	background: #0097A7;
	}
.blog_wrapper .article .block .one_article .textblock .date ul li.active-info-08,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-torikumi-08,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-seinenbu-08,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-member-08{
	background: #C2185B;
	}
.blog_wrapper .article .block .one_article .textblock .date ul li.active-info-09,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-torikumi-09,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-seinenbu-09,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-member-09{
	background: #5D4037;
	}
.blog_wrapper .article .block .one_article .textblock .date ul li.active-info-10,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-torikumi-10,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-seinenbu-10,
.blog_wrapper .article .block .one_article .textblock .date ul li.active-member-10{
	background: #616161;
	}







.blog_wrapper .article .block .one_article .image{
	width: 200px;
	}
.blog_wrapper .article .block .one_article .image img{
	width: 100%;
	height: 150px;
	border-radius: 10px;
	object-fit: cover;
	}
.blog_wrapper .article .block .one_article .image img:hover{
	opacity: 0.9;
	}



.blog_wrapper .side{
	width: 250px;
	}
.blog_wrapper .side.single-block{
	margin-top: 32px;
	}
.blog_wrapper .side h3{
	border-bottom: solid 2px #003f7c;
	margin: 0 0 20px 0;
	}
.blog_wrapper .side ul li{
	}
.blog_wrapper .side ul li a{
	background: #003f7c;
	margin: 0 0 7px 0;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	display: block;
	}

/* 全てが選択中のとき */
.active-all a {
	background: #003f7c !important;
	}

/* お知らせが選択中のとき */
.active-about a {
	background: #37bbd2 !important;
	}

/* 保護者・説明会が選択中のとき */
.active-explanation a {
	background: #ce5051 !important;
	}

/* 行事が選択中のとき */
.active-event a {
	background: #479047 !important;
	}

/* 特訓が選択中のとき */
.active-sp-training a {
	background: #db7b7b !important;
	}

/* 受験結果が選択中のとき */
.active-juken a {
	background: #9562cb !important;
	}



.pagination {
  text-align: center;
  margin: 40px 0;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #003f7c;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
  background: #fff;
  color: #333;
}

.pagination .page-numbers.current {
  background: #003f7c;
  border-color: #003f7c;
  color: #fff;
  pointer-events: none;
}
.pagination .page-numbers.dots {
  border: none;
  min-width: 10px;
  padding: 0;
}

.pagination .prev,
.pagination .next {
  padding: 0;
  border: none;
}


.single-pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 20px 0;
}

.single-pagination .prev a,
.single-pagination .next a {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
  background: #003f7c;
  border-color: #003f7c;
  color: #fff;
  font-size: 14px;
}











/********************************************************************************************************************************************************************************
table press
********************************************************************************************************************************************************************************/

.dt-container .dt-layout-cell.dt-layout-end {
    margin-left: 0 !important;
    margin-right: auto !important;
	}
.dt-scroll-foot{
	display: none !important;
	}







/********************************************************************************************************************************************************************************/
@media screen and (max-width: 999px) {
/********************************************************************************************************************************************************************************/


#pankuzu{
	width: 100%;
	padding: 0 10px;
	}

#all{
	padding: 40px 10px 50px 10px;
	}
#all .wrapper{
	width: 100%;
	}

#all .wrapper h1{
	margin: 0 0 50px 0;
	font-size: 24px;
	}
#all .wrapper h2{
	margin: 0 0 30px 0;
	font-size: 20px;
	}




.slide-content .block{
	padding: 20px 20px 1px 20px;
	margin:0 0 5px 0;
	}



.coupon-banner img {
    width: 100%;
}

.coupon-banner .sp {
    display: block;
}

.coupon-banner .pc {
    display: none;
}





/************* outline *************/


.outline_block{
	display: block;
	}
.outline_block div:first-child{
	width: 100%;
	}
.outline_block div.image{
	width: 100%;
	margin: 30px 0 0 0;
	}







/************* training *************/

#training ul.navi {
    display: block;
	}
#training ul.navi li{
    margin: 0 0 20px 0;
	}







/************* contact *************/

table.contact_table{
	width : 100%;
	display: block;
	box-sizing: border-box;
	}
table.contact_table tbody{
	width : 100%;
	display: block;
	box-sizing: border-box;
	}
table.contact_table tr{
	width : 100%;
	display: block;
	box-sizing: border-box;
	}
table.contact_table th{
	display: block;
	width : 100%;
	padding: 10px;
	box-sizing: border-box;
	}
table.contact_table td{
	display: block;
	width : 100%;
	padding: 10px;
	box-sizing: border-box;
	}




/************* search *************/

#wpsl-result-list{
	padding: 0 10px;
	}







/************* members-list *************/

.tablepress-id-2 th,
.tablepress-id-2 td{
	white-space: nowrap !important;
	}







.blog_wrapper{
	display: block;
	width: 100%;
	margin: 50px auto 100px;
	padding: 0 10px;
	box-sizing: border-box;
	}
	
	
.blog_wrapper .article{
	width: 100%;
	margin: 0 auto;
	}
.blog_wrapper .article .block{
	width: 100%;
	margin: 0;
	}
.blog_wrapper .article .block .one_article {
    display: block;
	}
.blog_wrapper .article .block.single-block{
	padding: 10px;
	}
.blog_wrapper .article .block .one_article .textblock {
    width: 100%;
	}
.blog_wrapper .article .block .one_article .image {
    width: 100%;
    margin: 30px 0 0 0;
	}
.blog_wrapper .article .block .one_article .image img {
    width: 100%;
    height: auto;
    border-radius: none;
	}
.blog_wrapper .article .block.single-block h2{
	border-bottom: none;
	}
.blog_wrapper .article .block .date{
	font-size: 12px;
	margin: 0 0 10px 0;
	}

.blog_wrapper .article .block .btn{
	margin: 0 0 3px auto;
	width: 120px;
	
	}
.blog_wrapper .side{
	width: 100%;
	}
.blog_wrapper .side.single-block{
	margin-top: 0;
	}
.blog_wrapper .side h3{
	border-bottom: solid 2px #003f7c;
	margin: 0 0 20px 0;
	}
.blog_wrapper .side ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.blog_wrapper .side ul li{
	width: 49.5%;
	}
.blog_wrapper .side ul li a {
    font-size: 14px;
	}







/********************************************************************************************************************************************************************************/
}
/********************************************************************************************************************************************************************************/
















/* レスポンシブ対応 */
@media (max-width: 1200px) {
    .header-container {
        flex-wrap: wrap;
    }
    
    .main-nav {
        order: 3;
        width: 100%;
        justify-content: space-around;
    }
    
    .members-grid {
        grid-template-columns: repeat(2, 235px);
    }
    
    .member-card-wrapper {
        width: 235px;
    }
    
    .info-cards {
        grid-template-columns: repeat(2, 300px);
    }
}

@media (max-width: 768px) {
    .header-container {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        padding: 15px 20px;
        gap: 15px;
    }
    
    .logo-section {
        grid-column: 1;
        grid-row: 1;
    }
    
    .hamburger-menu {
        display: flex;
        grid-column: 2;
        grid-row: 1;
        align-self: center;
    }
    
    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
        flex-direction: column;
        padding: 80px 20px 20px;
        transition: right 0.3s ease;
        overflow-y: auto;
        z-index: 999;
        box-shadow: -4px 0 12px rgba(0, 0, 0, 0.3);
    }
    
    .main-nav.active {
        right: 0;
    }
    
    /* デスクトップのヘッダーボタンを非表示 */
    .desktop-buttons {
        display: none;
    }
    
    /* モバイルメニュー内のボタンを表示 */
    .mobile-menu-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .mobile-menu-buttons .header-btn {
        width: 100%;
        padding: 14px;
    }
    
    .nav-item-wrapper {
        width: 100%;
    }
    
    .nav-item {
        width: 100%;
        padding: 15px 20px;
        text-align: left;
        border-radius: 8px;
        margin-bottom: 5px;
    }
    
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-top: 0;
        background: rgba(255, 255, 255, 0.1);
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .nav-item-wrapper.active .dropdown-menu {
        max-height: 500px;
    }
    
    .dropdown-item {
        color: var(--white);
        padding: 12px 20px 12px 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background: transparent;
    }
    
    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.15);
        color: var(--white);
        padding-left: 35px;
    }
    
    .slide-title {
        font-size: 28px;
    }
    
    .slide-text {
        font-size: 14px;
    }
    
    .members-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    
    .member-card-wrapper {
        width: 235px;
    }
    
    .member-card {
        width: 235px;
        height: 316px;
    }
    
    .activities-grid {
        grid-template-columns: 1fr;
    }
    
    .info-cards {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    
    .info-card {
        width: 300px;
        height: 145px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-social {
        text-align: center;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    /* お知らせセクションのモバイル対応 */
    .news-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 20px;
        gap: 10px;
    }
    
    .news-header {
        width: 100%;
        gap: 8px;
    }
    
    .news-date {
        font-size: 13px;
        min-width: auto;
    }
    
    .news-badge {
        font-size: 11px;
        padding: 3px 10px;
    }
    
    .news-content {
        width: 100%;
        font-size: 13px;
        line-height: 1.6;
        padding-left: 0;
    }
}


















/* アニメーション */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.member-card,
.info-card,
.news-item {
    animation: fadeIn 0.6s ease-out;
}
