@charset "UTF-8";

.inner {
	margin: 0 auto;
	width: 89.33vw;
}

.yellow_line {
	background: linear-gradient(transparent 80%, #ffff67 100%);
	font-weight: bold;
}

.footer-line {
	margin-top: 0;
}

.no_pb .contact {
	padding-bottom: 0;
}

#campus_information {
	padding-top: 100px !important;
	margin-top: -40px !important;
}
#syusseki_nintei {
	padding-top: 40px !important;
	margin-top: -100px !important;
}
#tokucho {
	padding-top: 165px !important;
	margin-top: -100px !important;
}


@media screen and (min-width: 768px) {
	.container {
		margin-top: -10px;
	}
	.inner {
		max-width: 1000px;
		width: 90%;
	}
}


/* ========================================
	KV
========================================= */
.kv h1 {
	font-size: 34px;
	position: relative;
	top: 16.53vw;
	left: -13vw;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}


/*------------------------------------
  地域を選ぶ
--------------------------------------*/
#campusList {
	box-sizing: border-box;
	padding: 40px 20px 40px;
}
#campusList .campusList-title {
	display: flex;
	align-items: center;
	font-size: 20px;
	margin-bottom: 19px;
	letter-spacing: 2px;
	gap: 4px;
	font-weight: 700;
}
#campusList .campusList-title::before {
	content: "";
	background: url("/freeschool_new/assets/img/campus/icon_choice_local.svg") no-repeat center center / contain;
	width: 28px;
	height: 27px;
	display: block;
}

/* タブ */
#campusList .campusList-tab {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	height: inherit;
}
#campusList .campusList-tab .campusList-tabItem {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: 1.2;
	border-radius: 4px;
	cursor: pointer;
	user-select: none;
	transition: margin 0.3s ease;
	box-sizing: border-box;
	justify-content: center;
	width: calc(100% / 4 - 8px);
	height: 54px;
	border: 1px solid #B3B3B3;
}
#campusList .campusList-tab .campusList-tabItem.is-active {
	background: var(--tryBlue);
	border-color: var(--tryBlue);
	color: #fff;
	font-size: inherit;
}

/* タブの中身 */
#campusList .campusList-area .campusList-area-title {
	font-weight: 700;
	color: var(--tryBlue);
	background: var(--lightBlue);
	font-size: 25px;
	padding: 2.5px 12px;
	margin: 40px 0 7px;
	scroll-margin-top: 100px;
}
#campusList .campusList-area .campusList-area-title:not(.campusList-area-title:first-of-type) {
	margin-top: 14px;
}
#campusList .campusList-area .campusList-area-campus {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	padding: 20px 12px 24px;
	position: relative;
}
#campusList .campusList-area .campusList-area-campus:not(.campusList-area-title + .campusList-area-campus) {
	border-top: 1px solid #b3b3b3;
}
#campusList .campusList-area .campusList-area-campus .campusList-area-campus-name {
	color: #333;
	font-weight: 700;
	line-height: 1.3;
	font-size: 20px;
	flex: 0 0 calc(100% - 85px);
}
#campusList .campusList-area .campusList-area-campus .campusList-area-campus-disc {
	line-height: 1.7;
	margin-bottom: 0.2rem;
	letter-spacing: -0.04rem;
	font-size: 12px;
}
#campusList .campusList-area .campusList-area-campus .campusList-area-campus-address {
	line-height: 1.6;
	/* margin-bottom: 1rem; */
	color: #808080;
}
#campusList .campusList-area .campusList-area-campus .campusList-area-campus-address .campusList-area-campus-post-code {
	display: block;
}
#campusList .campusList-area .campusList-area-campus .campusList-area-ask-link {
	letter-spacing: -0.08rem;
	order: 2;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 17px;
}

#campusList .campusList-area .campusList-area-campus .campusList-area-ask-link a {
	border: 1px solid #0065CC;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	letter-spacing: 0.017em;
	font-size: 11px;
	width: 85px;
	height: 30px;
}
/* #campusList .campusList-area .campusList-area-campus .campusList-area-campus-link {
	display: none;
} */


@media screen and (min-width: 768px) {
	.kv {
    max-width: 1000px;
    margin: 0 auto;
	margin-top: 140px;
  }
	.kv h1 {
		position: static;
		font-size: 40px;
		margin-bottom: 24px;
		font-weight: bold;
	}
	#campusList {
		max-width: 1000px;
		padding: 80px 0 30px;
		margin: 0 auto;
	}
	#campusList .campusList-title {
		justify-content: center;
		font-size: 31px;
		line-height: 1.4;
		margin-bottom: 14px;
		gap: 20px;
	}
	#campusList .campusList-title::before {
		width: 45px;
		height: 45px;
		margin-left: -20px;
	}

	/* タブ */
	#campusList .campusList-tab {
		flex-wrap: nowrap;
		border-bottom: 2px solid var(--tryBlue);
		padding-top: 16px;
		align-items: flex-end;
		height: 75px;
	}
	#campusList .campusList-tab .campusList-tabItem {
		font-size: 16px;
		line-height: 1.1;
		border-radius: 8px 8px 0 0;
		background: #e6e6e6;
		padding: 15px 0 9px;
		width: calc( 100% / 8 - 8px );
		height: 60px;
		border: none;
	}
	#campusList .campusList-tab .campusList-tabItem.is-active {
		font-size: 20px;
		height: 75px;
	}

	/* タブの中身 */
	#campusList .campusList-area-wrapper {
		max-width: 1000px;
		margin: 0 auto;
	}
	#campusList .campusList-area .campusList-area-title {
		font-size: 34px;
		padding: 11.2px 16px;
		margin: 60px 0 7px;
	}
	#campusList .campusList-area .campusList-area-title:not(.campusList-area-title:first-of-type) {
		margin-top: 36px;
	}
	#campusList .campusList-area .campusList-area-campus {
		padding: 25px 16px;
		flex-wrap: nowrap;
	}
	#campusList .campusList-area .campusList-area-campus .campusList-area-campus-name {
		font-size: 24px;
		flex: 0 0 260px;
	}
	#campusList .campusList-area .campusList-area-campus .campusList-area-campus-disc {
		font-size: 16px;
	}
	#campusList .campusList-area .campusList-area-campus .campusList-area-ask-link {
		position: unset;
		/* margin-right: 10px; */
	}
	#campusList .campusList-area-campus-data-box {
		display: flex;
	    justify-content: space-between;
	    width: 100%;
	}
	#campusList .campusList-area .campusList-area-campus .campusList-area-ask-link a {
		width: 140px;
		height: 36px;
		font-size: 15px;
		/* margin-right: 10px; */
	}
}




/* ========================================
	詳細ページ
========================================= */

#campus_detail .kv {
	margin-top: 75px;
	padding: 0 20px 20px;
}

#campus_detail .kv .kv_name_campus {
	position: static;
	margin: 0 0 24px 0;
	text-align: left;
	font-size: 30px;
}

#campus_detail .kv_btnarea {
	display: flex;
	justify-content: space-between;
	margin: 15px 0 0 0;
}
#campus_detail .kv_btnarea .kv_btn {
	width: 31%;
	height: 54px;
	border: solid 1px #0065CC;
	border-radius: 4px;
	background: #fff;
}
#campus_detail .kv_btnarea .kv_btn a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 1.1;
	font-size: 12px;
}

#campus_detail .ttl_infomation_campus {padding: 0 0 0 20px;font-size: 29px;}

#campus_detail .list_information_campus {padding: 0 18px 0;}
#campus_detail .list_information_campus dt {

}
#campus_detail .list_information_campus dd {

}
#campus_detail .box_eqiupment {

}
#campus_detail .box_eqiupment img {

}
#campus_detail .box_eqiupment .cap_equipment {

}


@media screen and (min-width: 768px) {
	#campus_detail .kv {
		max-width: 1040px;
		margin: 94px auto 90px;
		/* height: 370px; */
		box-sizing: border-box;
		padding: 0 20px;
		display: flex;
	}
	#campus_detail .kv .kv_name_campus {
	padding: 54px 0 0 0;
	font-size: 40px;
	letter-spacing: 0.05em;
	}
	#campus_detail .kv_btnarea {
		max-width: 450px;
		margin: 38px 0 0 0;
	}
	#campus_detail .kv_btnarea .kv_btn {
		height: 68px;
	}
	#campus_detail .kv_btnarea .kv_btn a {
		font-size: 15px;
	}
	/* #campus_detail .kv img {
	background: url(/freeschool_new/assets/img/top/kv_campus_detail.webp);
	} */
	#campus_detail .flex_kv_l {
	width: 100%;
	position: relative;
	z-index: 5;
	}
	#campus_detail .flex_kv_r {
		
	}
	#campus_detail .flex_kv_r {
		position: relative;
		width: 100%;
		height: 290px;
		z-index: 2;
	}
	#campus_detail .flex_kv_r:after {
		content: "";
		background: url(/freeschool_new/assets/img/campus/kv_campus_detail.webp);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		width: 1000px;
		height: 290px;
		position: absolute;
		right: 0;
		top: 50px;
	}
}



/*------------------------------------
  キャンパス情報
--------------------------------------*/
#campus_detail .access {
    grid-template-columns: 1fr;
    padding-top: 60px;
    /* padding-bottom: 20px; */
  }
#campus_detail .access_title {
    grid-column: auto;
    margin-bottom: 0;
    font-size: 28px;
  }
#campus_detail .access table {
    margin-bottom: 5px;
    width: 100%;
  }
#campus_detail .access-table-common {
	margin-bottom: 40px !important;
}
#campus_detail .access th {
    padding: 20px 21px 15px 0;
    white-space: nowrap;
  }
#campus_detail .access td {
    padding: 21px 0 15px;
    font-size: 14px;
  }
#campus_detail  .access-title {
    text-align: left;
    font-size: 13.9px;
  }
#campus_detail .access-table-common tr {
	border-bottom: 1px solid #ccc;
 }
#campus_detail .access-map > img {
	width: 59.73vw;
	height: 57.07vw;
  }
#campus_detail .access-label__wrap {display: flex;justify-content: flex-start;gap: 10px;}
#campus_detail .access-label__wrap img {
	width: 46.5%;
}

@media screen and (min-width: 768px) {
	#campus_detail .access {
		padding-top: 50px;
	}
	#campus_detail .access .access-table-common-flex {
		display: flex;
	}
	#campus_detail .access table {
		display: flex;
		justify-content: space-between;
		padding-right: 30px;
	}
	#campus_detail .pc .access-map > img {
		max-width: 229px;
		height: 214px !important;
	}
	#campus_detail .access-title {
		font-size: 24px;
	}
	#campus_detail .access th {
	padding: 28px 44px 26px 0;
	}
	#campus_detail .access_title {
		margin-bottom: 16px;
	}
	#campus_detail .access-table-common tr:first-child {
		border: none;
	}
	#campus_detail .access-table-common tr:first-child td {
		padding: 24px 0 0px;
		font-size: 16px;
	}
	#campus_detail .access-table-common tr:first-child th {
		padding: 28px 94px 15px 0;
	}

	#campus_detail .access-label__wrap img {
		width: 36.9%;
	}
	#campus_detail .cap_equipment {
		font-size: 10px;
		margin: 10px 0 0 0;
	}
}

  /*------------------------------------
  スライダー
--------------------------------------*/
.splide__list {
	height: auto;
  }
  /* スライドコンテンツ */
  .md-around-content__study-place .md-study-place__slide .md-study-place__item-slide-img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
	}
  .md-around-content__study-place .md-study-place__slide .md-study-place__item-slide-img img {
	width: 100%;
	object-fit: contain;
	height: auto;
  }
  .md-around-content__study-place .md-study-place__slide .md-study-place__slide-info {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-top: 12px;
	background: #EEF6FD;
	color: #0065CC;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 16px auto 0;
	padding: 23px 0;
	}
  /* 矢印 */
  .md-around-content__study-place .md-study-place__slide .splide__arrow {
	width: 50px;
	height: 50px;
	background: #0065CC;
	border: 2px solid #fff;
	top: calc(50% - 60px);
	opacity: 1;
	z-index: 5;
	transform: unset;
	}
  .md-around-content__study-place .md-study-place__slide .splide__arrow--next {
	right: 9.5em;
	}
  .md-around-content__study-place .md-study-place__slide .splide__arrow--prev {
	left: 9.5em;
	}
  .md-around-content__study-place .md-study-place__slide .splide__arrow svg {
	fill: #fff;
	height: 1.5em;
	width: 1.5em;
  }
  /* ページネーション */
  .md-around-content__study-place .md-study-place__slide .pagination__wrapper {
	}
  .md-around-content__study-place .md-study-place__slide .splide__pagination {
	position: relative;
	bottom: 0;
  }
  .md-around-content__study-place .md-study-place__slide .splide__pagination__page {
	margin: 6px;
  }
  .md-around-content__study-place .md-study-place__slide .splide__pagination__page.is-active {
	background: #0065CC;
	opacity: 1;
  }
  /* splideカスタム */
  .slide-trans-smooth::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
  }
  .slide-trans-smooth.touchmove--scroll-able::before {
	z-index: 1;
  }

@media screen and (max-width: 1066px) {
	.mod-contCenter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
  @media (min-width: 1025px) {
	/* container */
	.mod-contCenter {
    width: 1000px;
    margin: 0 auto 30px;
  }
	  

	  
	/* スライド前後 ぼかし */
	.splide__list {
	  position: relative;
	}
	.splide__track:before,
	.splide__track:after {
	  content: "";
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  width: 18.5%;
	  z-index: 3;
	}
	.splide__track:before {
	  left: 0;
	  background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 70%, #fff);
	  box-shadow: 10px 0 15px rgba(255, 255, 255, 0.8);
	}
	.splide__track:after {
	  right: 0;
	  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 70%, #fff);
	  box-shadow: -10px 0 15px rgba(255, 255, 255, 0.8);
	}

	.md-around-content__study-place .md-study-place__slide .pagination__wrapper {
	margin-top: 10px !important;
	}


	  
  }
  @media screen and (max-width: 1066px) {
	/* スライドコンテンツ */
	.md-around-content__study-place .md-study-place__slide .md-study-place__slide-info {
	  font-size: 16px;
	  margin-top: 16px;
	}
	/* 矢印 */
	.md-around-content__study-place .md-study-place__slide .splide__arrow {
	  width: 40px;
	  height: 40px;
	  top: calc(50% - 85px);
	}
	.md-around-content__study-place .md-study-place__slide .splide__arrow--next {
	  right: -1.3em;
	}
	.md-around-content__study-place .md-study-place__slide .splide__arrow--prev {
	  left: -1.3em;
	}
	/* ページネーション */
	.md-around-content__study-place .md-study-place__slide .pagination__wrapper {
	  margin: 10px 0 20px;
	}
  }


/* message */
.expand {
	width: 92%;
	max-width: fit-content;
	max-height: 308px;
	overflow: hidden;
	position: relative;
	/* border-bottom: 1px solid #aaa; */
	transition: .5s;
	padding: 0px 17px 0;
	}
   
  .expand::before {/*グラデーション部分*/
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 50%;
	  bottom: 0;
	  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
	  pointer-events: none;
	  transition: 1s;
  }

.message {
	position: relative;
	display: block;
	margin: 40px auto 0;
	width: 88%;
	border: solid 1px #0065CC;
	border-radius: 8px;
	margin-bottom: 160px;
}
   
  .message input {/*input要素は隠しておく*/
	visibility: hidden;
  }
   
  .message label {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #0065CC;
    color: white;
    z-index: 9;
    width: 100%;
    max-width: 120px;
    border-radius: 18px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* 中央寄せ */
    gap: 1px; /* テキストと＋/−の間隔 */
}
   
/* 閉じている際のボタンのテキスト */
.message label:before {
    content: "もっと見る";
    font-size: 13px;
    margin-left: 18px;
}
   
/* 開いているときのボタンテキスト */
.message input:checked + label:before {
    content: "閉じる";
    margin-left: 33px;
}

/* ＋/− マークを描画 */
.message label:after {
    content: "";
    position: relative;
    width: 12px; /* 横線の長さ */
    height: 12px; /* 全体の高さ */
    display: inline-block;
}

/* 横線 */
.message label:after {
    background: linear-gradient(to right, white 100%, transparent 0) no-repeat center;
    background-size: 12px 1px; /* 横線の長さと太さ */
}

/* 縦線は擬似要素で重ねる */
.message label:after {
    position: relative;
}
.message label:after {
    /* 横線の上に縦線を重ねる */
}
.message label:after {
    position: relative;
}
.message label span {
    display: none;
}


   
  input[type=checkbox]:checked ~ .expand {
   max-height: 2000px;
  }
   
  input[type=checkbox]:checked ~ .expand:before {
   opacity: 0
  }

.message .content {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.6;
	padding-bottom: 60px;
}
.message_ttl_campus {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #0065CC;
	letter-spacing: 0em;
}
.message_name_representative {
	display: block;
	font-weight: bold;
	color: #0065CC;
	letter-spacing: 0.08em;
	font-size: 13px;
	margin: 0 0 8px 0;
}
.message_last_txt {
	display: block;
	font-weight: bold;
	color: #0065CC;
	margin: 20px 0 20px 0;
	text-align: right;
}


/* 縦線は別の擬似要素で */
.message label::after {
    background-color: transparent;
}
.message label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: linear-gradient(#fff, #fff) center/1px 17px no-repeat, /* 縦線 */
        linear-gradient(#fff, #fff) center/17px 1px no-repeat; /* 横線 */
    right: 10px;
}

/* チェックされたら縦線を消す（＝マイナス） */
.message input:checked + label::after {
    background: none,
        linear-gradient(#fff, #fff) center/18px 1px no-repeat;
}




@media screen and (min-width: 768px) {
	.message {
		width: 100%;
		max-width: 1000px;
	}
	.expand {
		width: 90%;
		padding: 0px 0px 0 40px;
		max-height: 300px;
	}
	.message_ttl_campus {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.message_name_representative {
		font-size: 17px;
		margin: 0 0 18px 0;
	}
	.message .content {
		font-size: 16px;
	}
	.message label {
		bottom: 30px;
		right: 40px;
	}
}


/*------------------------------------
  トライ式高等学院とは
--------------------------------------*/
.about_try {
	padding-bottom: 60px;
}
.about_try_head,
.about_try_certification {
	margin-top: 55px;
	padding: 78px 0 40px 0;
	background: #EEF6FD;
}

.about_try_head p {
	line-height: 2.45;
	margin-top: 10px;
}
.about_try_head span {
	font-weight: bold;
}
.about_try_certification_ttlarea {
	display: flex;
	gap: 3px;
	line-height: 1.2;
	justify-content: center;
	align-items: center;
	width: 98%;
	margin: auto;
}
.about_try_certification_ttl {
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: 0.02em;
	margin-right: -10px;
}
.about_try_certification_ttl span {
	display: block;
}
.about_try_head img {
	margin: 28px 0 7px 0;
	width: 88vw;
}
.about_try_certification .layer {
	display: block;
	content: "";
	background-image: url(/freeschool_new/assets/img/top/Layer_1.webp);
	width: 52px;
	height: 66px;
	background-size: cover;
	flex-shrink: 0;
}
.about_try_certification p {
	line-height: 1.6;
	letter-spacing: .03em;
	/* width: 88%; */
	margin: 20px auto 0;
	line-height: 1.8;
	font-size: 13px;
	/* font-weight: bold; */
}
.cap_head_about_try_certification {
	font-weight: bold;
}
.cap_head_about_try_certification {
	color: #0065CC;
	font-size: 20px !important;
	margin: auto;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0 !important;
}
.about_try_certification .notes {
	font-size: 10px;
	color: #666;
	/* width: 88%; */
	margin: 21px auto 0;
}

.about_try_certification p .notes,
.threepoints_support_txtarea p .notes {
	font-size: 7px;
	color: #333333;
}
.subsidy img {
	margin: 44px auto 0;
	width: 88%;
	display: block;
	border: solid 1px #0065CC;
}
.about_freeschool {
	margin-top: 38px;
}
@media screen and (min-width: 768px) {
	.about_try {
		padding-bottom: 60px;
	}
	.about_try p {
		font-size: 18px;
	}
	.about_try_head p {
		margin-top: 25px;
		width: 40vw;
		max-width: 565px;
	}
	.about_try_head span {
		font-weight: bold;
	}
	.about_try_head img {
		width: 420px;
	}
	.about_try_certification_ttlarea {
		display: flex;
		align-items: center;
		gap: 9px;
		line-height: 1;
		justify-content: flex-start;
		max-width: 750px;
	}
	.about_try img {
		margin-top: 0;
	}
	.about_try_certification .layer {
		width: 48px;
		height: 56px;
	}
	.about_try_certification p {
		line-height: 2.1;
		margin-top: 30px;
		font-size: 18px;
		letter-spacing: 0.01em;
	}
	.about_try_certification .notes {
		font-size: 12px;
		color: #666;
		margin-top: 31px;
	}
	.flex {
		display: flex;
		margin-top: 120px;
	}
	.about_try_txt {
		flex-shrink: 0;
	}
	.about_freeschool {
		max-width: 750px;
		margin: 55px auto 0;
	}
	.subsidy {
		max-width: 750px;
		margin: 60px auto 0;
	}
	.about_try_certification_ttl span {
    display: inline-block;
	}
	.about_try_certification_ttl {
		font-size: 37px;
	}
	.subsidy img {
		width: 100%;
	}
}

/*------------------------------------
  ３つのポイント
--------------------------------------*/
.threepoints {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	padding: 56px 0 7px;
}
.threepoints_content,
.threepoints_content_sub {
	position: relative;
	margin-left: 3.77vw;
}

.threepoints_content img {
	width: 85.33vw;
}

.threepoints_content .threepoints_picture {
	margin: 24px 0 9px;
}

.threepoints_content::before {
	content: "";
	top: -30px;
	left: -14px;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	background-size: contain;
}
.threepoints .threepoints_content:first-of-type:before {
	background-image: url("/freeschool_new/assets/img/top/point01.webp");
}
.threepoints .threepoints_content:nth-of-type(3):before {
	background-image: url("/freeschool_new/assets/img/top/point02.webp");
}
.threepoints .threepoints_content:nth-of-type(4):before {
	background-image: url("/freeschool_new/assets/img/top/point03.webp");
}
.threepoints_h1 {
	background-color: #FFF;
	border-radius: 0 10px 0 0;
	margin-top: -40px;
	display: inline-block;
	padding: 20px 20px 0 0;
	font-size: 21px;
	letter-spacing: 0.05em;
}
p.threepoints_text {
	margin-top: 15px;
}

.threepoints_support {
	border: 1px solid var(--tryBlue);
	margin-top: 24px;
}
.threepoints_support_txtarea {
	padding: 15px 20px;
}
.threepoints_support_head {
	background-color: var(--tryBlue);
	color: #FFF;
	padding: 4px 0;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.threepoints_support_txt {
	letter-spacing: .03em;
}
.threepoints_support_notes {
	font-size: 10px;
	color: #666666;
	margin-top: 5px;
	text-indent: -2em;
	margin-left: 1em;
	padding-left: 1.2em;
}

.point_details a {
	padding: 11px 14.9vw 11px 16vw;
}
.threepoints_content_sub {
	margin-top: -25px;
}
.threepoints_picture img {
	/* display: block; */
	/* margin-right: auto; */
	/* margin-left: auto; */
	margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
	.threepoints {
		gap: 100px;
		padding: 100px 0 0;
	}
	.threepoints_content,
	.threepoints_content_sub {
		display: flex;
		flex-direction: row;
		margin-left: 0;
	}
	.threepoints_content img,
	.threepoints_picture img {
		width: 450px;
	}
	.threepoints_content .threepoints_picture {
		margin: 24px 0 9px;
	}
	.threepoints_content::before {
		top: -35px;
		left: -35px;
		width: 70px;
		height: 70px;
	}
	.threepoints_h1 {
		margin-top: 0;
		padding: 0;
		font-size: 32px;
	}
	p.threepoints_text {
		margin-top: 20px;
		font-size: 16px;
	}
	.threepoints_description {
		margin: auto auto auto 60px;
	}
	.threepoints_content_sub_txt p.threepoints_text {
		margin-top: 0;
	}
	.threepoints_support {
		margin-top: 10px;
	}
	.threepoints_support_txtarea {
		padding: 20px 30px;
		font-size: 16px;
	}
	p.threepoints_support_txt {
		line-height: 1.4;
	}
	.threepoints_support_head {
		padding: 3px 0;
		font-size: 20px;
	}
	.point_details a {
		padding: 16px 110px;
	}
	.threepoints_content_sub {
		margin-top: -38px;
	}
	.threepoints_content_sub_txt {
		display: flex;
		flex-direction: column;
		margin: auto auto auto 60px;
	}

	.about_try_head, .about_try_certification {
		margin-top: 100px;
		padding: 78px 0 75px 0;
	}
	.about_try_certification .inner {
		width: 100%;
		max-width: 850px;
	}
}

/* 共通 */
.line_ttl {
	border-bottom: 1.3px solid var(--tryBlue);
	border-top: 1.3px solid var(--tryBlue);
	width: 100%;
	text-align: center;
	padding: 10px 0 20px;
	font-size: 27px;
	line-height: .8;
}
.line_ttl .fs_sml {
	font-size: 17px;
}
.line_ttl .fs_big {
	font-size: 40px;
}

@media screen and (min-width: 768px) {
	.line_ttl {
		width: 98%;
		padding: 20px 0 30px 0;
		font-size: 37px;
		line-height: 0.8;
	}
	.line_ttl .fs_sml {
		font-size: 26px;
	}
	.line_ttl .fs_big {
		font-size: 50px;
	}
	.about_try_ttl:first-child {
		margin-top: 0;
	}
	.about_freeschool {
		margin-top: 80px;
	}
}



/*------------------------------------
  スタイル
--------------------------------------*/
.try_style {
	padding: 50px 0;
}
.try_style img {
	margin-top: 24px;
}
.try_style p {
	margin-top: 20px;
}
.commuting_style a {
	padding: 11px 11.1vw 11px 10.33vw;
}
.commuting_style,
.campus_list {
	margin: 28px auto 0;
}

@media screen and (min-width: 768px) {
	.try_style {
		padding: 100px 0 100px;
	}
	.try_style img {
		margin-top: 0;
	}
	.commuting_style a {
		padding: 16px 90px;
	}
	.commuting_style,
	.campus_list {
		margin: 36px auto 0;
	}
	.try_style_content {
		display: flex;
		margin: 58px auto 0;
		justify-content: flex-start;
		max-width: 810px;
	}
	.try_style_content img {
		width: 403px;
		margin: 0 0px 0 0;
	}
	.try_style_content p {
		margin: auto 0 auto 46px;
		width: 43%;
		font-size: 16px;
		line-height: 1.85;
	}
}


/*------------------------------------
  イベント
--------------------------------------*/
.event {
    display: flex;
    flex-direction: column;
    padding: 0 0 60px;
    gap: 24px;
}

.event h2 {
    font-size: 22px;

}

.event .spttl {
	text-align: center;
}

.event_content {
    width: 78.66vw;
    padding: 24px 20px 32px;
    background-color: var(--lightBlue);
}

.event_content img {
    margin-top: 23px;
}

.event_content h2 {
    position: relative;
	padding-left: 12px;
}

.event_content h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 25px;
    border-right: 6px solid var(--tryBlue);
    transform: translateY(-50%);
}

.event_txt {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.event_tag {
    font-size: 14.2px;
    color: var(--tryBlue);
    display: inline-block;
    line-height: 1.8;
    display: flex;
}

.event_tag span {
    background-color: #fff;
    padding: 6px 8px;
}

.event_tag span:nth-child(n+2) {
    margin-left: 8px;
}

.event_description {
    margin-top: 7px;
    font-size: 13px;
}

.event_reserve {
    font-size: 16px;
    background: linear-gradient(90deg, #2F4CB2 0%, #1C9FE1 100%);
    box-shadow: 2px 6px 10px #8b8b8b61;
    border-radius: 60px;
    text-align: center;
    width: 69.33vw;
    margin: 14px auto 0;
}

.event_reserve p {
    color: #fff;
    line-height: 1.3;
    padding: 18px 0 21px;
}

.event_details {
    text-align: right;
    margin-top: 14px;
}

.event_details a {
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.event_details a::after {
    content: "";
    display: block;
    background: url("/2025new/assets/img/top/text.webp") no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
}

/* PC */
@media screen and (min-width: 768px) {
    .event {
        padding: 0;
        margin: 0 auto 120px;
    }

	.event .spttl {
		font-size: 31px;
		position: relative;
		left: -10px;
	}

    .event_content {
        width: 100%;
        padding: 24px 72px 52px 72px;
        display: flex;
        justify-content: flex-start;
        gap: 90px;
        max-width: 1000px;
        box-sizing: border-box;
    }

    .event_content h2 {
        font-size: 32px;
    }

    .event_content h2::before {
        height: 32px;
    }

    .event_tag {
        font-size: 16px;
    }

    .event_tag span {
        padding: 2px 10px;
    }

    .event_description {
        margin-top: 20px;
        font-size: 16px;
    }

    .event_reserve {
        font-size: 25px;
        width: 389px;
        margin: 24px auto 0;
    }

    .event_reserve p {
        padding: 24px 0 24px;
    }

    .event_details {
        margin-top: 24px;
    }

	.event_txt {
		max-width: 400px;
		width: 47%;
		margin-top: 30px;
	}
	.event_content img {
	max-width: 350px;
	width: 100%;
	}
}