/* CSS Document */
img {
  /* ウィンドウサイズに応じて画像を拡縮 */
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: auto;
}
a, a:link, a:visited {
}
body {
  color: #2b2b2b;/* お好みで */
  -webkit-text-size-adjust: 100%;/* 横向きにしたときにフォントサイズが変わらないように */
  line-height: 1.5;
}

@media screen and (max-width:768px) {
body {
  font-size: 75%;
}
}
.wrapper {
  box-sizing: border-box;
  margin: 0;
}
/***************************
 ** layout
 * pcでは、二段組み、スマホでは一段
 */
#container {
  /*background-color:#ead3f6;*/
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
}
#container:after {
  content: '';
  display: table;
  clear: both;
}
#container>#header {
  max-width: 980px;
  margin: 0 auto;
}
#container>#main {
  margin: 0 auto;
  background-color: #ead3f6;
}

@media screen and (max-width: 768px) {
#container>#header {
  float: none;
  position: relative;
  width: 100%;
}
#container>#main {
  margin: 0;
  width: 100%;
}
}
/***************************
 ** .flex_boxと子要素の関係
 */
.flex_box {
  -js-display: flex;
  display: -ms-flexbox;/* ie10 */
  display: -webkit-flex;/* mac safari */
  display: flex;
  -ms-flex-pack: justify;/* ie10 */
  -webkit-justify-content: space-between;/* mac safari */
  justify-content: space-between;
  -ms-flex-align: strech;/* ie10 */
  -webkit-align-items: stretch;/* mac safari */
  align-items: stretch;
  -ms-flex-flow: row nowrap;/* ie10 */
  -webkit-flow: row nowrap;/* mac safari */
  flex-flow: row nowrap;
}
.flex_box>* {
  box-sizing: border-box;
  display: block;
}
.flex_box_wrap {
  -js-display: flex;
  display: -ms-flexbox;/* ie10 */
  display: -webkit-flex;/* mac safari */
  display: flex;
  -ms-flex-pack: justify;/* ie10 */
  -webkit-justify-content: space-between;/* mac safari */
  justify-content: space-between;
  -ms-flex-align: strech;/* ie10 */
  -webkit-align-items: stretch;/* mac safari */
  align-items: stretch;
  -ms-flex-flow: row wrap;/* ie10 */
  -webkit-flow: row wrap;/* mac safari */
  flex-flow: row wrap;
}
.flex_box_wrap>* {
  box-sizing: border-box;
  display: block;
}

@media screen and (max-width: 768px) {
.flex_box {
  -ms-flex-flow: column;
  -webkit-flow: column;
  flex-flow: column;
}
.flex_box>* {
  width: 100%;
}
}
/***************************
 ** .row_box
 ** 横並びのbox レイアウト変更なし
 */
.row_box {
  -js-display: flex;
  display: -ms-flexbox;/* ie10 */
  display: -webkit-flex;/* mac safari */
  display: flex;
  -ms-flex-pack: justify;/* ie10 */
  -webkit-justify-content: space-between;/* mac safari */
  justify-content: space-between;
  -ms-flex-align: strech;/* ie10 */
  -webkit-align-items: stretch;/* mac safari */
  align-items: stretch;
  -ms-flex-flow: row nowrap;/* ie10 */
  -webkit-flow: row nowrap;/* mac safari */
  flex-flow: row nowrap;
}
.row_box>* {
  box-sizing: border-box;
  display: block;
}
/***************************
 ** アコーディオン
 */
.accordion_container .accordion_item {
  margin-bottom: 0.5rem;
}
.accordion_container .accordion_btn {
  background-color: #b37ad0;
  cursor: pointer;
  padding: 1rem;
}
.accordion_container .accordion_box {
  background-color: #EEE;
  padding: 1rem;
  border-top: 0.3rem #FFF solid;
  display: none;
}
/***************************
 ** header
 */
#header {
  background-color: #fff;
}
#btn_sp_nav {
  display: none;
}
#header .logo {
  margin: 10px 0px 0px;
  float: left;
  width: 55%;
}
#header .logo_sp {
  width: 85%;
  float: left;
  display: block;
  margin: 10px 0px 0px;
}
/***************
 * pc用cvエリア
 */

#header .cv_pc {
  float: right;
}
#header .cv_pc .btn_link {
  display: block;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  width: 144px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  margin: 10px 0px;
}
#header .cv_pc .btn_link#btn_cv_pc_req_doc {
  background-color: #fe5493;
  display: block;
  float: left;
  margin: 20px 20px 0 0;
}
#header .cv_pc .btn_link#btn_cv_pc_req_school_tour {
  background-color: #0c8aeb;
  display: block;
  float: left;
  margin: 20px 20px 0 0;
}
#header .cv_pc a.btn_link, #header .cv_pc a.btn_link:link, #header .cv_pc a.btn_link:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#header .cv_pc .btn_link .icon {
  width: 24px;
  line-height: 50px;
  vertical-align: middle;
  margin-right: 3px;
}
#header .cv_pc .btn_link .icon2 {
  width: 20px;
  line-height: 50px;
  vertical-align: middle;
  margin-left: 5px;
}
#header .cv_pc .feature {
  /*z-index:3;*/
  position: relative;
  margin: 20px 0px 0px;
}
#header .cv_pc .feature .feature_item {
  color: #FFFFFF;
  background: url(../img/pc/bg_feature_purple.png) center bottom #b37ad0;
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
}
#header .cv_pc .feature #feature_item_03 {
  background-image: none;
  padding-bottom: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
#header .cv_pc .feature #feature_item_01 {
  padding-top: 10px;
}
#header .cv_pc .feature .feature_item h3 {
  font-size: 20px;
  line-height: 20px;
}
#header .cv_pc .feature .feature_item h3 .emp {
  font-size: 24px;
}
#header .cv_pc .feature .feature_item h3 .icon {
  width: 18px;
  vertical-align: middle;
  margin-right: 3px;
}
#header .cv_pc .cv_sub_title {
  /*z-index:-1;*/
  padding: 8px 0px;
  background-color: #fe5493;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  position: relative;
}
#header .cv_pc .menu a, #header .cv_pc .menu a:link, #header .cv_pc .menu a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
#header .cv_pc .menu li {
  border-bottom: 1px solid #b37ad0;
  height: 50px;
}
#header .cv_pc .menu li a {
  display: block;
  margin-left: 5px;
  line-height: 50px;
}
#header .cv_pc #cv_pc_menu_02_item_02 {
  font-size: 14px;
}
#header .cv_pc #cv_pc_menu_02_item_02 a {
  line-height: 1.8;
}
.sp_navi {
  display: none;
}

@media screen and (max-width:768px) {
#header {
  padding: 0.5rem 0.5rem 0.5rem 0;
  border-bottom: 2px solid #ba81d6;
}
#header>.wrapper {
  -js-display: flex;
  display: -ms-flexbox;/* ie10 */
  display: -webkit-flex;/* mac safari */
  display: flex;
  -ms-flex-pack: justify;/* ie10 */
  -webkit-justify-content: space-between;/* mac safari */
  justify-content: space-between;
  -ms-flex-align: strech;/* ie10 */
  -webkit-align-items: stretch;/* mac safari */
  align-items: stretch;
  -ms-flex-flow: row nowrap;/* ie10 */
  -webkit-flow: row nowrap;/* mac safari */
  flex-flow: row nowrap;
}
#header .cv_pc {
  display: none;
}
.sp_navi {
  display: block;
}
#btn_sp_nav {
  display: block;
  width: 12%;
  margin: 1rem .5rem 0 0;
  max-width: 80px;
  float: right;
}
}
/***************************
 ** #main
 */
#main {
  display: block;/*ie10で必要*/
}
/***************************
 ** #footer
 */
#footer {
  background-color: #A0D7FF;
}
/***************************
 ** #rev_top
 */
#rev_top {
  position: fixed;
  width: 7%;
  max-width: 60px;
  bottom: 20px;
  left: 20px;
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}
/**************************
 ** #fv
 */
#fv {
  background-color: #28232b;
  max-width: 980px;
  margin: 0 auto;
}
#main #fv .wrapper {
  max-width: 980px;
}
#main #nav_sub .wrapper {
  max-width: 960px;
}
#main .wrapper {
  max-width: 950px;
  margin: 0 auto;
}
/**************************
 ** #sec_00
 */
#sec_00 {
  background: url(../img/bg_sec_00.png) repeat;
  padding-bottom: 2rem;
}
#sec_00 .title {
  background: url(../img/bg_pink_white.png) repeat;
  color: #FFFFFF;
  text-align: center;
  font-size: 160%;
  line-height: 200%;
}
#sec_00 #nav_sub {
  margin: 1.5rem 1rem 0 0;
}
#sec_00 #nav_sub .btn_list {
  margin-left: 1rem;
}
#sec_00 #nav_sub li {
  background-color: #b37ad0;
  font-size: 150%;
  color: #FFFFFF;
  margin: 1rem 0;
  border-radius: 3px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  width: 304px;
}
#sec_00 #nav_sub li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-image: none;
}
#nav_sub a, #nav_sub a:link, #nav_sub a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width:768px) {
#sec_00 {
  padding-bottom: 1rem;
}
#sec_00 #nav_sub li {
  width: 100%;
  margin: 0 0 1rem;
}
#sec_00 #nav_sub li a {
  background: url(../img/sp/icon_round_arrow_down.png) 98% center no-repeat;
}
#sec_00 #nav_sub li a img {
  max-width: 90%;
}
}
/**************************
 ** .cv
 */
.only_sp {
  display: none !important;
}
.cv {
  display: block;
  background: url(../img/bg_purple_white_oblique.png) repeat;
  margin: 30px 0px 0px 30px;
  padding: 10px;
}
.cv .sub_wrapper {
  background-color: #FFFFFF;
  padding-bottom: 2rem;
}
.cv .sub_title {
  text-align: center;
  padding: 1.5rem 0 0.5rem;
  font-size: 30px;
}
.cv .cv_doc {
  width: 50%;
  color: #ff5493;
}
.cv .cv_tour {
  width: 50%;
  color: #0c8aeb;
}
.cv .btn_link {
  width: 94%;
  margin: 0 auto;
  border-radius: 40px;
  padding: 20px 0 20px 25px;
  box-sizing: border-box;
  font-size: 30px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.cv .btn_link a {
  display: block;
  width: 100%;
  background: url(../img/icon_round_arrow_right.png) 96% center no-repeat;
}
.cv .btn_link a, .cv .btn_link a:link, .cv .btn_link a:visited {
  color: #FFF;
  text-decoration: none;
}
.cv .btn_link img {
  margin-right: 0.5rem;
}
.cv .cv_doc .btn_link {
  background-color: #ff5493;
}
.cv .cv_tour .btn_link {
  background-color: #0c8aeb;
}

@media screen and (max-width:768px) {
.only_sp {
  display: block !important;
}
.only_pc {
  display: none !important;
}
.cv {
  display: block;
  background: url(../img/bg_purple_white_oblique.png) repeat;
  margin: 1rem;
  padding: 0.5rem;
}
.cv .sub_wrapper {
  background-color: #FFFFFF;
  padding-bottom: 1.5rem;
}
.cv .sub_title {
  text-align: center;
  padding: 1rem 0 0.5rem;
  font-size: 150%;
}
.cv .cv_doc {
  width: 100%;
  color: #ff5493;
}
.cv .cv_tour {
  width: 100%;
  color: #0c8aeb;
}
.cv .btn_link {
  width: 90%;
  margin: 0 auto;
  border-radius: 3rem;
  padding: 0.7rem 0 0.7rem 1rem;
  box-sizing: border-box;
  font-size: 150%;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.cv .btn_link img {
  margin-right: 0.5rem;
}
.cv .btn_link a {
  background: url(../img/sp/icon_round_arrow_right.png) 96% center no-repeat;
}
}
/**************************
 ** #全般的に
 */
.title_feature {
  text-align: center;
  margin: 0 1rem;
}
.sub_sec {
  background-color: #FFF;
  margin: 30px 0px 0px 30px;
  padding: 30px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.sub_sec .img_wrapper {
  text-align: center;
  margin: 0;
  max-width: 348px;
}
.sub_sec .txt_wrapper {
  margin: 0;
  max-width: 480px;
}
.sub_sec .ccopy {
  background-color: #fcdbea;
  border-radius: 5px;
  padding: 1rem 0.1rem;
  font-size: 36px;
  color: #ff2ea6;
  text-align: center;
  line-height: 1.4;
}
.sub_sec .txt {
  font-size: 18px;
  margin-top: 1rem;
}

@media screen and (max-width:768px) {
.sub_sec {
  background-color: #FFF;
  margin: 1rem 1rem 1.5rem;
  padding-bottom: 1.2rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.sub_sec>* {
  margin: 0 1.5rem 1.8rem;
}
.sub_sec .img_wrapper {
  max-width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}
.sub_sec .txt_wrapper {
  max-width: 100%;
}
.sub_sec .ccopy {
  border-radius: 5px;
  padding: 0.8rem;
  font-size: 150%;
  color: #ff2ea6;
  text-align: center;
  line-height: 1.4;
}
.sub_sec .txt {
  font-size: 120%;
  margin-bottom: 0;
}
}
/**************************
 ** #sec_01
 */
#sec_01 {
  background: #FFFFFF;
  padding: 2rem 0;
  background-image: url(../img/bg_oblique_blue_red.png)
}

@media screen and (max-width:768px) {
#sec_01 {
  background: url(../img/bg_oblique_blue_red.png) repeat;
  padding-bottom: 1rem;
}
}
/**************************
 ** #sec_02
 */
#sec_02 {
  background: url(../img/bg_check_purple.png) repeat;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

@media screen and (max-width:768px) {
#sec_02 {
  padding-bottom: 2rem;
}
}
#sec_02_02 h3.ccopy_2 {
  background: url(../img/bg_stripe_light_blue.png) repeat;
  color: #ff5493;
  font-size: 36px;
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
}

@media screen and (max-width:768px) {
#sec_02_02 {
  padding: 0;
}
#sec_02_02 h3.ccopy_2 {
  font-size: 150%;
  margin: 0 0 2rem 0;
  padding: 1rem 1.5rem;
}
}
#sec_02_03 {
  /*margin: 2rem 0 2rem 2rem;*/
	margin: 2rem 0;
  padding: 0.3rem;
  background: url(../img/bg_oblique_stripe_purple.png) repeat;
}
#sec_02_03>.sub_wrapper {
  background-color: #f0e2f9;
	padding-right: 2%;/*add*/
	padding-top: 15px;/*add*/
}
#sec_02_03 .title {
  background: url(../img/bg_stripe_purple.png) repeat;
  color: #ff5493;
  font-size: 36px;
  text-align: center;
  padding: 30px 0px;
}
#sec_02_03 .item_wrapper {
  -ms-flex-flow: row wrap;
  -webkit-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 10px;
}
#sec_02_03 .item_wrapper>* {
  width: 49%;
}

#sec_02_03 .sub_sec_2_item {
	background: #FFF;
	margin-left: 2%;
	margin-bottom: 15px;
	padding-top: 10px;
	width: 48%;
	float: left;
}

#sec_02_03 .sub_sec_2_item .course_name {
	float: left;
	text-align: center;
	width: 25%;
}

#sec_02_03 .sub_sec_2_item .course_name img {
	width: 90%;
}

#sec_02_03 .sub_sec_2_item .sub_wrapper {
	float: right;
	width: 73%;
	margin-right: 2%;
}

#sec_02_03 .sub_sec_2_item .sub_wrapper h5 {
	border-bottom: #ff5493 dotted 2px;
	margin-right: 15px;
	margin: 1rem 0 0.5rem 0;
}

#sec_02_03 .sub_sec_2_item .sub_wrapper ul {
	height: 7rem;
	height: 10rem\9;/*IE8*/
}

#sec_02_03 .sub_sec_2_item .sub_wrapper ul:not(:target) {
	height: 9rem\9;/*IE9*/
}

#sec_02_03 .sub_sec_2_item .sub_wrapper ul li {
  display: inline-block;
}

#sec_02_03 .sub_sec_2_item > img {
	width: 100%;
	clear: both;
}


#sec_02_05 {
  margin: 2rem 0 2rem 2rem;
  padding-bottom: 4rem;
  background: url(../img/bg_stripe_pink.png) repeat;
}
#sec_02_05>.ccopy_3 {
  font-size: 36px;
  color: #ff5493;
  padding: 2rem 0 0;
  margin: 0 auto 2rem;
  text-align: center;
}
#sec_02_05>.ccopy_3>.emp {
  display: inline-block;
  background: url(../img/bg_pink_line.png) bottom left repeat-x;
}
#sec_02_05>.ccopy_4 {
  text-align: center;
  font-size: 24px;
}
#sec_02_05>.sub_wrapper {
  background-color: #FFFFFF;
  margin: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#sec_02_05>.sub_wrapper .img_wrapper {
  margin: 1rem;
}
#sec_02_05>.sub_wrapper .interview_txt {
  margin: 1.5rem;
}
#sec_02_05>.sub_wrapper .interview_note {
  font-size: 14px;
  margin: 0.3rem 1.5rem;
}
#sec_02_05>.sub_wrapper .interview_note_heading {
  margin: 0.3rem 1.5rem;
  font-size: 14px;
  color: #ff2ea6;
}
#sec_02_06 {
  background: #e6ccf4;
  margin: 2rem 0 3rem 2rem;
}
#sec_02_06>.sub_wrapper {
  background: #FFF;
  margin: 10px;
  width: 48%;
  padding: 10px;
}
#sec_02_06>.sub_wrapper h3 {
  font-size: 28px;
  color: #ff5493;
  text-align: center;
  border-bottom: #ff5493 2px dotted;
  margin: 10px;
}
#sec_02_06>.sub_wrapper .img_wrapper {
  text-align: center;
}
#sec_02_06>.sub_wrapper .img_sub_wrapper {
  display: inline-block;
  text-align: left;
}
#sec_02_06>.sub_wrapper .note {
  font-size: 80%;
  display: inline-block;
  margin-bottom: 1rem;
}
#sec_02_06>.sub_wrapper .note_2 {
  margin: 0.5rem;
}

@media screen and (max-width:768px) {
#sec_02_03 {
  margin: 1rem 1rem 1.5rem;
}
#sec_02_03 .item_wrapper>* {
  width: 100%;
}
#sec_02_06>.sub_wrapper {
  width: auto;
}
#sec_02_05 {
  margin: 1rem 1rem 1.5rem;
  padding-bottom: 1rem;
}
#sec_02_05>.sub_wrapper .img_wrapper {
  text-align: center;
}
#sec_02_06 {
  margin: 1rem 1rem 1.5rem;
}
h4.course_name {
  width: 5rem;
  display: block !important;
  padding-top: 2rem !important;
}

#sec_02_03 {
	margin: 1rem 1rem 1.5rem!important;
}

#sec_02_03 .title {
  font-size: 150%;
  padding: 1.5rem 0px;
}

#sec_02_03 .sub_wrapper {
	margin: 0;
	padding-top: 0;
	padding-right: 0
}

#sec_02_03 .sub_sec_2_item {
	margin: 0 15px 15px 15px;
	width: auto;
	float: none;
}

#sec_02_03 .sub_sec_2_item .course_name {
	float: left;
	text-align: center;
	width: 20%;
	margin-bottom: 10px;
}

#sec_02_03 .sub_sec_2_item .course_name img {
	width: 80%;
}

#sec_02_03 .sub_sec_2_item .sub_wrapper {
	float: right;
	width: 78%;
	margin-right: 2%;
}

#sec_02_03 .sub_sec_2_item .sub_wrapper h5 {
	padding-top: 0;
}

#sec_02_03 .sub_sec_2_item .sub_wrapper ul {
	height: auto;
}

#sec_02_05>.sub_wrapper {
  background: none;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#sec_02_05>.ccopy_3 {
  font-size: 175%;
  padding: 1.5rem 0 0;
  margin: 0 auto 0;
}
#sec_02_05>.ccopy_3>.emp {
  display: block;
  margin: 0 1rem;
  line-height: 2rem;
  padding-bottom: 1rem;
}
#sec_02_05>.sub_wrapper .interview_txt {
  font-size: 0.9rem;
}
#sec_02_05>.ccopy_4 {
  text-align: left;
  font-size: 1rem;
  margin: 1rem;
  line-height: 1.5rem;
}
#sec_02_06>.sub_wrapper h3 {
  font-size: 170%;
}
}

/*************
 * #sec_03
 */
#sec_03 {
  background: url(../img/bg_flower.png) repeat;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#sec_03>.wrapper>* {
  margin-left: 3rem;
  margin-right: 3rem;
}
#sec_03 .ccopy_5 {
  margin: 1rem;
  text-align: center;
  font-size: 32px;
}
#sec_03>.wrapper>.sub_wrapper {
  background: #FFF;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
#sec_03>.wrapper>.sub_wrapper>p {
  margin: 1rem;
  text-align: left;
}
#sec_03>.wrapper>.sub_wrapper>p>.emp {
  color: #ff5493;
}

@media screen and (max-width:768px) {
#sec_03>.wrapper>.sub_wrapper>.img_wrapper>.pic15 {
  margin: 1rem auto 0;
  width: 90%;
}
#sec_03>.wrapper>* {
  margin: 0 1rem;
}
#sec_03 .ccopy_5 {
  margin: 1rem !important;
  font-size: 150%;
}
#sec_03>.wrapper>.sub_wrapper>p {
  font-size: 0.9rem;
}
}
/**************************
 ** #sec_04
 */
#sec_04 {
  background: url(../img/bg_stripe_multiple_vertical.png) repeat;
  padding-top: 2rem;
}
#sec_04>.wrapper>.sub_sec_2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
#sec_04 .title {
  text-align: center;
  margin: 0 1rem;
}
#sec_04 .ccopy_5 {
  margin: 1rem auto;
  text-align: center;
  font-size: 150%;
}
#sec_04 .sub_sec_2 {
  background: #FFF;
  padding: 1rem 1rem 1.2rem 1rem;
  box-shadow: .3rem .4em 0px 0px #dca2ff;
}
}
#sec_04 .sub_sec_2 .txt_wrapper h3 {
  text-align: center;
  padding: 1rem 0;
  background: #fcdbea;
  color: #ff5493;
  font-size: 150%;
  border-radius: 5px;
  line-height: 1.3;
}
#sec_04 .sub_sec_2 .txt_wrapper .name {
  margin-top: 1rem;
  font-size: 24px;
}
#sec_04 .sub_sec_2 .txt_wrapper .aiming {
  font-size: 24px;
  color: #ff5493;
}
#sec_04 .sub_sec_2 .txt_wrapper .txt {
  font-size: 18px;
  text-align: left;
}
#sec_04 .sub_sec_2 .txt_wrapper {
  max-width: 520px;
}

@media screen and (max-width:768px) {
#sec_04 .sub_sec_2 .img_wrapper {
  text-align: center;
}
#sec_04 .sub_sec_2 .txt_wrapper .name, #sec_04 .sub_sec_2 .txt_wrapper .aiming {
  display: none;
}
#sec_04 .sub_sec_2 .txt_wrapper h3 {
  margin: 1rem 0;
}
#sec_04 .sub_sec_2 .txt_wrapper {
  max-width: 100%;
}
#sec_04 .sub_sec_2 .txt_wrapper h3 {
  font-size: 150%;
}
#sec_04 .sub_sec_2 .txt_wrapper .txt {
  font-size: 0.9rem;
  text-align: left;
}
}
/**************************
 ** #sec_05
 */
#sec_05 {
  background: #FFF;
  padding-top: 3rem;
}
#sec_05 .title {
  font-size: 30px;
  text-align: center;
  margin-top: 2rem;
}
#sec_05 .btn_list {
  width: 100%;
}
#sec_05 .btn_list li {
  color: #FFFFFF;
  font-size: 28px;
  width: 33.3%;
  text-align: center;
}
#sec_05 .btn_list li a {
  border-radius: 60px;
  width: 96%;
  display: inline-block;
  padding: 1rem 1rem 1rem 0;
  box-sizing: border-box;
  background-image: url(../img/icon_round_arrow_right.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  padding-right: 2rem;
}
#sec_05 .btn_list li a, #sec_05 .btn_list li a:link, #sec_05 .btn_list li a:visited {
  color: #FFF;
  text-decoration: none;
}
#sec_05 .btn_list_2 {
  width: 100%;
}
#sec_05 .btn_list_2 li {
  color: #FFFFFF;
  font-size: 28px;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}
#sec_05 .btn_list_2 a {
  border-radius: 60px;
  width: 70%;
  display: inline-block;
  padding: 1rem 1rem 1rem 1rem;
  box-sizing: border-box;
  background-image: url(../img/icon_round_arrow_right.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  text-align: center;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  padding-right: 2rem;
}
#sec_05 .btn_list_2 li a, #sec_05 .btn_list_2 li a:link, #sec_05 .btn_list_2 li a:visited {
  color: #FFF;
  text-decoration: none;
}
#link_college_00 {
  background-color: #b37ad0;
}
#link_college_01 {
  background-color: #96c406;
}
#link_college_02 {
  background-color: #f4a403;
}
#link_college_03 {
  background-color: #ed206a;
}
#link_recommend_list a {
  background-color: #ff58b8;
}
.rev_top_area {
  text-align: right;
}
.rev_top_area a, .rev_top_area a:link, .rev_top_area a:visited {
  color: #ff5493;
}
.cv.only_sp {
  margin-top: 1rem;
}
/*.cv.only_sp .cv_tour .btn_link{
  background-color:#0ed2e4;
}*/
.cv.only_sp .sub_title {
  font-size: 140%;
}
.cv.only_sp .ccopy_6 {
  text-align: center;
  font-size: 180%;
}
.cv.only_sp>.sub_wrapper>* {
  margin: 0 0 1rem;
}
.cv.only_sp .sp_phone_area {
  text-align: center;
  margin-top: 2rem;
}
.cv.only_sp .sp_phone_area a {
  width: 90%;
  display: inline-block;
}
.cv.only_sp>.sub_wrapper {
  padding-bottom: 1rem;
}

@media screen and (max-width:768px) {
#sec_05 {
  padding-top: 1.5rem;
}
#sec_05 .title {
  font-size: 150%;
  margin: 0 0 1rem;
}
#sec_05 .btn_list li {
  width: 100%;
  margin-bottom: 1rem;
}
#sec_05 .btn_list_2 a {
  width: 96%;
  font-size: 90%;
	text-align: left;
}
#sec_05 .btn_list li {
  font-size: 150%;
}
#sec_05 .btn_list li a {
  border-radius: 60px;
  width: 96%;
  display: inline-block;
  padding: 0.5rem 0 0.5rem 1rem;
  box-sizing: border-box;
  background-image: url(../img/sp/icon_round_arrow_right.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  padding-right: 2rem;
  text-align: left;
}
#sec_05 .btn_list_2 li {
  font-size: 150%;
}
#sec_05 .btn_list_2 a {
  padding: 0.5rem 0 0.5rem 1rem;
  box-sizing: border-box;
  background-image: url(../img/sp/icon_round_arrow_right.png);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  padding-right: 2rem;
}
}
/**************************
 ** マージン調整とか
 */
.mT_1r {
  margin-top: 1rem;
}

@media screen and (max-width:768px) {
.mTsp_1r {
  margin-top: 1rem;
}
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/**************************
 ** ついてくるナビ
 */

.pc_nav {
  width: 100%;
  height: 100px;
  z-index: 100;
  position: relative;
}
.nav_in {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.nav_in .wrapper {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
.pc_nav {
  display: none;
}
}

/*---20181210_今村追加ここから---*/

#header .cv_pc .btn_link{
  border-radius: 10px;
}
.cv .btn_link {
  border-radius: 15px;
  font-weight: bold;
}

#link_cv01_list {background-color: #fe5493;}
#link_cv02_list {background-color: #0c8aeb;}

.cv .cv_doc .btn_link {background:linear-gradient(0deg,#fe85b2 0%,#fe85b2 50%,#ff5493 50%,#ff5493 100%);}
.cv .cv_tour .btn_link {background:linear-gradient(0deg,#3ea8fa 0%,#3ea8fa 50%,#0c8aeb 50%,#0c8aeb 100%);}


/*---20181210_今村追加ここまで---*/

/*START OF UPDATE 250714*/
#mv {
  position: relative;
  width: 100%;
  height: 760px;
  background: url(../img/mv_bg_pc.jpg) no-repeat left;
}

#mv .mv_inner {
  /* padding: 30px 0 90px;
	margin: 0 auto; */
  text-align: center;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  width: 100%;
}

.mv_box {
  width: 100%;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  z-index: -1;
}

.mv_item {
  position: absolute;
  right: -190px;
  bottom: 0;
  z-index: -1;
}

.mv_item>img {
  width: 85%;
}

.mv_catch {
  position: absolute;
  bottom: 230px;
  left: 0;
  width: 50%;
}

.mv_achieve {
  width: 100%;
  margin-top: 28px;
  padding: 18px 20px 24px;
  background: rgba(0, 0, 0, 0.68);
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .mv_item {
    right: -300px;
  }

  .mv_catch {
    bottom: 130px;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    width: 100%;
    height: 101.33%;
    background: url(../img/mv_bg_sp.jpg) no-repeat center/cover;
  }

  #mv .mv_inner {
    position: relative;
    padding: 88% 0 0%;
  }

  .mv_box {
    width: 100%;
  }

  .mv_item {
    display: none;
  }

  .mv_catch {
    left: -3%;
    bottom: 28vw;
    width: 98%;
    margin: 0 0 0 auto;
    padding-top: 0;
    right: auto;
  }

  .mv_catch>img {
    min-width: auto;
  }
}


#mv {
  background-size: cover;
}
.mv_box {
  width: 100%;
  max-width: 2000px;
}
.mv_catch {
  bottom: 50%;
  transform: translateY(-50%);
  text-align: left;
  width: auto;
}
.mv_catch .-first-line {
  background: linear-gradient(90deg, rgba(255,255,255,0.5), rgba(255,255,255,0));
  padding: 8px 8px 8px 20%;
}
.mv_catch .-first-line span {
  display: inline-block;
  font-size: 50px;
  font-weight: 900;
  background: linear-gradient(90deg, #b34dc1 0%, #7e5aba 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mv_catch .-second-line,
.mv_catch .-third-line {
  display: inline-block;
  padding-left: 20%;
  margin-top: 38px;
}
.mv_catch .-second-line span,
.mv_catch .-third-line span {
  font-size: 80px;
  font-weight: 900;
  color: #FFF;
  background: linear-gradient(90deg, #b34dc1 0%, #7e5aba 80%);
  padding: 0 8px;
  line-height: 1.2;
}
.mv_achieve {
  padding: 10px 20px 20px;
}
.mv_achieve .-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mv_achieve .-grid .-grid-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  color: #FFF;
  font-weight: 900;
  text-align: left;
  position: relative;
}
.mv_achieve .-grid .-grid-item:nth-child(2):before,
.mv_achieve .-grid .-grid-item:nth-child(3):before {
  content: "";
  width: 1px;
  height: 80%;
  background: #FFF;
  position: absolute;
  left: -10px;
}

.mv_achieve--title {
  font-size: 22px;
}
.mv_achieve--title.-small {
  font-size: 16px;
}
.mv_achieve--num {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.mv_achieve--num .-main {
  color: #efc9ff;
  font-size: 60px;
  line-height: 1;
}
.mv_achieve--num .-unit {
  font-size: 22px;
}

@media (max-width: 1759px) {
  .mv_catch .-first-line {
    padding: 8px 8px 8px 10%;
  }
  .mv_catch .-first-line span {
    font-size: 40px;
  }
  .mv_catch .-second-line,
  .mv_catch .-third-line {
    padding-left: 10%;
    margin-top: 22px;
  }
  .mv_catch .-second-line span,
  .mv_catch .-third-line span {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .mv_catch {
    bottom: 32vw;
    transform: translateY(0);
  }
  .mv_catch .-first-line {
    padding: 8px 8px 8px 6%;
    background: linear-gradient(90deg, rgba(0,0,0,0.5), rgba(0,0,0,0));
  }
  .mv_catch .-first-line span {
    background: none;
    -webkit-text-fill-color: #FFF;
    font-size: 24px;
  }
  .mv_catch .-second-line,
  .mv_catch .-third-line {
    padding-left: 6%;
    margin-top: 16px;
  }
  .mv_catch .-second-line span,
  .mv_catch .-third-line span {
    font-size: 32px;
  }
  .mv_achieve {
    padding: 10px 14px 14px;
  }
  .mv_achieve .-grid {
    max-width: 400px;
  }
  .mv_achieve .-grid .-grid-item {
    flex-direction: column;
    align-items: baseline;
    gap: 4px
  }
  .mv_achieve .-grid .-grid-item:nth-child(2):before,
  .mv_achieve .-grid .-grid-item:nth-child(3):before {
    height: 40%;
    left: -10px;
    bottom: 6px;
  }
  .mv_achieve--title {
    font-size: 14px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
  }
  .mv_achieve--title.-small {
    font-size: 12px;
  }
  .mv_achieve--num {
    gap: 4px;
  }
  .mv_achieve--num .-main {
    font-size: 36px;
  }
  .mv_achieve--num .-unit {
    font-size: 12px;
  }
}
/*END OF UPDATE 250714*/

/*START OF UPDATE 250716*/
@media screen and (max-width: 768px) {
  .fixedcv {
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: grid!important;
    grid-template-columns: repeat(2, 1fr);
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    gap: 8px;
  }
  .fixedcv .btn_link {
    display: block;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    width: 100%;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
  }
  .fixedcv .btn_link#btn_cv_pc_req_doc {
    background-color: #fe5493;
    display: block;
  }
  .fixedcv .btn_link#btn_cv_pc_req_school_tour {
    background-color: #0c8aeb;
  }
  .fixedcv a.btn_link, .fixedcv a.btn_link:link, .fixedcv a.btn_link:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  .fixedcv .btn_link .icon {
    width: 24px;
    line-height: 50px;
    vertical-align: middle;
    margin-right: 3px;
  }
  .fixedcv .btn_link .icon2 {
    width: 20px;
    line-height: 50px;
    vertical-align: middle;
    margin-left: 5px;
  }
  .fixedcv .feature {
    /*z-index:3;*/
    position: relative;
    margin: 20px 0px 0px;
  }
  .fixedcv .feature .feature_item {
    color: #FFFFFF;
    background: url(../img/pc/bg_feature_purple.png) center bottom #b37ad0;
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
  }
  .fixedcv .feature #feature_item_03 {
    background-image: none;
    padding-bottom: 0;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .fixedcv .feature #feature_item_01 {
    padding-top: 10px;
  }
  .fixedcv .feature .feature_item h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .fixedcv .feature .feature_item h3 .emp {
    font-size: 24px;
  }
  .fixedcv .feature .feature_item h3 .icon {
    width: 18px;
    vertical-align: middle;
    margin-right: 3px;
  }
  .fixedcv .cv_sub_title {
    /*z-index:-1;*/
    padding: 8px 0px;
    background-color: #fe5493;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    position: relative;
  }
  .fixedcv .menu a, .fixedcv .menu a:link, .fixedcv .menu a:visited {
    color: #2b2b2b;
    text-decoration: none;
  }
  .fixedcv .menu li {
    border-bottom: 1px solid #b37ad0;
    height: 50px;
  }
  .fixedcv .menu li a {
    display: block;
    margin-left: 5px;
    line-height: 50px;
  }
  .fixedcv #cv_pc_menu_02_item_02 {
    font-size: 14px;
  }
  .fixedcv #cv_pc_menu_02_item_02 a {
    line-height: 1.8;
  }
}
/*END OF UPDATE 250716*/