@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

/* オレンジ・グレーのtable */
/* リンクの右下のボタン */
/* 吹き出し＋写真の一覧 */
/* 吹き出し＋写真の一覧（青色） */
/* オレンジ背景の吹き出し */
/* 入試スケジュール */
/* WordPressの入力欄スタイル */
/* 就活・進路支援 */
.career_page {
  padding-bottom: 150px; }
  @media only screen and (max-width: 500px) {
    .career_page {
      padding-bottom: 50px; } }

/* 就職サポート */
.employment_support_page {
  margin-bottom: 150px; }
  .employment_support_page p {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    margin: 55px auto 50px; }
    @media only screen and (max-width: 750px) {
      .employment_support_page p {
        margin: 30px auto 50px;
        font-size: 14px;
        line-height: 2.3; } }
  .employment_support_page img.term_table {
    margin-bottom: 112px; }
    @media only screen and (max-width: 750px) {
      .employment_support_page img.term_table {
        display: none; } }
  .employment_support_page .table_cover {
    margin-bottom: 50px; }
    @media only screen and (max-width: 750px) {
      .employment_support_page .table_cover {
        overflow: scroll; } }
    @media only screen and (max-width: 750px) {
      .employment_support_page .table_cover .term_table_sp {
        width: 500px; } }
    .employment_support_page .table_cover .term_table_sp img.term_table_sp {
      display: none; }
      @media only screen and (max-width: 750px) {
        .employment_support_page .table_cover .term_table_sp img.term_table_sp {
          display: block; } }
  .employment_support_page li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 90px; }
    @media only screen and (max-width: 750px) {
      .employment_support_page li {
        display: block; } }
    .employment_support_page li img {
      width: 29%;
      border-radius: 10px; }
      @media only screen and (max-width: 1000px) {
        .employment_support_page li img {
          width: 40%; } }
      @media only screen and (max-width: 750px) {
        .employment_support_page li img {
          width: 100%;
          margin: auto; } }
    .employment_support_page li .support_text {
      width: 66.5%; }
      @media only screen and (max-width: 1000px) {
        .employment_support_page li .support_text {
          width: 56%; } }
      @media only screen and (max-width: 750px) {
        .employment_support_page li .support_text {
          width: 100%;
          margin-top: 20px; } }
      .employment_support_page li .support_text h2 {
        font-size: 25px;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 5px;
        letter-spacing: 0.1em;
        line-height: 1.7; }
        @media only screen and (max-width: 750px) {
          .employment_support_page li .support_text h2 {
            font-size: 18px;
            margin: 5px 0 10px; } }
      .employment_support_page li .support_text p {
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        line-height: 2;
        letter-spacing: 0.05em; }
        @media only screen and (max-width: 750px) {
          .employment_support_page li .support_text p {
            font-size: 14px;
            line-height: 2.3; } }

/* 資格サポート */
.qualification_support_page p {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  margin: 20px auto 45px; }
  @media only screen and (max-width: 750px) {
    .qualification_support_page p {
      font-size: 14px; } }

.qualification_support_page ul {
  margin-bottom: 150px; }
  @media only screen and (max-width: 750px) {
    .qualification_support_page ul {
      margin-bottom: 100px; } }
  .qualification_support_page ul li {
    margin-bottom: 50px; }
    @media only screen and (max-width: 750px) {
      .qualification_support_page ul li {
        margin-bottom: 40px; } }
    .qualification_support_page ul li a {
      display: block;
      border: solid 2px #FF8C00;
      padding: 35px 50px;
      border-radius: 10px;
      -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
      font-size: 20px;
      font-weight: 600;
      color: #FF8C00;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media only screen and (max-width: 750px) {
        .qualification_support_page ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 25px 16px;
          font-size: 16px; } }
      .qualification_support_page ul li a .arrow_svg path {
        stroke: #FF8C00;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
      .qualification_support_page ul li a .arrow_svg {
        width: 10px;
        height: 17.5px;
        margin-right: 30px; }
        @media only screen and (max-width: 750px) {
          .qualification_support_page ul li a .arrow_svg {
            margin: 0 15px 0 15px; } }
    .qualification_support_page ul li .name {
      border-bottom: 1px solid #FF8C00; }
    .qualification_support_page ul li a:hover {
      color: #fff;
      background-color: #FF8C00;
      -webkit-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .qualification_support_page ul li a:hover .arrow_svg path {
        stroke: #fff;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
    .qualification_support_page ul li .sub {
      font-size: 14px;
      font-weight: normal;
      line-height: 2.3;
      margin: 0; }
      @media only screen and (max-width: 750px) {
        .qualification_support_page ul li .sub {
          font-size: 12px; } }
  .qualification_support_page ul li.with_sub {
    margin-bottom: 24px; }
    @media only screen and (max-width: 750px) {
      .qualification_support_page ul li.with_sub {
        margin-bottom: 16px; } }

.exp_text p {
  font-weight: 400;
  margin: 10px auto;
}

.one_section_index {
  margin-bottom: 2rem;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.schedule_table {
  width: 100%;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.5;
    border-collapse: collapse;
}

.schedule_table th,
.schedule_table td {
    border: 1px solid black;
    padding: 8px;
}

.support_student_wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 90px;
}
.support_student_wrap img {
	width: 24%;
    border-radius: 10px;
}
@media only screen and (max-width: 750px) {
	.support_student_wrap {
		display: block;
	}
	.support_student_wrap img {
		width: 100%;
	}

}

.support_student_wrap > .support_text {
/* 	width: 66.5%; */
}
.support_student_wrap > .support_text > h2 {
	line-height: 1.5;
}
@media only screen and (max-width: 1000px) {
        .support_student_wrap > .support_text {
           /*width: 56%;*/ } } 
@media only screen and (max-width: 750px) {
        .support_student_wrap > .support_text {
          width: 100%;
          margin-top: 20px; } }
.support_comment {
	margin: 2em 0 !important;
	font-size: 16px;
	font-weight: normal !important;
}
@media only screen and (max-width: 750px) {
	.support_comment {
        font-size: 14px;
        line-height: 2.3;
    }
}
