@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     就労移行支援ハートスイッチについて
 Notes:          
--------------------------------------------------------------- */

body {
	transform: none;
}

.container {
	background: #fffce4;
}

.h2 {
	background: linear-gradient( to right, #EE809900, #EE8099, #EE8099, #EE809900);
	text-align: center;
	color: #fff;
	font-size: 2.3em;
	line-height: 1.0;
	font-weight: bold;
	margin: 0 0 3%;
	padding: 0.5em 0;
}

.h2 > span {
	display: block;
	width: fit-content;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}

.h2 span span {
	background: #ff8f37;
	color: #fff;
	font-size: 0.875em;
	border-radius: 50%;
	padding: 0.5em;
	position: absolute;
	left: -25%;
	bottom: 30%;
}

.h2 span span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 25px 0 0;
	border-color: #ff8f37 transparent transparent transparent;
	position: absolute;
	right: -5%;
	bottom: 5%;
	transform: rotate(	25deg);

}

.staff_comment {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 7%;
    position: relative;
}

.staff_comment .pic_box {
    position: absolute;
    left: 0;
    bottom: 0;
	margin-right: 5%;
}

.staff_comment .pic_box p {
}

.staff_comment .pic_box p img {
	border: 4px solid #ff8f37;
	border-radius: 50%;
	width: 10rem;
	display: block;
	margin: 0 auto 0.5em;
}

.staff_comment .pic_box p span {
	background: #ff8f37;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 10px;
	padding: 0.25em 0.5em;
	font-weight: 700;
}

.staff_comment .txt_box {
	width: 56%;
	margin-top: 3%;
}

.staff_comment .txt_box h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.15em;
	font-weight: 700;
	margin-bottom: 0.75em;
}

.staff_comment .txt_box h3:before,
.staff_comment .txt_box h3:after {
	content: "";
	width: 2px;
	height: 1.2em;
	background: #ff8f37;
	transform: rotate(-10deg);
	margin: 0 0.25em;
}

.staff_comment .txt_box h3:after {
	transform: rotate(10deg);
}

.staff_comment .cmt_box {
	border: 3px solid #ff8f37;
	padding: 1em;
	line-height: 1.388;
	border-radius: 10px;
	position: relative;
}

.staff_comment .cmt_box:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #ff8f37 transparent;
	position: absolute;
	left: -20px;
	top: 50%;
}

.staff_comment .cmt_box:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	left: -12px;
	top: calc(50% - 4px);
}

.btn {
	display: block;
	width: fit-content;
	background: #eb758e;
	color: #fff;
	border-radius: 50px;
	font-size: 1.88em;
	line-height: 1.0;
	padding: 0.5em 1.5em;
	margin: 0 auto;
}

.btn:hover {
	color: #fff;
}

.sec01, .sec02, .sec03, .sec04, .sec05 {
	padding-top: 15%;
	margin-top: -15%;
}

.sec01 .h2 {
	margin: 13% 0 0;
	position: relative;
}

.sec01 .h2:before {
	content: "";
	width: 60%;
	max-width: 950px;
	padding-top: 10%;
	background: url(../img/about/sec01_img01.png) no-repeat left bottom /contain;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.sec01 .content {
	position: relative;
	margin: 0 auto;
	padding: 3% 0;
	z-index: 2;
}

.sec01 .content:before {
	content: "";
	width: 120%;
	height: 100%;
	max-width: 1200px;
	background: #fff;
	position: absolute;
	left: -10%;
	top: 0;
	z-index: -1;
}

.sec01_box {
	display: flex;
	align-items: flex-start;
}

.sec01_box .txt_box {
	width: 40%;
	flex-shrink: 0;
	line-height: 1.388;
	margin-top: 8%;
}

.sec01_box .pic {
	margin-top: -2.5%;
}

.sec01 .h3 {
	background: linear-gradient( to right, #EE809900, #EE8099, #EE8099, #EE809900);
	text-align: center;
	color: #fff;
	font-size: 1.7em;
	line-height: 1.0;
	font-weight: bold;
	margin: 3% 0;
	padding: 0.5em 0;
}

.sec01 .flow_box {
	position: relative;
}

.sec01 .flow_box .term {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1.5em;
	height: calc(100% - 5em);
	display: flex;
	align-items: center;
	color: #eb758e;
	font-size: 1.38em;
	font-weight: 700;
	line-height: 1.0;
	border-right: 3px solid #eb758e;
	text-align: center;
	padding-right: 0.5em;
}

.sec01 .flow_box .term:before {
	content: "";
	width: 1em;
	height: 1em;
	border-right: 3px solid #eb758e;
	border-top: 3px solid #eb758e;
	transform: rotate(-45deg);
	position: absolute;
	top: 1.5px;
	right: calc(-0.5em - 1.5px);
}

.sec01 .flow_box .term:after {
	content: "";
	width: 1em;
	height: 1em;
	border-right: 3px solid #eb758e;
	border-bottom: 3px solid #eb758e;
	transform: rotate(45deg);
	position: absolute;
	bottom: 1.5px;
	right: calc(-0.5em - 1.5px);
}

.sec01 .flow_box .start,
.sec01 .flow_box .finish {
	width: 20%;
	background: #ff8f37;
	color: #fff;
	text-align: center;
	padding: 0.5em;
	border-radius: 10px;
	font-weight: 700;
}

.sec01 .flow_box .finish {
	margin-top: 6%;
}

.sec01 .flow_item {
	position: relative;
	padding-left: 15%;
	padding-bottom: 1.5%;
	margin-bottom: 1.5%;
}

.sec01 .flow_item .term_txt {
	width: 3em;
	height: 100%;
	padding: 1.5em 1em 0;
	background: #ffd2af;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	position: absolute;
	left: 7%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec01 .flow_item .term_txt:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5em 1.5em 0 1.5em;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.sec01 .flow_item .term_txt:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5em 1.5em 0 1.5em;
	border-color: #ffd2af transparent transparent transparent;
	position: absolute;
	bottom: -1.5em;
	left: 0;
	z-index: 2;
}

.sec01 .flow_item .detail {
	padding-top: 2%;
}

.sec01 .flow_item .detail h4 {
	color: #ff8f37;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.3;
}

.sec01 .flow_item .detail h4 strong {
	font-size: 135%;
}

.sec01 .flow_item .detail ul {
	display: flex;
	text-align: center;
	gap: 8px;
	font-size: 0.88em;
	font-weight: 700;
}

.sec01 .flow_item .detail ul img {
	display: block;
}

.sec01 .flow_item:first-of-type .term_txt:before {
	display: none;
}

.sec01 .flow_item:nth-of-type(2) .term_txt {
	background: #ffbc87;
}
.sec01 .flow_item:nth-of-type(2) .term_txt:after {
	border-color: #ffbc87 transparent transparent transparent;
}

.sec01 .flow_item:nth-of-type(3) .term_txt {
	height: 50%;
}
.sec01 .flow_item:nth-of-type(3) .term_txt:first-of-type {
	background: #ffa55f;
}
.sec01 .flow_item:nth-of-type(3) .term_txt:first-of-type:after {
	border-color: #ffa55f transparent transparent transparent;
}
.sec01 .flow_item:nth-of-type(3) .term_txt:nth-of-type(2) {
	background: #ff8f37;
	top: 55%;
}
.sec01 .flow_item:nth-of-type(3) .term_txt:nth-of-type(2):after {
	border-color: #ff8f37 transparent transparent transparent;
}
.sec01 .flow_item:nth-of-type(3) .detail {
	padding-top: 5%;
}

.sec02 .h2 {
	margin: 13% 0 0;
	position: relative;
}

.sec02 .h2:before {
	content: "";
	width: 60%;
	max-width: 950px;
	padding-top: 10%;
	background: url(../img/about/sec02_img01.png) no-repeat left /contain;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.sec02 .h2 span span {
	background: #4bb8c5;
	left: -18%;
}
.sec02 .h2 span span:after {
	border-color: #4bb8c5 transparent transparent transparent;
}

.sec02 .content {
	position: relative;
	margin: 0 auto;
	padding: 3% 0;
	z-index: 2;
}

.sec02 .content:before {
	content: "";
	width: 120%;
	height: 100%;
	max-width: 1200px;
	background: #fff;
	position: absolute;
	left: -10%;
	top: 0;
	z-index: -1;
}

.sec02_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.sec02_box .txt_box {
	width: 40%;
	padding-top: 5%;
}

.sec02_box .pic {
	width: 50%;
}

.sec02 .staff_comment .pic_box p img {
	border-color: #4bb8c5;
}

.sec02 .staff_comment .pic_box p span {
	background: #4bb8c5;
}

.sec02 .staff_comment .txt_box h3:before,
.sec02 .staff_comment .txt_box h3:after {
	background: #4bb8c5;
}

.sec02 .staff_comment .cmt_box {
	border-color: #4bb8c5;
}

.sec02 .staff_comment .cmt_box:before {
	border-color: transparent transparent #4bb8c5 transparent;
}

.sec03 .h2 {
	margin: 13% 0 0;
	position: relative;
}

.sec03 .h2:before {
	content: "";
	width: 60%;
	max-width: 950px;
	padding-top: 10%;
	background: url(../img/about/sec03_img01.png) no-repeat left /contain;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.sec03 .h2 span span {
	background: #92c015;
	left: -18%;
}
.sec03 .h2 span span:after {
	border-color: #92c015 transparent transparent transparent;
}

.sec03 .content {
	position: relative;
	margin: 0 auto;
	padding: 3% 0;
	z-index: 2;
}

.sec03 .content:before {
	content: "";
	width: 120%;
	height: 100%;
	max-width: 1200px;
	background: #fff;
	position: absolute;
	left: -10%;
	top: 0;
	z-index: -1;
}

.sec03_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.sec03_box .txt_box {
	width: 40%;
	padding-top: 5%;
}

.sec03_box .pic {
	width: 50%;
}

.sec03 .staff_comment .pic_box {
	display: flex;
	gap: 20px;
}

.sec03 .staff_comment .pic_box p img {
	border-color: #92c015;
}

.sec03 .staff_comment .pic_box p span {
	background: #92c015;
	white-space: nowrap;
}

.sec03 .staff_comment .txt_box h3:before,
.sec03 .staff_comment .txt_box h3:after {
	background: #92c015;
}

.sec03 .staff_comment .cmt_box {
	border-color: #92c015;
}

.sec03 .staff_comment .cmt_box:before {
	border-color: transparent transparent #92c015 transparent;
}

.sec04 {
}

.sec04_in {
	background: #fff;
	margin-top: 5%;
	padding-bottom: 5%;
}

.sec04 .lead {
	text-align: center;
	font-size: 1.167em;
	line-height: 1.33;
	letter-spacing: 0.075em;
	margin-bottom: 2%;
}

.sec04 .support_title {
	text-align: center;
	color: #eb758e;
	font-size: 2.3em;
	line-height: 1.0;
	padding-bottom: 3%;
	margin: 5% 0 7%;
	position: relative;
}

.sec04 .support_title:before {
	content: "";
	width: 100%;
	padding-top: 0.25em;
	background: url(../img/about/support_title.png) no-repeat center /contain;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sec04_list {
	display: flex;
	justify-content: space-between;
	margin: 7% 0;
}

.sec04_list li {
	width: 31.8%;
}

.sec04_list li a {
	display: block;
	text-align: center;
	font-size: 1.2em;
	background: #9cc714;
	border-radius: 10px;
	box-shadow: 7px 7px 0px 0px #979798;
	color: #fff;
	padding: 1em;
}

.sec04_list li:nth-child(2) a {
	background: #ff9a3f;
}
.sec04_list li:nth-child(3) a {
	background: #55c0cc;
}

.sec04_course {
	margin: 6% 0 3%;
}

.sec04_course h3 {
	text-align: center;
	color: #eb758e;
	font-size: 1.66em;
	font-weight: bold;
	margin-bottom: 2%;
}

.sec04_course h3 span {
	font-size: 120%;
}

.sec04_course h3:before,
.sec04_course h3:after {
	content: "";
	width: 2px;
	height: 1.2em;
	background: currentColor;
	margin: 0 0.5em;
	transform: rotate(-10deg);
	display: inline-block;
	vertical-align: middle;
}

.sec04_course h3:after {
	transform: rotate(10deg);
}

.sec04_course h4 {
	background: #e64972;
	color: #fff;
	text-align: center;
	font-size: 2.6em;
	font-weight: 700;
	line-height: 1.5;
}

.sec04_course h4 strong {
	color: #ffff00;
}

.sec04_course h4 span {
	font-size: 75%;
}

.sec04_course_in {
	background: #fff9b1;
	padding: 5% 10%;
	line-height: 1.67;
}

.sec04_course_in .btn {
	margin-top: 5%;
	cursor: pointer;
}

.sec04_course_in .btn:hover {
	opacity: 0.7;
}

.sec04_course_detail {
	display: none;
}

.sec04_course_detail h3 {
	background: #e64972;
	color: #fff;
	font-size: 1.33em;
	line-height: 1.0;
	padding: 0.25em 0.5em;
	width: fit-content;
	margin-bottom: 5%;
}

.sec04_course_detail_item {
	margin-bottom: 8%;
}

.sec04_course_detail_item .point_list {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 2%;
}

.sec04_course_detail_item .point_list li {
	width: 16%;
	padding-top: 16%;
	position: relative;
	border: 2px solid #e64972;
	background: #fff9b1;
	text-align: center;
	counter-increment: cnt;
}

.sec04_course_detail_item .point_list li:before {
	content: "その" counter(cnt);
	background: #fff;
	border: 2px solid #e64972;
	color: #e64972;
	text-align: center;
	font-size: 1.22em;
	line-height: 1.0;
	padding: 0.25em 0.5em;
	width: fit-content;
	position: absolute;
	top: -0.75em;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50px;
}

.sec04_course_detail_item .point_list li span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
	font-size: 0.75em;
	line-height: 1.64;
}

.sec04_course_detail_item .target_list {
	padding-left: 6%;
	font-size: 0.88em;
	line-height: 1.6875;
}

.sec04_course_detail_item .flow_list {
	list-style: none;
	display: flex;
}

.sec04_course_detail_item .flow_list_item {
	width: 24%;
	margin-right: 4%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.sec04_course_detail_item .flow_list_item:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.8em;
	border-color: transparent transparent transparent #eb758e;
	position: absolute;
	top: 15%;
	right: -13%;
}

.sec04_course_detail_item .flow_list_item:last-of-type:after {
	display: none;
}

.sec04_course_detail_item .flow_list_item .term {
	position: absolute;
	top: -0.75em;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	background: #fff;
	color: #e64972;
	border: 2px solid #e64972;
	font-size: 1.22em;
	line-height: 1.0;
	padding: 0.25em 0.5em;
	border-radius: 50px;
}

.sec04_course_detail_item .flow_list_item .main_txt {
	background: #fff9b1;
	border: 2px solid #e64972;
	padding: 12% 5% 5%;
	text-align: center;
	font-size: 0.78em;
	line-height: 1.64;
	margin-bottom: 2em;
}

.sec04_course_detail_item .flow_list_item .baloon {
	background: #fff;
	border: 2px solid #e64972;
	border-radius: 10px;
	padding: 5%;
	position: relative;
	font-size: 0.83em;
	line-height: 1.6;
	display: flex;
	flex-grow: 1;
	align-items: center;
}

.sec04_course_detail_item .flow_list_item .baloon:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 1em 3px;
	border-color: transparent transparent #e64972 transparent;
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	margin: auto;
}

.sec04_course_detail_item .flow_list_item .baloon:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 1em 3px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: calc(-1em + 8px);
	left: 0;
	right: 0;
	margin: auto;
}

.sec04_course_detail_item .flow_list_item.finish {
	width: 16%;
}

.sec04_course_detail_item .flow_list_item.finish p {
	width: 100%;
	height: 0;
	padding-top: 100%;
	border-radius: 50%;
	position: relative;
	background: #eb758e;
	color: #fff;
}

.sec04_course_detail_item .flow_list_item.finish p span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.0em;
	line-height: 1.28;
}

.contact_box {
	margin-top: 0;
}

.sec05 h3 {
	text-align: center;
	color: #eb758e;
	font-size: 2.3em;
	line-height: 1.0;
	padding-bottom: 3%;
	margin: 5% 0 7%;
	position: relative;
}

.sec05 h3:before {
	content: "";
	width: 100%;
	padding-top: 0.25em;
	background: url(../img/about/support_title.png) no-repeat center /contain;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sec05_result {
	display: flex;
	gap: 2%;
	margin-bottom: 5%;
}

.sec05_result_item {
	position: relative;
	padding-top: 5%;
}

.sec05_result_item .name {
	position: absolute;
	top: 0;
	left: 0;
	background: #eb758e;
	color: #fff;
	border-radius: 50%;
	width: 37%;
	height: 0;
	padding-top: 37%;
	text-align: center;
	font-size: 0.88em;
	line-height: 1.2;
}

.sec05_result_item .name span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec05_result_item h4 {
	color: #8c8c8d;
	font-size: 1.6em;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	width: 63%;
	text-align: center;
}

.sec05_result_item .pic {
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #eb758e;
}

.sec05_result_item .pic img {
	display: block;
}

.sec05_result_item:nth-child(2n) {
	margin-top: 10%;
}

.sec05_result_item:nth-child(2n) .name {
	left: auto;
	top: auto;
	bottom: 0;
	right: 0;
}

.actual_results {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -6%;
}

.actual_results_item {
	width: 48%;
	background: #fff;
	position: relative;
	margin-bottom: 6%;
}

.actual_results_item.size_full {
	width: 100%;
}

.actual_results_item h4 {
	background: #eb758e;
	font-size: 1.38em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	padding: 0.25em 1em;
	min-width: 46%;
	position: absolute;
	top: -0.75em;
	left: 50%;
	transform: translate(-50%, 0);
}

.actual_results_item.size_full h4 {
	min-width: 23%;
}

.actual_results_item .txt {
	padding: 5% 7%;
	color: #707070;
	line-height: 2.0;
}

.actual_results_item .txt .sub {
	text-align: right;
	font-size: 0.66em;
}

.sec08_list_item {
	display: flex;
	margin-bottom: 6%;
}

.sec08_list_item .pic {
	width: 32%;
	margin-right: 10%;
	flex-shrink: 0;
}

.sec08_list_item .txt_box {
	color: #707070;
	line-height: 1.38;
}

.sec08_list_item .txt_box h3 {
	font-size: 1.55em;
	margin-bottom: 0.25em;
}

.sec08_list_item .txt_box .btn {
	font-size: 1.44em;
	margin-top: 0.5em;
	margin-left: 0;
}


/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
	.h2 {
		font-size: 1.5em;
	}
	
	.h2 > span {
		width: 95%;
	}
	
	.h2 span span {
		bottom: 115%;
		left: 0!important;
		font-size: 0.65em;
	}
	
	.h2 span span:after {
		border-width: 5px 10px 0 0;
		right: -5px;
		bottom: 3px;
	}
	
	.staff_comment {
		flex-wrap: wrap;
	}
	
	.staff_comment .pic_box {
		
	}
	
	.staff_comment .txt_box {
		width: 100%;
	}
	
	.staff_comment .txt_box h3 {
		justify-content: center;
	}
	
	.staff_comment .cmt_box:before,
	.staff_comment .cmt_box:after {
		display: none;
	}
	
	.btn {
		font-size: 1.15em;
	}
	
	.sec01 .content:before,
	.sec02 .content:before,
	.sec03 .content:before {
		width: 110%;
		left: -5%;
	}
	
	.sec01 .h2 {
		margin-top: 28%;
	}
	
	.sec01 .h2:before {
		padding-top: 20%;
	}
	
	.sec01_box {
		flex-wrap: wrap;
		margin-bottom: 12%;
	}
	
	.sec01_box .pic {
		width: 100%;
		order: -1;
		margin-top: 8%;
	}
	
	.sec01_box .txt_box {
		width: 100%;
	}
	
	.sec01 .h3 {
		font-size: 1.5em;
	}
	
	.sec01 .flow_box .term {
		font-size: 1em;
		height: calc(100% - 7em);
		border-width: 2px;
	}
	
	.sec01 .flow_box .term:before,
	.sec01 .flow_box .term:after {
		border-width: 2px;
	}
	
	.sec01 .flow_box .start,
	.sec01 .flow_box .finish {
		width: 30%;
	}
	
	.sec01 .flow_item {
		padding-left: 25%;
	}
	
	.sec01 .flow_item p {
		line-height: 1.3;
	}
	
	.sec01 .flow_item .term_txt {
		width: 2em;
		left: 11%;
	}
	
	.sec01 .flow_item .term_txt:before {
		border-width: 1em 1em 0 1em;
	}
	
	.sec01 .flow_item .term_txt:after {
		border-width: 1em 1em 0 1em;
		bottom: -1em;
	}
	
	.sec01 .flow_item .detail ul {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0;
		margin-top: 15px;
	}
	
	.sec01 .flow_item .detail ul li {
		width: 49%;
	}
	
	.sec01 .flow_item:nth-of-type(3) .term_txt:nth-of-type(2) {
		top: 52%;
	}
	
	.sec02 .h2 {
		margin-top: 28%;
	}
	
	.sec02 .h2:before {
		padding-top: 20%;
	}
	
	.sec02_box {
		flex-wrap: wrap;
		margin-bottom: 12%;
	}
	
	.sec02_box .txt_box {
		width: 100%;
		padding: 0;
	}
	
	.sec02_box .pic {
		width: 100%;
		margin-top: 20px;
	}
	
	.sec03 .h2 {
		margin-top: 28%;
	}
	
	.sec03 .h2:before {
		padding-top: 20%;
	}
	
	.sec03_box {
		flex-wrap: wrap;
		margin-bottom: 12%;
	}
	
	.sec03_box .txt_box {
		width: 100%;
		padding: 0;
	}
	
	.sec03_box .pic {
		width: 100%;
		margin-top: 20px;
	}
	
	.sec04 h1.title {
		line-height: 1.2;
	}
	
	.sec04 .lead {
		font-size: 1.0em;
		text-align: left;
	}
	
	.sec04_list {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.sec04_list li {
		width: 75%;
		margin: 0 auto 15px;
	}
	
	.sec04 .support_title {
		font-size: 1.6em;
	}
	
	.sec04_course h3 {
		font-size: 1.4em;
	}
	
	.sec04_course h4 {
		font-size: 1.5em;
	}
	
	.sec04_course_in {
		padding: 5%;
	}
	
	.sec04_course_detail h3 {
		font-size: 1.2em;
	}
	
	.sec04_course_detail_item .point_list {
		flex-wrap: wrap;
	}
	
	.sec04_course_detail_item .point_list li {
		width: 31%;
		padding-top: 31%;
		margin-bottom: 30px;
	}
	
	.sec04_course_detail_item .point_list li:before {
		font-size: 0.9em;
	}
	
	.sec04_course_detail_item .point_list li span {
		line-height: 1.3;
	}
	
	.sec04_course_detail_item .flow_list {
		display: block;
	}
	
	.sec04_course_detail_item .flow_list_item {
		width: 100%;
		margin: 0 0 60px;
		align-items: flex-start;
		flex-direction: row;
	}
	
	.sec04_course_detail_item .flow_list_item:after {
		top: auto;
		bottom: -38px;
		right: 0;
		left: 0;
		margin: auto;
		transform: rotate(90deg);
	}
	
	.sec04_course_detail_item .flow_list_item .main_txt {
		width: 35%;
		flex-shrink: 0;
		padding: 30px 15px 15px;
		margin-right: 3%;
		margin-bottom: 0;
	}
	
	.sec04_course_detail_item .flow_list_item .term {
		right: auto;
		left: 3%;
		width: 27%;
		text-align: center;
		font-size: 1.0em;
	}
	
	.sec04_course_detail_item .flow_list_item .baloon:before,
	.sec04_course_detail_item .flow_list_item .baloon:after {
		display: none;
	}
	
	.sec04_course_detail_item .flow_list_item.finish {
		width: 30%;
		margin: 0 auto;
	}
	
	.sec05 h1.title {
		line-height: 1.2;
	}
	
	.sec05 h3 {
		font-size: 1.6em;
	}
	
	.sec05_result {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 15%;
	}
	
	.sec05_result_item {
		width: 48%;
		padding-top: 11%;
	}
	
	.sec05_result_item .name {
		width: 45%;
		padding-top: 45%;
	}
	
	.sec05_result_item h4 {
		font-size: 1.2em;
	}
	
	.actual_results_item {
		width: 100%;
		margin-bottom: 12%;
	}
	
	.actual_results_item .txt {
		padding: 40px 20px 20px;
	}
	
	.sec06 h1.title {
		line-height: 1.2;
	}
	
	.sec08_list_item {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	.sec08_list_item .pic {
		width: 100%;
		margin: 0 0 10px;
	}
	
	.sec08_list_item .txt_box h3 {
		font-size: 1.2em;
	}
	
	.sec08_list_item .txt_box .btn {
		font-size: 1.0em;
	}
}