@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%; }

.features_page .yell_section, .features_page .in_number_section {
  max-width: 1100px;
  width: 84%;
  margin: auto; }

.features_page .in_number_section .fukidashi_index, .orange_fukidashi_gray_back_area .fukidashi {
  position: relative; }
  .features_page .in_number_section .fukidashi_index::before, .orange_fukidashi_gray_back_area .fukidashi::before, .features_page .in_number_section .fukidashi_index::after, .orange_fukidashi_gray_back_area .fukidashi::after {
    content: '';
    position: absolute;
    border: 9px solid transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .features_page .in_number_section .fukidashi_index::before, .orange_fukidashi_gray_back_area .fukidashi::before {
    border-top: 9px solid #000E80; }
  .features_page .in_number_section .fukidashi_index::after, .orange_fukidashi_gray_back_area .fukidashi::after {
    margin-top: -3px;
    border-top: 9px solid #fff; }

/* オレンジ・グレーのtable */
/* リンクの右下のボタン */
/* 吹き出し＋写真の一覧 */
/* 吹き出し＋写真の一覧（青色） */
/* オレンジ背景の吹き出し */
/* 入試スケジュール */
/* WordPressの入力欄スタイル */
/* 大学の特長 */
.features_page {
  /* 世界に挑戦するあなたへのエール */
  /* 数字でみる「SHOKUMANE」 */ }
  .features_page .introduction_section {
    margin-top: 50px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 600; }
    .features_page .introduction_section .main_message {
      font-size: 20px; }
      @media only screen and (max-width: 600px) {
        .features_page .introduction_section .main_message {
          font-size: 18px; } }
    .features_page .introduction_section .sub_message {
      margin-top: 40px; }
      @media only screen and (max-width: 600px) {
        .features_page .introduction_section .sub_message {
          font-size: 14px; } }
    .features_page .introduction_section .orange_message {
      color: #FF8C00; }
      @media only screen and (max-width: 600px) {
        .features_page .introduction_section .orange_message {
          margin-top: 1rem;
          font-size: 14px; } }
  .features_page .features_list_section {
    background-color: #F5F6F8;
    margin-top: 100px;
    padding: 30px 0; }
    .features_page .features_list_section .features_ul {
      max-width: 1306px;
      width: 95%;
      margin: auto; }
      @media only screen and (max-width: 600px) {
        .features_page .features_list_section .features_ul {
          width: 90%; } }
    .features_page .features_list_section .features_li {
      position: relative;
      margin-top: 30px;
      padding: 60px 0;
      background-color: #fff;
      border-radius: 60px; }
      .features_page .features_list_section .features_li:first-of-type {
        margin-top: 0; }
      @media only screen and (max-width: 600px) {
        .features_page .features_list_section .features_li {
          padding: 45px 0 50px; } }
    .features_page .features_list_section .orange_ribbon {
      position: absolute;
      top: -40px;
      right: 0;
      left: 0;
      margin: auto;
      width: 60px; }
    .features_page .features_list_section .brown_ribbon {
      position: absolute;
      top: -30px;
      right: 0;
      left: 0;
      margin: auto;
      width: 60px;
      height: 30px;
      background-color: #AA622A; }
    .features_page .features_list_section .blue_ribbon {
      position: absolute;
      top: -30px;
      right: 0;
      left: 0;
      margin: auto;
      width: 60px; }
    .features_page .features_list_section .features_li_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 1100px;
      width: 92%;
      margin: auto; }
      @media only screen and (max-width: 700px) {
        .features_page .features_list_section .features_li_inner {
          width: 82%; } }
    .features_page .features_list_section .list_photo {
      width: 34.5%;
      border-radius: 30px; }
      @media only screen and (max-width: 1000px) {
        .features_page .features_list_section .list_photo {
          display: none; } }
    .features_page .features_list_section .list_photo_sp {
      display: none;
      border-radius: 30px;
      max-width: 500px;
      width: 100%;
      margin: 25px auto; }
      @media only screen and (max-width: 1000px) {
        .features_page .features_list_section .list_photo_sp {
          display: block; } }
    .features_page .features_list_section .text_area {
      width: 60.9%; }
      @media only screen and (max-width: 1000px) {
        .features_page .features_list_section .text_area {
          width: 100%; } }
    .features_page .features_list_section .index_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 600;
      font-size: 32px;
      line-height: 1.56;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 600px) {
        .features_page .features_list_section .index_area {
          font-size: 20px;
          line-height: 2; } }
      .features_page .features_list_section .index_area .num {
        color: #FF8C00;
        margin-right: 30px; }
        @media only screen and (max-width: 600px) {
          .features_page .features_list_section .index_area .num {
            margin-right: 15px; } }
      .features_page .features_list_section .index_area .list_index {
        font-weight: 600; }
      .features_page .features_list_section .index_area .brown {
        color: #AA622A; }
      .features_page .features_list_section .index_area .blue {
        color: #000E80; }
      .features_page .features_list_section .index_area .sp_br {
        display: none; }
        @media only screen and (max-width: 600px) {
          .features_page .features_list_section .index_area .sp_br {
            display: block; } }
      @media only screen and (max-width: 600px) {
        .features_page .features_list_section .index_area .pc_br {
          display: none; } }
    .features_page .features_list_section .exp {
      margin-top: 15px;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 2; }
      @media only screen and (max-width: 700px) {
        .features_page .features_list_section .exp {
          font-size: 14px; } }
    .features_page .features_list_section .link_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 40px; }
      @media only screen and (max-width: 700px) {
        .features_page .features_list_section .link_area {
          display: block;
          margin-top: 25px; } }
      .features_page .features_list_section .link_area .gradation_btn {
        width: 47.7%;
        letter-spacing: 0.05em; }
        @media only screen and (max-width: 700px) {
          .features_page .features_list_section .link_area .gradation_btn {
            width: 100%;
            max-width: 320px;
            margin: 30px auto 0; }
            .features_page .features_list_section .link_area .gradation_btn:first-of-type {
              margin-top: 0; } }
        @media only screen and (max-width: 1300px) {
          .features_page .features_list_section .link_area .gradation_btn.training_link .gradation_btn_text {
            font-size: 16px; } }
      .features_page .features_list_section .link_area .arrow_svg {
        right: 15px; }
  .features_page .yell_section {
    margin-top: 140px; }
    @media only screen and (max-width: 600px) {
      .features_page .yell_section {
        margin-top: 90px; } }
    @media only screen and (max-width: 600px) {
      .features_page .yell_section .arrow_index .index_title {
        letter-spacing: 0; } }
    .features_page .yell_section .sp_br {
      display: none; }
      @media only screen and (max-width: 600px) {
        .features_page .yell_section .sp_br {
          display: block; } }
    .features_page .yell_section .company_message_fukidashi {
      margin-top: 50px; }
    .features_page .yell_section .link_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 690px;
      margin: 70px auto 0; }
      @media only screen and (max-width: 700px) {
        .features_page .yell_section .link_area {
          display: block;
          width: 100%;
          max-width: 320px;
          margin: 70px auto 0; } }
      .features_page .yell_section .link_area .gradation_btn {
        width: 46.3%; }
        @media only screen and (max-width: 700px) {
          .features_page .yell_section .link_area .gradation_btn {
            width: 100%;
            max-width: 320px;
            margin: 30px auto 0; } }
  .features_page .in_number_section {
    margin-top: 140px;
    margin-bottom: 190px; }
    @media only screen and (max-width: 600px) {
      .features_page .in_number_section .en_index {
        letter-spacing: -0.036em; } }
    .features_page .in_number_section .fukidashi_index {
      margin: auto;
      padding: 16px 0;
      border-radius: 10px;
      background-color: #000E80;
      color: #fff;
      font-size: 25px;
      width: 300px;
      text-align: center;
      letter-spacing: 0.1em; }
      .features_page .in_number_section .fukidashi_index::after {
        border-top: 9px solid #000E80; }
      @media only screen and (max-width: 600px) {
        .features_page .in_number_section .fukidashi_index {
          font-size: 22px; } }
    .features_page .in_number_section .school_info {
      display: block;
      margin-top: 50px; }
    .features_page .in_number_section .info_ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 20px;
      margin-top: 35px; }
    .features_page .in_number_section .info_li {
      width: 23.6%;
      min-width: 260px; }
    .features_page .in_number_section .student_other_info_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 100px; }
      @media only screen and (max-width: 800px) {
        .features_page .in_number_section .student_other_info_area {
          display: block; } }
      @media only screen and (max-width: 600px) {
        .features_page .in_number_section .student_other_info_area {
          margin-top: 50px; } }
      .features_page .in_number_section .student_other_info_area .student_info,
      .features_page .in_number_section .student_other_info_area .other_info {
        width: 50%; }
        @media only screen and (max-width: 800px) {
          .features_page .in_number_section .student_other_info_area .student_info,
          .features_page .in_number_section .student_other_info_area .other_info {
            width: 100%;
            margin-top: 50px; } }
      .features_page .in_number_section .student_other_info_area .info_li {
        width: 47.2%; }
      .features_page .in_number_section .student_other_info_area .student_fukidashi {
        background-color: #FF8C00; }
        .features_page .in_number_section .student_other_info_area .student_fukidashi::before {
          border-top: 9px solid #FF8C00; }
        .features_page .in_number_section .student_other_info_area .student_fukidashi::after {
          border-top: 9px solid #FF8C00; }
      .features_page .in_number_section .student_other_info_area .other_fukidashi {
        background-color: #5A5A5A; }
        .features_page .in_number_section .student_other_info_area .other_fukidashi::before {
          border-top: 9px solid #5A5A5A; }
        .features_page .in_number_section .student_other_info_area .other_fukidashi::after {
          border-top: 9px solid #5A5A5A; }

/* 本学への期待の声 */
.executive_message_page {
  margin-bottom: 100px; }
  @media only screen and (max-width: 500px) {
    .executive_message_page {
      margin-bottom: 130px; } }
  .executive_message_page .company_message_fukidashi {
    margin-top: 60px; }
  .executive_message_page .message_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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-top: 100px; }
    @media only screen and (max-width: 1100px) {
      .executive_message_page .message_ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 650px;
        margin: 100px auto 0; } }
    @media only screen and (max-width: 500px) {
      .executive_message_page .message_ul {
        margin-top: 70px; } }
  .executive_message_page .message_li {
    position: relative;
    width: 47.5%;
    margin-bottom: 50px;
    background-color: #FAFAFA;
    border-radius: 30px;
    letter-spacing: 0.9px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media only screen and (max-width: 1100px) {
      .executive_message_page .message_li {
        width: 100%; } }
    @media only screen and (max-width: 500px) {
      .executive_message_page .message_li {
        margin-bottom: 30px; } }
    .executive_message_page .message_li:hover {
      background-color: #FFF3E5; }
  .executive_message_page .company_name {
    font-weight: 600;
    width: calc(100% - 40px);
    line-height: 1.5; }
    @media only screen and (max-width: 500px) {
      .executive_message_page .company_name {
        font-size: 12px; } }
    .executive_message_page .company_name .sub_company_name {
      margin-right: 0.5rem;
      font-weight: 500;
      font-size: 12px; }
      @media only screen and (max-width: 500px) {
        .executive_message_page .company_name .sub_company_name {
          font-size: 10px; } }
  .executive_message_page .position_name {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.7;
    width: calc(100% - 40px); }
    @media only screen and (max-width: 500px) {
      .executive_message_page .position_name {
        font-size: 10px; } }
  .executive_message_page .personal_name {
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px; }
    @media only screen and (max-width: 500px) {
      .executive_message_page .personal_name {
        font-size: 12px; } }
    .executive_message_page .personal_name .sama {
      font-weight: 500;
      margin-left: 10px;
      font-size: 12px; }
      @media only screen and (max-width: 500px) {
        .executive_message_page .personal_name .sama {
          font-size: 10px; } }
  .executive_message_page .ac-label {
    cursor: pointer;
    position: relative;
    padding: 30px; }
  .executive_message_page .ac-content {
    display: none; }
  .executive_message_page .text_img_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 650px) {
      .executive_message_page .text_img_area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .executive_message_page .text {
    padding: 0 30px 30px 30px;
    font-size: 14px;
    line-height: 2; }
    @media only screen and (max-width: 650px) {
      .executive_message_page .text {
        font-size: 12px;
        line-height: 2.3; } }
    .executive_message_page .text.have_img_text {
      width: 62%;
      padding: 0 0 30px 30px; }
      @media only screen and (max-width: 650px) {
        .executive_message_page .text.have_img_text {
          padding: 0 30px 30px 30px;
          width: 100%; } }
  .executive_message_page .img_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 32%; }
    @media only screen and (max-width: 650px) {
      .executive_message_page .img_area {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%; } }
    .executive_message_page .img_area .logo_img {
      display: block;
      margin: 0 auto 10px;
      max-width: 100px;
      -o-object-fit: contain;
      object-fit: contain; }
    .executive_message_page .img_area .photo {
      border-bottom-right-radius: 30px;
      -o-object-fit: contain;
      object-fit: contain; }
      @media only screen and (max-width: 650px) {
        .executive_message_page .img_area .photo {
          width: 54%;
          max-width: 190px; } }
  .executive_message_page .icon-wrap {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 38px;
    height: 38px; }
    @media only screen and (max-width: 500px) {
      .executive_message_page .icon-wrap {
        right: 20px; } }
  .executive_message_page .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%; }
    .executive_message_page .icon::before, .executive_message_page .icon::after {
      position: absolute;
      content: "";
      display: block;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background: #FF8C00;
      left: 50%;
      top: 50%;
      width: 50%;
      height: 2px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .executive_message_page .icon::before {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
  .executive_message_page .icon.open::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }

/* footerの下層ページへのリンク */
.features_link_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* オレンジの吹き出し & グレー背景 */
.orange_fukidashi_gray_back_area {
  position: relative;
  background-color: #fafafa;
  max-width: 1100px;
  width: 90%;
  margin: 60px auto 0;
  border-radius: 30px;
  padding: 40px 20px 65px; }
  @media only screen and (max-width: 800px) {
    .orange_fukidashi_gray_back_area {
      width: 100%;
      border-radius: 0; } }
  @media only screen and (max-width: 600px) {
    .orange_fukidashi_gray_back_area {
      padding: 40px 0 40px; } }
  .orange_fukidashi_gray_back_area .fukidashi {
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    width: 300px;
    margin: auto;
    padding: 16px 0;
    background-color: #FF8C00;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 700px) {
      .orange_fukidashi_gray_back_area .fukidashi {
        font-size: 20px;
        width: 250px; } }
    .orange_fukidashi_gray_back_area .fukidashi::before {
      border-top: 9px solid #FF8C00; }
    .orange_fukidashi_gray_back_area .fukidashi::after {
      margin-top: -3px;
      border-top: 9px solid #FF8C00; }