@charset "UTF-8";
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*, ::before, ::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */ }

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

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

/* Sections
 * ========================================================================== */
/**
 * 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: 0.67em 0; }

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

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

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

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

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

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection, ::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

/* 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:not(:root) {
  overflow: hidden; }

/**
 * Hide the overflow in IE.
 */
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

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

/**
 * Remove the margin in Safari.
 */
button, input, select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
  -webkit-appearance: button; }

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

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

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

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

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  padding: 0; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-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 */ }

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }
  dialog:not([open]) {
    display: none; }

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

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

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"], [disabled] {
  cursor: not-allowed; }

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

/* ==========================================================================
  Foundation
========================================================================== */
/*
 * base
 */
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  overflow-x: hidden; }

body {
  line-height: 1.8;
  color: #333;
  position: relative;
  background: #fff;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,YuGothic,'Yu Gothic','メイリオ',sans-serif;
  letter-spacing: .05em;
  overflow: hidden;
  font-weight: 400; }
  @media only screen and (max-width: 899px) {
    body {
      padding-top: 100px;
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print, screen and (min-width: 900px) {
    body {
      padding-top: 25px;
      font-size: 15px;
      font-size: 1.5rem; } }
  @media only screen and (max-width: 768px) {
    body {
      padding-top: 125px; } }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4; }

a {
  color: inherit;
  text-decoration: none; }

@media print, screen and (min-width: 900px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default; }
    a[href^="tel:"]:hover {
      text-decoration: none; } }

img,
svg {
  vertical-align: top;
  height: auto;
  max-width: 100%; }

ul, ol, dl {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

address {
  font-style: normal; }

i {
  font-style: normal; }

input:not([type="checkbox"]):not([type="radio"]), button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit; }

button {
  cursor: pointer; }

p {
  margin: 0; }

sup {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem; }

b {
  font-weight: 500; }

/* ==========================================================================
  Layout
========================================================================== */
.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }

.l-header-inr {
  position: relative;
  width: 100%; }
  .l-header-inr.is-fix {
    position: fixed;
    top: 0;
    left: 0; }

.l-header-logo {
  background: #fff; }
  @media only screen and (max-width: 899px) {
    .l-header-logo {
      width: calc(100% - 75px);
      height: 75px;
      border-bottom: 1px solid #ebebeb; } }
  @media print, screen and (min-width: 900px) {
    .l-header-logo {
      width: 240px;
      height: 120px;
      position: absolute;
      top: 0;
      left: 0; } }

.l-header-logo-inr,
.l-header-logo-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 899px) {
    .l-header-logo-inr,
    .l-header-logo-link {
      padding-left: 15px; } }
  @media print, screen and (min-width: 900px) {
    .l-header-logo-inr,
    .l-header-logo-link {
      flex-direction: column;
      justify-content: center; } }
  @media only screen and (max-width: 374px) {
    .l-header-logo-inr,
    .l-header-logo-link {
      padding-left: 10px; } }

@media print, screen and (min-width: 900px) {
  .l-header-logo-link {
    transition: opacity .4s; }
    .l-header-logo-link:hover {
      opacity: .6; } }

@media only screen and (max-width: 899px) {
  .l-header-logo-img {
    width: 122px;
    height: auto; } }
@media print, screen and (min-width: 900px) {
  .l-header-logo-img {
    width: 190px; } }
@media only screen and (max-width: 374px) {
  .l-header-logo-img {
    width: 110px;
    height: auto; } }

.l-header-logo-txt {
  line-height: 1.5; }
  @media only screen and (max-width: 899px) {
    .l-header-logo-txt {
      font-size: 12px;
      font-size: 1.2rem;
      padding-left: 15px;
      margin-left: 15px;
      border-left: 1px solid #ebebeb; } }
  @media print, screen and (min-width: 900px) {
    .l-header-logo-txt {
      display: block;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: normal;
      margin-top: .5em; } }
  @media only screen and (max-width: 374px) {
    .l-header-logo-txt {
      font-size: 10px;
      font-size: 1rem;
      padding-left: 8px;
      margin-left: 8px; } }

.l-header-menu {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  font-size: 10px;
  font-size: 1rem;
  transition: background .4s, color .4s; }
  @media only screen and (max-width: 899px) {
    .l-header-menu {
      border-left: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb; } }
  @media print, screen and (min-width: 900px) {
    .l-header-menu:hover {
      background: #ff7e00;
      color: #fff; }
      .l-header-menu:hover .l-header-menu-icon {
        -webkit-transform: translate3d(-50%, -50%, 100px) rotateY(360deg);
        transform: translate3d(-50%, -50%, 100px) rotateY(360deg); }
        .l-header-menu:hover .l-header-menu-icon:before, .l-header-menu:hover .l-header-menu-icon:after,
        .l-header-menu:hover .l-header-menu-icon i {
          background: #fff; } }
  .l-header-menu.is-open {
    background: #ff7e00;
    color: #fff; }
    .l-header-menu.is-open .l-header-menu-icon:before {
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
      transform: translate(-50%, -50%) rotate(135deg);
      background: #fff; }
    .l-header-menu.is-open .l-header-menu-icon:after {
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      transform: translate(-50%, -50%) rotate(-135deg);
      background: #fff; }
    .l-header-menu.is-open .l-header-menu-icon i {
      opacity: 0;
      background: #fff; }
    .l-header-menu.is-open .l-header-menu-txt i {
      display: block;
      transform: translate(0, -100%); }

.l-header-menu-icon {
  width: 20px;
  height: 16px;
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 100px) rotateY(0deg);
  transform: translate3d(-50%, -50%, 100px) rotateY(0deg); }
  @media print, screen and (min-width: 900px) {
    .l-header-menu-icon {
      transition: transform .8s; } }
  .l-header-menu-icon:before, .l-header-menu-icon:after,
  .l-header-menu-icon i {
    display: block;
    width: 20px;
    height: 2px;
    background: #ff7e00;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    transition: background .4s, opacity .4s, transform .4s, top .4s; }
  .l-header-menu-icon:before {
    content: "";
    top: 1px; }
  .l-header-menu-icon:after {
    content: "";
    top: 15px; }
  .l-header-menu-icon i {
    top: 50%; }

.l-header-menu-txt {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  text-align: center;
  height: 1.8em;
  overflow: hidden; }
  .l-header-menu-txt i {
    transition: transform .4s;
    display: block; }

.l-header-option {
  position: absolute; }
  @media only screen and (max-width: 899px) {
    .l-header-option {
      top: 0;
      left: 0;
      display: flex;
      width: 100%;
      height: 0;
      padding-right: 75px; } }
  @media print, screen and (min-width: 900px) {
    .l-header-option {
      top: 75px;
      right: 0; } }
  .l-header-option li {
    height: 75px; }
    @media only screen and (max-width: 899px) {
      .l-header-option li {
        width: calc(100% / 3);
        border-bottom: 1px solid #ebebeb; }
        .l-header-option li:not(:last-child) {
          border-right: 1px solid #ebebeb; }
        .l-header-option li:nth-child(1) {
          transition: transform .3s;
          -webkit-transform: translateX(calc(300% + 75px));
          transform: translateX(calc(300% + 75px)); }
        .l-header-option li:nth-child(2) {
          transition: transform .3s;
          -webkit-transform: translateX(calc(200% + 75px));
          transform: translateX(calc(200% + 75px)); }
        .l-header-option li:nth-child(3) {
          transition: transform .3s;
          -webkit-transform: translateX(calc(100% + 75px));
          transform: translateX(calc(100% + 75px)); } }
    @media print, screen and (min-width: 900px) {
      .l-header-option li {
        width: 75px;
        border-top: 1px solid #ebebeb; } }
  .l-header-option a {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 10px;
    font-size: 1rem; }
    @media print, screen and (min-width: 900px) {
      .l-header-option a {
        transition: background .4s, color .4s; }
        .l-header-option a:hover {
          background: #ff7e00;
          color: #fff; }
          .l-header-option a:hover .l-header-search-icon,
          .l-header-option a:hover .l-header-english-icon,
          .l-header-option a:hover .l-header-access-icon {
            fill: #fff;
            -webkit-transform: translate3d(-50%, -50%, 100px) rotateY(360deg);
            transform: translate3d(-50%, -50%, 100px) rotateY(360deg); } }
  @media only screen and (max-width: 899px) {
    .l-header-option.is-open li:nth-child(1) {
      transition: transform .3s .10s;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .l-header-option.is-open li:nth-child(2) {
      transition: transform .3s .05s;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .l-header-option.is-open li:nth-child(3) {
      transition: transform .3s;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

.l-header-search-icon,
.l-header-english-icon,
.l-header-access-icon {
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 100px) rotateY(0deg);
  transform: translate3d(-50%, -50%, 100px) rotateY(0deg);
  fill: #ff7e00;
  height: auto; }
  @media print, screen and (min-width: 900px) {
    .l-header-search-icon,
    .l-header-english-icon,
    .l-header-access-icon {
      transition: transform .8s, fill .4s; } }

.l-header-search-icon {
  width: 18px; }

.l-header-english-icon {
  width: 24px; }

.l-header-access-icon {
  width: 18px; }

.l-header-option-txt {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  text-align: center; }

.l-header-nav {
  background: #5a5757;
  position: absolute;
  top: 0;
  transition: left .3s; }
  @media only screen and (max-width: 899px) {
    .l-header-nav {
      width: 100%;
      padding-top: 75px;
      height: 100vh;
      left: 100%; } }
  @media print, screen and (min-width: 900px) {
    .l-header-nav {
      width: calc(100% + 100px);
      height: 100vh;
      overflow: auto;
      display: flex;
      justify-content: center;
      margin: 0 -50px;
      left: calc(100% + 50px); } }
  .l-header-nav.is-open {
    transition: left .3s .1s;
    left: 0; }

.l-header-gnav {
  color: #fff;
  font-weight: 300; }
  @media only screen and (max-width: 899px) {
    .l-header-gnav {
      overflow: auto;
      height: 100%; } }
  @media print, screen and (min-width: 900px) {
    .l-header-gnav {
      width: 580px;
      padding-top: 80px; } }
  .l-header-gnav > li:not(:first-child) {
    border-top: 1px solid #999; }
  @media only screen and (max-width: 899px) {
    .l-header-gnav > li:last-child {
      padding-bottom: 130px; } }
  @media print, screen and (min-width: 900px) {
    .l-header-gnav > li:last-child {
      padding-bottom: 80px; } }
  .l-header-gnav > li > a {
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: relative; }
    @media only screen and (max-width: 899px) {
      .l-header-gnav > li > a {
        padding: 1.1em;
        text-align: center; } }
    @media print, screen and (min-width: 900px) {
      .l-header-gnav > li > a {
        padding: .8em 30px;
        transition: background .4s; }
        .l-header-gnav > li > a:hover {
          background: rgba(255, 255, 255, 0.2); } }
    .l-header-gnav > li > a:after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #ff7e00;
      border-right: 2px solid #ff7e00;
      position: absolute;
      top: 50%;
      right: 1em;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg); }

.l-header-gnav-sociology {
  border-left-color: #5aaf32 !important; }

.l-header-gnav-psychology {
  border-left-color: #006fbc !important; }

.l-header-gnav-media {
  border-left-color: #f39800 !important; }

.l-header-gnav-social {
  border-left-color: #eb613b !important; }

@media only screen and (max-width: 899px) {
  .l-header-gnav-sub {
    display: none; } }
@media print, screen and (min-width: 900px) {
  .l-header-gnav-sub > li:last-child {
    padding-bottom: 1em; }
  .l-header-gnav-sub > li > a {
    display: block;
    position: relative;
    padding: .3em 30px .3em 50px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transition: background .4s; }
    .l-header-gnav-sub > li > a:hover {
      background: rgba(255, 255, 255, 0.2); }
    .l-header-gnav-sub > li > a:after {
      content: "";
      display: block;
      width: 4px;
      height: 1px;
      background: #999;
      position: absolute;
      top: 50%;
      left: 30px; } }

.l-modal-search {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 9999; }
  @media only screen and (max-width: 899px) {
    .l-modal-search {
      width: calc(100% - 30px);
      height: 45px; } }
  @media print, screen and (min-width: 900px) {
    .l-modal-search {
      width: 700px;
      height: 70px; } }

.l-search-inr {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media only screen and (max-width: 899px) {
    .l-search-inr {
      width: 100%;
      height: 45px; } }
  @media print, screen and (min-width: 900px) {
    .l-search-inr {
      width: 700px;
      height: 70px; } }
  .l-search-inr .gsc-input {
    padding-right: 0 !important; }
    @media print, screen and (min-width: 900px) {
      .l-search-inr .gsc-input {
        height: 70px; } }
    @media only screen and (max-width: 899px) {
      .l-search-inr .gsc-input {
        height: 45px; } }
  .l-search-inr .gsc-search-button {
    border: none;
    background: #ff7e00;
    padding: 0; }
    @media only screen and (max-width: 899px) {
      .l-search-inr .gsc-search-button {
        height: 45px;
        width: 20%; } }
    @media print, screen and (min-width: 900px) {
      .l-search-inr .gsc-search-button {
        height: 70px;
        width: 70px; } }
  @media only screen and (max-width: 899px) {
    .l-search-inr .gsc-search-button-v2 {
      width: 100%; } }
  .l-search-inr .gsc-search-button:hover {
    background: #ed7500; }
  @media only screen and (max-width: 899px) {
    .l-search-inr .gsc-search-button svg {
      width: 18px; } }
  @media print, screen and (min-width: 900px) {
    .l-search-inr .gsc-search-button svg {
      width: 25px; } }

.l-modaal-close {
  margin-left: 10px;
  background: #ebebeb;
  position: relative; }
  @media only screen and (max-width: 899px) {
    .l-modaal-close {
      width: 17%;
      height: 47px; } }
  @media print, screen and (min-width: 900px) {
    .l-modaal-close {
      height: 71px;
      width: 71px; } }
  .l-modaal-close:before, .l-modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    border-radius: 4px;
    background: #999;
    transition: background .2s ease-in-out; }
    @media only screen and (max-width: 899px) {
      .l-modaal-close:before, .l-modaal-close:after {
        top: 8px;
        left: 23px;
        width: 4px;
        height: 22px; } }
    @media print, screen and (min-width: 900px) {
      .l-modaal-close:before, .l-modaal-close:after {
        top: 14px;
        left: 23px;
        width: 4px;
        height: 22px; } }
  .l-modaal-close:before {
    background: #999;
    border-radius: 0;
    width: 2px;
    height: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(-45deg); }
  .l-modaal-close:after {
    background: #999;
    border-radius: 0;
    width: 2px;
    height: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg); }
  .l-modaal-close span {
    display: block;
    color: #999; }
    @media only screen and (max-width: 899px) {
      .l-modaal-close span {
        font-size: 10px;
        font-size: 1rem;
        margin-top: 23px; } }
    @media print, screen and (min-width: 900px) {
      .l-modaal-close span {
        margin-top: 25px;
        font-size: 12px;
        font-size: 1.2rem; } }

@media only screen and (max-width: 899px) {
  .l-search-from {
    width: 80%; } }
.l-search-from .gsc-input {
  box-sizing: border-box; }
  @media only screen and (max-width: 899px) {
    .l-search-from .gsc-input {
      width: 80%; } }
  @media print, screen and (min-width: 900px) {
    .l-search-from .gsc-input {
      width: 547px; } }
.l-search-from .gsib_a {
  padding: 0 10px; }
.l-search-from .gsc-input-box {
  padding: 0;
  border-radius: 0 !important; }

.l-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5a5757;
  z-index: 999; }

.l-breadcrumbs {
  line-height: 1.4;
  background: #ebebeb; }
  @media only screen and (max-width: 899px) {
    .l-breadcrumbs {
      padding: 10px 0 12px; } }
  @media print, screen and (min-width: 900px) {
    .l-breadcrumbs {
      padding: 15px 0 18px; } }
  .l-breadcrumbs li {
    display: inline;
    position: relative; }
    @media only screen and (max-width: 899px) {
      .l-breadcrumbs li {
        font-size: 10px;
        font-size: 1rem; } }
    @media print, screen and (min-width: 900px) {
      .l-breadcrumbs li {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media only screen and (max-width: 899px) {
      .l-breadcrumbs li:first-child {
        padding-left: 1.4em; } }
    @media print, screen and (min-width: 900px) {
      .l-breadcrumbs li:first-child {
        padding-left: 1.7em; } }
    .l-breadcrumbs li:first-child:before {
      content: "";
      display: block;
      background: url(/Fc_soc/_assets/_common/img/icon-home.svg) 50% 50%/contain no-repeat;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media only screen and (max-width: 899px) {
        .l-breadcrumbs li:first-child:before {
          width: 10px;
          height: 8px; } }
      @media print, screen and (min-width: 900px) {
        .l-breadcrumbs li:first-child:before {
          width: 14px;
          height: 11px; } }
    .l-breadcrumbs li:not(:last-child):after {
      content: "";
      display: inline-block;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media only screen and (max-width: 899px) {
        .l-breadcrumbs li:not(:last-child):after {
          border-top: 1px solid #999;
          border-right: 1px solid #999;
          width: 5px;
          height: 5px;
          margin: 1px 5px; } }
      @media print, screen and (min-width: 900px) {
        .l-breadcrumbs li:not(:last-child):after {
          border-top: 2px solid #999;
          border-right: 2px solid #999;
          width: 6px;
          height: 6px;
          margin: 1px 7px; } }
    @media print, screen and (min-width: 900px) {
      .l-breadcrumbs li a:hover {
        text-decoration: underline; } }

.l-footer {
  background: #5a5757; }
  @media print, screen and (min-width: 900px) {
    .l-footer {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      padding: 80px 50px; } }

.l-footer-nav {
  color: #fff;
  font-weight: 300; }
  @media print, screen and (min-width: 900px) {
    .l-footer-nav {
      width: calc(100% - 220px);
      position: relative; } }
  @media only screen and (min-width: 1100px) {
    .l-footer-nav {
      width: calc(100% - 250px); } }

@media only screen and (max-width: 899px) {
  .l-footer-gnav {
    padding: 30px; } }
@media only screen and (max-width: 899px) {
  .l-footer-gnav > li:not(:first-child) {
    border-top: 1px solid #999; } }
@media print, screen and (min-width: 900px) {
  .l-footer-gnav > li {
    border-top: 1px solid #999;
    padding: 15px 5px; } }
@media only screen and (max-width: 899px) {
  .l-footer-gnav > li > a {
    display: block;
    padding: 1em;
    text-align: center;
    position: relative; }
    .l-footer-gnav > li > a:after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #ff7e00;
      border-right: 2px solid #ff7e00;
      position: absolute;
      top: 50%;
      right: 1em;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg); } }
@media print, screen and (min-width: 900px) {
  .l-footer-gnav > li > a {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
    padding-left: 1em; }
    .l-footer-gnav > li > a:hover {
      text-decoration: underline; }
    .l-footer-gnav > li > a:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #ff7e00;
      border-right: 2px solid #ff7e00;
      position: absolute;
      top: .95em;
      left: -.2em;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg); } }
@media only screen and (min-width: 1100px) {
  .l-footer-gnav > li > a {
    font-size: 13px;
    font-size: 1.3rem; } }

@media print, screen and (min-width: 900px) {
  .l-footer-gnav-sub {
    margin-top: .5em; }
    .l-footer-gnav-sub > li {
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: .1em; }
      .l-footer-gnav-sub > li > a {
        display: inline-block;
        position: relative;
        padding-left: .6em;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        transition: background .4s; }
        .l-footer-gnav-sub > li > a:hover {
          text-decoration: underline; }
        .l-footer-gnav-sub > li > a:after {
          content: "";
          display: block;
          width: 4px;
          height: 1px;
          background: #999;
          position: absolute;
          top: .9em;
          left: -.2em; } }
@media only screen and (min-width: 1100px) {
  .l-footer-gnav-sub > li {
    font-size: 13px;
    font-size: 1.3rem; } }

@media print, screen and (min-width: 900px) {
  .l-footer-column {
    display: flex;
    position: absolute;
    top: 0;
    left: calc((100% - 20px * 3) / 4 + 20px); }
    .l-footer-column li {
      width: calc((100% - 20px) / 3);
      border-top: 1px solid #999;
      padding: 15px 5px; }
      .l-footer-column li:not(:last-child) {
        margin-right: 20px; }
    .l-footer-column li.l-footer-column-w100 span {
      margin-top: 0 !important; }
    .l-footer-column a {
      display: block; }
      .l-footer-column a:hover {
        text-decoration: underline; } }
@media only screen and (min-width: 1100px) {
  .l-footer-column {
    position: relative;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    width: calc((100% - 20px * 4) / 5 * 2 + 20px);
    margin-right: 20px; }
    .l-footer-column li {
      width: calc((100% - 20px) / 2); }
      .l-footer-column li:not(:last-child) {
        margin-right: 0; }
      .l-footer-column li:first-child {
        margin-right: 20px; }
    .l-footer-column li.l-footer-column-w100 {
      width: 100%;
      border-bottom: 1px solid #999; }
      .l-footer-column li.l-footer-column-w100 span {
        margin-top: 0 !important; } }

@media print, screen and (min-width: 900px) {
  .l-footer-column-img {
    width: calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin: 5px -5px; } }

@media print, screen and (min-width: 900px) {
  .l-footer-column-link {
    display: block;
    position: relative;
    padding-left: 1.5em;
    margin-top: .5em;
    font-size: 12px;
    font-size: 1.2rem; }
    .l-footer-column-link:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #ff7e00;
      border-right: 2px solid #ff7e00;
      position: absolute;
      top: .9em;
      left: .1em;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg); } }
@media only screen and (min-width: 1100px) {
  .l-footer-column-link {
    font-size: 13px;
    font-size: 1.3rem; } }

@media only screen and (min-width: 1100px) {
  .l-footer-main {
    display: flex; } }

@media print, screen and (min-width: 900px) {
  .l-footer-summary {
    width: calc((100% - 20px * 3) / 4);
    margin-right: 20px;
    min-height: 160px; } }
@media only screen and (min-width: 1100px) {
  .l-footer-summary {
    width: calc((100% - 20px * 4) / 5);
    min-height: inherit; } }

@media print, screen and (min-width: 900px) {
  .l-footer-major .l-footer-gnav {
    display: flex; }
    .l-footer-major .l-footer-gnav > li {
      width: calc((100% - 20px * 3) / 4); }
      .l-footer-major .l-footer-gnav > li:not(:last-child) {
        margin-right: 20px; } }
@media only screen and (min-width: 1100px) {
  .l-footer-major {
    width: calc((100% - 20px * 4) / 5 * 4 + 20px * 3); } }

@media only screen and (min-width: 1100px) {
  .l-footer-topic {
    display: flex; } }

@media print, screen and (min-width: 900px) {
  .l-footer-info {
    display: flex; } }
@media only screen and (min-width: 1100px) {
  .l-footer-info {
    width: calc(100% - ((100% - 20px * 4) / 5 * 2 + 20px * 2)); } }

@media print, screen and (min-width: 900px) {
  .l-footer-career {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    border-bottom: 1px solid #999; } }
@media only screen and (min-width: 1100px) {
  .l-footer-career {
    width: calc((100% - 20px * 2) / 3); } }

@media print, screen and (min-width: 900px) {
  .l-footer-graduate {
    width: calc((100% - 20px) / 2);
    border-bottom: 1px solid #999; } }
@media only screen and (min-width: 1100px) {
  .l-footer-graduate {
    width: calc(((100% - 20px * 2) / 3) * 2 + 20px); } }

.l-footer-links {
  display: flex; }
  @media only screen and (max-width: 899px) {
    .l-footer-links {
      padding: 1em 0;
      background: rgba(153, 153, 153, 0.2);
      justify-content: center; } }
  @media print, screen and (min-width: 900px) {
    .l-footer-links {
      border-bottom: 1px solid #999; } }
  @media only screen and (max-width: 899px) {
    .l-footer-links li:not(:last-child) {
      padding-right: .8em;
      margin-right: .8em;
      position: relative; }
      .l-footer-links li:not(:last-child):after {
        content: "";
        width: 1px;
        height: 50%;
        background: #999;
        position: absolute;
        top: 25%;
        right: 0; } }
  @media print, screen and (min-width: 900px) {
    .l-footer-links li {
      padding: 15px 5px;
      width: calc((100% - 20px) / 2); }
      .l-footer-links li:not(:last-child) {
        margin-right: 20px; } }
  @media only screen and (min-width: 1100px) {
    .l-footer-links li {
      width: calc((100% - 20px * 4) / 5 * 2 + 20px); } }
  @media only screen and (max-width: 899px) {
    .l-footer-links a {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 900px) {
    .l-footer-links a {
      font-size: 12px;
      font-size: 1.2rem;
      display: inline-block;
      position: relative;
      padding-left: .7em;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      transition: background .4s; }
      .l-footer-links a:hover {
        text-decoration: underline; }
      .l-footer-links a:after {
        content: "";
        display: block;
        width: 4px;
        height: 1px;
        background: #999;
        position: absolute;
        top: .9em;
        left: -.2em; } }
  @media only screen and (min-width: 1100px) {
    .l-footer-links a {
      font-size: 13px;
      font-size: 1.3rem; } }

@media only screen and (max-width: 899px) {
  .l-footer-foot {
    padding: 40px 0; } }
@media print, screen and (min-width: 900px) {
  .l-footer-foot {
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; } }
@media only screen and (min-width: 1100px) {
  .l-footer-foot {
    width: 250px; } }

@media only screen and (max-width: 899px) {
  .l-footer-logo-link {
    display: flex;
    justify-content: center;
    align-items: center; } }
@media print, screen and (min-width: 900px) {
  .l-footer-logo-link {
    display: inline-block;
    transition: opacity .4s; }
    .l-footer-logo-link:hover {
      opacity: .6; } }

@media only screen and (max-width: 899px) {
  .l-footer-logo-img {
    width: 122px; } }
@media print, screen and (min-width: 900px) {
  .l-footer-logo-img {
    width: 190px; } }
@media only screen and (min-width: 1100px) {
  .l-footer-logo-img {
    width: 205px; } }

.l-footer-logo-txt {
  color: #fff;
  line-height: 1.5;
  display: block; }
  @media only screen and (max-width: 899px) {
    .l-footer-logo-txt {
      font-size: 12px;
      font-size: 1.2rem;
      padding-left: 15px;
      margin-left: 15px;
      border-left: 1px solid #999; } }
  @media print, screen and (min-width: 900px) {
    .l-footer-logo-txt {
      font-size: 13px;
      font-size: 1.3rem;
      margin-top: .5em; } }
  @media only screen and (min-width: 1100px) {
    .l-footer-logo-txt {
      font-size: 14px;
      font-size: 1.4rem; } }

.l-footer-copy {
  color: #999; }
  @media only screen and (max-width: 899px) {
    .l-footer-copy {
      font-size: 10px;
      font-size: 1rem;
      margin-top: 1em;
      text-align: center; } }
  @media print, screen and (min-width: 900px) {
    .l-footer-copy {
      font-size: 10px;
      font-size: 1rem; } }
  .l-footer-copy span {
    display: inline-block;
    white-space: nowrap; }

/* ==========================================================================
  Component
========================================================================== */
@media only screen and (max-width: 899px) {
  .c-container {
    padding: 50px 0; } }
@media print, screen and (min-width: 900px) {
  .c-container {
    padding: 100px 0; } }

@media only screen and (max-width: 899px) {
  .c-section {
    padding: 40px 0; } }
@media print, screen and (min-width: 900px) {
  .c-section {
    padding: 80px 0; } }

@media only screen and (max-width: 899px) {
  .c-box-15 {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 899px) {
  .c-box-30 {
    padding-left: 30px;
    padding-right: 30px; } }

@media only screen and (max-width: 899px) {
  .c-box--15 {
    margin-left: -15px;
    margin-right: -15px; } }

@media print, screen and (min-width: 900px) {
  .c-box-1000 {
    width: 100%;
    max-width: 1100px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto; } }

@media only screen and (max-width: 899px) {
  .c-box-1000-15 {
    padding-left: 15px;
    padding-right: 15px; } }
@media print, screen and (min-width: 900px) {
  .c-box-1000-15 {
    width: 100%;
    max-width: 1100px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto; } }

@media only screen and (max-width: 899px) {
  .c-box-1000-30 {
    padding-left: 30px;
    padding-right: 30px; } }
@media print, screen and (min-width: 900px) {
  .c-box-1000-30 {
    width: 100%;
    max-width: 1100px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto; } }

@media print, screen and (min-width: 900px) {
  .c-box-640 {
    width: 100%;
    max-width: 740px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto; } }

@media only screen and (max-width: 899px) {
  .c-box-640-15 {
    padding-left: 15px;
    padding-right: 15px; } }
@media print, screen and (min-width: 900px) {
  .c-box-640-15 {
    width: 100%;
    max-width: 740px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto; } }

@media only screen and (max-width: 899px) {
  .c-box-640-30 {
    padding-left: 30px;
    padding-right: 30px; } }
@media print, screen and (min-width: 900px) {
  .c-box-640-30 {
    width: 100%;
    max-width: 740px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto; } }

.c-ttl01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 899px) {
    .c-ttl01 {
      height: 190px; } }
  @media print, screen and (min-width: 900px) {
    .c-ttl01 {
      height: 480px; } }

.c-ttl01-bg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .c-ttl01-bg img {
    width: 100%;
    height: 100%; }
  .c-ttl01-bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/Fc_soc/_assets/_common/img/bg-mv-dot.png) 0 0/10px repeat;
    mix-blend-mode: multiply; }

.c-ttl01-txt {
  position: relative;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 1.4; }

.c-ttl01-txt-ja {
  display: block;
  font-weight: 300; }
  @media only screen and (max-width: 899px) {
    .c-ttl01-txt-ja {
      font-size: 30px;
      font-size: 3rem; } }
  @media print, screen and (min-width: 900px) {
    .c-ttl01-txt-ja {
      font-size: 50px;
      font-size: 5rem; } }
  @media only screen and (max-width: 374px) {
    .c-ttl01-txt-ja {
      font-size: 26px;
      font-size: 2.6rem; } }

.c-ttl01-txt-en {
  display: block;
  font-weight: 500;
  margin-top: .5em; }
  @media only screen and (max-width: 899px) {
    .c-ttl01-txt-en {
      font-size: 10px;
      font-size: 1rem; } }
  @media print, screen and (min-width: 900px) {
    .c-ttl01-txt-en {
      font-size: 14px;
      font-size: 1.4rem; } }

.c-ttl01-sub-txt-ja {
  display: block;
  font-weight: 300; }
  @media only screen and (max-width: 899px) {
    .c-ttl01-sub-txt-ja {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 900px) {
    .c-ttl01-sub-txt-ja {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media only screen and (max-width: 374px) {
    .c-ttl01-sub-txt-ja {
      font-size: 14px;
      font-size: 1.4rem; } }

.c-ttl02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 899px) {
    .c-ttl02 {
      height: 150px; } }
  @media print, screen and (min-width: 900px) {
    .c-ttl02 {
      height: 310px; } }

.c-ttl02-txt {
  text-align: center;
  line-height: 1.4; }

.c-ttl02-txt-sub {
  display: block;
  font-weight: 300;
  margin-bottom: .5em; }
  @media only screen and (max-width: 899px) {
    .c-ttl02-txt-sub {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 900px) {
    .c-ttl02-txt-sub {
      font-size: 20px;
      font-size: 2rem; } }

.c-ttl02-txt-main {
  display: block;
  font-weight: 300; }
  @media only screen and (max-width: 899px) {
    .c-ttl02-txt-main {
      font-size: 30px;
      font-size: 3rem; } }
  @media print, screen and (min-width: 900px) {
    .c-ttl02-txt-main {
      font-size: 50px;
      font-size: 5rem; } }
  @media only screen and (max-width: 374px) {
    .c-ttl02-txt-main {
      font-size: 26px;
      font-size: 2.6rem; } }

.c-hl01 {
  position: relative; }
  @media only screen and (max-width: 899px) {
    .c-hl01 {
      padding-bottom: 20px;
      margin-bottom: 25px; } }
  @media print, screen and (min-width: 900px) {
    .c-hl01 {
      padding-bottom: 30px;
      margin-bottom: 35px; } }
  @media only screen and (max-width: 899px) {
    .c-hl01:not(:first-child) {
      margin-top: 30px; } }
  @media print, screen and (min-width: 900px) {
    .c-hl01:not(:first-child) {
      margin-top: 50px; } }
  .c-hl01:after {
    content: "";
    display: block;
    background: #ff7e00;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%); }
    @media only screen and (max-width: 899px) {
      .c-hl01:after {
        width: 27px;
        height: 2px; } }
    @media print, screen and (min-width: 900px) {
      .c-hl01:after {
        width: 54px;
        height: 4px; } }

.c-hl01-center {
  text-align: center; }
  .c-hl01-center:after {
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }

.c-hl01-white {
  color: #fff; }
  .c-hl01-white:after {
    background: #fff; }
  .c-hl01-white .c-hl01-shoulder {
    color: #fff; }

.c-hl01-shoulder {
  color: #ff7e00;
  margin-bottom: .2em; }

.c-hl01-main {
  font-weight: 30; }
  @media only screen and (max-width: 899px) {
    .c-hl01-main {
      font-size: 25px;
      font-size: 2.5rem; } }
  @media print, screen and (min-width: 900px) {
    .c-hl01-main {
      font-size: 40px;
      font-size: 4rem; } }

.c-hl01-lead {
  margin-top: .3em; }

@media only screen and (max-width: 899px) {
  .c-hl02 {
    margin-bottom: 18px; } }
@media print, screen and (min-width: 900px) {
  .c-hl02 {
    margin-bottom: 25px; } }
@media only screen and (max-width: 899px) {
  .c-hl02:not(:first-child) {
    margin-top: 30px; } }
@media print, screen and (min-width: 900px) {
  .c-hl02:not(:first-child) {
    margin-top: 50px; } }

.c-hl02-shoulder {
  margin-bottom: .2em; }
  @media only screen and (max-width: 899px) {
    .c-hl02-shoulder {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 900px) {
    .c-hl02-shoulder {
      font-size: 20px;
      font-size: 2rem; } }

.c-hl02-main {
  font-weight: 400;
  padding-left: .7em;
  position: relative; }
  @media only screen and (max-width: 899px) {
    .c-hl02-main {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 900px) {
    .c-hl02-main {
      font-size: 30px;
      font-size: 3rem; } }
  .c-hl02-main:before {
    content: "";
    display: block;
    height: calc(100% - .25em);
    background: #ff7e00;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%); }
    @media only screen and (max-width: 899px) {
      .c-hl02-main:before {
        width: 4px; } }
    @media print, screen and (min-width: 900px) {
      .c-hl02-main:before {
        width: 8px; } }

@media only screen and (max-width: 899px) {
  .c-hl02-main-offer {
    font-size: 14px;
    font-size: 1.4rem; } }
@media print, screen and (min-width: 900px) {
  .c-hl02-main-offer {
    font-size: 22px;
    font-size: 2.2rem; } }

.c-img01 {
  text-align: center; }
  .c-img01:not(:first-child) {
    margin-top: 2em; }
  .c-img01:not(:last-child) {
    margin-bottom: 2em; }
  .c-img01 img {
    max-width: 100%; }
  .c-img01 figcaption {
    margin-top: .8em; }
    @media only screen and (max-width: 899px) {
      .c-img01 figcaption {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 900px) {
      .c-img01 figcaption {
        font-size: 13px;
        font-size: 1.3rem; } }

.c-list, .c-list-def, .c-list-orange, .c-list-offer, .c-list-offer-num {
  margin-top: 1em; }
  .c-list > li, .c-list-def > li, .c-list-orange > li, .c-list-offer > li, .c-list-offer-num > li,
  .c-list > dd,
  .c-list-def > dd,
  .c-list-orange > dd,
  .c-list-offer > dd,
  .c-list-offer-num > dd {
    text-indent: -1em;
    padding-left: 1em; }
    .c-list > li:not(:first-child), .c-list-def > li:not(:first-child), .c-list-orange > li:not(:first-child), .c-list-offer > li:not(:first-child), .c-list-offer-num > li:not(:first-child),
    .c-list > dd:not(:first-child),
    .c-list-def > dd:not(:first-child),
    .c-list-orange > dd:not(:first-child),
    .c-list-offer > dd:not(:first-child),
    .c-list-offer-num > dd:not(:first-child) {
      margin-top: .2em; }

.c-list-def > li:before,
.c-list-def > dd:before {
  content: "・"; }

.c-list-orange > li,
.c-list-orange > dd {
  position: relative;
  text-indent: 0;
  padding-left: 1em; }
  .c-list-orange > li:before,
  .c-list-orange > dd:before {
    content: "";
    display: block;
    background: #ff7e00;
    position: absolute;
    top: .9em;
    left: .5em;
    -webkit-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
    border-radius: 100%; }
    @media only screen and (max-width: 899px) {
      .c-list-orange > li:before,
      .c-list-orange > dd:before {
        width: 5px;
        height: 5px; } }
    @media print, screen and (min-width: 900px) {
      .c-list-orange > li:before,
      .c-list-orange > dd:before {
        width: 7px;
        height: 7px; } }

@media only screen and (max-width: 899px) {
  .c-list-offer {
    font-size: 11px;
    font-size: 1.1rem; } }
@media print, screen and (min-width: 900px) {
  .c-list-offer {
    font-size: 12px;
    font-size: 1.2rem; } }
.c-list-offer > li:before,
.c-list-offer > dd:before {
  content: "※"; }

@media only screen and (max-width: 899px) {
  .c-list-offer-num {
    font-size: 11px;
    font-size: 1.1rem; } }
@media print, screen and (min-width: 900px) {
  .c-list-offer-num {
    font-size: 12px;
    font-size: 1.2rem; } }
.c-list-offer-num > li,
.c-list-offer-num > dd {
  position: relative;
  text-indent: 0;
  padding-left: 2.5em; }
  .c-list-offer-num > li i,
  .c-list-offer-num > dd i {
    position: absolute;
    top: 0;
    left: 0; }

.c-link01 {
  text-decoration: underline; }
  @media print, screen and (min-width: 900px) {
    .c-link01:hover {
      color: #ff7e00;
      text-decoration: none; } }

.c-link-external01 {
  position: relative;
  padding-left: 14px;
  text-decoration: underline; }
  @media print, screen and (min-width: 900px) {
    .c-link-external01:hover {
      color: #ff7e00;
      text-decoration: none; } }
  .c-link-external01:before {
    content: "";
    display: block;
    background: url(/Fc_soc/_assets/_common/img/icon-external.svg) 50% 50%/contain no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: .9em;
    left: .1em; }
    @media only screen and (max-width: 899px) {
      .c-link-external01:before {
        -webkit-transform: translate(0, -70%);
        transform: translate(0, -70%); } }
    @media print, screen and (min-width: 900px) {
      .c-link-external01:before {
        -webkit-transform: translate(0, -60%);
        transform: translate(0, -60%); } }

.c-link-arrow01, .c-link-back01 {
  position: relative;
  padding-left: 15px;
  display: inline-block; }
  .c-link-arrow01:before, .c-link-back01:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff7e00;
    border-right: 2px solid #ff7e00;
    position: absolute;
    top: 1em;
    left: 0; }
    @media only screen and (max-width: 899px) {
      .c-link-arrow01:before, .c-link-back01:before {
        -webkit-transform: translate(-20%, -50%) rotate(45deg);
        transform: translate(-20%, -50%) rotate(45deg); } }
    @media print, screen and (min-width: 900px) {
      .c-link-arrow01:before, .c-link-back01:before {
        -webkit-transform: translate(-20%, -50%) rotate(45deg);
        transform: translate(-20%, -50%) rotate(45deg); } }

.c-link-back01:before {
  -webkit-transform: translate(20%, -50%) rotate(-135deg);
  transform: translate(20%, -50%) rotate(-135deg); }

@media print, screen and (min-width: 900px) {
  a.c-link-arrow01:hover, a.c-link-back01:hover,
  a.c-link-back01:hover {
    color: #ff7e00; } }

@media only screen and (max-width: 899px) {
  .c-btns {
    margin: 40px 0 0; } }
@media print, screen and (min-width: 900px) {
  .c-btns {
    display: flex;
    justify-content: center;
    margin: 40px -10px 0; } }
@media only screen and (max-width: 899px) {
  .c-btns li {
    width: 280px;
    margin: 10px auto 0; } }
@media print, screen and (min-width: 900px) {
  .c-btns li {
    margin: 20px 10px 0; } }

.c-btn01, .c-btn01-back, .c-btn01-down, .c-btn01-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  min-height: 3.5em;
  position: relative;
  padding: .5em 1.5em;
  background: #fff; }
  @media only screen and (max-width: 899px) {
    .c-btn01, .c-btn01-back, .c-btn01-down, .c-btn01-plus {
      width: 280px; } }
  @media print, screen and (min-width: 900px) {
    .c-btn01, .c-btn01-back, .c-btn01-down, .c-btn01-plus {
      width: 320px;
      transition: background .4s, color .4s, border .4s; }
      .c-btn01:hover, .c-btn01-back:hover, .c-btn01-down:hover, .c-btn01-plus:hover {
        border-color: transparent;
        background: #ff7e00;
        color: #fff; } }
  @media only screen and (max-width: 374px) {
    .c-btn01, .c-btn01-back, .c-btn01-down, .c-btn01-plus {
      width: 260px; } }
  .c-btn01:after, .c-btn01-back:after, .c-btn01-down:after, .c-btn01-plus:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transition: background .4s, border .4s, transform .4s; }

@media print, screen and (min-width: 900px) {
  .c-btn01:hover:after {
    border-color: #fff;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg); } }
.c-btn01:after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff7e00;
  border-right: 2px solid #ff7e00;
  right: 1em;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg); }

@media print, screen and (min-width: 900px) {
  .c-btn01-back:hover:after {
    border-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg); } }
.c-btn01-back:after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff7e00;
  border-right: 2px solid #ff7e00;
  left: 1em;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg); }

@media print, screen and (min-width: 900px) {
  .c-btn01-down:hover:after {
    border-color: #fff;
    -webkit-transform: translate(0, 0) rotate(135deg);
    transform: translate(0, 0) rotate(135deg); } }
.c-btn01-down:after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff7e00;
  border-right: 2px solid #ff7e00;
  right: 1em;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg); }

@media print, screen and (min-width: 900px) {
  .c-btn01-plus:hover:before {
    border-color: #fff;
    -webkit-transform: translate(0, 0) rotate(180deg);
    transform: translate(0, 0) rotate(180deg); }
  .c-btn01-plus:hover:after {
    border-color: #fff;
    -webkit-transform: translate(0, 0) rotate(90deg);
    transform: translate(0, 0) rotate(90deg); } }
.c-btn01-plus:before {
  content: "";
  display: block;
  transition: background .4s, border .4s, transform .4s;
  width: 10px;
  height: 2px;
  border-top: 2px solid #ff7e00;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg); }
.c-btn01-plus:after {
  width: 10px;
  height: 2px;
  border-top: 2px solid #ff7e00;
  right: 1em;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg); }
.c-btn01-plus.is-open:before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg); }
.c-btn01-plus.is-open:after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg); }

@media all and (-ms-high-contrast: none) {
  .c-btn01,
  .c-btn01-back,
  .c-btn01-down,
  .c-btn01-plus {
    height: 3.5em; } }
.c-nav-major-list {
  display: flex; }
  .c-nav-major-list li {
    width: 100%; }
    @media only screen and (max-width: 899px) {
      .c-nav-major-list li:not(:last-child) {
        border-right: 1px solid #ebebeb; } }
    @media print, screen and (min-width: 900px) {
      .c-nav-major-list li {
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb; } }
  .c-nav-major-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.6;
    position: relative; }
    @media only screen and (max-width: 899px) {
      .c-nav-major-list a {
        height: 70px;
        font-size: 12px;
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 900px) {
      .c-nav-major-list a {
        height: 126px;
        transition: background .4s; }
        .c-nav-major-list a:not(.is-actv):hover {
          background: #ff7e00;
          color: #fff; }
          .c-nav-major-list a:not(.is-actv):hover:before {
            right: 1em;
            border-color: #fff; }
        .c-nav-major-list a:before {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-top: 2px solid #ff7e00;
          border-right: 2px solid #ff7e00;
          position: absolute;
          top: 50%;
          right: 1.5em;
          -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
          transition: right .4s; } }
    .c-nav-major-list a:after {
      content: "";
      display: block;
      width: 0;
      position: absolute;
      left: 100%;
      background: #ff7e00;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
      @media only screen and (max-width: 899px) {
        .c-nav-major-list a:after {
          height: 3px; } }
      @media print, screen and (min-width: 900px) {
        .c-nav-major-list a:after {
          height: 8px; } }
    .c-nav-major-list a.is-actv {
      pointer-events: none; }
      .c-nav-major-list a.is-actv:after {
        width: 100%; }
  .c-nav-major-list.c-nav-major-list-psychology a:hover:not(.is-actv) {
    background: #006fbc; }
  .c-nav-major-list.c-nav-major-list-psychology a:before {
    border-top: 2px solid #006fbc;
    border-right: 2px solid #006fbc; }
  .c-nav-major-list.c-nav-major-list-psychology a:after {
    background: #006fbc; }
  .c-nav-major-list.c-nav-major-list-sociology a:hover:not(.is-actv) {
    background: #5aaf32; }
  .c-nav-major-list.c-nav-major-list-sociology a:before {
    border-top: 2px solid #5aaf32;
    border-right: 2px solid #5aaf32; }
  .c-nav-major-list.c-nav-major-list-sociology a:after {
    background: #5aaf32; }
  .c-nav-major-list.c-nav-major-list-media a:hover:not(.is-actv) {
    background: #f39800; }
  .c-nav-major-list.c-nav-major-list-media a:before {
    border-top: 2px solid #f39800;
    border-right: 2px solid #f39800; }
  .c-nav-major-list.c-nav-major-list-media a:after {
    background: #f39800; }
  .c-nav-major-list.c-nav-major-list-social a:hover:not(.is-actv) {
    background: #eb613b; }
  .c-nav-major-list.c-nav-major-list-social a:before {
    border-top: 2px solid #eb613b;
    border-right: 2px solid #eb613b; }
  .c-nav-major-list.c-nav-major-list-social a:after {
    background: #eb613b; }

@media only screen and (max-width: 899px) {
  .c-nav-major-top .c-nav-major-list {
    border-bottom: 1px solid #ebebeb; } }
@media print, screen and (min-width: 900px) {
  .c-nav-major-top .c-nav-major-list {
    border-bottom: 2px solid #ebebeb; } }
.c-nav-major-top .c-nav-major-list a:after {
  bottom: 0; }

@media only screen and (max-width: 899px) {
  .c-nav-major-bottom .c-nav-major-list {
    border-top: 1px solid #ebebeb; } }
@media print, screen and (min-width: 900px) {
  .c-nav-major-bottom .c-nav-major-list {
    border-top: 2px solid #ebebeb; } }
.c-nav-major-bottom .c-nav-major-list a:after {
  top: 0; }

.c-pager {
  display: flex;
  justify-content: center;
  max-width: 100%; }
  @media only screen and (max-width: 899px) {
    .c-pager {
      margin-top: 40px; } }
  @media print, screen and (min-width: 900px) {
    .c-pager {
      margin-top: 60px; } }
  @media only screen and (max-width: 899px) {
    .c-pager li:not(:last-child) {
      margin-right: 5px; } }
  @media print, screen and (min-width: 900px) {
    .c-pager li:not(:last-child) {
      margin-right: 10px; } }
  .c-pager li:first-child:last-child {
    display: none; }
  .c-pager .link_first,
  .c-pager .link_before,
  .c-pager .link_page,
  .c-pager .link_next,
  .c-pager .link_last,
  .c-pager .current_page {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff7e00;
    border: 1px solid #ff7e00;
    padding: 0;
    white-space: nowrap;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
    position: relative; }
    @media only screen and (max-width: 899px) {
      .c-pager .link_first,
      .c-pager .link_before,
      .c-pager .link_page,
      .c-pager .link_next,
      .c-pager .link_last,
      .c-pager .current_page {
        font-size: 10px;
        font-size: 1rem;
        width: 30px;
        height: 30px; } }
    @media print, screen and (min-width: 900px) {
      .c-pager .link_first,
      .c-pager .link_before,
      .c-pager .link_page,
      .c-pager .link_next,
      .c-pager .link_last,
      .c-pager .current_page {
        font-size: 12px;
        font-size: 1.2rem;
        width: 42px;
        height: 42px;
        transition: background .4s, color .4s; } }
    @media print, screen and (min-width: 900px) {
      .c-pager .link_first:hover:not(.current_page),
      .c-pager .link_before:hover:not(.current_page),
      .c-pager .link_page:hover:not(.current_page),
      .c-pager .link_next:hover:not(.current_page),
      .c-pager .link_last:hover:not(.current_page),
      .c-pager .current_page:hover:not(.current_page) {
        background: #ff7e00;
        color: #fff; } }
  @media only screen and (max-width: 899px) {
    .c-pager .link_page,
    .c-pager .current_page {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 900px) {
    .c-pager .link_page,
    .c-pager .current_page {
      font-size: 15px;
      font-size: 1.5rem; } }
  .c-pager .current_page {
    background: #ff7e00;
    color: #fff; }
  .c-pager .link_first {
    margin-right: 20px; }
  .c-pager .link_last {
    margin-left: 20px; }

.c-news-item {
  border-bottom: 1px solid #ddd; }
  @media only screen and (max-width: 899px) {
    .c-news-item {
      padding: 1.2em 0; } }
  @media print, screen and (min-width: 900px) {
    .c-news-item {
      padding: 1.5em 1em; } }
  .c-news-item:first-child {
    border-top: 1px solid #ddd; }
  .c-news-item dd {
    line-height: 1.6; }

.c-interview {
  background: #ecf0f0; }

@media print, screen and (min-width: 900px) {
  .c-interview-list {
    display: flex;
    flex-wrap: wrap; } }

.c-interview-item:nth-child(4) ~ .c-interview-item {
  display: none; }
@media only screen and (max-width: 899px) {
  .c-interview-item:not(:first-child) {
    margin-top: 30px; } }
@media print, screen and (min-width: 900px) {
  .c-interview-item {
    width: calc((100% - 40px) / 2); }
    .c-interview-item:nth-child(odd) {
      margin-right: 40px; }
    .c-interview-item:nth-child(2) ~ .c-interview-item {
      margin-top: 50px; } }

.c-interview-link {
  display: block; }
  @media print, screen and (min-width: 900px) {
    .c-interview-link:hover .c-interview-item-thumb img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    .c-interview-link:hover .c-interview-item-data,
    .c-interview-link:hover .c-interview-item-ttl,
    .c-interview-link:hover .c-interview-item-offer {
      color: #ff7e00; } }

.c-interview-item-thumb {
  position: relative;
  padding-top: 62%;
  overflow: hidden; }
  @media only screen and (max-width: 899px) {
    .c-interview-item-thumb {
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 900px) {
    .c-interview-item-thumb {
      margin-bottom: 15px; } }
  .c-interview-item-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    @media print, screen and (min-width: 900px) {
      .c-interview-item-thumb img {
        transition: transform .4s; } }

@media only screen and (max-width: 899px) {
  .c-interview-item-data {
    font-size: 12px;
    font-size: 1.2rem; } }
@media print, screen and (min-width: 900px) {
  .c-interview-item-data {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color .4s; } }

.c-interview-item-ttl {
  line-height: 1.5;
  font-weight: 300; }
  @media only screen and (max-width: 899px) {
    .c-interview-item-ttl {
      margin-top: 5px;
      font-size: 20px;
      font-size: 2rem; } }
  @media print, screen and (min-width: 900px) {
    .c-interview-item-ttl {
      margin: 5px 10px 0;
      font-size: 26px;
      font-size: 2.6rem;
      transition: color .4s; } }
  .c-interview-item-ttl:before {
    top: .8em; }

.c-interview-item-offer {
  color: #999; }
  @media only screen and (max-width: 899px) {
    .c-interview-item-offer {
      margin: 5px 0 0 15px; } }
  @media print, screen and (min-width: 900px) {
    .c-interview-item-offer {
      margin: 5px 10px 0 25px;
      transition: color .4s; } }

.js-days-modal-btn {
  cursor: pointer;
  display: block; }

.c-overlay {
  display: none;
  width: 100%;
  height: 120vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  cursor: pointer; }

.c-days-modal {
  display: none;
  position: fixed;
  background: #fff;
  z-index: 2000; }
  @media only screen and (max-width: 899px) {
    .c-days-modal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; } }
  @media print, screen and (min-width: 900px) {
    .c-days-modal {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: calc(100% - 80px);
      max-width: 1200px;
      max-height: 750px; } }

.c-days-modal-inr {
  height: 100%; }
  @media only screen and (max-width: 899px) {
    .c-days-modal-inr {
      overflow: auto; } }
  @media print, screen and (min-width: 900px) {
    .c-days-modal-inr {
      overflow: hidden; } }

.c-days-modal-hide {
  display: none; }

.c-days-modal-contents {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.c-days-modal-contents-inr {
  width: 100%;
  position: relative; }

@media only screen and (max-width: 899px) {
  .c-days-modal-container {
    padding-top: 60px; } }
@media print, screen and (min-width: 900px) {
  .c-days-modal-container {
    display: flex; } }

@media print, screen and (min-width: 900px) {
  .c-days-modal-imgs {
    width: 62.5%; } }

@media print, screen and (min-width: 900px) {
  .c-days-modal-carousel {
    margin-bottom: 0 !important; } }
@media print, screen and (min-width: 900px) {
  .c-days-modal-carousel .slick-dots {
    bottom: 60px; } }
.c-days-modal-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px; }
  .c-days-modal-carousel .slick-dots li.slick-active button {
    background: rgba(255, 126, 0, 0.8);
    border: 1px solid #ff7e00; }
.c-days-modal-carousel .slick-dots button {
  width: 10px;
  height: 10px;
  background: rgba(255, 126, 0, 0.3);
  border: 1px solid #ff7e00;
  border-radius: 100%; }
  .c-days-modal-carousel .slick-dots button:before {
    content: none; }

.c-days-modal-carousel-img {
  display: block !important;
  padding-top: 100%;
  position: relative; }
  .c-days-modal-carousel-img img,
  .c-days-modal-carousel-img video {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

@media only screen and (max-width: 899px) {
  .c-days-modal-body {
    padding: 15px; } }
@media print, screen and (min-width: 900px) {
  .c-days-modal-body {
    width: 37.5%;
    position: relative; } }

@media print, screen and (min-width: 900px) {
  .c-days-modal-body-inr {
    padding: 90px 30px 0;
    overflow: auto;
    height: 0; } }

.c-days-modal-close-btn {
  display: block;
  text-align: left;
  padding-left: 3em;
  background: #fff;
  width: 100%;
  height: 60px;
  top: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  z-index: 100; }
  @media only screen and (max-width: 899px) {
    .c-days-modal-close-btn {
      position: fixed; } }
  @media print, screen and (min-width: 900px) {
    .c-days-modal-close-btn {
      position: absolute;
      transition: background .4s, color .4s, border .4s; }
      .c-days-modal-close-btn:hover {
        color: #ff7e00; }
        .c-days-modal-close-btn:hover:after {
          -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg); } }
  .c-days-modal-close-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transition: background .4s, border .4s, transform .4s;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff7e00;
    border-right: 2px solid #ff7e00;
    left: 1em;
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    transform: translate(0, -50%) rotate(-135deg); }

.c-days-modal-body-category {
  justify-content: flex-start;
  margin-bottom: 1em; }
  .c-days-modal-body-category li {
    margin: 0 .5em .5em 0; }

.c-days-modal-body-ttl {
  font-weight: 300;
  margin-bottom: .8em; }
  @media only screen and (max-width: 899px) {
    .c-days-modal-body-ttl {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 900px) {
    .c-days-modal-body-ttl {
      font-size: 26px;
      font-size: 2.6rem; } }

.c-days-modal-body-txt {
  padding-bottom: 30px; }
  .c-days-modal-body-txt p:not(:first-child) {
    margin-top: 1em; }
  .c-days-modal-body-txt a {
    text-decoration: underline; }
    @media print, screen and (min-width: 900px) {
      .c-days-modal-body-txt a:hover {
        color: #ff7e00;
        text-decoration: none; } }

.c-days-modal-slide-prev {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10; }
  @media print, screen and (min-width: 900px) {
    .c-days-modal-slide-prev {
      transition: background .4s; }
      .c-days-modal-slide-prev:hover {
        background: #ff7e00; } }
  .c-days-modal-slide-prev:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%) rotate(-135deg);
    transform: translate(-40%, -50%) rotate(-135deg); }
  .c-days-modal-slide-prev.slick-disabled {
    display: none !important; }

.c-days-modal-slide-next {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10; }
  @media print, screen and (min-width: 900px) {
    .c-days-modal-slide-next {
      transition: background .4s; }
      .c-days-modal-slide-next:hover {
        background: #ff7e00; } }
  .c-days-modal-slide-next:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-60%, -50%) rotate(45deg);
    transform: translate(-60%, -50%) rotate(45deg); }
  .c-days-modal-slide-next.slick-disabled {
    display: none !important; }

.c-youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative; }
  .c-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.c-youtube-caption {
  text-align: center;
  margin-top: 0.8em; }
  @media only screen and (max-width: 899px) {
    .c-youtube-caption {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 900px) {
    .c-youtube-caption {
      font-size: 13px;
      font-size: 1.3rem; } }

.c-picture-caption {
  text-align: center;
  margin-top: 0.8em; }
  @media only screen and (max-width: 899px) {
    .c-picture-caption {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 900px) {
    .c-picture-caption {
      font-size: 13px;
      font-size: 1.3rem; } }

.c-date {
  color: #999;
  margin-bottom: .4em; }
  @media only screen and (max-width: 899px) {
    .c-date {
      font-size: 10px;
      font-size: 1rem; } }
  @media print, screen and (min-width: 900px) {
    .c-date {
      font-size: 12px;
      font-size: 1.2rem; } }

.c-category {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%; }
  @media only screen and (max-width: 899px) {
    .c-category {
      font-size: 11px;
      font-size: 1.1rem; } }
  @media print, screen and (min-width: 900px) {
    .c-category {
      font-size: 13px;
      font-size: 1.3rem; } }
  .c-category li {
    background: #000;
    color: #fff;
    border-radius: 100px;
    padding: 0 .8em;
    margin-left: .5em;
    margin-top: .5em; }

.js-fade {
  opacity: 0; }
  .js-fade.is-anime {
    transition: 1.5s;
    opacity: 1; }

.js-slide-side {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0); }
  .js-slide-side.is-anime {
    transition: 1s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.js-slide-vertical {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px); }
  .js-slide-vertical.is-anime {
    transition: 1s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.js-fade-list > * {
  opacity: 0; }
  .js-fade-list > *.is-anime {
    transition: 1.5s;
    opacity: 1; }

.js-slide-vertical-list > * {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px); }
  .js-slide-vertical-list > *.is-anime {
    transition: 1s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.js-slide-side-list > * {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0); }
  .js-slide-side-list > *.is-anime {
    transition: 1s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.js-fade-list-step .js-step-item {
  opacity: 0; }
  .js-fade-list-step .js-step-item.is-anime {
    transition: 1.5s;
    opacity: 1; }

.js-slide-side-list-step .js-step-item {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0); }
  .js-slide-side-list-step .js-step-item.is-anime {
    transition: .7s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.js-slide-vertical-list-step .js-step-item {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px); }
  .js-slide-vertical-list-step .js-step-item.is-anime {
    transition: .7s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

/* ==========================================================================
  Utility
========================================================================== */
/* display */
.u-dn {
  display: none; }

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

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

.u-mincho {
  font-family: 'Noto Serif JP','YuMincho','Yu Mincho','Hiragino Mincho ProN',serif; }

.u-uppercase {
  text-transform: uppercase; }

.u-capitalize {
  text-transform: capitalize; }

.u-underline {
  text-decoration: underline; }

/* text-align */
.u-tal {
  text-align: left !important; }

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

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

@media only screen and (max-width: 899px) {
  .u-sp-tal {
    text-align: left !important; }

  .u-sp-tar {
    text-align: right !important; }

  .u-sp-tac {
    text-align: center !important; } }
@media print, screen and (min-width: 900px) {
  .u-pc-tal {
    text-align: left !important; }

  .u-pc-tar {
    text-align: right !important; }

  .u-pc-tac {
    text-align: center !important; } }
/* font-weight */
.u-fw-b {
  font-weight: 500; }

@media only screen and (max-width: 899px) {
  .u-sp-fw-b {
    font-weight: 500; } }
@media print, screen and (min-width: 900px) {
  .u-pc-fw-b {
    font-weight: 500; } }
.u-fw-n {
  font-weight: normal; }

@media only screen and (max-width: 899px) {
  .u-sp-fw-n {
    font-weight: normal; } }
@media print, screen and (min-width: 900px) {
  .u-pc-fw-n {
    font-weight: normal; } }
/* float */
.u-fl {
  float: left !important; }

.u-fr {
  float: right !important; }

@media only screen and (max-width: 899px) {
  .u-sp-fl {
    float: left !important; }

  .u-sp-fr {
    float: right !important; } }
@media print, screen and (min-width: 900px) {
  .u-pc-fl {
    float: left !important; }

  .u-pc-fr {
    float: right !important; } }
/* flex */
.u-flex {
  display: flex; }

@media only screen and (max-width: 899px) {
  .u-sp-flex {
    display: flex; } }
@media print, screen and (min-width: 900px) {
  .u-pc-flex {
    display: flex; } }
/* object-fit */
.u-img-cover {
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

@media only screen and (max-width: 899px) {
  .u-sp-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; } }
@media print, screen and (min-width: 900px) {
  .u-pc-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; } }
.u-img-contain {
  -webkit-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

@media only screen and (max-width: 899px) {
  .u-sp-img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'; } }
@media print, screen and (min-width: 900px) {
  .u-pc-img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'; } }
/* clear, clearfix */
.u-cf {
  zoom: 100%; }
  .u-cf:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.u-cl {
  clear: both; }

/* margin & padding */
.u-mt100 {
  margin-top: 100px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 899px) {
  .u-sp-mt100 {
    margin-top: 100px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-sp-pl0 {
    padding-left: 0px !important; } }
@media print, screen and (min-width: 900px) {
  .u-pc-mt100 {
    margin-top: 100px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-pc-pl0 {
    padding-left: 0px !important; } }
/* font-size */
.u-fs50 {
  font-size: 50px !important;
  font-size: 5rem !important; }

.u-fs49 {
  font-size: 49px !important;
  font-size: 4.9rem !important; }

.u-fs48 {
  font-size: 48px !important;
  font-size: 4.8rem !important; }

.u-fs47 {
  font-size: 47px !important;
  font-size: 4.7rem !important; }

.u-fs46 {
  font-size: 46px !important;
  font-size: 4.6rem !important; }

.u-fs45 {
  font-size: 45px !important;
  font-size: 4.5rem !important; }

.u-fs44 {
  font-size: 44px !important;
  font-size: 4.4rem !important; }

.u-fs43 {
  font-size: 43px !important;
  font-size: 4.3rem !important; }

.u-fs42 {
  font-size: 42px !important;
  font-size: 4.2rem !important; }

.u-fs41 {
  font-size: 41px !important;
  font-size: 4.1rem !important; }

.u-fs40 {
  font-size: 40px !important;
  font-size: 4rem !important; }

.u-fs39 {
  font-size: 39px !important;
  font-size: 3.9rem !important; }

.u-fs38 {
  font-size: 38px !important;
  font-size: 3.8rem !important; }

.u-fs37 {
  font-size: 37px !important;
  font-size: 3.7rem !important; }

.u-fs36 {
  font-size: 36px !important;
  font-size: 3.6rem !important; }

.u-fs35 {
  font-size: 35px !important;
  font-size: 3.5rem !important; }

.u-fs34 {
  font-size: 34px !important;
  font-size: 3.4rem !important; }

.u-fs33 {
  font-size: 33px !important;
  font-size: 3.3rem !important; }

.u-fs32 {
  font-size: 32px !important;
  font-size: 3.2rem !important; }

.u-fs31 {
  font-size: 31px !important;
  font-size: 3.1rem !important; }

.u-fs30 {
  font-size: 30px !important;
  font-size: 3rem !important; }

.u-fs29 {
  font-size: 29px !important;
  font-size: 2.9rem !important; }

.u-fs28 {
  font-size: 28px !important;
  font-size: 2.8rem !important; }

.u-fs27 {
  font-size: 27px !important;
  font-size: 2.7rem !important; }

.u-fs26 {
  font-size: 26px !important;
  font-size: 2.6rem !important; }

.u-fs25 {
  font-size: 25px !important;
  font-size: 2.5rem !important; }

.u-fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important; }

.u-fs23 {
  font-size: 23px !important;
  font-size: 2.3rem !important; }

.u-fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important; }

.u-fs21 {
  font-size: 21px !important;
  font-size: 2.1rem !important; }

.u-fs20 {
  font-size: 20px !important;
  font-size: 2rem !important; }

.u-fs19 {
  font-size: 19px !important;
  font-size: 1.9rem !important; }

.u-fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important; }

.u-fs17 {
  font-size: 17px !important;
  font-size: 1.7rem !important; }

.u-fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

.u-fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important; }

.u-fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important; }

.u-fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important; }

.u-fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important; }

.u-fs11 {
  font-size: 11px !important;
  font-size: 1.1rem !important; }

.u-fs10 {
  font-size: 10px !important;
  font-size: 1rem !important; }

@media only screen and (max-width: 899px) {
  .u-sp-fs50 {
    font-size: 5rem !important; }

  .u-sp-fs49 {
    font-size: 4.9rem !important; }

  .u-sp-fs48 {
    font-size: 4.8rem !important; }

  .u-sp-fs47 {
    font-size: 4.7rem !important; }

  .u-sp-fs46 {
    font-size: 4.6rem !important; }

  .u-sp-fs45 {
    font-size: 4.5rem !important; }

  .u-sp-fs44 {
    font-size: 4.4rem !important; }

  .u-sp-fs43 {
    font-size: 4.3rem !important; }

  .u-sp-fs42 {
    font-size: 4.2rem !important; }

  .u-sp-fs41 {
    font-size: 4.1rem !important; }

  .u-sp-fs40 {
    font-size: 4rem !important; }

  .u-sp-fs39 {
    font-size: 3.9rem !important; }

  .u-sp-fs38 {
    font-size: 3.8rem !important; }

  .u-sp-fs37 {
    font-size: 3.7rem !important; }

  .u-sp-fs36 {
    font-size: 3.6rem !important; }

  .u-sp-fs35 {
    font-size: 3.5rem !important; }

  .u-sp-fs34 {
    font-size: 3.4rem !important; }

  .u-sp-fs33 {
    font-size: 3.3rem !important; }

  .u-sp-fs32 {
    font-size: 3.2rem !important; }

  .u-sp-fs31 {
    font-size: 3.1rem !important; }

  .u-sp-fs30 {
    font-size: 3rem !important; }

  .u-sp-fs29 {
    font-size: 2.9rem !important; }

  .u-sp-fs28 {
    font-size: 2.8rem !important; }

  .u-sp-fs27 {
    font-size: 2.7rem !important; }

  .u-sp-fs26 {
    font-size: 2.6rem !important; }

  .u-sp-fs25 {
    font-size: 2.5rem !important; }

  .u-sp-fs24 {
    font-size: 2.4rem !important; }

  .u-sp-fs23 {
    font-size: 2.3rem !important; }

  .u-sp-fs22 {
    font-size: 2.2rem !important; }

  .u-sp-fs21 {
    font-size: 2.1rem !important; }

  .u-sp-fs20 {
    font-size: 2rem !important; }

  .u-sp-fs19 {
    font-size: 1.9rem !important; }

  .u-sp-fs18 {
    font-size: 1.8rem !important; }

  .u-sp-fs17 {
    font-size: 1.7rem !important; }

  .u-sp-fs16 {
    font-size: 1.6rem !important; }

  .u-sp-fs15 {
    font-size: 1.5rem !important; }

  .u-sp-fs14 {
    font-size: 1.4rem !important; }

  .u-sp-fs13 {
    font-size: 1.3rem !important; }

  .u-sp-fs12 {
    font-size: 1.2rem !important; }

  .u-sp-fs11 {
    font-size: 1.1rem !important; }

  .u-sp-fs10 {
    font-size: 1rem !important; } }
@media print, screen and (min-width: 900px) {
  .u-pc-fs50 {
    font-size: 5rem !important; }

  .u-pc-fs49 {
    font-size: 4.9rem !important; }

  .u-pc-fs48 {
    font-size: 4.8rem !important; }

  .u-pc-fs47 {
    font-size: 4.7rem !important; }

  .u-pc-fs46 {
    font-size: 4.6rem !important; }

  .u-pc-fs45 {
    font-size: 4.5rem !important; }

  .u-pc-fs44 {
    font-size: 4.4rem !important; }

  .u-pc-fs43 {
    font-size: 4.3rem !important; }

  .u-pc-fs42 {
    font-size: 4.2rem !important; }

  .u-pc-fs41 {
    font-size: 4.1rem !important; }

  .u-pc-fs40 {
    font-size: 4rem !important; }

  .u-pc-fs39 {
    font-size: 3.9rem !important; }

  .u-pc-fs38 {
    font-size: 3.8rem !important; }

  .u-pc-fs37 {
    font-size: 3.7rem !important; }

  .u-pc-fs36 {
    font-size: 3.6rem !important; }

  .u-pc-fs35 {
    font-size: 3.5rem !important; }

  .u-pc-fs34 {
    font-size: 3.4rem !important; }

  .u-pc-fs33 {
    font-size: 3.3rem !important; }

  .u-pc-fs32 {
    font-size: 3.2rem !important; }

  .u-pc-fs31 {
    font-size: 3.1rem !important; }

  .u-pc-fs30 {
    font-size: 3rem !important; }

  .u-pc-fs29 {
    font-size: 2.9rem !important; }

  .u-pc-fs28 {
    font-size: 2.8rem !important; }

  .u-pc-fs27 {
    font-size: 2.7rem !important; }

  .u-pc-fs26 {
    font-size: 2.6rem !important; }

  .u-pc-fs25 {
    font-size: 2.5rem !important; }

  .u-pc-fs24 {
    font-size: 2.4rem !important; }

  .u-pc-fs23 {
    font-size: 2.3rem !important; }

  .u-pc-fs22 {
    font-size: 2.2rem !important; }

  .u-pc-fs21 {
    font-size: 2.1rem !important; }

  .u-pc-fs20 {
    font-size: 2rem !important; }

  .u-pc-fs19 {
    font-size: 1.9rem !important; }

  .u-pc-fs18 {
    font-size: 1.8rem !important; }

  .u-pc-fs17 {
    font-size: 1.7rem !important; }

  .u-pc-fs16 {
    font-size: 1.6rem !important; }

  .u-pc-fs15 {
    font-size: 1.5rem !important; }

  .u-pc-fs14 {
    font-size: 1.4rem !important; }

  .u-pc-fs13 {
    font-size: 1.3rem !important; }

  .u-pc-fs12 {
    font-size: 1.2rem !important; }

  .u-pc-fs11 {
    font-size: 1.1rem !important; }

  .u-pc-fs10 {
    font-size: 1rem !important; } }

/*# sourceMappingURL=common.css.map */
