@charset "utf-8";
/* 共有 */
* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
  border: none;
}
header, footer, nav, menu, article, aside, section, details, figcaption, figure {
  display: block;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: bottom;
}
a img {
  border: none;
}
strong {
  font-weight: normal;
}
i {
  font-style: normal;
}
a {
  outline: none;
  text-decoration: underline;
  color: #111;
}
a:hover {
  text-decoration: none;
  color: #111;
}
.clearfix:after {
  content: "."; /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}
.clearfix {
  min-height: 1px;
  clear: both;
}
address {
  padding-right: 72px;
  font-style: normal;
  text-align: right;
}
body {
  font-size: 18px;
  line-height: 1.8em;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
}

.content {
  margin-bottom: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
/*Font*/
.zen {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}
.carattere {
  font-family: "Carattere", serif;
  font-weight: 400;
  font-style: normal;
}
/* 追従ボタン */
.floatButton {
	text-align: center;
    width: 150px;
    height: 90px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}
.floatButton a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
	font-weight:bold;
    color: #fff;
    background-color: #b5061f ;
	background-color: rgba(181,6,31,0.5);
	border-radius:20px;
	transition : all 0.5s;
}
.floatButton a:hover {
	background-color: rgba(181,6,31,1);
}
/*Footer*/
footer {
  padding: 0 28px 40px 104px;
  color: #797979;
  font-size: 66%;
}
footer ul {
  float: left;
}
footer ul li {
  padding-left: 15px;
  margin-right: 5px;
  display: inline;
  background-position: 0px 1px;
  background-repeat: no-repeat;
  list-style: none;
}
footer li a {
  padding-right: 5px;
  text-decoration: none;
  color: #797979;
}
address {
  float: right;
  margin-left: 20px;
  font-style: normal;
}
h2 {
  text-align: center;
}
h4 {
  font-size: 200%;
  text-align: center;
  padding: 10px;
}
h5 {
  font-size: 220%;
  color: #111;
  text-align: center;
  margin-bottom: 30px;
}
/*　共有　*/
#All_wrapper #Box_mv #mv_sub dl {
  color: #fff;
}
#All_wrapper #Box_mv #mv_sub dl dt {
  background-color: #111111;
  padding: 13px 20px 10px;
  margin-left: 20px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
}
#Box_mv #mv_sub h1 img {
  clear: both;
}
.btn {
  background-color: #b5061f;
  text-align: center;
  padding: 20px 20px 16px;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-weight: 400;
}
.btn a {
  color: #fff;
  text-decoration: none;
}
.btn_second {
  margin: 30px auto 0;
}
.btn_third {
  margin: 16px auto 0;
  background-color: #b5061f;
  text-align: center;
  padding: 30px 20px 28px;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-size: 180%;
  width: 60%;
  font-weight: 400;
}
.btn_third a {
  color: #fff;
  text-decoration: none;
}
.btn_third a::before {
  content: "\03e";
  font-size: 70%;
  margin-right: 10px;
}
.btn_close {
  margin: 16px auto 0;
  background-color: #707070;
  color: #fff;
  text-align: center;
  padding: 30px 20px 28px;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-size: 180%;
  width: 60%;
  font-weight: 400;
}
#Main_wrapper .management_bg {
  background-color: #eee5e2;
}
.management_bg h2 {
	position: relative;
	display: block;
	color: #3d2418;
	margin: 0 auto;
	padding:20px;
	text-align: center;
	font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	width: 70%;
	height:100%;
}

#Main_wrapper .management_contents_bg {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1)0%, rgba(255, 255, 255, 0.7)40%,rgba(255, 255, 255, 0.6)100%), url("images/mgmt_con_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
	background-size:auto 1200px;
  width: 100%;
  padding-bottom: 5%;
}
h3 {
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  margin-bottom: 12px;
}
#point1 {
  background: url("images/point1_txt.png") no-repeat;
}
#point2 {
  background: url("images/point2_txt.png") no-repeat;
}
#point3 {
  background: url("images/point3_txt.png") no-repeat;
}
#point4 {
  background: url("images/point4_txt.png") no-repeat;
}
#point5 {
  background: url("images/point5_txt.png") no-repeat;
}
#point_contents section p {
  margin-bottom: 20px;
}

#point_contents h2 {
	font-size:2.5em;
	font-style:italic;
	color:#000000;
}

#point_contents h2 span {
	font-size:2.5em;
	background: linear-gradient(0deg, #9b5e40 0%, #d7ae9a 40%, #9b5e40 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #7e4933;
	padding-right:8px;
}

#point_contents dl {
	width:100%;
	margin-bottom:12px;
	display:flex;
}

#point_contents dl dt {
	text-align:left;
	background-color:#b17a5f;
}
#point_contents dl dt h4 {
	font-size:1em;
	color:#000000;
}
#point_contents dl dt h4 span {
	font-size:6em;
}
#point_contents dl dd {
	font-size:1.6em;
	flex-grow:1;
	background-color:#eee5e2;
	padding:20px 10px 10px 10px;
}

.pointCon {
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
} 

.pointCon h4 {
	text-align:left;
	font-size:1.4rem;
}

.contents_left img,
.contents_right img {
	width:100%;
}
.reviewCon {
	width:100%;
	margin:0 auto 40px;
} 

.reviewCon h6 {
	height:30px;
	font-size:1.2rem;
	position:relative;
	display:inline;
	padding-left:20px;
}
.reviewCon h6:before {
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #844a34 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.reviewCon ul {
	display:flex;
	width:100%;
	justify-content: space-between;
}
.reviewCon ul li {
	width:22%;
	padding:10px;
	font-size:1rem;
	background:#f2ede9;
	border-radius:10px;
	color:#844a34;
}

@media screen and (max-width:768px) {
	.reviewCon ul li {
		width:48%;
	}
}

#qcc_title {
  background: url(images/qcc_bg_img.png) no-repeat;
  text-align: center;
}
#qcc_contents {
  background-color: #e5dfd0;
  padding: 30px 40px 40px;
  max-width: 900px;
  margin: 0 auto;
}
#qcc_contents .line {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #3d1900;
  padding-bottom: 16px;
  padding-top: 6px;
  margin-bottom: 12px;
}
#qcc_contents p {
  font-size: 80%;
}
#qcc_contents .line span {
  font-size: 60%;
  line-height: normal;
}
#qcc_contents .qcc_menber {
  margin: 20px 0;
}

.aboutQc {
	text-align:center;
	margin:0 auto 20px;
}

.aboutQc h5 {
	 position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.aboutQc h5:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 120px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  
	background-image: linear-gradient(90deg, rgb(238 229 226) 0%, rgb(238 229 226) 20%, rgb(177 122 95) 20%, rgb(177 122 95) 40%,rgb(126 73 51) 40%,rgb(126 73 51) 60%,rgb(177 122 95) 60%,rgb(177 122 95) 80%,rgb(238 229 226) 80%,rgb(238 229 226) 100%);
  border-radius: 4px;
}


.inAndOut {
	width:80%;
	margin:0 auto 20px;
	display:flex;
	justify-content: space-around;
}

.inAndOut .eduPlan {
	width:38%;
	text-align:center;
}

.inAndOut .eduPlan h4 {
	background-color:#3d2418;
	color:#ffffff;
	font-size:1.4em;
	font-weight:bold;
	padding:8px;
	margin-bottom:20px;
	border-radius:40px;	
}
.inAndOut .eduPlan p {
	color:#000000;
	font-weight:bold;
	font-size:.9em;
}
.inAndOut .eduPlan img {
	width:100%;
	margin-bottom:10px;
}
.inAndOut .eduPlan p.caption {
	font-weight:normal;
	line-height:120%;
}
.inAndOut h6 {	
	font-size:2em;
	color:#999999;
	font-weight:bold;
}

.meritCon {
	display:flex;
	justify-content: space-between;
	width:100%;
	margin:0 auto 20px;
}
.meritCon img {
	width:48%;	
}
.meritCon p {
	width:48%;
	font-size:1em;
	line-height:180%;
	color:#ffffff;
}
.meritCon ol {
	float:none;
	width:48%;
	text-align:left;
}

.meritCon ol li {
	list-style-type: square!important;
	margin-left: 24px;
	font-size:1.5rem;
	margin-bottom:6%;
	
}
.meritCon ol li span {
	color:#844a34;
}

.meritCon ol li:last-child {
	margin-bottom:0;
}

.meritConSingle {
	display:flex;
	justify-content: center;
	flex-direction:column;
	width:100%;
	margin:0 auto 20px;
}
.meritConSingle img {
	width:100%;	
	margin-bottom:20px;
}
.meritConSingle p {
	width:100%;
	font-size:1em;
	line-height:180%;
	color:#000000;
}
.clearfix::after {
    content:'';
    display: block; 
    clear:both;
}

.makeClear {
	text-align:center;
	margin:0 auto 40px;
}

.makeClear h4 {
	font-size:2em;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
	margin-bottom:20px;
}

.triangle3{
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 50px solid #3d2418;
	margin:40px auto;
}

.result {
	width:92%;
	text-align:center;
	margin:0 auto 40px;
}
.result h5 {
	margin:0 auto 20px;
	padding:0;
	font-size:1.8rem;
	color:#3d2418;
}
.result h6 {
	margin:0 auto 20px;
	padding:0;
	font-size:2.5rem;
}
.result h6 span {
	font-size:1.6rem;
}
.goalVision {
	display:flex;
	justify-content: space-between;
	padding:20px;
	background-color:#b17a5f;
}
.goalVision dl {
	width:24%!important;
	display:flex;
	flex-direction: column;
		
}
.goalVision dl dt {
	margin-bottom:0;
	
}
.goalVision dl dt img{
	width:100%;
}

.goalVision dl dd{
	background-color:#b17a5f!important;
	color:#ffffff;
	line-height:150%;
	font-size:1rem!important;
	padding:10px!important;
}

.management_contents_bg .merit {
  background-color: #e4d7ce;
  clear: both;
}
.management_contents_bg .merit h3 {
  color: #000000;
  font-size: 30px;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: #000000;
  margin-bottom: 20px;
}
.merit ul li:last-child {
  margin-right: 0px;
}
.merit ul li p {
  color: #fff;
  line-height: normal;
  font-size: 90%;
  margin: 10px 0 20px;
}
#course, .course {
  width: 980px;
  margin: 0 auto 50px;
}
#course h2 {
  font-size: 244%;
  color: #111;
  text-align: center;
  margin-top: 50px;
}
.cource_txt {
  text-align: center;
}
#course {
	margin: 0 auto 50px;
}
.flow {
	margin: 0 auto 50px;
	display:flex;
	justify-content: space-between;
	border:solid 1px #dddddd;
	padding:20px;
}
.courseTheme {
	flex-grow:2;
	margin-right:20px;
	
}
.courseTheme h3 {
	font-size:1.9rem!important;
	color:#000000;
	text-align:left!important;
	margin-top:0!important;
}

.courseTheme h3 span {
	display:inline-block;
	font-size:.8rem;
	padding:3px 15px 0 15px;
	background-color:#3d2418;
	color:#ffffff;
	margin-right:10px;
	margin-bottom:5px;
	vertical-align:middle;
}

.courseTheme hr {
	margin:20px 20px 20px 0;
	height:1px;
	border: none;
	background-color:#dddddd;
}

.courseInstructor {
	display:flex;
	justify-content: space-between;
}

.courseInstructor dl {
	margin:0;
	padding:0;
	width:160px;
	border:solid 1px #dddddd;
}
.courseInstructor dl:last-child {
	margin-left:20px;
}
.courseInstructor dl dt {
	
}
.courseInstructor dl dt img {
	width:100%;
}

.courseInstructor dl dd {
	padding:10px;
	font-size:.8rem;
}
.courseInstructor dl dd h4 {
	text-align:left!important;
	color:#000000;
	font-weight:bold;
	margin:0;
	padding:0;
}

.courseInstructor dl dd h5 {
	text-align:left!important;
	font-size:.8rem;
	color:#000000;
	font-weight:bold;
	line-height:120%;
	margin-bottom:0!important;
}

#trainer {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f6f4f4;
  margin-top: 30px;
  padding-bottom: 2%;
}
#trainer h6 {
  font-size: 200%;
  text-align: center;
  padding-top: 5%;
}
#trainer p {
  text-align: center;
}
#trainer p#sub_tex {
  font-size: 70%;
  line-height: 1.8em;
  padding-top: 10px;
}
#trainer dl.main {
  width: 400px;
  float: left;
  text-align: center;
  margin-top: 20px;
}
#trainer dl.sub {
  width: 220px;
  float: left;
  text-align: center;
  margin-top: 30px;
}
#trainer .aoki {
  margin-left: 86px;
}
#trainer .left {
  margin-left: 25px;
}
#trainer dl dd {
  font-size: 140%;
  line-height: 1.2em;
  font-weight: bold;
}
#trainer dl dt {
  margin-bottom: 14px;
}
#trainer dl dd span {
  font-size: 64%;
  line-height: 1.2em;
}
#trainer dl .title {
  font-size: 84%;
  line-height: normal;
  margin-top: 6px;
}
#course table, .course table {
  width: 100%;
  text-align: left;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
#course table {
  margin-bottom: 2%;
}
#course table tr th {
  display: none;
}
#course table tr:nth-child(2) {
  border-top: solid 1px #cccccc;
}
.course table tr th {
  background-color: #111;
  border-right: 1px solid #cccccc;
  color: #fff;
  text-align: center;
  padding: 1% 0 0.7%;
  line-height: 1.2em;
}
#course table tr td, .course table tr td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  vertical-align: top;
  padding: 22px 18px;
}
#course table tr .cource_number {
  width: 640px;
  font-size: 111%;
  padding: 12px 0 10px 20px;
}
#course table tr .date {
  font-size: 111%;
  padding: 10px 0 10px 20px;
}
#course table tr td ul li {
  list-style-type: none;
  float: left;
  margin: 0 0 10px;
}
li#praice span {
  font-size: 75%;
  font-weight: 300;
}
#course table tr td ul .number span {
  font-size: 18px;
  color: #fff;
}
#course table tr td .cource_txt {
  clear: both;
  text-align: left;
}
#course table tr td p {
  clear: both;
}
#course table tr td ul li:first-child {
  color: #fff;
  background-color: #caa242;
  padding: 3px 14px 0px;
}
#course table tr td ul li:nth-child(2) {
  line-height: 1.4em;
  font-weight: 600;
}
.course table tr td ul li:first-child {
  color: #fff;
  background-color: #111;
  margin-bottom: 6px;
  padding: 3px 14px 0px;
  text-align: center;
  width: 60px
}
.course table tr td ul li:nth-child(2) {
  padding-left: 6px;
  line-height: 1.3em;
  font-size: 170%;
  font-weight: 600;
}
.course table tr td ul li.cource_title p {
  font-size: 60%;
  font-weight: normal;
  line-height: 1.2em;
}
.course table tr .date_right {
  vertical-align: top;
  line-height: normal;
}
.course table tr .date_right p {
  background-color: #111;
  width: 68px;
  color: #fff;
  text-align: center;
  line-height: normal;
  margin-bottom: 6px;
  padding: 4px 0px 2px;
}

.contents_center {
  text-align: center;
}
.cource_txt2 {
  font-size: 144%;
  text-align: center;
  padding-bottom: 10px;
  color: #900;
}
#Main_wrapper #entry ul li:first-child {
  background-color: #111;
  color: #fff;
  text-align: center;
}
.course {
  margin-bottom: 5%;
}

.fascilitator {
	width:100%;
	margin:0 auto 50px;
	textalign:center;
}

.fascilitator h2 {
	font-size:1.9rem!important;
}

.fascilitator dl {
	display:flex;
	width:700px;
	text-align:left!important;
	justify-content: flex-start;
	border:solid 1px #dddddd;
	margin:0 auto 20px;
}
.fascilitator dl dt {
	width:15%;
}
.fascilitator dl dt img {
	width:100%;
}
.fascilitator dl dd {
	flex-grow: 2;
	padding:10px;
	font-size:.8rem;
}
.fascilitator dl dd h4 {
	text-align:left;
	padding:0!important;
	font-size:1.2rem!important;
}
.fascilitator dl dd h5 {
	text-align:left;
	font-size:1rem!important;
	margin-bottom:0;
}

.applyInfo {
	width: 700px;
	margin: 0 auto 50px;
}
.applyInfo dl {
	display:flex;
	justify-content: space-between;
	align-items:flex-start;
	margin:0 auto 40px;
}
.applyInfo dl dt {
	width:10%;
	text-align:left;
}
.applyInfo dl dd {
	width:88%;
}
.applyInfo dl dt h4 {
	display:inline-block;
	font-size:.8rem;
	padding:3px 15px 0 15px;
	background-color:#3d2418;
	color:#ffffff;
	margin-bottom:5px;
	vertical-align:middle;
}
.applyInfo dl dt h4.suggest {
	background-color:#b99383;
}


.applyInfo dl dd span.attouched {
	font-size:.8rem;
}
.applyInfo dl dd ul.condition,
.applyInfo dl dd ul.notice,
.applyInfo dl dd ul.include
{
	list-style-type: none;
	margin-left:14px;
}
.applyInfo dl dd ul.condition li {
	font-size:1.2rem;
	font-weight:bold;
}
.applyInfo dl dd ul.condition li:before {
	content: '●';
	margin-left:-20px;
	color:#b99383;
}
.applyInfo dl dd ul.notice li {
	font-size:1rem;
	line-height:150%;
}
.applyInfo dl dd ul.notice li:before {
	content: '※';
	margin-left:-15px;
}
.applyInfo dl dd ul.include {
	display:inline-flex;
	flex-wrap:wrap;
}
.applyInfo dl dd ul.include li {
	font-size:1rem;
	line-height:150%;
	margin-right:30px;
}
.applyInfo dl dd ul.include li:before {
	content: '●';
	margin-left:-15px;
	color:#7e4933;
}
.applyInfo dl dd h3 {
	font-size:2.2rem;
}
.applyInfo dl dd h3 span {
	font-size:1.3rem;
}
.applyInfo dl dd.forMgr {
	font-size:.8rem;
	line-height:170%;
}


@media screen and (max-width:768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  #entry p {
    font-size: 77%;
    clear: both;
  }
  #entry ul li {
    list-style-type: none;
    vertical-align: middle;
    float: left;
    padding-top: 5px;
  }
  #entry ul li:first-child {
    background-color: #111;
    color: #fff;
    margin: 10px 15px 2px 0;
    padding: 5px 14px 0px;
    width: 60px;
    text-align: center;
  }

  #entry ul li:nth-child(2) {
    font-size: 177%;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.4em;
  }
  #entry ul .supplement {
    clear: both;
    margin: 10px 0 0 90px;
    line-height: 140%;
  }
  #entry ul .supplement2 {
    clear: both;
    margin: 0px 0 0 110px;
    font-size: 77%;
    line-height: 140%;
  }
  #entry ul .supplement3 {
    clear: both;
    margin: 0px 0 0 96px;
    font-size: 14px;
    line-height: 140%;
  }
  #Main_wrapper .point_contents p span {
    font-size: 16px;
  }
	#point_contents h2 {
		font-size:1.5em;
		font-style:italic;
		color:#000000;
		margin-bottom:10px;
}

#point_contents h2 span {
	font-size:2.5em;
	background: linear-gradient(0deg, #7e4933 0%, #d7ae9a 40%, #7e4933 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #7e4933;
	padding-right:8px;
}
	#point_contents h2 {
		font-size:1.5em;
		margin-bottom:10px;
	}
	#point_contents h2 span {
		-webkit-text-stroke-width: 1px;
	}
	#point_contents {
		width:96%;
		margin:0 auto 20px;
	}
	#point_contents img {
		width:100%;
	}
	#point_contents dl dt {
		width:100px;
		padding:0;
	}
	
	#point_contents dl dt h4 {
	font-size:.7em;
		margin-top:-10px 0 0 0;
		padding:0;
	}
	#point_contents dl dt h4 span {
	font-size:6em;
	}
	#point_contents dl dd {
		padding:10px;
		font-size:1em;
	}
	.pointCon {
		flex-direction:column;
		justify-content: center;
	}
	.content_left,.content_right {
		width:96%;
		margin:0 auto;
	}
	.courseInstructor {
		flex-direction: column;
	}
	.courseInstructor dl {
		width:96%;
	}
	.courseInstructor dl:last-child {
		margin-top:20px;
		margin-left:0;
		margin-top:20px;
	}
	
	.date_right span{
	text-align: center;
}
p#sm_tex{width: 90%;}
.contents_center img, .contents_right img {
  text-align: center;
}
  .entry .course h4 {
    font-size: 200%;
    text-align: center;
    padding-top: 50px 0 10px;
  }
  .cource_txt.fo30 {
    font-size: 166%;
  }
  .cource_txt2 {
    font-size: 144%;
  }
  .contents_left {
    width: 100%;
  }
  .contents_right {
    width: 100%;
  }
	.flow {
	width: 96%;
		flex-direction:column;
}
.courseTheme {
	width:100%;	
}
	.courseInstructor {
		width:100%;
	}
	#course {
		width:96%;
	}
	
.courseTheme h3 {
	font-size:1.9rem!important;
	color:#000000;
	text-align:left!important;
	margin-top:0!important;
}
	
}
@media screen and (min-width:1025px) {
  /*　画面サイズが1024pxからはここを読み込むPC　*/
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  #All_wrapper #Box_mv #mv_sub dl {
    margin-left: 380px;
    padding-top: 60px;
  }
  .management_bg h2 {
    font-size: 300%;
    line-height: 1em;
  }
  #mv_sub dl dt {
    width: 320px;
  }
  #mv_sub dl dd.btn {
    margin-left: 20px;
  }
  .management_bg h2::after {
    content: "組織づくりに取り組む半年間";
    font-size: 62%;
  }
  .management_contents_bg .merit h3 {
    padding-left: 10px;
  }

  #course table, .course table {
    width: 100%;
    margin: 0 auto;
  }
  .btn {
    max-width: 590px;
    font-size: 160%;
    margin: 30px auto;
  }
  .btn a::before {
    content: "\02228";
    font-size: 95%;
  }
  .management_contents_bg .management_contents {
    width: 980px;
    margin: 0 auto;
  }
  .management_contents_left {
    float: left;
    width: 720px;
  }
  .management_contents_left h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .management_contents .management_contents_left p {
    margin-bottom: 50px;
  }
  .management_contents .management_contents_left span {
    font-weight: 600;
    color: #900;
  }
  .management_contents_right {
    float: right;
    width: 250px;
  }
  .management_contents_bg .merit {
    width: 932px;
    margin: 0 auto 20px;
    padding: 30px 25px;
  }
  #entry {
    width: 980px;
    margin: 10px auto 30px;
  }
  #course table, .course table {
    width: 100%;
  }
  #point_contents {
    width: 980px;
    margin: 0 auto;
  }
  h2 {
    margin-bottom: 30px;
  }
	
  #point_contents h3 {
    height: 48px;
    font-weight: 400;
    font-size: 160%;
    padding: 34px 0 0 150px;
  }
  .merit ul li {
    float: left;
    margin-right: 2%;
    text-align: center;
    list-style: none;
  }
  #course table tr td ul li:nth-child(2) {
    font-size: 160%;
    margin: 0px 0 8px 6px;
  }
  .contents_left {
    width: 48%;
  }
  .contents_right {
	  width: 48%;
  }
  #qcc_title {
    height: 74px;
    width: 980px;
    margin: 30px auto 0;
    padding-top: 170px;
  }
  #Main_wrapper #entry ul li:first-child {
    margin: 8px 0;
    padding: 4px 12px 0px;
    width: 60px;
  }
}
@media screen and (min-width: 768px){	
#All_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-image: url("images/main_bg.jpg");
	background-repeat: no-repeat;
	background-position:top center;
	background-color: #29170f;
	background-size: auto 800px;
	height: 800px;
}
#Box_mv {
    height: -webkit-fill-available;
  }
}
@media screen and (max-width: 767px){	
#All_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url("images/sp_main_bg.jpg") no-repeat center top;
	background-size: cover;
	max-height: 520px;
}
#Box_mv {
  height: 520px;
}
}
@media screen and (min-width:769px) and (max-width:1024px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  #All_wrapper dl {
    width: 66%;
  }
  #All_wrapper dl dt {
    font-size: 110%;
  }
  #All_wrapper #Box_mv #mv_sub dl {
    margin-left: 34%;
    padding-top: 4%;
  }
  #All_wrapper #Box_mv #mv_sub dl dt {
    width: 320px;
    margin-left: 95px;
  }
  h1 img {
    width: 85%;
    margin: 10px 0 15px 85px;
  }
  h2 {
    margin-bottom: 2%;
  }
  .management_bg h2 {
    font-size: 270%;
    line-height: 1.1em;
  }
  .management_bg h2::after {
    content: "組織づくりに取り組む半年間";
    font-size: 49%;
  }
  #course table, .course table {
    width: 96%;
    margin: 0 auto;
  }
  #course table tr td p {
    line-height: 2.6em;
    font-size: 80%;
  }
	
  #point_contents h3 {
    font-size: 150%;
  }
  #point1, #point2, #point3, #point5 {
    padding: 3.5% 0 15px 152px;
  }
  .merit h3 {
    padding: 12px 0 12px 18px;
  }
  .merit ul {
    width: 50%;
    margin: 0 auto;
  }
  .merit ul li {
    float: left;
    text-align: center;
    list-style: none;
  }
  .merit ul li:nth-child(odd) {
    margin-right: 6%;
  }
	.date_right span{
	text-align: center;
}
p#sm_tex{width: 90%;}
.contents_center img, .contents_right img {
  text-align: center;
}
  .management_contents_left h3 {
    font-size: 200%;
    letter-spacing: -2px;
    font-weight: bold;
    padding-top: 40px;
    line-height: 2em;
  }
  .cource_txt {
    margin-bottom: 1em;
  }
  .management_contents_bg .merit {
    margin: 0 auto 20px;
    padding: 30px 25px;
  }
  #point_contents {
    width: 94%;
    margin: 0 auto;
  }
  #point4 {
    padding: 1.9% 0 15px 152px;
  }
  .merit ul li img {
    width: 100%;
  }
  .btn {
    max-width: 74%;
    font-size: 140%;
  }
  #mv_sub dl dd.btn {
    margin: 0 0 20px 95px;
  }
  .management_contents_left {
    float: left;
    width: 65%;
    margin-left: 5%;
  }
  .management_contents .management_contents_left p {
    margin-bottom: 50px;
  }
  .management_contents .management_contents_left span {
    font-weight: 600;
    color: #900;
  }
  .management_contents_right {
    float: right;
    width: 210px;
    margin-right: 4%;
  }
  .contents_all {
    font-size: 70%;
    line-height: 2.2em;
  }
  .contents_left {
    width: 48%;
    line-height: 1.5em;
    font-size: 120%;
  }
  .contents_right {
    width: 50%;
    line-height: 1.5em;
    font-size: 120%;
  }
  #point2_img img, .qcc_menber img {
    width: 100%;
  }
  #qcc_title {
    padding-top: 16%;
    max-width: 980px;
    margin: 0 auto;
  }
  #entry {
    width: 96%;
    margin: 10px auto 30px;
  }
  #Main_wrapper #entry ul li:first-child {
    margin: 16px 0 10px;
    padding: 6px 12px 2px;
    width: 82px;
    font-size: 80%;
  }
  #Main_wrapper #entry ul li:nth-child(2) {
    font-size: 120%;
    line-height: 1.8em;
    font-weight: 600;
  }
  #course table tr td ul li:nth-child(2) {
    font-size: 190%;
    padding-left: 1%;
  }
  #Main_wrapper #entry ul li:nth-child(n+3) {
    font-size: 74%;
    line-height: 2em;
  }
  #entry p {
    font-size: 74%;
    line-height: 2em;
  }
}