@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#page_tit h1 {
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
}
#page_tit h1 span {
	display: block;
	text-align: center;
}
#page_tit h1:after {
	content: "";
	width: 100px;
	height: 10px;
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}
#page_tit p {
	 line-height: 2em;
}
.ph_bg img {
	width: 100%;
}
.disc li {
	list-style: disc;
	margin-left: 1.2em;
	line-height: 2em;
}
.subtit {
	letter-spacing: 0.15em;
}
.subtit span {
	display: block;
	letter-spacing: 0.1em;
}
.table {
	width: 100%;
}
.table th,.table td {
	border: 10px solid #f2f1f1;
}
.bg_white .table th,.bg_white .table td {
	border: 10px solid #fff;
}
.table th {
	background: #ccd7d6;
	white-space: nowrap;
	text-align: center;
}
.table td {
	background: #fff;
}
.bg_white .table td {
	background: #f2f1f1;
}
.fixed_table {
	table-layout: fixed;
}
@media only screen and ( max-width : 991px ) {
	#page_tit h1 {
		font-size: 40px;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}
	#page_tit h1 span {
		font-size: 16px;
	}
  .subtit  {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .subtit  span {
    font-size: 17px;
  }
	
}
@media only screen and ( max-width : 767px ) {
  h2.tit:after {
    width: calc(100% - 250px);
  }
  .table th,.table td {
  	padding: 15px;
  }
  .table {
  	margin-left: -10px;
  	margin-right: -10px;
  	width: calc(100% + 20px);
  }
	
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {
  h2.tit:after {
    width: calc(100% - 400px);
  }
  .inner {
  	padding: 0 70px;
  }
  .table th,.table td {
  	padding: 30px;
  }
}
@media print, screen and ( min-width : 992px ) {
	#page_tit h1 {
		font-size: 55px;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	#page_tit h1 span {
		font-size: 20px;
	}
	#page_tit p {
		text-align: center;
	}
  .subtit  {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .subtit  span {
    font-size: 20px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   MEDIA

--------------------------------------------------------------------------------------------- */
.media_tit {
	border-bottom: 1px solid #7b7b7b;
	color: #7b7b7b;
}
.media_box li {
	line-height: 2em;
}
@media only screen and ( max-width : 991px ) {
	.media_tit {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.media_tit h3 {
		font-size: 26px;
	}
}

@media only screen and ( max-width : 767px ) {
	.media_box {
		margin-bottom: 40px;
	}
	.media_box:last-child {
		margin-bottom: 0;
	}
}

@media print, screen and ( min-width : 768px ) {
	.media_box {
		width: 48%;
		margin-right: 4%;
		margin-top: 100px;
	}
	.media_box:nth-child(1),.media_box:nth-child(2) {
		margin-top: 0;
	}
	.media_box:nth-child(2n) {
		margin-right: 0;
	}
}

@media print, screen and ( min-width : 992px ) {
	.media_tit {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.media_tit h3 {
		font-size: 35px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   CASE

--------------------------------------------------------------------------------------------- */
.case_archive_list {
	counter-reset: number 0;
}
.case_sec {
	background: #fff;
}
.case_sec:nth-child(even) {
	background: #f8f8f8;
}
.case_sec h2 {
	text-align: center;
	color: #7b7b7b;
	position: relative;
}
.case_sec h2 span {
	display: block;
}
.case_sec h2 span.case_num {
	display: inline-block;
	border: 4px solid #7b7b7b;
}
.post-type-archive-case .case_sec h2 span.case_num:after {
	counter-increment: number 1;
	content: counter(number) " ";
}
.case_sec h2:after {
	content: "";
	width: 100px;
	background: #fff;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}
.case_sec .lead {
	color: #303030;
	text-align: center;
}
.case_txt p {
	line-height: 2em;
	color: #7b7b7b;
}
.case_point {
	position: relative;
	background: url(../img/case/point.png) no-repeat 14% 0 / 190px;
}
.case_point h3 {
	text-align: center;
	color: #303030;
}
.case_point:before,.case_point:after,.case_point h3:before,.case_point h3:after {
	content: "";
	position: absolute;
	background: #dfdfdf;
}
.case_point h3:before {
	width: 75px;
	height: 2px;
	left: -15px;
	top: 0;
}
.case_point h3:after {
	height: 75px;
	width: 2px;
	top: -15px;
	left: 0;
}
.case_point:before {
	width: 75px;
	height: 2px;
	right: -15px;
	bottom: 0;
}
.case_point:after {
	height: 75px;
	width: 2px;
	bottom: -15px;
	right: 0;
}
.case_point p {
	text-align: center;
	line-height: 2em;
}
.case_ba .case_ba_box {
	position: relative;
}
.case_ba .case_ba_box:after {
	content: "";
}
.case_ba .case_ba_box:last-child:after {
	content: none;
}
.case_ba h4 {
	background: #fff000;
	text-align: center;
	padding: 15px;
	font-size: 24px;
}
@media only screen and ( max-width : 991px ) {
	.case_inner {
		margin-bottom: 40px;
	}
	.case_sec h2 {
		font-size: 26px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.case_sec h2 span.case_num {
		font-size: 22px;
		padding: 5px;
		width: 180px;
		margin-bottom: 20px;
	}
	.case_sec .lead {
		font-size: 22px;
		margin-bottom: 40px;
	}
	.case_ph {
		margin-bottom: 30px;
	}
	.case_ph img {
		width: 100%;
	}
	.case_point h3 {
		font-size: 26px;
		margin-bottom: 25px;
	}
}

@media only screen and ( max-width : 767px ) {
	.case_point {
		background-size: 120px;
	}
	.case_point {
		padding: 30px;
		margin-top: 40px;
	}
	.case_ba {
		margin-bottom: 60px;
	}
	.case_ba .case_ba_box {
		margin-bottom: 30px;
	}
	.case_ba .case_ba_box:last-child {
		margin-bottom: 0;
	}
	.case_ba .case_ba_box:after {
		background: url(../img/case/arrowB.png) no-repeat center / 74px;
		display: block;
		height: 30px;
		width: 100%;
		margin-top: 30px;
	}
}

@media print, screen and ( min-width : 768px ) {
	.case_point {
		padding: 40px;
		margin-top: 50px;
	}
	.case_ba {
		margin-bottom: 100px;
	}
	.case_ba .case_ba_box {
		/*width: 48%;*/
		flex: 1;
		margin-right: 60px;
	}
	.case_ba .case_ba_box:last-child {
		margin-right: 0;
	}
	.case_ba .case_ba_box:after {
		background: url(../img/case/arrowR.png) no-repeat center / 100%;
		width: 30px;
		height: 74px;
		position: absolute;
		top: 50%;
		margin-top: -37px;
		right: -48px;
	}
}

@media print, screen and ( min-width : 992px ) {
	.case_inner {
		margin-bottom: 60px;
	}
	.case_sec h2 {
		font-size: 35px;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.case_sec h2 span.case_num {
		font-size: 30px;
		padding: 10px;
		width: 270px;
		margin-bottom: 45px;
	}
	.case_sec .lead {
		font-size: 29px;
		margin-bottom: 80px;
	}
	.case_ph {
		width: 46%;
	}
	.case_txt {
		width: 50%;
	}
	.case_point h3 {
		font-size: 30px;
		margin-bottom: 35px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   STAFF

--------------------------------------------------------------------------------------------- */
.ceo_sec.staff_sec {
	background: url(../img/bg2.jpg) repeat top left / 190px !important;
}
.staff_sec:nth-child(odd) {
	background: #fff;
}
.staff_sec:nth-child(even) {
	background: #f8f8f8;
}
.staff_sec .staff_ph img {
	border-radius: 50%;
	border: 4px solid #e2e2e2;
}
.staff_sec h3 {
	letter-spacing: 0.15em;
}
.staff_sec h3 span {
	display: block;
	letter-spacing: 0.1em;
}
.staff_sec h3 small {
	display: inline-block;
	margin-right: 0.5em;
}
.staff_sec ul {
	margin: 25px 0;
}
.staff_sec li {
	color: #656565;
	font-size: 86%;
	line-height: 2em;
}
.staff_sec p {
	line-height: 2em;
	color: #656565;
}
.ceo_sec.staff_sec p {
	color: #303030;
}
@media only screen and ( max-width : 991px ) {
	.staff_sec .staff_ph {
		text-align: center;
		margin-bottom: 20px;
	}
	.ceo_sec.staff_sec .staff_ph img {
		max-width: 300px;
	}
	.staff_sec .staff_ph img {
		max-width: 220px;
	}
	.staff_sec h3 {
		text-align: center;
	}
}

@media only screen and ( max-width : 767px ) {
	.staff_sec h3 {
		font-size: 26px;
	}
	.ceo_sec.staff_sec h3 {
		font-size: 30px;
	}
	.staff_sec h3 span {
		font-size: 15px;
	}
	.staff_sec h3 small {
		font-size: 25px;
	}
	.staff_sec p {
		font-size: 14px;
	}
	.ceo_sec.staff_sec p {
		font-size: 16px;
	}
}

@media print, screen and ( min-width : 768px ) {
	.staff_sec h3 {
		font-size: 29px;
	}
	.ceo_sec.staff_sec h3 {
		font-size: 35px;
	}
	.staff_sec h3 span {
		font-size: 20px;
	}
	.staff_sec h3 small {
		font-size: 29px;
	}
	.staff_sec li {
		font-size: 15px;
	}
	.ceo_sec.staff_sec li {
		font-size: 17px;
	}
	.staff_sec p {
		font-size: 17px;
	}
	.ceo_sec.staff_sec p {
		font-size: 19px;
	}
}

@media print, screen and ( min-width : 992px ) {
	.staff_sec:nth-child(even) .d-lg-flex {
		flex-direction: row-reverse;
	}
	.ceo_sec.staff_sec .staff_ph {
		width: 390px;
		margin-right: 60px;
	}
	.ceo_sec.staff_sec .staff_txt {
		width: calc(100% - (390px + 60px));
	}
	.staff_sec .staff_ph {
		width: 220px;
		margin-right: 60px;
	}
	.staff_sec .staff_txt {
		width: calc(100% - (220px + 60px));
	}
	.staff_sec:nth-child(even) .staff_ph {
		margin-right: 0;
		margin-left: 60px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   SERVICE

--------------------------------------------------------------------------------------------- */
.service_menu li a {
	text-align: center;
	display: flex;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 4px 4px 0 #dcdcdc;
	font-weight: bold;
}
.seminar_menu li a {
	color: #e2b800;
}
.school_menu li a {
	color: #e74964;
}
.service_menu li i {
	display: block;
	text-align: center;
}
.service_menu li i img {
	display: block;
	margin: 0 auto;
}
h2.yellow_memo_tit {
	background: url(../img/bg2.jpg) repeat left top / 190px;
	text-align: center;
	border: 5px solid #fffd63;
	letter-spacing: 0.06em;
}
.seminar_box:last-child {
	margin-bottom: 0;
}
.seminar_box h3 {
	color: #e2b800;
	border: 4px solid #e2b800;
	width: 270px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.1em;
}
.seminar_box h4 {
	border-bottom: 3px solid #7b7b7b;
	padding-bottom: 0.6em;
	margin-bottom: 1.8em;
	color: #7b7b7b;
}
.seminar_box dt,.seminar_box dd {
	margin-bottom: 30px;
}
.seminar_box dt:last-of-type,.seminar_box dd:last-of-type {
	margin-bottom: 0;
}
.seminar_box dt {
	border-radius: 50%;
	background: #7b7b7b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.seminar_box dt.seminar_performance {
	background: #e2b800;
}
/*.seminar_box dd .disc {
	background: #f5f5f5;
	padding: .8em 1.2em;
}*/
.curriculum_course .course_box,#single_lesson,#trial_plan {
	background: #fff;
	position: relative;
}
.curriculum_course .course_box h3,#single_lesson h4 {
	border: 4px solid #e74964;
	color: #e74964;
	text-align: center;
}
.curriculum_course .course_box h4 {

}
#trial_plan h4 {
	border: 4px solid #00a197;
	color: #00a197;
	text-align: center;
}
.curriculum_course .course_box .course_kind {
	color: #e74964;
	text-align: center;
	font-weight: bold;
}
.curriculum_course .course_box .course_result_txt {
	position: relative;
	font-weight: bold;
	text-align: center;
}
.curriculum_course .course_box .course_result_txt:before {
	content: "";
	width: 20px;
	height: 12px;
	display: block;
	margin: 0 auto;
	background: url(../img/school/arrow.png) no-repeat center / 100%;
}
.curriculum_course .course_box li {
	line-height: 2em;
	font-weight: bold;
}
.curriculum_course .course_box li span {
	margin-right: 0.5em;
	font-weight: normal;
}
#single_lesson h3,#trial_plan h3 {
	color: #fff;
	text-align: center;
	max-width: 340px;
	margin: 0 auto;
}
#single_lesson h3 {
	background: #e74964;
}
#trial_plan h3 {
	background: #00a197;
}
#single_lesson .lesson_box p,#trial_plan .plan_box p {
	text-align: center;
	font-weight: bold;
	line-height: 2em;
}
#curriculum table {
	width: 100%;
}
#curriculum table th,#curriculum table td {
	border: 8px solid #f2f1f1;
}
#curriculum table th {
	background: #f89faf;
}
#curriculum table td {
	background: #fff;
}
.skill_txt {
	background: rgba(242,241,241,.9);
	max-width: 90%;
	position: relative;
}
.skill_ph img {
	border-radius: 8px;
}
.skill_list {
	text-align: center;
}
#skill ol {
	display: inline-block;
}
#skill ol li {
	list-style: decimal;
	margin-left: 1.2em;
	text-align: left;
	margin-bottom: 1em;
	font-weight: bold;
}
#skill ol li:last-child {
	margin-bottom: 0;
}
.skill_list p {
	text-align: left;
}
#plan {
	overflow: hidden;
}
#beginners h2 {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #00a197;
	border-radius: 50%;
}
#beginners .beginners_tit p {
	font-weight: bold;
}
#beginners ul li {
	position: relative;
	font-weight: bold;
}
#beginners ul li:nth-child(1) {
	order: 2;
}
#beginners ul li:nth-child(2) {
	order: 1;
}
#beginners ul li:nth-child(3) {
	order: 4;
}
#beginners ul li:nth-child(4) {
	order: 3;
}
#beginners ul li span {
	display: block;
}
#beginners ul li:nth-child(1) span,#beginners ul li:nth-child(3) span {
	text-align: right;
}

#beginners ul li:after {
	content: "";
	background: #00a197;
	width: 4px;
	position: absolute;
}
#beginners ul li:last-child:after {
	content: none;
}
#beginners ul li img {
	position: relative;
	z-index: 10;
}
#fee section {
	margin-bottom: 50px;
}

#fee h3,#plan_flow h3 {
	border: 4px solid #00a197;
	color: #00a197;
	text-align: center;
}
#plan_flow h3 {
	display: flex;
	justify-content: center;
	align-items: center;
}
#plan_flow section p {
	line-height: 2em;
}
#plan_flow section p a {
	color: #1565a3;
}
#fee table th {
	width: 150px;
}
#cancel table td {
	text-align: center;
}
.businesstrip_service_sec .businesstrip_service_txt h3 {
	letter-spacing: 0.15em;
}
#schedule iframe {
	width: 100%;
}
@media only screen and ( max-width : 1199px ) {
	.skill_txt {
		margin: 0 auto;
		margin-top: -50px;
		border-radius: 8px;
	}
	#fee section h3 {
		max-width: 350px;
		margin: 0 auto 25px;
	}
}
@media only screen and ( max-width : 991px ) {
	.service_menu li span {
		font-size: 22px;
	}
	.curriculum_course .course_box {
		padding: 50px;
		margin-bottom: 10px;
		text-align: center;
	}
	.curriculum_course .course_box:last-child {
		margin-bottom: 0;
	}
	.curriculum_course .course_box h3,#single_lesson h4,#trial_plan h4 {
		padding: 20px 15px;
		font-size: 24px;
		margin-bottom: 20px;
	}
	.curriculum_course .course_box .course_kind {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.curriculum_course .course_box h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.curriculum_course .course_box ul {
		display: inline-block;
	}
	.curriculum_course .course_box li {
		font-size: 18px;
		text-align: left;
	}
	.curriculum_course .course_box .course_result_txt {
		font-size: 22px;
	}
	.curriculum_course .course_box .course_result_txt:before {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#curriculum .curriculum_course {
		margin-bottom: 100px;
	}
	#single_lesson,#trial_plan {
		padding: 50px;
	}
	#single_lesson h3,#trial_plan h3 {
		font-size: 24px;
		padding: 20px 15px;
		margin-top: -80px;
		margin-bottom: 40px;
	}
	#single_lesson .lesson_box,#trial_plan .plan_box {
		margin-bottom: 40px;
	}
	#single_lesson .lesson_box:last-child,#trial_plan .plan_box:last-child {
		margin-bottom: 0;
	}
	#single_lesson .lesson_box p,#trial_plan .plan_box p {
		font-size: 18px;
	}
	.skill_txt {
		padding: 30px;
	}
	#skill ol {
		margin-bottom: 40px;
		font-size: 20px;
	}
	#fee h3 {
		padding: 15px;
		font-size: 22px;
	}
	#plan_flow section {
		margin-bottom: 50px;
		position: relative;
		padding-bottom: 25px;
	}
	#plan_flow section:after {
		content: "";
		background: url(../img/businesstrip/arrowB.png) no-repeat center / 100%;
		position: absolute;
		width: 20px;
		height: 12px;
		left: 50%;
		margin-left: -10px;
		bottom: -12px;
	}
	#plan_flow section:last-child:after {
		content: none;
	}
	#plan_flow section:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#plan_flow h3 {
		height: 90px;
		font-size: 20px;
		margin-bottom: 25px;
	}
	#plan_flow section p,#plan_flow section li {
		font-size: 15px;
	}
	.businesstrip_service_sec {
		margin-top: 50px;
	}
	.businesstrip_service_sec .businesstrip_service_txt h3 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#beginners .beginners_tit {
		margin-top: -120px;
	}
	#beginners h2 {
		width: 200px;
		height: 200px;
		font-size: 26px;
		margin-right: 40px;
	}
	#beginners .beginners_tit p {
		font-size: 26px;
		width: calc(100% - (200px + 40px));
		text-align: right;
	}
}

@media only screen and ( max-width : 767px ) {
	.service_menu {
		margin-top: 30px;
	}
	.service_menu li {
		width: 32%;
	}
	.service_menu li i {
		margin-bottom: 10px;
	}
	.service_menu li i img {
		width: 40px;
	}
	.service_menu li span {
		font-size: 17px;
	}
	.service_menu li a {
		height: 120px;
	}
	h2.yellow_memo_tit {
		font-size: 26px;
		padding: 20px 15px;
		margin-bottom: 60px;
	}
	.seminar_box {
		margin-bottom: 60px;
	}
	.seminar_box h3 {
		font-size: 24px;
		padding: 15px;
		margin-bottom: 30px;
	}
	.seminar_box h4 {
		font-size: 20px;
	}
	.seminar_box dt {
		width: 90px;
		height: 90px;
		font-size: 24px;
		margin-right: 15px;
	}
	.seminar_box dd {
		width: calc(100% - (90px + 15px));
	}
	.curriculum_course .course_box {
		padding: 20px;
	}
	.curriculum_course .course_box h3,#single_lesson h4,#trial_plan h4 {
		font-size: 22px;
	}
	.curriculum_course .course_box .course_kind {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.curriculum_course .course_box .course_result_txt {
		font-size: 20px;
	}
	#single_lesson,#trial_plan {
		padding: 20px;
	}
	#single_lesson h3,#trial_plan .plan_box h3 {
		padding: 15px;
		margin-top: -50px;
		margin-bottom: 25px;
	}
	.curriculum_cup {
		margin: 40px 0;
	}
	#curriculum table {
		margin-left: -8px;
		margin-right: -8px;
		width: calc(100% + 16px);
	}
	#curriculum table th,#curriculum table td {
		padding: 15px 10px;
	}
	.skill_txt {
		padding: 20px;
	}
	.skill_txt h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#plan {
		padding-top: 100px;
	}
	#trial_plan .yellow_btn,#fee .yellow_btn {
		margin-top: 30px;
	}
	.businesstrip_service_sec .businesstrip_service_ph {
		margin-bottom: 25px;	
	}
	#beginners .beginners_tit {
		margin-top: -60px;
		margin-bottom: 40px;
	}
	#beginners h2 {
		margin: 0 auto 30px;
	}
	#beginners .beginners_tit p {
		text-align: center;
		width: 100%;
	}
	#beginners ul li {
		width: 100%;
		margin-bottom: 40px;
	}
	#beginners ul li:after {
		height: 200px;
		bottom: -50px;
		left: 20px;
	}
	#beginners ul li span {
		margin-top: 10px;
		text-align: right;
		padding-left: 40px;
	}
}
@media only screen and ( max-width : 575px ) {
	.service_menu li {
		width: 100%;
		margin-bottom: 20px;
	}
	.service_menu li a {
		align-items: center;
	}
	.service_menu li i {
		margin-bottom: 0;
		width: 60px;
	}
	.service_menu li span {
		font-size: 22px;
	}
	#fee table th {
		width: 100px;
	}
}
@media only screen and ( max-width : 320px ) {
	h2.yellow_memo_tit {
		font-size: 22px;
		padding: 20px 10px;
	}
	.seminar_box h3 {
		font-size: 20px;
	}
}

@media print, screen and ( min-width : 576px ) {
	.service_menu li a {
		flex-direction: column;
	}
}
@media print, screen and ( min-width : 768px ) {
	.service_menu {
		margin-top: 80px;
	}
	.service_menu li {
		width: 30%;
	}
	.service_menu li a {
		height: 185px;
	}
	.service_menu li i {
		margin-bottom: 15px;
	}
	.service_menu li i img {
		width: 60px;
	}
	.service_menu li span {
		font-size: 30px;
	}
	h2.yellow_memo_tit {
		font-size: 40px;
		padding: 30px;
		margin-bottom: 80px;
	}
	.seminar_box {
		margin-bottom: 80px;
	}
	.seminar_box h3 {
		font-size: 30px;
		padding: 20px;
		margin-bottom: 40px;
	}
	.seminar_box h4 {
		font-size: 24px;
	}
	.seminar_box dt {
		width: 110px;
		height: 110px;
		font-size: 30px;
		margin-right: 25px;
	}
	.seminar_box dd {
		width: calc(100% - (110px + 25px));
		font-size: 20px;
	}
	.seminar_box dd li {
		margin-right: 2em;
	}
	.seminar_box dd li:last-child {
		margin-right: 0;
	}
	.curriculum_cup {
		max-width: 740px;
		margin: 80px auto 80px;
	}
	#curriculum table th,#curriculum table td {
		padding: 30px;
	}
	.skill_txt h3 {
		font-size: 25px;
		margin-bottom: 40px;
	}
	#plan {
		padding-top: 150px;
	}
	#trial_plan .yellow_btn,#fee .yellow_btn {
		margin-top: 55px;
	}
	.businesstrip_service_sec.d-md-flex:nth-of-type(odd) {
		flex-direction: row-reverse;
	}
	.businesstrip_service_sec .businesstrip_service_ph {
		width: 56%;
		margin-left: -12%;
		margin-right: 6%;
	}
	.businesstrip_service_sec.d-md-flex:nth-of-type(odd) .businesstrip_service_ph {
		margin-left: 6%;
		margin-right: -12%;
	}
	.businesstrip_service_sec .businesstrip_service_txt {
		width: 50%;
	}
	#beginners ul li {
		width: 46%;
	}
	#beginners ul li:nth-child(2) {
		margin-top: 200px;
	}
	#beginners ul li:nth-child(3) {
		margin-top: -75px;
	}
	#beginners ul li:nth-child(4) {
		margin-top: 85px;
	}
	#beginners ul li span {
		margin-top: 30px;
	}
	#beginners ul li:after {
		height: 140px;
		top: 50%;
	}
	#beginners ul li:nth-child(1):after,#beginners ul li:nth-child(3):after {
		left: -50px;
		transform: rotate(45deg);
		margin-top: -60px;
	}
	#beginners ul li:nth-child(2):after {
		right: -50px;
		transform: rotate(-45deg);
		margin-top: 40px;
	}
}

@media print, screen and ( min-width : 992px ) {
	h2.yellow_memo_tit {
		font-size: 45px;
		padding: 40px;
	}
	.curriculum_course .course_box {
		padding: 70px 50px 170px 50px;
		width: 49.8%;
	}
	.curriculum_course .course_box h3,#single_lesson h4,#trial_plan h4 {
		padding: 30px 15px;
		font-size: 26px;
		margin-bottom: 25px;
	}
	.curriculum_course .course_box .course_kind {
		font-size: 26px;
		margin-bottom: 50px;
	}
	.curriculum_course .course_box li {
		font-size: 20px;
	}
	.curriculum_course .course_box h4 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.curriculum_course .course_box .course_result_txt {
		font-size: 22px;
		padding: 0 50px 50px 50px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.curriculum_course .course_box .course_result_txt:before {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	#curriculum .curriculum_course {
		margin-bottom: 150px;
	}
	#single_lesson,#trial_plan {
		padding: 50px;
	}
	#single_lesson h3,#trial_plan h3 {
		font-size: 30px;
		padding: 30px 15px;
		margin-top: -100px;
		margin-bottom: 60px;
	}
	#single_lesson .lesson_box,#trial_plan .plan_box {
		width: 32%;
	}
	.skill_txt {
		padding: 50px;
	}
	#skill ol {
		margin-bottom: 60px;
		font-size: 24px;
	}
	.skill_list p {
		font-size: 20px;
	}
	#fee h3 {
		padding: 20px;
		font-size: 30px;
	}
	#plan_flow section {
		width: 30%;
	}
	#plan_flow h3 {
		height: 110px;
		font-size: 24px;
		margin-bottom: 45px;
		position: relative;
	}
	#plan_flow h3:after {
		content: "";
		background: url(../img/businesstrip/arrow.png) no-repeat center / 100%;
		position: absolute;
		width: 12px;
		height: 20px;
		top: 50%;
		margin-top: -10px;
		right: -12%;
	}
	#plan_flow section:last-child h3:after {
		content: none;
	}
	#plan_flow section p,#plan_flow section li {
		font-size: 17px;
	}
	.businesstrip_service_sec {
		margin-top: 100px;
	}
	.businesstrip_service_sec .businesstrip_service_txt {

	}
	.businesstrip_service_sec .businesstrip_service_txt h3 {
		font-size: 36px;
		margin-bottom: 40px;
	}
	#beginners .beginners_tit {
		margin-top: -150px;
		margin-bottom: -50px;
	}
	#beginners h2 {
		width: 300px;
		height: 300px;
		font-size: 36px;
		margin-right: 60px;
	}
	#beginners .beginners_tit p {
		font-size: 36px;
		width: calc(100% - (300px + 60px));
		text-align: right;
	}
}
@media print, screen and ( min-width : 1200px ) {
	.curriculum_course .course_box h3,#single_lesson h4,#trial_plan h4 {
		font-size: 30px;
	}
	.curriculum_course .course_box .course_kind {
		font-size: 30px;
		margin-bottom: 65px;
	}
	.curriculum_course .course_box {
		padding: 70px;
	}
	.curriculum_course .course_box .course_result_txt {
		font-size: 24px;
		padding: 0 70px 70px 70px;
	}
	.curriculum_course .course_box li {
		font-size: 22px;
	}
	#single_lesson,#trial_plan {
		padding: 70px;
	}
	#single_lesson h3,#trial_plan h3 {
		margin-top: -120px;
	}
	#single_lesson .lesson_box p,#trial_plan .plan_box p {
		font-size: 22px;
	}
	#single_lesson .lesson_box,#trial_plan .plan_box {
		width: 30%;
	}
	.skill_ph {
		width: 70%;
		margin-right: -20%;
	}
	.skill_txt {
		width: 65%;
		margin-left: -15%;
		border-radius: 8px 0 0 0;
	}
	#beginners h2 {
		width: 360px;
		height: 360px;
		font-size: 40px;
		margin-right: 80px;
	}
	#beginners .beginners_tit p {
		font-size: 40px;
		width: calc(100% - (360px + 80px));
	}
	#beginners .beginners_tit p br {
		display: none;
	}
	#fee section h3 {
		width: 36%;
		margin-top: 10px;
	}
	#fee section table {
		width: 60%;
	}
}

/* ---------------------------------------------------------------------------------------------

　   CONTACTFORM

--------------------------------------------------------------------------------------------- */
.form_area {
	background: #fff;
}
.form_area dl {
	border-top: 5px double #e0e0e0;
}
.form_area dt {
	font-weight: bold;
}
.form_area button,.yellow_btn {
	background: #fff000;
	font-size: inherit;
	font-family: inherit;
	border-radius: 10px;
	position: relative;
	font-weight: bold;
}
.yellow_btn {
	display: block;
	margin: 0 auto;
}
.form_area button.back {
	background: #ccc;
}
.form_area button:after,.yellow_btn:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 12px;
	background: url(../img/arrow.png) no-repeat center / 100%;
	top: 50%;
	margin-top: -6px;
	transition: .5s;
}
.form_area button.back:after {
	transform: scale(-1, 1);
	right: auto;
}
.form_area dt span {
	color: #d43333;
}
#select_school {
	display: none;
}
@media only screen and ( max-width : 991px ) {
	.form_area {
		padding: 40px;
	}
	.form_area dl {
		margin-bottom: 40px;
	}
	.form_area button {
		width: 49%;
		height: 70px;
	}
	.form_area button.back {
		margin-right: 2%;
	}
	.form_area button:after,.yellow_btn:after {
		right: 15px;
	}
	.form_area button:hover:after,.yellow_btn:hover:after {
		right: 10px;
	}
	.form_area button.back:after {
		left: 15px;
	}
	.form_area button.back:hover:after {
		left: 10px;
	}
	.yellow_btn {
		height: 70px;
		max-width: 300px;
		line-height: 70px;
		padding: 0 26px;
	}
}

@media only screen and ( max-width : 767px ) {
	.form_area {
		padding: 30px 20px;
	}
	.form_area button {
		width: 100%;
	}
	.form_area button.back {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.form_area dt {
		padding-top: 25px;
	}
	.form_area dd {
		border-bottom: 5px double #e0e0e0;
		padding: 10px 0 25px 0;
	}
}

@media print, screen and ( min-width : 768px ) {
	.form_area dt {
		width: 300px;
	}
	.form_area dd {
		width: calc(100% - 300px);
	}
	.form_area dt,.form_area dd {
		padding: 30px 20px;
		border-bottom: 5px double #e0e0e0;
	}
	#cancel table {
		max-width: 680px;
		margin: 0 auto;
	}
}

@media print, screen and ( min-width : 992px ) {
	.form_area {
		padding: 70px;
	}
	.form_area dl {
		max-width: 950px;
		margin: 0 auto 65px;
	}
	.form_area dt,.form_area dd {
		padding: 35px 30px;
	}
	.form_area button,.yellow_btn {
		width: 380px;
		height: 90px;
	}
	.form_area button:after,.yellow_btn:after {
		right: 30px;
	}
	.form_area button:hover:after,.yellow_btn:hover:after {
		right: 25px;
	}
	.form_area button.back {
		margin-right: 20px;
	}
	.form_area button.back:after {
		left: 30px;
	}
	.form_area button.back:hover:after {
		left: 25px;
	}
	.yellow_btn {
		line-height: 90px;
		padding: 0 40px;
	}
	#cancel p {
		text-align: center;
		margin-top: 65px;
	}
	.add_name {
		width: 5em;
		line-height: 40px;
	}
	.mw_wp_form_confirm .add_name {
		line-height: 1.6em;
	}
	.add_input {
		width: calc(100% - 5em);
	}
}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
.post_list {
  margin-bottom: 40px;
}
.post_list .post_cat {
	font-size: 13px;
	width: 110px;
	margin-left: 20px;
	padding: 5px;
}
.post_list .post_list_tit {
	width: 100%;
	margin-top: 15px;
}
#single_post .post_cat {
	padding: 10px 20px;
	display: inline-block;
}
#single_post time {
	display: inline-block;
	margin-right: 20px;
}
#single_post h2 {
	background: #fff000;
	margin-top: 20px;
	margin-bottom: 20px;
}
#single_post p {
	line-height: 2em;
}

@media only screen and ( max-width : 991px ) {
	#single_post {
		margin-bottom: 30px;
	}
	#single_post h1 {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#single_post h2 {
		font-size: 20px;
		padding: 15px;
	}
}

@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
	#single_post {
		margin-bottom: 60px;
	}
	#single_post h1 {
		font-size: 30px;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	#single_post h2 {
		font-size: 24px;
		padding: 20px;
	}
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
}