@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.5897435897vw;
  }
}

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

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  fill: currentColor;
  width: 100%;
  height: auto;
}

.icon {
  display: inline-block;
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

table {
  width: 100%;
}

th {
  background: #EBF1F5;
  text-align: center;
}

th, td {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 0.5em;
}

@font-face {
  font-family: "gotham_book";
  src: url("../../assets/fonts/gotham_book.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../../assets/fonts/Gotham-Bold.ttf") format("truetype");
}
sub {
  bottom: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*　共通：コンテンツがふわっとフェードイン　*/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s, 0.8s;
          transition-duration: 0.8s, 0.8s;
  -webkit-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeIn {
  -webkit-animation: fadeIn 2s ease forwards;
          animation: fadeIn 2s ease forwards;
  opacity: 0;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-header {
  position: fixed;
  height: 95px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .p-header {
    height: 11.5384615385vw;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
  }
}
.p-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 40px;
  height: 95px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-header-inner {
    padding: 0 5.1282051282vw;
    height: 11.5384615385vw;
  }
}
.p-header-logo {
  width: 212px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-header-logo {
    width: 28.7179487179vw;
  }
}
.p-header-logo a {
  display: block;
}
.p-header-logo img {
  width: 100%;
  height: auto;
}
.p-header-right {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header-entry {
  width: 250px;
  height: auto;
  margin: 0 25px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-header-entry {
    width: 19.2307692308vw;
    height: 10.2564102564vw;
    margin: 0 2.5641025641vw 0 0;
  }
}
.p-header-entry a {
  background: rgb(30, 148, 207);
  background: -webkit-gradient(linear, left top, right top, from(rgb(30, 148, 207)), color-stop(40%, rgb(0, 117, 182)), to(rgb(0, 91, 143)));
  background: linear-gradient(90deg, rgb(30, 148, 207) 0%, rgb(0, 117, 182) 40%, rgb(0, 91, 143) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-header-entry a:hover {
  opacity: 0.7;
}
.p-header-entry a {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  font-family: "Gotham-Bold", sans-serif;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .p-header-entry a {
    font-size: 4.1025641026vw;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-header-entry a span {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-header-entry a span {
    font-size: 2.8205128205vw;
  }
}
.p-header-entry img {
  width: 91.2578px;
}
@media only screen and (max-width: 768px) {
  .p-header-entry img {
    width: 12.8205128205vw;
  }
}
.p-header-menu {
  width: 46px;
  height: auto;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-header-menu {
    width: 7.6923076923vw;
  }
}
.p-header-wrap {
  background: url(../../assets/img/common/img_menu_bg_pc.png) top center/cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .p-header-wrap {
    background: url(../../assets/img/common/img_menu_bg_sp.png) top center/cover;
    overflow-y: scroll;
    padding: 0 0 12.8205128205vw 0;
  }
}
.p-header-wrap.open {
  opacity: 1;
  z-index: 999;
}
.p-header-wrap__close {
  width: 50px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-header-wrap__close {
    width: 8.4615384615vw;
    height: 5.1282051282vw;
    right: 5.1282051282vw;
    top: 12.8205128205vw;
  }
}
.p-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12.8205128205vw 0 0 0;
  }
}
.p-header-nav__column {
  width: 50%;
  max-width: 500px;
}
@media print, screen and (max-width: 1025px) {
  .p-header-nav__column {
    width: 45%;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .p-header-nav__column {
    width: 100%;
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
}
.p-header-nav__list__item {
  margin: 0 0 60px 0;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__list__item {
    margin: 0 0 5.1282051282vw 0;
    padding: 0 0 5.1282051282vw 0;
    border-bottom: 1px solid #fff;
  }
}
.p-header-nav__list__item__hdg {
  font-size: 32px;
  color: #fff;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__list__item__hdg {
    font-size: 5.1282051282vw;
    margin: 0 0 3.8461538462vw 0;
  }
}
.p-header-nav__list__item__link {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__list__item__link {
    margin: 0 0 1.2820512821vw 0;
  }
}
.p-header-nav__list__item__link a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__list__item__link a {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1.2820512821vw;
    padding: 1.7948717949vw 2.5641025641vw;
  }
}
.p-header-nav__list__item__link a:hover {
  opacity: 0.8;
}
.p-header-nav__list__item__link a span {
  color: #fff;
  font-size: 17px;
  position: relative;
  padding: 0 30px 0 0;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__list__item__link a span {
    font-size: 3.5897435897vw;
    padding: 0;
    display: block;
  }
}
.p-header-nav__list__item__link a span::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20.439" height="20.439" viewBox="0 0 20.439 20.439"><g transform="translate(-367.054 -120.591)"><circle cx="9.72" cy="9.72" r="9.72" transform="translate(367.554 121.091)" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="1"/><path d="M375.262,135.1l4.361-4.361-4.361-4.018" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="1"/></g></svg>') center/contain no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-header-nav__list__item__link a span::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}
.p-header-nav__list__item__sub-hdg {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__list__item__sub-hdg {
    margin: 1.2820512821vw 0 0 0;
  }
}
.p-header-nav__list__item__sub-hdg span {
  background: rgba(0, 1, 255, 0.2);
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__list__item__sub-hdg span {
    font-size: 3.5897435897vw;
    padding: 1.7948717949vw 2.5641025641vw;
    border-radius: 1.2820512821vw;
    display: block;
    position: relative;
  }
  .p-header-nav__list__item__sub-hdg span::before, .p-header-nav__list__item__sub-hdg span::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background: #fff;
  }
  .p-header-nav__list__item__sub-hdg span::before {
    top: 48%;
    right: 2.5641025641vw;
  }
  .p-header-nav__list__item__sub-hdg span::after {
    top: 48%;
    right: 2.5641025641vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-header-nav__list__item__sub-hdg.close span::after {
  content: none;
}
.p-header-nav__list__item__sp {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__list__item__sp {
    margin: 1.2820512821vw 0 0 0;
    display: none;
  }
}
.p-header-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-header-nav__button__item:first-of-type {
  margin: 0 35px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__button__item:first-of-type {
    margin: 0 2.5641025641vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-header-nav__button__item {
    width: 49%;
  }
}
.p-header-nav__button__item a {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  padding: 10px 50px 10px 20px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__button__item a {
    font-size: 3.0769230769vw;
    padding: 2.3076923077vw 0 2.3076923077vw 5.1282051282vw;
  }
}
.p-header-nav__button__item a::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="31.265" height="31.265" viewBox="0 0 31.265 31.265"><g  transform="translate(-868.584 -551.599)"><circle cx="15.632" cy="15.632" r="15.632" transform="translate(868.584 551.599)" fill="%23fff"/><path d="M881.919,573.3l6.312-6.312-6.312-5.817" fill="none" stroke="%230001ff" stroke-miterlimit="10" stroke-width="1"/></g></svg>') center/contain no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-header-nav__button__item a::after {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
    right: 1.2820512821vw;
  }
}
.p-header-nav__button__item a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.p-header-nav__entry {
  background: url(../../assets/img/common/img_button_entry.png) top center/cover no-repeat;
  width: 400px;
  height: 80px;
  margin: 20px 0 0 0;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__entry {
    background: url(../../assets/img/common/img_button_entry_sp.png) top center/cover no-repeat;
    width: 100%;
    height: 10.2564102564vw;
    margin: 2.5641025641vw auto 0;
    border-radius: 5.1282051282vw;
  }
}
.p-header-nav__entry a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-header-nav__entry a {
    font-size: 3.5897435897vw;
  }
}
.p-header-nav__entry a:hover {
  opacity: 0.7;
}

.l-wrapper {
  position: relative;
  background: url(../../assets/img/common/img_page_bg_color.png) top center/contain repeat-y;
  max-width: 1800px;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media print, screen and (min-width: 1800px) {
  .l-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .l-wrapper {
    background: url(../../assets/img/common/img_page_bg_color_sp.png) center/contain repeat-y;
    max-width: 100%;
  }
}

.p-page {
  position: relative;
  z-index: 1;
}
.p-page .l-main {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-page .l-main {
    padding: 11.5384615385vw 0 0 0;
    border-top: 1px solid #DDD;
  }
}
.p-page .l-main::before {
  content: "";
  background: url(../../assets/img/page/img_heading_bg.png) center/cover no-repeat;
  width: 100%;
  height: 502px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.p-page-wh {
  background: #fff;
}

.l-inner {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 20;
}
@media print, screen and (max-width: 1025px) {
  .l-inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
}
.l-inner--1280 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.l-inner--1000 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.l-main {
  margin: 95px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .l-main {
    margin: 0;
  }
}

.p-footer {
  background: #fff;
  padding: 35px 0;
}
@media only screen and (max-width: 768px) {
  .p-footer {
    padding: 7.6923076923vw 0;
  }
}
.p-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1040px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media print, screen and (max-width: 1025px) {
  .p-footer-inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .p-footer-inner {
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-footer-logo {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-footer-logo {
    width: 100%;
  }
}
.p-footer-logo img {
  width: 86px;
}
@media only screen and (max-width: 768px) {
  .p-footer-logo img {
    width: 15.3846153846vw;
  }
}
.p-footer-logo__copyrights {
  font-size: 11px;
  color: #707070;
  margin: 0 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .p-footer-logo__copyrights {
    font-size: 2.5641025641vw;
    margin: 0 0 0 2.5641025641vw;
  }
}
.p-footer-breadcrumb {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-footer-breadcrumb {
    width: 100%;
    margin: 5.1282051282vw 0 0 0;
  }
}
.p-footer-breadcrumb__item {
  padding: 0 20px 0 0;
  margin: 0 10px 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-footer-breadcrumb__item {
    padding: 0 5.1282051282vw 0 0;
    margin: 0 2.5641025641vw 0 0;
  }
}
.p-footer-breadcrumb__item a {
  font-size: 14px;
  color: #707070;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-footer-breadcrumb__item a {
    font-size: 11px;
  }
}
.p-footer-breadcrumb__item {
  font-size: 14px;
  color: #707070;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-footer-breadcrumb__item {
    font-size: 11px;
  }
}
.p-footer-breadcrumb__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #707070;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-footer-breadcrumb__item::after {
    border-width: 1.2820512821vw 0 1.2820512821vw 2.5641025641vw;
  }
}
.p-footer-breadcrumb__item:last-of-type::after {
  content: none;
}

.c-dot-list {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .c-dot-list {
    padding: 0 0 0 5.1282051282vw;
  }
}
.c-dot-list li {
  list-style-type: disc !important;
}
.c-dot-list-black li {
  list-style-type: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-dot-list-black li::before {
  content: "●";
  color: #333;
  width: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .c-dot-list-black li::before {
    width: 7%;
  }
}
.c-dot-list-black li span {
  width: 95%;
}
@media only screen and (max-width: 768px) {
  .c-dot-list-black li span {
    width: 93%;
  }
}

.c-num-list {
  padding: 0 0 0 1.25rem;
}
@media only screen and (max-width: 768px) {
  .c-num-list {
    padding: 0 0 0 5.1282051282vw;
  }
}
.c-num-list li {
  list-style-type: decimal;
}

.c-parenthesis-list {
  margin: 0 0 0 1.875rem;
}
.c-parenthesis-list li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.c-parenthesis-list li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2.5rem;
  width: 1.875rem;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

.c-text-parenthesis {
  display: block;
  margin: 0 0.625rem 0 0;
}

.c-square-list li {
  list-style-type: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-square-list li::before {
  content: "■";
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 768px) {
  .c-square-list li::before {
    width: 5%;
  }
}
.c-square-list li span {
  width: 95%;
}

.c-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-form-item {
  width: 30%;
  font-size: 0.9375vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  position: relative;
  margin: 0 0 1.3020833333vw 0;
}
@media only screen and (max-width: 768px) {
  .c-form-item {
    width: 100%;
    margin: 0 0 2.5641025641vw 0;
    font-size: 4.1025641026vw;
  }
}
.c-form-item::before {
  content: "■";
  color: #002596;
  display: block;
  margin: 0 1.5625vw 0 0;
}
@media only screen and (max-width: 768px) {
  .c-form-item::before {
    margin: 0 6.1538461538vw 0 0;
  }
}
.c-form-input {
  width: 70%;
  font-size: 0.8333333333vw;
  margin: 0 0 1.3020833333vw 0;
}
@media only screen and (max-width: 768px) {
  .c-form-input {
    width: 74.358974359vw;
    margin: 0 0 6.4102564103vw 10.2564102564vw;
    font-size: 4.1025641026vw;
  }
}
.c-form-label {
  display: block;
}
.c-form-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ECEFF1;
  background-image: none;
  border: 1px solid #ECEFF1;
  color: inherit;
  font-family: inherit;
  font-size: 0.8333333333vw;
  padding: 0.5208333333vw;
  width: 13.0208333333vw;
}
@media only screen and (max-width: 768px) {
  .c-form-text {
    width: 100%;
    font-size: 17px;
    padding: 2.5641025641vw;
  }
}
.c-form-text:focus {
  border: 1px solid rgba(0, 37, 150, 0.32);
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.c-form-check {
  visibility: hidden;
  font-size: 17px;
}
.c-form-check + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 2.0833333333vw;
  position: relative;
  font-size: 0.8333333333vw;
  margin: 0 0 2.0833333333vw 0;
}
@media only screen and (max-width: 768px) {
  .c-form-check + span {
    margin: 0 0 5.1282051282vw 0;
    padding: 0 0 0 10.2564102564vw;
    font-size: 17px;
  }
}
.c-form-check + span::before {
  background: #ECEFF1;
  border: 1px solid #ECEFF1;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3020833333vw;
  height: 1.3020833333vw;
}
@media only screen and (max-width: 768px) {
  .c-form-check + span::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.c-form-check + span::after {
  border-bottom: 5px solid #002596;
  border-left: 5px solid #002596;
  content: "";
  left: 0.3em;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0.9375vw;
  height: 0.5729166667vw;
}
@media only screen and (max-width: 768px) {
  .c-form-check + span::after {
    left: 1.2820512821vw;
    width: 5.1282051282vw;
    height: 3.3333333333vw;
  }
}
.c-form-check:checked + span::after {
  opacity: 1;
}
.c-form-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ECEFF1;
  background-image: none;
  border: 1px solid #ECEFF1;
  color: inherit;
  font-family: inherit;
  font-size: 0.8333333333vw;
  padding: 0.78125vw;
  width: 26.8229166667vw;
}
@media only screen and (max-width: 768px) {
  .c-form-textarea {
    font-size: 17px;
    padding: 3.8461538462vw;
    width: 74.358974359vw;
  }
}
.c-form-textarea:focus {
  border: 1px solid rgba(0, 37, 150, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #fff;
}
.c-form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .c-form-box {
    display: block;
  }
}
.c-form-box .p-main-text {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .c-form-box .p-main-text {
    width: 100%;
  }
}
.c-form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.0833333333vw auto 0;
}
@media only screen and (max-width: 768px) {
  .c-form-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 7.6923076923vw auto 0;
  }
}
.c-form-button div {
  width: 15.625vw;
  height: 3.6458333333vw;
  margin: 0 1.0416666667vw;
}
@media only screen and (max-width: 768px) {
  .c-form-button div {
    width: 100%;
    margin: 0 0 5.1282051282vw 0;
    height: 17.9487179487vw;
  }
}
.c-form-button div::after {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
@media only screen and (max-width: 768px) {
  .c-form-button div::after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.c-form-button input {
  border-radius: 0.5208333333vw;
  font-size: 1.0416666667vw;
  font-weight: 700;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .c-form-button input {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 17.9487179487vw;
    margin: 0 0 5.1282051282vw 0;
    font-size: 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
}
.c-form-submit {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 768px) {
  .c-form-submit {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-form-submit__button {
  background: #002596;
  border-radius: 2.6041666667vw !important;
  color: #fff;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .c-form-submit__button {
    border-radius: 12.8205128205vw !important;
  }
}
.c-form-submit__button:hover {
  background: #002596;
}
.c-form-submit::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1.5625vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}
@media only screen and (max-width: 768px) {
  .c-form-submit::after {
    right: 7.6923076923vw;
  }
}
.c-form-back {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 768px) {
  .c-form-back {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-form-back__button {
  background: #002596;
  border-radius: 2.6041666667vw !important;
  color: #fff;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .c-form-back__button {
    border-radius: 12.8205128205vw !important;
  }
}
.c-form-back__button:hover {
  background: #002596;
}
.c-form-back::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  left: 1.5625vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}
@media only screen and (max-width: 768px) {
  .c-form-back::after {
    left: 7.6923076923vw;
  }
}
.c-form-back:hover::after {
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}
.c-form .error {
  font-size: 0.7291666667vw;
  color: #E00003;
}
@media only screen and (max-width: 768px) {
  .c-form .error {
    font-size: 3.0769230769vw;
  }
}
.c-form-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-form-progress__item {
  width: 30%;
  text-align: center;
  border: 1px solid #B2B2B2;
  border-radius: 1.5625vw;
  padding: 0.5208333333vw 0;
  font-size: 1.25vw;
  color: #B2B2B2;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-form-progress__item {
    border-radius: 7.6923076923vw;
    padding: 2.5641025641vw 0;
    font-size: 3.5897435897vw;
  }
}
.c-form-progress__item.current {
  border: 3px solid #000;
  color: #000;
}
.c-form-progress__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5208333333vw 0 0.5208333333vw 0.78125vw;
  border-color: transparent transparent transparent #1a237e;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.8229166667vw;
}
@media only screen and (max-width: 768px) {
  .c-form-progress__item::after {
    border-width: 2.0512820513vw 0 2.0512820513vw 2.5641025641vw;
    right: -4.358974359vw;
  }
}
.c-form-progress__item:last-child::after {
  content: none;
}
.c-form-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .c-form-privacy {
    display: block;
  }
}

.error {
  font-size: 0.7291666667vw;
  color: #E00003;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .error {
    font-size: 3.0769230769vw;
  }
}

.c-list-num {
  padding: 0 0 0 1.0416666667vw;
}
@media only screen and (max-width: 768px) {
  .c-list-num {
    padding: 0 0 0 5.1282051282vw;
  }
}
.c-list-num li {
  list-style-type: decimal;
}
.c-list-num li .c-list-num-parenthesis {
  margin-left: 1.5625vw;
}
@media only screen and (max-width: 768px) {
  .c-list-num li .c-list-num-parenthesis {
    margin-left: 7.6923076923vw;
  }
}
.c-list-num li .c-list-num-parenthesis li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.c-list-num li .c-list-num-parenthesis li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2.0833333333vw;
  width: 1.5625vw;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .c-list-num li .c-list-num-parenthesis li::before {
    margin-left: -10.2564102564vw;
    width: 7.6923076923vw;
  }
}

.c-icon {
  position: relative;
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .c-icon {
    padding: 0 0 0 7.6923076923vw;
  }
}
.c-icon::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .c-icon::before {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
  }
}
.c-icon-tel::before {
  background: url(../../assets/img/icon/icon_tel.svg) center/cover no-repeat;
}
.c-icon-mail::before {
  background: url(../../assets/img/icon/icon_mail.svg) center/cover no-repeat;
}

.c-page-heading {
  width: 100%;
  height: 502px;
  z-index: 10;
  position: relative;
  padding: 95px 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .c-page-heading {
    width: 100%;
    height: 32.3076923077vw;
    padding: 0;
  }
}
.c-page-heading::after {
  content: "";
  background: url(../../assets/img/common/img_page_bg2.png) top center/contain repeat-y;
  max-width: 1800px;
  width: 100%;
  min-height: 900px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media print, screen and (min-width: 1800px) {
  .c-page-heading::after {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-page-heading::after {
    content: none;
  }
}
.c-page-heading-bg {
  max-width: 1200px;
  width: 100%;
  height: 318px;
  margin: auto;
  position: relative;
  background: url(../../assets/img/page/img_page_heading_bg.png) top center/cover no-repeat;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .c-page-heading-bg {
    max-width: 100%;
    background: none;
    height: 32.0512820513vw;
  }
}
.c-page-heading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 110px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .c-page-heading-text {
    padding: 7.6923076923vw 0 0 0;
  }
}
.c-page-heading-text span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
.c-page-heading-text__en {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.96px;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .c-page-heading-text__en {
    font-size: 8.2051282051vw;
  }
}
.c-page-heading-text__ja {
  font-size: 24px;
  letter-spacing: 0.48px;
  color: #FFFFFF;
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .c-page-heading-text__ja {
    font-size: 4.1025641026vw;
    margin: 2.5641025641vw auto 0;
  }
}
.c-page-heading-text::before {
  content: "";
  background: url(../../assets/img/page/img_page_heading_text_bg.png) center/cover no-repeat;
  max-width: 1135px;
  width: 100%;
  height: 318px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .c-page-heading-text::before {
    content: none;
  }
}
.c-page-section-heading {
  color: #081D48;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 2.5;
  position: relative;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .c-page-section-heading {
    font-size: 4.6153846154vw;
    letter-spacing: 0;
    padding: 0 0 0 4.358974359vw;
  }
}
.c-page-section-heading::before {
  content: "";
  width: 8px;
  height: 50px;
  background: #0E2BD7;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .c-page-section-heading::before {
    width: 2.0512820513vw;
    height: 10.2564102564vw;
  }
}
.c-page-section-heading span {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .c-page-section-heading span {
    font-size: 2.8205128205vw;
    letter-spacing: 0;
    margin: 0 0 0 2.5641025641vw;
  }
}
.c-page-center-heading {
  text-align: center;
}
.c-page-center-heading span {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #0E2BD7;
  border-bottom: 2px solid #0E2BD7;
  padding: 0 15px 10px;
}
@media only screen and (max-width: 768px) {
  .c-page-center-heading span {
    font-size: 3.3333333333vw;
    padding: 0 2.5641025641vw 2.5641025641vw;
  }
}
.c-page-navi-heading {
  font-size: 20px;
  font-weight: 700;
  color: #001E4B;
}
@media only screen and (max-width: 768px) {
  .c-page-navi-heading {
    font-size: 3.3333333333vw;
  }
}

.c-index-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 0 120px;
}
@media only screen and (max-width: 768px) {
  .c-index-heading {
    padding: 7.6923076923vw 0 0 15.3846153846vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-index-heading__en {
  font-size: 78px;
  font-family: "gotham_book", sans-serif;
  color: #fff;
  font-weight: 400;
}
@media print, screen and (max-width: 1025px) {
  .c-index-heading__en {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .c-index-heading__en {
    font-size: 8.2051282051vw;
  }
}
.c-index-heading__ja {
  font-size: 24px;
  color: #001E4B;
  margin: 0 0 0 30px;
}
@media print, screen and (max-width: 1025px) {
  .c-index-heading__ja {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .c-index-heading__ja {
    font-size: 3.5897435897vw;
    margin: 0;
  }
}
.c-index-heading::after {
  content: "";
  width: 200px;
  height: 190px;
  position: absolute;
  left: -55px;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .c-index-heading::after {
    width: 21.7948717949vw;
    height: 20.5128205128vw;
    left: -2.5641025641vw;
    top: 1.5vw;
    -webkit-transform: none;
            transform: none;
  }
}

.c-button-bdr {
  border: 1px solid #001E4B;
  border-radius: 25px;
  padding: 30px 25px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-button-bdr {
    border-radius: 3.0769230769vw;
    padding: 5.1282051282vw;
  }
}
.c-button-bdr span {
  font-size: 17px;
  letter-spacing: 1.6px;
  color: #001E4B;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-button-bdr span {
    font-size: 3.3333333333vw;
    padding: 0 3.8461538462vw 0 0;
  }
}
.c-button-bdr span::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.05 11.24"><g id="design"><path d="M9.45,4.58L1.8.16c-.8-.46-1.8.12-1.8,1.04v8.83c0,.92,1,1.5,1.8,1.04l7.65-4.42c.8-.46.8-1.62,0-2.08Z" fill="%23081D48"/></g></svg>') center/contain no-repeat;
  width: 15px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-button-bdr span::after {
    width: 2.3076923077vw;
    height: 2.5641025641vw;
  }
}
.c-button-bdr:hover {
  background: #001E4B;
}
.c-button-bdr:hover span {
  color: #fff;
}
.c-button-bdr:hover span::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.05 11.24"><g id="design"><path d="M9.45,4.58L1.8.16c-.8-.46-1.8.12-1.8,1.04v8.83c0,.92,1,1.5,1.8,1.04l7.65-4.42c.8-.46.8-1.62,0-2.08Z" fill="%23fff"/></g></svg>') center/contain no-repeat;
}
.c-button-white {
  max-width: 105px;
  height: 30px;
  border-radius: 15px;
  color: #000;
  font-size: 15px;
  font-family: "Gotham-Bold", sans-serif;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-button-white {
    border: 1px solid #000;
    font-size: 3.0769230769vw;
    width: 20.5128205128vw;
    height: 5.641025641vw;
    border-radius: 3.8461538462vw;
  }
}
.c-button-white:hover {
  background: #001D4B;
  color: #fff;
}
.c-button-white-arrow {
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-button-white-arrow {
    border-radius: 3.0769230769vw;
  }
}
.c-button-white-arrow span {
  color: #001E4B;
  font-size: 17px;
  position: relative;
  padding: 0 25px 0 0;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-button-white-arrow span {
    font-size: 3.3333333333vw;
    padding: 0 5.1282051282vw 0 0;
  }
}
.c-button-white-arrow span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #001E4B;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .c-button-white-arrow span::after {
    border-width: 1.2820512821vw 0 1.2820512821vw 2.5641025641vw;
  }
}
.c-button-white-arrow::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1);
          transform: scale(1);
  mix-blend-mode: multiply;
}
.c-button-white-arrow:hover {
  background: #001D4B;
}
.c-button-white-arrow:hover span {
  color: #fff;
}
.c-button-white-arrow:hover span::after {
  border-color: transparent transparent transparent #fff;
}
.c-button-blue {
  height: 97px;
  border-radius: 15px;
  background: #002CE0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-button-blue {
    font-size: 3.5897435897vw;
    width: 100%;
    height: 16.1538461538vw;
    border-radius: 3.8461538462vw;
  }
}
.c-button-blue:hover {
  background: #001D4B;
  color: #fff;
}
.c-button-blue span {
  color: #fff;
  font-size: 22px;
  position: relative;
  padding: 0 25px 0 0;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-button-blue span {
    font-size: 3.3333333333vw;
    padding: 0 5.1282051282vw 0 0;
  }
}
.c-button-blue span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .c-button-blue span::after {
    border-width: 1.2820512821vw 0 1.2820512821vw 2.5641025641vw;
  }
}
.c-button-entry {
  background: url(../../assets/img/common/img_button_top-entry.png) center/cover no-repeat;
  max-width: 478px;
  width: 48%;
  height: 110px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-button-entry {
    max-width: 71.7948717949vw;
    width: 80%;
    height: 16.6666666667vw;
    font-size: 4.6153846154vw;
  }
}
.c-button-entry:hover {
  opacity: 0.8;
}

.c-text-externalLink {
  padding: 0 1.5625rem 0 0;
  position: relative;
}
.c-text-externalLink::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.87" height="13.87" viewBox="0 0 13.87 13.87"><g transform="translate(0.75 1.061)"><path d="M14.247,13.549v3.9a1.3,1.3,0,0,1-1.3,1.3H5.8a1.3,1.3,0,0,1-1.3-1.3V10.3A1.3,1.3,0,0,1,5.8,9H9.7" transform="translate(-4.5 -6.688)" fill="none" stroke="%23c62f43" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path d="M22.5,4.5h3.9V8.4" transform="translate(-14.34 -4.5)" fill="none" stroke="%23c62f43" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path d="M15,11.648,22.148,4.5" transform="translate(-10.089 -4.5)" fill="none" stroke="%23c62f43" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></g></svg>') center/contain no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-text-link {
  color: #002596;
  font-size: 1rem;
  padding: 0 1.25rem 0 0;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-text-link {
    font-size: 3.3333333333vw;
    padding: 0 4.6153846154vw 0 0;
  }
}
.c-text-link::after {
  content: "";
  border-top: 2px solid #002596;
  border-right: 2px solid #002596;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .c-text-link::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
.c-text-link:hover {
  color: #333;
}
.c-text-link:hover::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.p-contents {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.p-navi {
  background: rgba(174, 196, 233, 0.8);
  padding: 110px 0;
}
@media only screen and (max-width: 768px) {
  .p-navi {
    padding: 10.2564102564vw 0;
  }
}
.p-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-navi-list__item {
  max-width: 334px;
  width: 33%;
  aspect-ratio: 334/250;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-navi-list__item {
    border-radius: 2.0512820513vw;
  }
}
.p-navi-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-navi-list__item a {
    padding: 0 2.5641025641vw;
  }
}
.p-navi-list__item a:hover .p-navi-list__item__figure::before {
  opacity: 0.75;
}
.p-navi-list__item__hdg {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px 0 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-navi-list__item__hdg {
    font-size: 3.0769230769vw;
    padding: 0 3.8461538462vw 0 0;
    text-align: center;
  }
}
.p-navi-list__item__hdg::after {
  content: "";
  background: url(../../assets/img/icon/icon_triangle.svg) center/contain no-repeat;
  width: 10px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-navi-list__item__hdg::after {
    width: 1.7948717949vw;
    height: 2.0512820513vw;
  }
}
.p-navi-list__item__figure {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.p-navi-list__item__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-navi-list__item__figure::before {
  content: "";
  background: rgba(0, 51, 144, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-navi-list__item__figure::before {
    border-radius: 2.0512820513vw;
  }
}
.p-navi-list__item:last-of-type .p-navi-list__item__figure::before {
  background: rgba(0, 30, 75, 0.6);
}
.p-navi-story, .p-navi-new-business {
  background: rgba(255, 255, 255, 0.3);
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .p-navi-story, .p-navi-new-business {
    padding: 10.2564102564vw 0;
  }
}
.p-navi-story .p-navi-list, .p-navi-new-business .p-navi-list {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-navi-story .p-navi-list, .p-navi-new-business .p-navi-list {
    margin: 5.1282051282vw 0 0 0;
  }
}
.p-navi-story .p-navi-list__item, .p-navi-new-business .p-navi-list__item {
  aspect-ratio: 334/178;
}
.p-navi-story .p-navi-list__item__figure, .p-navi-new-business .p-navi-list__item__figure {
  border-radius: 20px;
  overflow: hidden;
}
.p-navi-story .p-navi-list__item__figure::before, .p-navi-new-business .p-navi-list__item__figure::before {
  background: rgba(0, 29, 75, 0.3);
}
@media only screen and (max-width: 768px) {
  .p-navi-story .p-navi-list__item__figure, .p-navi-new-business .p-navi-list__item__figure {
    border-radius: 1.5384615385vw;
  }
}
.p-navi-story .p-navi-list__item a:hover .p-navi-list__item__figure::before, .p-navi-new-business .p-navi-list__item a:hover .p-navi-list__item__figure::before {
  background: rgba(0, 29, 75, 0.8);
}
.p-navi-story .p-navi-list__item:last-of-type .p-navi-list__item__figure::before, .p-navi-new-business .p-navi-list__item:last-of-type .p-navi-list__item__figure::before {
  background: rgba(0, 29, 75, 0.3);
}
.p-navi-story .p-navi-list__item.current .p-navi-list__item__figure::before, .p-navi-new-business .p-navi-list__item.current .p-navi-list__item__figure::before {
  background: rgba(111, 163, 233, 0.6);
  border: 4px solid #0000FF;
}
@media only screen and (max-width: 768px) {
  .p-navi-story .p-navi-list__item.current .p-navi-list__item__figure::before, .p-navi-new-business .p-navi-list__item.current .p-navi-list__item__figure::before {
    border: 0.3846153846vw solid #0000FF;
  }
}
.p-navi-story .p-navi-list__item.current .p-navi-list__item__hdg::after, .p-navi-new-business .p-navi-list__item.current .p-navi-list__item__hdg::after {
  content: none;
}
.p-navi-story .p-navi-list__item.current a:hover, .p-navi-new-business .p-navi-list__item.current a:hover {
  pointer-events: none;
}
.p-navi-new-business .p-navi-list__item {
  width: 24%;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .p-navi-new-business .p-navi-list__item {
    width: 48%;
    aspect-ratio: 172/103;
  }
  .p-navi-new-business .p-navi-list__item:first-child, .p-navi-new-business .p-navi-list__item:nth-child(2) {
    margin: 0 0 3.8461538462vw 0;
  }
}
.p-navi-new-business .p-navi-list__item__figure::before {
  background: rgba(8, 29, 72, 0.4);
}
.p-navi-new-business .p-navi-list__item a:hover .p-navi-list__item__figure::before {
  background: rgba(8, 29, 72, 0.9);
}
.p-navi-new-business .p-navi-list__item.current .p-navi-list__item__figure::before {
  background: rgba(141, 176, 230, 0.6);
  border: 4px solid #0000FF;
}
@media only screen and (max-width: 768px) {
  .p-navi-new-business .p-navi-list__item.current .p-navi-list__item__figure::before {
    border: 0.3846153846vw solid #0000FF;
  }
}

.p-bg-white {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 20px;
}

.p-dl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-dl-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-dl-list__term {
  width: 20%;
  text-align: center;
  border-right: 0.5px solid #081D48;
  border-bottom: 0.5px solid #081D48;
  padding: 20px 50px;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__term {
    width: 100%;
    padding: 2.0512820513vw 0;
    border-right: none;
  }
}
.p-dl-list__term:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__term:last-of-type {
    border-bottom: 0.5px solid #081D48;
  }
}
.p-dl-list__term span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #0000FF;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__term span {
    font-size: 3.3333333333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-dl-list__desc {
  width: 80%;
  padding: 20px 0 20px 50px;
  border-bottom: 0.5px solid #081D48;
  font-size: 17px;
  font-weight: 400;
  color: #081D48;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__desc {
    width: 100%;
    padding: 2.0512820513vw 0 5.1282051282vw;
    font-size: 3.3333333333vw;
    border-bottom: none;
  }
}
.p-dl-list__desc:last-of-type {
  border-bottom: none;
}
.p-dl-list__desc span {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__desc span {
    font-size: 3.0769230769vw;
  }
}
.p-dl-list__desc__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-dl-list__desc__list li span {
  font-size: 17px;
  font-weight: 400;
  width: 84%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__desc__list li span {
    font-size: 3.3333333333vw;
  }
}
.p-dl-list__desc__list li img {
  display: block;
  width: 100%;
}
.p-dl-list__ver02 .p-dl-list__term {
  padding: 10px 0;
  border-right: none;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__ver02 .p-dl-list__term {
    padding: 3.8461538462vw 0 2.0512820513vw;
    border-bottom: none;
  }
}
.p-dl-list__ver02 .p-dl-list__term span {
  padding: 10px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__ver02 .p-dl-list__term span {
    padding: 0;
  }
}
.p-dl-list__ver02 .p-dl-list__term:last-of-type {
  border-bottom: 0.5px solid #081D48;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__ver02 .p-dl-list__term:last-of-type {
    border-bottom: none;
  }
}
.p-dl-list__ver02 .p-dl-list__desc {
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__ver02 .p-dl-list__desc {
    padding: 0 0 3.8461538462vw 0;
    border-bottom: 0.5px solid #081D48;
  }
}
.p-dl-list__ver02 .p-dl-list__desc__inner {
  padding: 10px 0 10px 30px;
  border-left: 0.5px solid #081D48;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__ver02 .p-dl-list__desc__inner {
    border-left: none;
    padding: 0;
  }
}
.p-dl-list__ver02 .p-dl-list__desc:last-of-type {
  border-bottom: 0.5px solid #081D48;
}
.p-dl-list__dot .p-dl-list__term {
  border-bottom: 1px dashed #081D48;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__dot .p-dl-list__term {
    border-bottom: none;
  }
}
.p-dl-list__dot .p-dl-list__term span {
  color: #001E4B;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__dot .p-dl-list__term span {
    color: #0000FF;
  }
}
.p-dl-list__dot .p-dl-list__term:last-of-type {
  border-bottom: 1px dashed #081D48;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__dot .p-dl-list__term:last-of-type {
    border-bottom: none;
  }
}
.p-dl-list__dot .p-dl-list__desc {
  border-bottom: 1px dashed #081D48;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__dot .p-dl-list__desc {
    border-bottom: 0.5px solid #081D48;
    border-left: none;
  }
}
.p-dl-list__dot .p-dl-list__desc:last-of-type {
  border-bottom: 1px dashed #081D48;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__dot .p-dl-list__desc:last-of-type {
    border-bottom: 0.5px solid #081D48;
  }
}
.p-dl-list__dot .p-dl-list__desc .p-dl-list__desc__inner {
  border-left: 1px dashed #081D48;
}
@media only screen and (max-width: 768px) {
  .p-dl-list__dot .p-dl-list__desc .p-dl-list__desc__inner {
    border-left: none;
  }
}

.p-table th {
  border-top: none;
  border-left: none;
  border-right: none;
}
.p-table td {
  border-top: none;
  border-right: none;
}
.p-table-body__term {
  border-bottom: 0.5px solid #003390;
  background: none;
  padding: 20px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-table-body__term {
    font-size: 3.3333333333vw;
  }
}
.p-table-body__term {
  color: #002CE0;
}
@media only screen and (max-width: 768px) {
  .p-table-body__term {
    display: block;
    width: 100%;
    text-align: left;
    padding: 3.8461538462vw 0 2.0512820513vw;
    border-bottom: none;
  }
}
.p-table-body__desc {
  border-bottom: 0.5px solid #003390;
  border-left: 0.5px solid #003390;
  padding: 20px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-table-body__desc {
    font-size: 3.3333333333vw;
  }
}
.p-table-body__desc {
  color: #001E4B;
}
@media only screen and (max-width: 768px) {
  .p-table-body__desc {
    display: block;
    width: 100%;
    padding: 0 0 3.8461538462vw 0;
    border-left: none;
  }
}

.p-index-mv {
  position: relative;
  width: 100%;
  height: 765px;
  background: url(../../assets/img/index/img_index_mv_bg.png) center/cover no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-index-mv {
    height: 112.8205128205vw;
  }
}
.p-index-mv__slider {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1800px;
  width: 100%;
  height: 765px;
  overflow: hidden;
}
@media print, screen and (min-width: 1800px) {
  .p-index-mv__slider {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-index-mv__slider {
    height: 112.8205128205vw;
  }
}
.p-index-mv__slider img {
  width: 100%;
  height: 765px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-index-mv__slider img {
    height: 112.8205128205vw;
  }
}
.p-index-mv__text {
  max-width: 812px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .p-index-mv__text {
    max-width: 89.7435897436vw;
  }
}
.p-index-introduction {
  position: relative;
  width: 100%;
  height: 712px;
  background: url(../../assets/img/index/img_index_intro_bg.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-index-introduction {
    height: 107.6923076923vw;
  }
}
.p-index-introduction::before {
  content: "";
  background: url(../../assets/img/index/img_index_jnc_text_pc.svg) center/cover no-repeat;
  max-width: 1330px;
  width: 100%;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-index-introduction::before {
    background: url(../../assets/img/index/img_index_jnc_text_sp.svg) center/cover no-repeat;
    width: 74.358974359vw;
    height: 27.4358974359vw;
    left: 0;
    -webkit-transform: none;
            transform: none;
    bottom: 0;
    top: auto;
  }
}
.p-index-introduction__text {
  max-width: 650px;
  width: 100%;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 2.8;
  letter-spacing: 0.05em;
  color: #000;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .p-index-introduction__text {
    max-width: 80%;
    font-size: 3.3333333333vw;
    letter-spacing: 0;
  }
}
.p-index-message {
  padding: 175px 0;
}
@media only screen and (max-width: 768px) {
  .p-index-message {
    padding: 21.7948717949vw 0;
  }
}
.p-index-message .c-index-heading::after {
  background: url(../../assets/img/index/img_index_number01.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-index-message .l-inner {
    padding: 0;
  }
}
.p-index-message-inner {
  width: 100%;
  height: 662px;
  position: relative;
  margin: 115px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-index-message-inner {
    width: 89.7435897436vw;
    height: 91.0256410256vw;
    border-radius: 3.8461538462vw 3.8461538462vw 0 0;
    margin: 7.6923076923vw auto 0;
  }
}
.p-index-message-inner::before {
  content: "";
  background: url(../../assets/img/index/img_index_message_president.png) center/contain no-repeat;
  width: 524px;
  height: 595px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-index-message-inner::before {
    width: 71.0256410256vw;
    height: 81.2820512821vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-index-message-inner::after {
  content: "";
  background: rgb(174, 183, 204);
  background: -webkit-gradient(linear, left top, right top, from(rgb(174, 183, 204)), to(rgb(175, 191, 212)));
  background: linear-gradient(90deg, rgb(174, 183, 204) 0%, rgb(175, 191, 212) 100%);
  border-radius: 36px;
  max-width: 880px;
  width: 100%;
  height: 662px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-index-message-inner::after {
    width: 89.7435897436vw;
    height: 89.7435897436vw;
    border-radius: 3.8461538462vw 3.8461538462vw 0 0;
  }
}
.p-index-message-inner__text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .p-index-message-inner__text {
    left: 0;
  }
}
.p-index-message-inner__img {
  max-width: 570px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
@media print, screen and (max-width: 960px) {
  .p-index-message-inner__img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 768px) {
  .p-index-message-inner__img {
    max-width: 89.7435897436vw;
    margin: auto;
    padding: 0;
    background: none;
    height: auto;
  }
}
.p-index-message-inner__img img {
  width: 100%;
}
.p-index-message-inner__name {
  font-size: 20px;
  color: #fff;
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .p-index-message-inner__name {
    font-size: 4.1025641026vw;
    margin: 0;
    position: absolute;
    left: 7.6923076923vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-index-message-inner__name span {
  font-size: 14px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .p-index-message-inner__name span {
    font-size: 2.8205128205vw;
    margin: 2.5641025641vw 0 0 0;
    display: block;
  }
}
.p-index-message-inner .c-button {
  z-index: 5;
}
.p-index-message-inner__sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-index-message-inner__sp {
    display: block;
    background: #fff;
    padding: 7.6923076923vw 0;
    text-align: center;
    margin: -3.8461538462vw 0 0 0;
    position: relative;
    z-index: 3;
  }
}
@media only screen and (max-width: 768px) {
  .p-index-message-inner__sp .c-button-white {
    margin: 6.9230769231vw auto 0;
  }
}
.p-index-message-inner__box {
  padding: 0 0 0 220px;
}
@media print, screen and (max-width: 960px) {
  .p-index-message-inner__box {
    padding: 0 0 0 40px;
  }
}
.p-index-career {
  overflow: hidden;
}
.p-index-career .c-index-heading::after {
  background: url(../../assets/img/index/img_index_number02.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-index-career .l-inner {
    padding: 0;
  }
}
.p-index-career-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-index-career-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-index-career-list__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 453px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-index-career-list__item {
    width: 100%;
    padding: 67.9487179487vw 0 0 0;
  }
}
.p-index-career-list__item a {
  display: block;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-index-career-list__item a::after {
  content: "";
  width: 760px;
  height: 650px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-index-career-list__item a::after {
    width: 115.3846153846vw;
    height: 100vw;
  }
}
.p-index-career-list__item a:hover .p-index-career-list__profile {
  background: #001D4B;
  color: #fff;
}
.p-index-career-list__item a:hover .p-index-career-list__name,
.p-index-career-list__item a:hover .p-index-career-list__title {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-index-career-list__item:first-of-type {
    margin: 0 0 17.9487179487vw 0;
  }
}
.p-index-career-list__item:first-of-type a::after {
  background: url(../../assets/img/index/img_index_career01.png) center/cover no-repeat;
}
.p-index-career-list__item:last-of-type a::after {
  background: url(../../assets/img/index/img_index_career02.png) center/cover no-repeat;
}
.p-index-career-list__profile {
  width: 360px;
  height: 160px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  background: #fff;
  position: relative;
  z-index: 5;
  margin: 0 0 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-index-career-list__profile {
    width: 66.6666666667vw;
    height: 29.7435897436vw;
    border-radius: 4.1025641026vw;
    margin: 0;
  }
}
.p-index-career-list__name {
  font-size: 24px;
  color: #001E4B;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-index-career-list__name {
    font-size: 4.6153846154vw;
  }
}
.p-index-career-list__title {
  font-size: 20px;
  color: #001E4B;
  line-height: 1.5;
  margin: 25px 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-index-career-list__title {
    font-size: 3.3333333333vw;
    margin: 5.1282051282vw 0 0 0;
  }
}
.p-index-career-list__title span {
  font-size: 17px;
  display: block;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-index-career-list__title span {
    font-size: 3.0769230769vw;
    margin: 2.5641025641vw 0 0 0;
  }
}
.p-index-interview {
  max-width: 1280px;
  width: 100%;
  height: 685px;
  position: relative;
  background: url(../../assets/img/index/img_index_interview_bg_pc.jpg) center/cover no-repeat;
  margin: 170px auto;
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-index-interview {
    height: 133.3333333333vw;
    margin: 20.5128205128vw 0;
    padding: 16.6666666667vw 0 0 0;
    background: url(../../assets/img/index/img_index_interview_bg_sp.jpg) center/cover no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .p-index-interview .l-inner {
    padding: 0;
  }
}
.p-index-interview .c-index-heading::after {
  background: url(../../assets/img/index/img_index_number03.png) center/cover no-repeat;
}
.p-index-interview .c-index-heading .c-index-heading__en {
  opacity: 0.6;
  letter-spacing: -6px;
}
@media only screen and (max-width: 768px) {
  .p-index-interview .c-index-heading .c-index-heading__en {
    letter-spacing: 0;
  }
}
.p-index-interview .c-index-heading .c-index-heading__ja {
  color: #fff;
}
.p-index-interview__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 875px;
  width: 100%;
  margin: 130px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-index-interview__column {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15.3846153846vw 0 0 0;
    padding: 0 5.1282051282vw;
  }
}
.p-index-interview__column__text {
  max-width: 580px;
  width: 70%;
  font-size: 17px;
  line-height: 40px;
  letter-spacing: 0.17px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-index-interview__column__text {
    max-width: 100%;
    width: 100%;
    font-size: 3.3333333333vw;
    line-height: 2;
    letter-spacing: 0;
  }
}
.p-index-interview__column .c-button {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .p-index-interview__column .c-button {
    width: 100%;
  }
}
.p-index-interview__column .c-button-white {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  max-width: 241px;
  height: 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .p-index-interview__column .c-button-white {
    max-width: 45.1282051282vw;
    height: 7.6923076923vw;
    font-size: 3.3333333333vw;
    width: 100%;
    margin: 23.0769230769vw auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-index-story .l-inner {
    padding: 0;
  }
}
.p-index-story .c-index-heading__en {
  letter-spacing: -5px;
}
.p-index-story .c-index-heading::after {
  background: url(../../assets/img/index/img_index_number04.png) center/cover no-repeat;
}
.p-index-story__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-index-story__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-index-story__list__item {
  width: 32.5%;
  height: 330px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-index-story__list__item {
    max-width: 66.6666666667vw;
    width: 100%;
    height: 65.3846153846vw;
    border-radius: 5.1282051282vw;
    margin: 0 auto 5.1282051282vw;
  }
}
.p-index-story__list__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 73px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-index-story__list__item a {
    padding: 11.5384615385vw 0 0 0;
  }
}
.p-index-story__list__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  z-index: 1;
}
.p-index-story__list__item a:hover .p-index-story__list__figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.p-index-story__list__item:first-of-type a::before {
  background: rgb(30, 147, 206);
  background: linear-gradient(60deg, rgb(30, 147, 206) 0%, rgb(0, 179, 128) 100%);
}
.p-index-story__list__item:first-of-type a:hover::before {
  background-position: 99% 50%;
}
.p-index-story__list__item:nth-child(2) a::before {
  background: rgb(30, 147, 206);
  background: -webkit-gradient(linear, left top, right top, from(rgb(30, 147, 206)), color-stop(37%, rgb(0, 117, 181)), to(rgb(0, 91, 142)));
  background: linear-gradient(90deg, rgb(30, 147, 206) 0%, rgb(0, 117, 181) 37%, rgb(0, 91, 142) 100%);
}
.p-index-story__list__item:last-of-type a::before {
  background: rgb(30, 147, 206);
  background: -webkit-gradient(linear, left top, right top, from(rgb(30, 147, 206)), color-stop(37%, rgb(0, 117, 181)), to(rgb(0, 91, 142)));
  background: linear-gradient(90deg, rgb(30, 147, 206) 0%, rgb(0, 117, 181) 37%, rgb(0, 91, 142) 100%);
}
.p-index-story__list__heading {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .p-index-story__list__heading {
    width: 23.0769230769vw;
  }
}
.p-index-story__list__heading span {
  width: 100%;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
  .p-index-story__list__heading span {
    height: 11.0256410256vw;
  }
}
.p-index-story__list__heading__num {
  background: #fff;
  color: #000;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .p-index-story__list__heading__num {
    font-size: 3.3333333333vw;
  }
}
.p-index-story__list__heading__text {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .p-index-story__list__heading__text {
    font-size: 3.3333333333vw;
  }
}
.p-index-story__list__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 17px;
  width: 245px;
  margin: 30px auto 0;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-index-story__list__text {
    font-size: 3.3333333333vw;
    width: 57.6923076923vw;
    margin: 7.6923076923vw auto 0;
  }
}
.p-index-story__list__figure {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 20px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-index-story__list__figure {
    border-radius: 5.1282051282vw;
  }
}
.p-index-story__list__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.p-index-business {
  margin: 150px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-index-business {
    margin: 15.3846153846vw 0 0 0;
  }
}
.p-index-business .c-index-heading::after {
  background: url(../../assets/img/index/img_index_number05.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-index-business .l-inner {
    padding: 0;
  }
}
.p-index-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-index-business__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-index-business__list__item {
  width: 49%;
  position: relative;
  margin: 0 0 65px 0;
}
@media only screen and (max-width: 768px) {
  .p-index-business__list__item {
    max-width: 100%;
    width: 100%;
    margin: 0 0 10.2564102564vw 0;
    padding: 0 5.1282051282vw;
  }
}
.p-index-business__list__figure {
  position: relative;
  z-index: 1;
  aspect-ratio: 510/280;
  overflow: hidden;
  border-radius: 17px;
}
@media only screen and (max-width: 768px) {
  .p-index-business__list__figure {
    border-radius: 4.1025641026vw;
  }
}
.p-index-business__list__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index-business__list .c-button {
  margin: -30px 0 0 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .p-index-business__list .c-button {
    margin: -5.1282051282vw 0 0 0;
  }
}
.p-index-business__list .c-button-white-arrow {
  max-width: 480px;
  width: 90%;
  height: 60px;
  margin: auto;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-index-business__list .c-button-white-arrow {
    max-width: 83.8461538462vw;
    height: 15.3846153846vw;
    padding: 0 5.1282051282vw;
  }
  .p-index-business__list .c-button-white-arrow span {
    width: 100%;
  }
}
.p-index-information {
  margin: 150px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-index-information {
    margin: 21.7948717949vw 0 0 0;
  }
}
.p-index-information .c-index-heading::after {
  background: url(../../assets/img/index/img_index_number06.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-index-information .l-inner {
    padding: 0;
  }
}
.p-index-information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-index-information__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 11.5384615385vw 0 0 0;
    padding: 0 5.1282051282vw;
  }
}
.p-index-information__list__item {
  width: 49%;
  height: 252px;
  position: relative;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .p-index-information__list__item {
    width: 100%;
    height: 44.8717948718vw;
    margin: 0 0 5.1282051282vw 0;
  }
}
.p-index-information__list__item a {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-index-information__list__item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-index-information__list__item a:hover::before {
  background: rgba(0, 37, 150, 0.6);
}
.p-index-information__list__item:first-of-type {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .p-index-information__list__item:first-of-type {
    width: 100%;
  }
}
.p-index-information__list__item:first-of-type a::before {
  background: rgba(0, 51, 144, 0.6);
}
.p-index-information__list__item:first-of-type a:hover::before {
  background: rgba(8, 29, 72, 0.6);
}
.p-index-information__list__item:nth-of-type(2) {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .p-index-information__list__item:nth-of-type(2) {
    width: 100%;
  }
}
.p-index-information__list__item:nth-of-type(2) a::before {
  background: rgba(41, 102, 224, 0.6);
}
.p-index-information__list__item:nth-of-type(2) a:hover::before {
  background: rgba(8, 29, 72, 0.6);
}
.p-index-information__list__item:nth-of-type(3) {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .p-index-information__list__item:nth-of-type(3) {
    width: 100%;
  }
}
.p-index-information__list__item:nth-of-type(3) a::before {
  background: rgba(41, 102, 159, 0.6);
}
.p-index-information__list__item:nth-of-type(3) a:hover::before {
  background: rgba(8, 29, 72, 0.6);
}
.p-index-information__list__item:nth-of-type(4) a::before {
  background: rgba(0, 51, 144, 0.6);
}
.p-index-information__list__item:nth-of-type(4) a:hover::before {
  background: rgba(8, 29, 72, 0.6);
}
.p-index-information__list__item:last-of-type a::before {
  background: rgba(0, 101, 107, 0.6);
}
.p-index-information__list__item:last-of-type a:hover::before {
  background: rgba(8, 29, 72, 0.6);
}
.p-index-information__list__figure {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-index-information__list__figure {
    border-radius: 5.1282051282vw;
  }
}
.p-index-information__list__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-index-information__list__heading {
  position: absolute;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-index-information__list__heading span {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding: 0 25px 0 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-index-information__list__heading span {
    font-size: 3.5897435897vw;
    padding: 0 5.1282051282vw 0 0;
  }
}
.p-index-information__list__heading span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-index-information__list__heading span::after {
    border-width: 1.2820512821vw 0 1.2820512821vw 2.5641025641vw;
  }
}
.p-index-entry {
  margin: 210px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 960px) {
  .p-index-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-index-entry .c-button-entry {
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 768px) {
  .p-index-entry {
    margin: 20.5128205128vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-index-entry a {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .p-index-entry a {
    margin: 10px auto;
  }
}
.p-index .p-footer-breadcrumb__item::after {
  content: none;
}

/* p-index */
@media only screen and (max-width: 768px) {
  .p-top-message .c-page-heading-bg {
    background: url(../../assets/img/page/img_page_heading_sp.png) top/cover no-repeat;
  }
}
.p-top-message-main {
  max-width: 1280px;
  width: 100%;
  height: 700px;
  position: relative;
  margin: 90px auto 0;
}
@media print, screen and (max-width: 1025px) {
  .p-top-message-main {
    height: 613px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .p-top-message-main {
    max-width: 100%;
    margin: 5.1282051282vw auto 24.358974359vw;
    height: auto;
  }
}
.p-top-message-main__figure {
  position: absolute;
  top: 0;
  left: 200px;
  width: 1342px;
  height: 695px;
}
@media print, screen and (max-width: 1025px) {
  .p-top-message-main__figure {
    left: 40px;
    width: 1185px;
    height: 613px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .p-top-message-main__figure {
    position: relative;
    width: 92.3076923077vw;
    height: auto;
    left: auto;
    margin: auto;
  }
}
.p-top-message-main__text {
  position: absolute;
  left: 120px;
  top: 115px;
}
@media print, screen and (max-width: 1025px) {
  .p-top-message-main__text {
    left: 20px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .p-top-message-main__text {
    position: relative;
    left: auto;
    top: auto;
  }
}
.p-top-message-main__text__block {
  background: #fff;
  border-radius: 14px;
  width: 465px;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-top-message-main__text__block {
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 5.1282051282vw 5.1282051282vw 10.2564102564vw 5.1282051282vw;
  }
}
.p-top-message-main__text__block img {
  width: 374px;
}
@media only screen and (max-width: 768px) {
  .p-top-message-main__text__block img {
    width: 90%;
  }
}
.p-top-message-main__name {
  font-size: 24px;
  color: #fff;
  padding: 30px 0 0 135px;
}
@media only screen and (max-width: 768px) {
  .p-top-message-main__name {
    background: #002596;
    border-radius: 4px;
    font-size: 4.1025641026vw;
    padding: 5.1282051282vw;
    color: #fff;
    width: 51.2820512821vw;
    position: absolute;
    right: 5.1282051282vw;
    bottom: -7.6923076923vw;
    text-align: center;
  }
}
.p-top-message-main__name span {
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .p-top-message-main__name span {
    font-size: 3.3333333333vw;
  }
}
.p-top-message-catch {
  font-size: 32px;
  font-weight: 500;
  color: #002596;
  margin: 145px 0 60px;
}
@media only screen and (max-width: 768px) {
  .p-top-message-catch {
    font-size: 4.1025641026vw;
    margin: 12.8205128205vw 0 2.5641025641vw;
  }
}
.p-top-message-text {
  font-size: 17px;
  color: #001D4B;
  line-height: 40px;
  letter-spacing: 0.05em;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .p-top-message-text {
    font-size: 3.3333333333vw;
    line-height: 2;
    letter-spacing: 0.06em;
    margin: 0 0 8.9743589744vw 0;
  }
}
.p-top-message-figure {
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-top-message-figure {
    margin: 12.8205128205vw 0 0 0;
  }
}

/* p-top-message */
.p-stepup.p-page .l-main::before {
  height: 950px;
}
@media only screen and (max-width: 768px) {
  .p-stepup.p-page .l-main::before {
    height: 128.2051282051vw;
  }
}
.p-stepup .c-page-heading {
  height: 950px;
}
@media only screen and (max-width: 768px) {
  .p-stepup .c-page-heading {
    height: 103.8461538462vw;
    background: none;
  }
}
.p-stepup .c-page-heading-bg {
  background: url(../../assets/img/page/stepup/img_page_heading_bg.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-stepup .c-page-heading-bg {
    background: url(../../assets/img/page/stepup/img_page_heading_sp.png) center/cover no-repeat;
    height: 32.3076923077vw;
  }
}
.p-stepup .c-page-heading-text::before {
  background: url(../../assets/img/page/stepup/img_page_heading_text_bg.png) center/cover no-repeat;
  max-width: 1200px;
}
.p-stepup-navi {
  position: relative;
  z-index: 10;
  margin: 75px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-stepup-navi {
    margin: 5.1282051282vw 0 0 0;
  }
}
.p-stepup-navi-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-stepup-navi-link__item {
  max-width: 513px;
  width: 48%;
  aspect-ratio: 513/276;
  position: relative;
  background: #A0B9D7;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-navi-link__item {
    max-width: 44.8717948718vw;
    width: 48%;
    aspect-ratio: auto;
  }
}
.p-stepup-navi-link__item::before, .p-stepup-navi-link__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-stepup-navi-link__item::before, .p-stepup-navi-link__item::after {
    content: none;
  }
}
.p-stepup-navi-link__item::before {
  z-index: 2;
}
.p-stepup-navi-link__item::after {
  z-index: 3;
}
.p-stepup-navi-link__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.p-stepup-navi-link__item a::before {
  content: "";
  background: rgba(160, 185, 215, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-stepup-navi-link__item a:hover::before {
  background: rgba(160, 185, 215, 0.1);
}
.p-stepup-navi-link__item:first-of-type::before {
  background: url(../../assets/img/page/stepup/img_stepup_bg01.png) center/cover no-repeat;
}
.p-stepup-navi-link__item:first-of-type::after {
  background: url(../../assets/img/page/stepup/img_stepup01.png) center/cover no-repeat;
}
.p-stepup-navi-link__item:last-of-type::before {
  background: url(../../assets/img/page/stepup/img_stepup_bg02.png) center/cover no-repeat;
}
.p-stepup-navi-link__item:last-of-type::after {
  background: url(../../assets/img/page/stepup/img_stepup02.png) center/cover no-repeat;
}
.p-stepup-navi-link__item.current {
  background: rgba(255, 255, 255, 0.6);
}
.p-stepup-navi-link__item.current .p-stepup-navi-link__info span {
  background: #002596;
}
@media only screen and (max-width: 768px) {
  .p-stepup-navi-link__item.current .p-stepup-navi-link__info span {
    background: none;
  }
}
.p-stepup-navi-link__item.current a::before {
  content: none;
}
.p-stepup-navi-link__info {
  position: absolute;
  right: 25px;
  bottom: 15px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .p-stepup-navi-link__info {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    padding: 2.5641025641vw 0;
  }
}
.p-stepup-navi-link__info span {
  color: #fff;
  background: #6B92B2;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-navi-link__info span {
    background: none;
    padding: 0;
    color: #001E4B;
  }
}
.p-stepup-navi-link__name {
  font-size: 18px;
  margin: 0 0 15px 0;
  display: block;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-stepup-navi-link__name {
    font-size: 4.1025641026vw;
    margin: 0 0 1.2820512821vw 0;
  }
}
.p-stepup-navi-link__profile {
  font-size: 12px;
  margin: 0 0 15px 0;
  display: block;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-stepup-navi-link__profile {
    font-size: 2.8205128205vw;
    margin: 0 0 1.2820512821vw 0;
  }
}
.p-stepup-navi-link__profile__initial {
  font-size: 15px;
  margin: 0 0 15px 0;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-stepup-navi-link__profile__initial {
    font-size: 3.3333333333vw;
    margin: 0 0 1.2820512821vw 0;
  }
}
.p-stepup-navi-link__figure {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-stepup-navi-link__figure {
    display: block;
  }
}
.p-stepup-main {
  position: relative;
  height: 695px;
  margin: -100px auto 0;
  max-width: 1040px;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-stepup-main {
    position: relative;
    height: auto;
    margin: 5.1282051282vw 0 0 0;
    max-width: 100%;
  }
}
.p-stepup-main__figure {
  position: absolute;
  border-radius: 35px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-stepup-main__figure {
    position: relative;
    border-radius: 0;
  }
}
.p-stepup-main__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-stepup-main__text {
  position: absolute;
  top: 65px;
  left: 70px;
  z-index: 2;
  max-width: 505px;
  width: 50%;
}
@media print, screen and (max-width: 960px) {
  .p-stepup-main__text {
    top: 30px;
    left: 30px;
    width: 55%;
  }
}
@media only screen and (max-width: 960px) and (max-width: 768px) {
  .p-stepup-main__text {
    top: 15.3846153846vw;
    left: 5.1282051282vw;
  }
}
.p-stepup-main__text__message {
  font-size: 17px;
  color: #001E4B;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-stepup-main__text__message {
    font-size: 3.3333333333vw;
    padding: 0 5.1282051282vw;
    margin: 7.6923076923vw 0 0 0;
    line-height: 7.6923076923vw;
  }
}
.p-stepup-main__text__name {
  font-size: 30px;
  font-weight: 500;
  color: #001E4B;
  margin: 45px 0 0 0;
}
@media print, screen and (max-width: 960px) {
  .p-stepup-main__text__name {
    margin: 20px 0 0 0;
    font-size: 24px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 768px) {
  .p-stepup-main__text__name {
    font-size: 4.1025641026vw;
    margin: 0;
  }
}
.p-stepup-main__text__profile {
  font-size: 17px;
  color: #001E4B;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-stepup-main__text__profile {
    font-size: 2.8205128205vw;
    margin: 2.5641025641vw 0 0 0;
  }
}
.p-stepup-main__text__profile__initial {
  font-size: 20px;
  color: #001E4B;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-stepup-main__text__profile__initial {
    font-size: 3.3333333333vw;
    margin: 2.5641025641vw 0 0 0;
  }
}
.p-stepup-history {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 125px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history {
    margin: 16.6666666667vw 0 0 0;
  }
}
.p-stepup-history::after {
  content: "";
  width: 4px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history::after {
    left: 8.9743589744vw;
  }
}
.p-stepup-history__item {
  position: relative;
  z-index: 2;
  margin: 0 0 270px 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 19.2307692308vw 0;
  }
}
.p-stepup-history__item:nth-child(odd) .p-stepup-history__contents {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__item:nth-child(odd) .p-stepup-history__contents {
    position: relative;
  }
}
.p-stepup-history__item:nth-child(even) .p-stepup-history__contents {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__item:nth-child(even) .p-stepup-history__contents {
    left: auto;
    right: 0;
    position: relative;
  }
}
.p-stepup-history__item:nth-child(even) .p-stepup-history__year::before {
  left: -65px;
  right: auto;
}
@media print, screen and (max-width: 1025px) {
  .p-stepup-history__item:nth-child(even) .p-stepup-history__year::before {
    left: -40px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .p-stepup-history__item:nth-child(even) .p-stepup-history__year::before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    right: -12.8205128205vw;
    left: auto;
  }
}
.p-stepup-history__item:nth-child(even) .p-stepup-history__year::after {
  left: -50px;
  right: auto;
}
@media print, screen and (max-width: 1025px) {
  .p-stepup-history__item:nth-child(even) .p-stepup-history__year::after {
    width: 40px;
    left: -25px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .p-stepup-history__item:nth-child(even) .p-stepup-history__year::after {
    width: 10.2564102564vw;
    left: auto;
    right: -10.2564102564vw;
  }
}
.p-stepup-history__item.is-year-student .p-stepup-history__year {
  background: #29A9E0;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__item.is-year-student .p-stepup-history__contents {
    margin: 5.1282051282vw 0 0 0;
  }
  .p-stepup-history__item.is-year-student .p-stepup-history__contents__text {
    padding: 0;
  }
}
.p-stepup-history__item.is-year-01 .p-stepup-history__year {
  background: #298EE0;
}
.p-stepup-history__item.is-year-01 .p-stepup-history__year::before {
  background: #298EE0;
}
.p-stepup-history__item.is-year-01 .p-stepup-history__year::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.96 3.55"><path d="M77.52,3.54c2.67,0,4.85,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-1.52,0-3.7,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM64.78,3.53c2.24,0,4.38,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2,0-4.13,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM52.03,3.53c2.16,0,4.29,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.08,0-4.21,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM39.29,3.52c2.12,0,4.25,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.12,0-4.26,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM26.55,3.51c2.07,0,4.2,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.17,0-4.3,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM13.8,3.5c1.97,0,4.1,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.27,0-4.4,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM1.06,3.49s2.39,0,6.37,0c.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75C3.45,0,1.06,0,1.06,0,.48,0,0,.78,0,1.75s.48,1.75,1.06,1.75h0Z" fill="%23298EE0"/></svg>') center/contain no-repeat;
}
.p-stepup-history__item.is-year-01 .p-stepup-history__contents__text {
  margin: 20px 0 0 0;
}
.p-stepup-history__item.is-year-05 .p-stepup-history__year {
  background: #2986E0;
}
.p-stepup-history__item.is-year-05 .p-stepup-history__year::before {
  background: #2986E0;
}
.p-stepup-history__item.is-year-05 .p-stepup-history__year::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.96 3.55"><path d="M77.52,3.54c2.67,0,4.85,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-1.52,0-3.7,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM64.78,3.53c2.24,0,4.38,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2,0-4.13,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM52.03,3.53c2.16,0,4.29,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.08,0-4.21,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM39.29,3.52c2.12,0,4.25,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.12,0-4.26,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM26.55,3.51c2.07,0,4.2,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.17,0-4.3,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM13.8,3.5c1.97,0,4.1,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.27,0-4.4,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM1.06,3.49s2.39,0,6.37,0c.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75C3.45,0,1.06,0,1.06,0,.48,0,0,.78,0,1.75s.48,1.75,1.06,1.75h0Z" fill="%232986E0"/></svg>') center/contain no-repeat;
}
.p-stepup-history__item.is-year-05 .p-stepup-history__contents {
  top: 200px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__item.is-year-05 .p-stepup-history__contents {
    top: 0;
  }
}
.p-stepup-history__item.is-year-05 .p-stepup-history__contents__text {
  margin: 20px 0 0 0;
}
.p-stepup-history__item.is-year-07 .p-stepup-history__year {
  background: #2966E0;
}
.p-stepup-history__item.is-year-07 .p-stepup-history__year::before {
  background: #2966E0;
}
.p-stepup-history__item.is-year-07 .p-stepup-history__year::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.96 3.55"><path d="M77.52,3.54c2.67,0,4.85,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-1.52,0-3.7,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM64.78,3.53c2.24,0,4.38,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2,0-4.13,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM52.03,3.53c2.16,0,4.29,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.08,0-4.21,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM39.29,3.52c2.12,0,4.25,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.12,0-4.26,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM26.55,3.51c2.07,0,4.2,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.17,0-4.3,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM13.8,3.5c1.97,0,4.1,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.27,0-4.4,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM1.06,3.49s2.39,0,6.37,0c.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75C3.45,0,1.06,0,1.06,0,.48,0,0,.78,0,1.75s.48,1.75,1.06,1.75h0Z" fill="%232966E0"/></svg>') center/contain no-repeat;
}
.p-stepup-history__item.is-year-07 .p-stepup-history__contents {
  top: 200px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__item.is-year-07 .p-stepup-history__contents {
    top: 0;
  }
}
.p-stepup-history__item.is-year-07 .p-stepup-history__contents__text {
  margin: 20px 0 0 0;
}
.p-stepup-history__item.is-year-07 .p-stepup-history__point__hdg {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__item.is-year-07 .p-stepup-history__point__hdg {
    left: auto;
    right: 0;
  }
}
.p-stepup-history__item.is-year-07 .p-stepup-history__point {
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__item.is-year-07 .p-stepup-history__point {
    margin: 5.1282051282vw 0 0 0;
    padding: 0 0 0 17.9487179487vw;
  }
}
.p-stepup-history__item.is-year-08 .p-stepup-history__year, .p-stepup-history__item.is-year-19 .p-stepup-history__year {
  background: #1852E0;
}
.p-stepup-history__item.is-year-08 .p-stepup-history__year::before, .p-stepup-history__item.is-year-19 .p-stepup-history__year::before {
  background: #1852E0;
}
.p-stepup-history__item.is-year-08 .p-stepup-history__year::after, .p-stepup-history__item.is-year-19 .p-stepup-history__year::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.96 3.55"><path d="M77.52,3.54c2.67,0,4.85,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-1.52,0-3.7,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM64.78,3.53c2.24,0,4.38,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2,0-4.13,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM52.03,3.53c2.16,0,4.29,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.08,0-4.21,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM39.29,3.52c2.12,0,4.25,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.12,0-4.26,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM26.55,3.51c2.07,0,4.2,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.17,0-4.3,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM13.8,3.5c1.97,0,4.1,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.27,0-4.4,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM1.06,3.49s2.39,0,6.37,0c.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75C3.45,0,1.06,0,1.06,0,.48,0,0,.78,0,1.75s.48,1.75,1.06,1.75h0Z" fill="%231852E0"/></svg>') center/contain no-repeat;
}
.p-stepup-history__item.is-year-08 .p-stepup-history__contents, .p-stepup-history__item.is-year-19 .p-stepup-history__contents {
  top: 150px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__item.is-year-08 .p-stepup-history__contents, .p-stepup-history__item.is-year-19 .p-stepup-history__contents {
    top: 0;
  }
}
.p-stepup-history__item.is-year-08 .p-stepup-history__contents__text, .p-stepup-history__item.is-year-19 .p-stepup-history__contents__text {
  margin: 20px 0 0 0;
}
.p-stepup-history__item.is-year-23 .p-stepup-history__year {
  background: #002CE0;
}
.p-stepup-history__item.is-year-23 .p-stepup-history__year::before {
  background: #002CE0;
}
.p-stepup-history__item.is-year-23 .p-stepup-history__year::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.96 3.55"><path d="M77.52,3.54c2.67,0,4.85,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-1.52,0-3.7,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM64.78,3.53c2.24,0,4.38,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2,0-4.13,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM52.03,3.53c2.16,0,4.29,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.08,0-4.21,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM39.29,3.52c2.12,0,4.25,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.12,0-4.26,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM26.55,3.51c2.07,0,4.2,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.17,0-4.3,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM13.8,3.5c1.97,0,4.1,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.27,0-4.4,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM1.06,3.49s2.39,0,6.37,0c.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75C3.45,0,1.06,0,1.06,0,.48,0,0,.78,0,1.75s.48,1.75,1.06,1.75h0Z" fill="%23002CE0"/></svg>') center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__item.is-year-23 .p-stepup-history__contents__text {
    padding: 0;
  }
}
.p-stepup-history__item.is-year-26 .p-stepup-history__year {
  background: #002C9B;
}
.p-stepup-history__item.is-year-26 .p-stepup-history__year::before {
  background: #002C9B;
}
.p-stepup-history__item.is-year-26 .p-stepup-history__year::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.96 3.55"><path d="M77.52,3.54c2.67,0,4.85,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-1.52,0-3.7,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM64.78,3.53c2.24,0,4.38,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2,0-4.13,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM52.03,3.53c2.16,0,4.29,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.08,0-4.21,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM39.29,3.52c2.12,0,4.25,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.12,0-4.26,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM26.55,3.51c2.07,0,4.2,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.17,0-4.3,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM13.8,3.5c1.97,0,4.1,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.27,0-4.4,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM1.06,3.49s2.39,0,6.37,0c.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75C3.45,0,1.06,0,1.06,0,.48,0,0,.78,0,1.75s.48,1.75,1.06,1.75h0Z" fill="%23002C9B"/></svg>') center/contain no-repeat;
}
.p-stepup-history__item.is-current {
  margin: 0;
}
.p-stepup-history__item.is-current .p-stepup-history__year {
  background: #000682;
}
.p-stepup-history__item.is-current .p-stepup-history__year::before, .p-stepup-history__item.is-current .p-stepup-history__year::after {
  content: none;
}
.p-stepup-history__year {
  text-align: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin: auto;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 960px) {
  .p-stepup-history__year {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 768px) {
  .p-stepup-history__year {
    width: 19.2307692308vw;
    height: 19.2307692308vw;
    font-size: 2.8205128205vw;
    margin: 0;
  }
}
.p-stepup-history__year span {
  font-size: 32px;
  font-weight: 700;
  font-family: "Gotham-Bold", sans-serif;
  margin: 0 5px;
}
@media print, screen and (max-width: 960px) {
  .p-stepup-history__year span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 768px) {
  .p-stepup-history__year span {
    font-size: 4.358974359vw;
    margin: 0 0.7692307692vw;
  }
}
.p-stepup-history__year::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 3px;
  position: absolute;
  right: -65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #29a9e0;
}
@media print, screen and (max-width: 1025px) {
  .p-stepup-history__year::before {
    right: -40px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .p-stepup-history__year::before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    right: -12.8205128205vw;
  }
}
.p-stepup-history__year::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.96 3.55"><path d="M77.52,3.54c2.67,0,4.85,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-1.52,0-3.7,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM64.78,3.53c2.24,0,4.38,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2,0-4.13,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM52.03,3.53c2.16,0,4.29,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.08,0-4.21,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM39.29,3.52c2.12,0,4.25,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.12,0-4.26,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM26.55,3.51c2.07,0,4.2,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.17,0-4.3,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM13.8,3.5c1.97,0,4.1,0,6.37,0,.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75-2.27,0-4.4,0-6.37,0-.59,0-1.06.78-1.06,1.75,0,.96.48,1.75,1.06,1.75h0ZM1.06,3.49s2.39,0,6.37,0c.59,0,1.06-.78,1.06-1.75,0-.96-.48-1.75-1.06-1.75C3.45,0,1.06,0,1.06,0,.48,0,0,.78,0,1.75s.48,1.75,1.06,1.75h0Z" fill="%2329a9e0"/></svg>') center/contain no-repeat;
  position: absolute;
  width: 70px;
  height: 3px;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (max-width: 960px) {
  .p-stepup-history__year::after {
    width: 40px;
    right: -25px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 768px) {
  .p-stepup-history__year::after {
    width: 10.2564102564vw;
    right: -10.2564102564vw;
  }
}
.p-stepup-history__contents {
  width: 350px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (max-width: 960px) {
  .p-stepup-history__contents {
    width: 300px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 768px) {
  .p-stepup-history__contents {
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 53.8461538462vw;
  }
}
.p-stepup-history__contents__text {
  font-size: 17px;
  line-height: 36px;
  letter-spacing: 0.48px;
  color: #001E4B;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__contents__text {
    font-size: 3.3333333333vw;
    line-height: 7.6923076923vw;
    width: 100%;
    padding: 0 0 0 17.9487179487vw;
  }
}
.p-stepup-history__point {
  position: relative;
  margin: 60px 0 0 0;
  padding: 0 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__point {
    margin: 5.1282051282vw 0 0 0;
    padding: 0 0 0 17.9487179487vw;
  }
}
.p-stepup-history__point__hdg {
  position: absolute;
  right: 0;
  top: -25px;
  display: block;
  padding: 5px 20px;
  border-radius: 5px;
  background: rgba(105, 138, 160, 0.75);
  color: #fff;
  font-size: 17px;
  line-height: 36px;
  letter-spacing: 0.48px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__point__hdg {
    font-size: 2.8205128205vw;
    padding: 1.2820512821vw 5.1282051282vw;
    line-height: 1.5;
    top: -3.8461538462vw;
  }
}
.p-stepup-history__point__text {
  font-size: 12px;
  line-height: 2;
  color: #001E4B;
  background: #fff;
  border-radius: 10px;
  padding: 25px 35px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history__point__text {
    font-size: 3.3333333333vw;
    line-height: 7.6923076923vw;
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw;
  }
}
.p-stepup-history.is-02 .is-year-student .p-stepup-history__contents {
  top: 170px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history.is-02 .is-year-student .p-stepup-history__contents {
    top: 0;
    margin: 0;
  }
}
.p-stepup-history.is-02 .is-year-student .p-stepup-history__contents__text {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history.is-02 .is-year-student .p-stepup-history__contents__text {
    padding: 0 0 0 17.9487179487vw;
  }
}
.p-stepup-history.is-02 .is-year-05 .p-stepup-history__contents {
  top: 160px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history.is-02 .is-year-05 .p-stepup-history__contents {
    top: 0;
  }
}
.p-stepup-history.is-02 .is-year-07 .p-stepup-history__contents {
  top: 230px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-history.is-02 .is-year-07 .p-stepup-history__contents {
    top: 0;
  }
}
.p-stepup-message {
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin: auto;
  height: 640px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-message {
    height: auto;
  }
}
.p-stepup-message__figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-stepup-message__figure {
    position: relative;
    border-radius: 0;
    height: auto;
    top: -5.1282051282vw;
  }
}
.p-stepup-message__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-stepup-message__text {
  position: absolute;
  max-width: 580px;
  width: 60%;
  top: 108px;
  right: 80px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .p-stepup-message__text {
    top: 20.5128205128vw;
    right: 2.5641025641vw;
    max-width: 56.4102564103vw;
    width: 57%;
  }
}
.p-stepup-message__text__hdg {
  font-size: 32px;
  font-weight: 500;
  color: #001E4B;
  letter-spacing: 4.16px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-stepup-message__text__hdg {
    font-size: 3.5897435897vw;
    letter-spacing: 1.82px;
  }
}
.p-stepup-message__text__msg {
  font-size: 17px;
  line-height: 2;
  color: #001E4B;
  margin: 20px 0 0 0;
  letter-spacing: 0.32px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-message__text__msg {
    font-size: 3.3333333333vw;
    line-height: 7.6923076923vw;
    margin: 6.4102564103vw 0 0 0;
    padding: 0 3.8461538462vw;
    letter-spacing: 0;
  }
}
.p-stepup-message.is-02 .p-stepup-message__text {
  max-width: 490px;
}
.p-stepup-private {
  padding: 110px 0 160px;
}
@media only screen and (max-width: 768px) {
  .p-stepup-private {
    margin: 15.3846153846vw 0 0 0;
    padding: 0;
  }
}
.p-stepup-private-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-stepup-private-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 2px solid #fff;
    padding: 15.3846153846vw 0;
  }
}
.p-stepup-private-column__text {
  max-width: 335px;
  width: 35%;
  margin: 55px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-stepup-private-column__text {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
.p-stepup-private-column__figure {
  max-width: 885px;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .p-stepup-private-column__figure {
    max-width: 100%;
    width: 100%;
    margin: 7.6923076923vw 0 0 0;
  }
}
.p-stepup-private__hdg {
  font-size: 32px;
  color: #001E4B;
}
@media only screen and (max-width: 768px) {
  .p-stepup-private__hdg {
    font-size: 5.1282051282vw;
    letter-spacing: 2.6px;
  }
}
.p-stepup-private__text {
  font-size: 17px;
  line-height: 2;
  color: #001E4B;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-stepup-private__text {
    margin: 5.1282051282vw 0 0 0;
    font-size: 3.3333333333vw;
  }
}

/* p-stepup */
.p-human.p-page .l-main::before {
  height: 502px;
}
@media only screen and (max-width: 768px) {
  .p-human.p-page .l-main::before {
    height: 43.5897435897vw;
  }
}
.p-human .c-page-heading-bg {
  background: url(../../assets/img/page/human/img_page_heading_bg.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-human .c-page-heading-bg {
    background: url(../../assets/img/page/human/img_page_heading_sp.png) center/cover no-repeat;
    height: 32.3076923077vw;
  }
}
.p-human .c-page-heading-text::before {
  background: url(../../assets/img/page/human/img_page_heading_text_bg.png) center/cover no-repeat;
  max-width: 1200px;
}
.p-human .p-contents {
  padding: 95px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-human .p-contents {
    padding: 11.5384615385vw 0 0 0;
  }
}
.p-human-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 37px 0 115px;
}
@media only screen and (max-width: 768px) {
  .p-human-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5.1282051282vw;
    margin: 11.5384615385vw 0 17.9487179487vw;
  }
}
.p-human-list__item {
  max-width: 335px;
  width: 31%;
  margin: 0 0 60px 0;
  background: #fff;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .p-human-list__item {
    max-width: 100%;
    width: 100%;
    margin: 0 0 10.2564102564vw 0;
    border-radius: 4.1025641026vw;
  }
}
.p-human-list__item:nth-child(3n-1) {
  margin: 0 20px 60px;
}
@media only screen and (max-width: 768px) {
  .p-human-list__item:nth-child(3n-1) {
    margin: 0 0 10.2564102564vw 0;
  }
}
.p-human-list a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-human-list a:hover .p-human-list__figure {
  opacity: 0.75;
}
.p-human-list__figure {
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-human-list__figure {
    border-radius: 4.1025641026vw 4.1025641026vw 0 0;
  }
}
.p-human-list__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.p-human-list__figure__cate {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .p-human-list__figure__cate {
    top: 5.1282051282vw;
    left: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
.p-human-list__figure::before {
  content: "";
  background: url(../../assets/img/icon/icon_play.svg) center/contain no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 70px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .p-human-list__figure::before {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
    top: 17.9487179487vw;
  }
}
.p-human-list__contents {
  padding: 30px 20px;
}
@media only screen and (max-width: 768px) {
  .p-human-list__contents {
    padding: 5.1282051282vw;
  }
}
.p-human-list__contents__text {
  font-size: 14px;
  line-height: 24.12px;
  color: #081D48;
}
@media only screen and (max-width: 768px) {
  .p-human-list__contents__text {
    font-size: 3.0769230769vw;
    line-height: 5.3846153846vw;
  }
}
.p-human-list__heading {
  font-size: 18px;
  line-height: 30.14px;
  letter-spacing: 0.36px;
  color: #081D48;
  font-size: 500;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #081D48;
}
@media only screen and (max-width: 768px) {
  .p-human-list__heading {
    font-size: 4.1025641026vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.02em;
    margin: 0 0 4.358974359vw 0;
    padding: 0 0 4.358974359vw 0;
  }
}
.p-human-list-crosstalk .p-human-list__figure::after {
  background: rgba(58, 101, 216, 0.3);
}
.p-human-list-crosstalk .p-human-list__figure::before {
  content: none;
}
.p-human-list-crosstalk__link {
  text-align: center;
  padding: 13px 0;
}
.p-human-list-crosstalk__link span {
  font-size: 17px;
  padding: 0 20px 0 0;
  color: #081D48;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-human-list-crosstalk__link span {
    font-size: 3.5897435897vw;
    padding: 0 3.8461538462vw 0 0;
  }
}
.p-human-list-crosstalk__link span::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.05 11.24"><g id="design"><path d="M9.45,4.58L1.8.16c-.8-.46-1.8.12-1.8,1.04v8.83c0,.92,1,1.5,1.8,1.04l7.65-4.42c.8-.46.8-1.62,0-2.08Z" fill="%23081D48"/></g></svg>') center/contain no-repeat;
  width: 11px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-human-list-crosstalk__link span::after {
    width: 2.3076923077vw;
    height: 2.5641025641vw;
  }
}

/* p-human */
.p-scholarship.p-page .l-main::before {
  height: 502px;
}
@media only screen and (max-width: 768px) {
  .p-scholarship.p-page .l-main::before {
    height: 43.5897435897vw;
  }
}
.p-scholarship .c-page-heading-bg {
  background: url(../../assets/img/page/scholarship/img_page_heading_bg.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-scholarship .c-page-heading-bg {
    background: url(../../assets/img/page/scholarship/img_page_heading_sp.png) center/cover no-repeat;
    height: 32.3076923077vw;
  }
}
.p-scholarship .c-page-heading-text::before {
  background: url(../../assets/img/page/scholarship/img_page_heading_text_bg.png) center/cover no-repeat;
  max-width: 1200px;
}
.p-scholarship .p-contents {
  padding: 95px 0;
}
@media only screen and (max-width: 768px) {
  .p-scholarship .p-contents {
    padding: 11.5384615385vw 0;
  }
}
.p-scholarship .p-bg-white {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-scholarship .p-bg-white {
    background: none;
    padding: 0;
    margin: 5.1282051282vw 0 0 0;
  }
}

/* p-human */
.p-welfare.p-page .l-main::before {
  height: 502px;
}
@media only screen and (max-width: 768px) {
  .p-welfare.p-page .l-main::before {
    height: 43.5897435897vw;
  }
}
.p-welfare .c-page-heading-bg {
  background: url(../../assets/img/page/welfare/img_page_heading_bg.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-welfare .c-page-heading-bg {
    background: url(../../assets/img/page/welfare/img_page_heading_sp.png) center/cover no-repeat;
    height: 32.3076923077vw;
  }
}
.p-welfare .c-page-heading-text::before {
  background: url(../../assets/img/page/welfare/img_page_heading_text_bg.png) center/cover no-repeat;
  max-width: 1200px;
}
.p-welfare .p-contents {
  padding: 95px 0;
}
@media only screen and (max-width: 768px) {
  .p-welfare .p-contents {
    padding: 11.5384615385vw 0;
  }
}
.p-welfare-holiday {
  background: url(../../assets/img/page/welfare/img_welfare01_pc.jpg) center/cover no-repeat;
  width: 100%;
  height: 266px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-welfare-holiday {
    height: 59.4871794872vw;
    background: url(../../assets/img/page/welfare/img_welfare01_sp.jpg) center/cover no-repeat;
    border-radius: 3.0769230769vw;
    margin: 7.6923076923vw 0 0 0;
  }
}
.p-welfare-holiday::before {
  content: "";
  background: rgba(8, 29, 72, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-welfare-holiday .c-dot-list {
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 80%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .p-welfare-holiday .c-dot-list {
    left: 2.5641025641vw;
    width: 100%;
  }
}
.p-welfare-holiday .c-dot-list li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-welfare-holiday .c-dot-list li {
    margin: 2.5641025641vw 0 0 0;
  }
}
.p-welfare-holiday .c-dot-list li span {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .p-welfare-holiday .c-dot-list li span {
    width: 72%;
  }
}
.p-welfare-holiday .c-dot-list li::before {
  content: "・";
}
.p-welfare-holiday .c-dot-list li:first-of-type {
  margin: 0;
}
.p-welfare-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-welfare-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-welfare-column__table {
  max-width: 663px;
  width: 63%;
}
@media only screen and (max-width: 768px) {
  .p-welfare-column__table {
    max-width: 100%;
    width: 100%;
  }
}
.p-welfare-column__figure {
  max-width: 456px;
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .p-welfare-column__figure {
    display: none;
  }
}
.p-welfare-column.is-img-table .p-dl-list__term {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .p-welfare-column.is-img-table .p-dl-list__term {
    width: 100%;
  }
}
.p-welfare-column.is-img-table .p-dl-list__desc {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .p-welfare-column.is-img-table .p-dl-list__desc {
    width: 100%;
  }
}

/* p-human */
.p-mid-career.p-page .l-main::before {
  height: 1165px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career.p-page .l-main::before {
    height: 208.2051282051vw;
  }
}
.p-mid-career .c-page-heading-bg {
  background: url(../../assets/img/page/mid-career/img_page_heading_bg.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-mid-career .c-page-heading-bg {
    background: url(../../assets/img/page/mid-career/img_page_heading_sp.png) center/cover no-repeat;
    height: 32.3076923077vw;
  }
}
.p-mid-career .c-page-heading-text::before {
  background: url(../../assets/img/page/mid-career/img_page_heading_text_bg.png) center/cover no-repeat;
  max-width: 1200px;
}
.p-mid-career .p-contents {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career .p-contents {
    padding: 0;
  }
}
.p-mid-career-head {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-head {
    margin: 12.8205128205vw 0 0 0;
  }
}
.p-mid-career-head img {
  max-width: 880px;
  width: 100%;
  margin: auto;
}
.p-mid-career-head__hdg {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 1.2px;
  color: #081D48;
  margin: 70px 0 35px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-head__hdg {
    margin: 9.4871794872vw 0 5.1282051282vw;
    font-size: 4.6153846154vw;
  }
}
.p-mid-career-head .u-text {
  color: #081D48;
  line-height: 2.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-head .u-text {
    letter-spacing: 0;
    text-align: left;
  }
}
.p-mid-career-recruitment-contents {
  margin: 50px auto 0;
  max-width: 1040px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-recruitment-contents {
    width: 100%;
    margin: 12.8205128205vw auto 0;
  }
  .p-mid-career-recruitment-contents .c-page-section-heading {
    margin: 0 0 0 5.1282051282vw;
  }
}
.p-mid-career-recruitment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-recruitment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10.2564102564vw 0 0 0;
  }
}
.p-mid-career-recruitment__hdg {
  width: 20%;
  font-size: 17px;
  color: #002CE0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-recruitment__hdg {
    width: 100%;
    height: 52.5641025641vw;
    font-size: 3.5897435897vw;
    margin: auto;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-mid-career-recruitment__hdg span {
  font-size: 40px;
  font-family: "Gotham-Bold", sans-serif;
  color: #002CE0;
  display: block;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-recruitment__hdg span {
    font-size: 10.2564102564vw;
    margin: 0 2.5641025641vw 0 0;
    color: #fff;
  }
}
.p-mid-career-recruitment__figure {
  width: 75%;
  max-width: 750px;
}
.p-mid-career-recruitment .p-bg-white {
  max-width: 815px;
  width: 100%;
  margin: -95px 0 0 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 48px 37px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-recruitment .p-bg-white {
    background: none;
    padding: 0 5.1282051282vw;
    margin: 0;
  }
}
.p-mid-career-recruitment .p-bg-white .p-dl-list__term {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-recruitment .p-bg-white .p-dl-list__term {
    width: 100%;
  }
}
.p-mid-career-recruitment .p-bg-white .p-dl-list__desc {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-recruitment .p-bg-white .p-dl-list__desc {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mid-career-recruitment.is-01 .p-mid-career-recruitment__hdg {
    background: url(../../assets/img/page/mid-career/img_mid-career_recruit01_sp.jpg) center/cover no-repeat;
  }
}
.p-mid-career-recruitment.is-02 {
  margin: 130px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-recruitment.is-02 {
    margin: 15.3846153846vw 0 0 0;
  }
  .p-mid-career-recruitment.is-02 .p-mid-career-recruitment__hdg {
    background: url(../../assets/img/page/mid-career/img_mid-career_recruit02_sp.jpg) center/cover no-repeat;
  }
}
.p-mid-career-recruitment.is-03 {
  margin: 130px 0 150px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-recruitment.is-03 {
    margin: 15.3846153846vw 0 20.5128205128vw;
  }
  .p-mid-career-recruitment.is-03 .p-mid-career-recruitment__hdg {
    background: url(../../assets/img/page/mid-career/img_mid-career_recruit03_sp.jpg) center/cover no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .p-mid-career .p-dl-list__dot {
    padding: 0 5.1282051282vw;
  }
}
.p-mid-career-comeback-contents {
  background: rgba(255, 255, 255, 0.3);
  margin: 100px 0 0 0;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback-contents {
    margin: 7.6923076923vw 0 0 0;
    padding: 7.6923076923vw 0;
  }
}
.p-mid-career-comeback-contents .p-bg-white {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback-contents .p-bg-white {
    background: none;
    padding: 0;
  }
}
.p-mid-career-comeback-contents .p-table-body__term {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback-contents .p-table-body__term {
    width: 100%;
  }
}
.p-mid-career-comeback-contents .p-table-body__term.is-row-2 {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback-contents .p-table-body__term.is-row-2 {
    width: 100%;
  }
}
.p-mid-career-comeback-contents .p-table-body__desc {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback-contents .p-table-body__desc {
    width: 100%;
  }
}
.p-mid-career-comeback-contents .p-table-body__desc.u-sp_none {
  width: 20%;
}
.p-mid-career-comeback__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-mid-career-comeback__list__item__term {
  width: 18%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1025px) {
  .p-mid-career-comeback__list__item__term {
    width: 25%;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .p-mid-career-comeback__list__item__term {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    padding: 3.8461538462vw 0 2.0512820513vw;
    border-bottom: 0.5px solid #081D48;
  }
}
.p-mid-career-comeback__list__item__term::after {
  content: "：";
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback__list__item__term::after {
    content: none;
  }
}
.p-mid-career-comeback__list__item__desc {
  width: 85%;
}
@media print, screen and (max-width: 1025px) {
  .p-mid-career-comeback__list__item__desc {
    width: 75%;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 768px) {
  .p-mid-career-comeback__list__item__desc {
    width: 100%;
    padding: 2.0512820513vw 0;
  }
}
.p-mid-career-comeback__condition {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback__condition {
    display: block;
  }
  .p-mid-career-comeback__condition span {
    background: #fff;
    border-radius: 2px;
    font-size: 3.3333333333vw;
    color: #001E4B;
    padding: 1.2820512821vw;
  }
}
.p-mid-career-comeback__flow {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback__flow {
    margin: 10.2564102564vw 0 0 0;
  }
}
.p-mid-career-comeback__flow__item {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback__flow__item {
    font-size: 3.3333333333vw;
  }
}
.p-mid-career-comeback__flow__item {
  color: #001E4B;
}
.p-mid-career-comeback__flow__item span {
  font-size: 24px;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback__flow__item span {
    font-size: 5.1282051282vw;
    margin: 0 1.2820512821vw 0 0;
  }
}
.p-mid-career-comeback__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback__new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 7.6923076923vw 0 0 0;
  }
}
.p-mid-career-comeback__new__item {
  background: #fff;
  border-radius: 30px;
  padding: 20px;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback__new__item {
    width: 100%;
    border-radius: 7.6923076923vw;
    padding-bottom: 5.1282051282vw;
    margin: 2.5641025641vw 0;
  }
}
.p-mid-career-comeback__new__item .c-dot-list .u-text {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback__new__item .c-dot-list .u-text {
    font-size: 3.5897435897vw;
  }
}
.p-mid-career-comeback__new__heading {
  font-size: 20px;
  font-weight: 700;
  color: #002596;
  margin: 0 0 20px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-comeback__new__heading {
    font-size: 4.1025641026vw;
    margin: 0 0 2.5641025641vw 0;
  }
}
.p-mid-career-comeback-table .p-table-body__term {
  width: 20%;
}
.p-mid-career-comeback-table .p-table-body__term.comeback {
  width: 40%;
}
.p-mid-career-comeback-table .p-table-body__term.alumni {
  width: 40%;
}
.p-mid-career-comeback-table .p-table-body__desc {
  width: 40%;
}
.p-mid-career .c-button {
  margin: 30px auto 60px;
  text-align: center;
}
.p-mid-career-contact {
  background: #fff;
  border-radius: 25px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 50px;
  max-width: 825px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-contact {
    max-width: 100%;
    padding: 5.1282051282vw 3.8461538462vw;
    border-radius: 6.4102564103vw;
    margin: 10.2564102564vw auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-mid-career-contact__recruit {
  width: 33.3333%;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-contact__recruit {
    font-size: 3.3333333333vw;
  }
}
.p-mid-career-contact__recruit {
  color: #001E4B;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-contact__recruit {
    width: 100%;
    margin: 0 0 2.5641025641vw 0;
    text-align: center;
  }
}
.p-mid-career-contact__info {
  width: 30%;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-contact__info {
    font-size: 3.3333333333vw;
  }
}
.p-mid-career-contact__info {
  color: #001E4B;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-contact__info {
    width: 50%;
  }
}
.p-mid-career-contact__inner {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-contact__inner {
    width: 100%;
  }
}
.p-mid-career-contact__inner .p-mid-career-contact__info {
  width: auto;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-contact__inner .p-mid-career-contact__info {
    margin: 0 5.1282051282vw 0 0;
  }
}
.p-mid-career-contact__inner .p-mid-career-contact__info a {
  display: block;
}
.p-mid-career-contact__inner .p-mid-career-contact__info.address {
  width: 100%;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-contact__inner .p-mid-career-contact__info.address {
    margin: 2.5641025641vw 0 0 0;
  }
}
.p-mid-career-interview-contents {
  padding: 100px 0;
}
.p-mid-career-interview-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-info {
    width: 70%;
    margin: 0;
    border-left: 0.5px solid #001E4B;
  }
}
.p-mid-career-interview-info__item {
  width: 16.6666666667%;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-info__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.5px solid #001E4B;
  }
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-info__item:first-of-type {
    display: none;
  }
}
.p-mid-career-interview-info__item:first-of-type .p-mid-career-interview-info__year {
  border-left: none;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-info__item:first-of-type .p-mid-career-interview-info__year {
    display: none;
  }
}
.p-mid-career-interview-info__item:first-of-type .p-mid-career-interview-info__data {
  border-left: none;
  color: #001E4B;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-info__item:last-of-type {
    border: none;
  }
}
.p-mid-career-interview-info__year {
  border-left: 1px dashed #003390;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-info__year {
    font-size: 3.3333333333vw;
  }
}
.p-mid-career-interview-info__year {
  color: #001E4B;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-info__year {
    width: 50%;
    border-left: none;
    height: auto;
    line-height: 1.5;
    padding: 2.5641025641vw;
  }
}
.p-mid-career-interview-info__data {
  border-top: 1px dashed #003390;
  border-left: 1px dashed #003390;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-info__data {
    font-size: 3.3333333333vw;
  }
}
.p-mid-career-interview-info__data {
  color: #002CE0;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-info__data {
    width: 50%;
    border-top: none;
    border-left: none;
    height: auto;
    line-height: 1.5;
    padding: 2.5641025641vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-info__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 7.6923076923vw 0 0 0;
  }
}
.p-mid-career-interview-info__sp__hdg {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-info__sp__hdg {
    display: block;
    width: 30%;
    font-size: 3.3333333333vw;
    font-weight: 700;
  }
}
.p-mid-career-interview-voice {
  margin: 100px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-voice {
    margin: 11.5384615385vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-mid-career-interview-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0 60px 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-voice__item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-mid-career-interview-voice__item:first-of-type .p-mid-career-interview-voice__profile {
  min-width: 310px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-voice__item:first-of-type .p-mid-career-interview-voice__profile {
    max-width: 64.1025641026vw;
  }
}
.p-mid-career-interview-voice__item:last-of-type .p-mid-career-interview-voice__profile {
  min-width: 200px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-voice__item:last-of-type .p-mid-career-interview-voice__profile {
    max-width: 38.4615384615vw;
  }
}
.p-mid-career-interview-voice__item:last-of-type .p-mid-career-interview-voice__text {
  margin: 100px 0 0 -145px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-voice__item:last-of-type .p-mid-career-interview-voice__text {
    margin: -5.1282051282vw auto 0;
  }
}
.p-mid-career-interview-voice__profile {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 30px;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-voice__profile {
    padding: 6.4102564103vw;
    margin: auto;
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }
}
.p-mid-career-interview-voice__text {
  background: #002CE0;
  border-radius: 20px;
  max-width: 875px;
  width: 100%;
  margin: 130px 0 0 -145px;
  position: relative;
  z-index: 1;
  padding: 40px 35px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career-interview-voice__text {
    width: 100%;
    margin: -5.1282051282vw auto 0;
    padding: 8.9743589744vw 7.6923076923vw;
  }
}
.p-mid-career-interview-voice__text .u-text {
  color: #fff;
}
.p-mid-career-interview-voice__name {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.p-mid-career .p-business-field-menu {
  margin: 50px 0 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-mid-career .p-business-field-menu {
    margin: 7.6923076923vw 0 0 0;
  }
}
.p-mid-career .p-business-field-menu__item {
  width: 45%;
  margin: 0 10px;
  height: 120px;
}
@media only screen and (max-width: 768px) {
  .p-mid-career .p-business-field-menu__item {
    height: 20.5128205128vw;
    width: 48%;
    margin: 0 1%;
  }
}
.p-mid-career #sec01.p-mid-career-recruitment-contents {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-mid-career #sec01.p-mid-career-recruitment-contents {
    padding: 7.6923076923vw 0 0 0;
  }
}

/* .p-mid-career */
.p-story.p-page .l-main::before {
  height: 750px;
}
@media only screen and (max-width: 768px) {
  .p-story.p-page .l-main::before {
    height: 128.2051282051vw;
  }
}
.p-story .c-page-heading {
  height: 1200px;
}
@media only screen and (max-width: 768px) {
  .p-story .c-page-heading {
    height: auto;
    background: none;
  }
}
.p-story .c-page-heading-bg {
  background: url(../../assets/img/page/story/img_page_heading_bg.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-story .c-page-heading-bg {
    background: url(../../assets/img/page/story/img_page_heading_sp.png) center/cover no-repeat;
    height: 32.3076923077vw;
  }
}
.p-story .c-page-heading-text::before {
  background: url(../../assets/img/page/story/img_page_heading_text_bg.png) center/cover no-repeat;
  max-width: 1200px;
}
.p-story-main {
  position: relative;
  height: 555px;
  margin: 85px auto 0;
  max-width: 1040px;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-story-main {
    position: relative;
    height: auto;
    margin: 5.1282051282vw auto 0;
    max-width: 100%;
  }
}
.p-story-main__figure {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-story-main__figure {
    position: relative;
    padding: 0 5.1282051282vw;
  }
}
.p-story-main__figure__inner {
  border-radius: 35px;
  overflow: hidden;
  height: 555px;
}
@media only screen and (max-width: 768px) {
  .p-story-main__figure__inner {
    position: relative;
    height: auto;
    border-radius: 7.6923076923vw 7.6923076923vw 0 0;
  }
}
.p-story-main__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-story-main__text {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  max-width: 505px;
  width: 50%;
}
@media print, screen and (max-width: 960px) {
  .p-story-main__text {
    width: 70%;
    left: 20px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 768px) {
  .p-story-main__text {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    width: 100%;
    background: #002596;
    padding: 11.5384615385vw 5.1282051282vw;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-story-main__cate {
    text-align: center;
  }
}
.p-story-main__cate span {
  font-size: 20px;
  color: #fff;
  border-radius: 8px;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-story-main__cate span {
    font-size: 4.1025641026vw;
    border-radius: 2.0512820513vw;
    padding: 2.0512820513vw 2.5641025641vw;
  }
}
.p-story-main__catch {
  font-size: 24px;
  color: #fff;
  line-height: 2;
  letter-spacing: 1.2px;
  margin: 35px 0;
}
@media only screen and (max-width: 768px) {
  .p-story-main__catch {
    font-size: 4.6153846154vw;
    margin: 8.9743589744vw 0 7.6923076923vw;
    letter-spacing: 0;
  }
}
.p-story-main__message {
  font-size: 17px;
  line-height: 2;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-story-main__message {
    font-size: 3.3333333333vw;
  }
}
.p-story .p-contents {
  padding: 0 0 200px 0;
}
@media only screen and (max-width: 768px) {
  .p-story .p-contents {
    padding: 14.1025641026vw 0;
  }
}
.p-story-member {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-story-member .c-page-section-heading {
    margin: 0 0 0 5.1282051282vw;
  }
}
.p-story-member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-story-member-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5.1282051282vw 0 0 0;
  }
}
.p-story-member-list__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 305px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-story-member-list__item {
    width: 100%;
    padding: 58.9743589744vw 0 0 0;
  }
  .project01 .p-story-member-list__item {
    padding-top: 79.97436vw;
  }
}
.p-story-member-list__item::before {
  content: "";
  width: 660px;
  height: 420px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-story-member-list__item::before {
    width: 115.3846153846vw;
    height: 80.7692307692vw;
  }
}
.p-story-member-list__profile {
  width: 400px;
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .p-story-member-list__profile {
    width: 100%;
    height: 28.7179487179vw;
    border-radius: 0;
  }
}
.p-story-member-list__profile.is-only {
  width: 600px;
}
.p-story-member-list__name {
  font-size: 24px;
  color: #071C48;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-story-member-list__name {
    font-size: 6.1538461538vw;
  }
}
.p-story-member-list__title {
  font-size: 17px;
  color: #071C48;
  font-weight: 400;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-story-member-list__title {
    font-size: 4.1025641026vw;
    margin: 2.5641025641vw 0 0 0;
  }
}
.p-story.project01 .p-story-member-list__item:first-of-type::before {
  height: 503px;
  background: url(../../assets/img/page/story/01/img_story_member01_pc.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-story.project01 .p-story-member-list__item:first-of-type::before {
    width: 100%;
    height: 108.05128vw;
    background-image: url(../../assets/img/page/story/01/img_story_member01_sp.png);
  }
}
.p-story.project02 .p-story-member-list__item:first-of-type::before {
  height: 523px;
  background: url(../../assets/img/page/story/02/img_story_member01_pc.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-story.project02 .p-story-member-list__item:first-of-type::before {
    width: 100%;
    height: 83.05128vw;
    background-image: url(../../assets/img/page/story/02/img_story_member01_sp.png);
  }
}
.p-story.project03 .p-story-member-list__item:first-of-type::before {
  background: url(../../assets/img/page/story/03/img_story_member01.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-story.project03 .p-story-member-list__item:last-of-type {
    margin: 20.5128205128vw 0 0 0;
  }
}
.p-story.project03 .p-story-member-list__item:last-of-type::before {
  background: url(../../assets/img/page/story/03/img_story_member02.png) center/cover no-repeat;
}
.p-story-contents {
  margin: 128px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-story-contents {
    margin: 17.9487179487vw 0 0 0;
  }
}
.p-story-contents-W {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .p-story-contents-W890 {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 60px;
    margin-top: -30px;
  }
}
.p-story-contents-W__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-story-contents-W__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-story-contents-W__figure {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-story-contents-W__figure {
    width: 100%;
    border-radius: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-story-contents-W__text {
  width: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 65px 0 110px;
}
@media only screen and (max-width: 768px) {
  .p-story-contents-W__text {
    width: 100%;
    padding: 0 5.1282051282vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 11.5384615385vw 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-story-contents-W__text .p-story-contents__block__term {
    font-size: 3.3333333333vw;
  }
}
.p-story-contents-W__text .p-story-contents__block__text {
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  .p-story-contents-W__text .p-story-contents__block__text {
    width: 85%;
    font-size: 3.3333333333vw;
  }
}
.p-story-contents-W-overflow {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.p-story-contents-W-overflow__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-story-contents-W-overflow__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-story-contents-W-overflow__figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-radius: 25px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-story-contents-W-overflow__figure {
    margin: 0 13.8461538462vw;
  }
}
.p-story-contents-W-overflow__text {
  width: 51%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 65px 0 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-story-contents-W-overflow__text {
    width: 100%;
    padding: 0 5.1282051282vw;
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-story-contents-W-overflow__text .p-story-contents__block__term {
    font-size: 3.3333333333vw;
  }
}
.p-story-contents-W-overflow__text .p-story-contents__question {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-story-contents__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-story-contents__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-story-contents__column__figure {
  max-width: 500px;
  width: 50%;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-story-contents__column__figure {
    max-width: 100%;
    width: 100%;
    border-radius: 6.4102564103vw;
  }
}
.p-story-contents__column__text {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p-story-contents__column__text {
    width: 100%;
    margin: 5.1282051282vw 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-story-contents__column__text .p-story-contents__block__term {
    font-size: 3.3333333333vw;
  }
}
.p-story-contents__column__text .p-story-contents__block__text {
  max-width: 450px;
}
@media only screen and (max-width: 768px) {
  .p-story-contents__column__text .p-story-contents__block__text {
    width: 85%;
    font-size: 3.3333333333vw;
    padding: 0;
  }
}
.p-story-contents__heading {
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 3.12px;
  color: #071C48;
}
@media only screen and (max-width: 768px) {
  .p-story-contents__heading {
    font-size: 4.6153846154vw;
    line-height: 2;
    letter-spacing: 0;
  }
}
.p-story-contents__block__term {
  max-width: 60px;
  width: 100%;
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .p-story-contents__block__term {
    width: 13%;
    font-size: 3.3333333333vw;
  }
}
.p-story-contents__block__text {
  max-width: 980px;
  width: 100%;
  font-size: 17px;
}
.p-story-contents__block__text.is-only {
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  .p-story-contents__block__text {
    width: 85%;
    font-size: 3.3333333333vw;
  }
}
.p-story-contents__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2.125;
  margin: 0 0 25px 0;
}
.p-story-contents__question .p-story-contents__block__term {
  color: #002CE0;
}
.p-story-contents__question .p-story-contents__block__text {
  color: #002CE0;
}
.p-story-contents__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2.125;
  margin: 0 0 40px 0;
}
.p-story-contents__answer .p-story-contents__block__term {
  color: #001E4B;
}
.p-story-contents__answer .p-story-contents__block__text {
  color: #001E4B;
}
.p-story-contents__figureW {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  margin: 90px 0 110px;
}
@media only screen and (max-width: 768px) {
  .p-story-contents__figureW {
    border-radius: 6.4102564103vw;
    margin: 11.5384615385vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-story-contents__figureW.is-sp-full {
    width: auto;
    border-radius: 0;
    margin: 11.5384615385vw calc(50% - 50vw);
  }
}
.p-story-contents__figureS {
  max-width: 830px;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  margin: 85px auto 125px;
}
@media only screen and (max-width: 768px) {
  .p-story-contents__figureS {
    border-radius: 6.4102564103vw;
    margin: 11.5384615385vw 0;
  }
}
.p-story-contents__last-message {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-story-contents__last-message__figure {
  width: 100%;
  height: 680px;
}
.p-story-contents__last-message__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-story-contents__last-message__figure {
    height: 84.6153846154vw;
  }
}
.p-story-contents__last-message__text {
  font-size: 24px;
  letter-spacing: 0.13em;
  line-height: 2;
  color: #071C48;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-story-contents__last-message__text {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    font-size: 4.6153846154vw;
    letter-spacing: 0;
    padding: 0 5.1282051282vw;
    margin: 20.5128205128vw 0 0 0;
  }
}
.p-story-contents__last-message__text.is-left {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .p-story-contents__last-message__text.is-left {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-story-contents__last-message__text.is-right {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .p-story-contents__last-message__text.is-right {
    margin-left: 47%;
  }
}

/* p-story */
.p-internship .p-contents {
  overflow: visible;
}
.p-internship.p-page .l-main::before {
  height: 990px;
}
@media only screen and (max-width: 768px) {
  .p-internship.p-page .l-main::before {
    height: 141.0256410256vw;
  }
}
.p-internship .c-page-heading {
  height: 990px;
}
@media only screen and (max-width: 768px) {
  .p-internship .c-page-heading {
    height: auto;
    background: none;
  }
}
.p-internship .c-page-heading-bg {
  background: url(../../assets/img/page/internship/img_page_heading_bg.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-internship .c-page-heading-bg {
    background: url(../../assets/img/page/internship/img_page_heading_sp.png) center/cover no-repeat;
    height: 32.3076923077vw;
  }
}
.p-internship .c-page-heading-text::before {
  background: url(../../assets/img/page/internship/img_page_heading_text_bg.png) center/cover no-repeat;
  max-width: 1200px;
}
.p-internship-catch {
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #001E4B;
  margin: 95px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-internship-catch {
    font-size: 3.3333333333vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0.65px;
    margin: 12.8205128205vw 0 0 0;
    text-align: left;
    padding: 0 5.1282051282vw;
  }
}
.p-internship .p-contents {
  padding: 0 0 150px 0;
}
@media only screen and (max-width: 768px) {
  .p-internship .p-contents {
    padding: 14.1025641026vw 0;
  }
}
.p-internship-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-internship-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10.2564102564vw 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-internship-menu__item {
    width: 48%;
    margin: 0 0 2.5641025641vw 0;
  }
}
.p-internship-menu__item a {
  width: 248px;
  height: 128px;
  padding: 45px 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  color: #001E4B;
  font-size: 20px;
  margin-top: -46px;
}
.p-internship-menu__item a::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/page/internship/icon_arrow.svg") top center/cover;
  width: 23px;
  height: 13px;
}
.p-internship-menu__item a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-internship-menu__item a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .p-internship-menu__item a {
    width: 100%;
    padding: 7.1794871795vw 0 3.8461538462vw;
    border-radius: 3.0769230769vw;
    font-size: 3.5897435897vw;
    margin-top: 0;
    height: 23.0769230769vw;
  }
}
.p-internship-contents {
  padding: 90px 0;
}
.p-internship__heading {
  color: #002CE0;
  text-align: center;
  font-weight: bold;
}
.p-internship__heading span {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
.p-internship__heading span::after {
  content: "";
  border-bottom: 2px solid;
  left: -1px;
  right: -1px;
  bottom: 0;
  position: absolute;
}
.p-internship__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-internship__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-internship__flow__item {
  width: 225px;
  height: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  border: 1px solid #002CE0;
  position: relative;
  background: #fff;
  color: #001E4B;
}
@media only screen and (max-width: 768px) {
  .p-internship__flow__item {
    width: 46.9230769231vw;
    height: 46.9230769231vw;
    border-radius: 4.358974359vw;
    margin: 0 0 7.6923076923vw 0;
    font-size: 3.3333333333vw;
    text-align: center;
  }
}
.p-internship__flow__item::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/page/internship/icon_flow01.svg") top center/cover;
  width: 89px;
  height: 52px;
  margin-bottom: 24px;
}
.p-internship__flow__item:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/page/internship/icon_flow02.svg") top center/cover;
  width: 75px;
  height: 62px;
}
.p-internship__flow__item:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/page/internship/icon_flow03.svg") top center/cover;
  width: 73px;
  height: 65px;
}
.p-internship__flow__item:nth-of-type(4)::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/page/internship/icon_flow04.svg") top center/cover;
  width: 62px;
  height: 63px;
}
.p-internship__flow__item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/page/internship/icon_arrow_right01.svg") top center/cover;
  width: 30px;
  height: 54px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -40px;
}
@media only screen and (max-width: 768px) {
  .p-internship__flow__item:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    background: url("../../assets/img/page/internship/icon_arrow_right01.svg") top center/cover;
    width: 3.8461538462vw;
    height: 6.9230769231vw;
    right: auto;
    top: 50.7692307692vw;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.p-internship__flow__item:nth-of-type(2):after {
  background-image: url("../../assets/img/page/internship/icon_arrow_right02.svg");
}
.p-internship__flow__item:nth-of-type(3):after {
  background-image: url("../../assets/img/page/internship/icon_arrow_right03.svg");
}
.p-internship__table__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 474px 163px 86px 82px;
  grid-template-columns: auto 474px 163px 86px 82px;
  color: #001E4B;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .p-internship__table__head {
    display: none;
  }
}
.p-internship__table__head__item {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-internship__table__head__item:not(:last-of-type) {
  border-right: 1px solid;
}
.p-internship__table__content {
  display: -ms-grid;
  display: grid;
  color: #001E4B;
  border-bottom: 1px solid;
  font-size: 15px;
}
@media print, screen and (min-width: 769px) {
  .p-internship__table__content {
    -ms-grid-columns: auto 474px 163px 86px 82px;
    grid-template-columns: auto 474px 163px 86px 82px;
  }
}
.p-internship__table__content__item {
  font-size: 15px;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .p-internship__table__content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-internship__table__content__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 76px auto;
    grid-template-columns: 76px auto;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-internship__table__content__item:not(:last-of-type) {
    border-right: 1px solid;
  }
}
@media print, screen and (min-width: 769px) {
  .p-internship__table__content__item.padding {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-internship__table__content__item.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-internship__table__content__item__sp {
    display: none;
  }
}
.p-internship__table__content__text {
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .p-internship__table__content__text {
    font-size: 3.3333333333vw;
  }
}
.p-internship__table__content:last-of-type {
  border-bottom: none;
}
.p-internship__theme__title {
  color: #fff;
  text-align: center;
  border-radius: 18px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: #AEC4E9;
  border: 1px solid #002CE0;
  position: relative;
  margin: 0 0 15px 0;
}
.p-internship__theme__title.open {
  background: #7186E4;
  margin: 0;
}
.p-internship__theme__title.open::after {
  content: none;
}
.p-internship__theme__title::before, .p-internship__theme__title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-internship__theme__title::before {
  width: 23px;
  height: 3px;
  right: 15px;
}
@media only screen and (max-width: 768px) {
  .p-internship__theme__title::before {
    width: 5.1282051282vw;
    height: 0.7692307692vw;
    right: 3.8461538462vw;
  }
}
.p-internship__theme__title::after {
  width: 3px;
  height: 23px;
  right: 25px;
}
@media only screen and (max-width: 768px) {
  .p-internship__theme__title::after {
    height: 5.1282051282vw;
    width: 0.7692307692vw;
    right: 6.4102564103vw;
  }
}
.p-internship__theme__item {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease, padding 0.5s ease;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
.p-internship__theme__item:last-of-type.open {
  border-bottom: 1px solid #001E4B;
}
.p-internship__theme__item.open {
  max-height: 10000px; /* 適切な高さに調整してください */
  /*padding: 10px 0;  開いたときのパディング */
}
.p-internship-place-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-internship-place-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-internship-place-list__name {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .p-internship-place-list__name {
    width: 100%;
  }
}
.p-internship-place-list__address {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .p-internship-place-list__address {
    width: 100%;
  }
}
.p-internship .p-dl-list__term span {
  color: #001E4B;
  font-weight: 700;
}
.p-internship-category {
  border: 1px solid #001E4B;
  font-size: 16px !important;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-internship-category {
    font-size: 3.3333333333vw !important;
    padding: 0 2.5641025641vw;
    border-radius: 1.2820512821vw;
  }
}
.p-internship-voice {
  margin: 130px 0 0 0;
}
.p-internship-voice-list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 12.8205128205vw 0 0 0;
  }
}
.p-internship-voice-list__item {
  background-color: #fff;
  margin: 0 0 80px 0;
  position: relative;
  text-align: center;
  width: auto;
  padding: 40px;
  -webkit-box-shadow: 0 30px 0 #BDCCD4;
          box-shadow: 0 30px 0 #BDCCD4;
  font-size: 20px;
  line-height: 45px;
  color: #081D48;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice-list__item {
    font-size: 3.3333333333vw;
    line-height: 7.6923076923vw;
    padding: 5.1282051282vw;
  }
}
.p-internship-voice-list__item::after {
  content: "";
  width: 122px;
  height: 95px;
  position: absolute;
  bottom: -92px;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice-list__item::after {
    width: 25.641025641vw;
    height: 20.5128205128vw;
    bottom: -19.2307692308vw;
  }
}
.p-internship-voice-list__item:nth-of-type(even) {
  border-radius: 20px 20px 20px 0;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice-list__item:nth-of-type(even) {
    border-radius: 5.1282051282vw 5.1282051282vw 5.1282051282vw 0;
  }
}
.p-internship-voice-list__item:nth-of-type(even)::after {
  background: url("../../assets/img/page/internship/img_voice_bottom_left.svg") bottom left/contain no-repeat;
  left: 0;
}
.p-internship-voice-list__item:nth-of-type(odd) {
  border-radius: 20px 20px 0 20px;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice-list__item:nth-of-type(odd) {
    border-radius: 5.1282051282vw 5.1282051282vw 0 5.1282051282vw;
  }
}
.p-internship-voice-list__item:nth-of-type(odd)::after {
  background: url("../../assets/img/page/internship/img_voice_bottom_right.svg") bottom left/contain no-repeat;
  right: 0;
}
.p-internship-voice-list__item:first-of-type {
  max-width: 550px;
  width: 55%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice-list__item:first-of-type {
    max-width: 100%;
    width: 100%;
  }
}
.p-internship-voice-list__item:nth-of-type(2) {
  max-width: 560px;
  width: 56%;
  margin: 70px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice-list__item:nth-of-type(2) {
    max-width: 100%;
    width: 100%;
    margin: 25.641025641vw 0 0 0;
  }
}
.p-internship-voice-list__item:nth-of-type(3) {
  max-width: 410px;
  width: 40%;
  margin: 145px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice-list__item:nth-of-type(3) {
    max-width: 100%;
    width: 100%;
    margin: 25.641025641vw 0 0 0;
  }
}
.p-internship-voice-list__item:nth-of-type(4) {
  max-width: 503px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice-list__item:nth-of-type(4) {
    max-width: 100%;
    width: 100%;
    margin: 25.641025641vw 0 0 0;
  }
}
.p-internship-voice-list__item:nth-of-type(5) {
  max-width: 482px;
  width: 48%;
  margin: 125px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice-list__item:nth-of-type(5) {
    max-width: 100%;
    width: 100%;
    margin: 25.641025641vw 0 0 0;
  }
}
.p-internship-voice-list__item:nth-of-type(6) {
  max-width: 470px;
  width: 47%;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice-list__item:nth-of-type(6) {
    max-width: 100%;
    width: 100%;
    margin: 25.641025641vw 0 0 0;
  }
}
.p-internship-voice .c-button {
  max-width: 630px;
  width: 100%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice .c-button {
    margin: 30.7692307692vw auto 0;
  }
}
.p-internship-voice .c-button-blue {
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-internship-voice .c-button-blue {
    margin: 7.6923076923vw auto 0;
  }
}
.p-internship-open-company {
  margin: 150px auto 0;
  max-width: 1040px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-internship-open-company {
    max-width: 100%;
  }
}
.p-internship-open-company__mv {
  background: url("../../assets/img/page/internship/img_open-company.jpg") center top/cover no-repeat;
  width: 100%;
  height: 650px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-internship-open-company__mv {
    height: 110.7692307692vw;
    border-radius: 0;
  }
}
.p-internship-open-company__mv__list {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 620px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-internship-open-company__mv__list {
    max-width: 90%;
  }
}
.p-internship-open-company__mv__list__item {
  font-size: 17px;
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .p-internship-open-company__mv__list__item {
    font-size: 3.3333333333vw;
    margin: 0 0 5.1282051282vw 0;
  }
}
.p-internship-open-company__mv__list__item:last-child {
  margin: 0;
}
.p-internship-open-company__mv__list__item span {
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .p-internship-open-company__mv__list__item span {
    margin: 0 0 2.5641025641vw 0;
  }
}
.p-internship-open-company__mv__list__item::before {
  content: "1";
  font-size: 48px;
  font-family: "gotham_book", sans-serif;
  position: absolute;
  left: 0;
  top: -20px;
}
@media only screen and (max-width: 768px) {
  .p-internship-open-company__mv__list__item::before {
    font-size: 10.2564102564vw;
    top: -3.8461538462vw;
  }
}
.p-internship-open-company__mv__list__item:nth-child(2)::before {
  content: "2";
}
.p-internship-open-company__mv__list__item:nth-child(3)::before {
  content: "3";
}
.p-internship-open-company .c-button {
  margin: 50px auto 0;
  max-width: 630px;
}
@media only screen and (max-width: 768px) {
  .p-internship-open-company .c-button {
    margin: 8.9743589744vw auto 0;
  }
}
.p-internship-open-company .c-button-blue {
  width: 100%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-internship-open-company .c-button-blue {
    margin: 7.6923076923vw auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-internship-open-company.is-young-employees {
    margin: 21.7948717949vw 0 0 0;
  }
}
.p-internship-open-company.is-young-employees .p-internship-open-company__mv {
  background: url("../../assets/img/page/internship/img_open-company-young.jpg") center top/cover no-repeat;
}
.p-internship-open-company.is-young-employees .p-internship-open-company__mv__list {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 633px;
  left: 70px;
}
@media only screen and (max-width: 768px) {
  .p-internship-open-company.is-young-employees .p-internship-open-company__mv__list {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
  }
}
.p-internship-open-company.is-young-employees .p-internship-open-company__mv__list__item {
  color: #001E4B;
}
@media only screen and (max-width: 768px) {
  .p-internship-open-company .p-dl-list, .p-internship-open-company .c-button {
    padding: 0 5.1282051282vw;
  }
}

/* p-internship */
.p-new-business.p-page .l-main::before {
  height: 1210px;
}
@media only screen and (max-width: 768px) {
  .p-new-business.p-page .l-main::before {
    height: 235.8974358974vw;
  }
}
.p-new-business .c-page-heading {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-new-business .c-page-heading {
    height: auto;
    padding: 0 0 25.641025641vw 0;
  }
}
.p-new-business .c-page-heading-bg {
  background: url(../../assets/img/page/new-business/img_page_heading_bg.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-new-business .c-page-heading-bg {
    background: url(../../assets/img/page/new-business/img_page_heading_sp.png) center/cover no-repeat;
    height: 32.3076923077vw;
  }
}
.p-new-business .c-page-heading-text::before {
  background: url(../../assets/img/page/new-business/img_page_heading_text_bg.png) center/cover no-repeat;
  max-width: 1200px;
}
.p-new-business-header {
  text-align: center;
  padding: 87px 0;
}
@media only screen and (max-width: 768px) {
  .p-new-business-header {
    padding: 12.8205128205vw 0 0 0;
  }
}
.p-new-business-catch {
  display: inline-block;
  border: 1px solid #081D48;
  background: #fff;
  font-size: 20px;
  color: #081D48;
  border-radius: 6px;
  padding: 10px 15px;
}
@media only screen and (max-width: 768px) {
  .p-new-business-catch {
    font-size: 3.5897435897vw;
    padding: 2.0512820513vw 2.5641025641vw;
  }
}
.p-new-business-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 1.2px;
  color: #081D48;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .p-new-business-heading {
    font-size: 4.6153846154vw;
    line-height: 2;
    margin: 0 0 7.6923076923vw 0;
  }
}
.p-new-business-text {
  font-size: 17px;
  line-height: 40px;
  letter-spacing: 0.8px;
  color: #081D48;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-new-business-text {
    font-size: 3.3333333333vw;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
  }
}
.p-new-business-feature {
  border: 0.5px solid #001E4B;
  border-radius: 6px;
  max-width: 800px;
  width: 100%;
  padding: 40px;
  margin: 30px auto 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-new-business-feature {
    max-width: 100%;
    margin: 15.3846153846vw 0 0 0;
    padding: 3.8461538462vw;
  }
}
.p-new-business-feature__heading {
  background: #B1BCD7;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  font-size: 17px;
  letter-spacing: 0.8px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-new-business-feature__heading {
    font-size: 3.3333333333vw;
    padding: 2.0512820513vw 2.5641025641vw;
  }
}
.p-new-business-feature__text {
  margin: 10px 0 0 0;
  text-align: left;
  font-size: 17px;
  line-height: 1.875;
  color: #001E4B;
}
@media only screen and (max-width: 768px) {
  .p-new-business-feature__text {
    margin: 5.1282051282vw 0 0 0;
    font-size: 3.3333333333vw;
  }
}
.p-new-business .p-contents {
  padding: 105px 0;
}
@media only screen and (max-width: 768px) {
  .p-new-business .p-contents {
    padding: 0 0 14.1025641026vw 0;
  }
}
.p-new-business-subject {
  background: url(../../assets/img/page/new-business/microreactor/img_microreactor_bg.png) center/cover no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
  max-width: 1040px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-new-business-subject {
    height: auto;
    padding: 10.2564102564vw 0;
    margin: 11.5384615385vw 0 0 0;
  }
}
.p-new-business-subject__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .p-new-business-subject__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.p-new-business-subject__list__item {
  width: 31%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-new-business-subject__list__item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-new-business-subject__list__item:nth-child(2) {
    margin: 15.3846153846vw 0;
  }
}
.p-new-business-subject__list__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .p-new-business-subject__list__figure {
    height: auto;
  }
}
.p-new-business-subject__list__figure figcaption {
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-new-business-subject__list__figure figcaption {
    font-size: 3.3333333333vw;
    margin: 5.1282051282vw 0 0 0;
  }
}
.p-new-business-subject__list__figure img {
  width: 125px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-new-business-subject__list__figure img {
    width: 24.8717948718vw;
  }
}
.p-new-business .u-text {
  color: #001E4B;
  margin: 35px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-new-business .u-text {
    margin: 5.1282051282vw 0 0 0;
  }
}
.p-new-business-project {
  margin: 160px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-new-business-project {
    margin: 12.8205128205vw 0 0 0;
  }
}
.p-new-business-project__figure {
  max-width: 910px;
  width: 100%;
  margin: 80px auto 130px;
}
@media only screen and (max-width: 768px) {
  .p-new-business-project__figure {
    margin: 7.6923076923vw 0 17.9487179487vw;
    width: 100%;
  }
}
.p-new-business-strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-new-business-strength {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 12.8205128205vw 0 0 0;
  }
}
.p-new-business-strength__item {
  width: 33.33333%;
  height: 370px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  font-size: 18px;
  line-height: 1.83;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-new-business-strength__item {
    width: 100%;
    height: 76.9230769231vw;
    font-size: 3.5897435897vw;
  }
}
.p-new-business-strength__item:first-of-type {
  background: url(../../assets/img/page/new-business/microreactor/img_microreactor_circle01.png) center/contain no-repeat;
}
.p-new-business-strength__item:nth-of-type(2) {
  background: url(../../assets/img/page/new-business/microreactor/img_microreactor_circle02.png) center/contain no-repeat;
}
.p-new-business-strength__item:last-of-type {
  background: url(../../assets/img/page/new-business/microreactor/img_microreactor_circle03.png) center/contain no-repeat;
}
.p-new-business-products__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px 0 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-new-business-products__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 23.0769230769vw 0 0 0;
  }
}
.p-new-business-products__column:nth-of-type(even) .p-new-business-products__figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 768px) {
  .p-new-business-products__column:nth-of-type(even) .p-new-business-products__figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-new-business-products__column:nth-of-type(even) .p-new-business-products__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 768px) {
  .p-new-business-products__column:nth-of-type(even) .p-new-business-products__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-new-business-products__figure {
  max-width: 520px;
  width: 52%;
}
@media only screen and (max-width: 768px) {
  .p-new-business-products__figure {
    max-width: 100%;
    width: 100%;
  }
}
.p-new-business-products__text {
  max-width: 480px;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .p-new-business-products__text {
    max-width: 100%;
    width: 100%;
  }
}
.p-new-business-products__heading {
  font-size: 30px;
  color: #001E4B;
}
@media only screen and (max-width: 768px) {
  .p-new-business-products__heading {
    font-size: 5.1282051282vw;
    margin: 7.6923076923vw 0 0 0;
  }
}
.p-new-business.l-crystal .p-new-business-subject, .p-new-business.fabric .p-new-business-subject {
  background: url(../../assets/img/page/new-business/l-crystal/img_l-crystal_bg.png) center/cover no-repeat;
}
.p-new-business.l-crystal .p-new-business-subject__list, .p-new-business.fabric .p-new-business-subject__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-new-business.l-crystal .p-new-business-subject__list__item, .p-new-business.fabric .p-new-business-subject__list__item {
  width: 50%;
  margin: 0 0 55px 0;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-new-business.l-crystal .p-new-business-subject__list__item, .p-new-business.fabric .p-new-business-subject__list__item {
    width: 100%;
  }
}
.p-new-business.l-crystal .p-new-business-subject__list__item:nth-of-type(3), .p-new-business.fabric .p-new-business-subject__list__item:nth-of-type(3) {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-new-business.l-crystal .p-new-business-subject__list__item:nth-of-type(3), .p-new-business.fabric .p-new-business-subject__list__item:nth-of-type(3) {
    margin: 0 0 15.3846153846vw 0;
  }
}
.p-new-business.l-crystal .p-new-business-subject__list__item:last-of-type, .p-new-business.fabric .p-new-business-subject__list__item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .p-new-business.l-crystal .p-new-business-subject__list__item, .p-new-business.fabric .p-new-business-subject__list__item {
    margin: 0 0 15.3846153846vw 0;
  }
}
.p-new-business.l-crystal .p-new-business-subject__list__figure, .p-new-business.fabric .p-new-business-subject__list__figure {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-new-business.l-crystal .p-new-business-subject__list__figure img, .p-new-business.fabric .p-new-business-subject__list__figure img {
  width: auto;
  height: 85px;
}
@media only screen and (max-width: 768px) {
  .p-new-business.l-crystal .p-new-business-subject__list__figure img, .p-new-business.fabric .p-new-business-subject__list__figure img {
    height: 17.9487179487vw;
  }
}
.p-new-business.l-crystal .p-new-business-subject__list__figure figcaption, .p-new-business.fabric .p-new-business-subject__list__figure figcaption {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-new-business.l-crystal .p-new-business-subject__list__figure figcaption, .p-new-business.fabric .p-new-business-subject__list__figure figcaption {
    height: auto;
    margin: 5.1282051282vw 0 0 0;
  }
}
.p-new-business.l-crystal .l-main::before {
  height: 1120px;
}
@media only screen and (max-width: 768px) {
  .p-new-business.l-crystal .l-main::before {
    height: 205.1282051282vw;
  }
}
.p-new-business.fabric .l-main::before {
  height: 1160px;
}
@media only screen and (max-width: 768px) {
  .p-new-business.fabric .l-main::before {
    height: 230.7692307692vw;
  }
}
.p-new-business.silicone .l-main::before {
  height: 1120px;
}
@media only screen and (max-width: 768px) {
  .p-new-business.silicone .l-main::before {
    height: 225.641025641vw;
  }
}
.p-new-business.silicone .p-new-business-subject {
  background: url(../../assets/img/page/new-business/silicone/img_silicone_bg.png) center/cover no-repeat;
}
.p-new-business.silicone .p-new-business-subject__list__figure {
  height: auto;
}
.p-new-business.silicone .p-new-business-subject__list__figure img {
  width: auto;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  .p-new-business.silicone .p-new-business-subject__list__figure img {
    height: 17.9487179487vw;
  }
}
.p-new-business.silicone .p-new-business-subject__list__figure figcaption {
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-new-business.silicone .p-new-business-subject__list__figure figcaption {
    margin: 5.1282051282vw 0 0 0;
  }
}
.p-new-business.silicone .p-new-business-project__figure {
  max-width: 730px;
  width: 100%;
}
.p-new-business.fabric .p-new-business-subject {
  background: url(../../assets/img/page/new-business/fabric/img_fabric_bg.png) center/cover no-repeat;
}
.p-new-business.fabric .p-new-business-heading__num {
  font-size: 180%;
  vertical-align: sub;
  margin: 0 5px;
}
.p-new-business.fabric .p-new-business-project__figure {
  max-width: 470px;
  width: 100%;
  margin: 80px auto;
}
.p-new-business.fabric .p-new-business-strength__num {
  font-size: 180%;
  margin: 0 5px;
  vertical-align: sub;
}
.p-new-business.fabric .p-new-business-subject__list__item {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .p-new-business.fabric .p-new-business-subject__list__item {
    margin: 0 0 15.3846153846vw 0;
  }
}
.p-new-business.fabric .p-new-business-subject__list__item:nth-child(3) img {
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .p-new-business.fabric .p-new-business-subject__list__item:nth-child(3) img {
    height: 12.8205128205vw;
  }
}

/* p-new-business */
.p-personality.p-page .l-main::before {
  height: 712px;
}
@media only screen and (max-width: 768px) {
  .p-personality.p-page .l-main::before {
    height: 76.9230769231vw;
  }
}
.p-personality .c-page-heading {
  height: 712px;
}
@media only screen and (max-width: 768px) {
  .p-personality .c-page-heading {
    height: auto;
    background: none;
  }
}
.p-personality .c-page-heading-bg {
  background: url(../../assets/img/page/personality/img_page_heading_bg.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-personality .c-page-heading-bg {
    background: url(../../assets/img/page/personality/img_page_heading_sp.png) center/cover no-repeat;
    height: 32.3076923077vw;
  }
}
.p-personality .c-page-heading-text::before {
  background: url(../../assets/img/page/personality/img_page_heading_text_bg.png) center/cover no-repeat;
  max-width: 1200px;
}
.p-personality-mv {
  max-width: 1040px;
  width: 100%;
  margin: -180px auto 0;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .p-personality-mv {
    max-width: 100%;
    margin: 12.8205128205vw 0 0 0;
  }
}
.p-personality .p-contents {
  padding: 0 0 200px 0;
}
@media only screen and (max-width: 768px) {
  .p-personality .p-contents {
    padding: 12.8205128205vw 0;
  }
}
.p-personality-heading {
  max-width: 510px;
  width: 100%;
  margin: 120px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-personality-heading {
    max-width: 100%;
    margin: 0;
  }
}
.p-personality-figure {
  max-width: 1015px;
  width: 100%;
  height: 928px;
  margin: 80px auto 0;
  background: url(../../assets/img/page/personality/img_personality_bg_pc.png) center/cover no-repeat;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-personality-figure {
    margin: 12.8205128205vw 0 51.2820512821vw;
    background: url(../../assets/img/page/personality/img_personality_bg_sp.png) center/cover no-repeat;
    max-width: 100%;
    height: 97.4358974359vw;
  }
}
.p-personality-figure__heading {
  font-size: 20px;
  font-weight: 400;
  color: #0E2BD7;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 57%;
}
@media only screen and (max-width: 768px) {
  .p-personality-figure__heading {
    font-size: 3.3333333333vw;
  }
}
.p-personality-figure__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-personality-figure__item__inner {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-personality-figure__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-personality-figure__item__heading {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-personality-figure__item__heading {
    font-size: 4.1025641026vw;
  }
}
.p-personality-figure__item__text {
  font-size: 19.5px;
  line-height: 2;
  color: #fff;
  margin: 45px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-personality-figure__item__text {
    font-size: 3.3333333333vw;
    line-height: 7.6923076923vw;
    color: #001E4B;
    margin: 0;
    text-align: left;
  }
}
.p-personality-figure__item.personal01 {
  position: absolute;
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .p-personality-figure__item.personal01 {
    top: 20.5128205128vw;
    -webkit-transform: none;
            transform: none;
    left: 33.3333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 64.1025641026vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-personality-figure__item.personal01 .p-personality-figure__item__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .p-personality-figure__item.personal01 .p-personality-figure__item__inner .p-personality-figure__item__heading {
    width: 50%;
  }
  .p-personality-figure__item.personal01 .p-personality-figure__item__inner .p-personality-figure__item__text {
    width: 50%;
    padding: 0 0 0 5vw;
  }
}
.p-personality-figure__item.personal02 {
  position: absolute;
  top: 63%;
  left: 50px;
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .p-personality-figure__item.personal02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 70%;
    left: 2.5641025641vw;
    width: 33.3333333333vw;
  }
  .p-personality-figure__item.personal02 .p-personality-figure__item__heading {
    margin: 0 0 25.641025641vw 0;
  }
}
.p-personality-figure__item.personal03 {
  position: absolute;
  top: 63%;
  right: 45px;
  width: 370px;
}
@media only screen and (max-width: 768px) {
  .p-personality-figure__item.personal03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 70%;
    right: 2.5641025641vw;
    width: 33.3333333333vw;
  }
  .p-personality-figure__item.personal03 .p-personality-figure__item__heading {
    margin: 0 0 25.641025641vw 0;
  }
}
.p-personality-message {
  margin: 120px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-personality-message {
    margin: 21.7948717949vw 0 0 0;
  }
}
.p-personality-message__contents {
  background: #fff;
  border-radius: 16px;
  padding: 50px;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-personality-message__contents {
    padding: 5.1282051282vw;
    margin: 7.6923076923vw 0 0 0;
    border-radius: 4.1025641026vw;
  }
}
.p-personality-message__contents__text {
  font-size: 20px;
  line-height: 2.25;
  color: #081D48;
}
@media only screen and (max-width: 768px) {
  .p-personality-message__contents__text {
    font-size: 3.3333333333vw;
  }
}
.p-personality-message__contents__text span {
  color: #0000FF;
}

/* p-story */
.p-business-field.p-page .l-main::before {
  height: 990px;
}
@media only screen and (max-width: 768px) {
  .p-business-field.p-page .l-main::before {
    height: 133.3333333333vw;
  }
}
.p-business-field .c-page-heading {
  height: 990px;
}
@media only screen and (max-width: 768px) {
  .p-business-field .c-page-heading {
    height: auto;
    background: none;
  }
}
.p-business-field .c-page-heading-bg {
  background: url(../../assets/img/page/internship/img_page_heading_bg.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-business-field .c-page-heading-bg {
    background: url(../../assets/img/page/internship/img_page_heading_sp.png) center/cover no-repeat;
    height: 32.3076923077vw;
  }
}
.p-business-field .c-page-heading-text::before {
  background: url(../../assets/img/page/internship/img_page_heading_text_bg.png) center/cover no-repeat;
  max-width: 1200px;
}
.p-business-field-catch {
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #001E4B;
  margin: 95px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field-catch {
    font-size: 3.3333333333vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0.65px;
    margin: 12.8205128205vw 0 0 0;
    padding: 0 5.1282051282vw;
  }
}
.p-business-field-catch span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field-catch span {
    font-size: 4.6153846154vw;
    letter-spacing: 0.05px;
    margin: 0 0 6.4102564103vw 0;
  }
}
.p-business-field .p-contents {
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .p-business-field .p-contents {
    padding: 14.1025641026vw 0;
  }
}
.p-business-field-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -90px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -2.5641025641vw 0 0 0;
  }
}
.p-business-field-menu__item {
  width: 180px;
  height: 180px;
}
@media only screen and (max-width: 768px) {
  .p-business-field-menu__item {
    width: 49%;
    height: 11.5384615385vw;
    margin: 0 0 2.5641025641vw 0;
  }
}
.p-business-field-menu__item a {
  width: 100%;
  height: 100%;
  padding: 22px 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #001E4B;
  font-size: 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .p-business-field-menu__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5641025641vw;
    border-radius: 1.2820512821vw;
    font-size: 3.0769230769vw;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-business-field-menu__item a::after {
  content: "";
  width: 23px;
  height: 13px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.13 12.97"><path class="cls-1" d="m.39,2.29l10.3,10.3c.52.52,1.36.51,1.87,0L22.75,2.24C23.57,1.41,22.98,0,21.81,0L1.32.04C.15.04-.44,1.46.39,2.29Z" fill="%23306fb3"/></svg>') center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-business-field-menu__item a::after {
    width: 2.8205128205vw;
    height: 2.5641025641vw;
    left: auto;
    right: 2.5641025641vw;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-business-field-menu__item a span {
  font-size: 17px;
  width: 80px;
  height: 40px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field-menu__item a span {
    font-size: 2.8205128205vw;
    width: 11.2820512821vw;
    height: 6.4102564103vw;
    border-radius: 1.2820512821vw;
    line-height: 6.4102564103vw;
    margin: 0 1.7948717949vw 0 0;
  }
}
.p-business-field-menu__item a span.cate-tech {
  background: #5F9ADD;
}
.p-business-field-menu__item a span.cate-office {
  background: #FBB03B;
}
.p-business-field-menu__item a:hover {
  background: #002CE0;
  color: #fff;
}
.p-business-field-menu__item a:hover::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.13 12.97"><path class="cls-1" d="m.39,2.29l10.3,10.3c.52.52,1.36.51,1.87,0L22.75,2.24C23.57,1.41,22.98,0,21.81,0L1.32.04C.15.04-.44,1.46.39,2.29Z" fill="%23fff"/></svg>') center/contain no-repeat;
}
.p-business-field-contents {
  padding: 165px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field-contents {
    padding: 15.3846153846vw 0 0 0;
  }
}
.p-business-field-contents .u-text {
  line-height: 2.5;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 768px) {
  .p-business-field-contents .u-text {
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
.p-business-field-list {
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field-list {
    margin: 7.6923076923vw 0;
  }
}
.p-business-field-list__item {
  color: #0000FF;
  font-size: 17px;
  line-height: 1.875;
  letter-spacing: 0.5px;
  position: relative;
  padding: 0 0 0 35px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field-list__item {
    font-size: 3.3333333333vw;
    letter-spacing: 0.08em;
  }
}
.p-business-field-list__item::before {
  content: "1";
  font-family: "Gotham-Bold", sans-serif;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-business-field-list__item::before {
    font-size: 6.6666666667vw;
  }
}
.p-business-field-list__item:nth-child(2)::before {
  content: "2";
}
.p-business-field-list__item:nth-child(3)::before {
  content: "3";
}
.p-business-field-keyword {
  background: url(../../assets/img/page/business-field/img_engineer_pc.png) center/cover no-repeat;
  width: 100%;
  height: 535px;
  position: relative;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field-keyword {
    background: url(../../assets/img/page/business-field/img_engineer_sp.png) center/cover no-repeat;
    height: 47.4358974359vw;
    margin: 6.4102564103vw 0;
  }
}
.p-business-field-keyword__center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.p-business-field-keyword__heading {
  font-size: 42px;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: center;
  color: #fff;
  width: 100%;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-business-field-keyword__heading {
    font-size: 5.641025641vw;
  }
}
.p-business-field-keyword__heading span {
  font-size: 20px;
  font-family: "gotham_book", sans-serif;
  display: block;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field-keyword__heading span {
    font-size: 2.8205128205vw;
    margin: 0 0 3.8461538462vw 0;
  }
}
.p-business-field-keyword__list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-business-field-keyword__list {
    position: relative;
    left: auto;
    -webkit-transform: none;
            transform: none;
    bottom: auto;
    margin: 14.1025641026vw 0 0 0;
  }
}
.p-business-field-keyword__list__heading {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field-keyword__list__heading {
    font-size: 3.3333333333vw;
    padding: 0 2.5641025641vw 2.5641025641vw;
    color: #0E2BD7;
    border-bottom: 2px solid #0E2BD7;
    margin: 0 0 5.1282051282vw 0;
    display: inline-block;
  }
}
.p-business-field-keyword__list__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-business-field-keyword__list__term span {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 20px;
  border: 1px solid #fff;
  border-radius: 16px;
  color: #fff;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-business-field-keyword__list__term span {
    font-size: 3.0769230769vw;
    padding: 3.8461538462vw 1.2820512821vw;
    border-radius: 1.5384615385vw;
    background: #fff;
    color: #001E4B;
    margin: 0 0.7692307692vw;
  }
}
.p-business-field-cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-business-field-cate-list {
    margin: 6.4102564103vw 0 0 0;
  }
}
.p-business-field-cate-list__item {
  font-size: 22px;
  font-weight: 500;
  background: #0000FF;
  color: #fff;
  padding: 27px 20px;
  margin: 0 17px;
  border-radius: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .p-business-field-cate-list__item {
    font-size: 3.5897435897vw;
    padding: 5.8974358974vw 3.3333333333vw;
    margin: 0 0.7692307692vw 1.2820512821vw;
    width: auto;
  }
}
.p-business-field-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field-video {
    margin: 7.6923076923vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-business-field-video__item {
  width: 48%;
  height: 200px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-business-field-video__item {
    width: 100%;
    height: 26.9230769231vw;
    margin: 0 0 5.1282051282vw 0;
  }
  .p-business-field-video__item:last-of-type {
    margin: 0;
  }
}
.p-business-field-video__item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #000;
  background: #fff;
  border-radius: 16px;
  position: relative;
  padding: 30px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-business-field-video__item a {
    font-size: 4.1025641026vw;
    border-radius: 1.5384615385vw;
    padding: 3.8461538462vw;
  }
}
.p-business-field-video__item a span {
  font-size: 17px;
  display: block;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field-video__item a span {
    font-size: 2.8205128205vw;
    margin: 3.3333333333vw 0 0 0;
  }
}
.p-business-field-video__item a::after {
  content: "";
  background: url(../../assets/img/icon/icon_play_blue.svg) center/cover no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-business-field-video__item a::after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    bottom: 3.8461538462vw;
  }
}
.p-business-field-video__item a:hover {
  opacity: 0.7;
}
.p-business-field-video .p-human-list__item {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .p-business-field-video .p-human-list__item {
    margin: 2.5641025641vw 0;
  }
}
.p-business-field-video .p-human-list__item:nth-child(3n-1) {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .p-business-field-video .p-human-list__item:nth-child(3n-1) {
    margin: 2.5641025641vw 0;
  }
}
.p-business-field #sec02 {
  background: rgba(255, 255, 255, 0.3);
  padding: 80px 0;
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field #sec02 {
    padding: 12.8205128205vw 0;
    margin: 12.8205128205vw 0 0 0;
  }
}
.p-business-field #sec02 .p-business-field-keyword {
  background: url(../../assets/img/page/business-field/img_manufacturing_pc.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-business-field #sec02 .p-business-field-keyword {
    background: url(../../assets/img/page/business-field/img_manufacturing_sp.png) center/cover no-repeat;
  }
}
.p-business-field #sec03 {
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field #sec03 {
    margin: 12.8205128205vw 0 0 0;
  }
}
.p-business-field #sec03 .p-business-field-keyword {
  background: url(../../assets/img/page/business-field/img_technology_pc.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-business-field #sec03 .p-business-field-keyword {
    background: url(../../assets/img/page/business-field/img_technology_sp.png) center/cover no-repeat;
  }
  .p-business-field #sec03 .p-business-field-keyword .p-business-field-keyword__heading {
    font-size: 4.6153846154vw;
  }
}
.p-business-field #sec04 {
  background: rgba(255, 255, 255, 0.3);
  padding: 80px 0;
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field #sec04 {
    padding: 12.8205128205vw 0;
    margin: 12.8205128205vw 0 0 0;
  }
}
.p-business-field #sec04 .p-business-field-keyword {
  background: url(../../assets/img/page/business-field/img_research_pc.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-business-field #sec04 .p-business-field-keyword {
    background: url(../../assets/img/page/business-field/img_research_sp.png) center/cover no-repeat;
  }
}
.p-business-field #sec05 {
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field #sec05 {
    padding: 12.8205128205vw 0 0 0;
  }
}
.p-business-field #sec05 .p-business-field-keyword {
  background: url(../../assets/img/page/business-field/img_sales_pc.png) center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-business-field #sec05 .p-business-field-keyword {
    background: url(../../assets/img/page/business-field/img_sales_sp.png) center/cover no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .p-business-field #sec05 .p-business-field-keyword__list__term {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    border-radius: 1.5384615385vw;
    padding: 2.5641025641vw 5.1282051282vw;
  }
  .p-business-field #sec05 .p-business-field-keyword__list__term span {
    width: 100%;
    margin: 0;
    background: none;
    text-align: left;
    border-radius: 0;
    border: none;
    padding: 2.5641025641vw 0;
  }
  .p-business-field #sec05 .p-business-field-keyword__list__term span:first-of-type {
    border-bottom: 1px solid #001E4B;
  }
}
.p-business-field #sec06 {
  background: rgba(255, 255, 255, 0.3);
  padding: 80px 0;
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .p-business-field #sec06 {
    padding: 12.8205128205vw 0;
    margin: 12.8205128205vw 0 0 0;
  }
}

/* p-business-field */
@media only screen and (max-width: 768px) {
  .p-page .remodal {
    padding: 5.1282051282vw;
  }
}
.p-page .remodal-close {
  right: 0;
  background: #002596;
  color: #fff;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .p-page .remodal-close {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
@media only screen and (max-width: 768px) {
  .p-page .remodal-close::before {
    line-height: 5.1282051282vw;
    font-size: 5.1282051282vw;
    width: 5.1282051282vw;
  }
}
@media only screen and (min-width: 641px) {
  .p-page .remodal {
    max-width: 900px;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-flex.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-sp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.u-sp-flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-sp-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-sp-flex.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-sp-flex.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-sp-flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

* [data-order="1"] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
* [data-order="2"] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
* [data-order="3"] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media only screen and (max-width: 768px) {
  * [data-sp-order="1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  * [data-sp-order="2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  * [data-sp-order="3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.u-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.u-width--full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.u-figure-800 {
  max-width: 50rem;
  width: 100%;
  margin: auto;
}

.u-bdt-bdb-gray {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.u-bdb-gray {
  border-bottom: 1px solid #ccc;
}

.u-color-main {
  color: #002596;
}

.u-text-color {
  color: #081D48;
}

.u-font-go {
  font-family: "Noto Sans JP", sans-serif;
}

.u-text {
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 768px) {
  .u-text {
    font-size: 3.3333333333vw;
  }
}

.u-font-bold {
  font-weight: 600;
}

.u-font-medium {
  font-weight: 500;
}

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

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .u-sp-text-center {
    text-align: center;
  }
}

.u-text-left {
  text-align: left;
}

.u-m-center {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .u-sp-m-center {
    margin-left: auto;
    margin-right: auto;
  }
}

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

.u-nowrap {
  white-space: nowrap;
}

.u-icon-code-r::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_code_w.svg") top center/cover;
  width: 22px;
  height: 27px;
  position: relative;
}

.u-bdr_none {
  border-right: none;
}

.u-bdl_none {
  border-left: none;
}

.u-mt0 {
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .u-mt0 {
    margin-top: 0vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-0 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt0 {
    margin-top: 0vw !important;
  }
}
.u-mt5 {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .u-mt5 {
    margin-top: 0.641025641vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-5 {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt5 {
    margin-top: 1.2820512821vw !important;
  }
}
.u-mt10 {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 1.2820512821vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-10 {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt10 {
    margin-top: 2.5641025641vw !important;
  }
}
.u-mt15 {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .u-mt15 {
    margin-top: 1.9230769231vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-15 {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt15 {
    margin-top: 3.8461538462vw !important;
  }
}
.u-mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .u-mt20 {
    margin-top: 2.5641025641vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-20 {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt20 {
    margin-top: 5.1282051282vw !important;
  }
}
.u-mt25 {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .u-mt25 {
    margin-top: 3.2051282051vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-25 {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt25 {
    margin-top: 6.4102564103vw !important;
  }
}
.u-mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .u-mt30 {
    margin-top: 3.8461538462vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-30 {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt30 {
    margin-top: 7.6923076923vw !important;
  }
}
.u-mt35 {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .u-mt35 {
    margin-top: 4.4871794872vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-35 {
    margin-top: -35px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt35 {
    margin-top: 8.9743589744vw !important;
  }
}
.u-mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .u-mt40 {
    margin-top: 5.1282051282vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-40 {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt40 {
    margin-top: 10.2564102564vw !important;
  }
}
.u-mt45 {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .u-mt45 {
    margin-top: 5.7692307692vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-45 {
    margin-top: -45px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt45 {
    margin-top: 11.5384615385vw !important;
  }
}
.u-mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .u-mt50 {
    margin-top: 6.4102564103vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-50 {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt50 {
    margin-top: 12.8205128205vw !important;
  }
}
.u-mt55 {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .u-mt55 {
    margin-top: 7.0512820513vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-55 {
    margin-top: -55px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt55 {
    margin-top: 14.1025641026vw !important;
  }
}
.u-mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .u-mt60 {
    margin-top: 7.6923076923vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-60 {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt60 {
    margin-top: 15.3846153846vw !important;
  }
}
.u-mt65 {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  .u-mt65 {
    margin-top: 8.3333333333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-65 {
    margin-top: -65px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt65 {
    margin-top: 16.6666666667vw !important;
  }
}
.u-mt70 {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .u-mt70 {
    margin-top: 8.9743589744vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-70 {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt70 {
    margin-top: 17.9487179487vw !important;
  }
}
.u-mt75 {
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .u-mt75 {
    margin-top: 9.6153846154vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-75 {
    margin-top: -75px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt75 {
    margin-top: 19.2307692308vw !important;
  }
}
.u-mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .u-mt80 {
    margin-top: 10.2564102564vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-80 {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt80 {
    margin-top: 20.5128205128vw !important;
  }
}
.u-mt85 {
  margin-top: 85px;
}
@media only screen and (max-width: 768px) {
  .u-mt85 {
    margin-top: 10.8974358974vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-85 {
    margin-top: -85px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt85 {
    margin-top: 21.7948717949vw !important;
  }
}
.u-mt90 {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .u-mt90 {
    margin-top: 11.5384615385vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-90 {
    margin-top: -90px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt90 {
    margin-top: 23.0769230769vw !important;
  }
}
.u-mt95 {
  margin-top: 95px;
}
@media only screen and (max-width: 768px) {
  .u-mt95 {
    margin-top: 12.1794871795vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-95 {
    margin-top: -95px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .u-mt-100 {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt100 {
    margin-top: 25.641025641vw !important;
  }
}
.u-mt105 {
  margin-top: 105px;
}
@media only screen and (max-width: 768px) {
  .u-mt105 {
    margin-top: 13.4615384615vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-105 {
    margin-top: -105px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt105 {
    margin-top: 26.9230769231vw !important;
  }
}
.u-mt110 {
  margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  .u-mt110 {
    margin-top: 14.1025641026vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-110 {
    margin-top: -110px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt110 {
    margin-top: 28.2051282051vw !important;
  }
}
.u-mt115 {
  margin-top: 115px;
}
@media only screen and (max-width: 768px) {
  .u-mt115 {
    margin-top: 14.7435897436vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-115 {
    margin-top: -115px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt115 {
    margin-top: 29.4871794872vw !important;
  }
}
.u-mt120 {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .u-mt120 {
    margin-top: 15.3846153846vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-120 {
    margin-top: -120px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt120 {
    margin-top: 30.7692307692vw !important;
  }
}
.u-mt125 {
  margin-top: 125px;
}
@media only screen and (max-width: 768px) {
  .u-mt125 {
    margin-top: 16.0256410256vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-125 {
    margin-top: -125px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt125 {
    margin-top: 32.0512820513vw !important;
  }
}
.u-mt130 {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .u-mt130 {
    margin-top: 16.6666666667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-130 {
    margin-top: -130px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt130 {
    margin-top: 33.3333333333vw !important;
  }
}
.u-mt135 {
  margin-top: 135px;
}
@media only screen and (max-width: 768px) {
  .u-mt135 {
    margin-top: 17.3076923077vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-135 {
    margin-top: -135px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt135 {
    margin-top: 34.6153846154vw !important;
  }
}
.u-mt140 {
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .u-mt140 {
    margin-top: 17.9487179487vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-140 {
    margin-top: -140px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt140 {
    margin-top: 35.8974358974vw !important;
  }
}
.u-mt145 {
  margin-top: 145px;
}
@media only screen and (max-width: 768px) {
  .u-mt145 {
    margin-top: 18.5897435897vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-145 {
    margin-top: -145px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt145 {
    margin-top: 37.1794871795vw !important;
  }
}
.u-mt150 {
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .u-mt150 {
    margin-top: 19.2307692308vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-150 {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt150 {
    margin-top: 38.4615384615vw !important;
  }
}
.u-mt155 {
  margin-top: 155px;
}
@media only screen and (max-width: 768px) {
  .u-mt155 {
    margin-top: 19.8717948718vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-155 {
    margin-top: -155px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt155 {
    margin-top: 39.7435897436vw !important;
  }
}
.u-mt160 {
  margin-top: 160px;
}
@media only screen and (max-width: 768px) {
  .u-mt160 {
    margin-top: 20.5128205128vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-160 {
    margin-top: -160px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt160 {
    margin-top: 41.0256410256vw !important;
  }
}
.u-mt165 {
  margin-top: 165px;
}
@media only screen and (max-width: 768px) {
  .u-mt165 {
    margin-top: 21.1538461538vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-165 {
    margin-top: -165px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt165 {
    margin-top: 42.3076923077vw !important;
  }
}
.u-mt170 {
  margin-top: 170px;
}
@media only screen and (max-width: 768px) {
  .u-mt170 {
    margin-top: 21.7948717949vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-170 {
    margin-top: -170px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt170 {
    margin-top: 43.5897435897vw !important;
  }
}
.u-mt175 {
  margin-top: 175px;
}
@media only screen and (max-width: 768px) {
  .u-mt175 {
    margin-top: 22.4358974359vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-175 {
    margin-top: -175px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt175 {
    margin-top: 44.8717948718vw !important;
  }
}
.u-mt180 {
  margin-top: 180px;
}
@media only screen and (max-width: 768px) {
  .u-mt180 {
    margin-top: 23.0769230769vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-180 {
    margin-top: -180px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt180 {
    margin-top: 46.1538461538vw !important;
  }
}
.u-mt185 {
  margin-top: 185px;
}
@media only screen and (max-width: 768px) {
  .u-mt185 {
    margin-top: 23.7179487179vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-185 {
    margin-top: -185px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt185 {
    margin-top: 47.4358974359vw !important;
  }
}
.u-mt190 {
  margin-top: 190px;
}
@media only screen and (max-width: 768px) {
  .u-mt190 {
    margin-top: 24.358974359vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-190 {
    margin-top: -190px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt190 {
    margin-top: 48.7179487179vw !important;
  }
}
.u-mt195 {
  margin-top: 195px;
}
@media only screen and (max-width: 768px) {
  .u-mt195 {
    margin-top: 25vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-195 {
    margin-top: -195px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt195 {
    margin-top: 50vw !important;
  }
}
.u-mt200 {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  .u-mt200 {
    margin-top: 25.641025641vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-200 {
    margin-top: -200px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt200 {
    margin-top: 51.2820512821vw !important;
  }
}
.u-mt205 {
  margin-top: 205px;
}
@media only screen and (max-width: 768px) {
  .u-mt205 {
    margin-top: 26.2820512821vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-205 {
    margin-top: -205px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt205 {
    margin-top: 52.5641025641vw !important;
  }
}
.u-mt210 {
  margin-top: 210px;
}
@media only screen and (max-width: 768px) {
  .u-mt210 {
    margin-top: 26.9230769231vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-210 {
    margin-top: -210px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt210 {
    margin-top: 53.8461538462vw !important;
  }
}
.u-mt215 {
  margin-top: 215px;
}
@media only screen and (max-width: 768px) {
  .u-mt215 {
    margin-top: 27.5641025641vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-215 {
    margin-top: -215px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt215 {
    margin-top: 55.1282051282vw !important;
  }
}
.u-mt220 {
  margin-top: 220px;
}
@media only screen and (max-width: 768px) {
  .u-mt220 {
    margin-top: 28.2051282051vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-220 {
    margin-top: -220px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt220 {
    margin-top: 56.4102564103vw !important;
  }
}
.u-mt225 {
  margin-top: 225px;
}
@media only screen and (max-width: 768px) {
  .u-mt225 {
    margin-top: 28.8461538462vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-225 {
    margin-top: -225px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt225 {
    margin-top: 57.6923076923vw !important;
  }
}
.u-mt230 {
  margin-top: 230px;
}
@media only screen and (max-width: 768px) {
  .u-mt230 {
    margin-top: 29.4871794872vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-230 {
    margin-top: -230px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt230 {
    margin-top: 58.9743589744vw !important;
  }
}
.u-mt235 {
  margin-top: 235px;
}
@media only screen and (max-width: 768px) {
  .u-mt235 {
    margin-top: 30.1282051282vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-235 {
    margin-top: -235px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt235 {
    margin-top: 60.2564102564vw !important;
  }
}
.u-mt240 {
  margin-top: 240px;
}
@media only screen and (max-width: 768px) {
  .u-mt240 {
    margin-top: 30.7692307692vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-240 {
    margin-top: -240px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt240 {
    margin-top: 61.5384615385vw !important;
  }
}
.u-mt245 {
  margin-top: 245px;
}
@media only screen and (max-width: 768px) {
  .u-mt245 {
    margin-top: 31.4102564103vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-245 {
    margin-top: -245px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt245 {
    margin-top: 62.8205128205vw !important;
  }
}
.u-mt250 {
  margin-top: 250px;
}
@media only screen and (max-width: 768px) {
  .u-mt250 {
    margin-top: 32.0512820513vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-250 {
    margin-top: -250px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt250 {
    margin-top: 64.1025641026vw !important;
  }
}
.u-mt255 {
  margin-top: 255px;
}
@media only screen and (max-width: 768px) {
  .u-mt255 {
    margin-top: 32.6923076923vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-255 {
    margin-top: -255px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt255 {
    margin-top: 65.3846153846vw !important;
  }
}
.u-mt260 {
  margin-top: 260px;
}
@media only screen and (max-width: 768px) {
  .u-mt260 {
    margin-top: 33.3333333333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-260 {
    margin-top: -260px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt260 {
    margin-top: 66.6666666667vw !important;
  }
}
.u-mt265 {
  margin-top: 265px;
}
@media only screen and (max-width: 768px) {
  .u-mt265 {
    margin-top: 33.9743589744vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-265 {
    margin-top: -265px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt265 {
    margin-top: 67.9487179487vw !important;
  }
}
.u-mt270 {
  margin-top: 270px;
}
@media only screen and (max-width: 768px) {
  .u-mt270 {
    margin-top: 34.6153846154vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-270 {
    margin-top: -270px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt270 {
    margin-top: 69.2307692308vw !important;
  }
}
.u-mt275 {
  margin-top: 275px;
}
@media only screen and (max-width: 768px) {
  .u-mt275 {
    margin-top: 35.2564102564vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-275 {
    margin-top: -275px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt275 {
    margin-top: 70.5128205128vw !important;
  }
}
.u-mt280 {
  margin-top: 280px;
}
@media only screen and (max-width: 768px) {
  .u-mt280 {
    margin-top: 35.8974358974vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-280 {
    margin-top: -280px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt280 {
    margin-top: 71.7948717949vw !important;
  }
}
.u-mt285 {
  margin-top: 285px;
}
@media only screen and (max-width: 768px) {
  .u-mt285 {
    margin-top: 36.5384615385vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-285 {
    margin-top: -285px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt285 {
    margin-top: 73.0769230769vw !important;
  }
}
.u-mt290 {
  margin-top: 290px;
}
@media only screen and (max-width: 768px) {
  .u-mt290 {
    margin-top: 37.1794871795vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-290 {
    margin-top: -290px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt290 {
    margin-top: 74.358974359vw !important;
  }
}
.u-mt295 {
  margin-top: 295px;
}
@media only screen and (max-width: 768px) {
  .u-mt295 {
    margin-top: 37.8205128205vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-295 {
    margin-top: -295px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt295 {
    margin-top: 75.641025641vw !important;
  }
}
.u-mt300 {
  margin-top: 300px;
}
@media only screen and (max-width: 768px) {
  .u-mt300 {
    margin-top: 38.4615384615vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-300 {
    margin-top: -300px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt300 {
    margin-top: 76.9230769231vw !important;
  }
}
.u-mt305 {
  margin-top: 305px;
}
@media only screen and (max-width: 768px) {
  .u-mt305 {
    margin-top: 39.1025641026vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-305 {
    margin-top: -305px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt305 {
    margin-top: 78.2051282051vw !important;
  }
}
.u-mt310 {
  margin-top: 310px;
}
@media only screen and (max-width: 768px) {
  .u-mt310 {
    margin-top: 39.7435897436vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-310 {
    margin-top: -310px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt310 {
    margin-top: 79.4871794872vw !important;
  }
}
.u-mt315 {
  margin-top: 315px;
}
@media only screen and (max-width: 768px) {
  .u-mt315 {
    margin-top: 40.3846153846vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-315 {
    margin-top: -315px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt315 {
    margin-top: 80.7692307692vw !important;
  }
}
.u-mt320 {
  margin-top: 320px;
}
@media only screen and (max-width: 768px) {
  .u-mt320 {
    margin-top: 41.0256410256vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-320 {
    margin-top: -320px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt320 {
    margin-top: 82.0512820513vw !important;
  }
}
.u-mt325 {
  margin-top: 325px;
}
@media only screen and (max-width: 768px) {
  .u-mt325 {
    margin-top: 41.6666666667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-325 {
    margin-top: -325px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt325 {
    margin-top: 83.3333333333vw !important;
  }
}
.u-mt330 {
  margin-top: 330px;
}
@media only screen and (max-width: 768px) {
  .u-mt330 {
    margin-top: 42.3076923077vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-330 {
    margin-top: -330px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt330 {
    margin-top: 84.6153846154vw !important;
  }
}
.u-mt335 {
  margin-top: 335px;
}
@media only screen and (max-width: 768px) {
  .u-mt335 {
    margin-top: 42.9487179487vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-335 {
    margin-top: -335px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt335 {
    margin-top: 85.8974358974vw !important;
  }
}
.u-mt340 {
  margin-top: 340px;
}
@media only screen and (max-width: 768px) {
  .u-mt340 {
    margin-top: 43.5897435897vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-340 {
    margin-top: -340px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt340 {
    margin-top: 87.1794871795vw !important;
  }
}
.u-mt345 {
  margin-top: 345px;
}
@media only screen and (max-width: 768px) {
  .u-mt345 {
    margin-top: 44.2307692308vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-345 {
    margin-top: -345px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt345 {
    margin-top: 88.4615384615vw !important;
  }
}
.u-mt350 {
  margin-top: 350px;
}
@media only screen and (max-width: 768px) {
  .u-mt350 {
    margin-top: 44.8717948718vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-350 {
    margin-top: -350px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt350 {
    margin-top: 89.7435897436vw !important;
  }
}
.u-mt355 {
  margin-top: 355px;
}
@media only screen and (max-width: 768px) {
  .u-mt355 {
    margin-top: 45.5128205128vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-355 {
    margin-top: -355px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt355 {
    margin-top: 91.0256410256vw !important;
  }
}
.u-mt360 {
  margin-top: 360px;
}
@media only screen and (max-width: 768px) {
  .u-mt360 {
    margin-top: 46.1538461538vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-360 {
    margin-top: -360px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt360 {
    margin-top: 92.3076923077vw !important;
  }
}
.u-mt365 {
  margin-top: 365px;
}
@media only screen and (max-width: 768px) {
  .u-mt365 {
    margin-top: 46.7948717949vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-365 {
    margin-top: -365px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt365 {
    margin-top: 93.5897435897vw !important;
  }
}
.u-mt370 {
  margin-top: 370px;
}
@media only screen and (max-width: 768px) {
  .u-mt370 {
    margin-top: 47.4358974359vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-370 {
    margin-top: -370px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt370 {
    margin-top: 94.8717948718vw !important;
  }
}
.u-mt375 {
  margin-top: 375px;
}
@media only screen and (max-width: 768px) {
  .u-mt375 {
    margin-top: 48.0769230769vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-375 {
    margin-top: -375px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt375 {
    margin-top: 96.1538461538vw !important;
  }
}
.u-mt380 {
  margin-top: 380px;
}
@media only screen and (max-width: 768px) {
  .u-mt380 {
    margin-top: 48.7179487179vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-380 {
    margin-top: -380px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt380 {
    margin-top: 97.4358974359vw !important;
  }
}
.u-mt385 {
  margin-top: 385px;
}
@media only screen and (max-width: 768px) {
  .u-mt385 {
    margin-top: 49.358974359vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-385 {
    margin-top: -385px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt385 {
    margin-top: 98.7179487179vw !important;
  }
}
.u-mt390 {
  margin-top: 390px;
}
@media only screen and (max-width: 768px) {
  .u-mt390 {
    margin-top: 50vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-390 {
    margin-top: -390px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt390 {
    margin-top: 100vw !important;
  }
}
.u-mt395 {
  margin-top: 395px;
}
@media only screen and (max-width: 768px) {
  .u-mt395 {
    margin-top: 50.641025641vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-395 {
    margin-top: -395px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt395 {
    margin-top: 101.2820512821vw !important;
  }
}
.u-mt400 {
  margin-top: 400px;
}
@media only screen and (max-width: 768px) {
  .u-mt400 {
    margin-top: 51.2820512821vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-400 {
    margin-top: -400px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt400 {
    margin-top: 102.5641025641vw !important;
  }
}
.u-mt405 {
  margin-top: 405px;
}
@media only screen and (max-width: 768px) {
  .u-mt405 {
    margin-top: 51.9230769231vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-405 {
    margin-top: -405px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt405 {
    margin-top: 103.8461538462vw !important;
  }
}
.u-mt410 {
  margin-top: 410px;
}
@media only screen and (max-width: 768px) {
  .u-mt410 {
    margin-top: 52.5641025641vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-410 {
    margin-top: -410px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt410 {
    margin-top: 105.1282051282vw !important;
  }
}
.u-mt415 {
  margin-top: 415px;
}
@media only screen and (max-width: 768px) {
  .u-mt415 {
    margin-top: 53.2051282051vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-415 {
    margin-top: -415px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt415 {
    margin-top: 106.4102564103vw !important;
  }
}
.u-mt420 {
  margin-top: 420px;
}
@media only screen and (max-width: 768px) {
  .u-mt420 {
    margin-top: 53.8461538462vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-420 {
    margin-top: -420px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt420 {
    margin-top: 107.6923076923vw !important;
  }
}
.u-mt425 {
  margin-top: 425px;
}
@media only screen and (max-width: 768px) {
  .u-mt425 {
    margin-top: 54.4871794872vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-425 {
    margin-top: -425px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt425 {
    margin-top: 108.9743589744vw !important;
  }
}
.u-mt430 {
  margin-top: 430px;
}
@media only screen and (max-width: 768px) {
  .u-mt430 {
    margin-top: 55.1282051282vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-430 {
    margin-top: -430px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt430 {
    margin-top: 110.2564102564vw !important;
  }
}
.u-mt435 {
  margin-top: 435px;
}
@media only screen and (max-width: 768px) {
  .u-mt435 {
    margin-top: 55.7692307692vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-435 {
    margin-top: -435px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt435 {
    margin-top: 111.5384615385vw !important;
  }
}
.u-mt440 {
  margin-top: 440px;
}
@media only screen and (max-width: 768px) {
  .u-mt440 {
    margin-top: 56.4102564103vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-440 {
    margin-top: -440px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt440 {
    margin-top: 112.8205128205vw !important;
  }
}
.u-mt445 {
  margin-top: 445px;
}
@media only screen and (max-width: 768px) {
  .u-mt445 {
    margin-top: 57.0512820513vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-445 {
    margin-top: -445px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt445 {
    margin-top: 114.1025641026vw !important;
  }
}
.u-mt450 {
  margin-top: 450px;
}
@media only screen and (max-width: 768px) {
  .u-mt450 {
    margin-top: 57.6923076923vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-450 {
    margin-top: -450px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt450 {
    margin-top: 115.3846153846vw !important;
  }
}
.u-mt455 {
  margin-top: 455px;
}
@media only screen and (max-width: 768px) {
  .u-mt455 {
    margin-top: 58.3333333333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-455 {
    margin-top: -455px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt455 {
    margin-top: 116.6666666667vw !important;
  }
}
.u-mt460 {
  margin-top: 460px;
}
@media only screen and (max-width: 768px) {
  .u-mt460 {
    margin-top: 58.9743589744vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-460 {
    margin-top: -460px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt460 {
    margin-top: 117.9487179487vw !important;
  }
}
.u-mt465 {
  margin-top: 465px;
}
@media only screen and (max-width: 768px) {
  .u-mt465 {
    margin-top: 59.6153846154vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-465 {
    margin-top: -465px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt465 {
    margin-top: 119.2307692308vw !important;
  }
}
.u-mt470 {
  margin-top: 470px;
}
@media only screen and (max-width: 768px) {
  .u-mt470 {
    margin-top: 60.2564102564vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-470 {
    margin-top: -470px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt470 {
    margin-top: 120.5128205128vw !important;
  }
}
.u-mt475 {
  margin-top: 475px;
}
@media only screen and (max-width: 768px) {
  .u-mt475 {
    margin-top: 60.8974358974vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-475 {
    margin-top: -475px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt475 {
    margin-top: 121.7948717949vw !important;
  }
}
.u-mt480 {
  margin-top: 480px;
}
@media only screen and (max-width: 768px) {
  .u-mt480 {
    margin-top: 61.5384615385vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-480 {
    margin-top: -480px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt480 {
    margin-top: 123.0769230769vw !important;
  }
}
.u-mt485 {
  margin-top: 485px;
}
@media only screen and (max-width: 768px) {
  .u-mt485 {
    margin-top: 62.1794871795vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-485 {
    margin-top: -485px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt485 {
    margin-top: 124.358974359vw !important;
  }
}
.u-mt490 {
  margin-top: 490px;
}
@media only screen and (max-width: 768px) {
  .u-mt490 {
    margin-top: 62.8205128205vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-490 {
    margin-top: -490px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt490 {
    margin-top: 125.641025641vw !important;
  }
}
.u-mt495 {
  margin-top: 495px;
}
@media only screen and (max-width: 768px) {
  .u-mt495 {
    margin-top: 63.4615384615vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-495 {
    margin-top: -495px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt495 {
    margin-top: 126.9230769231vw !important;
  }
}
.u-mt500 {
  margin-top: 500px;
}
@media only screen and (max-width: 768px) {
  .u-mt500 {
    margin-top: 64.1025641026vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-500 {
    margin-top: -500px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt500 {
    margin-top: 128.2051282051vw !important;
  }
}
.u-mb0 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .u-mb0 {
    margin-bottom: 0vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb0 {
    margin-bottom: 0vw !important;
  }
}
.u-mb5 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .u-mb5 {
    margin-bottom: 0.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb5 {
    margin-bottom: 1.2820512821vw !important;
  }
}
.u-mb10 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .u-mb10 {
    margin-bottom: 1.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb10 {
    margin-bottom: 2.5641025641vw !important;
  }
}
.u-mb15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .u-mb15 {
    margin-bottom: 1.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb15 {
    margin-bottom: 3.8461538462vw !important;
  }
}
.u-mb20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .u-mb20 {
    margin-bottom: 2.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb20 {
    margin-bottom: 5.1282051282vw !important;
  }
}
.u-mb25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .u-mb25 {
    margin-bottom: 3.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb25 {
    margin-bottom: 6.4102564103vw !important;
  }
}
.u-mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 3.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb30 {
    margin-bottom: 7.6923076923vw !important;
  }
}
.u-mb35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .u-mb35 {
    margin-bottom: 4.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb35 {
    margin-bottom: 8.9743589744vw !important;
  }
}
.u-mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 5.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb40 {
    margin-bottom: 10.2564102564vw !important;
  }
}
.u-mb45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .u-mb45 {
    margin-bottom: 5.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb45 {
    margin-bottom: 11.5384615385vw !important;
  }
}
.u-mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 6.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb50 {
    margin-bottom: 12.8205128205vw !important;
  }
}
.u-mb55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .u-mb55 {
    margin-bottom: 7.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb55 {
    margin-bottom: 14.1025641026vw !important;
  }
}
.u-mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 7.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb60 {
    margin-bottom: 15.3846153846vw !important;
  }
}
.u-mb65 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .u-mb65 {
    margin-bottom: 8.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb65 {
    margin-bottom: 16.6666666667vw !important;
  }
}
.u-mb70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 8.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb70 {
    margin-bottom: 17.9487179487vw !important;
  }
}
.u-mb75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .u-mb75 {
    margin-bottom: 9.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb75 {
    margin-bottom: 19.2307692308vw !important;
  }
}
.u-mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 10.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb80 {
    margin-bottom: 20.5128205128vw !important;
  }
}
.u-mb85 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .u-mb85 {
    margin-bottom: 10.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb85 {
    margin-bottom: 21.7948717949vw !important;
  }
}
.u-mb90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 11.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb90 {
    margin-bottom: 23.0769230769vw !important;
  }
}
.u-mb95 {
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .u-mb95 {
    margin-bottom: 12.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb95 {
    margin-bottom: 24.358974359vw !important;
  }
}
.u-mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 12.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb100 {
    margin-bottom: 25.641025641vw !important;
  }
}
.u-mb105 {
  margin-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  .u-mb105 {
    margin-bottom: 13.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb105 {
    margin-bottom: 26.9230769231vw !important;
  }
}
.u-mb110 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 14.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb110 {
    margin-bottom: 28.2051282051vw !important;
  }
}
.u-mb115 {
  margin-bottom: 115px;
}
@media only screen and (max-width: 768px) {
  .u-mb115 {
    margin-bottom: 14.7435897436vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb115 {
    margin-bottom: 29.4871794872vw !important;
  }
}
.u-mb120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 15.3846153846vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb120 {
    margin-bottom: 30.7692307692vw !important;
  }
}
.u-mb125 {
  margin-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  .u-mb125 {
    margin-bottom: 16.0256410256vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb125 {
    margin-bottom: 32.0512820513vw !important;
  }
}
.u-mb130 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 16.6666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb130 {
    margin-bottom: 33.3333333333vw !important;
  }
}
.u-mb135 {
  margin-bottom: 135px;
}
@media only screen and (max-width: 768px) {
  .u-mb135 {
    margin-bottom: 17.3076923077vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb135 {
    margin-bottom: 34.6153846154vw !important;
  }
}
.u-mb140 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 17.9487179487vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb140 {
    margin-bottom: 35.8974358974vw !important;
  }
}
.u-mb145 {
  margin-bottom: 145px;
}
@media only screen and (max-width: 768px) {
  .u-mb145 {
    margin-bottom: 18.5897435897vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb145 {
    margin-bottom: 37.1794871795vw !important;
  }
}
.u-mb150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 19.2307692308vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb150 {
    margin-bottom: 38.4615384615vw !important;
  }
}
.u-mb155 {
  margin-bottom: 155px;
}
@media only screen and (max-width: 768px) {
  .u-mb155 {
    margin-bottom: 19.8717948718vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb155 {
    margin-bottom: 39.7435897436vw !important;
  }
}
.u-mb160 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .u-mb160 {
    margin-bottom: 20.5128205128vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb160 {
    margin-bottom: 41.0256410256vw !important;
  }
}
.u-mb165 {
  margin-bottom: 165px;
}
@media only screen and (max-width: 768px) {
  .u-mb165 {
    margin-bottom: 21.1538461538vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb165 {
    margin-bottom: 42.3076923077vw !important;
  }
}
.u-mb170 {
  margin-bottom: 170px;
}
@media only screen and (max-width: 768px) {
  .u-mb170 {
    margin-bottom: 21.7948717949vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb170 {
    margin-bottom: 43.5897435897vw !important;
  }
}
.u-mb175 {
  margin-bottom: 175px;
}
@media only screen and (max-width: 768px) {
  .u-mb175 {
    margin-bottom: 22.4358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb175 {
    margin-bottom: 44.8717948718vw !important;
  }
}
.u-mb180 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 768px) {
  .u-mb180 {
    margin-bottom: 23.0769230769vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb180 {
    margin-bottom: 46.1538461538vw !important;
  }
}
.u-mb185 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 768px) {
  .u-mb185 {
    margin-bottom: 23.7179487179vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb185 {
    margin-bottom: 47.4358974359vw !important;
  }
}
.u-mb190 {
  margin-bottom: 190px;
}
@media only screen and (max-width: 768px) {
  .u-mb190 {
    margin-bottom: 24.358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb190 {
    margin-bottom: 48.7179487179vw !important;
  }
}
.u-mb195 {
  margin-bottom: 195px;
}
@media only screen and (max-width: 768px) {
  .u-mb195 {
    margin-bottom: 25vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb195 {
    margin-bottom: 50vw !important;
  }
}
.u-mb200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .u-mb200 {
    margin-bottom: 25.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb200 {
    margin-bottom: 51.2820512821vw !important;
  }
}
.u-mb205 {
  margin-bottom: 205px;
}
@media only screen and (max-width: 768px) {
  .u-mb205 {
    margin-bottom: 26.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb205 {
    margin-bottom: 52.5641025641vw !important;
  }
}
.u-mb210 {
  margin-bottom: 210px;
}
@media only screen and (max-width: 768px) {
  .u-mb210 {
    margin-bottom: 26.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb210 {
    margin-bottom: 53.8461538462vw !important;
  }
}
.u-mb215 {
  margin-bottom: 215px;
}
@media only screen and (max-width: 768px) {
  .u-mb215 {
    margin-bottom: 27.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb215 {
    margin-bottom: 55.1282051282vw !important;
  }
}
.u-mb220 {
  margin-bottom: 220px;
}
@media only screen and (max-width: 768px) {
  .u-mb220 {
    margin-bottom: 28.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb220 {
    margin-bottom: 56.4102564103vw !important;
  }
}
.u-mb225 {
  margin-bottom: 225px;
}
@media only screen and (max-width: 768px) {
  .u-mb225 {
    margin-bottom: 28.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb225 {
    margin-bottom: 57.6923076923vw !important;
  }
}
.u-mb230 {
  margin-bottom: 230px;
}
@media only screen and (max-width: 768px) {
  .u-mb230 {
    margin-bottom: 29.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb230 {
    margin-bottom: 58.9743589744vw !important;
  }
}
.u-mb235 {
  margin-bottom: 235px;
}
@media only screen and (max-width: 768px) {
  .u-mb235 {
    margin-bottom: 30.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb235 {
    margin-bottom: 60.2564102564vw !important;
  }
}
.u-mb240 {
  margin-bottom: 240px;
}
@media only screen and (max-width: 768px) {
  .u-mb240 {
    margin-bottom: 30.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb240 {
    margin-bottom: 61.5384615385vw !important;
  }
}
.u-mb245 {
  margin-bottom: 245px;
}
@media only screen and (max-width: 768px) {
  .u-mb245 {
    margin-bottom: 31.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb245 {
    margin-bottom: 62.8205128205vw !important;
  }
}
.u-mb250 {
  margin-bottom: 250px;
}
@media only screen and (max-width: 768px) {
  .u-mb250 {
    margin-bottom: 32.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb250 {
    margin-bottom: 64.1025641026vw !important;
  }
}
.u-mb255 {
  margin-bottom: 255px;
}
@media only screen and (max-width: 768px) {
  .u-mb255 {
    margin-bottom: 32.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb255 {
    margin-bottom: 65.3846153846vw !important;
  }
}
.u-mb260 {
  margin-bottom: 260px;
}
@media only screen and (max-width: 768px) {
  .u-mb260 {
    margin-bottom: 33.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb260 {
    margin-bottom: 66.6666666667vw !important;
  }
}
.u-mb265 {
  margin-bottom: 265px;
}
@media only screen and (max-width: 768px) {
  .u-mb265 {
    margin-bottom: 33.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb265 {
    margin-bottom: 67.9487179487vw !important;
  }
}
.u-mb270 {
  margin-bottom: 270px;
}
@media only screen and (max-width: 768px) {
  .u-mb270 {
    margin-bottom: 34.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb270 {
    margin-bottom: 69.2307692308vw !important;
  }
}
.u-mb275 {
  margin-bottom: 275px;
}
@media only screen and (max-width: 768px) {
  .u-mb275 {
    margin-bottom: 35.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb275 {
    margin-bottom: 70.5128205128vw !important;
  }
}
.u-mb280 {
  margin-bottom: 280px;
}
@media only screen and (max-width: 768px) {
  .u-mb280 {
    margin-bottom: 35.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb280 {
    margin-bottom: 71.7948717949vw !important;
  }
}
.u-mb285 {
  margin-bottom: 285px;
}
@media only screen and (max-width: 768px) {
  .u-mb285 {
    margin-bottom: 36.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb285 {
    margin-bottom: 73.0769230769vw !important;
  }
}
.u-mb290 {
  margin-bottom: 290px;
}
@media only screen and (max-width: 768px) {
  .u-mb290 {
    margin-bottom: 37.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb290 {
    margin-bottom: 74.358974359vw !important;
  }
}
.u-mb295 {
  margin-bottom: 295px;
}
@media only screen and (max-width: 768px) {
  .u-mb295 {
    margin-bottom: 37.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb295 {
    margin-bottom: 75.641025641vw !important;
  }
}
.u-mb300 {
  margin-bottom: 300px;
}
@media only screen and (max-width: 768px) {
  .u-mb300 {
    margin-bottom: 38.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb300 {
    margin-bottom: 76.9230769231vw !important;
  }
}
.u-mb305 {
  margin-bottom: 305px;
}
@media only screen and (max-width: 768px) {
  .u-mb305 {
    margin-bottom: 39.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb305 {
    margin-bottom: 78.2051282051vw !important;
  }
}
.u-mb310 {
  margin-bottom: 310px;
}
@media only screen and (max-width: 768px) {
  .u-mb310 {
    margin-bottom: 39.7435897436vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb310 {
    margin-bottom: 79.4871794872vw !important;
  }
}
.u-mb315 {
  margin-bottom: 315px;
}
@media only screen and (max-width: 768px) {
  .u-mb315 {
    margin-bottom: 40.3846153846vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb315 {
    margin-bottom: 80.7692307692vw !important;
  }
}
.u-mb320 {
  margin-bottom: 320px;
}
@media only screen and (max-width: 768px) {
  .u-mb320 {
    margin-bottom: 41.0256410256vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb320 {
    margin-bottom: 82.0512820513vw !important;
  }
}
.u-mb325 {
  margin-bottom: 325px;
}
@media only screen and (max-width: 768px) {
  .u-mb325 {
    margin-bottom: 41.6666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb325 {
    margin-bottom: 83.3333333333vw !important;
  }
}
.u-mb330 {
  margin-bottom: 330px;
}
@media only screen and (max-width: 768px) {
  .u-mb330 {
    margin-bottom: 42.3076923077vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb330 {
    margin-bottom: 84.6153846154vw !important;
  }
}
.u-mb335 {
  margin-bottom: 335px;
}
@media only screen and (max-width: 768px) {
  .u-mb335 {
    margin-bottom: 42.9487179487vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb335 {
    margin-bottom: 85.8974358974vw !important;
  }
}
.u-mb340 {
  margin-bottom: 340px;
}
@media only screen and (max-width: 768px) {
  .u-mb340 {
    margin-bottom: 43.5897435897vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb340 {
    margin-bottom: 87.1794871795vw !important;
  }
}
.u-mb345 {
  margin-bottom: 345px;
}
@media only screen and (max-width: 768px) {
  .u-mb345 {
    margin-bottom: 44.2307692308vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb345 {
    margin-bottom: 88.4615384615vw !important;
  }
}
.u-mb350 {
  margin-bottom: 350px;
}
@media only screen and (max-width: 768px) {
  .u-mb350 {
    margin-bottom: 44.8717948718vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb350 {
    margin-bottom: 89.7435897436vw !important;
  }
}
.u-mb355 {
  margin-bottom: 355px;
}
@media only screen and (max-width: 768px) {
  .u-mb355 {
    margin-bottom: 45.5128205128vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb355 {
    margin-bottom: 91.0256410256vw !important;
  }
}
.u-mb360 {
  margin-bottom: 360px;
}
@media only screen and (max-width: 768px) {
  .u-mb360 {
    margin-bottom: 46.1538461538vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb360 {
    margin-bottom: 92.3076923077vw !important;
  }
}
.u-mb365 {
  margin-bottom: 365px;
}
@media only screen and (max-width: 768px) {
  .u-mb365 {
    margin-bottom: 46.7948717949vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb365 {
    margin-bottom: 93.5897435897vw !important;
  }
}
.u-mb370 {
  margin-bottom: 370px;
}
@media only screen and (max-width: 768px) {
  .u-mb370 {
    margin-bottom: 47.4358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb370 {
    margin-bottom: 94.8717948718vw !important;
  }
}
.u-mb375 {
  margin-bottom: 375px;
}
@media only screen and (max-width: 768px) {
  .u-mb375 {
    margin-bottom: 48.0769230769vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb375 {
    margin-bottom: 96.1538461538vw !important;
  }
}
.u-mb380 {
  margin-bottom: 380px;
}
@media only screen and (max-width: 768px) {
  .u-mb380 {
    margin-bottom: 48.7179487179vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb380 {
    margin-bottom: 97.4358974359vw !important;
  }
}
.u-mb385 {
  margin-bottom: 385px;
}
@media only screen and (max-width: 768px) {
  .u-mb385 {
    margin-bottom: 49.358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb385 {
    margin-bottom: 98.7179487179vw !important;
  }
}
.u-mb390 {
  margin-bottom: 390px;
}
@media only screen and (max-width: 768px) {
  .u-mb390 {
    margin-bottom: 50vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb390 {
    margin-bottom: 100vw !important;
  }
}
.u-mb395 {
  margin-bottom: 395px;
}
@media only screen and (max-width: 768px) {
  .u-mb395 {
    margin-bottom: 50.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb395 {
    margin-bottom: 101.2820512821vw !important;
  }
}
.u-mb400 {
  margin-bottom: 400px;
}
@media only screen and (max-width: 768px) {
  .u-mb400 {
    margin-bottom: 51.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb400 {
    margin-bottom: 102.5641025641vw !important;
  }
}
.u-mb405 {
  margin-bottom: 405px;
}
@media only screen and (max-width: 768px) {
  .u-mb405 {
    margin-bottom: 51.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb405 {
    margin-bottom: 103.8461538462vw !important;
  }
}
.u-mb410 {
  margin-bottom: 410px;
}
@media only screen and (max-width: 768px) {
  .u-mb410 {
    margin-bottom: 52.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb410 {
    margin-bottom: 105.1282051282vw !important;
  }
}
.u-mb415 {
  margin-bottom: 415px;
}
@media only screen and (max-width: 768px) {
  .u-mb415 {
    margin-bottom: 53.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb415 {
    margin-bottom: 106.4102564103vw !important;
  }
}
.u-mb420 {
  margin-bottom: 420px;
}
@media only screen and (max-width: 768px) {
  .u-mb420 {
    margin-bottom: 53.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb420 {
    margin-bottom: 107.6923076923vw !important;
  }
}
.u-mb425 {
  margin-bottom: 425px;
}
@media only screen and (max-width: 768px) {
  .u-mb425 {
    margin-bottom: 54.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb425 {
    margin-bottom: 108.9743589744vw !important;
  }
}
.u-mb430 {
  margin-bottom: 430px;
}
@media only screen and (max-width: 768px) {
  .u-mb430 {
    margin-bottom: 55.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb430 {
    margin-bottom: 110.2564102564vw !important;
  }
}
.u-mb435 {
  margin-bottom: 435px;
}
@media only screen and (max-width: 768px) {
  .u-mb435 {
    margin-bottom: 55.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb435 {
    margin-bottom: 111.5384615385vw !important;
  }
}
.u-mb440 {
  margin-bottom: 440px;
}
@media only screen and (max-width: 768px) {
  .u-mb440 {
    margin-bottom: 56.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb440 {
    margin-bottom: 112.8205128205vw !important;
  }
}
.u-mb445 {
  margin-bottom: 445px;
}
@media only screen and (max-width: 768px) {
  .u-mb445 {
    margin-bottom: 57.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb445 {
    margin-bottom: 114.1025641026vw !important;
  }
}
.u-mb450 {
  margin-bottom: 450px;
}
@media only screen and (max-width: 768px) {
  .u-mb450 {
    margin-bottom: 57.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb450 {
    margin-bottom: 115.3846153846vw !important;
  }
}
.u-mb455 {
  margin-bottom: 455px;
}
@media only screen and (max-width: 768px) {
  .u-mb455 {
    margin-bottom: 58.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb455 {
    margin-bottom: 116.6666666667vw !important;
  }
}
.u-mb460 {
  margin-bottom: 460px;
}
@media only screen and (max-width: 768px) {
  .u-mb460 {
    margin-bottom: 58.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb460 {
    margin-bottom: 117.9487179487vw !important;
  }
}
.u-mb465 {
  margin-bottom: 465px;
}
@media only screen and (max-width: 768px) {
  .u-mb465 {
    margin-bottom: 59.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb465 {
    margin-bottom: 119.2307692308vw !important;
  }
}
.u-mb470 {
  margin-bottom: 470px;
}
@media only screen and (max-width: 768px) {
  .u-mb470 {
    margin-bottom: 60.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb470 {
    margin-bottom: 120.5128205128vw !important;
  }
}
.u-mb475 {
  margin-bottom: 475px;
}
@media only screen and (max-width: 768px) {
  .u-mb475 {
    margin-bottom: 60.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb475 {
    margin-bottom: 121.7948717949vw !important;
  }
}
.u-mb480 {
  margin-bottom: 480px;
}
@media only screen and (max-width: 768px) {
  .u-mb480 {
    margin-bottom: 61.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb480 {
    margin-bottom: 123.0769230769vw !important;
  }
}
.u-mb485 {
  margin-bottom: 485px;
}
@media only screen and (max-width: 768px) {
  .u-mb485 {
    margin-bottom: 62.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb485 {
    margin-bottom: 124.358974359vw !important;
  }
}
.u-mb490 {
  margin-bottom: 490px;
}
@media only screen and (max-width: 768px) {
  .u-mb490 {
    margin-bottom: 62.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb490 {
    margin-bottom: 125.641025641vw !important;
  }
}
.u-mb495 {
  margin-bottom: 495px;
}
@media only screen and (max-width: 768px) {
  .u-mb495 {
    margin-bottom: 63.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb495 {
    margin-bottom: 126.9230769231vw !important;
  }
}
.u-mb500 {
  margin-bottom: 500px;
}
@media only screen and (max-width: 768px) {
  .u-mb500 {
    margin-bottom: 64.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb500 {
    margin-bottom: 128.2051282051vw !important;
  }
}
.u-ml0 {
  margin-left: 0px;
}
@media only screen and (max-width: 768px) {
  .u-ml0 {
    margin-left: 0vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml0 {
    margin-left: 0vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml5 {
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .u-ml5 {
    margin-left: 0.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml5 {
    margin-left: 1.2820512821vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml10 {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .u-ml10 {
    margin-left: 1.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml10 {
    margin-left: 2.5641025641vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml15 {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .u-ml15 {
    margin-left: 1.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml15 {
    margin-left: 3.8461538462vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml20 {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .u-ml20 {
    margin-left: 2.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml20 {
    margin-left: 5.1282051282vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml25 {
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  .u-ml25 {
    margin-left: 3.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml25 {
    margin-left: 6.4102564103vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml30 {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .u-ml30 {
    margin-left: 3.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml30 {
    margin-left: 7.6923076923vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml35 {
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  .u-ml35 {
    margin-left: 4.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml35 {
    margin-left: 8.9743589744vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml40 {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .u-ml40 {
    margin-left: 5.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml40 {
    margin-left: 10.2564102564vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml45 {
  margin-left: 45px;
}
@media only screen and (max-width: 768px) {
  .u-ml45 {
    margin-left: 5.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml45 {
    margin-left: 11.5384615385vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml50 {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .u-ml50 {
    margin-left: 6.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml50 {
    margin-left: 12.8205128205vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml55 {
  margin-left: 55px;
}
@media only screen and (max-width: 768px) {
  .u-ml55 {
    margin-left: 7.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml55 {
    margin-left: 14.1025641026vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml60 {
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  .u-ml60 {
    margin-left: 7.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml60 {
    margin-left: 15.3846153846vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml65 {
  margin-left: 65px;
}
@media only screen and (max-width: 768px) {
  .u-ml65 {
    margin-left: 8.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml65 {
    margin-left: 16.6666666667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml70 {
  margin-left: 70px;
}
@media only screen and (max-width: 768px) {
  .u-ml70 {
    margin-left: 8.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml70 {
    margin-left: 17.9487179487vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml75 {
  margin-left: 75px;
}
@media only screen and (max-width: 768px) {
  .u-ml75 {
    margin-left: 9.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml75 {
    margin-left: 19.2307692308vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml80 {
  margin-left: 80px;
}
@media only screen and (max-width: 768px) {
  .u-ml80 {
    margin-left: 10.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml80 {
    margin-left: 20.5128205128vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml85 {
  margin-left: 85px;
}
@media only screen and (max-width: 768px) {
  .u-ml85 {
    margin-left: 10.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml85 {
    margin-left: 21.7948717949vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml90 {
  margin-left: 90px;
}
@media only screen and (max-width: 768px) {
  .u-ml90 {
    margin-left: 11.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml90 {
    margin-left: 23.0769230769vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml95 {
  margin-left: 95px;
}
@media only screen and (max-width: 768px) {
  .u-ml95 {
    margin-left: 12.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml95 {
    margin-left: 24.358974359vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml100 {
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .u-ml100 {
    margin-left: 12.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml100 {
    margin-left: 25.641025641vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml105 {
  margin-left: 105px;
}
@media only screen and (max-width: 768px) {
  .u-ml105 {
    margin-left: 13.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml105 {
    margin-left: 26.9230769231vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml110 {
  margin-left: 110px;
}
@media only screen and (max-width: 768px) {
  .u-ml110 {
    margin-left: 14.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml110 {
    margin-left: 28.2051282051vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml115 {
  margin-left: 115px;
}
@media only screen and (max-width: 768px) {
  .u-ml115 {
    margin-left: 14.7435897436vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml115 {
    margin-left: 29.4871794872vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml120 {
  margin-left: 120px;
}
@media only screen and (max-width: 768px) {
  .u-ml120 {
    margin-left: 15.3846153846vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml120 {
    margin-left: 30.7692307692vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml125 {
  margin-left: 125px;
}
@media only screen and (max-width: 768px) {
  .u-ml125 {
    margin-left: 16.0256410256vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml125 {
    margin-left: 32.0512820513vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml130 {
  margin-left: 130px;
}
@media only screen and (max-width: 768px) {
  .u-ml130 {
    margin-left: 16.6666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml130 {
    margin-left: 33.3333333333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml135 {
  margin-left: 135px;
}
@media only screen and (max-width: 768px) {
  .u-ml135 {
    margin-left: 17.3076923077vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml135 {
    margin-left: 34.6153846154vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml140 {
  margin-left: 140px;
}
@media only screen and (max-width: 768px) {
  .u-ml140 {
    margin-left: 17.9487179487vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml140 {
    margin-left: 35.8974358974vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml145 {
  margin-left: 145px;
}
@media only screen and (max-width: 768px) {
  .u-ml145 {
    margin-left: 18.5897435897vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml145 {
    margin-left: 37.1794871795vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml150 {
  margin-left: 150px;
}
@media only screen and (max-width: 768px) {
  .u-ml150 {
    margin-left: 19.2307692308vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml150 {
    margin-left: 38.4615384615vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml155 {
  margin-left: 155px;
}
@media only screen and (max-width: 768px) {
  .u-ml155 {
    margin-left: 19.8717948718vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml155 {
    margin-left: 39.7435897436vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml160 {
  margin-left: 160px;
}
@media only screen and (max-width: 768px) {
  .u-ml160 {
    margin-left: 20.5128205128vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml160 {
    margin-left: 41.0256410256vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml165 {
  margin-left: 165px;
}
@media only screen and (max-width: 768px) {
  .u-ml165 {
    margin-left: 21.1538461538vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml165 {
    margin-left: 42.3076923077vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml170 {
  margin-left: 170px;
}
@media only screen and (max-width: 768px) {
  .u-ml170 {
    margin-left: 21.7948717949vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml170 {
    margin-left: 43.5897435897vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml175 {
  margin-left: 175px;
}
@media only screen and (max-width: 768px) {
  .u-ml175 {
    margin-left: 22.4358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml175 {
    margin-left: 44.8717948718vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml180 {
  margin-left: 180px;
}
@media only screen and (max-width: 768px) {
  .u-ml180 {
    margin-left: 23.0769230769vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml180 {
    margin-left: 46.1538461538vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml185 {
  margin-left: 185px;
}
@media only screen and (max-width: 768px) {
  .u-ml185 {
    margin-left: 23.7179487179vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml185 {
    margin-left: 47.4358974359vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml190 {
  margin-left: 190px;
}
@media only screen and (max-width: 768px) {
  .u-ml190 {
    margin-left: 24.358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml190 {
    margin-left: 48.7179487179vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml195 {
  margin-left: 195px;
}
@media only screen and (max-width: 768px) {
  .u-ml195 {
    margin-left: 25vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml195 {
    margin-left: 50vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml200 {
  margin-left: 200px;
}
@media only screen and (max-width: 768px) {
  .u-ml200 {
    margin-left: 25.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml200 {
    margin-left: 51.2820512821vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml205 {
  margin-left: 205px;
}
@media only screen and (max-width: 768px) {
  .u-ml205 {
    margin-left: 26.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml205 {
    margin-left: 52.5641025641vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml210 {
  margin-left: 210px;
}
@media only screen and (max-width: 768px) {
  .u-ml210 {
    margin-left: 26.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml210 {
    margin-left: 53.8461538462vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml215 {
  margin-left: 215px;
}
@media only screen and (max-width: 768px) {
  .u-ml215 {
    margin-left: 27.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml215 {
    margin-left: 55.1282051282vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml220 {
  margin-left: 220px;
}
@media only screen and (max-width: 768px) {
  .u-ml220 {
    margin-left: 28.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml220 {
    margin-left: 56.4102564103vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml225 {
  margin-left: 225px;
}
@media only screen and (max-width: 768px) {
  .u-ml225 {
    margin-left: 28.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml225 {
    margin-left: 57.6923076923vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml230 {
  margin-left: 230px;
}
@media only screen and (max-width: 768px) {
  .u-ml230 {
    margin-left: 29.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml230 {
    margin-left: 58.9743589744vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml235 {
  margin-left: 235px;
}
@media only screen and (max-width: 768px) {
  .u-ml235 {
    margin-left: 30.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml235 {
    margin-left: 60.2564102564vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml240 {
  margin-left: 240px;
}
@media only screen and (max-width: 768px) {
  .u-ml240 {
    margin-left: 30.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml240 {
    margin-left: 61.5384615385vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml245 {
  margin-left: 245px;
}
@media only screen and (max-width: 768px) {
  .u-ml245 {
    margin-left: 31.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml245 {
    margin-left: 62.8205128205vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml250 {
  margin-left: 250px;
}
@media only screen and (max-width: 768px) {
  .u-ml250 {
    margin-left: 32.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml250 {
    margin-left: 64.1025641026vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml255 {
  margin-left: 255px;
}
@media only screen and (max-width: 768px) {
  .u-ml255 {
    margin-left: 32.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml255 {
    margin-left: 65.3846153846vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml260 {
  margin-left: 260px;
}
@media only screen and (max-width: 768px) {
  .u-ml260 {
    margin-left: 33.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml260 {
    margin-left: 66.6666666667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml265 {
  margin-left: 265px;
}
@media only screen and (max-width: 768px) {
  .u-ml265 {
    margin-left: 33.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml265 {
    margin-left: 67.9487179487vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml270 {
  margin-left: 270px;
}
@media only screen and (max-width: 768px) {
  .u-ml270 {
    margin-left: 34.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml270 {
    margin-left: 69.2307692308vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml275 {
  margin-left: 275px;
}
@media only screen and (max-width: 768px) {
  .u-ml275 {
    margin-left: 35.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml275 {
    margin-left: 70.5128205128vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml280 {
  margin-left: 280px;
}
@media only screen and (max-width: 768px) {
  .u-ml280 {
    margin-left: 35.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml280 {
    margin-left: 71.7948717949vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml285 {
  margin-left: 285px;
}
@media only screen and (max-width: 768px) {
  .u-ml285 {
    margin-left: 36.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml285 {
    margin-left: 73.0769230769vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml290 {
  margin-left: 290px;
}
@media only screen and (max-width: 768px) {
  .u-ml290 {
    margin-left: 37.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml290 {
    margin-left: 74.358974359vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml295 {
  margin-left: 295px;
}
@media only screen and (max-width: 768px) {
  .u-ml295 {
    margin-left: 37.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml295 {
    margin-left: 75.641025641vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml300 {
  margin-left: 300px;
}
@media only screen and (max-width: 768px) {
  .u-ml300 {
    margin-left: 38.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml300 {
    margin-left: 76.9230769231vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml305 {
  margin-left: 305px;
}
@media only screen and (max-width: 768px) {
  .u-ml305 {
    margin-left: 39.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml305 {
    margin-left: 78.2051282051vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml310 {
  margin-left: 310px;
}
@media only screen and (max-width: 768px) {
  .u-ml310 {
    margin-left: 39.7435897436vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml310 {
    margin-left: 79.4871794872vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml315 {
  margin-left: 315px;
}
@media only screen and (max-width: 768px) {
  .u-ml315 {
    margin-left: 40.3846153846vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml315 {
    margin-left: 80.7692307692vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml320 {
  margin-left: 320px;
}
@media only screen and (max-width: 768px) {
  .u-ml320 {
    margin-left: 41.0256410256vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml320 {
    margin-left: 82.0512820513vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml325 {
  margin-left: 325px;
}
@media only screen and (max-width: 768px) {
  .u-ml325 {
    margin-left: 41.6666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml325 {
    margin-left: 83.3333333333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml330 {
  margin-left: 330px;
}
@media only screen and (max-width: 768px) {
  .u-ml330 {
    margin-left: 42.3076923077vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml330 {
    margin-left: 84.6153846154vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml335 {
  margin-left: 335px;
}
@media only screen and (max-width: 768px) {
  .u-ml335 {
    margin-left: 42.9487179487vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml335 {
    margin-left: 85.8974358974vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml340 {
  margin-left: 340px;
}
@media only screen and (max-width: 768px) {
  .u-ml340 {
    margin-left: 43.5897435897vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml340 {
    margin-left: 87.1794871795vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml345 {
  margin-left: 345px;
}
@media only screen and (max-width: 768px) {
  .u-ml345 {
    margin-left: 44.2307692308vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml345 {
    margin-left: 88.4615384615vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml350 {
  margin-left: 350px;
}
@media only screen and (max-width: 768px) {
  .u-ml350 {
    margin-left: 44.8717948718vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml350 {
    margin-left: 89.7435897436vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml355 {
  margin-left: 355px;
}
@media only screen and (max-width: 768px) {
  .u-ml355 {
    margin-left: 45.5128205128vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml355 {
    margin-left: 91.0256410256vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml360 {
  margin-left: 360px;
}
@media only screen and (max-width: 768px) {
  .u-ml360 {
    margin-left: 46.1538461538vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml360 {
    margin-left: 92.3076923077vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml365 {
  margin-left: 365px;
}
@media only screen and (max-width: 768px) {
  .u-ml365 {
    margin-left: 46.7948717949vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml365 {
    margin-left: 93.5897435897vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml370 {
  margin-left: 370px;
}
@media only screen and (max-width: 768px) {
  .u-ml370 {
    margin-left: 47.4358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml370 {
    margin-left: 94.8717948718vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml375 {
  margin-left: 375px;
}
@media only screen and (max-width: 768px) {
  .u-ml375 {
    margin-left: 48.0769230769vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml375 {
    margin-left: 96.1538461538vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml380 {
  margin-left: 380px;
}
@media only screen and (max-width: 768px) {
  .u-ml380 {
    margin-left: 48.7179487179vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml380 {
    margin-left: 97.4358974359vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml385 {
  margin-left: 385px;
}
@media only screen and (max-width: 768px) {
  .u-ml385 {
    margin-left: 49.358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml385 {
    margin-left: 98.7179487179vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml390 {
  margin-left: 390px;
}
@media only screen and (max-width: 768px) {
  .u-ml390 {
    margin-left: 50vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml390 {
    margin-left: 100vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml395 {
  margin-left: 395px;
}
@media only screen and (max-width: 768px) {
  .u-ml395 {
    margin-left: 50.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml395 {
    margin-left: 101.2820512821vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml400 {
  margin-left: 400px;
}
@media only screen and (max-width: 768px) {
  .u-ml400 {
    margin-left: 51.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml400 {
    margin-left: 102.5641025641vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml405 {
  margin-left: 405px;
}
@media only screen and (max-width: 768px) {
  .u-ml405 {
    margin-left: 51.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml405 {
    margin-left: 103.8461538462vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml410 {
  margin-left: 410px;
}
@media only screen and (max-width: 768px) {
  .u-ml410 {
    margin-left: 52.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml410 {
    margin-left: 105.1282051282vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml415 {
  margin-left: 415px;
}
@media only screen and (max-width: 768px) {
  .u-ml415 {
    margin-left: 53.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml415 {
    margin-left: 106.4102564103vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml420 {
  margin-left: 420px;
}
@media only screen and (max-width: 768px) {
  .u-ml420 {
    margin-left: 53.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml420 {
    margin-left: 107.6923076923vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml425 {
  margin-left: 425px;
}
@media only screen and (max-width: 768px) {
  .u-ml425 {
    margin-left: 54.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml425 {
    margin-left: 108.9743589744vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml430 {
  margin-left: 430px;
}
@media only screen and (max-width: 768px) {
  .u-ml430 {
    margin-left: 55.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml430 {
    margin-left: 110.2564102564vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml435 {
  margin-left: 435px;
}
@media only screen and (max-width: 768px) {
  .u-ml435 {
    margin-left: 55.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml435 {
    margin-left: 111.5384615385vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml440 {
  margin-left: 440px;
}
@media only screen and (max-width: 768px) {
  .u-ml440 {
    margin-left: 56.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml440 {
    margin-left: 112.8205128205vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml445 {
  margin-left: 445px;
}
@media only screen and (max-width: 768px) {
  .u-ml445 {
    margin-left: 57.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml445 {
    margin-left: 114.1025641026vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml450 {
  margin-left: 450px;
}
@media only screen and (max-width: 768px) {
  .u-ml450 {
    margin-left: 57.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml450 {
    margin-left: 115.3846153846vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml455 {
  margin-left: 455px;
}
@media only screen and (max-width: 768px) {
  .u-ml455 {
    margin-left: 58.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml455 {
    margin-left: 116.6666666667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml460 {
  margin-left: 460px;
}
@media only screen and (max-width: 768px) {
  .u-ml460 {
    margin-left: 58.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml460 {
    margin-left: 117.9487179487vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml465 {
  margin-left: 465px;
}
@media only screen and (max-width: 768px) {
  .u-ml465 {
    margin-left: 59.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml465 {
    margin-left: 119.2307692308vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml470 {
  margin-left: 470px;
}
@media only screen and (max-width: 768px) {
  .u-ml470 {
    margin-left: 60.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml470 {
    margin-left: 120.5128205128vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml475 {
  margin-left: 475px;
}
@media only screen and (max-width: 768px) {
  .u-ml475 {
    margin-left: 60.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml475 {
    margin-left: 121.7948717949vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml480 {
  margin-left: 480px;
}
@media only screen and (max-width: 768px) {
  .u-ml480 {
    margin-left: 61.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml480 {
    margin-left: 123.0769230769vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml485 {
  margin-left: 485px;
}
@media only screen and (max-width: 768px) {
  .u-ml485 {
    margin-left: 62.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml485 {
    margin-left: 124.358974359vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml490 {
  margin-left: 490px;
}
@media only screen and (max-width: 768px) {
  .u-ml490 {
    margin-left: 62.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml490 {
    margin-left: 125.641025641vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml495 {
  margin-left: 495px;
}
@media only screen and (max-width: 768px) {
  .u-ml495 {
    margin-left: 63.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml495 {
    margin-left: 126.9230769231vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-ml500 {
  margin-left: 500px;
}
@media only screen and (max-width: 768px) {
  .u-ml500 {
    margin-left: 64.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml500 {
    margin-left: 128.2051282051vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}
.u-mr0 {
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  .u-mr0 {
    margin-right: 0vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr0 {
    margin-right: 0vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr5 {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .u-mr5 {
    margin-right: 0.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr5 {
    margin-right: 1.2820512821vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr10 {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .u-mr10 {
    margin-right: 1.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr10 {
    margin-right: 2.5641025641vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr15 {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .u-mr15 {
    margin-right: 1.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr15 {
    margin-right: 3.8461538462vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr20 {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .u-mr20 {
    margin-right: 2.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr20 {
    margin-right: 5.1282051282vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr25 {
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  .u-mr25 {
    margin-right: 3.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr25 {
    margin-right: 6.4102564103vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr30 {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .u-mr30 {
    margin-right: 3.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr30 {
    margin-right: 7.6923076923vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr35 {
  margin-right: 35px;
}
@media only screen and (max-width: 768px) {
  .u-mr35 {
    margin-right: 4.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr35 {
    margin-right: 8.9743589744vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr40 {
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .u-mr40 {
    margin-right: 5.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr40 {
    margin-right: 10.2564102564vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr45 {
  margin-right: 45px;
}
@media only screen and (max-width: 768px) {
  .u-mr45 {
    margin-right: 5.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr45 {
    margin-right: 11.5384615385vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr50 {
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .u-mr50 {
    margin-right: 6.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr50 {
    margin-right: 12.8205128205vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr55 {
  margin-right: 55px;
}
@media only screen and (max-width: 768px) {
  .u-mr55 {
    margin-right: 7.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr55 {
    margin-right: 14.1025641026vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr60 {
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .u-mr60 {
    margin-right: 7.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr60 {
    margin-right: 15.3846153846vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr65 {
  margin-right: 65px;
}
@media only screen and (max-width: 768px) {
  .u-mr65 {
    margin-right: 8.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr65 {
    margin-right: 16.6666666667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr70 {
  margin-right: 70px;
}
@media only screen and (max-width: 768px) {
  .u-mr70 {
    margin-right: 8.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr70 {
    margin-right: 17.9487179487vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr75 {
  margin-right: 75px;
}
@media only screen and (max-width: 768px) {
  .u-mr75 {
    margin-right: 9.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr75 {
    margin-right: 19.2307692308vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr80 {
  margin-right: 80px;
}
@media only screen and (max-width: 768px) {
  .u-mr80 {
    margin-right: 10.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr80 {
    margin-right: 20.5128205128vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr85 {
  margin-right: 85px;
}
@media only screen and (max-width: 768px) {
  .u-mr85 {
    margin-right: 10.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr85 {
    margin-right: 21.7948717949vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr90 {
  margin-right: 90px;
}
@media only screen and (max-width: 768px) {
  .u-mr90 {
    margin-right: 11.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr90 {
    margin-right: 23.0769230769vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr95 {
  margin-right: 95px;
}
@media only screen and (max-width: 768px) {
  .u-mr95 {
    margin-right: 12.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr95 {
    margin-right: 24.358974359vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr100 {
  margin-right: 100px;
}
@media only screen and (max-width: 768px) {
  .u-mr100 {
    margin-right: 12.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr100 {
    margin-right: 25.641025641vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr105 {
  margin-right: 105px;
}
@media only screen and (max-width: 768px) {
  .u-mr105 {
    margin-right: 13.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr105 {
    margin-right: 26.9230769231vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr110 {
  margin-right: 110px;
}
@media only screen and (max-width: 768px) {
  .u-mr110 {
    margin-right: 14.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr110 {
    margin-right: 28.2051282051vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr115 {
  margin-right: 115px;
}
@media only screen and (max-width: 768px) {
  .u-mr115 {
    margin-right: 14.7435897436vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr115 {
    margin-right: 29.4871794872vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr120 {
  margin-right: 120px;
}
@media only screen and (max-width: 768px) {
  .u-mr120 {
    margin-right: 15.3846153846vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr120 {
    margin-right: 30.7692307692vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr125 {
  margin-right: 125px;
}
@media only screen and (max-width: 768px) {
  .u-mr125 {
    margin-right: 16.0256410256vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr125 {
    margin-right: 32.0512820513vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr130 {
  margin-right: 130px;
}
@media only screen and (max-width: 768px) {
  .u-mr130 {
    margin-right: 16.6666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr130 {
    margin-right: 33.3333333333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr135 {
  margin-right: 135px;
}
@media only screen and (max-width: 768px) {
  .u-mr135 {
    margin-right: 17.3076923077vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr135 {
    margin-right: 34.6153846154vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr140 {
  margin-right: 140px;
}
@media only screen and (max-width: 768px) {
  .u-mr140 {
    margin-right: 17.9487179487vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr140 {
    margin-right: 35.8974358974vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr145 {
  margin-right: 145px;
}
@media only screen and (max-width: 768px) {
  .u-mr145 {
    margin-right: 18.5897435897vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr145 {
    margin-right: 37.1794871795vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr150 {
  margin-right: 150px;
}
@media only screen and (max-width: 768px) {
  .u-mr150 {
    margin-right: 19.2307692308vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr150 {
    margin-right: 38.4615384615vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr155 {
  margin-right: 155px;
}
@media only screen and (max-width: 768px) {
  .u-mr155 {
    margin-right: 19.8717948718vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr155 {
    margin-right: 39.7435897436vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr160 {
  margin-right: 160px;
}
@media only screen and (max-width: 768px) {
  .u-mr160 {
    margin-right: 20.5128205128vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr160 {
    margin-right: 41.0256410256vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr165 {
  margin-right: 165px;
}
@media only screen and (max-width: 768px) {
  .u-mr165 {
    margin-right: 21.1538461538vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr165 {
    margin-right: 42.3076923077vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr170 {
  margin-right: 170px;
}
@media only screen and (max-width: 768px) {
  .u-mr170 {
    margin-right: 21.7948717949vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr170 {
    margin-right: 43.5897435897vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr175 {
  margin-right: 175px;
}
@media only screen and (max-width: 768px) {
  .u-mr175 {
    margin-right: 22.4358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr175 {
    margin-right: 44.8717948718vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr180 {
  margin-right: 180px;
}
@media only screen and (max-width: 768px) {
  .u-mr180 {
    margin-right: 23.0769230769vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr180 {
    margin-right: 46.1538461538vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr185 {
  margin-right: 185px;
}
@media only screen and (max-width: 768px) {
  .u-mr185 {
    margin-right: 23.7179487179vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr185 {
    margin-right: 47.4358974359vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr190 {
  margin-right: 190px;
}
@media only screen and (max-width: 768px) {
  .u-mr190 {
    margin-right: 24.358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr190 {
    margin-right: 48.7179487179vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr195 {
  margin-right: 195px;
}
@media only screen and (max-width: 768px) {
  .u-mr195 {
    margin-right: 25vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr195 {
    margin-right: 50vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr200 {
  margin-right: 200px;
}
@media only screen and (max-width: 768px) {
  .u-mr200 {
    margin-right: 25.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr200 {
    margin-right: 51.2820512821vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr205 {
  margin-right: 205px;
}
@media only screen and (max-width: 768px) {
  .u-mr205 {
    margin-right: 26.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr205 {
    margin-right: 52.5641025641vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr210 {
  margin-right: 210px;
}
@media only screen and (max-width: 768px) {
  .u-mr210 {
    margin-right: 26.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr210 {
    margin-right: 53.8461538462vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr215 {
  margin-right: 215px;
}
@media only screen and (max-width: 768px) {
  .u-mr215 {
    margin-right: 27.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr215 {
    margin-right: 55.1282051282vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr220 {
  margin-right: 220px;
}
@media only screen and (max-width: 768px) {
  .u-mr220 {
    margin-right: 28.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr220 {
    margin-right: 56.4102564103vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr225 {
  margin-right: 225px;
}
@media only screen and (max-width: 768px) {
  .u-mr225 {
    margin-right: 28.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr225 {
    margin-right: 57.6923076923vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr230 {
  margin-right: 230px;
}
@media only screen and (max-width: 768px) {
  .u-mr230 {
    margin-right: 29.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr230 {
    margin-right: 58.9743589744vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr235 {
  margin-right: 235px;
}
@media only screen and (max-width: 768px) {
  .u-mr235 {
    margin-right: 30.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr235 {
    margin-right: 60.2564102564vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr240 {
  margin-right: 240px;
}
@media only screen and (max-width: 768px) {
  .u-mr240 {
    margin-right: 30.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr240 {
    margin-right: 61.5384615385vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr245 {
  margin-right: 245px;
}
@media only screen and (max-width: 768px) {
  .u-mr245 {
    margin-right: 31.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr245 {
    margin-right: 62.8205128205vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr250 {
  margin-right: 250px;
}
@media only screen and (max-width: 768px) {
  .u-mr250 {
    margin-right: 32.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr250 {
    margin-right: 64.1025641026vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr255 {
  margin-right: 255px;
}
@media only screen and (max-width: 768px) {
  .u-mr255 {
    margin-right: 32.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr255 {
    margin-right: 65.3846153846vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr260 {
  margin-right: 260px;
}
@media only screen and (max-width: 768px) {
  .u-mr260 {
    margin-right: 33.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr260 {
    margin-right: 66.6666666667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr265 {
  margin-right: 265px;
}
@media only screen and (max-width: 768px) {
  .u-mr265 {
    margin-right: 33.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr265 {
    margin-right: 67.9487179487vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr270 {
  margin-right: 270px;
}
@media only screen and (max-width: 768px) {
  .u-mr270 {
    margin-right: 34.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr270 {
    margin-right: 69.2307692308vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr275 {
  margin-right: 275px;
}
@media only screen and (max-width: 768px) {
  .u-mr275 {
    margin-right: 35.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr275 {
    margin-right: 70.5128205128vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr280 {
  margin-right: 280px;
}
@media only screen and (max-width: 768px) {
  .u-mr280 {
    margin-right: 35.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr280 {
    margin-right: 71.7948717949vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr285 {
  margin-right: 285px;
}
@media only screen and (max-width: 768px) {
  .u-mr285 {
    margin-right: 36.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr285 {
    margin-right: 73.0769230769vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr290 {
  margin-right: 290px;
}
@media only screen and (max-width: 768px) {
  .u-mr290 {
    margin-right: 37.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr290 {
    margin-right: 74.358974359vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr295 {
  margin-right: 295px;
}
@media only screen and (max-width: 768px) {
  .u-mr295 {
    margin-right: 37.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr295 {
    margin-right: 75.641025641vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr300 {
  margin-right: 300px;
}
@media only screen and (max-width: 768px) {
  .u-mr300 {
    margin-right: 38.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr300 {
    margin-right: 76.9230769231vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr305 {
  margin-right: 305px;
}
@media only screen and (max-width: 768px) {
  .u-mr305 {
    margin-right: 39.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr305 {
    margin-right: 78.2051282051vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr310 {
  margin-right: 310px;
}
@media only screen and (max-width: 768px) {
  .u-mr310 {
    margin-right: 39.7435897436vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr310 {
    margin-right: 79.4871794872vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr315 {
  margin-right: 315px;
}
@media only screen and (max-width: 768px) {
  .u-mr315 {
    margin-right: 40.3846153846vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr315 {
    margin-right: 80.7692307692vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr320 {
  margin-right: 320px;
}
@media only screen and (max-width: 768px) {
  .u-mr320 {
    margin-right: 41.0256410256vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr320 {
    margin-right: 82.0512820513vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr325 {
  margin-right: 325px;
}
@media only screen and (max-width: 768px) {
  .u-mr325 {
    margin-right: 41.6666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr325 {
    margin-right: 83.3333333333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr330 {
  margin-right: 330px;
}
@media only screen and (max-width: 768px) {
  .u-mr330 {
    margin-right: 42.3076923077vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr330 {
    margin-right: 84.6153846154vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr335 {
  margin-right: 335px;
}
@media only screen and (max-width: 768px) {
  .u-mr335 {
    margin-right: 42.9487179487vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr335 {
    margin-right: 85.8974358974vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr340 {
  margin-right: 340px;
}
@media only screen and (max-width: 768px) {
  .u-mr340 {
    margin-right: 43.5897435897vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr340 {
    margin-right: 87.1794871795vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr345 {
  margin-right: 345px;
}
@media only screen and (max-width: 768px) {
  .u-mr345 {
    margin-right: 44.2307692308vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr345 {
    margin-right: 88.4615384615vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr350 {
  margin-right: 350px;
}
@media only screen and (max-width: 768px) {
  .u-mr350 {
    margin-right: 44.8717948718vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr350 {
    margin-right: 89.7435897436vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr355 {
  margin-right: 355px;
}
@media only screen and (max-width: 768px) {
  .u-mr355 {
    margin-right: 45.5128205128vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr355 {
    margin-right: 91.0256410256vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr360 {
  margin-right: 360px;
}
@media only screen and (max-width: 768px) {
  .u-mr360 {
    margin-right: 46.1538461538vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr360 {
    margin-right: 92.3076923077vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr365 {
  margin-right: 365px;
}
@media only screen and (max-width: 768px) {
  .u-mr365 {
    margin-right: 46.7948717949vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr365 {
    margin-right: 93.5897435897vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr370 {
  margin-right: 370px;
}
@media only screen and (max-width: 768px) {
  .u-mr370 {
    margin-right: 47.4358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr370 {
    margin-right: 94.8717948718vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr375 {
  margin-right: 375px;
}
@media only screen and (max-width: 768px) {
  .u-mr375 {
    margin-right: 48.0769230769vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr375 {
    margin-right: 96.1538461538vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr380 {
  margin-right: 380px;
}
@media only screen and (max-width: 768px) {
  .u-mr380 {
    margin-right: 48.7179487179vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr380 {
    margin-right: 97.4358974359vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr385 {
  margin-right: 385px;
}
@media only screen and (max-width: 768px) {
  .u-mr385 {
    margin-right: 49.358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr385 {
    margin-right: 98.7179487179vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr390 {
  margin-right: 390px;
}
@media only screen and (max-width: 768px) {
  .u-mr390 {
    margin-right: 50vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr390 {
    margin-right: 100vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr395 {
  margin-right: 395px;
}
@media only screen and (max-width: 768px) {
  .u-mr395 {
    margin-right: 50.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr395 {
    margin-right: 101.2820512821vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr400 {
  margin-right: 400px;
}
@media only screen and (max-width: 768px) {
  .u-mr400 {
    margin-right: 51.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr400 {
    margin-right: 102.5641025641vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr405 {
  margin-right: 405px;
}
@media only screen and (max-width: 768px) {
  .u-mr405 {
    margin-right: 51.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr405 {
    margin-right: 103.8461538462vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr410 {
  margin-right: 410px;
}
@media only screen and (max-width: 768px) {
  .u-mr410 {
    margin-right: 52.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr410 {
    margin-right: 105.1282051282vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr415 {
  margin-right: 415px;
}
@media only screen and (max-width: 768px) {
  .u-mr415 {
    margin-right: 53.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr415 {
    margin-right: 106.4102564103vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr420 {
  margin-right: 420px;
}
@media only screen and (max-width: 768px) {
  .u-mr420 {
    margin-right: 53.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr420 {
    margin-right: 107.6923076923vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr425 {
  margin-right: 425px;
}
@media only screen and (max-width: 768px) {
  .u-mr425 {
    margin-right: 54.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr425 {
    margin-right: 108.9743589744vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr430 {
  margin-right: 430px;
}
@media only screen and (max-width: 768px) {
  .u-mr430 {
    margin-right: 55.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr430 {
    margin-right: 110.2564102564vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr435 {
  margin-right: 435px;
}
@media only screen and (max-width: 768px) {
  .u-mr435 {
    margin-right: 55.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr435 {
    margin-right: 111.5384615385vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr440 {
  margin-right: 440px;
}
@media only screen and (max-width: 768px) {
  .u-mr440 {
    margin-right: 56.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr440 {
    margin-right: 112.8205128205vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr445 {
  margin-right: 445px;
}
@media only screen and (max-width: 768px) {
  .u-mr445 {
    margin-right: 57.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr445 {
    margin-right: 114.1025641026vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr450 {
  margin-right: 450px;
}
@media only screen and (max-width: 768px) {
  .u-mr450 {
    margin-right: 57.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr450 {
    margin-right: 115.3846153846vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr455 {
  margin-right: 455px;
}
@media only screen and (max-width: 768px) {
  .u-mr455 {
    margin-right: 58.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr455 {
    margin-right: 116.6666666667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr460 {
  margin-right: 460px;
}
@media only screen and (max-width: 768px) {
  .u-mr460 {
    margin-right: 58.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr460 {
    margin-right: 117.9487179487vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr465 {
  margin-right: 465px;
}
@media only screen and (max-width: 768px) {
  .u-mr465 {
    margin-right: 59.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr465 {
    margin-right: 119.2307692308vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr470 {
  margin-right: 470px;
}
@media only screen and (max-width: 768px) {
  .u-mr470 {
    margin-right: 60.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr470 {
    margin-right: 120.5128205128vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr475 {
  margin-right: 475px;
}
@media only screen and (max-width: 768px) {
  .u-mr475 {
    margin-right: 60.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr475 {
    margin-right: 121.7948717949vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr480 {
  margin-right: 480px;
}
@media only screen and (max-width: 768px) {
  .u-mr480 {
    margin-right: 61.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr480 {
    margin-right: 123.0769230769vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr485 {
  margin-right: 485px;
}
@media only screen and (max-width: 768px) {
  .u-mr485 {
    margin-right: 62.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr485 {
    margin-right: 124.358974359vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr490 {
  margin-right: 490px;
}
@media only screen and (max-width: 768px) {
  .u-mr490 {
    margin-right: 62.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr490 {
    margin-right: 125.641025641vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr495 {
  margin-right: 495px;
}
@media only screen and (max-width: 768px) {
  .u-mr495 {
    margin-right: 63.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr495 {
    margin-right: 126.9230769231vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-mr500 {
  margin-right: 500px;
}
@media only screen and (max-width: 768px) {
  .u-mr500 {
    margin-right: 64.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr500 {
    margin-right: 128.2051282051vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}
.u-pt0 {
  padding-top: 0px;
}
@media only screen and (max-width: 768px) {
  .u-pt0 {
    padding-top: 0vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt0 {
    padding-top: 0vw !important;
  }
}
.u-pt5 {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .u-pt5 {
    padding-top: 0.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt5 {
    padding-top: 1.2820512821vw !important;
  }
}
.u-pt10 {
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .u-pt10 {
    padding-top: 1.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt10 {
    padding-top: 2.5641025641vw !important;
  }
}
.u-pt15 {
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .u-pt15 {
    padding-top: 1.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt15 {
    padding-top: 3.8461538462vw !important;
  }
}
.u-pt20 {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .u-pt20 {
    padding-top: 2.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt20 {
    padding-top: 5.1282051282vw !important;
  }
}
.u-pt25 {
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .u-pt25 {
    padding-top: 3.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt25 {
    padding-top: 6.4102564103vw !important;
  }
}
.u-pt30 {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .u-pt30 {
    padding-top: 3.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt30 {
    padding-top: 7.6923076923vw !important;
  }
}
.u-pt35 {
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  .u-pt35 {
    padding-top: 4.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt35 {
    padding-top: 8.9743589744vw !important;
  }
}
.u-pt40 {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .u-pt40 {
    padding-top: 5.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt40 {
    padding-top: 10.2564102564vw !important;
  }
}
.u-pt45 {
  padding-top: 45px;
}
@media only screen and (max-width: 768px) {
  .u-pt45 {
    padding-top: 5.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt45 {
    padding-top: 11.5384615385vw !important;
  }
}
.u-pt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .u-pt50 {
    padding-top: 6.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt50 {
    padding-top: 12.8205128205vw !important;
  }
}
.u-pt55 {
  padding-top: 55px;
}
@media only screen and (max-width: 768px) {
  .u-pt55 {
    padding-top: 7.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt55 {
    padding-top: 14.1025641026vw !important;
  }
}
.u-pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .u-pt60 {
    padding-top: 7.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt60 {
    padding-top: 15.3846153846vw !important;
  }
}
.u-pt65 {
  padding-top: 65px;
}
@media only screen and (max-width: 768px) {
  .u-pt65 {
    padding-top: 8.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt65 {
    padding-top: 16.6666666667vw !important;
  }
}
.u-pt70 {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .u-pt70 {
    padding-top: 8.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt70 {
    padding-top: 17.9487179487vw !important;
  }
}
.u-pt75 {
  padding-top: 75px;
}
@media only screen and (max-width: 768px) {
  .u-pt75 {
    padding-top: 9.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt75 {
    padding-top: 19.2307692308vw !important;
  }
}
.u-pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .u-pt80 {
    padding-top: 10.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt80 {
    padding-top: 20.5128205128vw !important;
  }
}
.u-pt85 {
  padding-top: 85px;
}
@media only screen and (max-width: 768px) {
  .u-pt85 {
    padding-top: 10.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt85 {
    padding-top: 21.7948717949vw !important;
  }
}
.u-pt90 {
  padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  .u-pt90 {
    padding-top: 11.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt90 {
    padding-top: 23.0769230769vw !important;
  }
}
.u-pt95 {
  padding-top: 95px;
}
@media only screen and (max-width: 768px) {
  .u-pt95 {
    padding-top: 12.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt95 {
    padding-top: 24.358974359vw !important;
  }
}
.u-pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .u-pt100 {
    padding-top: 12.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt100 {
    padding-top: 25.641025641vw !important;
  }
}
.u-pt105 {
  padding-top: 105px;
}
@media only screen and (max-width: 768px) {
  .u-pt105 {
    padding-top: 13.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt105 {
    padding-top: 26.9230769231vw !important;
  }
}
.u-pt110 {
  padding-top: 110px;
}
@media only screen and (max-width: 768px) {
  .u-pt110 {
    padding-top: 14.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt110 {
    padding-top: 28.2051282051vw !important;
  }
}
.u-pt115 {
  padding-top: 115px;
}
@media only screen and (max-width: 768px) {
  .u-pt115 {
    padding-top: 14.7435897436vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt115 {
    padding-top: 29.4871794872vw !important;
  }
}
.u-pt120 {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .u-pt120 {
    padding-top: 15.3846153846vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt120 {
    padding-top: 30.7692307692vw !important;
  }
}
.u-pt125 {
  padding-top: 125px;
}
@media only screen and (max-width: 768px) {
  .u-pt125 {
    padding-top: 16.0256410256vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt125 {
    padding-top: 32.0512820513vw !important;
  }
}
.u-pt130 {
  padding-top: 130px;
}
@media only screen and (max-width: 768px) {
  .u-pt130 {
    padding-top: 16.6666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt130 {
    padding-top: 33.3333333333vw !important;
  }
}
.u-pt135 {
  padding-top: 135px;
}
@media only screen and (max-width: 768px) {
  .u-pt135 {
    padding-top: 17.3076923077vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt135 {
    padding-top: 34.6153846154vw !important;
  }
}
.u-pt140 {
  padding-top: 140px;
}
@media only screen and (max-width: 768px) {
  .u-pt140 {
    padding-top: 17.9487179487vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt140 {
    padding-top: 35.8974358974vw !important;
  }
}
.u-pt145 {
  padding-top: 145px;
}
@media only screen and (max-width: 768px) {
  .u-pt145 {
    padding-top: 18.5897435897vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt145 {
    padding-top: 37.1794871795vw !important;
  }
}
.u-pt150 {
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .u-pt150 {
    padding-top: 19.2307692308vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt150 {
    padding-top: 38.4615384615vw !important;
  }
}
.u-pt155 {
  padding-top: 155px;
}
@media only screen and (max-width: 768px) {
  .u-pt155 {
    padding-top: 19.8717948718vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt155 {
    padding-top: 39.7435897436vw !important;
  }
}
.u-pt160 {
  padding-top: 160px;
}
@media only screen and (max-width: 768px) {
  .u-pt160 {
    padding-top: 20.5128205128vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt160 {
    padding-top: 41.0256410256vw !important;
  }
}
.u-pt165 {
  padding-top: 165px;
}
@media only screen and (max-width: 768px) {
  .u-pt165 {
    padding-top: 21.1538461538vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt165 {
    padding-top: 42.3076923077vw !important;
  }
}
.u-pt170 {
  padding-top: 170px;
}
@media only screen and (max-width: 768px) {
  .u-pt170 {
    padding-top: 21.7948717949vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt170 {
    padding-top: 43.5897435897vw !important;
  }
}
.u-pt175 {
  padding-top: 175px;
}
@media only screen and (max-width: 768px) {
  .u-pt175 {
    padding-top: 22.4358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt175 {
    padding-top: 44.8717948718vw !important;
  }
}
.u-pt180 {
  padding-top: 180px;
}
@media only screen and (max-width: 768px) {
  .u-pt180 {
    padding-top: 23.0769230769vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt180 {
    padding-top: 46.1538461538vw !important;
  }
}
.u-pt185 {
  padding-top: 185px;
}
@media only screen and (max-width: 768px) {
  .u-pt185 {
    padding-top: 23.7179487179vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt185 {
    padding-top: 47.4358974359vw !important;
  }
}
.u-pt190 {
  padding-top: 190px;
}
@media only screen and (max-width: 768px) {
  .u-pt190 {
    padding-top: 24.358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt190 {
    padding-top: 48.7179487179vw !important;
  }
}
.u-pt195 {
  padding-top: 195px;
}
@media only screen and (max-width: 768px) {
  .u-pt195 {
    padding-top: 25vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt195 {
    padding-top: 50vw !important;
  }
}
.u-pt200 {
  padding-top: 200px;
}
@media only screen and (max-width: 768px) {
  .u-pt200 {
    padding-top: 25.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt200 {
    padding-top: 51.2820512821vw !important;
  }
}
.u-pt205 {
  padding-top: 205px;
}
@media only screen and (max-width: 768px) {
  .u-pt205 {
    padding-top: 26.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt205 {
    padding-top: 52.5641025641vw !important;
  }
}
.u-pt210 {
  padding-top: 210px;
}
@media only screen and (max-width: 768px) {
  .u-pt210 {
    padding-top: 26.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt210 {
    padding-top: 53.8461538462vw !important;
  }
}
.u-pt215 {
  padding-top: 215px;
}
@media only screen and (max-width: 768px) {
  .u-pt215 {
    padding-top: 27.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt215 {
    padding-top: 55.1282051282vw !important;
  }
}
.u-pt220 {
  padding-top: 220px;
}
@media only screen and (max-width: 768px) {
  .u-pt220 {
    padding-top: 28.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt220 {
    padding-top: 56.4102564103vw !important;
  }
}
.u-pt225 {
  padding-top: 225px;
}
@media only screen and (max-width: 768px) {
  .u-pt225 {
    padding-top: 28.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt225 {
    padding-top: 57.6923076923vw !important;
  }
}
.u-pt230 {
  padding-top: 230px;
}
@media only screen and (max-width: 768px) {
  .u-pt230 {
    padding-top: 29.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt230 {
    padding-top: 58.9743589744vw !important;
  }
}
.u-pt235 {
  padding-top: 235px;
}
@media only screen and (max-width: 768px) {
  .u-pt235 {
    padding-top: 30.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt235 {
    padding-top: 60.2564102564vw !important;
  }
}
.u-pt240 {
  padding-top: 240px;
}
@media only screen and (max-width: 768px) {
  .u-pt240 {
    padding-top: 30.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt240 {
    padding-top: 61.5384615385vw !important;
  }
}
.u-pt245 {
  padding-top: 245px;
}
@media only screen and (max-width: 768px) {
  .u-pt245 {
    padding-top: 31.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt245 {
    padding-top: 62.8205128205vw !important;
  }
}
.u-pt250 {
  padding-top: 250px;
}
@media only screen and (max-width: 768px) {
  .u-pt250 {
    padding-top: 32.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt250 {
    padding-top: 64.1025641026vw !important;
  }
}
.u-pt255 {
  padding-top: 255px;
}
@media only screen and (max-width: 768px) {
  .u-pt255 {
    padding-top: 32.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt255 {
    padding-top: 65.3846153846vw !important;
  }
}
.u-pt260 {
  padding-top: 260px;
}
@media only screen and (max-width: 768px) {
  .u-pt260 {
    padding-top: 33.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt260 {
    padding-top: 66.6666666667vw !important;
  }
}
.u-pt265 {
  padding-top: 265px;
}
@media only screen and (max-width: 768px) {
  .u-pt265 {
    padding-top: 33.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt265 {
    padding-top: 67.9487179487vw !important;
  }
}
.u-pt270 {
  padding-top: 270px;
}
@media only screen and (max-width: 768px) {
  .u-pt270 {
    padding-top: 34.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt270 {
    padding-top: 69.2307692308vw !important;
  }
}
.u-pt275 {
  padding-top: 275px;
}
@media only screen and (max-width: 768px) {
  .u-pt275 {
    padding-top: 35.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt275 {
    padding-top: 70.5128205128vw !important;
  }
}
.u-pt280 {
  padding-top: 280px;
}
@media only screen and (max-width: 768px) {
  .u-pt280 {
    padding-top: 35.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt280 {
    padding-top: 71.7948717949vw !important;
  }
}
.u-pt285 {
  padding-top: 285px;
}
@media only screen and (max-width: 768px) {
  .u-pt285 {
    padding-top: 36.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt285 {
    padding-top: 73.0769230769vw !important;
  }
}
.u-pt290 {
  padding-top: 290px;
}
@media only screen and (max-width: 768px) {
  .u-pt290 {
    padding-top: 37.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt290 {
    padding-top: 74.358974359vw !important;
  }
}
.u-pt295 {
  padding-top: 295px;
}
@media only screen and (max-width: 768px) {
  .u-pt295 {
    padding-top: 37.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt295 {
    padding-top: 75.641025641vw !important;
  }
}
.u-pt300 {
  padding-top: 300px;
}
@media only screen and (max-width: 768px) {
  .u-pt300 {
    padding-top: 38.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt300 {
    padding-top: 76.9230769231vw !important;
  }
}
.u-pt305 {
  padding-top: 305px;
}
@media only screen and (max-width: 768px) {
  .u-pt305 {
    padding-top: 39.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt305 {
    padding-top: 78.2051282051vw !important;
  }
}
.u-pt310 {
  padding-top: 310px;
}
@media only screen and (max-width: 768px) {
  .u-pt310 {
    padding-top: 39.7435897436vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt310 {
    padding-top: 79.4871794872vw !important;
  }
}
.u-pt315 {
  padding-top: 315px;
}
@media only screen and (max-width: 768px) {
  .u-pt315 {
    padding-top: 40.3846153846vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt315 {
    padding-top: 80.7692307692vw !important;
  }
}
.u-pt320 {
  padding-top: 320px;
}
@media only screen and (max-width: 768px) {
  .u-pt320 {
    padding-top: 41.0256410256vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt320 {
    padding-top: 82.0512820513vw !important;
  }
}
.u-pt325 {
  padding-top: 325px;
}
@media only screen and (max-width: 768px) {
  .u-pt325 {
    padding-top: 41.6666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt325 {
    padding-top: 83.3333333333vw !important;
  }
}
.u-pt330 {
  padding-top: 330px;
}
@media only screen and (max-width: 768px) {
  .u-pt330 {
    padding-top: 42.3076923077vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt330 {
    padding-top: 84.6153846154vw !important;
  }
}
.u-pt335 {
  padding-top: 335px;
}
@media only screen and (max-width: 768px) {
  .u-pt335 {
    padding-top: 42.9487179487vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt335 {
    padding-top: 85.8974358974vw !important;
  }
}
.u-pt340 {
  padding-top: 340px;
}
@media only screen and (max-width: 768px) {
  .u-pt340 {
    padding-top: 43.5897435897vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt340 {
    padding-top: 87.1794871795vw !important;
  }
}
.u-pt345 {
  padding-top: 345px;
}
@media only screen and (max-width: 768px) {
  .u-pt345 {
    padding-top: 44.2307692308vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt345 {
    padding-top: 88.4615384615vw !important;
  }
}
.u-pt350 {
  padding-top: 350px;
}
@media only screen and (max-width: 768px) {
  .u-pt350 {
    padding-top: 44.8717948718vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt350 {
    padding-top: 89.7435897436vw !important;
  }
}
.u-pt355 {
  padding-top: 355px;
}
@media only screen and (max-width: 768px) {
  .u-pt355 {
    padding-top: 45.5128205128vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt355 {
    padding-top: 91.0256410256vw !important;
  }
}
.u-pt360 {
  padding-top: 360px;
}
@media only screen and (max-width: 768px) {
  .u-pt360 {
    padding-top: 46.1538461538vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt360 {
    padding-top: 92.3076923077vw !important;
  }
}
.u-pt365 {
  padding-top: 365px;
}
@media only screen and (max-width: 768px) {
  .u-pt365 {
    padding-top: 46.7948717949vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt365 {
    padding-top: 93.5897435897vw !important;
  }
}
.u-pt370 {
  padding-top: 370px;
}
@media only screen and (max-width: 768px) {
  .u-pt370 {
    padding-top: 47.4358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt370 {
    padding-top: 94.8717948718vw !important;
  }
}
.u-pt375 {
  padding-top: 375px;
}
@media only screen and (max-width: 768px) {
  .u-pt375 {
    padding-top: 48.0769230769vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt375 {
    padding-top: 96.1538461538vw !important;
  }
}
.u-pt380 {
  padding-top: 380px;
}
@media only screen and (max-width: 768px) {
  .u-pt380 {
    padding-top: 48.7179487179vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt380 {
    padding-top: 97.4358974359vw !important;
  }
}
.u-pt385 {
  padding-top: 385px;
}
@media only screen and (max-width: 768px) {
  .u-pt385 {
    padding-top: 49.358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt385 {
    padding-top: 98.7179487179vw !important;
  }
}
.u-pt390 {
  padding-top: 390px;
}
@media only screen and (max-width: 768px) {
  .u-pt390 {
    padding-top: 50vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt390 {
    padding-top: 100vw !important;
  }
}
.u-pt395 {
  padding-top: 395px;
}
@media only screen and (max-width: 768px) {
  .u-pt395 {
    padding-top: 50.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt395 {
    padding-top: 101.2820512821vw !important;
  }
}
.u-pt400 {
  padding-top: 400px;
}
@media only screen and (max-width: 768px) {
  .u-pt400 {
    padding-top: 51.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt400 {
    padding-top: 102.5641025641vw !important;
  }
}
.u-pt405 {
  padding-top: 405px;
}
@media only screen and (max-width: 768px) {
  .u-pt405 {
    padding-top: 51.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt405 {
    padding-top: 103.8461538462vw !important;
  }
}
.u-pt410 {
  padding-top: 410px;
}
@media only screen and (max-width: 768px) {
  .u-pt410 {
    padding-top: 52.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt410 {
    padding-top: 105.1282051282vw !important;
  }
}
.u-pt415 {
  padding-top: 415px;
}
@media only screen and (max-width: 768px) {
  .u-pt415 {
    padding-top: 53.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt415 {
    padding-top: 106.4102564103vw !important;
  }
}
.u-pt420 {
  padding-top: 420px;
}
@media only screen and (max-width: 768px) {
  .u-pt420 {
    padding-top: 53.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt420 {
    padding-top: 107.6923076923vw !important;
  }
}
.u-pt425 {
  padding-top: 425px;
}
@media only screen and (max-width: 768px) {
  .u-pt425 {
    padding-top: 54.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt425 {
    padding-top: 108.9743589744vw !important;
  }
}
.u-pt430 {
  padding-top: 430px;
}
@media only screen and (max-width: 768px) {
  .u-pt430 {
    padding-top: 55.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt430 {
    padding-top: 110.2564102564vw !important;
  }
}
.u-pt435 {
  padding-top: 435px;
}
@media only screen and (max-width: 768px) {
  .u-pt435 {
    padding-top: 55.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt435 {
    padding-top: 111.5384615385vw !important;
  }
}
.u-pt440 {
  padding-top: 440px;
}
@media only screen and (max-width: 768px) {
  .u-pt440 {
    padding-top: 56.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt440 {
    padding-top: 112.8205128205vw !important;
  }
}
.u-pt445 {
  padding-top: 445px;
}
@media only screen and (max-width: 768px) {
  .u-pt445 {
    padding-top: 57.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt445 {
    padding-top: 114.1025641026vw !important;
  }
}
.u-pt450 {
  padding-top: 450px;
}
@media only screen and (max-width: 768px) {
  .u-pt450 {
    padding-top: 57.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt450 {
    padding-top: 115.3846153846vw !important;
  }
}
.u-pt455 {
  padding-top: 455px;
}
@media only screen and (max-width: 768px) {
  .u-pt455 {
    padding-top: 58.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt455 {
    padding-top: 116.6666666667vw !important;
  }
}
.u-pt460 {
  padding-top: 460px;
}
@media only screen and (max-width: 768px) {
  .u-pt460 {
    padding-top: 58.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt460 {
    padding-top: 117.9487179487vw !important;
  }
}
.u-pt465 {
  padding-top: 465px;
}
@media only screen and (max-width: 768px) {
  .u-pt465 {
    padding-top: 59.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt465 {
    padding-top: 119.2307692308vw !important;
  }
}
.u-pt470 {
  padding-top: 470px;
}
@media only screen and (max-width: 768px) {
  .u-pt470 {
    padding-top: 60.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt470 {
    padding-top: 120.5128205128vw !important;
  }
}
.u-pt475 {
  padding-top: 475px;
}
@media only screen and (max-width: 768px) {
  .u-pt475 {
    padding-top: 60.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt475 {
    padding-top: 121.7948717949vw !important;
  }
}
.u-pt480 {
  padding-top: 480px;
}
@media only screen and (max-width: 768px) {
  .u-pt480 {
    padding-top: 61.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt480 {
    padding-top: 123.0769230769vw !important;
  }
}
.u-pt485 {
  padding-top: 485px;
}
@media only screen and (max-width: 768px) {
  .u-pt485 {
    padding-top: 62.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt485 {
    padding-top: 124.358974359vw !important;
  }
}
.u-pt490 {
  padding-top: 490px;
}
@media only screen and (max-width: 768px) {
  .u-pt490 {
    padding-top: 62.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt490 {
    padding-top: 125.641025641vw !important;
  }
}
.u-pt495 {
  padding-top: 495px;
}
@media only screen and (max-width: 768px) {
  .u-pt495 {
    padding-top: 63.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt495 {
    padding-top: 126.9230769231vw !important;
  }
}
.u-pt500 {
  padding-top: 500px;
}
@media only screen and (max-width: 768px) {
  .u-pt500 {
    padding-top: 64.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt500 {
    padding-top: 128.2051282051vw !important;
  }
}
.u-pb0 {
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .u-pb0 {
    padding-bottom: 0vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb0 {
    padding-bottom: 0vw;
  }
}
.u-pb5 {
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .u-pb5 {
    padding-bottom: 0.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb5 {
    padding-bottom: 1.2820512821vw;
  }
}
.u-pb10 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .u-pb10 {
    padding-bottom: 1.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb10 {
    padding-bottom: 2.5641025641vw;
  }
}
.u-pb15 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .u-pb15 {
    padding-bottom: 1.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb15 {
    padding-bottom: 3.8461538462vw;
  }
}
.u-pb20 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .u-pb20 {
    padding-bottom: 2.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb20 {
    padding-bottom: 5.1282051282vw;
  }
}
.u-pb25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .u-pb25 {
    padding-bottom: 3.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb25 {
    padding-bottom: 6.4102564103vw;
  }
}
.u-pb30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .u-pb30 {
    padding-bottom: 3.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb30 {
    padding-bottom: 7.6923076923vw;
  }
}
.u-pb35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .u-pb35 {
    padding-bottom: 4.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb35 {
    padding-bottom: 8.9743589744vw;
  }
}
.u-pb40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .u-pb40 {
    padding-bottom: 5.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb40 {
    padding-bottom: 10.2564102564vw;
  }
}
.u-pb45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .u-pb45 {
    padding-bottom: 5.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb45 {
    padding-bottom: 11.5384615385vw;
  }
}
.u-pb50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .u-pb50 {
    padding-bottom: 6.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb50 {
    padding-bottom: 12.8205128205vw;
  }
}
.u-pb55 {
  padding-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .u-pb55 {
    padding-bottom: 7.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb55 {
    padding-bottom: 14.1025641026vw;
  }
}
.u-pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .u-pb60 {
    padding-bottom: 7.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb60 {
    padding-bottom: 15.3846153846vw;
  }
}
.u-pb65 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .u-pb65 {
    padding-bottom: 8.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb65 {
    padding-bottom: 16.6666666667vw;
  }
}
.u-pb70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .u-pb70 {
    padding-bottom: 8.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb70 {
    padding-bottom: 17.9487179487vw;
  }
}
.u-pb75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .u-pb75 {
    padding-bottom: 9.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb75 {
    padding-bottom: 19.2307692308vw;
  }
}
.u-pb80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .u-pb80 {
    padding-bottom: 10.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb80 {
    padding-bottom: 20.5128205128vw;
  }
}
.u-pb85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .u-pb85 {
    padding-bottom: 10.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb85 {
    padding-bottom: 21.7948717949vw;
  }
}
.u-pb90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .u-pb90 {
    padding-bottom: 11.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb90 {
    padding-bottom: 23.0769230769vw;
  }
}
.u-pb95 {
  padding-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .u-pb95 {
    padding-bottom: 12.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb95 {
    padding-bottom: 24.358974359vw;
  }
}
.u-pb100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .u-pb100 {
    padding-bottom: 12.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb100 {
    padding-bottom: 25.641025641vw;
  }
}
.u-pb105 {
  padding-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  .u-pb105 {
    padding-bottom: 13.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb105 {
    padding-bottom: 26.9230769231vw;
  }
}
.u-pb110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .u-pb110 {
    padding-bottom: 14.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb110 {
    padding-bottom: 28.2051282051vw;
  }
}
.u-pb115 {
  padding-bottom: 115px;
}
@media only screen and (max-width: 768px) {
  .u-pb115 {
    padding-bottom: 14.7435897436vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb115 {
    padding-bottom: 29.4871794872vw;
  }
}
.u-pb120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .u-pb120 {
    padding-bottom: 15.3846153846vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb120 {
    padding-bottom: 30.7692307692vw;
  }
}
.u-pb125 {
  padding-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  .u-pb125 {
    padding-bottom: 16.0256410256vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb125 {
    padding-bottom: 32.0512820513vw;
  }
}
.u-pb130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .u-pb130 {
    padding-bottom: 16.6666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb130 {
    padding-bottom: 33.3333333333vw;
  }
}
.u-pb135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 768px) {
  .u-pb135 {
    padding-bottom: 17.3076923077vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb135 {
    padding-bottom: 34.6153846154vw;
  }
}
.u-pb140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .u-pb140 {
    padding-bottom: 17.9487179487vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb140 {
    padding-bottom: 35.8974358974vw;
  }
}
.u-pb145 {
  padding-bottom: 145px;
}
@media only screen and (max-width: 768px) {
  .u-pb145 {
    padding-bottom: 18.5897435897vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb145 {
    padding-bottom: 37.1794871795vw;
  }
}
.u-pb150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .u-pb150 {
    padding-bottom: 19.2307692308vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb150 {
    padding-bottom: 38.4615384615vw;
  }
}
.u-pb155 {
  padding-bottom: 155px;
}
@media only screen and (max-width: 768px) {
  .u-pb155 {
    padding-bottom: 19.8717948718vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb155 {
    padding-bottom: 39.7435897436vw;
  }
}
.u-pb160 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .u-pb160 {
    padding-bottom: 20.5128205128vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb160 {
    padding-bottom: 41.0256410256vw;
  }
}
.u-pb165 {
  padding-bottom: 165px;
}
@media only screen and (max-width: 768px) {
  .u-pb165 {
    padding-bottom: 21.1538461538vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb165 {
    padding-bottom: 42.3076923077vw;
  }
}
.u-pb170 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 768px) {
  .u-pb170 {
    padding-bottom: 21.7948717949vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb170 {
    padding-bottom: 43.5897435897vw;
  }
}
.u-pb175 {
  padding-bottom: 175px;
}
@media only screen and (max-width: 768px) {
  .u-pb175 {
    padding-bottom: 22.4358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb175 {
    padding-bottom: 44.8717948718vw;
  }
}
.u-pb180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 768px) {
  .u-pb180 {
    padding-bottom: 23.0769230769vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb180 {
    padding-bottom: 46.1538461538vw;
  }
}
.u-pb185 {
  padding-bottom: 185px;
}
@media only screen and (max-width: 768px) {
  .u-pb185 {
    padding-bottom: 23.7179487179vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb185 {
    padding-bottom: 47.4358974359vw;
  }
}
.u-pb190 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 768px) {
  .u-pb190 {
    padding-bottom: 24.358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb190 {
    padding-bottom: 48.7179487179vw;
  }
}
.u-pb195 {
  padding-bottom: 195px;
}
@media only screen and (max-width: 768px) {
  .u-pb195 {
    padding-bottom: 25vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb195 {
    padding-bottom: 50vw;
  }
}
.u-pb200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .u-pb200 {
    padding-bottom: 25.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb200 {
    padding-bottom: 51.2820512821vw;
  }
}
.u-pb205 {
  padding-bottom: 205px;
}
@media only screen and (max-width: 768px) {
  .u-pb205 {
    padding-bottom: 26.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb205 {
    padding-bottom: 52.5641025641vw;
  }
}
.u-pb210 {
  padding-bottom: 210px;
}
@media only screen and (max-width: 768px) {
  .u-pb210 {
    padding-bottom: 26.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb210 {
    padding-bottom: 53.8461538462vw;
  }
}
.u-pb215 {
  padding-bottom: 215px;
}
@media only screen and (max-width: 768px) {
  .u-pb215 {
    padding-bottom: 27.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb215 {
    padding-bottom: 55.1282051282vw;
  }
}
.u-pb220 {
  padding-bottom: 220px;
}
@media only screen and (max-width: 768px) {
  .u-pb220 {
    padding-bottom: 28.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb220 {
    padding-bottom: 56.4102564103vw;
  }
}
.u-pb225 {
  padding-bottom: 225px;
}
@media only screen and (max-width: 768px) {
  .u-pb225 {
    padding-bottom: 28.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb225 {
    padding-bottom: 57.6923076923vw;
  }
}
.u-pb230 {
  padding-bottom: 230px;
}
@media only screen and (max-width: 768px) {
  .u-pb230 {
    padding-bottom: 29.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb230 {
    padding-bottom: 58.9743589744vw;
  }
}
.u-pb235 {
  padding-bottom: 235px;
}
@media only screen and (max-width: 768px) {
  .u-pb235 {
    padding-bottom: 30.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb235 {
    padding-bottom: 60.2564102564vw;
  }
}
.u-pb240 {
  padding-bottom: 240px;
}
@media only screen and (max-width: 768px) {
  .u-pb240 {
    padding-bottom: 30.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb240 {
    padding-bottom: 61.5384615385vw;
  }
}
.u-pb245 {
  padding-bottom: 245px;
}
@media only screen and (max-width: 768px) {
  .u-pb245 {
    padding-bottom: 31.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb245 {
    padding-bottom: 62.8205128205vw;
  }
}
.u-pb250 {
  padding-bottom: 250px;
}
@media only screen and (max-width: 768px) {
  .u-pb250 {
    padding-bottom: 32.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb250 {
    padding-bottom: 64.1025641026vw;
  }
}
.u-pb255 {
  padding-bottom: 255px;
}
@media only screen and (max-width: 768px) {
  .u-pb255 {
    padding-bottom: 32.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb255 {
    padding-bottom: 65.3846153846vw;
  }
}
.u-pb260 {
  padding-bottom: 260px;
}
@media only screen and (max-width: 768px) {
  .u-pb260 {
    padding-bottom: 33.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb260 {
    padding-bottom: 66.6666666667vw;
  }
}
.u-pb265 {
  padding-bottom: 265px;
}
@media only screen and (max-width: 768px) {
  .u-pb265 {
    padding-bottom: 33.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb265 {
    padding-bottom: 67.9487179487vw;
  }
}
.u-pb270 {
  padding-bottom: 270px;
}
@media only screen and (max-width: 768px) {
  .u-pb270 {
    padding-bottom: 34.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb270 {
    padding-bottom: 69.2307692308vw;
  }
}
.u-pb275 {
  padding-bottom: 275px;
}
@media only screen and (max-width: 768px) {
  .u-pb275 {
    padding-bottom: 35.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb275 {
    padding-bottom: 70.5128205128vw;
  }
}
.u-pb280 {
  padding-bottom: 280px;
}
@media only screen and (max-width: 768px) {
  .u-pb280 {
    padding-bottom: 35.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb280 {
    padding-bottom: 71.7948717949vw;
  }
}
.u-pb285 {
  padding-bottom: 285px;
}
@media only screen and (max-width: 768px) {
  .u-pb285 {
    padding-bottom: 36.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb285 {
    padding-bottom: 73.0769230769vw;
  }
}
.u-pb290 {
  padding-bottom: 290px;
}
@media only screen and (max-width: 768px) {
  .u-pb290 {
    padding-bottom: 37.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb290 {
    padding-bottom: 74.358974359vw;
  }
}
.u-pb295 {
  padding-bottom: 295px;
}
@media only screen and (max-width: 768px) {
  .u-pb295 {
    padding-bottom: 37.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb295 {
    padding-bottom: 75.641025641vw;
  }
}
.u-pb300 {
  padding-bottom: 300px;
}
@media only screen and (max-width: 768px) {
  .u-pb300 {
    padding-bottom: 38.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb300 {
    padding-bottom: 76.9230769231vw;
  }
}
.u-pb305 {
  padding-bottom: 305px;
}
@media only screen and (max-width: 768px) {
  .u-pb305 {
    padding-bottom: 39.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb305 {
    padding-bottom: 78.2051282051vw;
  }
}
.u-pb310 {
  padding-bottom: 310px;
}
@media only screen and (max-width: 768px) {
  .u-pb310 {
    padding-bottom: 39.7435897436vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb310 {
    padding-bottom: 79.4871794872vw;
  }
}
.u-pb315 {
  padding-bottom: 315px;
}
@media only screen and (max-width: 768px) {
  .u-pb315 {
    padding-bottom: 40.3846153846vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb315 {
    padding-bottom: 80.7692307692vw;
  }
}
.u-pb320 {
  padding-bottom: 320px;
}
@media only screen and (max-width: 768px) {
  .u-pb320 {
    padding-bottom: 41.0256410256vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb320 {
    padding-bottom: 82.0512820513vw;
  }
}
.u-pb325 {
  padding-bottom: 325px;
}
@media only screen and (max-width: 768px) {
  .u-pb325 {
    padding-bottom: 41.6666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb325 {
    padding-bottom: 83.3333333333vw;
  }
}
.u-pb330 {
  padding-bottom: 330px;
}
@media only screen and (max-width: 768px) {
  .u-pb330 {
    padding-bottom: 42.3076923077vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb330 {
    padding-bottom: 84.6153846154vw;
  }
}
.u-pb335 {
  padding-bottom: 335px;
}
@media only screen and (max-width: 768px) {
  .u-pb335 {
    padding-bottom: 42.9487179487vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb335 {
    padding-bottom: 85.8974358974vw;
  }
}
.u-pb340 {
  padding-bottom: 340px;
}
@media only screen and (max-width: 768px) {
  .u-pb340 {
    padding-bottom: 43.5897435897vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb340 {
    padding-bottom: 87.1794871795vw;
  }
}
.u-pb345 {
  padding-bottom: 345px;
}
@media only screen and (max-width: 768px) {
  .u-pb345 {
    padding-bottom: 44.2307692308vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb345 {
    padding-bottom: 88.4615384615vw;
  }
}
.u-pb350 {
  padding-bottom: 350px;
}
@media only screen and (max-width: 768px) {
  .u-pb350 {
    padding-bottom: 44.8717948718vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb350 {
    padding-bottom: 89.7435897436vw;
  }
}
.u-pb355 {
  padding-bottom: 355px;
}
@media only screen and (max-width: 768px) {
  .u-pb355 {
    padding-bottom: 45.5128205128vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb355 {
    padding-bottom: 91.0256410256vw;
  }
}
.u-pb360 {
  padding-bottom: 360px;
}
@media only screen and (max-width: 768px) {
  .u-pb360 {
    padding-bottom: 46.1538461538vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb360 {
    padding-bottom: 92.3076923077vw;
  }
}
.u-pb365 {
  padding-bottom: 365px;
}
@media only screen and (max-width: 768px) {
  .u-pb365 {
    padding-bottom: 46.7948717949vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb365 {
    padding-bottom: 93.5897435897vw;
  }
}
.u-pb370 {
  padding-bottom: 370px;
}
@media only screen and (max-width: 768px) {
  .u-pb370 {
    padding-bottom: 47.4358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb370 {
    padding-bottom: 94.8717948718vw;
  }
}
.u-pb375 {
  padding-bottom: 375px;
}
@media only screen and (max-width: 768px) {
  .u-pb375 {
    padding-bottom: 48.0769230769vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb375 {
    padding-bottom: 96.1538461538vw;
  }
}
.u-pb380 {
  padding-bottom: 380px;
}
@media only screen and (max-width: 768px) {
  .u-pb380 {
    padding-bottom: 48.7179487179vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb380 {
    padding-bottom: 97.4358974359vw;
  }
}
.u-pb385 {
  padding-bottom: 385px;
}
@media only screen and (max-width: 768px) {
  .u-pb385 {
    padding-bottom: 49.358974359vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb385 {
    padding-bottom: 98.7179487179vw;
  }
}
.u-pb390 {
  padding-bottom: 390px;
}
@media only screen and (max-width: 768px) {
  .u-pb390 {
    padding-bottom: 50vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb390 {
    padding-bottom: 100vw;
  }
}
.u-pb395 {
  padding-bottom: 395px;
}
@media only screen and (max-width: 768px) {
  .u-pb395 {
    padding-bottom: 50.641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb395 {
    padding-bottom: 101.2820512821vw;
  }
}
.u-pb400 {
  padding-bottom: 400px;
}
@media only screen and (max-width: 768px) {
  .u-pb400 {
    padding-bottom: 51.2820512821vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb400 {
    padding-bottom: 102.5641025641vw;
  }
}
.u-pb405 {
  padding-bottom: 405px;
}
@media only screen and (max-width: 768px) {
  .u-pb405 {
    padding-bottom: 51.9230769231vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb405 {
    padding-bottom: 103.8461538462vw;
  }
}
.u-pb410 {
  padding-bottom: 410px;
}
@media only screen and (max-width: 768px) {
  .u-pb410 {
    padding-bottom: 52.5641025641vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb410 {
    padding-bottom: 105.1282051282vw;
  }
}
.u-pb415 {
  padding-bottom: 415px;
}
@media only screen and (max-width: 768px) {
  .u-pb415 {
    padding-bottom: 53.2051282051vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb415 {
    padding-bottom: 106.4102564103vw;
  }
}
.u-pb420 {
  padding-bottom: 420px;
}
@media only screen and (max-width: 768px) {
  .u-pb420 {
    padding-bottom: 53.8461538462vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb420 {
    padding-bottom: 107.6923076923vw;
  }
}
.u-pb425 {
  padding-bottom: 425px;
}
@media only screen and (max-width: 768px) {
  .u-pb425 {
    padding-bottom: 54.4871794872vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb425 {
    padding-bottom: 108.9743589744vw;
  }
}
.u-pb430 {
  padding-bottom: 430px;
}
@media only screen and (max-width: 768px) {
  .u-pb430 {
    padding-bottom: 55.1282051282vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb430 {
    padding-bottom: 110.2564102564vw;
  }
}
.u-pb435 {
  padding-bottom: 435px;
}
@media only screen and (max-width: 768px) {
  .u-pb435 {
    padding-bottom: 55.7692307692vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb435 {
    padding-bottom: 111.5384615385vw;
  }
}
.u-pb440 {
  padding-bottom: 440px;
}
@media only screen and (max-width: 768px) {
  .u-pb440 {
    padding-bottom: 56.4102564103vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb440 {
    padding-bottom: 112.8205128205vw;
  }
}
.u-pb445 {
  padding-bottom: 445px;
}
@media only screen and (max-width: 768px) {
  .u-pb445 {
    padding-bottom: 57.0512820513vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb445 {
    padding-bottom: 114.1025641026vw;
  }
}
.u-pb450 {
  padding-bottom: 450px;
}
@media only screen and (max-width: 768px) {
  .u-pb450 {
    padding-bottom: 57.6923076923vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb450 {
    padding-bottom: 115.3846153846vw;
  }
}
.u-pb455 {
  padding-bottom: 455px;
}
@media only screen and (max-width: 768px) {
  .u-pb455 {
    padding-bottom: 58.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb455 {
    padding-bottom: 116.6666666667vw;
  }
}
.u-pb460 {
  padding-bottom: 460px;
}
@media only screen and (max-width: 768px) {
  .u-pb460 {
    padding-bottom: 58.9743589744vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb460 {
    padding-bottom: 117.9487179487vw;
  }
}
.u-pb465 {
  padding-bottom: 465px;
}
@media only screen and (max-width: 768px) {
  .u-pb465 {
    padding-bottom: 59.6153846154vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb465 {
    padding-bottom: 119.2307692308vw;
  }
}
.u-pb470 {
  padding-bottom: 470px;
}
@media only screen and (max-width: 768px) {
  .u-pb470 {
    padding-bottom: 60.2564102564vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb470 {
    padding-bottom: 120.5128205128vw;
  }
}
.u-pb475 {
  padding-bottom: 475px;
}
@media only screen and (max-width: 768px) {
  .u-pb475 {
    padding-bottom: 60.8974358974vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb475 {
    padding-bottom: 121.7948717949vw;
  }
}
.u-pb480 {
  padding-bottom: 480px;
}
@media only screen and (max-width: 768px) {
  .u-pb480 {
    padding-bottom: 61.5384615385vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb480 {
    padding-bottom: 123.0769230769vw;
  }
}
.u-pb485 {
  padding-bottom: 485px;
}
@media only screen and (max-width: 768px) {
  .u-pb485 {
    padding-bottom: 62.1794871795vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb485 {
    padding-bottom: 124.358974359vw;
  }
}
.u-pb490 {
  padding-bottom: 490px;
}
@media only screen and (max-width: 768px) {
  .u-pb490 {
    padding-bottom: 62.8205128205vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb490 {
    padding-bottom: 125.641025641vw;
  }
}
.u-pb495 {
  padding-bottom: 495px;
}
@media only screen and (max-width: 768px) {
  .u-pb495 {
    padding-bottom: 63.4615384615vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb495 {
    padding-bottom: 126.9230769231vw;
  }
}
.u-pb500 {
  padding-bottom: 500px;
}
@media only screen and (max-width: 768px) {
  .u-pb500 {
    padding-bottom: 64.1025641026vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb500 {
    padding-bottom: 128.2051282051vw;
  }
}
.u-w7p {
  width: 7%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w7p {
    width: 7% !important;
  }
}
.u-w8p {
  width: 8%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w8p {
    width: 8% !important;
  }
}
.u-w9p {
  width: 9%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w9p {
    width: 9% !important;
  }
}
.u-w10p {
  width: 10%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w10p {
    width: 10% !important;
  }
}
.u-w11p {
  width: 11%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w11p {
    width: 11% !important;
  }
}
.u-w12p {
  width: 12%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w12p {
    width: 12% !important;
  }
}
.u-w13p {
  width: 13%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w13p {
    width: 13% !important;
  }
}
.u-w14p {
  width: 14%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w14p {
    width: 14% !important;
  }
}
.u-w15p {
  width: 15%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w15p {
    width: 15% !important;
  }
}
.u-w16p {
  width: 16%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w16p {
    width: 16% !important;
  }
}
.u-w17p {
  width: 17%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w17p {
    width: 17% !important;
  }
}
.u-w18p {
  width: 18%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w18p {
    width: 18% !important;
  }
}
.u-w19p {
  width: 19%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w19p {
    width: 19% !important;
  }
}
.u-w20p {
  width: 20%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w20p {
    width: 20% !important;
  }
}
.u-w21p {
  width: 21%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w21p {
    width: 21% !important;
  }
}
.u-w22p {
  width: 22%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w22p {
    width: 22% !important;
  }
}
.u-w23p {
  width: 23%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w23p {
    width: 23% !important;
  }
}
.u-w24p {
  width: 24%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w24p {
    width: 24% !important;
  }
}
.u-w25p {
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w25p {
    width: 25% !important;
  }
}
.u-w26p {
  width: 26%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w26p {
    width: 26% !important;
  }
}
.u-w27p {
  width: 27%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w27p {
    width: 27% !important;
  }
}
.u-w28p {
  width: 28%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w28p {
    width: 28% !important;
  }
}
.u-w29p {
  width: 29%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w29p {
    width: 29% !important;
  }
}
.u-w30p {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w30p {
    width: 30% !important;
  }
}
.u-w31p {
  width: 31%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w31p {
    width: 31% !important;
  }
}
.u-w32p {
  width: 32%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w32p {
    width: 32% !important;
  }
}
.u-w33p {
  width: 33%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w33p {
    width: 33% !important;
  }
}
.u-w34p {
  width: 34%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w34p {
    width: 34% !important;
  }
}
.u-w35p {
  width: 35%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w35p {
    width: 35% !important;
  }
}
.u-w36p {
  width: 36%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w36p {
    width: 36% !important;
  }
}
.u-w37p {
  width: 37%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w37p {
    width: 37% !important;
  }
}
.u-w38p {
  width: 38%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w38p {
    width: 38% !important;
  }
}
.u-w39p {
  width: 39%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w39p {
    width: 39% !important;
  }
}
.u-w40p {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w40p {
    width: 40% !important;
  }
}
.u-w41p {
  width: 41%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w41p {
    width: 41% !important;
  }
}
.u-w42p {
  width: 42%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w42p {
    width: 42% !important;
  }
}
.u-w43p {
  width: 43%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w43p {
    width: 43% !important;
  }
}
.u-w44p {
  width: 44%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w44p {
    width: 44% !important;
  }
}
.u-w45p {
  width: 45%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w45p {
    width: 45% !important;
  }
}
.u-w46p {
  width: 46%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w46p {
    width: 46% !important;
  }
}
.u-w47p {
  width: 47%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w47p {
    width: 47% !important;
  }
}
.u-w48p {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w48p {
    width: 48% !important;
  }
}
.u-w49p {
  width: 49%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w49p {
    width: 49% !important;
  }
}
.u-w50p {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w50p {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-sp-w100p {
    width: 100% !important;
  }
}

.u-font0 {
  font-size: 0rem;
}
@media only screen and (max-width: 768px) {
  .u-font0 {
    font-size: 0vw;
  }
}

.u-font1 {
  font-size: 0.0625rem;
}
@media only screen and (max-width: 768px) {
  .u-font1 {
    font-size: 0.2051282051vw;
  }
}

.u-font2 {
  font-size: 0.125rem;
}
@media only screen and (max-width: 768px) {
  .u-font2 {
    font-size: 0.4102564103vw;
  }
}

.u-font3 {
  font-size: 0.1875rem;
}
@media only screen and (max-width: 768px) {
  .u-font3 {
    font-size: 0.6153846154vw;
  }
}

.u-font4 {
  font-size: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .u-font4 {
    font-size: 0.8205128205vw;
  }
}

.u-font5 {
  font-size: 0.3125rem;
}
@media only screen and (max-width: 768px) {
  .u-font5 {
    font-size: 1.0256410256vw;
  }
}

.u-font6 {
  font-size: 0.375rem;
}
@media only screen and (max-width: 768px) {
  .u-font6 {
    font-size: 1.2307692308vw;
  }
}

.u-font7 {
  font-size: 0.4375rem;
}
@media only screen and (max-width: 768px) {
  .u-font7 {
    font-size: 1.4358974359vw;
  }
}

.u-font8 {
  font-size: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .u-font8 {
    font-size: 1.641025641vw;
  }
}

.u-font9 {
  font-size: 0.5625rem;
}
@media only screen and (max-width: 768px) {
  .u-font9 {
    font-size: 1.8461538462vw;
  }
}

.u-font10 {
  font-size: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .u-font10 {
    font-size: 2.0512820513vw;
  }
}

.u-font11 {
  font-size: 0.6875rem;
}
@media only screen and (max-width: 768px) {
  .u-font11 {
    font-size: 2.2564102564vw;
  }
}

.u-font12 {
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .u-font12 {
    font-size: 2.4615384615vw;
  }
}

.u-font13 {
  font-size: 0.8125rem;
}
@media only screen and (max-width: 768px) {
  .u-font13 {
    font-size: 2.6666666667vw;
  }
}

.u-font14 {
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .u-font14 {
    font-size: 2.8717948718vw;
  }
}

.u-font15 {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 768px) {
  .u-font15 {
    font-size: 3.0769230769vw;
  }
}

.u-font16 {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .u-font16 {
    font-size: 3.2820512821vw;
  }
}

.u-font17 {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 768px) {
  .u-font17 {
    font-size: 3.4871794872vw;
  }
}

.u-font18 {
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .u-font18 {
    font-size: 3.6923076923vw;
  }
}

.u-font19 {
  font-size: 1.1875rem;
}
@media only screen and (max-width: 768px) {
  .u-font19 {
    font-size: 3.8974358974vw;
  }
}

.u-font20 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .u-font20 {
    font-size: 4.1025641026vw;
  }
}

.u-font21 {
  font-size: 1.3125rem;
}
@media only screen and (max-width: 768px) {
  .u-font21 {
    font-size: 4.3076923077vw;
  }
}

.u-font22 {
  font-size: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .u-font22 {
    font-size: 4.5128205128vw;
  }
}

.u-font23 {
  font-size: 1.4375rem;
}
@media only screen and (max-width: 768px) {
  .u-font23 {
    font-size: 4.7179487179vw;
  }
}

.u-font24 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .u-font24 {
    font-size: 4.9230769231vw;
  }
}

.u-font25 {
  font-size: 1.5625rem;
}
@media only screen and (max-width: 768px) {
  .u-font25 {
    font-size: 5.1282051282vw;
  }
}

.u-font26 {
  font-size: 1.625rem;
}
@media only screen and (max-width: 768px) {
  .u-font26 {
    font-size: 5.3333333333vw;
  }
}

.u-font27 {
  font-size: 1.6875rem;
}
@media only screen and (max-width: 768px) {
  .u-font27 {
    font-size: 5.5384615385vw;
  }
}

.u-font28 {
  font-size: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .u-font28 {
    font-size: 5.7435897436vw;
  }
}

.u-font29 {
  font-size: 1.8125rem;
}
@media only screen and (max-width: 768px) {
  .u-font29 {
    font-size: 5.9487179487vw;
  }
}

.u-font30 {
  font-size: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .u-font30 {
    font-size: 6.1538461538vw;
  }
}

.u-font31 {
  font-size: 1.9375rem;
}
@media only screen and (max-width: 768px) {
  .u-font31 {
    font-size: 6.358974359vw;
  }
}

.u-font32 {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .u-font32 {
    font-size: 6.5641025641vw;
  }
}

.u-font33 {
  font-size: 2.0625rem;
}
@media only screen and (max-width: 768px) {
  .u-font33 {
    font-size: 6.7692307692vw;
  }
}

.u-font34 {
  font-size: 2.125rem;
}
@media only screen and (max-width: 768px) {
  .u-font34 {
    font-size: 6.9743589744vw;
  }
}

.u-font35 {
  font-size: 2.1875rem;
}
@media only screen and (max-width: 768px) {
  .u-font35 {
    font-size: 7.1794871795vw;
  }
}

.u-font36 {
  font-size: 2.25rem;
}
@media only screen and (max-width: 768px) {
  .u-font36 {
    font-size: 7.3846153846vw;
  }
}

.u-font37 {
  font-size: 2.3125rem;
}
@media only screen and (max-width: 768px) {
  .u-font37 {
    font-size: 7.5897435897vw;
  }
}

.u-font38 {
  font-size: 2.375rem;
}
@media only screen and (max-width: 768px) {
  .u-font38 {
    font-size: 7.7948717949vw;
  }
}

.u-font39 {
  font-size: 2.4375rem;
}
@media only screen and (max-width: 768px) {
  .u-font39 {
    font-size: 8vw;
  }
}

.u-font40 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .u-font40 {
    font-size: 8.2051282051vw;
  }
}

.u-font41 {
  font-size: 2.5625rem;
}
@media only screen and (max-width: 768px) {
  .u-font41 {
    font-size: 8.4102564103vw;
  }
}

.u-font42 {
  font-size: 2.625rem;
}
@media only screen and (max-width: 768px) {
  .u-font42 {
    font-size: 8.6153846154vw;
  }
}

.u-font43 {
  font-size: 2.6875rem;
}
@media only screen and (max-width: 768px) {
  .u-font43 {
    font-size: 8.8205128205vw;
  }
}

.u-font44 {
  font-size: 2.75rem;
}
@media only screen and (max-width: 768px) {
  .u-font44 {
    font-size: 9.0256410256vw;
  }
}

.u-font45 {
  font-size: 2.8125rem;
}
@media only screen and (max-width: 768px) {
  .u-font45 {
    font-size: 9.2307692308vw;
  }
}

.u-font46 {
  font-size: 2.875rem;
}
@media only screen and (max-width: 768px) {
  .u-font46 {
    font-size: 9.4358974359vw;
  }
}

.u-font47 {
  font-size: 2.9375rem;
}
@media only screen and (max-width: 768px) {
  .u-font47 {
    font-size: 9.641025641vw;
  }
}

.u-font48 {
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .u-font48 {
    font-size: 9.8461538462vw;
  }
}

.u-font49 {
  font-size: 3.0625rem;
}
@media only screen and (max-width: 768px) {
  .u-font49 {
    font-size: 10.0512820513vw;
  }
}

.u-font50 {
  font-size: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .u-font50 {
    font-size: 10.2564102564vw;
  }
}

.u-font51 {
  font-size: 3.1875rem;
}
@media only screen and (max-width: 768px) {
  .u-font51 {
    font-size: 10.4615384615vw;
  }
}

.u-font52 {
  font-size: 3.25rem;
}
@media only screen and (max-width: 768px) {
  .u-font52 {
    font-size: 10.6666666667vw;
  }
}

.u-font53 {
  font-size: 3.3125rem;
}
@media only screen and (max-width: 768px) {
  .u-font53 {
    font-size: 10.8717948718vw;
  }
}

.u-font54 {
  font-size: 3.375rem;
}
@media only screen and (max-width: 768px) {
  .u-font54 {
    font-size: 11.0769230769vw;
  }
}

.u-font55 {
  font-size: 3.4375rem;
}
@media only screen and (max-width: 768px) {
  .u-font55 {
    font-size: 11.2820512821vw;
  }
}

.u-font56 {
  font-size: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .u-font56 {
    font-size: 11.4871794872vw;
  }
}

.u-font57 {
  font-size: 3.5625rem;
}
@media only screen and (max-width: 768px) {
  .u-font57 {
    font-size: 11.6923076923vw;
  }
}

.u-font58 {
  font-size: 3.625rem;
}
@media only screen and (max-width: 768px) {
  .u-font58 {
    font-size: 11.8974358974vw;
  }
}

.u-font59 {
  font-size: 3.6875rem;
}
@media only screen and (max-width: 768px) {
  .u-font59 {
    font-size: 12.1025641026vw;
  }
}

.u-font60 {
  font-size: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .u-font60 {
    font-size: 12.3076923077vw;
  }
}

.u-font61 {
  font-size: 3.8125rem;
}
@media only screen and (max-width: 768px) {
  .u-font61 {
    font-size: 12.5128205128vw;
  }
}

.u-font62 {
  font-size: 3.875rem;
}
@media only screen and (max-width: 768px) {
  .u-font62 {
    font-size: 12.7179487179vw;
  }
}

.u-font63 {
  font-size: 3.9375rem;
}
@media only screen and (max-width: 768px) {
  .u-font63 {
    font-size: 12.9230769231vw;
  }
}

.u-font64 {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .u-font64 {
    font-size: 13.1282051282vw;
  }
}

.u-font65 {
  font-size: 4.0625rem;
}
@media only screen and (max-width: 768px) {
  .u-font65 {
    font-size: 13.3333333333vw;
  }
}

.u-font66 {
  font-size: 4.125rem;
}
@media only screen and (max-width: 768px) {
  .u-font66 {
    font-size: 13.5384615385vw;
  }
}

.u-font67 {
  font-size: 4.1875rem;
}
@media only screen and (max-width: 768px) {
  .u-font67 {
    font-size: 13.7435897436vw;
  }
}

.u-font68 {
  font-size: 4.25rem;
}
@media only screen and (max-width: 768px) {
  .u-font68 {
    font-size: 13.9487179487vw;
  }
}

.u-font69 {
  font-size: 4.3125rem;
}
@media only screen and (max-width: 768px) {
  .u-font69 {
    font-size: 14.1538461538vw;
  }
}

.u-font70 {
  font-size: 4.375rem;
}
@media only screen and (max-width: 768px) {
  .u-font70 {
    font-size: 14.358974359vw;
  }
}

.u-font71 {
  font-size: 4.4375rem;
}
@media only screen and (max-width: 768px) {
  .u-font71 {
    font-size: 14.5641025641vw;
  }
}

.u-font72 {
  font-size: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .u-font72 {
    font-size: 14.7692307692vw;
  }
}

.u-font73 {
  font-size: 4.5625rem;
}
@media only screen and (max-width: 768px) {
  .u-font73 {
    font-size: 14.9743589744vw;
  }
}

.u-font74 {
  font-size: 4.625rem;
}
@media only screen and (max-width: 768px) {
  .u-font74 {
    font-size: 15.1794871795vw;
  }
}

.u-font75 {
  font-size: 4.6875rem;
}
@media only screen and (max-width: 768px) {
  .u-font75 {
    font-size: 15.3846153846vw;
  }
}

.u-font76 {
  font-size: 4.75rem;
}
@media only screen and (max-width: 768px) {
  .u-font76 {
    font-size: 15.5897435897vw;
  }
}

.u-font77 {
  font-size: 4.8125rem;
}
@media only screen and (max-width: 768px) {
  .u-font77 {
    font-size: 15.7948717949vw;
  }
}

.u-font78 {
  font-size: 4.875rem;
}
@media only screen and (max-width: 768px) {
  .u-font78 {
    font-size: 16vw;
  }
}

.u-font79 {
  font-size: 4.9375rem;
}
@media only screen and (max-width: 768px) {
  .u-font79 {
    font-size: 16.2051282051vw;
  }
}

.u-font80 {
  font-size: 5rem;
}
@media only screen and (max-width: 768px) {
  .u-font80 {
    font-size: 16.4102564103vw;
  }
}

.u-font81 {
  font-size: 5.0625rem;
}
@media only screen and (max-width: 768px) {
  .u-font81 {
    font-size: 16.6153846154vw;
  }
}

.u-font82 {
  font-size: 5.125rem;
}
@media only screen and (max-width: 768px) {
  .u-font82 {
    font-size: 16.8205128205vw;
  }
}

.u-font83 {
  font-size: 5.1875rem;
}
@media only screen and (max-width: 768px) {
  .u-font83 {
    font-size: 17.0256410256vw;
  }
}

.u-font84 {
  font-size: 5.25rem;
}
@media only screen and (max-width: 768px) {
  .u-font84 {
    font-size: 17.2307692308vw;
  }
}

.u-font85 {
  font-size: 5.3125rem;
}
@media only screen and (max-width: 768px) {
  .u-font85 {
    font-size: 17.4358974359vw;
  }
}

.u-font86 {
  font-size: 5.375rem;
}
@media only screen and (max-width: 768px) {
  .u-font86 {
    font-size: 17.641025641vw;
  }
}

.u-font87 {
  font-size: 5.4375rem;
}
@media only screen and (max-width: 768px) {
  .u-font87 {
    font-size: 17.8461538462vw;
  }
}

.u-font88 {
  font-size: 5.5rem;
}
@media only screen and (max-width: 768px) {
  .u-font88 {
    font-size: 18.0512820513vw;
  }
}

.u-font89 {
  font-size: 5.5625rem;
}
@media only screen and (max-width: 768px) {
  .u-font89 {
    font-size: 18.2564102564vw;
  }
}

.u-font90 {
  font-size: 5.625rem;
}
@media only screen and (max-width: 768px) {
  .u-font90 {
    font-size: 18.4615384615vw;
  }
}

.u-font91 {
  font-size: 5.6875rem;
}
@media only screen and (max-width: 768px) {
  .u-font91 {
    font-size: 18.6666666667vw;
  }
}

.u-font92 {
  font-size: 5.75rem;
}
@media only screen and (max-width: 768px) {
  .u-font92 {
    font-size: 18.8717948718vw;
  }
}

.u-font93 {
  font-size: 5.8125rem;
}
@media only screen and (max-width: 768px) {
  .u-font93 {
    font-size: 19.0769230769vw;
  }
}

.u-font94 {
  font-size: 5.875rem;
}
@media only screen and (max-width: 768px) {
  .u-font94 {
    font-size: 19.2820512821vw;
  }
}

.u-font95 {
  font-size: 5.9375rem;
}
@media only screen and (max-width: 768px) {
  .u-font95 {
    font-size: 19.4871794872vw;
  }
}

.u-font96 {
  font-size: 6rem;
}
@media only screen and (max-width: 768px) {
  .u-font96 {
    font-size: 19.6923076923vw;
  }
}

.u-font97 {
  font-size: 6.0625rem;
}
@media only screen and (max-width: 768px) {
  .u-font97 {
    font-size: 19.8974358974vw;
  }
}

.u-font98 {
  font-size: 6.125rem;
}
@media only screen and (max-width: 768px) {
  .u-font98 {
    font-size: 20.1025641026vw;
  }
}

.u-font99 {
  font-size: 6.1875rem;
}
@media only screen and (max-width: 768px) {
  .u-font99 {
    font-size: 20.3076923077vw;
  }
}

.u-font100 {
  font-size: 6.25rem;
}
@media only screen and (max-width: 768px) {
  .u-font100 {
    font-size: 20.5128205128vw;
  }
}
/*# sourceMappingURL=style.css.map */
