@charset "UTF-8";
/* 共通設定 */
@media screen and (max-width: 575px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #1B1B1B;
}

section {
  background-size: cover;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* layout------------------------------------------- */
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none!important;
  }
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}
/*ヘッダー部分*/
/* header ------------------------------------------- */
.l-flex {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.c-h-wrap {
  width: 100%;
  height: 180px;
  position: fixed;
  /*fixed*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  border-top: 4px solid #1f8fce;
}
@media screen and (max-width: 768px) {
  .c-h-wrap {
    height: 146px;
  }
}
.c-header {
  width: 100%;
  height: 110px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-header {
    height: 66px;
  }
}
.c-h-inner.u-sp {
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}
.c-h-inner.u-sp .l-flex {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-h-logo-area-sp h1 {
  height: 30px;
  margin-top: 4px;
  padding-bottom: 0px;
  text-align: left;
}
.c-h-logo-area-sp h1 a img {
  max-height: 100%;
}
.c-h-logo-area-sp .c-tel {
  font-size: 1.8rem;
  font-weight: bold;
  background: url(/assets/images/header_bg_tel.png) left bottom no-repeat;
  background-size: auto 14px;
  height: 14px;
  padding: 0;
  margin-top: 5px;
}
.c-h-logo-area-sp .c-tel a {
  position: relative;
  top: -6px;
  padding-left: 28px;
}
.c-h-logo-area-sp .c-tel a:link, .c-h-logo-area-sp .c-tel a:visited {
  text-decoration: none;
}
/*
.c-h-inner.u-pc {
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  max-width: 1400px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}*/
.c-h-logo-area {
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
}
.c-h-info-area {
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: right;
}
.c-h-logo {
  float: left;
  margin-top: 36px;
  margin-right: 2%;
  width: 49%;
}
.c-h-freedial {
  float: left;
  margin-top: 46px;
  width: 46%;
}
.c-h-btn a * {
  opacity: 1;
}
.c-h-btn a:link, .c-h-btn a:visited {
  color: #1f8fce;
}
.c-h-btn .l-flex__item {
  -ms-flex: 0 1 30%;
  -webkit-flex: 0 1 30%;
  flex: 0 1 30%;
  padding-right: 5px;
}
.c-h-btn .l-flex__item:last-child {
  -ms-flex: 0 1 32%;
  -webkit-flex: 0 1 32%;
  flex: 0 1 32%;
  padding-right: 0;
}
.c-h-btn-list {
  line-height: 1.2;
}
.c-h-btn-list li a {
  display: inline-block;
  line-height: 1.2;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .c-h-btn-list li a {
    font-size: 1vw;
  }
}
.c-h-btn-list .c-ico {
  width: 12px;
}
.c-h-description {
  font-size: 0.8rem;
  line-height: 1;
  padding-top: 3px;
  text-align: right;
}
/*------------------------------------------------------------
cNavi
------------------------------------------------------------*/
.cNavi {
  margin: 0 auto;
  padding: 8px 10px;
  border-top: 1px solid #dcdcdc;
  line-height: 1;
  background-color: #fff;
}
.cNavi ul li {
  text-align: center;
  display: inline-block;
  width: 30.3%;
  height: 30px;
  margin-right: 4%;
  font-weight: bold;
  vertical-align: middle;
}
.cNavi ul li a {
  width: 100%;
  height: 30px;
  padding-top: 8px;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  color: #fff;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center 50%;
}
.cNavi ul li a:link, .cNavi ul li a:visited {
  text-decoration: none;
}
.cNavi .l-flex {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cNavi ul li:first-child a {
  background-image: url(/assets/images/cnavi_bg01.jpg);
}
.cNavi ul li:nth-child(2n) a {
  background-image: url(/assets/images/cnavi_bg02.jpg);
}
.cNavi ul li:nth-child(3n) a {
  font-size: 1.2rem;
  padding-top: 2px;
  background-image: url(/assets/images/cnavi_bg03.jpg);
}
.cNavi ul li:last-child {
  margin-right: 0;
}
/*------------------------------------------------------------
gMenuInner SP only
------------------------------------------------------------*/
/* nav c-nav blue ------------------------------------------- */
.c-nav-wrap {
  padding-bottom: 0px;
  width: 100%;
  margin: 0 auto;
  background: #006da5;
  background: -moz-linear-gradient(top, #1f8fce 0%, #006da5 100%);
  background: -webkit-linear-gradient(top, #1f8fce 0%, #006da5 100%);
  background: linear-gradient(to bottom, #1f8fce 0%, #006da5 100%);
}
.c-nav {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-left: 1px solid #006da5;
  border-right: 1px solid #1f8fce;
}
.c-nav__item {
  -ms-flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
  flex: 0 1 20%;
  text-align: center;
  border-left: 1px solid #1f8fce;
  border-right: 1px solid #006da5;
  height: 70px;
}
.c-nav__item:hover {
  background: -moz-linear-gradient(top, #389bd3 0%, #1c7db0 100%);
  background: -webkit-linear-gradient(top, #389bd3 0%, #1c7db0 100%);
  background: linear-gradient(to bottom, #389bd3 0%, #1c7db0 100%);
}
@media screen and (max-width: 768px) {
  .c-nav__item {
    height: auto;
  }
}
.c-nav__item a:link, .c-nav__item a:visited {
  color: #fff;
  font-size: 1.5vw;
  line-height: 1;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 26px 0;
}
@media screen and (max-width: 768px) {
  .c-nav__item a:link, .c-nav__item a:visited {
    font-size: 1.0rem;
    padding: 1em 0;
  }
}
@media screen and (min-width: 1100px) {
  .c-nav__item a:link, .c-nav__item a:visited {
    font-size: 1rem;
  }
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* images */
/* ============================================ */
img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.graphic_design main {
  overflow-x: hidden;
}

.graphic_design main .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .graphic_design main .inner {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
}

.sec-ttl {
  position: relative;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 10px;
}

.sec-ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #616161;
}

@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 2.44444rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}

.sec-txt {
  text-align: center;
  margin-top: 10px;
}

.sec-txt h3 {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sec-txt h3 {
    font-size: 2rem;
  }
}

.sec-txt p {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .sec-txt p {
    font-size: 1.55556rem;
  }
}

.cta-btn {
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cta-btn {
    padding: 0 1.5rem;
  }
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 440px;
}

@media screen and (max-width: 1199px) {
  .cta {
    min-height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cta__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FDE64D;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 35px;
}

@media screen and (max-width: 1199px) {
  .cta__body {
    text-align: center;
    padding: 0 6%;
    padding-bottom: 2.33333rem;
  }
}

.cta h3 {
  display: inline-block;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 1.66667rem;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .cta h3 {
    font-size: 3.16667rem;
  }
}

.cta h3 .txt-size--sm {
  position: relative;
  font-size: 0.85em;
  font-weight: 700;
}

.cta h3 .txt-size--sm::before {
  position: absolute;
  top: -1em;
  left: -1em;
  content: "";
  width: 2.55556rem;
  height: 2.55556rem;
  background: url(/school/online_school/creative/img/point02.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .cta h3 .txt-size--sm::before {
    top: -1.94444rem;
    left: -2.38889rem;
  }
}

.cta p {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.9;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .cta p {
    font-size: 1.33333rem;
    line-height: 1.6;
    margin: 0 auto;
    margin-bottom: 1.66667rem;
  }
  .cta p.sm-open {
    display: inline-block;
  }
}

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

.cta .cta-btn {
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .cta .cta-btn {
    text-align: center;
  }
}

.teachers-voice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1200px;
  width: 100%;
  margin: 23px auto 0 auto;
}

@media screen and (max-width: 1023px) {
  .teachers-voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 92%;
    padding-top: 4.22222rem;
    margin: 0 auto 4.44444rem auto;
  }
}

.teachers-voice__head {
  position: absolute;
  top: -25px;
  left: 0;
  padding-left: 25px;
}

@media screen and (max-width: 1023px) {
  .teachers-voice__head {
    top: 1.11111rem;
    left: 0;
    padding-left: 0;
    margin-bottom: 0;
    width: 22.22222rem;
  }
}

.teachers-voice__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.teachers-voice__body .line-dotted--sm {
  width: 100%;
  margin-left: 55px;
  margin-bottom: 43px;
}

@media screen and (max-width: 1023px) {
  .teachers-voice__body .line-dotted--sm {
    margin-left: initial;
    margin-bottom: initial;
  }
}

@media screen and (max-width: 1023px) {
  .teachers-voice__body {
    width: 88%;
  }
}

.teachers-voice__comment {
  line-height: 1.8;
  margin-bottom: 25px;
  padding-left: 55px;
  padding-right: 5%;
}

@media screen and (max-width: 1023px) {
  .teachers-voice__comment {
    padding: 0;
    font-size: 1.33333rem;
    line-height: 1.5;
    margin-bottom: 2.11111rem;
  }
}

.teachers-voice__img {
  max-width: 500px;
  height: 320px;
  overflow: hidden;
}

.teachers-voice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

@media screen and (max-width: 1023px) {
  .teachers-voice__img {
    margin-bottom: 0.83333rem;
    max-width: initial;
    width: 88%;
    height: auto;
  }
}

.graphic_design .hero {
  margin-top: 20px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .graphic_design .hero {
    margin-bottom: 3.61111rem;
  }
}

.graphic_design .hero__head {
  position: relative;
  padding-bottom: 5px;
}

.graphic_design .hero__head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.27778rem;
  content: "";
  background: #1B1B1B;
}

@media screen and (max-width: 767px) {
  .graphic_design .hero__head {
    padding-bottom: 0.83333rem;
  }
  .graphic_design .hero__head::after {
    bottom: 0.27778rem;
  }
}

.graphic_design .hero__head-ttl {
  position: relative;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .graphic_design .hero__head-ttl {
    padding: 0 0.83333rem;
  }
}

.graphic_design .hero__head-ttl::after {
  display: inline-block;
  position: absolute;
  bottom: -54px;
  right: 8%;
  width: 200px;
  height: 63px;
  content: "";
  background: url(/school/online_school/creative/img/online.png) no-repeat top left/cover;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .graphic_design .hero__head-ttl::after {
    bottom: -4.22222rem;
    right: 0.44444rem;
    width: 15.66667rem;
    height: 4.88889rem;
  }
}

.graphic_design .hero__body {
  background: url(/school/online_school/creative/img/hero.jpg) no-repeat top center/cover;
  padding-top: 60px;
  padding-bottom: 25px;
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  .graphic_design .hero__body {
    min-height: 31.66667rem;
    background: url(/school/online_school/creative/img/hero--sp.jpg) no-repeat top 3.88889rem right/contain;
    padding-top: 3.88889rem;
    padding-bottom: initial;
  }
}

.graphic_design .hero__txt01 {
  font-size: 23px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .graphic_design .hero__txt01 {
    font-size: 1.44444rem;
    line-height: 1.3;
    margin-bottom: 4.27778rem;
  }
}

.graphic_design .hero__txt02 {
  font-size: 0;
  margin-bottom: 104px;
}

.graphic_design .hero__txt02 > span {
  display: inline-block;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2;
  background: #fff;
  padding: 0 1rem;
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 767px) {
  .graphic_design .hero__txt02 {
    margin-bottom: initial;
  }
}

.graphic_design .hero .cta-btn {
  text-align: left;
}

.graphic_design .hero__recommended {
  background: #f5f7f8;
  padding-top: 25px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .graphic_design .hero__recommended {
    padding-top: 1.77778rem;
    padding-bottom: initial;
  }
}

.graphic_design .hero__recommended .inner {
  max-width: 989px;
}

.graphic_design .hero__recommended .cta-btn {
  margin-bottom: 2.05556rem;
}

.graphic_design .hero__recommended-body {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin-left: 190px;
}

@media screen and (max-width: 767px) {
  .graphic_design .hero__recommended-body {
    margin-left: initial;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.graphic_design .hero__recommended-body h3 {
  width: 100%;
  font-size: 28px;
  color: #fff;
  background: #2890cc;
  padding: 0.55556rem 3.33333rem 0.55556rem 60px;
}

@media screen and (max-width: 767px) {
  .graphic_design .hero__recommended-body h3 {
    font-size: 1.77778rem;
    padding-left: 9.16667rem;
  }
}

.graphic_design .hero__recommended-body p {
  width: 100%;
  font-size: 20px;
  color: #fff;
  background: #1d6893;
  padding: 0.83333rem 3.33333rem 0.83333rem 50px;
}

@media screen and (max-width: 767px) {
  .graphic_design .hero__recommended-body p {
    font-size: 1.44444rem;
    padding-left: 7.77778rem;
  }
}

.graphic_design .hero__recommended-body picture {
  position: absolute;
  top: 0;
  left: calc(45px - 235px);
}

@media screen and (max-width: 767px) {
  .graphic_design .hero__recommended-body picture {
    top: -0.83333rem;
    left: 1.27778rem;
  }
  .graphic_design .hero__recommended-body picture img {
    width: 6.11111rem;
  }
}

.graphic_design .hero__breadcrumb {
  font-size: 13px;
  margin-top: 15px;
}

.graphic_design .hero__breadcrumb a {
  color: #0e1bcd;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .graphic_design .hero__breadcrumb {
    display: none;
  }
}

.graphic_design .user {
  margin-bottom: 115px;
}

@media screen and (max-width: 767px) {
  .graphic_design .user {
    margin-bottom: 3.33333rem;
  }
}

.graphic_design .user__purpose {
  padding-top: 60px;
  padding-bottom: 4.44444rem;
}

@media screen and (max-width: 767px) {
  .graphic_design .user__purpose {
    padding-top: 5.55556rem;
  }
}

.graphic_design .user__purpose .inner {
  max-width: 1135px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .graphic_design .user__purpose .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.graphic_design .user__copy {
  text-align: center;
  background: url(/school/online_school/creative/img/border.jpg) repeat top left/contain;
  padding-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .graphic_design .user__copy {
    padding-bottom: 25px;
    padding-top: 4.44444rem;
    margin-bottom: 2.33333rem;
  }
}

.graphic_design .user__copy h3 {
  position: relative;
  display: inline-block;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  padding-top: 1em;
}

.graphic_design .user__copy h3::before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "";
  width: 3.55556rem;
  height: 3.33333rem;
  background: url(/school/online_school/creative/img/point01.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .graphic_design .user__copy h3 {
    margin-bottom: 1.94444rem;
  }
  .graphic_design .user__copy h3::before {
    left: -2.22222rem;
  }
}

.graphic_design .user__copy p {
  font-size: 2.6rem;
  line-height: 1.5;
}

.graphic_design .user__beginner {
  background: url(/school/online_school/creative/img/user__beginner.jpg) no-repeat top right/auto 580px;
  padding-top: 97px;
  padding-bottom: 131px;
}

@media screen and (max-width: 767px) {
  .graphic_design .user__beginner {
    background: url(/school/online_school/creative/img/user__beginner--sp.jpg) no-repeat top 6.16667rem right/contain;
    padding-top: initial;
    padding-bottom: 1.94444rem;
    min-height: 32.22222rem;
  }
}

.graphic_design .user__beginner h3 {
  width: 50vw;
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .graphic_design .user__beginner h3 {
    width: 64vw;
    margin-bottom: 1.72222rem;
    margin-left: -0.83333rem;
  }
}

.graphic_design .user__beginner-txt p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}

.graphic_design .user__beginner-txt p:not(:last-child) {
  margin-bottom: 2.22222rem;
}

@media screen and (max-width: 767px) {
  .graphic_design .user__beginner-txt p:not(:last-child) {
    margin-bottom: 3.11111rem;
  }
}

.graphic_design .user__beginner-txt p b {
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .graphic_design .user__beginner-txt p {
    font-size: 1.33333rem;
  }
}

.graphic_design .user__point {
  min-height: 320px;
  text-align: center;
  background: url(/school/online_school/creative/img/user__point.jpg) no-repeat center center/cover;
  padding-top: 47px;
}

.graphic_design .user__point p {
  font-size: 23px;
  letter-spacing: 0.1em;
}

.graphic_design .user__point p:not(:last-child) {
  margin-bottom: 22px;
}

.graphic_design .class {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .graphic_design .class {
    margin-bottom: 3.33333rem;
  }
}

.graphic_design .class__body {
  margin-top: 2.22222rem;
  padding-bottom: 73px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, transparent), color-stop(6%, #e0ecf3), to(#e0ecf3));
  background: linear-gradient(transparent 6%, #e0ecf3 6%, #e0ecf3 100%);
}

@media screen and (max-width: 767px) {
  .graphic_design .class__body {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.5%, transparent), color-stop(1.5%, #e0ecf3), to(#e0ecf3));
    background: linear-gradient(transparent 1.5%, #e0ecf3 1.5%, #e0ecf3 100%);
    padding-bottom: 2.22222rem;
  }
}

.graphic_design .class__body-inner {
  display: block;
  max-width: 1180px;
  width: 93%;
  margin: 0 auto;
  border-radius: 2.77778rem;
  background: #fff;
  -webkit-box-shadow: 7px 3px 10px rgba(0, 0, 0, 0.21);
          box-shadow: 7px 3px 10px rgba(0, 0, 0, 0.21);
  padding: 35px 0 40px 50px;
}

@media screen and (max-width: 767px) {
  .graphic_design .class__body-inner {
    padding: 2.77778rem 0 2.5rem 0;
  }
  .graphic_design .class__body-inner img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.graphic_design .class__message {
  margin-top: 63px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .graphic_design .class__message {
    margin-top: initial;
    margin-bottom: 2.22222rem;
  }
}

@media screen and (max-width: 1023px) {
  .graphic_design .class > .cta-btn {
    width: 88%;
  }
}

.graphic_design .reason {
  background: #f5f7f8;
  padding-top: 3.33333rem;
  padding-bottom: 103px;
}

@media screen and (max-width: 767px) {
  .graphic_design .reason {
    padding-bottom: 2.38889rem;
  }
}

.graphic_design .reason__list {
  max-width: 1130px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 37px;
  padding: 0 0.55556rem;
}

@media screen and (max-width: 767px) {
  .graphic_design .reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

.graphic_design .reason__list-item {
  width: calc(50% - 2%);
  background: #fff;
  margin-bottom: 1.66667rem;
}

.graphic_design .reason__list-item dt {
  display: table;
  width: 100%;
  min-height: 5rem;
  text-align: center;
  background: url(/school/online_school/creative/img/border--brown.jpg) repeat-x top left/cover;
}

.graphic_design .reason__list-item dt h3 {
  display: table-cell;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .graphic_design .reason__list-item dt h3 {
    font-size: 2.11111rem;
  }
}

.graphic_design .reason__list-item dd {
  letter-spacing: 0.02em;
  padding: 1.38889rem;
}

.graphic_design .reason__list-item dd img {
  float: right;
  margin-right: -25px;
}

@media screen and (max-width: 767px) {
  .graphic_design .reason__list-item dd {
    font-size: 1.33333rem;
  }
}

@media screen and (max-width: 767px) {
  .graphic_design .reason__list-item {
    width: 100%;
  }
  .graphic_design .reason__list-item:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .graphic_design .reason__list-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .graphic_design .reason__list-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .graphic_design .reason__list-item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.graphic_design .curriculum {
  padding-top: 3.33333rem;
  padding-bottom: 103px;
  background: url(/school/online_school/creative/img/curriculum.jpg) no-repeat top left/cover;
}

@media screen and (max-width: 767px) {
  .graphic_design .curriculum {
    padding-bottom: 2.38889rem;
  }
}

.graphic_design .curriculum__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  margin-top: 2.61111rem;
}

@media screen and (max-width: 767px) {
  .graphic_design .curriculum__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5px;
    padding-right: 1.27778rem;
  }
}

.graphic_design .curriculum__list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .graphic_design .curriculum__list-column {
    width: 100%;
  }
}

.graphic_design .curriculum__list-column:first-of-type .curriculum__list-item:nth-of-type(1) dt {
  background: #ee7739;
}

.graphic_design .curriculum__list-column:first-of-type .curriculum__list-item:nth-of-type(2) dt {
  background: #1db4df;
}

.graphic_design .curriculum__list-column:first-of-type .curriculum__list-item:nth-of-type(3) dt {
  background: #72b728;
}

.graphic_design .curriculum__list-column:first-of-type .curriculum__list-item:nth-of-type(4) dt {
  background: #eeca23;
}

.graphic_design .curriculum__list-column:first-of-type .curriculum__list-item:nth-of-type(5) dt {
  background: #da5b9c;
}

.graphic_design .curriculum__list-column:last-of-type .curriculum__list-item:nth-of-type(1) dt {
  background: #965534;
}

.graphic_design .curriculum__list-column:last-of-type .curriculum__list-item:nth-of-type(2) dt {
  background: #d04160;
}

.graphic_design .curriculum__list-column:last-of-type .curriculum__list-item:nth-of-type(3) dt {
  background: #71529f;
}

.graphic_design .curriculum__list-column:last-of-type .curriculum__list-item:nth-of-type(4) dt {
  background: #8863bf;
}

.graphic_design .curriculum__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.83333rem;
}

.graphic_design .curriculum__list-item dt {
  display: table;
  width: 240px;
  height: 4.44444rem;
  z-index: 2;
  background: #C60F4B;
  -webkit-box-shadow: 3.5px 1.5px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 3.5px 1.5px 8px rgba(0, 0, 0, 0.4);
}

.graphic_design .curriculum__list-item dt h3 {
  display: table-cell;
  font-size: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .graphic_design .curriculum__list-item dt {
    width: 15.55556rem;
  }
  .graphic_design .curriculum__list-item dt h3 {
    font-size: 1.88889rem;
  }
}

.graphic_design .curriculum__list-item dd {
  width: 340px;
  min-height: 4.44444rem;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: #fff;
  padding: 6px 10px 12px 54px;
  margin-top: 0.83333rem;
  margin-left: -40px;
}

@media screen and (max-width: 767px) {
  .graphic_design .curriculum__list-item dd {
    width: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
    padding: 0.72222rem 0.66667rem 1.11111rem 5.44444rem;
  }
}

.graphic_design .interview > .cta-btn {
  margin-top: 76px;
  margin-bottom: 107px;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview > .cta-btn {
    width: 88%;
    margin-top: 2.55556rem;
    margin-bottom: 4.66667rem;
  }
}

.graphic_design .interview__body {
  margin-top: 2.11111rem;
  background: url(/school/online_school/creative/img/interview.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__body {
    background: url(/school/online_school/creative/img/interview--sp.jpg) no-repeat top center/cover;
  }
}

.graphic_design .interview__list {
  max-width: 1120px;
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 35px;
  margin-bottom: 102px;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.33333rem 1.38889rem;
    margin-bottom: 4.05556rem;
  }
}

.graphic_design .interview__list-item {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__list-item {
    width: 76%;
  }
}

.graphic_design .interview__list-item dt {
  margin-bottom: 1.5rem;
}

.graphic_design .interview__list-item dd {
  padding-left: 30px;
  padding-right: 68px;
}

.graphic_design .interview__list-item dd b {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__list-item dd {
    font-size: 1.33333rem;
    padding-left: initial;
    padding-right: initial;
  }
}

.graphic_design .interview__list-item:nth-of-type(even) {
  width: calc(45% - 20px);
  margin-top: 127px;
}

.graphic_design .interview__list-item:nth-of-type(even) dd {
  padding-left: 45px;
  padding-right: initial;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__list-item:nth-of-type(even) {
    width: 80%;
    margin-top: 2.22222rem;
    margin-left: auto;
    padding-left: initial;
  }
}

.graphic_design .interview__list-item:first-of-type {
  position: relative;
}

.graphic_design .interview__list-item:first-of-type > img {
  position: absolute;
  top: 1.66667rem;
  right: -9.72222rem;
  width: 9.77778rem;
}

.graphic_design .interview__list-item:nth-of-type(2) {
  margin-top: 190px;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__list-item:nth-of-type(2) {
    margin-top: 2.22222rem;
  }
  .graphic_design .interview__list-item:nth-of-type(2) dd {
    padding-left: 1.11111rem;
  }
}

.graphic_design .interview__list-item:nth-of-type(3) {
  margin-top: -15px;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__list-item:nth-of-type(3) {
    margin-top: 0.55556rem;
  }
  .graphic_design .interview__list-item:nth-of-type(3) dd {
    padding-left: 0.77778rem;
  }
}

.graphic_design .interview__list-item:nth-of-type(4) {
  margin-top: 108px;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__list-item:nth-of-type(4) {
    margin-top: 1.83333rem;
  }
  .graphic_design .interview__list-item:nth-of-type(4) dt {
    padding-left: 0.88889rem;
  }
}

.graphic_design .interview__point {
  text-align: center;
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__point {
    padding-bottom: 1.11111rem;
  }
}

.graphic_design .interview__point-ttl {
  position: relative;
  display: inline-block;
}

.graphic_design .interview__point-ttl::after {
  position: absolute;
  top: 0;
  right: -88px;
  content: "";
  width: 120px;
  height: 147px;
  background: url(/school/online_school/creative/img/interview__illust02.png) no-repeat top left/cover;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__point-ttl {
    margin-bottom: 1.11111rem;
  }
  .graphic_design .interview__point-ttl::after {
    content: none;
  }
}

.graphic_design .interview__point p {
  max-width: 644px;
  width: 100%;
  font-weight: 700;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__point p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.33333rem;
    text-align: left;
    max-width: 36.5rem;
  }
  .graphic_design .interview__point p::after {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: "";
    width: 6.66667rem;
    height: 8.16667rem;
    background: url(/school/online_school/creative/img/interview__illust02.png) no-repeat top left/cover;
    margin-left: 0.61111rem;
  }
}

.graphic_design .interview__footer {
  display: table;
  width: 100%;
  min-height: 220px;
  text-align: center;
  background: url(/school/online_school/creative/img/interview__bottom.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__footer {
    min-height: 14.44444rem;
    background: url(/school/online_school/creative/img/interview__bottom--sp.jpg) no-repeat center center/cover;
  }
}

.graphic_design .interview__footer p {
  display: table-cell;
  vertical-align: middle;
  font-size: 23px;
  font-weight: 600;
  line-height: 2;
}

.graphic_design .interview__footer p .txt-bg {
  letter-spacing: initial;
}

@media screen and (max-width: 767px) {
  .graphic_design .interview__footer p {
    font-size: 1.55556rem;
    line-height: 1.7;
  }
  .graphic_design .interview__footer p .txt-bg {
    line-height: 2.33333rem;
  }
}

.txt-color--pink {
  color: #C60F4B;
}

.txt-color--orange {
  color: #EE7739;
}

.txt-color--blue {
  color: #2890CC;
}

.txt-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(0%, #FDE64D));
  background: linear-gradient(transparent 30%, #FDE64D 0%);
}

.txt-bg {
  display: inline-block;
  padding: 0 5px;
  color: #C60F4B;
  font-size: 26px;
  font-weight: bolder;
  letter-spacing: 0.1em;
  background: #fff;
  -webkit-box-shadow: 1px 0.4px 6px rgba(4, 0, 0, 0.3);
          box-shadow: 1px 0.4px 6px rgba(4, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .txt-bg {
    font-size: 2rem;
  }
}

.balloon-box {
  position: relative;
  background: #62b2c9;
}

.balloon-box::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 230px);
  bottom: -119px;
  border-top: 120px solid #62b2c9;
  border-right: 230px solid transparent;
  border-left: 230px solid transparent;
}

.balloon-box + div {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .balloon-box::after {
    left: calc(50% - 9.44444rem);
    bottom: -4.94444rem;
    border-top: 5rem solid #62b2c9;
    border-right: 9.44444rem solid transparent;
    border-left: 9.44444rem solid transparent;
  }
  .balloon-box + div {
    padding-top: 5rem;
  }
}

.line {
  height: 2px;
  max-width: 400px;
  width: 100%;
  background: #000;
}

.line-dotted {
  height: 3.5px;
  background-image: linear-gradient(to right, #b7c7cf, #b7c7cf 3.5px, transparent 3.5px, transparent 8px);
  background-size: 8px 3.5px;
}

.line-dotted--sm {
  height: 1px;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 5px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

.sm-open {
  display: none;
}

@media screen and (max-width: 767px) {
  .sm-open {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
/*bread crumbs*/
#breadCrumb {
	margin: 5px auto 15px;
	overflow:hidden;
	clear:both;
  color:#444E50;font-size: 0.8rem;
}
#breadCrumb a {
	display: inline-block;
	padding-right: 3px;
	padding-left: 18px;
	background:url(/assets/images/bc_arrow.png) 0 0 no-repeat;
	 margin: 2em 0;
   text-decoration:underline;
}

#breadCrumb a:first-child {
	padding-left: 18px;
	background:url(/assets/images/bc_home.png) 0 0 no-repeat;
}

#breadCrumb a:last-child {
	padding-left: 18px;
  background-image: url(/assets/images/bc_arrow.png),url(/assets/images/bc_arrow.png);
	background-repeat: no-repeat,no-repeat;
  background-position: 1px center ,right center; 
  padding-right: 1.5em;
}

#breadCrumb li a:hover {
	opacity:.8;text-decoration: none;
}