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

.difference_section .difference_ul, .difference_section .difference_detail_section .difference_detail_index, .difference_section .difference_detail_section .gray_fukidashi, .difference_section .difference_detail_section .note_ul, .difference_section .difference_detail_section .source, .difference_section .syoninzu_section .syoninzu_message {
  max-width: 1100px;
  width: 84%;
  margin: auto; }

.course_page .course_example_ul .fukidasi_image_li .fukidashi, .difference_section .difference_detail_section .gray_fukidashi {
  position: relative; }
  .course_page .course_example_ul .fukidasi_image_li .fukidashi::before, .difference_section .difference_detail_section .gray_fukidashi::before, .course_page .course_example_ul .fukidasi_image_li .fukidashi::after, .difference_section .difference_detail_section .gray_fukidashi::after {
    content: '';
    position: absolute;
    border: 9px solid transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .course_page .course_example_ul .fukidasi_image_li .fukidashi::before, .difference_section .difference_detail_section .gray_fukidashi::before {
    border-top: 9px solid #000E80; }
  .course_page .course_example_ul .fukidasi_image_li .fukidashi::after, .difference_section .difference_detail_section .gray_fukidashi::after {
    margin-top: -3px;
    border-top: 9px solid #fff; }

/* オレンジ・グレーのtable */
/* リンクの右下のボタン */
/* 吹き出し＋写真の一覧 */
.course_page .course_example_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 90px 4%;
  margin-top: 90px; }
  @media only screen and (max-width: 1100px) {
    .course_page .course_example_ul {
      gap: 90px 5%; } }
  @media only screen and (max-width: 800px) {
    .course_page .course_example_ul {
      gap: 90px 6%; } }
  @media only screen and (max-width: 600px) {
    .course_page .course_example_ul {
      gap: 50px 0;
      max-width: 350px;
      margin: 80px auto 0; } }
  .course_page .course_example_ul .fukidasi_image_li {
    width: 22%; }
    @media only screen and (max-width: 1100px) {
      .course_page .course_example_ul .fukidasi_image_li {
        width: 30%; } }
    @media only screen and (max-width: 800px) {
      .course_page .course_example_ul .fukidasi_image_li {
        width: 47%; } }
    @media only screen and (max-width: 600px) {
      .course_page .course_example_ul .fukidasi_image_li {
        width: 100%; } }
    .course_page .course_example_ul .fukidasi_image_li .fukidashi {
      letter-spacing: 0.05em;
      padding: 9px 0 10px;
      font-weight: 600;
      color: #FF8C00;
      border: 2px solid #FF8C00;
      border-radius: 10px;
      text-align: center; }
      @media only screen and (max-width: 600px) {
        .course_page .course_example_ul .fukidasi_image_li .fukidashi {
          font-size: 18px; } }
      .course_page .course_example_ul .fukidasi_image_li .fukidashi::before, .course_page .course_example_ul .fukidasi_image_li .fukidashi::after {
        border: 8px solid transparent; }
      .course_page .course_example_ul .fukidasi_image_li .fukidashi::before {
        border-top: 8px solid #FF8C00; }
      .course_page .course_example_ul .fukidasi_image_li .fukidashi::after {
        margin-top: -3px;
        border-top: 8px solid #fff; }
    .course_page .course_example_ul .fukidasi_image_li .exp {
      margin-top: 11px;
      font-weight: 600;
      font-size: 14px;
      line-height: 2.3; }
      @media only screen and (max-width: 600px) {
        .course_page .course_example_ul .fukidasi_image_li .exp {
          margin-top: 15px; } }
  .course_page .course_example_ul .photo_wrap {
    position: relative;
    margin-top: 20px; }
    .course_page .course_example_ul .photo_wrap .place {
      position: absolute;
      background-color: #FF8C00;
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      padding: 8px 12px;
      border-radius: 10px 0 10px 0; }
    .course_page .course_example_ul .photo_wrap .class_photo {
      border-radius: 10px; }

/* 吹き出し＋写真の一覧（青色） */
.course_page .course_example_ul .fukidasi_image_li .fukidashi {
  border: 2px solid #000E80;
  color: #000E80;
  letter-spacing: 0; }
  .course_page .course_example_ul .fukidasi_image_li .fukidashi::before {
    border-top: 8px solid #000E80; }

/* オレンジ背景の吹き出し */
.difference_section .orange_fukidashi {
  position: relative;
  margin-top: 30px;
  padding: 36px 0;
  background-color: #FF8C00;
  color: #fff;
  text-align: center;
  font-size: 45px;
  line-height: 1.6;
  font-weight: 600; }
  @media only screen and (max-width: 1000px) {
    .difference_section .orange_fukidashi {
      font-size: 30px;
      margin-top: 20px; } }
  .difference_section .orange_fukidashi::before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 18px solid #FF8C00; }
  .difference_section .orange_fukidashi .sp_br {
    display: none; }
    @media only screen and (max-width: 700px) {
      .difference_section .orange_fukidashi .sp_br {
        display: block; } }

/* 入試スケジュール */
/* WordPressの入力欄スタイル */
/* 実習科目 */
@media only screen and (max-width: 600px) {
  .course_page .introduction_section .index_title {
    letter-spacing: 0; } }

.course_page .introduction_message {
  margin-top: 36px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600; }
  @media only screen and (max-width: 600px) {
    .course_page .introduction_message {
      font-size: 14px;
      line-height: 2.28; } }

.course_page .course_example_section {
  margin-top: 95px; }

.course_page .course_example_ul {
  margin-top: 50px; }
  @media only screen and (max-width: 600px) {
    .course_page .course_example_ul {
      margin-top: 30px; } }

/* 実習科目・ここが違う! */
.difference_section {
  margin-top: 130px;
  /* オレンジの吹き出し & グレー背景 */ }
  @media only screen and (max-width: 700px) {
    .difference_section {
      margin-top: 90px; } }
  .difference_section .difference_fukidashi {
    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;
    color: #FF8C00;
    font-weight: 600;
    font-size: 32px; }
    @media only screen and (max-width: 1000px) {
      .difference_section .difference_fukidashi {
        font-size: 20px; } }
    .difference_section .difference_fukidashi .fukidashi_left {
      width: 16px;
      margin-right: 10px; }
      @media only screen and (max-width: 1000px) {
        .difference_section .difference_fukidashi .fukidashi_left {
          width: 10px; } }
    .difference_section .difference_fukidashi .fukidashi_right {
      width: 16px;
      margin-left: 5px; }
      @media only screen and (max-width: 1000px) {
        .difference_section .difference_fukidashi .fukidashi_right {
          width: 10px; } }
  .difference_section .difference_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 68px; }
    @media only screen and (max-width: 800px) {
      .difference_section .difference_ul {
        display: block;
        margin-top: 45px; } }
    .difference_section .difference_ul .difference_li {
      width: 43.6%; }
      @media only screen and (max-width: 1200px) {
        .difference_section .difference_ul .difference_li {
          width: 47%; } }
      @media only screen and (max-width: 800px) {
        .difference_section .difference_ul .difference_li {
          width: 100%;
          max-width: 400px;
          margin: 0 auto; }
          .difference_section .difference_ul .difference_li:last-of-type {
            margin-top: 60px; } }
    .difference_section .difference_ul .difference_photo {
      display: block;
      border-radius: 10px;
      max-width: 450px;
      width: 100%;
      margin: auto; }
    .difference_section .difference_ul .exp_index {
      margin-top: 20px;
      color: #FF8C00;
      font-weight: 600;
      font-size: 22px;
      line-height: 1.7;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 800px) {
        .difference_section .difference_ul .exp_index {
          font-size: 18px; } }
    .difference_section .difference_ul .exp {
      margin-top: 15px;
      line-height: 2; }
      @media only screen and (max-width: 800px) {
        .difference_section .difference_ul .exp {
          font-size: 14px;
          margin-top: 5px;
          line-height: 2.28; } }
  .difference_section .difference_detail_section {
    margin-top: 120px; }
    @media only screen and (max-width: 700px) {
      .difference_section .difference_detail_section {
        margin-top: 90px; } }
    .difference_section .difference_detail_section .difference_detail_index {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 600;
      font-size: 32px;
      line-height: 1.7; }
      @media only screen and (max-width: 700px) {
        .difference_section .difference_detail_section .difference_detail_index {
          font-size: 20px; } }
      .difference_section .difference_detail_section .difference_detail_index .num {
        margin-right: 30px;
        color: #FF8C00;
        letter-spacing: 0.1em; }
        @media only screen and (max-width: 700px) {
          .difference_section .difference_detail_section .difference_detail_index .num {
            margin-right: 15px; } }
    .difference_section .difference_detail_section .graf1_img {
      display: block;
      width: 100%;
      max-width: 876px;
      margin-top: 45px;
      margin-left: 62px; }
      @media only screen and (max-width: 1100px) {
        .difference_section .difference_detail_section .graf1_img {
          margin: 45px auto 0; } }
      @media only screen and (max-width: 700px) {
        .difference_section .difference_detail_section .graf1_img {
          display: none; } }
    .difference_section .difference_detail_section .graf1_img_sp {
      display: none;
      max-width: 254px;
      width: 90%;
      margin: 45px auto 0; }
      @media only screen and (max-width: 700px) {
        .difference_section .difference_detail_section .graf1_img_sp {
          display: block; } }
    .difference_section .difference_detail_section .gray_fukidashi {
      margin: 100px auto 0;
      padding: 12px 20px;
      background-color: #fafafa;
      border-radius: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 20px;
      max-width: 800px;
      line-height: 1.75;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 700px) {
        .difference_section .difference_detail_section .gray_fukidashi {
          margin: 50px auto 0;
          font-size: 16px;
          width: 300px; } }
      .difference_section .difference_detail_section .gray_fukidashi .sp_br {
        display: none; }
        @media only screen and (max-width: 700px) {
          .difference_section .difference_detail_section .gray_fukidashi .sp_br {
            display: block; } }
      .difference_section .difference_detail_section .gray_fukidashi::before {
        border-top: 9px solid #fafafa; }
      .difference_section .difference_detail_section .gray_fukidashi::after {
        margin-top: -3px;
        border-top: 9px solid #fafafa; }
    .difference_section .difference_detail_section .graf2_exp {
      margin-top: 20px;
      text-align: center;
      color: #ADADAD;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.75; }
      @media only screen and (max-width: 700px) {
        .difference_section .difference_detail_section .graf2_exp {
          font-size: 16px; } }
      .difference_section .difference_detail_section .graf2_exp .sp_br {
        display: none; }
        @media only screen and (max-width: 700px) {
          .difference_section .difference_detail_section .graf2_exp .sp_br {
            display: block; } }
    .difference_section .difference_detail_section .graf2_img {
      position: relative;
      left: -14px;
      display: block;
      margin: 25px auto 0;
      max-width: 812px;
      width: 90%; }
      @media only screen and (max-width: 1000px) {
        .difference_section .difference_detail_section .graf2_img {
          position: static; } }
      @media only screen and (max-width: 700px) {
        .difference_section .difference_detail_section .graf2_img {
          display: none; } }
    .difference_section .difference_detail_section .graf2_img_sp {
      display: none;
      width: 100%;
      max-width: 300px;
      margin: 25px auto 0; }
      @media only screen and (max-width: 700px) {
        .difference_section .difference_detail_section .graf2_img_sp {
          display: block; } }
    .difference_section .difference_detail_section .note_ul {
      margin-top: 85px;
      font-weight: 600;
      line-height: 2;
      font-size: 14px; }
      @media only screen and (max-width: 700px) {
        .difference_section .difference_detail_section .note_ul {
          margin-top: 50px;
          font-size: 12px;
          line-height: 2.16; } }
    .difference_section .difference_detail_section .source {
      margin-top: 25px;
      font-size: 14px;
      line-height: 1.7;
      text-align: right; }
      @media only screen and (max-width: 700px) {
        .difference_section .difference_detail_section .source {
          font-size: 12px;
          text-align: left;
          line-height: 2.16; } }
  .difference_section .orange_fukidashi_gray_back_area .main_text {
    margin-top: 25px;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 700px) {
      .difference_section .orange_fukidashi_gray_back_area .main_text {
        margin-top: 15px;
        font-size: 16px; } }
    .difference_section .orange_fukidashi_gray_back_area .main_text .sp_br {
      display: none; }
      @media only screen and (max-width: 700px) {
        .difference_section .orange_fukidashi_gray_back_area .main_text .sp_br {
          display: block; } }
  .difference_section .syoninzu_section {
    margin-top: 150px;
    margin-bottom: 200px; }
    @media only screen and (max-width: 700px) {
      .difference_section .syoninzu_section {
        margin-top: 85px;
        margin-bottom: 150px; } }
    .difference_section .syoninzu_section .syoninzu_message {
      margin-top: 45px;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 2; }
      @media only screen and (max-width: 700px) {
        .difference_section .syoninzu_section .syoninzu_message {
          margin-top: 32px;
          font-size: 14px;
          line-height: 2.28; } }
    .difference_section .syoninzu_section .orange_fukidashi_gray_back_area {
      margin-top: 85px; }
    .difference_section .syoninzu_section .hikaku_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      margin-top: 60px; }
      @media only screen and (max-width: 700px) {
        .difference_section .syoninzu_section .hikaku_area {
          display: block;
          margin-top: 50px; } }
      .difference_section .syoninzu_section .hikaku_area .one_box {
        width: calc(50% - 1px); }
        @media only screen and (max-width: 700px) {
          .difference_section .syoninzu_section .hikaku_area .one_box {
            width: 100%; } }
      .difference_section .syoninzu_section .hikaku_area .index {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.05em;
        color: #adadad;
        border-bottom: 1px solid #adadad;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto; }
      .difference_section .syoninzu_section .hikaku_area .exp {
        margin-top: 75px;
        font-weight: 600;
        letter-spacing: 0.05em;
        line-height: 1.75;
        font-size: 20px; }
        @media only screen and (max-width: 700px) {
          .difference_section .syoninzu_section .hikaku_area .exp {
            font-size: 16px;
            margin-top: 25px; } }
      .difference_section .syoninzu_section .hikaku_area .many_box {
        border-right: 2px solid #adadad; }
        @media only screen and (max-width: 700px) {
          .difference_section .syoninzu_section .hikaku_area .many_box {
            border-right: 0; } }
      @media only screen and (max-width: 700px) {
        .difference_section .syoninzu_section .hikaku_area .few_box {
          margin-top: 55px; } }
      .difference_section .syoninzu_section .hikaku_area .few_box .index {
        color: #FF8C00;
        border-bottom: 1px solid #FF8C00; }
      .difference_section .syoninzu_section .hikaku_area .few_box .exp {
        margin-top: 45px; }
        @media only screen and (max-width: 700px) {
          .difference_section .syoninzu_section .hikaku_area .few_box .exp {
            margin-top: 25px; } }
      .difference_section .syoninzu_section .hikaku_area img {
        display: block;
        margin: 25px auto 0;
        width: 90%; }
      .difference_section .syoninzu_section .hikaku_area .many_img {
        max-width: 432px; }
        @media only screen and (max-width: 700px) {
          .difference_section .syoninzu_section .hikaku_area .many_img {
            max-width: 360px; } }
        @media only screen and (max-width: 500px) {
          .difference_section .syoninzu_section .hikaku_area .many_img {
            max-width: 216px; } }
      .difference_section .syoninzu_section .hikaku_area .few_img {
        max-width: 190px; }
        @media only screen and (max-width: 500px) {
          .difference_section .syoninzu_section .hikaku_area .few_img {
            max-width: 96px; } }
