@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
:root {
  --primary: #003f98;
  --primary-dark: #003288;
  --secondary: #f39700;
  --secondary-clear: rgba(143, 195, 31, 0.2);
  --black: #000;
  --bg-color: #efede4;
  --font-color: #1c1b1f;
  --gray: #e9e9e9;
  --white: #ffffff;
  --link-color: #004097;
}

/*! destyle.css v4.0.0 | 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;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
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] {
  -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;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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.
 */
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html.js-prevent {
  overflow: auto;
  height: 100%;
}

body {
  font-size: 32px;
  letter-spacing: 0.2rem;
  line-height: 2.3;
  font-family: "Noto Sans", sans-serif;
  color: var(--font-color);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: scroll;
}

video {
  max-width: 100%;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1920px) {
  p,
  a {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 1200px) {
  p,
  a {
    font-size: calc(32px * 0.7);
  }
}
@media (max-width: 768px) {
  p,
  a {
    font-size: calc(32px * 0.5);
  }
}

.l-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1570px;
  position: relative;
}
@media (max-width: 1920px) {
  .l-container {
    width: 81.7708333333vw;
  }
}
@media (max-width: 768px) {
  .l-container {
    width: calc(100vw - 50px);
  }
}

.l-footer {
  color: var(--link-color);
}
.l-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 75px;
}
@media (max-width: 1920px) {
  .l-footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .l-footer__heading {
    font-size: calc(24px * 0.8);
  }
}
@media (max-width: 1200px) {
  .l-footer__heading {
    font-size: calc(24px * 0.7);
  }
}
@media (max-width: 768px) {
  .l-footer__heading {
    font-size: calc(24px * 0.5);
  }
}
@media (max-width: 1920px) {
  .l-footer__heading {
    text-align: center;
  }
}
.l-footer__heading > a {
  text-align: center;
}
.l-footer__heading__logo {
  width: 102px;
  vertical-align: middle;
  margin-right: 14px;
}
@media (max-width: 1920px) {
  .l-footer__heading__logo {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1920px) {
  .l-footer__profiles {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px;
  }
}
.l-footer__profile {
  font-size: 25px;
  line-height: 1.3;
}
@media (max-width: 1920px) {
  .l-footer__profile {
    font-size: calc(25px * 0.8);
  }
}
@media (max-width: 1200px) {
  .l-footer__profile {
    font-size: calc(25px * 0.7);
  }
}
@media (max-width: 768px) {
  .l-footer__profile {
    font-size: calc(25px * 0.5);
  }
}
@media (max-width: 1920px) {
  .l-footer__profile {
    text-align: center;
  }
}
.l-footer__profile__copyright {
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 1920px) {
  .l-footer__profile__copyright {
    font-size: calc(18px * 0.8);
  }
}
@media (max-width: 1200px) {
  .l-footer__profile__copyright {
    font-size: calc(18px * 0.7);
  }
}
@media (max-width: 768px) {
  .l-footer__profile__copyright {
    font-size: calc(18px * 0.5);
  }
}
@media (max-width: 1920px) {
  .l-footer__nav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1920px) {
  .l-footer__nav__list {
    display: block;
  }
}
.l-footer__nav__list__item {
  font-size: 25px;
  font-weight: bold;
  margin-right: 39px;
}
@media (max-width: 1920px) {
  .l-footer__nav__list__item {
    font-size: calc(25px * 0.8);
  }
}
@media (max-width: 1200px) {
  .l-footer__nav__list__item {
    font-size: calc(25px * 0.7);
  }
}
@media (max-width: 768px) {
  .l-footer__nav__list__item {
    font-size: calc(25px * 0.5);
  }
}
@media (max-width: 1920px) {
  .l-footer__nav__list__item {
    margin-right: 0;
  }
}
@media (max-width: 1920px) {
  .l-footer__nav__list__item > a {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid var(--primary);
  }
}

@media (min-width: 1200px) {
  .l-header {
    position: fixed;
    width: 100vw;
    height: 110px;
    z-index: 100;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--link-color);
  }
  .l-header__container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1920px;
  }
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .l-header__container {
    max-width: 1570px;
  }
}
@media (min-width: 1200px) {
  .l-header__heading {
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 0;
  }
  .l-header__heading__logo {
    width: 103px;
    margin-right: 20px;
    margin-top: 10px;
  }
  .l-header__hamburger {
    display: none;
  }
  .l-header__nav {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    letter-spacing: 0;
  }
  .l-header__nav__list__item {
    height: 110px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav__list__item::after {
    content: "";
    display: block;
    width: 2px;
    height: 45px;
    border-right: 2px solid #8e94c9;
  }
  .l-header__nav__list__item > a {
    text-align: center;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
  }
  .l-header__nav__list__item > a > span {
    display: block;
    width: 100%;
  }
  .l-header__nav__list__item > a > span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .l-header__nav__list__item > a > span:first-child {
    font-size: calc(25px * 0.8);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .l-header__nav__list__item > a > span:first-child {
    font-size: calc(25px * 0.7);
  }
}
@media (min-width: 1200px) and (max-width: 768px) {
  .l-header__nav__list__item > a > span:first-child {
    font-size: calc(25px * 0.5);
  }
}
@media (min-width: 1200px) {
  .l-header__nav__list__item > a > span:last-child {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .l-header__nav__list__item > a > span:last-child {
    font-size: calc(20px * 0.8);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .l-header__nav__list__item > a > span:last-child {
    font-size: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) and (max-width: 768px) {
  .l-header__nav__list__item > a > span:last-child {
    font-size: calc(20px * 0.5);
  }
}
@media (min-width: 1200px) {
  .l-header__nav__list__item.--last::after {
    content: none;
  }
  .l-header__nav__list__item--button {
    background-color: var(--secondary);
    color: white;
    height: 110px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav__list__item--button > a {
    height: 100%;
    text-align: center;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 25px;
  }
  .l-header__nav__list__item--button > a > span {
    display: block;
    width: 100%;
  }
  .l-header__nav__list__item--button > a > span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .l-header__nav__list__item--button > a > span:first-child {
    font-size: calc(25px * 0.8);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .l-header__nav__list__item--button > a > span:first-child {
    font-size: calc(25px * 0.7);
  }
}
@media (min-width: 1200px) and (max-width: 768px) {
  .l-header__nav__list__item--button > a > span:first-child {
    font-size: calc(25px * 0.5);
  }
}
@media (min-width: 1200px) {
  .l-header__nav__list__item--button > a > span:last-child {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .l-header__nav__list__item--button > a > span:last-child {
    font-size: calc(20px * 0.8);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .l-header__nav__list__item--button > a > span:last-child {
    font-size: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) and (max-width: 768px) {
  .l-header__nav__list__item--button > a > span:last-child {
    font-size: calc(20px * 0.5);
  }
}
@media (min-width: 1200px) {
  .l-header__nav__list__item--button.--mail {
    background: url(/assets/images/icon-mail-white.svg) left 27px center/34px no-repeat var(--secondary);
  }
}
@media (max-width: 1200px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 83px;
    background: var(--white);
    color: var(--link-color);
  }
  .l-header__container {
    height: 83px;
  }
  .l-header__heading {
    position: relative;
    height: 83px;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 0;
    background-color: white;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 3;
  }
  .l-header__heading__logo {
    width: 56px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 17px;
    margin-right: 10px;
  }
  .l-header__hamburger {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 46px;
    height: 39px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 200;
  }
  .l-header__hamburger > span {
    display: inline-block;
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #868686;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .l-header__hamburger > span:nth-child(1) {
    left: 0;
    top: 0;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; /* 通常時に遅延を設定 */
  }
  .l-header__hamburger > span:nth-child(2) {
    left: 0;
    top: 18px;
  }
  .l-header__hamburger > span:nth-child(3) {
    left: 0;
    top: 18px;
  }
  .l-header__hamburger > span:nth-child(4) {
    left: 0;
    top: 36px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; /* 通常時に遅延を設定 */
  }
  .l-header__hamburger:hover > span:nth-child(1), .l-header__hamburger.open > span:nth-child(1) {
    opacity: 0;
  }
  .l-header__hamburger:hover > span:nth-child(2), .l-header__hamburger.open > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; /* hover時に遅延 */
  }
  .l-header__hamburger:hover > span:nth-child(3), .l-header__hamburger.open > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; /* hover時に遅延 */
  }
  .l-header__hamburger:hover > span:nth-child(4), .l-header__hamburger.open > span:nth-child(4) {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; /* hover時の遅延をリセット */
  }
  .l-header__left {
    height: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
  }
  .l-header__nav {
    position: fixed;
    height: 83px;
    left: 0;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    padding: 0;
    z-index: 2;
  }
  .l-header__nav.open {
    -webkit-animation: openNav 0.2s forwards;
            animation: openNav 0.2s forwards;
  }
  .l-header__nav.close {
    -webkit-animation: closeNav 0.2s forwards;
            animation: closeNav 0.2s forwards;
  }
  .l-header__nav__list {
    background-color: white;
    margin-bottom: 32px;
  }
  .l-header__nav__list__item {
    position: relative;
    border-bottom: 1px solid var(--primary);
    font-size: 16px;
  }
  .l-header__nav__list__item.--last {
    border-bottom: none;
  }
  .l-header__nav__list__item > a {
    width: 100%;
    display: block;
    padding: 13px 44px;
    position: relative;
  }
  .l-header__nav__list__item > a > span {
    font-weight: bold;
  }
  .l-header__nav__list__item > a > span:first-child {
    display: none;
  }
  .l-header__nav__list__item--button {
    background-color: var(--secondary);
    color: white;
  }
  .l-header__nav__list__item--button > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 13px 44px;
  }
  .l-header__nav__list__item--button > a > span {
    font-weight: bold;
  }
  .l-header__nav__list__item--button > a > span:first-child {
    display: none;
  }
}
@-webkit-keyframes openNav {
  from {
    height: 0;
  }
  to {
    height: calc(100vh - 60px);
  }
}
@keyframes openNav {
  from {
    height: 0;
  }
  to {
    height: calc(100vh - 60px);
  }
}
@-webkit-keyframes closeNav {
  from {
    height: calc(100vh - 60px);
  }
  to {
    height: 0;
  }
}
@keyframes closeNav {
  from {
    height: calc(100vh - 60px);
  }
  to {
    height: 0;
  }
}
.l-main {
  margin-top: 110px;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  .l-main {
    margin-top: 83px;
  }
}

.l-wrap__slash {
  position: relative;
  width: 100vw;
}
@media (min-width: 768px) {
  .l-wrap__slash.--light {
    background-color: #e9e9e9;
  }
}
@media (max-width: 768px) {
  .l-wrap__slash.--light {
    background: linear-gradient(162deg, #dbdbdb calc(61.3333333333vw + 120px), rgba(255, 255, 255, 0) 0%);
  }
}
@media (min-width: 768px) {
  .l-wrap__slash.--dark {
    background-color: #003f98;
  }
}
@media (max-width: 768px) {
  .l-wrap__slash.--dark {
    background: linear-gradient(162deg, #002d6c calc(61.3333333333vw + 120px), #003f98 0%);
  }
}
@media (max-width: 768px) {
  .l-wrap__slash {
    background-color: white;
  }
}
.l-wrap__slash__before {
  position: relative;
  z-index: 2;
}
.l-wrap__slash__before.--light {
  background: linear-gradient(103deg, white 65%, rgba(255, 255, 255, 0) 0%);
}
.l-wrap__slash__before.--light.--short {
  background: linear-gradient(103deg, white 70%, rgba(255, 255, 255, 0) 0%);
}
.l-wrap__slash__before.--dark {
  background: linear-gradient(103deg, #002d6c 65%, rgba(255, 255, 255, 0) 0%);
}
@media (max-width: 768px) {
  .l-wrap__slash__before.--light {
    background: none;
  }
  .l-wrap__slash__before.--dark {
    background: none;
  }
}
.l-wrap__slash__img {
  position: absolute;
  top: 124px;
  right: 0;
  width: 34.6875vw;
  z-index: 1;
}
@media (max-width: 2620px) {
  .l-wrap__slash__img {
    top: calc(260px - 10vw);
  }
}
@media (max-width: 1920px) {
  .l-wrap__slash__img {
    right: -1.5vw;
  }
}
@media (max-width: 768px) {
  .l-wrap__slash__img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
    background: #dbdbdb;
  }
}
.l-wrap__googlemap {
  width: 100%;
  height: 700px;
}

.c-button--border {
  font-size: 30px;
  color: var(--link-color);
  border: 1px solid var(--link-color);
  padding: 10px 85px;
}
@media (max-width: 1920px) {
  .c-button--border {
    font-size: calc(30px * 0.8);
  }
}
@media (max-width: 1200px) {
  .c-button--border {
    font-size: calc(30px * 0.7);
  }
}
@media (max-width: 768px) {
  .c-button--border {
    font-size: calc(30px * 0.5);
  }
}
@media (max-width: 768px) {
  .c-button--border {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
.c-button--border.--white {
  color: white;
  border: 1px solid white;
}
.c-button--border__icon-right {
  width: 28px;
  vertical-align: middle;
  margin-left: 10px;
}
.c-button--bg-secondary {
  background-color: var(--secondary);
  color: white;
  padding: 10px 85px;
  font-size: 28px;
}
@media (max-width: 1920px) {
  .c-button--bg-secondary {
    font-size: calc(28px * 0.8);
  }
}
@media (max-width: 1200px) {
  .c-button--bg-secondary {
    font-size: calc(28px * 0.7);
  }
}
@media (max-width: 768px) {
  .c-button--bg-secondary {
    font-size: calc(28px * 0.5);
  }
}

.c-cv {
  text-align: center;
  background-color: var(--secondary);
  padding-top: 60px;
  padding-bottom: 100px;
}
.c-cv__heading {
  font-size: 48px;
  color: white;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .c-cv__heading {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 1200px) {
  .c-cv__heading {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 768px) {
  .c-cv__heading {
    font-size: calc(48px * 0.5);
  }
}
@media (max-width: 768px) {
  .c-cv__heading {
    font-size: 25px;
    letter-spacing: -0.01rem;
    margin-bottom: 20px;
  }
}
.c-cv__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .c-cv__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.c-cv__button {
  display: block;
  color: white;
  max-width: 565px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 10px;
}
.c-cv__button.--v1 {
  background-color: var(--primary);
}
.c-cv__button.--v2 {
  border: 2px solid white;
}
.c-cv__button__lg {
  display: block;
  font-size: 58px;
  line-height: 1;
}
@media (max-width: 1920px) {
  .c-cv__button__lg {
    font-size: calc(58px * 0.8);
  }
}
@media (max-width: 1200px) {
  .c-cv__button__lg {
    font-size: calc(58px * 0.7);
  }
}
@media (max-width: 768px) {
  .c-cv__button__lg {
    font-size: calc(58px * 0.5);
  }
}
.c-cv__button__md {
  display: block;
  font-size: 29px;
}
@media (max-width: 1920px) {
  .c-cv__button__md {
    font-size: calc(29px * 0.8);
  }
}
@media (max-width: 1200px) {
  .c-cv__button__md {
    font-size: calc(29px * 0.7);
  }
}
@media (max-width: 768px) {
  .c-cv__button__md {
    font-size: calc(29px * 0.5);
  }
}
.c-cv__button__icon-right {
  width: 28px;
  vertical-align: middle;
  margin-left: 10px;
}

.c-form__input-text {
  background: var(--white);
  border: 1px solid var(--primary);
  padding: 10px;
  width: 100%;
  font-size: 21px;
}
@media (max-width: 1920px) {
  .c-form__input-text {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 1200px) {
  .c-form__input-text {
    font-size: calc(32px * 0.7);
  }
}
@media (max-width: 768px) {
  .c-form__input-text {
    font-size: calc(32px * 0.5);
  }
}
.c-form__input-text.--short {
  max-width: 400px;
}
@media (max-width: 768px) {
  .c-form__input-text {
    padding: 5px;
  }
}
.c-form__input-select {
  border: 1px solid #d6d2d2;
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  color: #d0d0d0;
  font-size: 21px;
}
@media (max-width: 1920px) {
  .c-form__input-select {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 1200px) {
  .c-form__input-select {
    font-size: calc(32px * 0.7);
  }
}
@media (max-width: 768px) {
  .c-form__input-select {
    font-size: calc(32px * 0.5);
  }
}
@media (max-width: 768px) {
  .c-form__input-select {
    padding: 5px;
  }
}
.c-form__input-textarea {
  border: 1px solid #d6d2d2;
  background: var(--white);
  padding: 10px;
  width: 100%;
  height: 200px;
  font-size: 21px;
}
@media (max-width: 1920px) {
  .c-form__input-textarea {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 1200px) {
  .c-form__input-textarea {
    font-size: calc(32px * 0.7);
  }
}
@media (max-width: 768px) {
  .c-form__input-textarea {
    font-size: calc(32px * 0.5);
  }
}
@media (max-width: 768px) {
  .c-form__input-textarea {
    padding: 5px;
  }
}
.c-form__input-checkbox, .c-form__input-radio {
  position: relative;
  height: 20px;
  width: 20px;
  top: -2px;
  left: 0;
  padding-left: 28px;
}
.c-form__input-checkbox + span, .c-form__input-radio + span {
  display: inline-block;
}
@media (max-width: 768px) {
  .c-form__input-checkbox + span, .c-form__input-radio + span {
    display: inline;
  }
}
.c-form__input-checkbox::before, .c-form__input-radio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--primary);
  background: white;
}
.c-form__input-checkbox:checked::after, .c-form__input-radio:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 10px;
  height: 16px;
  border-bottom: 4px solid var(--primary);
  border-right: 4px solid var(--primary);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-form__input-radio::before {
  border-radius: 10px;
}
.c-form__input-radio:checked::after {
  border-radius: 6px;
}
.c-form__input-checkbox--block {
  position: relative;
  height: 50px;
}
@media (max-width: 768px) {
  .c-form__input-checkbox--block {
    height: 40px;
  }
}
.c-form__input-checkbox--block label {
  position: relative;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  height: 50px;
  border: 1px solid black;
  background: var(--white);
}
@media (max-width: 768px) {
  .c-form__input-checkbox--block label {
    height: 40px;
    padding: 0 15px;
  }
}
.c-form__input-checkbox--block label.on {
  background: black;
  color: var(--white);
}
.c-form__input-checkbox--block input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  line-height: 0;
  cursor: pointer;
}
.c-form__privacy-box {
  width: calc(100% - 54px);
  height: 220px;
  overflow-y: scroll;
  margin: 40px auto 40px;
  padding: 20px;
  font-size: 12px;
  color: var(--font-gray);
  /*&::-webkit-scrollbar{
      width: 2px;
      @include breakpoint('md-down'){
        width: 4px;
      }
    }
    &::-webkit-scrollbar-track{
      background-color: #D0D0D0;
    }
    &::-webkit-scrollbar-thumb{
      background-color: var(--primary);
    }*/
}
@media (max-width: 768px) {
  .c-form__privacy-box {
    width: 100%;
    margin: 15px auto 30px;
    padding: 8px;
  }
}
.c-form__privacy-box .simplebar-scrollbar::before {
  background: var(--primary);
  border-radius: 0;
  width: 4px;
}
.c-form__privacy-box .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.c-form__privacy-box .simplebar-track.simplebar-vertical {
  width: 2px;
}
.c-form__privacy-box .simplebar-track {
  background-color: #d0d0d0;
}
.c-form__privacy-box .simplebar-scrollbar:before {
  left: 0;
  top: 0;
}
.c-form__privacy-box p {
  margin-bottom: 1rem;
}
.c-form__back-link {
  text-decoration: underline;
  color: var(--font-gray);
  font-size: 12px;
  margin-top: 20px;
}
.c-form__note {
  color: var(--font-gray);
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 0;
}
.c-form__note2 {
  text-align: center;
}
.c-form__wrap-privacy {
  padding-top: 27px;
}
@media (max-width: 768px) {
  .c-form__wrap-privacy {
    padding-top: 15px;
  }
}
.c-form__wrap-submit {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .c-form__wrap-submit {
    margin-bottom: 10px;
  }
}
.c-form__wrap-textarea {
  position: relative;
}
.c-form__wrap-textarea textarea {
  position: relative;
  background: rgba(166, 164, 161, 0.1);
  z-index: 2;
}
.c-form__wrap-textarea #placeholderDiv {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  z-index: 1;
  color: #aaaaaa;
}
.c-form__wrap-textarea #placeholderDiv.none {
  display: none;
}

#form-agree {
  margin-bottom: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mwform-checkbox-field.horizontal-item {
  display: inline-block;
}
@media (max-width: 790px) {
  .mwform-radio-field.horizontal-item {
    display: block;
  }
}
.mwform-radio-field label {
  margin-right: 30px;
}

@media (max-width: 768px) {
  .mw_wp_form {
    width: calc(100vw - 80px);
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form_confirm .c-form__row {
  display: block;
}
.mw_wp_form_confirm .c-form__head {
  width: 200px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .c-form__head {
    width: auto;
  }
}
.mw_wp_form_confirm .c-form__wrap-form {
  padding-left: 16px;
}
.mw_wp_form_confirm .c-form__wrap-privacy, .mw_wp_form_confirm .c-form__note {
  display: none;
}
.mw_wp_form_confirm .c-form__wrap-textarea #placeholderDiv {
  display: none;
}
.c-form__wrap-form.--radio {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-form__wrap-form.--radio .c-form__radio-btn + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}

.c-form__wrap-form.--radio .c-form__radio-btn + span::after,
.c-form__wrap-form.--radio .c-form__radio-btn + span::before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}

.c-form__wrap-form.--radio .c-form__radio-btn + span::before {
  border: 1px solid #d9d9d9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 20px;
  width: 20px;
}

.c-form__wrap-form.--radio .c-form__radio-btn + span::after {
  background: #c42a2a;
  height: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  width: 12px;
}

.c-form__wrap-form.--radio .c-form__radio-btn:checked + span::after {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .c-form__input-checkbox--block label:hover {
    background: black;
    color: var(--white);
  }
}
.c-heading--set {
  margin-bottom: 55px;
  display: inline-block;
}
@media (max-width: 768px) {
  .c-heading--set {
    display: block;
    text-align: center;
  }
}
.c-heading--set__en {
  font-size: 87px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .c-heading--set__en {
    font-size: calc(87px * 0.8);
  }
}
@media (max-width: 1200px) {
  .c-heading--set__en {
    font-size: calc(87px * 0.7);
  }
}
@media (max-width: 768px) {
  .c-heading--set__en {
    font-size: calc(87px * 0.5);
  }
}
.c-heading--set__en.--blue {
  color: var(--primary);
  border-bottom: 3px solid var(--primary);
}
.c-heading--set__en.--white {
  color: var(--white);
  border-bottom: 3px solid var(--white);
}
.c-heading--set__ja {
  font-size: 32px;
  display: block;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1920px) {
  .c-heading--set__ja {
    font-size: calc(32px * 0.8);
  }
}
@media (max-width: 1200px) {
  .c-heading--set__ja {
    font-size: calc(32px * 0.7);
  }
}
@media (max-width: 768px) {
  .c-heading--set__ja {
    font-size: calc(32px * 0.5);
  }
}
.c-heading--set__ja.--blue {
  color: var(--primary);
}
.c-heading--set__ja.--white {
  color: var(--white);
}
.c-heading--summary {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 65px;
}
@media (max-width: 1920px) {
  .c-heading--summary {
    font-size: calc(48px * 0.8);
  }
}
@media (max-width: 1200px) {
  .c-heading--summary {
    font-size: calc(48px * 0.7);
  }
}
@media (max-width: 768px) {
  .c-heading--summary {
    font-size: calc(48px * 0.5);
  }
}
.c-heading--summary.--blue {
  color: var(--primary);
}
.c-heading--summary.--white {
  color: var(--white);
}
.c-heading--medium {
  font-size: 46px;
  font-weight: bold;
}
@media (max-width: 1920px) {
  .c-heading--medium {
    font-size: calc(46px * 0.8);
  }
}
@media (max-width: 1200px) {
  .c-heading--medium {
    font-size: calc(46px * 0.7);
  }
}
@media (max-width: 768px) {
  .c-heading--medium {
    font-size: calc(46px * 0.5);
  }
}
.c-heading--medium.--blue {
  color: var(--primary);
}

.u-color--primary {
  color: var(--primary);
}

@media (max-width: 768px) {
  .u-hide--md-down {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .u-hide--lg-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hide--md-over {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .u-hide--lg-over {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mb--105 {
  margin-bottom: 105px !important;
}

.u-mb--110 {
  margin-bottom: 110px !important;
}

.u-mb--115 {
  margin-bottom: 115px !important;
}

.u-mb--120 {
  margin-bottom: 120px !important;
}

.u-mb--125 {
  margin-bottom: 125px !important;
}

.u-mb--130 {
  margin-bottom: 130px !important;
}

.u-mb--135 {
  margin-bottom: 135px !important;
}

.u-mb--140 {
  margin-bottom: 140px !important;
}

.u-mb--145 {
  margin-bottom: 145px !important;
}

.u-mb--150 {
  margin-bottom: 150px !important;
}

.u-mb--155 {
  margin-bottom: 155px !important;
}

.u-mb--160 {
  margin-bottom: 160px !important;
}

.u-mb--165 {
  margin-bottom: 165px !important;
}

.u-mb--170 {
  margin-bottom: 170px !important;
}

.u-mb--175 {
  margin-bottom: 175px !important;
}

.u-mb--180 {
  margin-bottom: 180px !important;
}

.u-mb--185 {
  margin-bottom: 185px !important;
}

.u-mb--190 {
  margin-bottom: 190px !important;
}

.u-mb--195 {
  margin-bottom: 195px !important;
}

.u-mb--200 {
  margin-bottom: 200px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt--105 {
  margin-top: 105px !important;
}

.u-mt--110 {
  margin-top: 110px !important;
}

.u-mt--115 {
  margin-top: 115px !important;
}

.u-mt--120 {
  margin-top: 120px !important;
}

.u-mt--125 {
  margin-top: 125px !important;
}

.u-mt--130 {
  margin-top: 130px !important;
}

.u-mt--135 {
  margin-top: 135px !important;
}

.u-mt--140 {
  margin-top: 140px !important;
}

.u-mt--145 {
  margin-top: 145px !important;
}

.u-mt--150 {
  margin-top: 150px !important;
}

.u-mt--155 {
  margin-top: 155px !important;
}

.u-mt--160 {
  margin-top: 160px !important;
}

.u-mt--165 {
  margin-top: 165px !important;
}

.u-mt--170 {
  margin-top: 170px !important;
}

.u-mt--175 {
  margin-top: 175px !important;
}

.u-mt--180 {
  margin-top: 180px !important;
}

.u-mt--185 {
  margin-top: 185px !important;
}

.u-mt--190 {
  margin-top: 190px !important;
}

.u-mt--195 {
  margin-top: 195px !important;
}

.u-mt--200 {
  margin-top: 200px !important;
}

@media (max-width: 768px) {
  .u-mb--md--0 {
    margin-bottom: 0px !important;
  }
  .u-mb--md--5 {
    margin-bottom: 5px !important;
  }
  .u-mb--md--10 {
    margin-bottom: 10px !important;
  }
  .u-mb--md--15 {
    margin-bottom: 15px !important;
  }
  .u-mb--md--20 {
    margin-bottom: 20px !important;
  }
  .u-mb--md--25 {
    margin-bottom: 25px !important;
  }
  .u-mb--md--30 {
    margin-bottom: 30px !important;
  }
  .u-mb--md--35 {
    margin-bottom: 35px !important;
  }
  .u-mb--md--40 {
    margin-bottom: 40px !important;
  }
  .u-mb--md--45 {
    margin-bottom: 45px !important;
  }
  .u-mb--md--50 {
    margin-bottom: 50px !important;
  }
  .u-mb--md--55 {
    margin-bottom: 55px !important;
  }
  .u-mb--md--60 {
    margin-bottom: 60px !important;
  }
  .u-mb--md--65 {
    margin-bottom: 65px !important;
  }
  .u-mb--md--70 {
    margin-bottom: 70px !important;
  }
  .u-mb--md--75 {
    margin-bottom: 75px !important;
  }
  .u-mb--md--80 {
    margin-bottom: 80px !important;
  }
  .u-mb--md--85 {
    margin-bottom: 85px !important;
  }
  .u-mb--md--90 {
    margin-bottom: 90px !important;
  }
  .u-mb--md--95 {
    margin-bottom: 95px !important;
  }
  .u-mb--md--100 {
    margin-bottom: 100px !important;
  }
  .u-mb--md--105 {
    margin-bottom: 105px !important;
  }
  .u-mb--md--110 {
    margin-bottom: 110px !important;
  }
  .u-mb--md--115 {
    margin-bottom: 115px !important;
  }
  .u-mb--md--120 {
    margin-bottom: 120px !important;
  }
  .u-mb--md--125 {
    margin-bottom: 125px !important;
  }
  .u-mb--md--130 {
    margin-bottom: 130px !important;
  }
  .u-mb--md--135 {
    margin-bottom: 135px !important;
  }
  .u-mb--md--140 {
    margin-bottom: 140px !important;
  }
  .u-mb--md--145 {
    margin-bottom: 145px !important;
  }
  .u-mb--md--150 {
    margin-bottom: 150px !important;
  }
  .u-mb--md--155 {
    margin-bottom: 155px !important;
  }
  .u-mb--md--160 {
    margin-bottom: 160px !important;
  }
  .u-mb--md--165 {
    margin-bottom: 165px !important;
  }
  .u-mb--md--170 {
    margin-bottom: 170px !important;
  }
  .u-mb--md--175 {
    margin-bottom: 175px !important;
  }
  .u-mb--md--180 {
    margin-bottom: 180px !important;
  }
  .u-mb--md--185 {
    margin-bottom: 185px !important;
  }
  .u-mb--md--190 {
    margin-bottom: 190px !important;
  }
  .u-mb--md--195 {
    margin-bottom: 195px !important;
  }
  .u-mb--md--200 {
    margin-bottom: 200px !important;
  }
  .u-mt--md--0 {
    margin-top: 0px !important;
  }
  .u-mt--md--5 {
    margin-top: 5px !important;
  }
  .u-mt--md--10 {
    margin-top: 10px !important;
  }
  .u-mt--md--15 {
    margin-top: 15px !important;
  }
  .u-mt--md--20 {
    margin-top: 20px !important;
  }
  .u-mt--md--25 {
    margin-top: 25px !important;
  }
  .u-mt--md--30 {
    margin-top: 30px !important;
  }
  .u-mt--md--35 {
    margin-top: 35px !important;
  }
  .u-mt--md--40 {
    margin-top: 40px !important;
  }
  .u-mt--md--45 {
    margin-top: 45px !important;
  }
  .u-mt--md--50 {
    margin-top: 50px !important;
  }
  .u-mt--md--55 {
    margin-top: 55px !important;
  }
  .u-mt--md--60 {
    margin-top: 60px !important;
  }
  .u-mt--md--65 {
    margin-top: 65px !important;
  }
  .u-mt--md--70 {
    margin-top: 70px !important;
  }
  .u-mt--md--75 {
    margin-top: 75px !important;
  }
  .u-mt--md--80 {
    margin-top: 80px !important;
  }
  .u-mt--md--85 {
    margin-top: 85px !important;
  }
  .u-mt--md--90 {
    margin-top: 90px !important;
  }
  .u-mt--md--95 {
    margin-top: 95px !important;
  }
  .u-mt--md--100 {
    margin-top: 100px !important;
  }
  .u-mt--md--105 {
    margin-top: 105px !important;
  }
  .u-mt--md--110 {
    margin-top: 110px !important;
  }
  .u-mt--md--115 {
    margin-top: 115px !important;
  }
  .u-mt--md--120 {
    margin-top: 120px !important;
  }
  .u-mt--md--125 {
    margin-top: 125px !important;
  }
  .u-mt--md--130 {
    margin-top: 130px !important;
  }
  .u-mt--md--135 {
    margin-top: 135px !important;
  }
  .u-mt--md--140 {
    margin-top: 140px !important;
  }
  .u-mt--md--145 {
    margin-top: 145px !important;
  }
  .u-mt--md--150 {
    margin-top: 150px !important;
  }
  .u-mt--md--155 {
    margin-top: 155px !important;
  }
  .u-mt--md--160 {
    margin-top: 160px !important;
  }
  .u-mt--md--165 {
    margin-top: 165px !important;
  }
  .u-mt--md--170 {
    margin-top: 170px !important;
  }
  .u-mt--md--175 {
    margin-top: 175px !important;
  }
  .u-mt--md--180 {
    margin-top: 180px !important;
  }
  .u-mt--md--185 {
    margin-top: 185px !important;
  }
  .u-mt--md--190 {
    margin-top: 190px !important;
  }
  .u-mt--md--195 {
    margin-top: 195px !important;
  }
  .u-mt--md--200 {
    margin-top: 200px !important;
  }
}
.u-ml-15 {
  margin-left: 15px;
}

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

p.--text-center {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */