@charset "utf-8";

.content-lead {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 20px;
}
.inner {
	margin: 0 auto;
	width: 89.33vw;
}
a {
	text-decoration: none;
}
.br {
	display: block;
}
@media screen and (min-width: 768px) {
	.container {
		margin-top: -10px;
	}
	.inner {
		max-width: 1000px;
		width: 90%;
	}
}

/* テキスト */
p {
	font-size: 14px;
	margin: 0;
}
h2 {
	font-size: 28px;
}
h3 {
	color: var(--tryBlue);
	margin: 0;
}

@media screen and (min-width: 768px) {
	h2 {
		font-size: 36px;
	}
	p {
		font-size: 16px;
	}
}

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


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

.campus a,
.point_details a,
.commuting_style a {
	position: relative;
	font-size: 16px;
	color: var(--tryBlue) !important;
	height: 100%;
	display: block;
}
.campus_list,
.point_details,
.commuting_style {
	border: 1px solid var(--tryBlue);
	width: 80vw;
	border-radius: 60px;
	white-space: nowrap;
}
.campus_list a::after,
.point_details a::after,
.commuting_style a::after {
	content: '';
	position: absolute;
	right: 9%;
	width: 9px;
	height: 9px;
	top: 50%;
	border-top: 1.3px solid var(--tryBlue);
	border-right: 1.3px solid var(--tryBlue);
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
	.line_ttl {
		width: 98%;
		padding: 20px 0 30px 0;
		font-size: 37px;
	}
	.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;
	}
	.campus a,
	.point_details a,
	.commuting_style a {
		font-size: 20px;
	}
	.campus_list,
	.point_details,
	.commuting_style {
		width: 450px;
	}
	.campus_list a::after,
	.point_details a::after,
	.commuting_style a::after {
		right: 6%;
		width: 12px;
		height: 12px;
	}
}
/*------------------------------------
  メインビジュアル
--------------------------------------*/
.KV_area {
  margin-top: 54px;
	margin: 54px 0 -4px 0;
}
@media screen and (min-width: 768px) {
	.KV_area {
		margin-top: 103px;
		max-width: 1400px;
		margin: 103px auto 0;
	}
	.mainVisual img {
		vertical-align: bottom;
	}
}

/*------------------------------------
  バナー
--------------------------------------*/
.kotou_banner {
	/* display: flex;
	justify-content: center; */
	padding-top: 41px;
	width: 87vw;
}
@media screen and (min-width: 768px) {
	.kotou_banner {
		padding-top: 85px;
		max-width: 753px;
	}
}

/*------------------------------------
  トライ式高等学院とは
--------------------------------------*/
.about_try {
	padding-bottom: 60px;
}
.about_try_head,
.about_try_certification {
	margin-top: 30px;
}

.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;
}
.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: 71px;
	background-size: cover;
	flex-shrink: 0;
}
.about_try_certification p {
	line-height: 1.6;
  letter-spacing: .03em;
	margin-top: 20px;
}
.about_try_certification .notes {
	font-size: 10px;
	color: #666;
	margin-top: 25px;
}

.about_try_certification p .notes,
.threepoints_support_txtarea p .notes {
	font-size: 7px;
	color: #333333;
}
.subsidy img {
	margin-top: 44px;
}
.about_freeschool {
	margin-top: 38px;
}
@media screen and (min-width: 768px) {
	.about_try {
		padding-bottom: 120px;
	}
	.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: 3px;
		line-height: 1;
		margin-top: 60px;
	}
	.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;
	}
	.about_try_certification .notes {
		font-size: 12px;
		color: #666;
		margin-top: 25px;
	}
	.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: 70px auto 0;
	}
	.about_try_certification_ttl span {
    display: inline-block;
	}
}

/*------------------------------------
  アコーディオン
--------------------------------------*/
.about_freeschool_title {
  cursor: pointer;
  background: var(--tryBlue);
  padding: 10px 18px;
  font-weight: bold;
	color: #fff;
	font-size: 4.5vw;
	position: relative;
}
.about_freeschool .about_freeschool_title::after {
	content: '';
	position: absolute;
	right: 18px;
	width: 10px;
	height: 10px;
	top: 50%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-75%) rotate(135deg);
	transition: transform 0.3s ease;
}
.about_freeschool.open .about_freeschool_title::after {
	transform: translateY(-30%) rotate(-45deg);
}
.about_freeschool .about_freeschool_content {
	display: none;
}
.about_freeschool.open .about_freeschool_content {
	display: block;
}

.about_freeschool_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.about_freeschool.open .about_freeschool_content {
  max-height: 1000px;
	padding: 20px;
}
.about_freeschool_head {
	color: var(--tryBlue);
	font-size: 17px;
	border-bottom: 1.43px solid var(--tryBlue);
	margin-top: 15px;
	font-weight: bold;
}
.about_freeschool_head:first-child {
	margin-top: 0;
}
.about_freeschool {
	border: 1px solid var(--tryBlue);
}
.about_freeschool_txt {
	margin-top: 8px;
}
@media screen and (min-width: 768px) {
	.about_freeschool_title {
    padding: 13px 0;
    font-size: 27px;
    text-align: center;
	}
	.about_freeschool .about_freeschool_title::after {
		right: 3%;
		width: 18px;
		height: 18px;
	}
	
	.about_freeschool_content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s ease;
	}
	.about_freeschool.open .about_freeschool_content {
		padding: 30px;
	}
	.about_freeschool_head {
		font-size: 19px;
	}
	.about_freeschool_head:first-child {
		margin-top: 0;
	}
	.about_freeschool {
		border: 1px solid var(--tryBlue);
	}
	.about_freeschool_txt {
		font-size: 16px;

	}
}
/*------------------------------------
  ３つのポイント
--------------------------------------*/
.threepoints {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	padding: 60px 0;
}
.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;
}
@media screen and (min-width: 768px) {
	.threepoints {
		gap: 100px;
		padding: 120px 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;
	}
	.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;
	}
	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;
	}
}


/*------------------------------------
  スタイル
--------------------------------------*/
.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: 90px 0 120px;
	}
	.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-top: 50px;
	}
	.try_style_content img {
		width: 365px;
	}
	.try_style_content p {
		margin: auto auto auto 60px;
	}
}

/*------------------------------------
  全国124箇所のキャンパス
--------------------------------------*/
.campus {
  padding-bottom: 50px;
}
.campus p {
  font-size: 14px;
}
.campus a {
  padding: 11px 14.1vw 11px 13.33vw;
}
.campus_list p {
  text-align: center;
}
.campus_txt {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 89.33vw;
}
.campus_txt p {
	margin-top: 3px;
}
.campus_txt h2 {
	margin-top: 24px;
}
.campus_txt p:last-child {
	margin-top: 0;
}
.campus_txt span {
  display: block;
}
@media screen and (min-width: 768px) {
	.campus {
		max-width: 1000px;
    margin: 0 auto;
		padding-bottom: 120px;
	}
	.campus p {
		font-size: 16px;
		margin-top: 20px;
	}
	.campus .campus_list a p {
		font-size: 20px;
	}
	.campus .campus_list a {
		padding: 13.5px 90px;
	}

	.campus a {
		padding: 16px 0;
	}
	.campus_txt {
		align-items: center;
		width: 100%;
	}
	.campus_txt h2 {
		margin-top: 54px;
		font-size: 40px;
	}
	.campus_txt span {
		display: inline-block;
	}
}

/* ========================================
  卒業生の声
========================================= */
.splide__list li {
  background: #fff;
  box-shadow: 4px 2px 9px 0px #4673AF33;
  margin: 21px 0 16px;
	display: flex;
	flex-direction: column;
	gap: 11px;
	width: 300px !important;
	border-radius: 8px;
	padding: 24px 30px 16px;
}
.experience_cont {
	padding-bottom: 55px;
}
.voice_of_experience {
	background-color: #EEF6FD;
	padding: 40px 0 135px;
	margin: 0;
	text-align: left;
}
.voice_of_experience h2 {
	font-size: 28px;
}
.voice_of_experience p {
	margin-top: 20px;
}

.contents-head .contents-img img {
	position: relative;
	width: 80px;
	height: 80px;
	z-index: 2;
}
.contents-body .contents-text .name {
	font-size: 20px;
	position: relative;
	top: -65px;
	left: 110px;
	color: var(--tryBlue);
	font-weight: bold;
}
.contents-body .contents-text .name span {
	font-size: 12px;
}
.contents-body .contents-text .title {
	font-size: 18px;
	margin-top: -20px;
	line-height: 1.5;
}
.contents-body .contents-text .description {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.6;
  letter-spacing: -.05em;
}

.splide {
	margin-bottom: 16px;
	margin-top: -135px;
}
.splide__pagination__page {
	width: 10px !important;
	height: 10px !important;
	margin: 8px !important;
	background: #fff;
	opacity: 1 !important;
	border: solid 1px var(--tryBlue) !important;
	background: none !important;
}
.splide__pagination__page.is-active {
	background: var(--tryBlue) !important;
	transform: unset !important;
}

.splide__pagination {
	bottom: -2em !important;
}

.splide__arrow {
	width: 41px !important;
	height: 41px !important;
	border-radius: 0 !important;
	opacity: .8 !important;
}
.splide__arrow--next {
	background: transparent url("/freeschool_new/assets/img/common/arrow_right.svg") !important;
	background-size: contain !important;
	right: -17px !important;
}
.splide__arrow--prev {
	background: transparent url("/freeschool_new/assets/img/common/arrow_left.svg") !important;
	background-size: contain !important;
	left: -17px !important;
}
.splide__arrow svg {
	display: none;
}
.arrow-position {
	width: 302px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	z-index: 1;
}

/* PC */
@media screen and (min-width: 768px) {
	.splide__list li {
    margin: 21px 0 10px;
    flex-direction: row;
    gap: 36px;
    width: 750px !important;
		padding: 50px 60px;
	}
	.slide-item {
		display: flex;
		justify-content: center;
		gap: 40px;
		width: 750px !important;
		padding: 50px 60px;
	}
	.contents-head .contents-img img {
		width: 120px;
		height: 120px;
	}
	.contents-body .contents-text .name {
		font-size: 26px;
		top: 0;
    left: 0;
	}
	.contents-body .contents-text .name span {
		font-size: 18px;
	}
	.contents-body .contents-text .title {
		margin-top: 0;
		font-size: 28px;
	}
	.contents-body .contents-text .description {
		margin-top: 24px;
		line-height: 1.8;
		font-size: 16px;
	}
	.voice_of_experience {
		padding: 40px 0;
	}
	.voice_of_experience p {
		margin-top: 16px;
	}
	.splide__pagination {
		bottom: -3em !important;
	}

	.splide__arrow {
		width: 60px !important;
		height: 60px !important;
	}
	.splide__arrow--next {
		right: -24px !important;
	}
	.splide__arrow--prev {
		left: -24px !important;
	}
	.arrow-position {
		width: 750px;
	}
	.experience_cont {
		padding-bottom: 90px;
	}
	.voice_of_experience {
		padding: 83px 0 135px;
		text-align: center;
	}
	.voice_of_experience h2 {
		font-size: 40px;
	}
	.voice_of_experience p {
		font-size: 16px;
    margin-top: 8px;
	}
	.splide {
		margin-top: -100px;
	}
	.splide__pagination__page {
		margin: 5px !important;
	}
}

/*------------------------------------
  入会の流れ
--------------------------------------*/
.membership {
	background-color: #EEF6FD;
	padding: 50px 0 60px;
}
.membership_cont {
	background-color: #FFF;
	padding: 30px 20px;
	margin-top: 24px;
}
.membership_flow {
	display: flex;
	gap: 10px;
}

.membership_flow_txt p:nth-child(2) {
	line-height: 1.5;
}
.membership_flow::before {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
.membership_flow.flow1::before {
	background-image: url(/freeschool_new/assets/img/top/step01.webp);
	background-size: contain;
}
.membership_flow.flow2::before {
	background-image: url(/freeschool_new/assets/img/top/step02.webp);
	background-size: contain;
}
.membership_flow.flow3::before {
	background-image: url(/freeschool_new/assets/img/top/step03.webp);
	background-size: contain;
}
.membership_flow_txt p:first-child {
	font-size: 17px;
	color: var(--tryBlue);
	font-weight: bold;
}
.membership_cont .btn_blue {
	margin-top: 15px;
}
.membership_cont .polygon	{
	display: block;
	content: "";
	width: 23px;
	height: 14px;
	background-image: url(/freeschool_new/assets/img/top/icon_polygon.webp);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 24px auto;
}
@media screen and (min-width: 768px) {
	#flow {
		padding-top: 7%;
		margin-top: -7%;
	}
	.membership {
		padding: 50px 0 25px;
	}
	.membership h2 {
		text-align: center;
		font-size: 40px;
	}
	.membership_cont {
		margin: 30px auto;
    max-width: 710px;
	}
	.membership_flow::before {
		width: 60px;
		height: 60px;
	}
	.membership_flow_txt p:first-child {
		font-size: 22px;
	}
	.membership_cont .btn_blue {
		margin-top: 25px;
		width: 450px;
	}
	.membership_cont .polygon	{
		margin: 20px auto;
	}
	.membership .btn_blue .c-cv-button-inner span{
		font-size: 2.2rem;
	}
	.membership .c-cv-button-inner {
		font-size: 24px;
}
}
/*------------------------------------
  よくある質問
--------------------------------------*/
.faq {
	padding: 60px 0;
}
.faq_cont {
	display: grid;
	margin: 24px 0 0px;
	gap: 24px;
}
.faq_qa {
	border: 1px solid #c7d5f1;
	border-radius: 6px;
	padding: 14px 20px;
}
.faq_q {
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	padding: 0 9vw 0 8vw;
}
.faq_q::before,
.faq_q::after {
	display: block;
	content: "";
	background-image: url(/freeschool_new/assets/img/top/icon_q.webp);
	width: 23px;
	height: 23px;
  background-repeat: no-repeat;
	position: absolute;
}
.faq_q::before {
	background-image: url(/freeschool_new/assets/img/top/icon_q.webp);
	background-size: contain;
	width: 22px;
	height: 22px;
	left: 0;
	top: 0;
}
.faq_q::after {
	background: url("/freeschool_new/assets/img/top/arrow_bbtm.webp");
	background-size: contain;
	width: 24px;
	height: 24px;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}
.faq_q.open::after {
	transform: translateY(-50%) rotate(180deg);
}
.faq_a {
	overflow: hidden;
	transition: .2s ease-out;
	max-height: 0;
}
.faq_a.open {
	max-height: 500px;
	border-top: 1px solid var(--tryBlue);
	margin-top: 12px;
}
.faq_a p {
	font-size: 14px;
	margin-top: 12px;
}


/* PC */
@media screen and (min-width: 768px) {
	.faq {
		padding: 125px 0;
	}
	.faq h2 {
		font-size: 40px;
	}
	.faq_cont {
		margin: 35px 0 0px;
		gap: 32px;
	}
	.faq_qa {
		padding: 25px 40px;
	}
	.faq_q {
		font-size: 20px;
		padding: 0 83px 0 35px;
	}
	.faq_q::before {
		width: 27px;
		height: 24px;
	}
	.faq_q::after {
		width: 32px;
		height: 32px;
	}
	.faq_a.open {
		margin-top: 21px;
	}
	.faq_a p {
		margin-top: 20px;
	}
}


