@charset "UTF-8";
/* CSS Document */

/* ----- トップ共通
---------------------------------------------------------------------------*/
.detailBtn {
    display: flex;
    justify-content: center;
    padding: 20px;
    margin: 30px auto 0;
    max-width: 300px;
    position: relative;
    background-color: #ffffff;
    font-weight: 500;
	transition: all 0.5s;
}
[data-class="jhs"] .detailBtn{
	box-shadow: 5px 5px 0px var(--jumior-main-color);
    border: 1px solid var(--jumior-main-color);
}
[data-class="hs"] .detailBtn{
	box-shadow: 5px 5px 0px var(--high-main-color);
    border: 1px solid var(--high-main-color);
}
.detailBtn:hover {
    transition: all 0.5s;
}
[data-class="jhs"] .detailBtn:hover{
	box-shadow: 0px 0px 0px var(--jumior-main-color);
}
[data-class="hs"] .detailBtn:hover{
	box-shadow: 0px 0px 0px var(--high-main-color);
}
.detailBtn span {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
}
[data-class="jhs"] .detailBtn span{
    background-color: var(--jumior-main-color);
}
[data-class="hs"] .detailBtn span{
    background-color: var(--high-main-color);
}
.detailBtn span:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 50%;
    transform: translate(60%, -50%) rotate(135deg);
    right: 60%;
}

.detailBtn + .detailBtn {
    margin-top: 10px;
}

.sec_midashi h2 {
    font-size: 60px;
    font-weight: bold;
}
[data-class="jhs"] .sec_midashi h2{
    color: var(--jumior-main-color);
}
[data-class="hs"] .sec_midashi h2{
    color: var(--high-main-color);
}
.sec_sub {
    font-size: 20px;
}


.slick-track {
    display: flex;
}
.slick-slide {
	float: none;
	height: auto;
	margin-right: 15px;
	margin-left: 15px;
}
.slick-slide > div {
    height: 100%;
}
.mainvisual_inner.slick-initialized.slick-slider.slick-dotted {
    padding-bottom: 80px;
}
.slick-dots {
    bottom: 30px;
}
.slick-dots li button:before {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    opacity: 1;
    font-family: none;
    font-size: unset;
}
[data-class="jhs"] .slick-dots li button:before{
    border: 1px solid var(--jumior-main-color);
}
[data-class="hs"] .slick-dots li button:before{
    border: 1px solid var(--high-main-color);
}
[data-class="jhs"] .slick-dots li.slick-active button:before {
    color: var(--jumior-main-color);
    background-color: var(--jumior-main-color);
}
[data-class="hs"] .slick-dots li.slick-active button:before {
    color: var(--high-main-color);
    background-color: var(--high-main-color);
}
[data-class="jhs"] .slick-dots li.slick-active button:before {
    color: var(--jumior-main-color);
    background-color: var(--jumior-main-color);
}
[data-class="hs"] .slick-dots li.slick-active button:before {
    color: var(--high-main-color);
    background-color: var(--high-main-color);
}
.slick-dots li button {
    width: 15px;
    height: 15px;
}
.slick-arrow {
    right: 40px;
    left: auto;
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 30px;
    transform: none;
    border-radius: 50%;
    z-index: 1;
}
[data-class="jhs"] .slick-arrow{
    background-color: var(--jumior-main-color);
}
[data-class="hs"] .slick-arrow{
    background-color: var(--high-main-color);
}
.slick-arrow:hover {
    opacity: 0.5;
    transition: all 0.5s;
}
[data-class="jhs"] .slick-arrow:hover{
    background-color: var(--jumior-main-color);
}
[data-class="hs"] .slick-arrow:hover{
    background-color: var(--high-main-color);
}
.slick-prev.slick-arrow {
    right: 90px;
}
.slick-arrow:before{
    cursor: pointer;
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 50%;
}
.slick-prev:before {
    transform: translate(-60%, -50%) rotate(-45deg);
    left: 60%;
}
.slick-next:before {
    transform: translate(60%, -50%) rotate(135deg);
    right: 60%;
}

.btn-a--orange,
.btn-a--key{
	display: flex;
	justify-content: center;
	padding: 20px;
	margin: 30px auto 0;
	max-width: 300px;
	position: relative;
	background-color: #ffffff;
	font-weight: 500;
	transition: all 0.5s;
	color: var(--font-color);
}
[data-class="jhs"] .btn-a--orange,
[data-class="jhs"] .btn-a--key{
	box-shadow: 5px 5px 0px var(--jumior-main-color);
	border: 1px solid var(--jumior-main-color);
}
[data-class="hs"] .btn-a--orange,
[data-class="hs"] .btn-a--key{
	box-shadow: 5px 5px 0px var(--high-main-color);
	border: 1px solid var(--high-main-color);
}
.btn-a--orange:hover, 
.btn-a--key:hover {
    color: var(--font-color);
}
[data-class="jhs"] .btn-a--orange:hover, 
[data-class="jhs"] .btn-a--key:hover{
    box-shadow: 0px 0px 0px var(--jumior-main-color);
}
[data-class="hs"] .btn-a--orange:hover, 
[data-class="hs"] .btn-a--key:hover{
    box-shadow: 0px 0px 0px var(--high-main-color);
}

/* ----- メインビジュアル
---------------------------------------------------------------------------*/
.mainvisual {
    margin-top: 30px;
}
.mainvisual_kobetu {
    height: 100%;
    background-color: #ffffff;
}
.mainvisual_kobetuCon {
    display: flex;
    padding: 20px;
    border: 1px solid #000000;
    gap: 10px 20px;
    position: relative;
    height: 100%;
    flex-direction: column;
    align-items: unset;
}
.mainvisual_kobetuCon img {
    aspect-ratio: 12 / 5;
    object-fit: cover;
    width: 100%;
}
.mainvisual_kobetu:hover .mainvisual_kobetuCon img {
    transform: scale(1.2);
}
.mainvisual_kobetuCon .mainvisual_kobetuThumb {
    overflow: hidden;
}
.mainvisual_kobetuThumb img{
	transition: all 0.5s;
}
.cat {
    position: absolute;
    top: -10px;
    right: 10px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-weight: bold;
    padding: 8px;
    color: #ffffff;
    letter-spacing: 3px;
    font-size: clamp(10px, 18 / 1400 * 100vw, 18px);
}
[data-class="jhs"] .cat{
    background-color: var(--jumior-main-color);
}
[data-class="hs"] .cat{
    background-color: var(--high-main-color);
}
.tsushin .num span {
    display: inline-block;
}
.size_s {
    font-weight: bold;
    display: block;
    font-size: clamp(10px, 16 / 1400 * 100vw, 16px);
}
.size_m {
    font-weight: bold;
    display: block;
    font-size: clamp(16px, 24 / 1400 * 100vw, 24px);
}
.size_l {
    font-weight: bold;
    display: block;
    line-height: 1.2;
    font-size: clamp(22px, 46 / 1400 * 100vw, 46px);
}
.mainvisual .slick-track {
    padding-top: 10px;
}

.mainvisual_kobetuCon.tsushin {
    padding: 20px 50px 20px 20px;
    flex-direction: row;
    align-items: center;
}
.mainvisual_kobetuCon.tsushin img {
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: all 0.5s;
}
.mainvisual_kobetuCon.tsushin .cat,
.mainvisual_kobetuCon.jyuken_plus .cat{
    background-color: #ffb600;
}
.mainvisual_kobetuCon.tsushin .mainvisual_kobetuThumb {
    overflow: hidden;
	width: 40%;
    flex-shrink: 0;
}
.tsushin .num {
    font-weight: bold;
    font-size: clamp(12px, 18 / 1400 * 100vw, 18px);
}
.tsushin .midashi {
    margin-top: 30px;
    line-height: 1.5;
}

.mainvisual_kobetuCon.maniax {
    flex-direction: column;
    align-items: unset;
}
.mainvisual_kobetuCon.maniax img {
    aspect-ratio: 12 / 5;
    object-fit: cover;
    width: 100%;
}
.mainvisual_kobetuCon.maniax .num {
    font-weight: bold;
    font-size: clamp(10px, 18 / 1400 * 100vw, 18px);
}
.mainvisual_kobetuCon.maniax .midashi {
    line-height: 1.5;
}
.mainvisual_kobetuCon.maniax .cat {
    background-color: #e8529a;
}

.mainvisual_kobetuCon.award {
    flex-direction: column;
    align-items: unset;
}
.mainvisual_kobetuCon.award img {
    aspect-ratio: 12 / 5;
    object-fit: cover;
    width: 100%;
}
.mainvisual_kobetuCon.award .num {
    font-weight: bold;
    font-size: clamp(10px, 18 / 1400 * 100vw, 18px);
}
.mainvisual_kobetuCon.award .midashi {
    line-height: 1.5;
}
.mainvisual_kobetuCon.award .cat {
	background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}

.mainvisual_kobetuCon.navi {
    flex-direction: column;
    align-items: unset;
}
.mainvisual_kobetuCon.navi img {
    aspect-ratio: 12 / 5;
    object-fit: cover;
    width: 100%;
}
.mainvisual_kobetuCon.navi .num {
    font-weight: bold;
    font-size: clamp(10px, 18 / 1400 * 100vw, 18px);
}
.mainvisual_kobetuCon.navi .midashi {
    line-height: 1.5;
}
.mainvisual_kobetuCon.navi .cat {
    background-color: #5a918d;
}


/* ----- リード
---------------------------------------------------------------------------*/
.lead {
    text-align: center;
    margin-top: 20px;
}
.lead_main h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
}
.lead_main span {
    font-size: 36px;
    display: inline-block;
}
.lead_sub h2 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
}

/* ----- 新着記事
---------------------------------------------------------------------------*/
.article {
    margin-top: 90px;
}
.article_con {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.article_img {
    max-width: 225px;
    width: 60%;
    overflow: hidden;
    flex-shrink: 0;
}
.article_img img {
    aspect-ratio: 45/26;
    object-fit: cover;
    width: 100%;
    min-width: 130px;
    transition: all 0.5s;
}
.article_kobetu {
    width: calc(50% - 10px);
    display: flex;
    gap: 20px;
    padding: 20px 25px 20px 20px;
    border: 1px solid #333333;
    align-items: center;
    position: relative;
    background-color: #ffffff;
}
.article_kobetu:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
}
[data-class="jhs"] .article_kobetu:before{
    border-top: solid 1px var(--jumior-main-color);
    border-right: solid 1px var(--jumior-main-color);
}
[data-class="hs"] .article_kobetu:before{
    border-top: solid 1px var(--high-main-color);
    border-right: solid 1px var(--high-main-color);
}
.article_kobetu:hover:before {
    right: 10px;
    transition: all 0.5s;
}
.article_kobetu:hover .article_img img {
    scale: 1.2;
    transition: all 0.5s;
}
.article_cat {
    font-size: 14px;
    padding: 2px 6px;
    display: inline-block;
    color: #ffffff;
}
[data-class="jhs"] .article_cat{
    background-color: var(--jumior-main-color);
}
[data-class="hs"] .article_cat{
    background-color: var(--high-main-color);
}
.article_monthNum {
    font-size: 14px;
}
.article_tag p {
    font-size: 14px;
}
.article_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
    margin-top: 6px;
}
.article_schoolName {
    font-size: 14px;
    margin-top: 6px;
    font-weight: bold;
}
.article_title {
    margin-top: 5px;
}


/* ----- X COLUMN
---------------------------------------------------------------------------*/
.x_column {
    display: flex;
    gap: 70px 30px;
    margin-top: 90px;
}
.x_inner {
    width: 420px;
    background-color: #ffffff;
}
.x_con {
	margin-top: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.x_con.x_pc {
    display: block;
}
.x_con.x_smp {
    display: none;
}
.twitter-timeline.twitter-timeline-rendered {
    width: 100%;
}

.column_inner {
    width: 550px;
    background-color: #ffffff;
}
.column_con {
    margin-top: 20px;
    padding: 40px;
    position: sticky;
    background-color: #f8f8f8;
}
.column_kobetu {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    position: relative;
    padding-right: 20px;
}
.column_kobetu:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
}
[data-class="jhs"] .column_kobetu:before {
    border-top: solid 1px var(--jumior-main-color);
    border-right: solid 1px var(--jumior-main-color);
}
[data-class="hs"] .column_kobetu:before {
    border-top: solid 1px var(--high-main-color);
    border-right: solid 1px var(--high-main-color);
}
.column_kobetu:hover:before {
    right: 5px;
    transition: all 0.5s;
}
.column_kobetu:nth-child(n+2) {
    margin-top: 20px;
}
.column_day {
    font-size: 12px;
    color: #808080;
    display: inline-block;
}
.column_cat {
    font-size: 12px;
    padding: 3px 10px;
    display: inline-block;
    color: #ffffff;
    margin-left: 20px;
}
[data-class="jhs"] .column_cat{
    background-color: var(--jumior-main-color);
}
[data-class="hs"] .column_cat{
    background-color: var(--high-main-color);
}
.column_title {
    margin-top: 15px;
}

/* ----- 説明会情報
---------------------------------------------------------------------------*/

section:has(.event) {
    padding: 60px 0;
    margin-top: 60px;
	background-color: #ffffff;
	background-image: radial-gradient(#dddddd 12%, transparent 12%), radial-gradient(#dddddd 12%, transparent 12%);
	background-position: 0 0, 6px 6px;
	background-size: 12px 12px;
    position: sticky;
}
.event .sec_midashi {
    text-align: center;
}
.event_kobetuInner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.event_day {
    font-size: 30px;
    font-weight: bold;
}
.event_day span {
    font-size: 20px;
    padding-left: 10px;
}
.event_schoolList {
    margin-top: 30px;
}
.event_schoolList p {
    text-align: right;
}
.event_schoolList li {
    padding-left: 10px;
    position: relative;
}
.event_schoolList li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 12px;
    left: 0;
    background-color: #333333;
    border-radius: 50%;
}
.event_schoolList li:nth-child(n+2) {
    margin-top: 10px;
}
.event_kobetu {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #333333;
    height: 100%;
    cursor: pointer;
}
.detailBtn.eventBtn {
    font-size: 14px;
    max-width: 208px;
    padding: 10px 10px;
    border: none;
    margin: 15px auto 0;
    width: 100%;
}
[data-class="jhs"] .detailBtn.eventBtn{
    background-color: #b2d7ec;
}
[data-class="hs"] .detailBtn.eventBtn{
    background-color: #ebb7ce;
}
.detailBtn.eventBtn:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    right: 10px;
    z-index: 1;
    background-color: transparent;
    left: auto;
}
.event .slick-slide {
    margin-left: 30px;
    margin-right: 30px;
}
.event .slick-arrow {
    bottom: auto;
    top: 50%;
}
.event .slick-prev {
    right: auto;
    left: -20px;
}
.event .slick-next {
    right: -20px;
    left: auto;
}
.event .slick-track {
    margin-top: 30px;
}



/* ----- remodal
---------------------------------------------------------------------------*/
body[data-class="jhs"].eventActive .remodal-overlay {
	background-color: rgba(0, 121, 194, 0.95);
}
body[data-class="hs"].eventActive .remodal-overlay {
	background-color: rgba(217, 87, 146, 0.95);
}
.remodal--topEvent {
	padding: 40px 0px;
	background-color: transparent;
}
.remodal-close--topEvent {
	left: auto;
	right: 0;
}
.remodal__preload {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.remodalEvent__wrapper {
	/* border-radius: 0 0 10px 10px; */
	overflow: hidden;
}
.remodalEvent__date {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
}
.remodalEvent__date + .remodalEvent__item {
	overflow: hidden;
	border: 1px solid #333333;
}
.remodalEvent__h3 {
	background-color: #fff;
	padding: 20px;
}
.remodalEvent__container {
	padding: 40px 20px;
}
[data-class="jhs"] .remodalEvent__container{
	background-color: #b2d7ec;
}
[data-class="hs"] .remodalEvent__container{
	background-color: #ebb7ce;
}
.remodalEvent__event {
	font-size: 0;
}
.remodalEvent__schools {
	font-size: 0;
	padding: 35px 15px;
}
.remodalEvent__list, .remodalOnline__list {
	display: inline-block;
	font-size: 1.4rem;
	margin: 5px;
	color: #fff;
	padding: 5px 5px 3px;
}
[data-class="jhs"] .remodalEvent__list, .remodalOnline__list{
	border: 1px solid var(--jumior-main-color);
	background-color: var(--jumior-main-color);
}
[data-class="hs"] .remodalEvent__list, .remodalOnline__list{
	border: 1px solid var(--high-main-color);
	background-color: var(--high-main-color);
}
.remodalEvent__list:hover, .remodalOnline__list:hover {
    background-color: #ffffff;
}
[data-class="jhs"] .remodalEvent__list:hover, .remodalOnline__list:hover {
    color: var(--jumior-main-color);
}
[data-class="hs"] .remodalEvent__list:hover, .remodalOnline__list:hover {
    color: var(--high-main-color);
}
.emodalEvent__godoBlock__h4 {
	color: #fff;
	padding: 10px;
	cursor: pointer;
	position: relative;
}
[data-class="jhs"] .emodalEvent__godoBlock__h4{
	background-color: var(--jumior-main-color);
}
[data-class="hs"] .emodalEvent__godoBlock__h4{
	background-color: var(--high-main-color);
}
.emodalEvent__godoBlock__h4:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 7px;
	background-image: url(/common/images/common-arrow-border-white-20x7-bottom.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform .5s ease;
}
.emodalEvent__godoBlock__h4:hover:before {
	transform: translateY(100%);
}
.emodalEvent__godoBlock__h4.open:before {
	transform: translateY(-50%) rotate(180deg);
}
.emodalEvent__godoBlock__h4.open:hover:before {
	transform: translateY(-150%) rotate(180deg);
}
.emodalEvent__godoBlock {
	border-radius: 10px;
	overflow: hidden;
}
.emodalEvent__godoBlock + .emodalEvent__godoBlock {
	margin-top: 10px;
}
.emodalEvent__godoBlock__target {
	display: none;
	padding: 0 0 20px;
	background-color: #fff;
}
.remodalEvent__godoTable {
	width: 100%;
}
.remodalEvent__godoTable th, .remodalEvent__godoTable td {
	border: 1px solid #ddd;
	padding: 10px;
}
.remodalEvent__godoTable th {
	width: 100px;
	background-color: #f0f9ff;
	border-left-width: 0px;
}
.remodalEvent__godoTable td {
	border-right-width: 0px;
}
.remodalEvent__godoBiko {
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 0 20px;
}
.remodalEvent__godoSchool__anchor {
	display: block;
	width: 50%;
	padding: 0 50px 0 5px;
	font-size: 1.4rem;
	color: inherit;
	position: relative;
}
.remodalEvent__godoSchool {
	margin-left: -5px;
	margin-right: -5px;
}
.remodalEvent__godoSchool__anchor:nth-of-type(n+3) {
	border-top: 10px solid transparent;
}
.remodalEvent__godoSchool__span {
	position: absolute;
	background-color: #444;
	color: #fff;
	font-size: 1.1rem;
	border-radius: 3px;
	padding: 2px 5px;
	top: 0;
	right: 5px;
	transition: background .5s ease;
}
.remodalEvent__godoSchool__anchor:hover {
	color: #0079c2;
}
.remodalEvent__godoSchool__anchor:hover .remodalEvent__godoSchool__span {
	background-color: #0079c2;
}
.remodalEvent__godoLink {
	text-decoration: underline;
}
.remodalEvent__godoLink:hover {
	background-color: #bee8ff;
	text-decoration: none;
}

.remodalEvent__kobetsu__inner {
	background-color: #fff;
	padding: 40px;
}
.remodalEvent__kobetsu__table {
	width: 100%;
}
.remodalEvent__kobetsu__table th, .remodalEvent__kobetsu__table td {
	border: 1px solid #ddd;
	padding: 10px;
}
.remodalEvent__kobetsu__table th {
	width: 100px;
	background-color: #f0f9ff;
}
.remodalEvent__kobetsu {
	padding-top: 20px;
}
.remodalEvent__kobetsu__back {
	padding: 10px 20px;
}


@media only screen and (max-width: 1200px) {
    .slick-slide {
		margin-left: 5px;
		margin-right: 5px;
	}
	.event .slick-slide {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1026px) {
    .article_kobetu {
		padding: 10px;
		gap: 10px;
	}

	.article_img img {
		aspect-ratio: 13/11;
	}
}

@media only screen and (max-width: 767px) {
	.sec_midashi h2 {
		font-size: 40px;
		text-align: center;
	}
	.sec_sub {
		font-size: 18px;
		text-align: center;
	}
	
    .slick-slide {
		margin-left: 10px;
		margin-right: 10px;
	}
	.slick-dots li button:before {
		width: 10px;
		height: 10px;
	}
	.slick-dots {
		text-align: left;
		padding-left: 10vw;
		bottom: 40px;
	}
	.slick-arrow {
		bottom: 20px;
	}
	.slick-prev.slick-arrow {
		right: 100px;
	}
	
	
    .mainvisual_kobetuCon {
		padding: 10px;
		gap: 10px 10px;
	}
	.mainvisual_kobetuCon.tsushin {
		padding: 10px;
	}
	.tsushin .midashi {
		margin-top: 10px;
	}
	.cat {
		padding: 6px;
		letter-spacing: unset;
		top: -5px;
		right: 5px;
	}

	
	.lead_main {
		font-size: 18px;
	}
	.lead_main span {
		font-size: 22px;
	}
	.lead_sub {
		font-size: 14px;
	}
	
	
	.article {
		margin-top: 60px;
	}
	.article_con {
		flex-direction: column;
	}
	.article_kobetu {
		width: 100%;
		padding-right: 30px;
	}
	.article_cat {
		font-size: 10px;
	}
	.article_monthNum {
		font-size: 11px;
	}
	.article_tag p {
		font-size: 10px;
	}
	.article_title {
		font-size: 14px;
	}
	.article_img {
		width: 40%;
	}
	.article_kobetu:before {
		right: 15px;
	}
	
	
	.x_con {
		padding: 0px 30px;
	}
	.x_con.x_pc {
	    display: none;
	}
	.x_con.x_smp {
	    display: block;
	}
	.x_column {
		flex-direction: column;
	}
	.x_inner {
		width: 100%;
	}
	.column_inner {
		width: 100%;
	}
	.column_con {
		padding: 20px 10px;
	}
	.column_title {
		font-size: 14px;
	}
	
	.event_con {
		padding: 0 50px;
	}
	.event_kobetu {
		padding: 10px;
	}
	.event .slick-arrow {
		width: 48px;
		height: 48px;
	}
	.event .slick-next {
		right: -5px;
	}
	.event .slick-prev {
		left: -5px;
	}
	.event_schoolList li:before {
		top: 9px;
	}
	section:has(.event) {
		padding: 30px 0 50px;
	}
}
@media only screen and (max-width: 500px) {
    .mainvisual_kobetuCon.tsushin .mainvisual_kobetuThumb {
		width: 140px;
	}
}
