@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Added by Yuta Adachi
   # ================================================================= */
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  width: 100%;
  margin: 0 auto;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, Sans-Serif;
  color: #222222;
  text-align: left;
  background-color: #FFF;
}

a {
  transition: all 0.2s;
}

@media only screen and (min-width: 768px) {
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}

img {
  vertical-align: bottom;
}

ul {
  padding-left: 0;
}

figure {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.course .notoSerf,
.students .notoSerf,
.recruiters .notoSerf {
  font-family: 'Noto Serif JP', serif !important;
}

.course .oswald,
.students .oswald,
.recruiters .oswald {
  font-family: 'Oswald', sans-serif !important;
}

.course .mv,
.students .mv,
.recruiters .mv {
  position: relative;
  border-bottom: none;
  position: relative;
  background: #eaf9f4;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .course .mv,
  .students .mv,
  .recruiters .mv {
    height: 118.4vw;
    margin-bottom: 9.33333vw;
  }
}

.course .mv:before,
.students .mv:before,
.recruiters .mv:before {
  content: "";
  position: absolute;
  background-image: url("../img/mv_deco_01.png");
  background-size: 33.73333vw;
  width: 33.73333vw;
  height: 66.93333vw;
  left: -5.33333vw;
  top: 0;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .course .mv:before,
  .students .mv:before,
  .recruiters .mv:before {
    background-size: auto;
    width: 316px;
    height: 628px;
    top: -36px;
    left: -60px;
  }
}

.course .mv:after,
.students .mv:after,
.recruiters .mv:after {
  content: "";
  position: absolute;
  background-image: url("../img/mv_deco_02.png");
  background-size: 27.06667vw;
  width: 27.06667vw;
  height: 70.4vw;
  right: -5.33333vw;
  top: 0;
  z-index: 0;
}

@media screen and (min-width: 768px), print {
  .course .mv:after,
  .students .mv:after,
  .recruiters .mv:after {
    background-size: auto;
    width: 253px;
    height: 659px;
    top: -36px;
    right: -64px;
  }
}

.course .mv-catch,
.students .mv-catch,
.recruiters .mv-catch {
  height: 56vw;
  background-image: url("../img/mv_img_sp.jpg");
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .course .mv-catch,
  .students .mv-catch,
  .recruiters .mv-catch {
    margin: 0 0 5.33333vw !important;
    overflow: visible !important;
  }
}

@media screen and (min-width: 768px), print {
  .course .mv-catch,
  .students .mv-catch,
  .recruiters .mv-catch {
    background-image: url("../img/mv_img_pc.jpg");
    margin: 0;
    height: 600px;
    background-size: cover;
    background-position: center;
  }
}

.course .mv-catchTxt,
.students .mv-catchTxt,
.recruiters .mv-catchTxt {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .course .mv-catchTxt,
  .students .mv-catchTxt,
  .recruiters .mv-catchTxt {
    left: 4.26667vw;
    bottom: -2.66667vw;
    z-index: 2;
  }
}

@media screen and (min-width: 768px), print {
  .course .mv-catchTxt,
  .students .mv-catchTxt,
  .recruiters .mv-catchTxt {
    width: 570px;
    margin-left: 115px;
    top: 160px;
  }
}

.course .mv-catch-intro,
.students .mv-catch-intro,
.recruiters .mv-catch-intro {
  display: block;
  background-color: #fff;
  color: #222222;
  letter-spacing: .5em;
  padding-left: .5em;
  text-align: center;
  font-weight: bold;
  font-size: 3.73333vw;
  width: 49.86667vw;
  margin-bottom: 1.33333vw;
  opacity: 0;
  transition: all 1.5s;
}

@media screen and (min-width: 768px), print {
  .course .mv-catch-intro,
  .students .mv-catch-intro,
  .recruiters .mv-catch-intro {
    font-size: 24px;
    width: 311px;
  }
}

.course .mv-catch-intro.add,
.students .mv-catch-intro.add,
.recruiters .mv-catch-intro.add {
  opacity: 1;
}

.course .mv-catch-main,
.students .mv-catch-main,
.recruiters .mv-catch-main {
  color: #222222;
  font-size: 9.6vw;
  letter-spacing: 0;
  width: 91.2vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .course .mv-catch-main,
  .students .mv-catch-main,
  .recruiters .mv-catch-main {
    font-size: 60px;
    width: 570px;
  }
}

.course .mv-catch-main .singleTxt,
.students .mv-catch-main .singleTxt,
.recruiters .mv-catch-main .singleTxt {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4;
  position: relative;
  opacity: 0;
  transform: scale(0.9);
}

.course .mv-catch-main .singleTxt-1,
.students .mv-catch-main .singleTxt-1,
.recruiters .mv-catch-main .singleTxt-1 {
  transition: all .5s ease-out 0s;
}

.course .mv-catch-main .singleTxt-2,
.students .mv-catch-main .singleTxt-2,
.recruiters .mv-catch-main .singleTxt-2 {
  transition: all .5s ease-out .3s;
}

.course .mv-catch-main .singleTxt-3,
.students .mv-catch-main .singleTxt-3,
.recruiters .mv-catch-main .singleTxt-3 {
  transition: all .5s ease-out .6s;
}

.course .mv-catch-main .singleTxt-4,
.students .mv-catch-main .singleTxt-4,
.recruiters .mv-catch-main .singleTxt-4 {
  transition: all .5s ease-out .9s;
}

.course .mv-catch-main .singleTxt-5,
.students .mv-catch-main .singleTxt-5,
.recruiters .mv-catch-main .singleTxt-5 {
  transition: all .5s ease-out 1.2s;
}

.course .mv-catch-main .singleTxt-6,
.students .mv-catch-main .singleTxt-6,
.recruiters .mv-catch-main .singleTxt-6 {
  transition: all .5s ease-out 1.5s;
}

.course .mv-catch-main .singleTxt:before, .course .mv-catch-main .singleTxt:after,
.students .mv-catch-main .singleTxt:before,
.students .mv-catch-main .singleTxt:after,
.recruiters .mv-catch-main .singleTxt:before,
.recruiters .mv-catch-main .singleTxt:after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  opacity: 0;
  border: 0.4vw solid transparent;
  top: 0;
}

@media screen and (min-width: 768px), print {
  .course .mv-catch-main .singleTxt:before, .course .mv-catch-main .singleTxt:after,
  .students .mv-catch-main .singleTxt:before,
  .students .mv-catch-main .singleTxt:after,
  .recruiters .mv-catch-main .singleTxt:before,
  .recruiters .mv-catch-main .singleTxt:after {
    border: 3px solid transparent;
  }
}

.course .mv-catch-main .singleTxt:before,
.students .mv-catch-main .singleTxt:before,
.recruiters .mv-catch-main .singleTxt:before {
  left: 0;
}

.course .mv-catch-main .singleTxt:after,
.students .mv-catch-main .singleTxt:after,
.recruiters .mv-catch-main .singleTxt:after {
  right: 0;
}

.course .mv-catch-main.add .singleTxt,
.students .mv-catch-main.add .singleTxt,
.recruiters .mv-catch-main.add .singleTxt {
  opacity: 1;
  transform: scale(1);
}

.course .mv-catch-main.add .singleTxt:before, .course .mv-catch-main.add .singleTxt:after,
.students .mv-catch-main.add .singleTxt:before,
.students .mv-catch-main.add .singleTxt:after,
.recruiters .mv-catch-main.add .singleTxt:before,
.recruiters .mv-catch-main.add .singleTxt:after {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity .3s 2s, height .3s 2s, width .3s 2.3s;
}

.course .mv-catch-main.add .singleTxt:before,
.students .mv-catch-main.add .singleTxt:before,
.recruiters .mv-catch-main.add .singleTxt:before {
  border-bottom-color: #a6d4ea;
  border-left-color: #a6d4ea;
}

.course .mv-catch-main.add .singleTxt:after,
.students .mv-catch-main.add .singleTxt:after,
.recruiters .mv-catch-main.add .singleTxt:after {
  border-top-color: #a6d4ea;
  border-right-color: #a6d4ea;
}

.course .mv-ttl,
.students .mv-ttl,
.recruiters .mv-ttl {
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
  font-size: 3.73333vw;
  padding: 0 4vw;
  margin: 0 0 4vw;
  opacity: 0;
  transition: all 1.5s;
}

@media screen and (max-width: 767px) {
  .course .mv-ttl,
  .students .mv-ttl,
  .recruiters .mv-ttl {
    overflow: visible !important;
  }
}

@media screen and (min-width: 768px), print {
  .course .mv-ttl,
  .students .mv-ttl,
  .recruiters .mv-ttl {
    position: absolute;
    top: 315px;
    font-size: 22px;
    margin-left: 115px;
    margin-bottom: 0;
    padding: 0;
  }
}

.course .mv-ttl-en,
.students .mv-ttl-en,
.recruiters .mv-ttl-en {
  display: block;
  font-size: 2.66667vw;
  padding-bottom: .3em;
  width: 28.53333vw;
}

@media screen and (min-width: 768px), print {
  .course .mv-ttl-en,
  .students .mv-ttl-en,
  .recruiters .mv-ttl-en {
    font-size: 16px;
    width: 168px;
  }
}

.course .mv-ttl-en img,
.students .mv-ttl-en img,
.recruiters .mv-ttl-en img {
  width: 100%;
}

.course .mv-ttl.add,
.students .mv-ttl.add,
.recruiters .mv-ttl.add {
  opacity: 1;
}

.course .mv-bodyCopy,
.students .mv-bodyCopy,
.recruiters .mv-bodyCopy {
  padding: 0 4vw;
  letter-spacing: 0.03em;
  line-height: 2.5;
  font-size: 3.73333vw;
  opacity: 0;
  transform: translateY(0.5em);
  transition: all 1.5s;
}

@media screen and (min-width: 768px), print {
  .course .mv-bodyCopy,
  .students .mv-bodyCopy,
  .recruiters .mv-bodyCopy {
    letter-spacing: 0.05em;
    position: absolute;
    top: 400px;
    font-size: 18px;
    margin-left: 115px;
    margin-bottom: 0;
    padding: 0;
  }
}

.course .mv-bodyCopy .maker,
.students .mv-bodyCopy .maker,
.recruiters .mv-bodyCopy .maker {
  background: linear-gradient(transparent 0%, white 0%);
  background-position: right 0 bottom .08em;
}

.course .mv-bodyCopy .emphasis,
.students .mv-bodyCopy .emphasis,
.recruiters .mv-bodyCopy .emphasis {
  font-weight: bold;
}

.course .mv-bodyCopy.add,
.students .mv-bodyCopy.add,
.recruiters .mv-bodyCopy.add {
  opacity: 1;
  transform: translateY(0);
}

.course .mv .topic_path,
.students .mv .topic_path,
.recruiters .mv .topic_path {
  background-color: #fff;
}

.main_content {
  width: 100%;
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .main_content .page_sidebar {
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1250px), print {
  .main_content .page_sidebar {
    display: none;
  }
}

.page_content {
  padding-right: 0;
  margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1249px) {
  .page_content {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .page_content {
    padding: 0;
  }
}

.page_content img {
  width: 100%;
}

.page_content .content-ttl {
  margin-bottom: 9.86667vw;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 7.46667vw;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .page_content .content-ttl {
    font-size: 44px;
    margin-bottom: 60px;
  }
}

.page_content .content-ttl:before {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  background-image: url("../img/ttl_icon_01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -10.66667vw;
  width: 8.53333vw;
  height: 6.4vw;
}

@media screen and (min-width: 768px), print {
  .page_content .content-ttl:before {
    top: -68px;
    width: 52px;
    height: 40px;
  }
}

.page_content .content-ttl span {
  display: block;
  line-height: 1;
  margin-bottom: 3.2vw;
}

@media screen and (min-width: 768px), print {
  .page_content .content-ttl span {
    margin-bottom: 20px;
  }
}

.page_content .content-ttl-main {
  margin-bottom: 4.26667vw;
}

@media screen and (min-width: 768px), print {
  .page_content .content-ttl-main {
    margin-bottom: 22px;
  }
}

.page_content .content-ttl-small {
  font-size: 5.33333vw;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .page_content .content-ttl-small {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.page_content .content-ttl-en {
  font-size: 3.2vw;
  letter-spacing: 0.127em;
  text-align: center;
  margin-bottom: 10.66667vw;
}

@media screen and (min-width: 768px), print {
  .page_content .content-ttl-en {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.page_content .introArea, .page_content .content {
  padding: 11.46667vw 0;
}

@media screen and (min-width: 768px), print {
  .page_content .introArea, .page_content .content {
    padding: 130px 0 80px;
  }
}

.page_content .introArea-ttl, .page_content .content-ttl {
  margin: 0 auto 6.66667vw;
}

@media screen and (min-width: 768px), print {
  .page_content .introArea-ttl, .page_content .content-ttl {
    margin: 0 auto 50px;
  }
}

.page_content .introArea-ttl:before, .page_content .content-ttl:before {
  background-image: url("../img/ttl_icon_02.png");
  top: -11.46667vw;
  width: 9.6vw;
  height: 6.93333vw;
}

@media screen and (min-width: 768px), print {
  .page_content .introArea-ttl:before, .page_content .content-ttl:before {
    top: -65px;
    width: 62px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page_content .introArea-ttl-02, .page_content .content-ttl-02 {
    margin-top: 21.33333vw;
  }
}

@media screen and (min-width: 768px), print {
  .page_content .introArea-ttl-02, .page_content .content-ttl-02 {
    margin-top: 150px;
  }
}

.page_content .introArea-ttl-02:before, .page_content .content-ttl-02:before {
  background-image: url("../img/ttl_icon_05.png");
  top: -11.46667vw;
  width: 6.66667vw;
  height: 6.4vw;
}

@media screen and (min-width: 768px), print {
  .page_content .introArea-ttl-02:before, .page_content .content-ttl-02:before {
    top: -70px;
    width: 47px;
    height: 44px;
  }
}

.page_content .introArea-txt, .page_content .content-txt {
  width: 89.33333vw;
  margin: 0 auto;
  font-size: 4vw;
  line-height: 2.4;
}

@media screen and (min-width: 768px), print {
  .page_content .introArea-txt, .page_content .content-txt {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 2.2;
  }
}

.page_content .introArea-lead, .page_content .content-lead {
  font-size: 3.73333vw;
  line-height: 2;
  margin-bottom: 9.6vw;
}

@media screen and (min-width: 768px), print {
  .page_content .introArea-lead, .page_content .content-lead {
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 50px;
    width: 400px;
  }
}

.page_content .introArea-btn, .page_content .content-btn {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .page_content .introArea-btn, .page_content .content-btn {
    width: 320px;
    margin-right: 80px;
    margin-bottom: 0;
  }
}

.page_content .introArea-btn .link, .page_content .content-btn .link {
  position: relative;
  overflow: hidden;
  display: block;
  color: #3a8cb4;
  background-color: #fff;
  border-radius: 50px;
  font-size: 4.26667vw;
  line-height: 1;
  height: 3em;
  padding: .9em 0 1.1em;
  transition: all .4s .1s;
}

@media screen and (min-width: 768px), print {
  .page_content .introArea-btn .link, .page_content .content-btn .link {
    font-size: 16px;
    height: 3.5em;
    padding: 1.2em 0 1.8em;
  }
}

.page_content .introArea-btn .link:before, .page_content .content-btn .link:before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50px;
  border: 0.4vw solid #3a8cb4;
  width: 100%;
  height: 3em;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px), print {
  .page_content .introArea-btn .link:before, .page_content .content-btn .link:before {
    border: 3px solid #3a8cb4;
    height: 3.5em;
  }
}

.page_content .introArea-btn .link:after, .page_content .content-btn .link:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50px;
  background-color: #3a8cb4;
  right: 100%;
  width: 100%;
  height: 3em;
  top: 0;
  bottom: 0;
  transition: all .4s;
}

@media screen and (min-width: 768px), print {
  .page_content .introArea-btn .link:after, .page_content .content-btn .link:after {
    height: 3.5em;
  }
}

.page_content .introArea-btn .link:hover, .page_content .content-btn .link:hover {
  color: #fff;
  opacity: 1;
}

.page_content .introArea-btn .link:hover:after, .page_content .content-btn .link:hover:after {
  right: 0;
}

.page_content .introArea-btn .link:hover .btn-inner:before, .page_content .content-btn .link:hover .btn-inner:before {
  border-color: #fff;
}

.page_content .introArea-btn .btn-inner, .page_content .content-btn .btn-inner {
  position: relative;
  display: block;
  z-index: 1;
  letter-spacing: .1em;
}

.page_content .introArea-btn .btn-inner:before, .page_content .content-btn .btn-inner:before {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: 0.4vw solid #3a8cb4;
  border-right: 0.4vw solid #3a8cb4;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 1.5em;
  transition: all .4s .3s;
}

@media screen and (min-width: 768px), print {
  .page_content .introArea-btn .btn-inner:before, .page_content .content-btn .btn-inner:before {
    width: 11px;
    height: 11px;
    border-top: 3px solid #3a8cb4;
    border-right: 3px solid #3a8cb4;
    top: 26%;
  }
}

.page_content .introArea-img, .page_content .content-img {
  height: 109.33333vw;
  background-image: url("../img/course/guidance_img_01.jpg");
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .page_content .introArea-img, .page_content .content-img {
    width: 50%;
    height: 672px;
  }
}

.page_content .dataArea {
  width: 94.13333vw;
  margin: 0 auto 10.66667vw;
}

@media only screen and (min-width: 768px), print {
  .page_content .dataArea {
    margin-bottom: 80px;
    width: 916px;
  }
}

.page_content .dataArea-ttl:before {
  background-image: url("../img/ttl_icon_12.png");
  top: -13.06667vw;
  width: 10.66667vw;
  height: 7.2vw;
}

@media screen and (min-width: 768px), print {
  .page_content .dataArea-ttl:before {
    top: -68px;
    width: 65px;
    height: 44px;
    margin: 0 auto;
  }
}

.page_content .dataArea-graph {
  margin-bottom: 10.66667vw;
}

@media only screen and (min-width: 768px), print {
  .page_content .dataArea-graph {
    margin-bottom: 50px;
  }
}

.page_content .dataArea-btn {
  text-align: center;
  width: 72vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .page_content .dataArea-btn {
    width: 320px;
  }
}

.page_content .dataArea-btn .link {
  position: relative;
  overflow: hidden;
  display: block;
  color: #3a8cb4;
  background-color: #fff;
  border-radius: 50px;
  font-size: 4.26667vw;
  line-height: 1;
  height: 3em;
  padding: 1em 0 1.1em;
  transition: all .4s .1s;
}

@media screen and (min-width: 768px), print {
  .page_content .dataArea-btn .link {
    font-size: 20px;
    height: 3.5em;
    padding: 1.2em 0 1.8em;
    width: 320px;
  }
}

.page_content .dataArea-btn .link:before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50px;
  border: 0.4vw solid #3a8cb4;
  width: 100%;
  height: 3em;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px), print {
  .page_content .dataArea-btn .link:before {
    border: 3px solid #3a8cb4;
    height: 3.5em;
  }
}

.page_content .dataArea-btn .link:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50px;
  background-color: #3a8cb4;
  right: 100%;
  width: 100%;
  height: 3em;
  top: 0;
  bottom: 0;
  transition: all .4s;
}

@media screen and (min-width: 768px), print {
  .page_content .dataArea-btn .link:after {
    height: 3.5em;
  }
}

.page_content .dataArea-btn .link:hover {
  color: #fff;
  opacity: 1;
}

.page_content .dataArea-btn .link:hover:after {
  right: 0;
}

.page_content .dataArea-btn .link:hover .btn-inner:after {
  border-color: #fff;
}

.page_content .dataArea-btn .btn-inner {
  position: relative;
  display: block;
  z-index: 1;
  letter-spacing: 0;
  font-weight: bold;
}

.page_content .dataArea-btn .btn-inner:before {
  content: "";
  background-image: url("../img/icon_pdf_01.png");
  background-size: contain;
  width: 4.26667vw;
  height: 5.6vw;
  position: absolute;
  top: -10%;
  left: 1.5em;
}

@media screen and (min-width: 768px), print {
  .page_content .dataArea-btn .btn-inner:before {
    width: 21px;
    height: 28px;
    top: -15%;
  }
}

.page_content .dataArea-btn .btn-inner:after {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: 0.4vw solid #3a8cb4;
  border-right: 0.4vw solid #3a8cb4;
  transform: rotate(45deg);
  position: absolute;
  top: 30%;
  right: 1.5em;
  transition: all .4s .3s;
}

@media screen and (min-width: 768px), print {
  .page_content .dataArea-btn .btn-inner:after {
    width: 11px;
    height: 11px;
    border-top: 3px solid #3a8cb4;
    border-right: 3px solid #3a8cb4;
    top: 26%;
  }
}

.page_content .employmentArea {
  padding: 13.33333vw 0 1.33333vw;
  margin: 0 auto;
  width: 93.33333vw;
}

@media only screen and (min-width: 768px), print {
  .page_content .employmentArea {
    padding: 50px 0 0;
    width: 960px;
    margin: 0 auto;
  }
}

.page_content .employmentArea-ttl:before {
  background-image: url("../img/ttl_icon_13.png");
  top: -13.06667vw;
  width: 10.4vw;
  height: 7.2vw;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-ttl:before {
    top: -68px;
    width: 64px;
    height: 44px;
    margin: 0 auto;
  }
}

.page_content .employmentArea-date {
  margin: 0 auto 2vw;
  text-align: right;
  font-size: 3.2vw;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-date {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

.page_content .employmentArea-list {
  margin: 0 auto;
}

@media only screen and (min-width: 768px), print {
  .page_content .employmentArea-list {
    margin: 0 auto 34px;
  }
}

.page_content .employmentArea-list-item {
  background-color: #fff;
  margin: 0 auto 5.33333vw;
}

@media only screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item {
    margin-bottom: 24px;
    border-radius: 10px;
  }
}

.page_content .employmentArea-list-item .listTtl {
  letter-spacing: .01em;
  padding: 3.33333vw 11.33333vw;
  font-size: 4.8vw;
  line-height: 1.5;
  position: relative;
  text-align: justify;
  margin: 0;
  border: none;
  background-color: #3a8cb4;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item .listTtl {
    padding: 20px 60px;
    font-size: 24px;
  }
}

.page_content .employmentArea-list-item .listTtl:before {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  background-image: url("../img/ttl_icon_14.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  left: .75rem;
  top: 0;
  bottom: 0;
  width: 4vw;
  height: 5.33333vw;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item .listTtl:before {
    width: 21px;
    height: 28px;
    left: 25px;
  }
}

.page_content .employmentArea-list-item .listTtl:hover {
  cursor: pointer;
}

.page_content .employmentArea-list-item .listTtl-btn {
  position: absolute;
  margin: 0;
  width: 4.8vw;
  height: 4.8vw;
  top: 50%;
  right: 5.86667vw;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item .listTtl-btn {
    width: 2.17742vw;
    height: 2.17742vw;
    right: 3.06452vw;
  }
}

@media screen and (min-width: 1240px) {
  .page_content .employmentArea-list-item .listTtl-btn {
    width: 27px;
    height: 27px;
    right: 38px;
  }
}

.page_content .employmentArea-list-item .listTtl-btn .line01 {
  background-color: #fff;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 4.8vw;
  height: 0.53333vw;
  transition: all 0.5s;
  transform: rotate(90deg);
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item .listTtl-btn .line01 {
    width: 27px;
    height: 3px;
  }
}

.page_content .employmentArea-list-item .listTtl-btn .line02 {
  background-color: #fff;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 4.8vw;
  height: 0.53333vw;
  transition: all .5s;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item .listTtl-btn .line02 {
    width: 27px;
    height: 3px;
  }
}

.page_content .employmentArea-list-item .listTtl-btn .open {
  transform: rotate(0);
}

.page_content .employmentArea-list-item:nth-child(2) .listTtl:before {
  background-image: url("../img/ttl_icon_15.png");
  width: 4.8vw;
  height: 4.8vw;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item:nth-child(2) .listTtl:before {
    width: 24px;
    height: 24px;
  }
}

.page_content .employmentArea-list-item:nth-child(3) .listTtl:before {
  background-image: url("../img/ttl_icon_16.png");
  width: 4.8vw;
  height: 5.33333vw;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item:nth-child(3) .listTtl:before {
    width: 25px;
    height: 28px;
  }
}

.page_content .employmentArea-list-item:nth-child(4) .listTtl:before {
  background-image: url("../img/ttl_icon_17.png");
  width: 3.73333vw;
  height: 5.86667vw;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item:nth-child(4) .listTtl:before {
    width: 21px;
    height: 32px;
  }
}

.page_content .employmentArea-list-item .listWrap {
  display: none;
  padding: 4.66667vw 4vw 5.33333vw;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item .listWrap {
    padding: 28px 60px 30px;
  }
}

.page_content .employmentArea-list-item .listWrap-ttl {
  font-weight: bold;
  margin-bottom: 2vw;
  width: 100%;
  font-size: 4.26667vw;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item .listWrap-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item .listWrap-dtl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page_content .employmentArea-list-item .listWrap-dtl-contents {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item .listWrap-dtl-contents {
    width: 50%;
  }
}

.page_content .employmentArea-list-item .listWrap-dtl-txt {
  position: relative;
  padding: 2vw 4.66667vw;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item .listWrap-dtl-txt {
    padding: 8px 14px;
  }
}

.page_content .employmentArea-list-item .listWrap-dtl-txt:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 1.33333vw 0 1.33333vw 1.6vw;
  border-color: transparent transparent transparent #3a8db4;
}

@media screen and (min-width: 768px), print {
  .page_content .employmentArea-list-item .listWrap-dtl-txt:before {
    border-width: 5px 0 5px 6px;
  }
}

.page_content .employmentArea-list-item:first-child .listWrap {
  display: block;
}

.page_content .contactArea {
  padding: 20vw 2.66667vw 6.4vw;
}

@media screen and (min-width: 768px), print {
  .page_content .contactArea {
    padding: 138px 0 10px;
  }
}

.page_content .contactArea-ttl:before {
  background-image: url("../img/ttl_icon_04.png");
  top: -13.06667vw;
  width: 9.6vw;
  height: 6.93333vw;
}

@media screen and (min-width: 768px), print {
  .page_content .contactArea-ttl:before {
    top: -68px;
    width: 52px;
    height: 44px;
  }
}

.page_content .contactArea-table {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .page_content .contactArea-table {
    width: 680px;
    margin: 0 auto;
  }
}

.page_content .contactArea-row:last-child .contactArea-heading,
.page_content .contactArea-row:last-child .contactArea-contents {
  border-bottom: 1px solid #cccccc;
}

.page_content .contactArea-heading, .page_content .contactArea-contents {
  border-top: 1px solid #cccccc;
  font-size: 3.73333vw;
  line-height: 1.8;
}

@media screen and (min-width: 768px), print {
  .page_content .contactArea-heading, .page_content .contactArea-contents {
    font-size: 18px;
  }
}

.page_content .contactArea-heading {
  text-align: center;
  font-weight: bold;
  background-color: #eaf9f4;
  width: 32vw;
  padding: 4vw 2.66667vw;
}

@media screen and (min-width: 768px), print {
  .page_content .contactArea-heading {
    width: 240px;
    padding: 14px 52px;
  }
}

.page_content .contactArea-contents {
  padding: 4vw 5.33333vw;
}

@media screen and (min-width: 768px), print {
  .page_content .contactArea-contents {
    padding: 14px 62px;
  }
}

.page_content .contactArea-contents a {
  color: #222222;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px), print {
  .page_content .contactArea-contents a {
    font-size: 18px;
  }
}

.page_content .contactArea-contents.bold {
  font-weight: bold;
}

/* 2023/04/20 */
@media screen and (min-width: 768px), print {
  .course .mv-catchTxt, .students .mv-catchTxt, .recruiters .mv-catchTxt,
  .course .mv-ttl.add, .students .mv-ttl.add, .recruiters .mv-ttl.add,
  .course .mv-bodyCopy, .students .mv-bodyCopy, .recruiters .mv-bodyCopy{
    margin-left: 30px;
  }
  .course .mv-catchTxt, .students .mv-catchTxt, .recruiters .mv-catchTxt{
    top: 220px;
  }
  .course .mv-ttl, .students .mv-ttl, .recruiters .mv-ttl{
    top: 375px;
  }
  .course .mv-bodyCopy, .students .mv-bodyCopy, .recruiters .mv-bodyCopy{
    top: 460px;
  }
}