@charset "UTF-8";
/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
/*===============================================================
	色
===============================================================*/
/* =============================================================================

	style.css

============================================================================= */
/*===============================================================

	adjust

===============================================================*/
.section_wrp {
  background-color: #fff;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

.section_inner {
  padding: 50px 0 80px;
}

.headline + .content {
  margin-top: 20px;
}

.content p {
  font-size: 16px;
  line-height: 1.875;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_inner {
    padding: 50px 20px 80px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_inner {
    padding: 20px;
  }
  .headline + .content {
    margin-top: 15px;
  }
  .content p {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	背景色	
-------------------------------------------------------------*/
.bg_color_super_product_design_world {
  background-color: #e60012;
}

.bg_color_super_e_entertainment_world {
  background-color: #93176f;
}

.bg_color_car_world {
  background-color: #59bded;
}

.bg_color_design_world {
  background-color: #fcc800;
}

.bg_color_manga_world {
  background-color: #eb6ea5;
}

.bg_color_manga_illustration_novel_world {
  background-color: #eb6ea5;
}

.bg_color_game_world {
  background-color: #8fc31f;
}

.bg_color_cg_video_animation_world {
  background-color: #74c6be;
}

.bg_color_cg_movie_animation_world {
  background-color: #74c6be;
}

.bg_color_super_product_design_world {
  background: #e60012;
  background: -webkit-gradient(linear, left top, right top, from(#e60012), to(#880000));
  background: linear-gradient(to right, #e60012 0%, #880000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e60012", endColorstr="#880000", GradientType=1);
}

.bg_color_super_e_entertainment_world {
  background: #93176f;
  background: -webkit-gradient(linear, left top, right top, from(#93176f), to(#730356));
  background: linear-gradient(to right, #93176f 0%, #730356 100%);
}

.bg_color_super_comic_world {
  background: #d65e6c;
  background: -webkit-gradient(linear, left top, right top, from(#d65e6c), to(#b54d59));
  background: linear-gradient(to right, #d65e6c 0%, #b54d59 100%);
}

/* ボーダー色 */
.border_color_product_design {
  border-color: #e60012;
}

.border_color_technology_design {
  border-color: #008d3f;
}

.border_color_hobby_toy_design {
  border-color: #00a4b8;
}

.border_color_game_graphic_illustration {
  border-color: #93176f;
}

.border_color_game_programmer_planner {
  border-color: #182987;
}

.border_color_vfx_cgimages {
  border-color: #f18904;
}

.border_color_car_design {
  border-color: #59bded;
}

.border_color_car_model {
  border-color: #59bded;
}

.border_color_motorcycle {
  border-color: #59bded;
}

.border_color_graphic_design {
  border-color: #fcc800;
}

.border_color_illustrator {
  border-color: #fcc800;
}

.border_color_interior_design {
  border-color: #fcc800;
}

.border_color_manga {
  border-color: #eb6ea5;
}

.border_color_comic_illustration {
  border-color: #eb6ea5;
}

.border_color_digital_illustration_manga {
  border-color: #eb6ea5;
}

.border_color_novel_scenario {
  border-color: #eb6ea5;
}

.border_color_game_graphic_character {
  border-color: #8fc31f;
}

.border_color_game_planner {
  border-color: #8fc31f;
}

.border_color_game_programmer {
  border-color: #8fc31f;
}

.border_color_3dcg_creator {
  border-color: #74c6be;
}

.border_color_animation {
  border-color: #74c6be;
}

.border_color_movie_video_creator {
  border-color: #74c6be;
}

/* 文字色 */
.color_product_design {
  color: #e60012;
}

.color_technology_design {
  color: #008d3f;
}

.color_hobby_toy_design {
  color: #00a4b8;
}

.color_game_graphic_illustration {
  color: #93176f;
}

.color_game_programmer_planner {
  color: #182987;
}

.color_vfx_cgimages {
  color: #f18904;
}

.color_animation_master {
  color: #e95568;
}

.color_novel_scenario_master {
  color: #f6ab00;
}

.color_comic_illustration_master {
  color: #e4007f;
}

.color_car_design {
  color: #59bded;
}

.color_car_model {
  color: #59bded;
}

.color_motorcycle {
  color: #59bded;
}

.color_graphic_design {
  color: #fcc800;
}

.color_illustrator {
  color: #fcc800;
}

.color_interior_design {
  color: #fcc800;
}

.color_manga {
  color: #eb6ea5;
}

.color_comic_illustration {
  color: #eb6ea5;
}

.color_digital_illustration_manga {
  color: #eb6ea5;
}

.color_novel_scenario {
  color: #eb6ea5;
}

.color_game_graphic_character {
  color: #8fc31f;
}

.color_game_planner {
  color: #8fc31f;
}

.color_game_programmer {
  color: #8fc31f;
}

.color_3dcg_creator {
  color: #74c6be;
}

.color_animation {
  color: #74c6be;
}

.color_movie_video_creator {
  color: #74c6be;
}

/*===============================================================

	.mainvisual

===============================================================*/
.mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*
   overflow: hidden;
   height: 41.96vw;
   background: #000;
   */
}

.mainvisual .txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37%;
  background: url("/course2025/common/images/svg/texture_top.svg") top right;
  background-size: cover;
}

.mainvisual .txt .title {
  color: #000;
  font-size: 50px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.mainvisual .txt .copy_logo {
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 20px;
}

.mainvisual .txt .title .small {
  display: block;
  font-size: 30px;
}

.mainvisual .img {
  width: 63%;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .mainvisual .txt .title {
    font-size: 3.8vw;
  }
  .mainvisual .txt .title .small {
    font-size: 2.25vw;
  }
}
/* for tablet max-width: 1200px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .mainvisual {
    /*
    height: 46.7vw;
    */
  }
  .mainvisual .txt {
    width: 100%;
    padding: 3vw;
  }
  .mainvisual .img {
    width: 100%;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .mainvisual {
    /*
    height: 87.1vw;
    */
  }
  .mainvisual .txt {
    background-size: 200vw;
    padding: 6vw 3vw;
  }
  .mainvisual .txt .title {
    font-size: 8vw;
  }
  .mainvisual .txt .title .small {
    font-size: 4vw;
  }
  .mainvisual .txt .copy_logo {
    max-width: 30vw;
    top: 100%;
    right: 3vw;
    left: auto;
    top: auto;
    bottom: -12vw;
    bottom: -64vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	slick_slider

===============================================================*/
.slick_slider .slide .fitimg {
  position: relative;
}

.slick_slider .slide .slide_caption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  /*text-shadow: 0 0 5px rgba(0, 0, 0, 1.0);*/
  background: rgba(0, 0, 0, 0.7);
  padding: 0.25em 1em;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .slick_slider .slide .slide_caption {
    font-size: 3vw;
  }
}
/* for SP max-width: 736px */
/*===============================================================

	.section_top

===============================================================*/
.section_top {
  text-align: center;
  background: #F7F5F5;
}

.section_top .section_inner {
  padding-bottom: 50px;
}

.section_top .headline .title {
  position: relative;
  display: inline;
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ff0));
  background: linear-gradient(transparent 65%, #ff0 65%);
}

/*
.section_top .headline .title:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -1%;
  width: 102%;
  height: 10px;
  background: #FFFE00;
}*/
.section_top .headline .title .small {
  display: block;
  font-size: 0.8em;
}

.section_top p {
  font-size: 18px;
  line-height: 2.2;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_top .section_inner {
    padding-bottom: 20px;
  }
  .section_top .headline .title {
    font-size: 5.5vw;
  }
  /*
  .section_top .headline .title:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #FFFE00;
  }
  .section_top .headline .title:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 8vw;
    left: -3%;
    width: 106%;
    height: 10px;
    background: #FFFE00;
  }*/
  .section_top p {
    font-size: 3.5vw;
    line-height: 1.6;
    text-align: left;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	section_4year_course

===============================================================*/
.section_4year_course {
  text-align: center;
  position: relative;
}

.section_4year_course::after,
.section_4year_course::before {
  content: "";
  position: absolute;
  top: 0;
  width: 300px;
  height: 300px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.section_4year_course::after {
  left: 0;
  background-image: url("/course/common/images/svg/dot_yellow_l.svg");
}

.section_4year_course::before {
  right: 0;
  background-image: url("/course/common/images/svg/dot_yellow_txt2022.svg");
}

.section_4year_course .txt_creative_hearts img {
  width: 50%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section_4year_course img {
  width: 100%;
  height: auto;
}

.section_4year_course .course_wrp {
  margin-top: 80px;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_4year_course .section_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section_4year_course::after,
  .section_4year_course::before {
    width: 40vw;
    height: 50vw;
  }
  .section_4year_course::after {
    left: -5vw;
  }
  .section_4year_course::before {
    right: -5vw;
  }
  .section_4year_course .course_wrp {
    margin-top: 14vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	course_headline

===============================================================*/
.course_headline {
  text-align: center;
}

.course_headline .en {
  font-size: 24px;
  line-height: 1;
}

.course_headline .title {
  display: inline-block;
  font-size: 50px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 10px 0;
  margin: 0;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

.course_headline p {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 0;
}

.course_headline .past_course a {
  display: inline-block;
  padding: 8px 18px;
  color: #000;
  border: solid 1px #000;
  font-size: 14px;
  line-height: 1;
  position: relative;
}

.course_headline .past_course a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  border: solid 1px #000;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.course_headline .past_course a:hover {
  opacity: 0.5;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .course_headline .en {
    font-size: 2.5vw;
  }
  .course_headline .title {
    font-size: 3.3vw;
    padding: 0 1vw 0.2vw;
    margin-top: 1vw;
  }
  .course_headline p {
    font-size: 1.6vw;
    line-height: 1.6;
    margin: 1.8vw 0 0;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .course_headline .en {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.3em;
    padding-top: 2vw;
  }
  .course_headline .title {
    font-size: 7vw;
    letter-spacing: 0;
    margin-top: 1vw;
  }
  .course_headline p {
    font-size: 3.8vw;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 2vw;
  }
  .course_headline .past_course {
    margin-top: 4vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	section_interview

===============================================================*/
.section_interview {
  background: #FAFAFA;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	headline_clap

===============================================================*/
.headline_clap {
  padding-top: 90px;
  background: url("../images/icon_handclap.svg") no-repeat top center;
  background-size: 70px 70px;
}

.headline_clap .title {
  position: relative;
  display: inline-block;
  font-size: 49px;
  line-height: 1.4;
  font-weight: bold;
}

.headline_clap .title .small {
  display: block;
  font-size: 24px;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .headline_clap {
    padding-top: 20vw;
    background-size: 16vw 16vw;
  }
  .headline_clap .title {
    font-size: 8vw;
    line-height: 1.3;
  }
  .headline_clap .title .small {
    font-size: 4vw;
    padding-bottom: 2vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	content_ob_interview

===============================================================*/
.headline + .content_ob_interview,
.content_ob_interview + .content_ob_interview,
.content_ob_interview {
  background: #fff;
  padding: 40px;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.content_ob_interview .interview_block,
.content_ob_interview .title_block,
.content_ob_interview .status_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content_ob_interview .title_block {
  color: #fff;
  background: #1E1C3F;
  padding: 10px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.content_ob_interview .status_block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content_ob_interview .interview_block .item {
  width: calc((100% - 30px) / 2);
  margin-top: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .headline + .content_ob_interview,
  .content_ob_interview + .content_ob_interview,
  .content_ob_interview {
    padding: 3.74vw;
    margin-top: 4.67vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .headline + .content_ob_interview,
  .content_ob_interview + .content_ob_interview,
  .content_ob_interview {
    padding: 5vw;
    margin-top: 6.25vw;
  }
  .content_ob_interview .title_block {
    padding: 2vw 5vw;
    margin-top: 4vw;
    width: calc(100% + 10vw);
    margin-left: -5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .content_ob_interview .interview_block .item {
    width: 100%;
    margin-top: 5vw;
  }
  .content_ob_interview .status_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	content_ob_interview txt	
-------------------------------------------------------------*/
.content_ob_interview {
  width: calc(100% + 30px);
  margin-left: -15px;
}

.content_ob_interview .company {
  font-size: 30px;
  line-height: 1.4;
  color: #1E1C3F;
}

.content_ob_interview .job {
  font-size: 20px;
  line-height: 1.4;
  color: #4D47A3;
  padding: 2px 10px;
  background: rgba(77, 71, 163, 0.1);
  font-weight: bold;
}

.content_ob_interview .ob_name {
  font-size: 30px;
  line-height: 1.4;
}

.content_ob_interview .ob_name span {
  font-size: 20px;
  line-height: 1.4;
}

.content_ob_interview .course_name {
  font-size: 20px;
  line-height: 1.4;
}

.content_ob_interview .profile .txt {
  font-size: 12px;
  line-height: 1.6;
  padding: 15px;
  background: #f1f1f1;
  letter-spacing: 0;
}

.content_ob_interview .comment .title {
  font-size: 20px;
  line-height: 1.4;
  color: #4D47A3;
}

.content_ob_interview .comment p + .title {
  margin-top: 30px;
}

.content_ob_interview .comment p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .content_ob_interview .company {
    font-size: 2.8vw;
  }
  .content_ob_interview .job {
    font-size: 2.06vw;
  }
  .content_ob_interview .ob_name {
    font-size: 2.8vw;
  }
  .content_ob_interview .ob_name span {
    font-size: 1.87vw;
  }
  .content_ob_interview .course_name {
    font-size: 1.87vw;
    letter-spacing: 0;
  }
  .content_ob_interview .profile .txt {
    font-size: 1.12vw;
    margin-top: 1.4vw;
  }
  .content_ob_interview .comment .title {
    font-size: 1.87vw;
  }
  .content_ob_interview .comment p + .title {
    margin-top: 2.8vw;
  }
  .content_ob_interview .comment p {
    font-size: 1.31vw;
    margin-top: 0.93vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .content_ob_interview .company {
    font-size: 5.5vw;
    margin-top: 2vw;
    letter-spacing: 0;
  }
  .content_ob_interview .job {
    font-size: 4vw;
  }
  .content_ob_interview .ob_name {
    font-size: 6vw;
  }
  .content_ob_interview .ob_name span {
    font-size: 3vw;
  }
  .content_ob_interview .course_name {
    font-size: 3vw;
    text-align: right;
  }
  .content_ob_interview .profile .txt {
    font-size: 3.2vw;
    line-height: 1.4;
    margin-top: 0vw;
    padding: 3vw;
    background: #f1f1f1;
  }
  .content_ob_interview .comment .title {
    font-size: 4vw;
  }
  .content_ob_interview .comment p + .title {
    margin-top: 4vw;
  }
  .content_ob_interview .comment p {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	flip_box_wrp

===============================================================*/
.flip_box_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding-top: 30px;
}

.flip_box_wrp img {
  width: 100%;
  height: auto;
}

.flip_box_wrp .flip_box {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  border-top: solid 1px #fff;
}

.flip_box_wrp .flip_box:nth-child(even) {
  border-left: solid 1px #fff;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .flip_box_wrp .flip_box {
    padding: 30px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .flip_box_wrp {
    padding-top: 2vw;
  }
  .flip_box_wrp .flip_box {
    width: 100%;
    padding: 8vw;
  }
  .flip_box_wrp .flip_box:nth-child(even) {
    border-left: solid 0px #fff;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	flip_box_wrp .flip_box	
-------------------------------------------------------------*/
.flip_box_wrp .flip_box {
  position: relative;
}

.flip_box_wrp .flip_box .front_side,
.flip_box_wrp .flip_box .back_side {
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*	transform-style: preserve-3d;*/
}

.flip_box_wrp .flip_box .front_side {
  max-width: 500px;
}

.flip_box_wrp .flip_box .back_side {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  /*	transform: rotateY(180deg);*/
}

.flip_box_wrp .flip_box .back_side .txt_block {
  max-width: 500px;
  margin: 0 auto;
}

.flip_box_wrp .flip_box.flip .front_side {
  opacity: 0.1;
  /*	transform: rotateY(180deg);*/
}

.flip_box_wrp .flip_box.flip .back_side {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*	transform: rotateY(0deg);*/
}

.flip_box_wrp .flip_box .title_block {
  width: 100%;
}

.flip_box_wrp .flip_box .profile_block {
  margin-top: 20px;
}

.flip_box_wrp .flip_box .flip_btn {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.flip_box_wrp .flip_box .flip_btn a {
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
  font-size: 18px;
  display: block;
  padding: 10px;
}

.flip_box_wrp .flip_box .flip_btn a:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .flip_box_wrp {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .flip_box_wrp .flip_box .profile_block {
    margin-top: 1.87vw;
  }
  .flip_box_wrp .flip_box .flip_btn {
    max-width: 23.36vw;
    margin-top: 1.87vw;
  }
  .flip_box_wrp .flip_box .flip_btn a {
    font-size: 1.68vw;
    padding: 0.93vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .flip_box_wrp .flip_box .back_side {
    display: block;
    position: static;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 0vw;
    background: none;
  }
  .flip_box_wrp .flip_box .profile_block {
    margin-top: 3vw;
  }
  .flip_box_wrp .flip_box .flip_btn {
    max-width: 50vw;
    margin-top: 5vw;
  }
  .flip_box_wrp .flip_box .flip_btn a {
    font-size: 4vw;
    padding: 2vw;
  }
  .flip_box_wrp .flip_box.flip .front_side {
    opacity: 1;
  }
  .flip_box_wrp .flip_box.flip .front_side .flip_btn {
    display: none;
  }
  .flip_box_wrp .flip_box.flip .back_side {
    height: auto;
    margin-top: 5vw;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	flip_box txt	
-------------------------------------------------------------*/
.flip_box .job {
  font-size: 16px;
  line-height: 1.4;
}

.flip_box .company_name {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-top: 10px;
}

.flip_box .company_name span {
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  padding: 2px 5px;
  margin-right: 10px;
  color: #000;
}

.flip_box .course_name {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
  letter-spacing: 0.1px;
}

.flip_box .name {
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
}

.flip_box .name span {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}

.flip_box .txt_block p {
  font-size: 16px;
  line-height: 1.6;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .flip_box .job {
    font-size: 1.33vw;
  }
  .flip_box .company_name {
    font-size: 1.5vw;
    margin-top: 0.83vw;
  }
  .flip_box .company_name span {
    font-size: 1.33vw;
    padding: 0.42vw;
    margin-right: 0.83vw;
  }
  .flip_box .course_name {
    font-size: 1.33vw;
    margin-top: 1.67vw;
  }
  .flip_box .name {
    font-size: 2.08vw;
  }
  .flip_box .name span {
    font-size: 1.17vw;
  }
  .flip_box .txt_block p {
    font-size: 1.33vw;
  }
}
/* for tablet max-width: 1070px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .flip_box .job {
    font-size: 1.5vw;
  }
  .flip_box .company_name {
    font-size: 1.5vw;
    margin-top: 0.93vw;
  }
  .flip_box .company_name span {
    font-size: 1.5vw;
    padding: 0.47vw;
    margin-right: 0.93vw;
  }
  .flip_box .course_name {
    font-size: 1.5vw;
    margin-top: 1.87vw;
  }
  .flip_box .name {
    font-size: 2.34vw;
  }
  .flip_box .name span {
    font-size: 1.31vw;
  }
  .flip_box .txt_block p {
    font-size: 1.3vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .flip_box .job {
    font-size: 3.2vw;
  }
  .flip_box .company_name {
    font-size: 5.8vw;
    margin-top: 0vw;
    line-height: 1.5;
  }
  .flip_box .company_name span {
    font-size: 4vw;
    padding: 0 1vw;
    margin-right: 2vw;
  }
  .flip_box .course_name {
    font-size: 4vw;
    margin-top: 3vw;
  }
  .flip_box .name {
    font-size: 6vw;
  }
  .flip_box .name span {
    font-size: 3.5vw;
  }
  .flip_box .txt_block p {
    font-size: 3.5vw;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	バリエーション	
-------------------------------------------------------------*/
.bg_color_super_product_design_world .company_name span {
  color: #e60012;
}

.bg_color_super_e_entertainment_world .company_name span {
  color: #93176f;
}

.bg_color_car_world .company_name span {
  color: #59bded;
}

.bg_color_design_world .company_name span {
  color: #fcc800;
}

.bg_color_manga_illustration_novel_world .company_name span {
  color: #eb6ea5;
}

.bg_color_game_world .company_name span {
  color: #8fc31f;
}

.bg_color_cg_movie_animation_world .company_name span {
  color: #74c6be;
}

/*===============================================================

	section_results

===============================================================*/
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_results .content {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 1vw !important;
  }
}
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	ネット出願
-------------------------------------------------------------*/
#net_entry {
  position: relative;
  /*
  	min-width: 1070px;
  	max-height: 560px;
  */
  background: rgba(172, 233, 255, 0.3);
  padding-top: 20px;
  z-index: 1;
}

#net_entry .net_entry_area {
  position: relative;
  width: 100%;
}

#net_entry .net_entry_area .bg {
  position: relative;
  z-index: 2;
}

#net_entry .net_entry_area .btn a {
  position: absolute;
  top: 50%;
  left: 9.1588785047%;
  width: 80.7476635514%;
  height: 18.6507936508%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ff0;
  border: 4px solid #192a80;
  border-radius: 15px;
  z-index: 10;
}

#net_entry .net_entry_area .btn a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42.9398148148%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 日本人/留学生ボタン 2021/10/05〜 */
#net_entry .net_entry_area .method {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 360px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

#net_entry .net_entry_area .method a:hover {
  opacity: 0.6;
}

#net_entry .net_entry_area .btns {
  position: absolute;
  top: 54%;
  left: 9.1588785047%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80.7476635514%;
  height: 18.6507936508%;
  z-index: 10;
}

#net_entry .net_entry_area .btns .btns_btn {
  position: relative;
  width: 48%;
  height: 100%;
}

#net_entry .net_entry_area .btns .btns_btn a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ff0;
  border: 4px solid #192a80;
  border-radius: 15px;
}

#net_entry .net_entry_area .btns_btn a:hover {
  opacity: 0.6;
}

#net_entry .net_entry_area .btns .btns_btn a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1070px) {
  #net_entry {
    min-width: auto;
  }
  #net_entry {
    max-height: 42.65vw;
    padding-top: 1.8691588785vw;
    margin-bottom: 9.3457943925vw;
  }
}
@media only screen and (max-width: 800px) {
  #net_entry {
    max-height: none;
    padding: 0 20px;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 0;
  }
  #net_entry .net_entry_area {
    padding-bottom: 20px;
  }
  #net_entry .net_entry_area .btn a {
    /*top: 44.277929155313351%;*/
    top: 42%;
    left: 7.5%;
    width: 82.8125%;
    height: 15.6675749319%;
    border: 0.75vw solid #192a80;
    border-radius: 2.5vw;
  }
  #net_entry .net_entry_area .btn a img {
    width: 81.8867924528%;
  }
  /* 日本人/留学生ボタン 2021/10/05〜 */
  #net_entry .net_entry_area .method {
    top: 50%;
    left: 15%;
    width: 70%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: -18%;
  }
  #net_entry .net_entry_area .btns {
    top: 50%;
    left: 7.5%;
    display: block;
    width: 82.8125%;
    height: auto;
    margin-top: -8%;
  }
  #net_entry .net_entry_area .btns .btns_btn {
    width: 100%;
    height: 12vw;
  }
  #net_entry .net_entry_area .btns .btns_btn + .btns_btn {
    margin-top: 2vw;
  }
  #net_entry .net_entry_area .btns .btns_btn a {
    border: 0.75vw solid #192a80;
    border-radius: 2.5vw;
  }
  #net_entry .net_entry_area .btns .btns_btn a img {
    width: 90%;
  }
}
/*-------------------------------------------------------------
	お問い合わせ
-------------------------------------------------------------*/
.schedule_inquiry {
  /*	border-top: 1px dashed #ccc;*/
  padding: 60px 0;
  margin-top: 50px;
  background: #f5f5f5;
}

.schedule_inquiry .other {
  text-align: center;
}

.schedule_inquiry .other span {
  position: relative;
  display: inline-table;
  /* Firefox */
  color: #182980;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.schedule_inquiry .other span:before,
.schedule_inquiry .other span:after {
  content: "";
  position: absolute;
  top: 0;
  height: 54px;
  border-left: solid 1px #182980;
  display: none;
}

.schedule_inquiry .other span:before {
  left: -2em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.schedule_inquiry .other span:after {
  right: -2em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.schedule_inquiry .free_dial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.schedule_inquiry .free_dial .loudspeaker {
  width: 75px;
  margin-right: 20px;
}

.schedule_inquiry .free_dial .office {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-right: 20px;
}

.schedule_inquiry .free_dial .tel {
  width: 350px;
  margin-right: 20px;
}

.schedule_inquiry .free_dial .balloon {
  width: 120px;
}

/* narrow */
.page_content .schedule_inquiry {
  padding: 30px 0 50px;
  margin-top: 30px;
}

.page_content .schedule_inquiry .free_dial .loudspeaker {
  width: 8.1081081081%;
  margin-right: 2.027027027%;
}

.page_content .schedule_inquiry .free_dial .office {
  font-size: 30px;
  margin-right: 2.027027027%;
}

.page_content .schedule_inquiry .free_dial .tel {
  width: 43.2432432432%;
  margin-right: 2.027027027%;
}

.page_content .schedule_inquiry .free_dial .balloon {
  width: 13.5135135135%;
}

@media only screen and (max-width: 800px) {
  .schedule_inquiry,
  .page_content .schedule_inquiry {
    padding: 5vw 0 8vw;
    margin-top: 8vw;
  }
  .schedule_inquiry .other span {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
  .schedule_inquiry .other span:before,
  .schedule_inquiry .other span:after {
    height: 9.6vw;
  }
  .schedule_inquiry .other span:before {
    left: -1.6em;
  }
  .schedule_inquiry .other span:after {
    right: -1.6em;
  }
  .schedule_inquiry .free_dial {
    position: relative;
    display: block;
    height: 14vw;
  }
  .schedule_inquiry .free_dial .loudspeaker,
  .page_content .schedule_inquiry .free_dial .loudspeaker {
    position: absolute;
    width: 12%;
    top: 0;
    left: 15%;
    margin-right: 0;
  }
  .schedule_inquiry .free_dial .office,
  .page_content .schedule_inquiry .free_dial .office {
    position: absolute;
    font-size: 4.5vw;
    line-height: 1;
    top: 6%;
    left: 50%;
    margin-right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .schedule_inquiry .free_dial .tel,
  .page_content .schedule_inquiry .free_dial .tel {
    position: absolute;
    width: 70%;
    bottom: 0;
    left: 50%;
    margin-right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .schedule_inquiry .free_dial .balloon,
  .page_content .schedule_inquiry .free_dial .balloon {
    position: absolute;
    width: 22.7272727273%;
    top: 0;
    right: 5%;
  }
}
/*-------------------------------------------------------------
	スケジュール
-------------------------------------------------------------*/
.schedule_block .h4-midashi {
  position: relative;
  margin-bottom: 10px;
}

.schedule_block .h4-midashi .title {
  font-weight: bold;
  line-height: 1;
  text-align: left;
  border-left: 8px solid #a2e6ff;
  padding-left: 10px;
}

.schedule_block .h4-midashi .beginning {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 10px;
  line-height: 2;
  font-weight: bold;
  background-color: #cd0000;
  padding: 0 10px;
  color: #fff;
  border-radius: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0 !important;
}

.schedule_block + .schedule_block {
  margin-top: 30px;
}

.schedule_block .red {
  margin-top: 5px;
}

.schedule_desc {
  color: #182980;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #182980;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 24px;
  margin: 30px auto 0;
}

.schedule_desc p {
  font-size: 14px;
  margin: 0;
}

.schedule_block .beginning {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  background-color: #cd0000;
  padding: 0 10px;
  color: #fff;
  border-radius: 20px;
  margin-top: 15px;
  text-align: center;
}

.schedule_block + .schedule_block {
  margin-top: 80px;
}

.schedule_block .w50per {
  width: 50%;
}

.schedule_block .w25per {
  width: 25%;
}

@media only screen and (max-width: 800px) {
  .schedule_block .h4-midashi .title {
    font-weight: bold;
    line-height: 1;
    text-align: left;
    border-left: 0px solid #a2e6ff;
    border-top: 1px solid #ccc;
    padding-top: 5vw;
    padding-bottom: 3vw;
    padding-left: 0vw;
    font-size: 4.5vw;
  }
  .schedule_block .h4-midashi .beginning {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin-top: 3vw !important;
    -webkit-transform: none;
    transform: none;
    font-size: 3.4vw;
  }
  .schedule_block + .schedule_block {
    margin-top: 10vw;
  }
  .schedule_desc {
    margin: 10vw auto 0;
    padding: 5vw;
  }
  .schedule_desc p {
    font-size: 3.2vw;
    text-align: left;
  }
  .schedule_block .beginning {
    display: block;
    font-size: 3.5vw;
    line-height: 1.4;
    padding: 4vw;
    border-radius: 3px;
    margin-top: 3vw;
    text-align: center;
  }
}
/*===============================================================

	btn_more

===============================================================*/
.btn_more, .btn_more_gray {
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  	//	btn_more
  ===============================================================*/
}
.btn_more a, .btn_more_gray a {
  text-align: center;
  display: block;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background-color: #ff4e4e;
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.btn_more a::after, .btn_more_gray a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border: solid 2px #fff;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_more a:hover, .btn_more_gray a:hover {
  background-color: #E73838;
}
@media screen and (max-width: 800px) {
  .btn_more, .btn_more_gray {
    width: 100%;
    margin: 0 auto;
    margin-top: 5vw;
  }
  .btn_more a, .btn_more_gray a {
    text-align: center;
    display: block;
    padding: 3vw;
    font-size: 5vw;
    line-height: 1.2;
  }
}

/*===============================================================
btn_more_gray
===============================================================*/
.btn_more_gray {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.btn_more_gray a {
  background-color: #666;
}
.btn_more_gray a:hover {
  background-color: #555;
}
/*===============================================================

	section_4year_course 上書き

===============================================================*/
.section_4year_course {
  margin-top: -100px !important;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  	//	section_4year_course
  ===============================================================*/
}
/*===============================================================

	section_contents 上書き

===============================================================*/
.section_contents {
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  	//	section_contents
  ===============================================================*/
}
.section_contents .content_width {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 800px) {
  .section_contents .content_width {
    padding-left: 0;
    padding-right: 0;
  }
}

/*===============================================================

section_application_methods

===============================================================*/
.section_application_methods {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  btn_ao_entry
  ===============================================================*/
}
.section_application_methods .section_inner {
  padding-top: 80px;
  padding-bottom: 30px;
}
.section_application_methods .headline .title {
  font-size: 30px;
  padding-bottom: 30px;
}
.section_application_methods .content {
  padding-left: 30px;
  padding-right: 30px;
}
.section_application_methods .method {
  color: #fff;
  background-color: #ff4e4e;
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
.section_application_methods .method .title {
  font-size: 20px;
}
.section_application_methods .method p {
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 1em;
}
.section_application_methods .method:hover {
  background-color: #E73838;
}
@media screen and (max-width: 800px) {
  .section_application_methods .section_inner {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }
  .section_application_methods .headline .title {
    font-size: 5vw;
    padding-bottom: 1em;
  }
  .section_application_methods .content {
    padding-left: 0;
    padding-right: 0;
  }
  .section_application_methods .method {
    padding: 5vw;
    width: 100%;
    margin-top: 3vw;
  }
  .section_application_methods .method .title {
    font-size: 5vw;
  }
  .section_application_methods .method p {
    font-size: 3.5vw;
    padding-bottom: 0.5em;
  }
}
.section_application_methods .btn_ao_entry {
  margin-top: 40px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_application_methods .btn_ao_entry a {
  display: block;
  text-align: center;
  background-color: #ff0;
  color: #000;
  padding: 30px 20px;
  border-radius: 5px;
}
.section_application_methods .btn_ao_entry a:hover {
  background-color: #FFF800;
}
.section_application_methods .btn_ao_entry .title {
  font-size: 25px;
  display: block;
}
@media screen and (max-width: 800px) {
  .section_application_methods .btn_ao_entry {
    margin-top: 3vw;
  }
  .section_application_methods .btn_ao_entry a {
    padding: 5vw;
    text-align: center;
  }
  .section_application_methods .btn_ao_entry .txt {
    font-size: 3.5vw;
    line-height: 1.4;
    padding-bottom: 0.5em;
    display: block;
  }
  .section_application_methods .btn_ao_entry .title {
    font-size: 5vw;
  }
}

/*===============================================================

notes_hurry

===============================================================*/
.notes_hurry {
  padding-bottom: 100px;
  text-align: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.notes_hurry .content {
  border: solid 1px #ccc;
  padding: 30px;
}
@media screen and (max-width: 800px) {
  .notes_hurry {
    padding: 5vw;
    padding-bottom: 30vw;
  }
  .notes_hurry .content {
    padding: 5vw;
  }
}

/*===============================================================

school_content

===============================================================*/
.school_content {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  btns
  ===============================================================*/
  /*===============================================================
  schedule_block
  ===============================================================*/
}
.school_content .btns {
  text-align: center;
  padding: 60px 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 800px) {
  .school_content .btns {
    padding: 5vw 0;
  }
}
.school_content .schedule_block .table {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.school_content .schedule_block .table td,
.school_content .schedule_block .table th {
  font-weight: normal;
}
.school_content .schedule_block .table .suisen,
.school_content .schedule_block .table .ippan {
  font-size: 140%;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .school_content .schedule_block .table td,
  .school_content .schedule_block .table th {
    font-size: 3.2vw;
  }
  .school_content .schedule_block .table .suisen,
  .school_content .schedule_block .table .ippan {
    font-size: 120%;
    font-weight: 600;
  }
}

/*===============================================================

	section_schooltop_reason 上書き

===============================================================*/
.section_schooltop_reason {
  background-color: #f7f7f7;
  border-top: 5px solid #FF0;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .section_schooltop_reason {
    margin-top: 5vw;
    margin-bottom: 10vw;
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
}
/*# sourceMappingURL=style.css.map */