@import url(https://fonts.googleapis.com/css2?Montserrat:wght@400;600;700;&family=Noto+Sans+JP:wght@400;500;700&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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;
}

/**
 * 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 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;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  transition: opacity 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4 {
  margin: 0;
}

html {
  font-family: -apple-sysytem, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li, ul ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.o-container {
  margin-top: 50px;
  padding: 10px;
}
.o-container__sub-column {
  margin-top: 20px;
}

.o-wrapper {
  position: relative;
}

.c-accordion__head {
  border: 1px solid #D0D0D0;
  position: relative;
  font-weight: 500;
}
.c-accordion__head.is-open {
  background: #E7BE1D;
}
.c-accordion__head.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-accordion__head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: 5px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 4px solid transparent;
  height: 0;
  width: 0;
  margin: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.c-accordion__body {
  display: none;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  font-weight: 500;
}

.c-arrowed-list {
  list-style: none;
}
.c-arrowed-list__item + .c-arrowed-list__item {
  margin-top: 15px;
}
.c-arrowed-list__link {
  color: #000000;
  padding-left: 20px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.c-arrowed-list__link::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  top: 6px;
  left: 0;
  border-style: solid;
  border-color: transparent transparent transparent #00cc99;
  border-width: 6px 0 6px 10px;
  margin-right: 5px;
}
.c-arrowed-list__link:hover {
  text-decoration: none;
}

.c-breadcrumb {
  color: #fff;
}
.c-breadcrumb__list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-breadcrumb__item {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.c-breadcrumb__item:last-child {
  padding-right: 0;
}
.c-breadcrumb__item:not(:last-child):after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 3.5px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 3px solid #fff;
}
.c-breadcrumb__link {
  color: #E7BE1D;
  font-weight: 700;
  line-height: 1;
}
.c-breadcrumb__link:link, .c-breadcrumb__link:visited {
  display: block;
  color: #fff;
}

.c-breadcrumb--en span.c-breadcrumb__link {
  font-weight: 600;
}

.c-btn {
  display: block;
  position: relative;
  border: 1px solid #666666;
  color: #000000;
  text-align: center;
  text-decoration: none;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn--white {
  border-color: #fff !important;
  color: #fff !important;
}

.c-footer {
  border-top: 1px solid #BFBFBF;
}
.c-footer__title {
  font-weight: 500;
}
.c-footer__navItem:first-child {
  font-size: 18px;
  font-weight: 500;
}
.c-footer__logo a {
  display: block;
  line-height: 1;
}
.c-footer__subnavList {
  display: flex;
  align-items: center;
}
.c-footer__subnavItem {
  border-left: 1px solid #251E1C;
}
.c-footer__subnavItem:first-child {
  border: none;
}
.c-footer__subnavItem a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/common/icon_blank.svg") no-repeat center center;
  background-size: contain;
}

.c-gotop {
  position: fixed;
}
.c-gotop a {
  display: block;
  line-height: 1;
}
.c-header-navi__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-header-navi__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #000000;
}

.c-header {
  position: sticky;
  /*固定する*/
  position: -webkit-sticky;
  /*Safari用ベンダープレフィックス*/
  top: 0;
  /*ブラウザの上からの距離はゼロ*/
  width: 100%;
  z-index: 2;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header__logo {
  font-size: inherit;
  margin: 0;
}
.c-header__logo a {
  display: block;
  line-height: 1;
}
.c-header__logo img {
  max-width: 100%;
}
.c-header__navList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c-header__navItem {
  font-weight: 500;
}
.c-header__navItem span {
  display: block;
  color: #9C9C9C;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.c-header__navLang {
  border-radius: 5px;
  border: 1px solid #232323;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.c-heading {
  color: #000000;
  margin: 0;
}
.c-heading--level1 {
  font-size: 48px;
}
.c-heading--level2 {
  font-size: 36px;
}
.c-heading--level3 {
  font-size: 24px;
}
.c-heading--level4 {
  font-size: 20px;
}
.c-heading--level5 {
  font-size: 18px;
}

.c-interviews__item {
  position: relative;
}
.c-interviews__item img {
  vertical-align: bottom;
}

.c-interviews__info {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  height: 100%;
  width: 100%;
}

.c-interviews__catch {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-interviews__catch-num {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.c-interviews__persons {
  margin-top: auto;
}

.c-interviews__person {
  font-weight: 700;
}
.c-interviews__person-des {
  display: block;
  font-weight: 400;
}

.c-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-link a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.c-link a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/common/icon_arrow.svg") no-repeat center center;
  background-size: contain;
}
.c-link a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/common/icon_blank.svg") no-repeat center center;
  background-size: contain;
  margin: auto;
}
.c-link--pdf a::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/common/label_pdf.svg") no-repeat center center !important;
  background-size: contain;
}

.c-inline-link {
  text-decoration: underline;
  margin-right: 4px;
}
.c-inline-link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/common/icon_blank.svg") no-repeat center center;
  background-size: contain;
}
.c-lower-head--courses {
  background: url("/assets/img/courses/bg_head_pc.jpg") no-repeat center center;
  background-size: cover;
}
.c-lower-head--interview {
  display: flex;
  flex-direction: column;
}
.c-lower-head--information {
  background: url("/assets/img/information/bg_head_pc.jpg") no-repeat center center;
  background-size: cover;
}

.c-lower-head__title {
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-lower-head__num {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-family: 600;
}

.c-lower-head__date {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-family: 600;
}

.c-lower-head__info {
  color: #fff;
  text-align: center;
  margin-top: auto;
}

.c-lower-head__text {
  font-weight: 700;
}

.c-lower-head__text-des {
  font-weight: 500;
}
.c-lower-head__text-des--en {
  font-weight: 700;
}

.c-paragraph {
  color: #000000;
  margin: 0;
}
.c-paragraph--large {
  font-size: 18px;
}
.c-paragraph--small {
  font-size: 12px;
}

.c-table {
  border-collapse: collapse;
  width: 100%;
}
.c-table th {
  border: 1px solid #000;
  background: #E7BE1D;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.c-table td {
  border: 1px solid #000;
  text-align: center;
  white-space: nowrap;
}

.c-text-link {
  font-size: 16px;
  text-decoration: none;
}
.c-text-link:link {
  color: #000000;
}
.c-text-link:visited {
  color: #000000;
}
.c-text-link:hover {
  color: #000000;
  text-decoration: none;
}
.c-text-link:active {
  color: #000000;
}
.c-text-link--arrowed::after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #00cc99;
  border-right: 2px solid #00cc99;
}

.c-title,
.c-title2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.08em;
}
.c-title--bold,
.c-title2--bold {
  font-weight: 600;
}
.c-title__sub,
.c-title2__sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
}
.c-title--bold .c-title__sub,
.c-title--bold .c-title2__sub {
  font-weight: 400;
}

.js-modal-target {
  display: none;
}

.js-modal {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.js-modal__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 999;
  padding: 20px 0;
}
.js-modal__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  height: auto;
  max-height: 100%;
  z-index: 999;
  overflow: hidden;
}
.js-modal__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.js-modal__close {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  z-index: 1100;
}
.js-modal__close-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
}
.js-modal__close-button::before, .js-modal__close-button::after {
  display: block;
  background: #fff;
  content: "";
  position: absolute;
}
.js-modal__close-button::before {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.js-modal__close-button::after {
  width: 4px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.js-modal__prev, .js-modal__next {
  display: block;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  outline: none;
}
.js-modal__prev {
  left: 8px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}
.js-modal__next {
  right: 8px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.js-modal__view {
  background: #fff;
  padding: 20px;
  margin: 20px 0;
  height: 100%;
  max-height: calc(100vh - 110px);
  overflow: auto;
}
.js-modal__movie {
  position: relative;
  width: 100%;
  height: 0;
  margin: 20px 0;
  padding-top: 56.25%;
  background: #000;
}
.js-modal__movie__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.js-modal__movie__body {
  width: 100%;
  height: 100%;
}
.js-modal__bottom-ui {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.js-modal__bottom-prev, .js-modal__bottom-close, .js-modal__bottom-next {
  cursor: pointer;
}
.js-modal__bottom-close:only-child {
  margin: 0 auto;
}

.u-hidden {
  display: none !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-px0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u-py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u-py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-px25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.u-py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-px35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.u-py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-px45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.u-py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-px50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-px55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.u-py55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-px65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.u-py65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-px70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-py70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-px75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.u-py75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-py80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-px85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.u-py85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-px90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-py90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-px95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u-py95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-px100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}

html {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #232323;
}

a:link,
a:visited {
  color: #232323;
}

img {
  max-width: 100%;
}

.c-header__navItem {
  font-weight: 600;
}

.c-lower-head__title {
  font-weight: 600;
}

.c-footer__title,
.c-footer__navItem:first-child {
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  body {
    -webkit-font-smoothing: antialiased;
  }
  .o-container {
    margin: 0 auto;
    padding: 0;
    max-width: 1173px;
    width: 100%;
  }
  .o-container__column {
    width: 980px;
    margin: 0 auto;
    display: flex;
  }
  .o-container__main-column {
    width: 650px;
  }
  .o-container__sub-column {
    width: 300px;
    margin-top: 0;
    margin-left: 30px;
  }
  .c-accordion__head {
    font-size: 18px;
    padding: 16px 45px 16px 25px;
    margin-top: 30px;
    transition: 0.5s;
  }
  .c-accordion__head:hover {
    background: #E7BE1D;
    cursor: pointer;
  }
  .c-accordion__head::after {
    right: 30px;
  }
  .c-accordion__body {
    font-size: 18px;
    padding: 16px 25px;
    margin: 0;
  }
  .c-arrowed-list__item + .c-arrowed-list__item {
    margin-top: 20px;
  }
  .c-arrowed-list__link::before {
    border-width: 8px 0 8px 12px;
    margin-right: 10px;
  }
  .c-breadcrumb__item {
    font-size: 13px;
    padding-right: 15px;
  }
  .c-btn {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 68px;
    width: 200px;
    margin: 0 auto;
    border-radius: 5px;
  }
  .c-footer {
    margin-top: 135px;
  }
  .c-footer__inner {
    padding: 80px min(150px, 7.8125vw) 25px;
  }
  .c-footer__title {
    font-size: 20px;
  }
  .c-footer__nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 25px;
  }
  .c-footer__navList {
    border-left: 1px solid #BFBFBF;
    padding-left: min(20px, 1.0416666667vw);
    margin-right: min(240px, 12.5vw);
  }
  .c-footer__navItem {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .c-footer__colophon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 85px 0 0;
  }
  .c-footer__logo {
    width: 222px;
    margin-right: 40px;
  }
  .c-footer__subnavList {
    justify-content: flex-start;
  }
  .c-footer__subnavItem {
    font-size: 13px;
    padding-left: min(10px, 0.5208333333vw);
    margin-left: min(12px, 0.625vw);
  }
  .c-footer__subnavItem:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  .c-footer__subnavItem a[target=_blank]::after {
    height: 15px;
    width: 15px;
    margin-left: 4px;
  }
  .c-footer__copyright {
    font-size: 12px;
    margin: 36px 0 0;
  }
  .c-footer__copyright small {
    font-size: 12px;
  }
  .c-gotop {
    right: 80px;
    bottom: 50px;
    width: 70px;
  }
  .c-header-navi {
    padding-top: 25px;
  }
  .c-header-navi__item + .c-header-navi__item {
    margin-left: 10px;
  }
  .c-header-navi__link {
    padding: 10px;
  }
  .c-header-navi__link--current {
    border-bottom: #666666 2px solid;
  }
  .c-header {
    height: 120px;
    padding: 30px min(60px, 3.125vw) 26px;
  }
  .c-header__logo {
    width: min(655px, 34.1145833333vw);
  }
  .c-header .c-header__nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-header__navItem {
    font-size: 18px;
    text-align: center;
    margin: 0 0 0 min(102px, 5.3125vw);
    white-space: nowrap;
  }
  .c-header__navItem span {
    font-size: 15px;
  }
  .c-header__navLang {
    font-size: 16px;
    padding: 11px min(18px, 0.9375vw);
    margin-left: min(122px, 6.3541666667vw);
  }
  .c-header__control {
    display: none;
  }
  .c-interviews__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .c-interviews__item {
    flex-basis: 600px;
    max-width: 600px;
    width: 600px;
  }
  .c-interviews__info {
    padding: 45px 39px;
  }
  .c-interviews__catch {
    font-size: 36px;
    line-height: 50px;
    margin: 0 0 0px;
  }
  .c-interviews__catch-num {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .c-interviews__person {
    font-size: 22px;
    margin-top: 1em;
  }
  .c-interviews__person-des {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .c-link a::before {
    height: 24px;
    width: 24px;
    margin: 0 7px 0 0;
  }
  .c-link a[target=_blank]::after {
    height: 18px;
    width: 18px;
    margin: 0 0px 0 12px;
  }
  .c-link--pdf a::after {
    height: 18px !important;
    width: 36px !important;
    margin: 0 0px 0 12px !important;
  }
  .c-inline-link[target=_blank]::after {
    height: 18px;
    width: 18px;
    margin: 0 0px 0 12px;
  }
  .c-lower-head {
    padding: 35px 0 120px;
    margin-bottom: 120px;
  }
  .c-lower-head--about {
    background: url("/assets/img/about/bg_head_pc.jpg") no-repeat center center;
    background-size: cover;
  }
  .c-lower-head--interview {
    min-height: 600px;
    padding-bottom: 60px;
  }
  .c-lower-head--interview02 {
    background: url("/assets/img/courses/interview/bg_head_interview_02_pc.jpg") no-repeat center center;
    background-size: cover;
  }
  .c-lower-head__title {
    font-size: 40px;
    margin-top: 71px;
  }
  .c-lower-head__num {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 14px;
  }
  .c-lower-head__date {
    font-size: 16px;
    line-height: 21px;
    margin: 17px 0 0;
  }
  .c-lower-head__text {
    font-size: 22px;
    margin: 22px 0 0;
  }
  .c-lower-head__text-des {
    font-size: 16px;
    margin: 0px 0 5px;
  }
  .c-table-wrap {
    margin: 0 0 24px;
  }
  .c-table th {
    font-size: 15px;
    padding: 14px 0.25em;
  }
  .c-table td {
    font-size: 15px;
    padding: 14px 0.25em;
  }
  .c-text-link {
    font-size: 14px;
  }
  .c-text-link:hover {
    text-decoration: underline;
  }
  .c-text-link--arrowed::after {
    width: 6px;
    height: 6px;
    border-top: 3px solid #00cc99;
    border-right: 3px solid #00cc99;
  }
  .c-title__sub,
.c-title2__sub {
    font-size: 18px;
    margin-top: 15px;
  }
  .c-title {
    font-size: 58px;
    line-height: 1.2068965517;
    margin: 0 0 107px;
  }
  .c-title2 {
    font-size: 54px;
    line-height: 1.4814814815;
    margin: 0 0 86px;
  }
  .c-title2__sub {
    margin-top: 18px;
  }
  .u-hidden_pc {
    display: none !important;
  }
  .u-inner {
    max-width: 1240px;
    width: 100%;
    padding: 0 min(20px, 1.0416666667vw);
    margin: 0 auto;
  }
  .u-mt0\@pc {
    margin-top: 0px !important;
  }
  .u-mb0\@pc {
    margin-bottom: 0px !important;
  }
  .u-ml0\@pc {
    margin-left: 0px !important;
  }
  .u-mr0\@pc {
    margin-right: 0px !important;
  }
  .u-pt0\@pc {
    padding-top: 0px !important;
  }
  .u-pb0\@pc {
    padding-bottom: 0px !important;
  }
  .u-pl0\@pc {
    padding-left: 0px !important;
  }
  .u-pr0\@pc {
    padding-right: 0px !important;
  }
  .u-px0\@pc {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0\@pc {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-mt5\@pc {
    margin-top: 5px !important;
  }
  .u-mb5\@pc {
    margin-bottom: 5px !important;
  }
  .u-ml5\@pc {
    margin-left: 5px !important;
  }
  .u-mr5\@pc {
    margin-right: 5px !important;
  }
  .u-pt5\@pc {
    padding-top: 5px !important;
  }
  .u-pb5\@pc {
    padding-bottom: 5px !important;
  }
  .u-pl5\@pc {
    padding-left: 5px !important;
  }
  .u-pr5\@pc {
    padding-right: 5px !important;
  }
  .u-px5\@pc {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-py5\@pc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-mt10\@pc {
    margin-top: 10px !important;
  }
  .u-mb10\@pc {
    margin-bottom: 10px !important;
  }
  .u-ml10\@pc {
    margin-left: 10px !important;
  }
  .u-mr10\@pc {
    margin-right: 10px !important;
  }
  .u-pt10\@pc {
    padding-top: 10px !important;
  }
  .u-pb10\@pc {
    padding-bottom: 10px !important;
  }
  .u-pl10\@pc {
    padding-left: 10px !important;
  }
  .u-pr10\@pc {
    padding-right: 10px !important;
  }
  .u-px10\@pc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-py10\@pc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-mt15\@pc {
    margin-top: 15px !important;
  }
  .u-mb15\@pc {
    margin-bottom: 15px !important;
  }
  .u-ml15\@pc {
    margin-left: 15px !important;
  }
  .u-mr15\@pc {
    margin-right: 15px !important;
  }
  .u-pt15\@pc {
    padding-top: 15px !important;
  }
  .u-pb15\@pc {
    padding-bottom: 15px !important;
  }
  .u-pl15\@pc {
    padding-left: 15px !important;
  }
  .u-pr15\@pc {
    padding-right: 15px !important;
  }
  .u-px15\@pc {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-py15\@pc {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-mt20\@pc {
    margin-top: 20px !important;
  }
  .u-mb20\@pc {
    margin-bottom: 20px !important;
  }
  .u-ml20\@pc {
    margin-left: 20px !important;
  }
  .u-mr20\@pc {
    margin-right: 20px !important;
  }
  .u-pt20\@pc {
    padding-top: 20px !important;
  }
  .u-pb20\@pc {
    padding-bottom: 20px !important;
  }
  .u-pl20\@pc {
    padding-left: 20px !important;
  }
  .u-pr20\@pc {
    padding-right: 20px !important;
  }
  .u-px20\@pc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-py20\@pc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-mt25\@pc {
    margin-top: 25px !important;
  }
  .u-mb25\@pc {
    margin-bottom: 25px !important;
  }
  .u-ml25\@pc {
    margin-left: 25px !important;
  }
  .u-mr25\@pc {
    margin-right: 25px !important;
  }
  .u-pt25\@pc {
    padding-top: 25px !important;
  }
  .u-pb25\@pc {
    padding-bottom: 25px !important;
  }
  .u-pl25\@pc {
    padding-left: 25px !important;
  }
  .u-pr25\@pc {
    padding-right: 25px !important;
  }
  .u-px25\@pc {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-py25\@pc {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .u-mt30\@pc {
    margin-top: 30px !important;
  }
  .u-mb30\@pc {
    margin-bottom: 30px !important;
  }
  .u-ml30\@pc {
    margin-left: 30px !important;
  }
  .u-mr30\@pc {
    margin-right: 30px !important;
  }
  .u-pt30\@pc {
    padding-top: 30px !important;
  }
  .u-pb30\@pc {
    padding-bottom: 30px !important;
  }
  .u-pl30\@pc {
    padding-left: 30px !important;
  }
  .u-pr30\@pc {
    padding-right: 30px !important;
  }
  .u-px30\@pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-py30\@pc {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u-mt35\@pc {
    margin-top: 35px !important;
  }
  .u-mb35\@pc {
    margin-bottom: 35px !important;
  }
  .u-ml35\@pc {
    margin-left: 35px !important;
  }
  .u-mr35\@pc {
    margin-right: 35px !important;
  }
  .u-pt35\@pc {
    padding-top: 35px !important;
  }
  .u-pb35\@pc {
    padding-bottom: 35px !important;
  }
  .u-pl35\@pc {
    padding-left: 35px !important;
  }
  .u-pr35\@pc {
    padding-right: 35px !important;
  }
  .u-px35\@pc {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .u-py35\@pc {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .u-mt40\@pc {
    margin-top: 40px !important;
  }
  .u-mb40\@pc {
    margin-bottom: 40px !important;
  }
  .u-ml40\@pc {
    margin-left: 40px !important;
  }
  .u-mr40\@pc {
    margin-right: 40px !important;
  }
  .u-pt40\@pc {
    padding-top: 40px !important;
  }
  .u-pb40\@pc {
    padding-bottom: 40px !important;
  }
  .u-pl40\@pc {
    padding-left: 40px !important;
  }
  .u-pr40\@pc {
    padding-right: 40px !important;
  }
  .u-px40\@pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40\@pc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-mt45\@pc {
    margin-top: 45px !important;
  }
  .u-mb45\@pc {
    margin-bottom: 45px !important;
  }
  .u-ml45\@pc {
    margin-left: 45px !important;
  }
  .u-mr45\@pc {
    margin-right: 45px !important;
  }
  .u-pt45\@pc {
    padding-top: 45px !important;
  }
  .u-pb45\@pc {
    padding-bottom: 45px !important;
  }
  .u-pl45\@pc {
    padding-left: 45px !important;
  }
  .u-pr45\@pc {
    padding-right: 45px !important;
  }
  .u-px45\@pc {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .u-py45\@pc {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .u-mt50\@pc {
    margin-top: 50px !important;
  }
  .u-mb50\@pc {
    margin-bottom: 50px !important;
  }
  .u-ml50\@pc {
    margin-left: 50px !important;
  }
  .u-mr50\@pc {
    margin-right: 50px !important;
  }
  .u-pt50\@pc {
    padding-top: 50px !important;
  }
  .u-pb50\@pc {
    padding-bottom: 50px !important;
  }
  .u-pl50\@pc {
    padding-left: 50px !important;
  }
  .u-pr50\@pc {
    padding-right: 50px !important;
  }
  .u-px50\@pc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-py50\@pc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-mt55\@pc {
    margin-top: 55px !important;
  }
  .u-mb55\@pc {
    margin-bottom: 55px !important;
  }
  .u-ml55\@pc {
    margin-left: 55px !important;
  }
  .u-mr55\@pc {
    margin-right: 55px !important;
  }
  .u-pt55\@pc {
    padding-top: 55px !important;
  }
  .u-pb55\@pc {
    padding-bottom: 55px !important;
  }
  .u-pl55\@pc {
    padding-left: 55px !important;
  }
  .u-pr55\@pc {
    padding-right: 55px !important;
  }
  .u-px55\@pc {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .u-py55\@pc {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .u-mt60\@pc {
    margin-top: 60px !important;
  }
  .u-mb60\@pc {
    margin-bottom: 60px !important;
  }
  .u-ml60\@pc {
    margin-left: 60px !important;
  }
  .u-mr60\@pc {
    margin-right: 60px !important;
  }
  .u-pt60\@pc {
    padding-top: 60px !important;
  }
  .u-pb60\@pc {
    padding-bottom: 60px !important;
  }
  .u-pl60\@pc {
    padding-left: 60px !important;
  }
  .u-pr60\@pc {
    padding-right: 60px !important;
  }
  .u-px60\@pc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-py60\@pc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .u-mt65\@pc {
    margin-top: 65px !important;
  }
  .u-mb65\@pc {
    margin-bottom: 65px !important;
  }
  .u-ml65\@pc {
    margin-left: 65px !important;
  }
  .u-mr65\@pc {
    margin-right: 65px !important;
  }
  .u-pt65\@pc {
    padding-top: 65px !important;
  }
  .u-pb65\@pc {
    padding-bottom: 65px !important;
  }
  .u-pl65\@pc {
    padding-left: 65px !important;
  }
  .u-pr65\@pc {
    padding-right: 65px !important;
  }
  .u-px65\@pc {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .u-py65\@pc {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .u-mt70\@pc {
    margin-top: 70px !important;
  }
  .u-mb70\@pc {
    margin-bottom: 70px !important;
  }
  .u-ml70\@pc {
    margin-left: 70px !important;
  }
  .u-mr70\@pc {
    margin-right: 70px !important;
  }
  .u-pt70\@pc {
    padding-top: 70px !important;
  }
  .u-pb70\@pc {
    padding-bottom: 70px !important;
  }
  .u-pl70\@pc {
    padding-left: 70px !important;
  }
  .u-pr70\@pc {
    padding-right: 70px !important;
  }
  .u-px70\@pc {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-py70\@pc {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .u-mt75\@pc {
    margin-top: 75px !important;
  }
  .u-mb75\@pc {
    margin-bottom: 75px !important;
  }
  .u-ml75\@pc {
    margin-left: 75px !important;
  }
  .u-mr75\@pc {
    margin-right: 75px !important;
  }
  .u-pt75\@pc {
    padding-top: 75px !important;
  }
  .u-pb75\@pc {
    padding-bottom: 75px !important;
  }
  .u-pl75\@pc {
    padding-left: 75px !important;
  }
  .u-pr75\@pc {
    padding-right: 75px !important;
  }
  .u-px75\@pc {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .u-py75\@pc {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .u-mt80\@pc {
    margin-top: 80px !important;
  }
  .u-mb80\@pc {
    margin-bottom: 80px !important;
  }
  .u-ml80\@pc {
    margin-left: 80px !important;
  }
  .u-mr80\@pc {
    margin-right: 80px !important;
  }
  .u-pt80\@pc {
    padding-top: 80px !important;
  }
  .u-pb80\@pc {
    padding-bottom: 80px !important;
  }
  .u-pl80\@pc {
    padding-left: 80px !important;
  }
  .u-pr80\@pc {
    padding-right: 80px !important;
  }
  .u-px80\@pc {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80\@pc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-mt85\@pc {
    margin-top: 85px !important;
  }
  .u-mb85\@pc {
    margin-bottom: 85px !important;
  }
  .u-ml85\@pc {
    margin-left: 85px !important;
  }
  .u-mr85\@pc {
    margin-right: 85px !important;
  }
  .u-pt85\@pc {
    padding-top: 85px !important;
  }
  .u-pb85\@pc {
    padding-bottom: 85px !important;
  }
  .u-pl85\@pc {
    padding-left: 85px !important;
  }
  .u-pr85\@pc {
    padding-right: 85px !important;
  }
  .u-px85\@pc {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .u-py85\@pc {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .u-mt90\@pc {
    margin-top: 90px !important;
  }
  .u-mb90\@pc {
    margin-bottom: 90px !important;
  }
  .u-ml90\@pc {
    margin-left: 90px !important;
  }
  .u-mr90\@pc {
    margin-right: 90px !important;
  }
  .u-pt90\@pc {
    padding-top: 90px !important;
  }
  .u-pb90\@pc {
    padding-bottom: 90px !important;
  }
  .u-pl90\@pc {
    padding-left: 90px !important;
  }
  .u-pr90\@pc {
    padding-right: 90px !important;
  }
  .u-px90\@pc {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-py90\@pc {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .u-mt95\@pc {
    margin-top: 95px !important;
  }
  .u-mb95\@pc {
    margin-bottom: 95px !important;
  }
  .u-ml95\@pc {
    margin-left: 95px !important;
  }
  .u-mr95\@pc {
    margin-right: 95px !important;
  }
  .u-pt95\@pc {
    padding-top: 95px !important;
  }
  .u-pb95\@pc {
    padding-bottom: 95px !important;
  }
  .u-pl95\@pc {
    padding-left: 95px !important;
  }
  .u-pr95\@pc {
    padding-right: 95px !important;
  }
  .u-px95\@pc {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .u-py95\@pc {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .u-mt100\@pc {
    margin-top: 100px !important;
  }
  .u-mb100\@pc {
    margin-bottom: 100px !important;
  }
  .u-ml100\@pc {
    margin-left: 100px !important;
  }
  .u-mr100\@pc {
    margin-right: 100px !important;
  }
  .u-pt100\@pc {
    padding-top: 100px !important;
  }
  .u-pb100\@pc {
    padding-bottom: 100px !important;
  }
  .u-pl100\@pc {
    padding-left: 100px !important;
  }
  .u-pr100\@pc {
    padding-right: 100px !important;
  }
  .u-px100\@pc {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-py100\@pc {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .u-text--left\@pc {
    text-align: left !important;
  }
  .u-text--center\@pc {
    text-align: center !important;
  }
  .u-text--right\@pc {
    text-align: right !important;
  }
}

@media screen and (max-width: 767.98px) {
  .c-accordion__head {
    font-size: 4.1666666667vw;
    padding: 2.2222222222vw 9.7222222222vw 2.2222222222vw 4.1666666667vw;
    margin-top: 4.1666666667vw;
  }
  .c-accordion__head::after {
    right: 4.3055555556vw;
  }
  .c-accordion__body {
    font-size: 4.1666666667vw;
    padding: 2.2222222222vw 4.1666666667vw;
    margin: 0;
  }
  .c-breadcrumb__item {
    font-size: 2.7777777778vw;
    padding-right: 3.6111111111vw;
  }
  .c-breadcrumb__item:not(:last-child):after {
    right: 0.2777777778vw;
    border-top: 1.25vw solid transparent;
    border-right: 0.8333333333vw solid transparent;
    border-bottom: 1.25vw solid transparent;
    border-left: 1.3888888889vw solid #fff;
  }
  .c-btn {
    font-size: 3.6111111111vw;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 13.8888888889vw;
    width: 38.8888888889vw;
    margin: 0 auto;
    border-radius: 1.3888888889vw;
  }
  .c-footer {
    margin-top: 16.6666666667vw;
  }
  .c-footer__inner {
    padding: 8.3333333333vw 4.1666666667vw 3.3333333333vw;
  }
  .c-footer__logo {
    width: 57.7777777778vw;
    margin: 0 auto 4.1666666667vw;
  }
  .c-footer__subnavList {
    justify-content: center;
  }
  .c-footer__subnavItem {
    font-size: 3.3333333333vw;
    padding-left: 1.6666666667vw;
    margin-left: 2.2222222222vw;
  }
  .c-footer__subnavItem:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  .c-footer__subnavItem a[target=_blank]::after {
    height: 3.3333333333vw;
    width: 3.3333333333vw;
    margin-left: 1.1111111111vw;
  }
  .c-footer__copyright {
    font-size: 3.0555555556vw;
    text-align: center;
    margin: 5.5555555556vw 0 0;
  }
  .c-footer__copyright small {
    font-size: 3.0555555556vw;
  }
  .c-header-navi {
    position: absolute;
    z-index: -1;
    margin-top: 50px;
    width: 100%;
    pointer-events: none;
    visibility: hidden;
  }
  .c-header-navi__list {
    transition: all 0.2s;
    position: relative;
    top: -50px;
    opacity: 0;
    width: 100%;
    background: #666666;
    pointer-events: all;
  }
  .c-header-navi__item {
    width: 100%;
  }
  .c-header-navi__item + .c-header-navi__item {
    border-top: 1px solid #ffffff;
  }
  .c-header-navi__link {
    padding: 10px;
    width: 100%;
    color: #ffffff;
  }
  .c-header__logo {
    height: 13.8888888889vw;
    padding: 3.3333333333vw 4.1666666667vw 2.7777777778vw;
  }
  .c-header__logo img {
    width: 79.4444444444vw;
  }
  .c-header__nav {
    display: none;
    position: absolute;
    top: 100%;
    background: url("/assets/img/common/bg_menu_sp.png") no-repeat center center;
    background-size: cover;
    width: 100%;
  }
  .c-header .c-header__nav-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 13.8888888889vw);
    padding: 5.5555555556vw;
  }
  .c-header__navList {
    flex-direction: column;
  }
  .c-header__navItem {
    font-size: 4.4444444444vw;
    text-align: center;
    line-height: 1;
    margin: 0 auto 5.5555555556vw;
  }
  .c-header__navItem a:link,
.c-header__navItem a:visited {
    color: #fff;
  }
  .c-header__navItem span {
    font-size: 3.8888888889vw;
    text-align: center;
    line-height: 1;
    margin-top: 1.3888888889vw;
  }
  .c-header__navLang {
    border-color: #fff;
    color: #fff;
    font-size: 4.4444444444vw;
    text-align: center;
    width: 16.6666666667vw;
    padding: 2.7777777778vw 0;
    margin: 10.5555555556vw auto 0;
  }
  .c-header__navLang a:link,
.c-header__navLang a:visited {
    color: #fff;
  }
  .c-header__control {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    top: 0;
    right: 0;
    width: 13.8888888889vw;
    height: 13.8888888889vw;
    background: #fff;
    padding: 10px;
    cursor: pointer;
  }
  .c-header__control::before, .c-header__control::after,
.c-header__control .c-header__control__icon {
    position: absolute;
    transition: all 0.3s ease-in-out;
    display: block;
    background: #9C9C9C;
    width: 20px;
    height: 2px;
    opacity: 1;
    line-height: 0;
    top: 48.5%;
    left: 30%;
  }
  .c-header__control::before {
    content: "";
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  .c-header__control::after {
    content: "";
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  .c-header--open {
    overflow: hidden;
  }
  .c-header--open .c-header {
    z-index: 100;
  }
  .c-header--open .c-header__control {
    background: #244451;
  }
  .c-header--open .c-header__control::before {
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-header--open .c-header__control__icon {
    background: #fff;
    width: 0;
  }
  .c-header--open .c-header__control::after {
    background: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-header--open .c-header__nav {
    display: block;
    height: calc(100vh - 13.8888888889vw);
    overflow-y: scroll;
    visibility: visible;
  }
  .c-header--open .c-header__navList {
    top: 0;
    opacity: 1;
  }
  .c-interviews__info {
    padding: 6.9444444444vw 4.1666666667vw 8.6111111111vw;
  }
  .c-interviews__catch {
    font-size: 6.6666666667vw;
    line-height: 1.4166666667;
  }
  .c-interviews__catch-num {
    font-size: 3.3333333333vw;
    margin-bottom: 1.9444444444vw;
  }
  .c-interviews__person {
    font-size: 4.1666666667vw;
    margin-top: 4.4444444444vw;
  }
  .c-interviews__person-des {
    font-size: 3.8888888889vw;
    margin-bottom: 0.8333333333vw;
  }
  .c-link a::before {
    height: 5.5555555556vw;
    flex-basis: 5.5555555556vw;
    min-width: 5.5555555556vw;
    width: 5.5555555556vw;
    margin: 0 1.9444444444vw 0 0;
  }
  .c-link a[target=_blank]::after {
    height: 3.3333333333vw;
    flex-basis: 3.3333333333vw;
    min-width: 3.3333333333vw;
    width: 3.3333333333vw;
    margin: 0 0px 0 1.1111111111vw;
  }
  .c-link--pdf a::after {
    height: 5vw !important;
    flex-basis: 10vw !important;
    min-width: 10vw !important;
    width: 10vw !important;
    margin: 0 0px 0 2.2222222222vw !important;
  }
  .c-inline-link[target=_blank]::after {
    height: 3.3333333333vw;
    width: 3.3333333333vw;
    margin: 0 0px 0 1.1111111111vw;
  }
  .c-lower-head {
    padding: 3.6111111111vw 0 1.3888888889vw;
    height: 33.6111111111vw;
    margin-bottom: 10.5555555556vw;
  }
  .c-lower-head--about {
    background: url("/assets/img/about/bg_head_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .c-lower-head--interview {
    min-height: 100vw;
    padding-bottom: 7.7777777778vw;
  }
  .c-lower-head--interview02 {
    background: url("/assets/img/courses/interview/bg_head_interview_02_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .c-lower-head__title {
    font-size: 6.6666666667vw;
    width: 83.3333333333vw;
    margin: 5.8333333333vw auto 0;
  }
  .c-lower-head__num {
    font-size: 3.3333333333vw;
    line-height: 1;
    margin: 8.0555555556vw 0 1.9444444444vw;
  }
  .c-lower-head__date {
    font-size: 3.3333333333vw;
    line-height: 1;
    margin: 1.9444444444vw 0 0;
  }
  .c-lower-head__text {
    font-size: 4.1666666667vw;
    margin: 4.4444444444vw 0 0;
  }
  .c-lower-head__text-des {
    font-size: 3.8888888889vw;
    margin: 0 0 0.8333333333vw;
  }
  .c-table-wrap {
    position: relative;
    overflow-x: scroll;
    margin: 0 0 6.9444444444vw;
  }
  .c-table-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("/assets/img/courses/icon_scrollable.svg") no-repeat center center;
    background-size: contain;
    height: 22.2222222222vw;
    width: 33.3333333333vw;
    margin: auto;
  }
  .c-table-wrap.is-scrolled::after {
    display: none;
  }
  .c-table th {
    font-size: 3.3333333333vw;
    padding: 2.7777777778vw;
  }
  .c-table td {
    font-size: 3.3333333333vw;
    padding: 2.7777777778vw;
  }
  .c-title__sub,
.c-title2__sub {
    font-size: 3.8888888889vw;
    margin-top: 2.2222222222vw;
  }
  .c-title {
    font-size: 7.7777777778vw;
    line-height: 1.2;
    margin: 0 0 12.5vw;
  }
  .c-title2 {
    font-size: 6.9444444444vw;
    line-height: 1.25;
    margin: 0 0 13.6111111111vw;
  }
  .u-hidden_sp {
    display: none !important;
  }
  .u-inner {
    padding: 0 8.3333333333vw;
  }
  .u-mt0\@sp {
    margin-top: 0px !important;
  }
  .u-mb0\@sp {
    margin-bottom: 0px !important;
  }
  .u-ml0\@sp {
    margin-left: 0px !important;
  }
  .u-mr0\@sp {
    margin-right: 0px !important;
  }
  .u-pt0\@sp {
    padding-top: 0px !important;
  }
  .u-pb0\@sp {
    padding-bottom: 0px !important;
  }
  .u-pl0\@sp {
    padding-left: 0px !important;
  }
  .u-pr0\@sp {
    padding-right: 0px !important;
  }
  .u-px0\@sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0\@sp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-mt5\@sp {
    margin-top: 5px !important;
  }
  .u-mb5\@sp {
    margin-bottom: 5px !important;
  }
  .u-ml5\@sp {
    margin-left: 5px !important;
  }
  .u-mr5\@sp {
    margin-right: 5px !important;
  }
  .u-pt5\@sp {
    padding-top: 5px !important;
  }
  .u-pb5\@sp {
    padding-bottom: 5px !important;
  }
  .u-pl5\@sp {
    padding-left: 5px !important;
  }
  .u-pr5\@sp {
    padding-right: 5px !important;
  }
  .u-px5\@sp {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-py5\@sp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-mt10\@sp {
    margin-top: 10px !important;
  }
  .u-mb10\@sp {
    margin-bottom: 10px !important;
  }
  .u-ml10\@sp {
    margin-left: 10px !important;
  }
  .u-mr10\@sp {
    margin-right: 10px !important;
  }
  .u-pt10\@sp {
    padding-top: 10px !important;
  }
  .u-pb10\@sp {
    padding-bottom: 10px !important;
  }
  .u-pl10\@sp {
    padding-left: 10px !important;
  }
  .u-pr10\@sp {
    padding-right: 10px !important;
  }
  .u-px10\@sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-py10\@sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-mt15\@sp {
    margin-top: 15px !important;
  }
  .u-mb15\@sp {
    margin-bottom: 15px !important;
  }
  .u-ml15\@sp {
    margin-left: 15px !important;
  }
  .u-mr15\@sp {
    margin-right: 15px !important;
  }
  .u-pt15\@sp {
    padding-top: 15px !important;
  }
  .u-pb15\@sp {
    padding-bottom: 15px !important;
  }
  .u-pl15\@sp {
    padding-left: 15px !important;
  }
  .u-pr15\@sp {
    padding-right: 15px !important;
  }
  .u-px15\@sp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-py15\@sp {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-mt20\@sp {
    margin-top: 20px !important;
  }
  .u-mb20\@sp {
    margin-bottom: 20px !important;
  }
  .u-ml20\@sp {
    margin-left: 20px !important;
  }
  .u-mr20\@sp {
    margin-right: 20px !important;
  }
  .u-pt20\@sp {
    padding-top: 20px !important;
  }
  .u-pb20\@sp {
    padding-bottom: 20px !important;
  }
  .u-pl20\@sp {
    padding-left: 20px !important;
  }
  .u-pr20\@sp {
    padding-right: 20px !important;
  }
  .u-px20\@sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-py20\@sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-mt25\@sp {
    margin-top: 25px !important;
  }
  .u-mb25\@sp {
    margin-bottom: 25px !important;
  }
  .u-ml25\@sp {
    margin-left: 25px !important;
  }
  .u-mr25\@sp {
    margin-right: 25px !important;
  }
  .u-pt25\@sp {
    padding-top: 25px !important;
  }
  .u-pb25\@sp {
    padding-bottom: 25px !important;
  }
  .u-pl25\@sp {
    padding-left: 25px !important;
  }
  .u-pr25\@sp {
    padding-right: 25px !important;
  }
  .u-px25\@sp {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-py25\@sp {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .u-mt30\@sp {
    margin-top: 30px !important;
  }
  .u-mb30\@sp {
    margin-bottom: 30px !important;
  }
  .u-ml30\@sp {
    margin-left: 30px !important;
  }
  .u-mr30\@sp {
    margin-right: 30px !important;
  }
  .u-pt30\@sp {
    padding-top: 30px !important;
  }
  .u-pb30\@sp {
    padding-bottom: 30px !important;
  }
  .u-pl30\@sp {
    padding-left: 30px !important;
  }
  .u-pr30\@sp {
    padding-right: 30px !important;
  }
  .u-px30\@sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-py30\@sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u-mt35\@sp {
    margin-top: 35px !important;
  }
  .u-mb35\@sp {
    margin-bottom: 35px !important;
  }
  .u-ml35\@sp {
    margin-left: 35px !important;
  }
  .u-mr35\@sp {
    margin-right: 35px !important;
  }
  .u-pt35\@sp {
    padding-top: 35px !important;
  }
  .u-pb35\@sp {
    padding-bottom: 35px !important;
  }
  .u-pl35\@sp {
    padding-left: 35px !important;
  }
  .u-pr35\@sp {
    padding-right: 35px !important;
  }
  .u-px35\@sp {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .u-py35\@sp {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .u-mt40\@sp {
    margin-top: 40px !important;
  }
  .u-mb40\@sp {
    margin-bottom: 40px !important;
  }
  .u-ml40\@sp {
    margin-left: 40px !important;
  }
  .u-mr40\@sp {
    margin-right: 40px !important;
  }
  .u-pt40\@sp {
    padding-top: 40px !important;
  }
  .u-pb40\@sp {
    padding-bottom: 40px !important;
  }
  .u-pl40\@sp {
    padding-left: 40px !important;
  }
  .u-pr40\@sp {
    padding-right: 40px !important;
  }
  .u-px40\@sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40\@sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-mt45\@sp {
    margin-top: 45px !important;
  }
  .u-mb45\@sp {
    margin-bottom: 45px !important;
  }
  .u-ml45\@sp {
    margin-left: 45px !important;
  }
  .u-mr45\@sp {
    margin-right: 45px !important;
  }
  .u-pt45\@sp {
    padding-top: 45px !important;
  }
  .u-pb45\@sp {
    padding-bottom: 45px !important;
  }
  .u-pl45\@sp {
    padding-left: 45px !important;
  }
  .u-pr45\@sp {
    padding-right: 45px !important;
  }
  .u-px45\@sp {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .u-py45\@sp {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .u-mt50\@sp {
    margin-top: 50px !important;
  }
  .u-mb50\@sp {
    margin-bottom: 50px !important;
  }
  .u-ml50\@sp {
    margin-left: 50px !important;
  }
  .u-mr50\@sp {
    margin-right: 50px !important;
  }
  .u-pt50\@sp {
    padding-top: 50px !important;
  }
  .u-pb50\@sp {
    padding-bottom: 50px !important;
  }
  .u-pl50\@sp {
    padding-left: 50px !important;
  }
  .u-pr50\@sp {
    padding-right: 50px !important;
  }
  .u-px50\@sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-py50\@sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-mt55\@sp {
    margin-top: 55px !important;
  }
  .u-mb55\@sp {
    margin-bottom: 55px !important;
  }
  .u-ml55\@sp {
    margin-left: 55px !important;
  }
  .u-mr55\@sp {
    margin-right: 55px !important;
  }
  .u-pt55\@sp {
    padding-top: 55px !important;
  }
  .u-pb55\@sp {
    padding-bottom: 55px !important;
  }
  .u-pl55\@sp {
    padding-left: 55px !important;
  }
  .u-pr55\@sp {
    padding-right: 55px !important;
  }
  .u-px55\@sp {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .u-py55\@sp {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .u-mt60\@sp {
    margin-top: 60px !important;
  }
  .u-mb60\@sp {
    margin-bottom: 60px !important;
  }
  .u-ml60\@sp {
    margin-left: 60px !important;
  }
  .u-mr60\@sp {
    margin-right: 60px !important;
  }
  .u-pt60\@sp {
    padding-top: 60px !important;
  }
  .u-pb60\@sp {
    padding-bottom: 60px !important;
  }
  .u-pl60\@sp {
    padding-left: 60px !important;
  }
  .u-pr60\@sp {
    padding-right: 60px !important;
  }
  .u-px60\@sp {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-py60\@sp {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .u-mt65\@sp {
    margin-top: 65px !important;
  }
  .u-mb65\@sp {
    margin-bottom: 65px !important;
  }
  .u-ml65\@sp {
    margin-left: 65px !important;
  }
  .u-mr65\@sp {
    margin-right: 65px !important;
  }
  .u-pt65\@sp {
    padding-top: 65px !important;
  }
  .u-pb65\@sp {
    padding-bottom: 65px !important;
  }
  .u-pl65\@sp {
    padding-left: 65px !important;
  }
  .u-pr65\@sp {
    padding-right: 65px !important;
  }
  .u-px65\@sp {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .u-py65\@sp {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .u-mt70\@sp {
    margin-top: 70px !important;
  }
  .u-mb70\@sp {
    margin-bottom: 70px !important;
  }
  .u-ml70\@sp {
    margin-left: 70px !important;
  }
  .u-mr70\@sp {
    margin-right: 70px !important;
  }
  .u-pt70\@sp {
    padding-top: 70px !important;
  }
  .u-pb70\@sp {
    padding-bottom: 70px !important;
  }
  .u-pl70\@sp {
    padding-left: 70px !important;
  }
  .u-pr70\@sp {
    padding-right: 70px !important;
  }
  .u-px70\@sp {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-py70\@sp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .u-mt75\@sp {
    margin-top: 75px !important;
  }
  .u-mb75\@sp {
    margin-bottom: 75px !important;
  }
  .u-ml75\@sp {
    margin-left: 75px !important;
  }
  .u-mr75\@sp {
    margin-right: 75px !important;
  }
  .u-pt75\@sp {
    padding-top: 75px !important;
  }
  .u-pb75\@sp {
    padding-bottom: 75px !important;
  }
  .u-pl75\@sp {
    padding-left: 75px !important;
  }
  .u-pr75\@sp {
    padding-right: 75px !important;
  }
  .u-px75\@sp {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .u-py75\@sp {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .u-mt80\@sp {
    margin-top: 80px !important;
  }
  .u-mb80\@sp {
    margin-bottom: 80px !important;
  }
  .u-ml80\@sp {
    margin-left: 80px !important;
  }
  .u-mr80\@sp {
    margin-right: 80px !important;
  }
  .u-pt80\@sp {
    padding-top: 80px !important;
  }
  .u-pb80\@sp {
    padding-bottom: 80px !important;
  }
  .u-pl80\@sp {
    padding-left: 80px !important;
  }
  .u-pr80\@sp {
    padding-right: 80px !important;
  }
  .u-px80\@sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80\@sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-mt85\@sp {
    margin-top: 85px !important;
  }
  .u-mb85\@sp {
    margin-bottom: 85px !important;
  }
  .u-ml85\@sp {
    margin-left: 85px !important;
  }
  .u-mr85\@sp {
    margin-right: 85px !important;
  }
  .u-pt85\@sp {
    padding-top: 85px !important;
  }
  .u-pb85\@sp {
    padding-bottom: 85px !important;
  }
  .u-pl85\@sp {
    padding-left: 85px !important;
  }
  .u-pr85\@sp {
    padding-right: 85px !important;
  }
  .u-px85\@sp {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .u-py85\@sp {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .u-mt90\@sp {
    margin-top: 90px !important;
  }
  .u-mb90\@sp {
    margin-bottom: 90px !important;
  }
  .u-ml90\@sp {
    margin-left: 90px !important;
  }
  .u-mr90\@sp {
    margin-right: 90px !important;
  }
  .u-pt90\@sp {
    padding-top: 90px !important;
  }
  .u-pb90\@sp {
    padding-bottom: 90px !important;
  }
  .u-pl90\@sp {
    padding-left: 90px !important;
  }
  .u-pr90\@sp {
    padding-right: 90px !important;
  }
  .u-px90\@sp {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-py90\@sp {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .u-mt95\@sp {
    margin-top: 95px !important;
  }
  .u-mb95\@sp {
    margin-bottom: 95px !important;
  }
  .u-ml95\@sp {
    margin-left: 95px !important;
  }
  .u-mr95\@sp {
    margin-right: 95px !important;
  }
  .u-pt95\@sp {
    padding-top: 95px !important;
  }
  .u-pb95\@sp {
    padding-bottom: 95px !important;
  }
  .u-pl95\@sp {
    padding-left: 95px !important;
  }
  .u-pr95\@sp {
    padding-right: 95px !important;
  }
  .u-px95\@sp {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .u-py95\@sp {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .u-mt100\@sp {
    margin-top: 100px !important;
  }
  .u-mb100\@sp {
    margin-bottom: 100px !important;
  }
  .u-ml100\@sp {
    margin-left: 100px !important;
  }
  .u-mr100\@sp {
    margin-right: 100px !important;
  }
  .u-pt100\@sp {
    padding-top: 100px !important;
  }
  .u-pb100\@sp {
    padding-bottom: 100px !important;
  }
  .u-pl100\@sp {
    padding-left: 100px !important;
  }
  .u-pr100\@sp {
    padding-right: 100px !important;
  }
  .u-px100\@sp {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-py100\@sp {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .u-text--left\@sp {
    text-align: left !important;
  }
  .u-text--center\@sp {
    text-align: center !important;
  }
  .u-text--right\@sp {
    text-align: right !important;
  }
}