<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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
   ========================================================================== */
/*------/ htmlのリセットcss /------*/
html {
  line-height: 1.15; /* サイトによって変更 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/*------/ bodyのリセットcss /------*/
body {
  margin: 0;
}

/*------/ mainのリセットcss /------*/
main {
  display: block;
}

/*------/ 要素のリセットcss /------*/
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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-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;
  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 padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

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

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

/* 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;
  margin: 0%;
}

.m--5 {
  margin: -5px !important;
}
.mt--5 {
  margin-top: -5px !important;
}
.mb--5 {
  margin-bottom: -5px !important;
}
.ml--5 {
  margin-left: -5px !important;
}
.mr--5 {
  margin-right: -5px !important;
}

.m-5 {
  margin: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}

.m-15 {
  margin: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}

.m-25 {
  margin: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}

.m-35 {
  margin: 35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}

.m-45 {
  margin: 45px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}

.m-55 {
  margin: 55px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}

.m-65 {
  margin: 65px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}

.m-75 {
  margin: 75px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}

.m-85 {
  margin: 85px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}

.m-95 {
  margin: 95px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}

.m-105 {
  margin: 105px !important;
}
.mt-105 {
  margin-top: 105px !important;
}
.mb-105 {
  margin-bottom: 105px !important;
}
.ml-105 {
  margin-left: 105px !important;
}
.mr-105 {
  margin-right: 105px !important;
}

.m-115 {
  margin: 115px !important;
}
.mt-115 {
  margin-top: 115px !important;
}
.mb-115 {
  margin-bottom: 115px !important;
}
.ml-115 {
  margin-left: 115px !important;
}
.mr-115 {
  margin-right: 115px !important;
}

.m-125 {
  margin: 125px !important;
}
.mt-125 {
  margin-top: 125px !important;
}
.mb-125 {
  margin-bottom: 125px !important;
}
.ml-125 {
  margin-left: 125px !important;
}
.mr-125 {
  margin-right: 125px !important;
}

.m-135 {
  margin: 135px !important;
}
.mt-135 {
  margin-top: 135px !important;
}
.mb-135 {
  margin-bottom: 135px !important;
}
.ml-135 {
  margin-left: 135px !important;
}
.mr-135 {
  margin-right: 135px !important;
}

.m-145 {
  margin: 145px !important;
}
.mt-145 {
  margin-top: 145px !important;
}
.mb-145 {
  margin-bottom: 145px !important;
}
.ml-145 {
  margin-left: 145px !important;
}
.mr-145 {
  margin-right: 145px !important;
}

.m-155 {
  margin: 155px !important;
}
.mt-155 {
  margin-top: 155px !important;
}
.mb-155 {
  margin-bottom: 155px !important;
}
.ml-155 {
  margin-left: 155px !important;
}
.mr-155 {
  margin-right: 155px !important;
}

.m-165 {
  margin: 165px !important;
}
.mt-165 {
  margin-top: 165px !important;
}
.mb-165 {
  margin-bottom: 165px !important;
}
.ml-165 {
  margin-left: 165px !important;
}
.mr-165 {
  margin-right: 165px !important;
}

.m-175 {
  margin: 175px !important;
}
.mt-175 {
  margin-top: 175px !important;
}
.mb-175 {
  margin-bottom: 175px !important;
}
.ml-175 {
  margin-left: 175px !important;
}
.mr-175 {
  margin-right: 175px !important;
}

.m-185 {
  margin: 185px !important;
}
.mt-185 {
  margin-top: 185px !important;
}
.mb-185 {
  margin-bottom: 185px !important;
}
.ml-185 {
  margin-left: 185px !important;
}
.mr-185 {
  margin-right: 185px !important;
}

.m-195 {
  margin: 195px !important;
}
.mt-195 {
  margin-top: 195px !important;
}
.mb-195 {
  margin-bottom: 195px !important;
}
.ml-195 {
  margin-left: 195px !important;
}
.mr-195 {
  margin-right: 195px !important;
}

.m--50 {
  margin: -50px !important;
}
.mt--50 {
  margin-top: -50px !important;
}
.mb--50 {
  margin-bottom: -50px !important;
}
.ml--50 {
  margin-left: -50px !important;
}
.mr--50 {
  margin-right: -50px !important;
}

.p--50 {
  padding: -50px !important;
}
.pt--50 {
  padding-top: -50px !important;
}
.pb--50 {
  padding-bottom: -50px !important;
}
.pl--50 {
  padding-left: -50px !important;
}
.pr--50 {
  padding-right: -50px !important;
}

.m--40 {
  margin: -40px !important;
}
.mt--40 {
  margin-top: -40px !important;
}
.mb--40 {
  margin-bottom: -40px !important;
}
.ml--40 {
  margin-left: -40px !important;
}
.mr--40 {
  margin-right: -40px !important;
}

.p--40 {
  padding: -40px !important;
}
.pt--40 {
  padding-top: -40px !important;
}
.pb--40 {
  padding-bottom: -40px !important;
}
.pl--40 {
  padding-left: -40px !important;
}
.pr--40 {
  padding-right: -40px !important;
}

.m--30 {
  margin: -30px !important;
}
.mt--30 {
  margin-top: -30px !important;
}
.mb--30 {
  margin-bottom: -30px !important;
}
.ml--30 {
  margin-left: -30px !important;
}
.mr--30 {
  margin-right: -30px !important;
}

.p--30 {
  padding: -30px !important;
}
.pt--30 {
  padding-top: -30px !important;
}
.pb--30 {
  padding-bottom: -30px !important;
}
.pl--30 {
  padding-left: -30px !important;
}
.pr--30 {
  padding-right: -30px !important;
}

.m--20 {
  margin: -20px !important;
}
.mt--20 {
  margin-top: -20px !important;
}
.mb--20 {
  margin-bottom: -20px !important;
}
.ml--20 {
  margin-left: -20px !important;
}
.mr--20 {
  margin-right: -20px !important;
}

.p--20 {
  padding: -20px !important;
}
.pt--20 {
  padding-top: -20px !important;
}
.pb--20 {
  padding-bottom: -20px !important;
}
.pl--20 {
  padding-left: -20px !important;
}
.pr--20 {
  padding-right: -20px !important;
}

.m--10 {
  margin: -10px !important;
}
.mt--10 {
  margin-top: -10px !important;
}
.mb--10 {
  margin-bottom: -10px !important;
}
.ml--10 {
  margin-left: -10px !important;
}
.mr--10 {
  margin-right: -10px !important;
}

.p--10 {
  padding: -10px !important;
}
.pt--10 {
  padding-top: -10px !important;
}
.pb--10 {
  padding-bottom: -10px !important;
}
.pl--10 {
  padding-left: -10px !important;
}
.pr--10 {
  padding-right: -10px !important;
}

.m-0 {
  margin: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}

.p-0 {
  padding: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}

.m-10 {
  margin: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}

.p-10 {
  padding: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}

.m-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}

.p-20 {
  padding: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}

.m-30 {
  margin: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}

.p-30 {
  padding: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}

.m-40 {
  margin: 40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}

.p-40 {
  padding: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}

.m-50 {
  margin: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}

.p-50 {
  padding: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}

.m-60 {
  margin: 60px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}

.p-60 {
  padding: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}

.m-70 {
  margin: 70px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}

.p-70 {
  padding: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}

.m-80 {
  margin: 80px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}

.p-80 {
  padding: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}

.m-90 {
  margin: 90px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}

.p-90 {
  padding: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}

.m-100 {
  margin: 100px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}

.p-100 {
  padding: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}

.m-110 {
  margin: 110px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.mr-110 {
  margin-right: 110px !important;
}

.p-110 {
  padding: 110px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pr-110 {
  padding-right: 110px !important;
}

.m-120 {
  margin: 120px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.mr-120 {
  margin-right: 120px !important;
}

.p-120 {
  padding: 120px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pr-120 {
  padding-right: 120px !important;
}

.m-130 {
  margin: 130px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.mr-130 {
  margin-right: 130px !important;
}

.p-130 {
  padding: 130px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pr-130 {
  padding-right: 130px !important;
}

.m-140 {
  margin: 140px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.mr-140 {
  margin-right: 140px !important;
}

.p-140 {
  padding: 140px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pr-140 {
  padding-right: 140px !important;
}

.m-150 {
  margin: 150px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.mr-150 {
  margin-right: 150px !important;
}

.p-150 {
  padding: 150px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pr-150 {
  padding-right: 150px !important;
}

.m-160 {
  margin: 160px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.mr-160 {
  margin-right: 160px !important;
}

.p-160 {
  padding: 160px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pr-160 {
  padding-right: 160px !important;
}

.m-170 {
  margin: 170px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.mr-170 {
  margin-right: 170px !important;
}

.p-170 {
  padding: 170px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pr-170 {
  padding-right: 170px !important;
}

.m-180 {
  margin: 180px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.mr-180 {
  margin-right: 180px !important;
}

.p-180 {
  padding: 180px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pr-180 {
  padding-right: 180px !important;
}

.m-190 {
  margin: 190px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.mr-190 {
  margin-right: 190px !important;
}

.p-190 {
  padding: 190px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pr-190 {
  padding-right: 190px !important;
}

.m-200 {
  margin: 200px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.mr-200 {
  margin-right: 200px !important;
}

.p-200 {
  padding: 200px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pr-200 {
  padding-right: 200px !important;
}

@media (min-width: 768px) {
  .m-pc--5 {
    margin: -5px !important;
  }
  .mt-pc--5 {
    margin-top: -5px !important;
  }
  .mb-pc--5 {
    margin-bottom: -5px !important;
  }
  .ml-pc--5 {
    margin-left: -5px !important;
  }
  .mr-pc--5 {
    margin-right: -5px !important;
  }
  .m-pc-5 {
    margin: 5px !important;
  }
  .mt-pc-5 {
    margin-top: 5px !important;
  }
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .ml-pc-5 {
    margin-left: 5px !important;
  }
  .mr-pc-5 {
    margin-right: 5px !important;
  }
  .m-pc-15 {
    margin: 15px !important;
  }
  .mt-pc-15 {
    margin-top: 15px !important;
  }
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .ml-pc-15 {
    margin-left: 15px !important;
  }
  .mr-pc-15 {
    margin-right: 15px !important;
  }
  .m-pc-25 {
    margin: 25px !important;
  }
  .mt-pc-25 {
    margin-top: 25px !important;
  }
  .mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .ml-pc-25 {
    margin-left: 25px !important;
  }
  .mr-pc-25 {
    margin-right: 25px !important;
  }
  .m-pc-35 {
    margin: 35px !important;
  }
  .mt-pc-35 {
    margin-top: 35px !important;
  }
  .mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .ml-pc-35 {
    margin-left: 35px !important;
  }
  .mr-pc-35 {
    margin-right: 35px !important;
  }
  .m-pc-45 {
    margin: 45px !important;
  }
  .mt-pc-45 {
    margin-top: 45px !important;
  }
  .mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .ml-pc-45 {
    margin-left: 45px !important;
  }
  .mr-pc-45 {
    margin-right: 45px !important;
  }
  .m-pc-55 {
    margin: 55px !important;
  }
  .mt-pc-55 {
    margin-top: 55px !important;
  }
  .mb-pc-55 {
    margin-bottom: 55px !important;
  }
  .ml-pc-55 {
    margin-left: 55px !important;
  }
  .mr-pc-55 {
    margin-right: 55px !important;
  }
  .m-pc-65 {
    margin: 65px !important;
  }
  .mt-pc-65 {
    margin-top: 65px !important;
  }
  .mb-pc-65 {
    margin-bottom: 65px !important;
  }
  .ml-pc-65 {
    margin-left: 65px !important;
  }
  .mr-pc-65 {
    margin-right: 65px !important;
  }
  .m-pc-75 {
    margin: 75px !important;
  }
  .mt-pc-75 {
    margin-top: 75px !important;
  }
  .mb-pc-75 {
    margin-bottom: 75px !important;
  }
  .ml-pc-75 {
    margin-left: 75px !important;
  }
  .mr-pc-75 {
    margin-right: 75px !important;
  }
  .m-pc-85 {
    margin: 85px !important;
  }
  .mt-pc-85 {
    margin-top: 85px !important;
  }
  .mb-pc-85 {
    margin-bottom: 85px !important;
  }
  .ml-pc-85 {
    margin-left: 85px !important;
  }
  .mr-pc-85 {
    margin-right: 85px !important;
  }
  .m-pc-95 {
    margin: 95px !important;
  }
  .mt-pc-95 {
    margin-top: 95px !important;
  }
  .mb-pc-95 {
    margin-bottom: 95px !important;
  }
  .ml-pc-95 {
    margin-left: 95px !important;
  }
  .mr-pc-95 {
    margin-right: 95px !important;
  }
  .m-pc-105 {
    margin: 105px !important;
  }
  .mt-pc-105 {
    margin-top: 105px !important;
  }
  .mb-pc-105 {
    margin-bottom: 105px !important;
  }
  .ml-pc-105 {
    margin-left: 105px !important;
  }
  .mr-pc-105 {
    margin-right: 105px !important;
  }
  .m-pc-115 {
    margin: 115px !important;
  }
  .mt-pc-115 {
    margin-top: 115px !important;
  }
  .mb-pc-115 {
    margin-bottom: 115px !important;
  }
  .ml-pc-115 {
    margin-left: 115px !important;
  }
  .mr-pc-115 {
    margin-right: 115px !important;
  }
  .m-pc-125 {
    margin: 125px !important;
  }
  .mt-pc-125 {
    margin-top: 125px !important;
  }
  .mb-pc-125 {
    margin-bottom: 125px !important;
  }
  .ml-pc-125 {
    margin-left: 125px !important;
  }
  .mr-pc-125 {
    margin-right: 125px !important;
  }
  .m-pc-135 {
    margin: 135px !important;
  }
  .mt-pc-135 {
    margin-top: 135px !important;
  }
  .mb-pc-135 {
    margin-bottom: 135px !important;
  }
  .ml-pc-135 {
    margin-left: 135px !important;
  }
  .mr-pc-135 {
    margin-right: 135px !important;
  }
  .m-pc-145 {
    margin: 145px !important;
  }
  .mt-pc-145 {
    margin-top: 145px !important;
  }
  .mb-pc-145 {
    margin-bottom: 145px !important;
  }
  .ml-pc-145 {
    margin-left: 145px !important;
  }
  .mr-pc-145 {
    margin-right: 145px !important;
  }
  .m-pc-155 {
    margin: 155px !important;
  }
  .mt-pc-155 {
    margin-top: 155px !important;
  }
  .mb-pc-155 {
    margin-bottom: 155px !important;
  }
  .ml-pc-155 {
    margin-left: 155px !important;
  }
  .mr-pc-155 {
    margin-right: 155px !important;
  }
  .m-pc-165 {
    margin: 165px !important;
  }
  .mt-pc-165 {
    margin-top: 165px !important;
  }
  .mb-pc-165 {
    margin-bottom: 165px !important;
  }
  .ml-pc-165 {
    margin-left: 165px !important;
  }
  .mr-pc-165 {
    margin-right: 165px !important;
  }
  .m-pc-175 {
    margin: 175px !important;
  }
  .mt-pc-175 {
    margin-top: 175px !important;
  }
  .mb-pc-175 {
    margin-bottom: 175px !important;
  }
  .ml-pc-175 {
    margin-left: 175px !important;
  }
  .mr-pc-175 {
    margin-right: 175px !important;
  }
  .m-pc-185 {
    margin: 185px !important;
  }
  .mt-pc-185 {
    margin-top: 185px !important;
  }
  .mb-pc-185 {
    margin-bottom: 185px !important;
  }
  .ml-pc-185 {
    margin-left: 185px !important;
  }
  .mr-pc-185 {
    margin-right: 185px !important;
  }
  .m-pc-195 {
    margin: 195px !important;
  }
  .mt-pc-195 {
    margin-top: 195px !important;
  }
  .mb-pc-195 {
    margin-bottom: 195px !important;
  }
  .ml-pc-195 {
    margin-left: 195px !important;
  }
  .mr-pc-195 {
    margin-right: 195px !important;
  }
  .m-pc--50 {
    margin: -50px !important;
  }
  .mt-pc--50 {
    margin-top: -50px !important;
  }
  .mb-pc--50 {
    margin-bottom: -50px !important;
  }
  .ml-pc--50 {
    margin-left: -50px !important;
  }
  .mr-pc--50 {
    margin-right: -50px !important;
  }
  .p-pc--50 {
    padding: -50px !important;
  }
  .pt-pc--50 {
    padding-top: -50px !important;
  }
  .pb-pc--50 {
    padding-bottom: -50px !important;
  }
  .pl-pc--50 {
    padding-left: -50px !important;
  }
  .pr-pc--50 {
    padding-right: -50px !important;
  }
  .m-pc--40 {
    margin: -40px !important;
  }
  .mt-pc--40 {
    margin-top: -40px !important;
  }
  .mb-pc--40 {
    margin-bottom: -40px !important;
  }
  .ml-pc--40 {
    margin-left: -40px !important;
  }
  .mr-pc--40 {
    margin-right: -40px !important;
  }
  .p-pc--40 {
    padding: -40px !important;
  }
  .pt-pc--40 {
    padding-top: -40px !important;
  }
  .pb-pc--40 {
    padding-bottom: -40px !important;
  }
  .pl-pc--40 {
    padding-left: -40px !important;
  }
  .pr-pc--40 {
    padding-right: -40px !important;
  }
  .m-pc--30 {
    margin: -30px !important;
  }
  .mt-pc--30 {
    margin-top: -30px !important;
  }
  .mb-pc--30 {
    margin-bottom: -30px !important;
  }
  .ml-pc--30 {
    margin-left: -30px !important;
  }
  .mr-pc--30 {
    margin-right: -30px !important;
  }
  .p-pc--30 {
    padding: -30px !important;
  }
  .pt-pc--30 {
    padding-top: -30px !important;
  }
  .pb-pc--30 {
    padding-bottom: -30px !important;
  }
  .pl-pc--30 {
    padding-left: -30px !important;
  }
  .pr-pc--30 {
    padding-right: -30px !important;
  }
  .m-pc--20 {
    margin: -20px !important;
  }
  .mt-pc--20 {
    margin-top: -20px !important;
  }
  .mb-pc--20 {
    margin-bottom: -20px !important;
  }
  .ml-pc--20 {
    margin-left: -20px !important;
  }
  .mr-pc--20 {
    margin-right: -20px !important;
  }
  .p-pc--20 {
    padding: -20px !important;
  }
  .pt-pc--20 {
    padding-top: -20px !important;
  }
  .pb-pc--20 {
    padding-bottom: -20px !important;
  }
  .pl-pc--20 {
    padding-left: -20px !important;
  }
  .pr-pc--20 {
    padding-right: -20px !important;
  }
  .m-pc--10 {
    margin: -10px !important;
  }
  .mt-pc--10 {
    margin-top: -10px !important;
  }
  .mb-pc--10 {
    margin-bottom: -10px !important;
  }
  .ml-pc--10 {
    margin-left: -10px !important;
  }
  .mr-pc--10 {
    margin-right: -10px !important;
  }
  .p-pc--10 {
    padding: -10px !important;
  }
  .pt-pc--10 {
    padding-top: -10px !important;
  }
  .pb-pc--10 {
    padding-bottom: -10px !important;
  }
  .pl-pc--10 {
    padding-left: -10px !important;
  }
  .pr-pc--10 {
    padding-right: -10px !important;
  }
  .m-pc-0 {
    margin: 0px !important;
  }
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .ml-pc-0 {
    margin-left: 0px !important;
  }
  .mr-pc-0 {
    margin-right: 0px !important;
  }
  .p-pc-0 {
    padding: 0px !important;
  }
  .pt-pc-0 {
    padding-top: 0px !important;
  }
  .pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .pl-pc-0 {
    padding-left: 0px !important;
  }
  .pr-pc-0 {
    padding-right: 0px !important;
  }
  .m-pc-10 {
    margin: 10px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .p-pc-10 {
    padding: 10px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .m-pc-20 {
    margin: 20px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .p-pc-20 {
    padding: 20px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .m-pc-30 {
    margin: 30px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .p-pc-30 {
    padding: 30px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .m-pc-40 {
    margin: 40px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .p-pc-40 {
    padding: 40px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .m-pc-50 {
    margin: 50px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .p-pc-50 {
    padding: 50px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .m-pc-60 {
    margin: 60px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .p-pc-60 {
    padding: 60px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .m-pc-70 {
    margin: 70px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .p-pc-70 {
    padding: 70px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .m-pc-80 {
    margin: 80px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .p-pc-80 {
    padding: 80px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .m-pc-90 {
    margin: 90px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .p-pc-90 {
    padding: 90px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .m-pc-100 {
    margin: 100px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .p-pc-100 {
    padding: 100px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .m-pc-110 {
    margin: 110px !important;
  }
  .mt-pc-110 {
    margin-top: 110px !important;
  }
  .mb-pc-110 {
    margin-bottom: 110px !important;
  }
  .ml-pc-110 {
    margin-left: 110px !important;
  }
  .mr-pc-110 {
    margin-right: 110px !important;
  }
  .p-pc-110 {
    padding: 110px !important;
  }
  .pt-pc-110 {
    padding-top: 110px !important;
  }
  .pb-pc-110 {
    padding-bottom: 110px !important;
  }
  .pl-pc-110 {
    padding-left: 110px !important;
  }
  .pr-pc-110 {
    padding-right: 110px !important;
  }
  .m-pc-120 {
    margin: 120px !important;
  }
  .mt-pc-120 {
    margin-top: 120px !important;
  }
  .mb-pc-120 {
    margin-bottom: 120px !important;
  }
  .ml-pc-120 {
    margin-left: 120px !important;
  }
  .mr-pc-120 {
    margin-right: 120px !important;
  }
  .p-pc-120 {
    padding: 120px !important;
  }
  .pt-pc-120 {
    padding-top: 120px !important;
  }
  .pb-pc-120 {
    padding-bottom: 120px !important;
  }
  .pl-pc-120 {
    padding-left: 120px !important;
  }
  .pr-pc-120 {
    padding-right: 120px !important;
  }
  .m-pc-130 {
    margin: 130px !important;
  }
  .mt-pc-130 {
    margin-top: 130px !important;
  }
  .mb-pc-130 {
    margin-bottom: 130px !important;
  }
  .ml-pc-130 {
    margin-left: 130px !important;
  }
  .mr-pc-130 {
    margin-right: 130px !important;
  }
  .p-pc-130 {
    padding: 130px !important;
  }
  .pt-pc-130 {
    padding-top: 130px !important;
  }
  .pb-pc-130 {
    padding-bottom: 130px !important;
  }
  .pl-pc-130 {
    padding-left: 130px !important;
  }
  .pr-pc-130 {
    padding-right: 130px !important;
  }
  .m-pc-140 {
    margin: 140px !important;
  }
  .mt-pc-140 {
    margin-top: 140px !important;
  }
  .mb-pc-140 {
    margin-bottom: 140px !important;
  }
  .ml-pc-140 {
    margin-left: 140px !important;
  }
  .mr-pc-140 {
    margin-right: 140px !important;
  }
  .p-pc-140 {
    padding: 140px !important;
  }
  .pt-pc-140 {
    padding-top: 140px !important;
  }
  .pb-pc-140 {
    padding-bottom: 140px !important;
  }
  .pl-pc-140 {
    padding-left: 140px !important;
  }
  .pr-pc-140 {
    padding-right: 140px !important;
  }
  .m-pc-150 {
    margin: 150px !important;
  }
  .mt-pc-150 {
    margin-top: 150px !important;
  }
  .mb-pc-150 {
    margin-bottom: 150px !important;
  }
  .ml-pc-150 {
    margin-left: 150px !important;
  }
  .mr-pc-150 {
    margin-right: 150px !important;
  }
  .p-pc-150 {
    padding: 150px !important;
  }
  .pt-pc-150 {
    padding-top: 150px !important;
  }
  .pb-pc-150 {
    padding-bottom: 150px !important;
  }
  .pl-pc-150 {
    padding-left: 150px !important;
  }
  .pr-pc-150 {
    padding-right: 150px !important;
  }
  .m-pc-160 {
    margin: 160px !important;
  }
  .mt-pc-160 {
    margin-top: 160px !important;
  }
  .mb-pc-160 {
    margin-bottom: 160px !important;
  }
  .ml-pc-160 {
    margin-left: 160px !important;
  }
  .mr-pc-160 {
    margin-right: 160px !important;
  }
  .p-pc-160 {
    padding: 160px !important;
  }
  .pt-pc-160 {
    padding-top: 160px !important;
  }
  .pb-pc-160 {
    padding-bottom: 160px !important;
  }
  .pl-pc-160 {
    padding-left: 160px !important;
  }
  .pr-pc-160 {
    padding-right: 160px !important;
  }
  .m-pc-170 {
    margin: 170px !important;
  }
  .mt-pc-170 {
    margin-top: 170px !important;
  }
  .mb-pc-170 {
    margin-bottom: 170px !important;
  }
  .ml-pc-170 {
    margin-left: 170px !important;
  }
  .mr-pc-170 {
    margin-right: 170px !important;
  }
  .p-pc-170 {
    padding: 170px !important;
  }
  .pt-pc-170 {
    padding-top: 170px !important;
  }
  .pb-pc-170 {
    padding-bottom: 170px !important;
  }
  .pl-pc-170 {
    padding-left: 170px !important;
  }
  .pr-pc-170 {
    padding-right: 170px !important;
  }
  .m-pc-180 {
    margin: 180px !important;
  }
  .mt-pc-180 {
    margin-top: 180px !important;
  }
  .mb-pc-180 {
    margin-bottom: 180px !important;
  }
  .ml-pc-180 {
    margin-left: 180px !important;
  }
  .mr-pc-180 {
    margin-right: 180px !important;
  }
  .p-pc-180 {
    padding: 180px !important;
  }
  .pt-pc-180 {
    padding-top: 180px !important;
  }
  .pb-pc-180 {
    padding-bottom: 180px !important;
  }
  .pl-pc-180 {
    padding-left: 180px !important;
  }
  .pr-pc-180 {
    padding-right: 180px !important;
  }
  .m-pc-190 {
    margin: 190px !important;
  }
  .mt-pc-190 {
    margin-top: 190px !important;
  }
  .mb-pc-190 {
    margin-bottom: 190px !important;
  }
  .ml-pc-190 {
    margin-left: 190px !important;
  }
  .mr-pc-190 {
    margin-right: 190px !important;
  }
  .p-pc-190 {
    padding: 190px !important;
  }
  .pt-pc-190 {
    padding-top: 190px !important;
  }
  .pb-pc-190 {
    padding-bottom: 190px !important;
  }
  .pl-pc-190 {
    padding-left: 190px !important;
  }
  .pr-pc-190 {
    padding-right: 190px !important;
  }
  .m-pc-200 {
    margin: 200px !important;
  }
  .mt-pc-200 {
    margin-top: 200px !important;
  }
  .mb-pc-200 {
    margin-bottom: 200px !important;
  }
  .ml-pc-200 {
    margin-left: 200px !important;
  }
  .mr-pc-200 {
    margin-right: 200px !important;
  }
  .p-pc-200 {
    padding: 200px !important;
  }
  .pt-pc-200 {
    padding-top: 200px !important;
  }
  .pb-pc-200 {
    padding-bottom: 200px !important;
  }
  .pl-pc-200 {
    padding-left: 200px !important;
  }
  .pr-pc-200 {
    padding-right: 200px !important;
  }
}
@media (max-width: 767px) {
  .m-sp--5 {
    margin: -5px !important;
  }
  .mt-sp--5 {
    margin-top: -5px !important;
  }
  .mb-sp--5 {
    margin-bottom: -5px !important;
  }
  .ml-sp--5 {
    margin-left: -5px !important;
  }
  .mr-sp--5 {
    margin-right: -5px !important;
  }
  .m-sp-5 {
    margin: 5px !important;
  }
  .mt-sp-5 {
    margin-top: 5px !important;
  }
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .ml-sp-5 {
    margin-left: 5px !important;
  }
  .mr-sp-5 {
    margin-right: 5px !important;
  }
  .m-sp-15 {
    margin: 15px !important;
  }
  .mt-sp-15 {
    margin-top: 15px !important;
  }
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .ml-sp-15 {
    margin-left: 15px !important;
  }
  .mr-sp-15 {
    margin-right: 15px !important;
  }
  .m-sp-25 {
    margin: 25px !important;
  }
  .mt-sp-25 {
    margin-top: 25px !important;
  }
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .ml-sp-25 {
    margin-left: 25px !important;
  }
  .mr-sp-25 {
    margin-right: 25px !important;
  }
  .m-sp-35 {
    margin: 35px !important;
  }
  .mt-sp-35 {
    margin-top: 35px !important;
  }
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .ml-sp-35 {
    margin-left: 35px !important;
  }
  .mr-sp-35 {
    margin-right: 35px !important;
  }
  .m-sp-45 {
    margin: 45px !important;
  }
  .mt-sp-45 {
    margin-top: 45px !important;
  }
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .ml-sp-45 {
    margin-left: 45px !important;
  }
  .mr-sp-45 {
    margin-right: 45px !important;
  }
  .m-sp-55 {
    margin: 55px !important;
  }
  .mt-sp-55 {
    margin-top: 55px !important;
  }
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .ml-sp-55 {
    margin-left: 55px !important;
  }
  .mr-sp-55 {
    margin-right: 55px !important;
  }
  .m-sp-65 {
    margin: 65px !important;
  }
  .mt-sp-65 {
    margin-top: 65px !important;
  }
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .ml-sp-65 {
    margin-left: 65px !important;
  }
  .mr-sp-65 {
    margin-right: 65px !important;
  }
  .m-sp-75 {
    margin: 75px !important;
  }
  .mt-sp-75 {
    margin-top: 75px !important;
  }
  .mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .ml-sp-75 {
    margin-left: 75px !important;
  }
  .mr-sp-75 {
    margin-right: 75px !important;
  }
  .m-sp-85 {
    margin: 85px !important;
  }
  .mt-sp-85 {
    margin-top: 85px !important;
  }
  .mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .ml-sp-85 {
    margin-left: 85px !important;
  }
  .mr-sp-85 {
    margin-right: 85px !important;
  }
  .m-sp-95 {
    margin: 95px !important;
  }
  .mt-sp-95 {
    margin-top: 95px !important;
  }
  .mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .ml-sp-95 {
    margin-left: 95px !important;
  }
  .mr-sp-95 {
    margin-right: 95px !important;
  }
  .m-sp-105 {
    margin: 105px !important;
  }
  .mt-sp-105 {
    margin-top: 105px !important;
  }
  .mb-sp-105 {
    margin-bottom: 105px !important;
  }
  .ml-sp-105 {
    margin-left: 105px !important;
  }
  .mr-sp-105 {
    margin-right: 105px !important;
  }
  .m-sp-115 {
    margin: 115px !important;
  }
  .mt-sp-115 {
    margin-top: 115px !important;
  }
  .mb-sp-115 {
    margin-bottom: 115px !important;
  }
  .ml-sp-115 {
    margin-left: 115px !important;
  }
  .mr-sp-115 {
    margin-right: 115px !important;
  }
  .m-sp-125 {
    margin: 125px !important;
  }
  .mt-sp-125 {
    margin-top: 125px !important;
  }
  .mb-sp-125 {
    margin-bottom: 125px !important;
  }
  .ml-sp-125 {
    margin-left: 125px !important;
  }
  .mr-sp-125 {
    margin-right: 125px !important;
  }
  .m-sp-135 {
    margin: 135px !important;
  }
  .mt-sp-135 {
    margin-top: 135px !important;
  }
  .mb-sp-135 {
    margin-bottom: 135px !important;
  }
  .ml-sp-135 {
    margin-left: 135px !important;
  }
  .mr-sp-135 {
    margin-right: 135px !important;
  }
  .m-sp-145 {
    margin: 145px !important;
  }
  .mt-sp-145 {
    margin-top: 145px !important;
  }
  .mb-sp-145 {
    margin-bottom: 145px !important;
  }
  .ml-sp-145 {
    margin-left: 145px !important;
  }
  .mr-sp-145 {
    margin-right: 145px !important;
  }
  .m-sp-155 {
    margin: 155px !important;
  }
  .mt-sp-155 {
    margin-top: 155px !important;
  }
  .mb-sp-155 {
    margin-bottom: 155px !important;
  }
  .ml-sp-155 {
    margin-left: 155px !important;
  }
  .mr-sp-155 {
    margin-right: 155px !important;
  }
  .m-sp-165 {
    margin: 165px !important;
  }
  .mt-sp-165 {
    margin-top: 165px !important;
  }
  .mb-sp-165 {
    margin-bottom: 165px !important;
  }
  .ml-sp-165 {
    margin-left: 165px !important;
  }
  .mr-sp-165 {
    margin-right: 165px !important;
  }
  .m-sp-175 {
    margin: 175px !important;
  }
  .mt-sp-175 {
    margin-top: 175px !important;
  }
  .mb-sp-175 {
    margin-bottom: 175px !important;
  }
  .ml-sp-175 {
    margin-left: 175px !important;
  }
  .mr-sp-175 {
    margin-right: 175px !important;
  }
  .m-sp-185 {
    margin: 185px !important;
  }
  .mt-sp-185 {
    margin-top: 185px !important;
  }
  .mb-sp-185 {
    margin-bottom: 185px !important;
  }
  .ml-sp-185 {
    margin-left: 185px !important;
  }
  .mr-sp-185 {
    margin-right: 185px !important;
  }
  .m-sp-195 {
    margin: 195px !important;
  }
  .mt-sp-195 {
    margin-top: 195px !important;
  }
  .mb-sp-195 {
    margin-bottom: 195px !important;
  }
  .ml-sp-195 {
    margin-left: 195px !important;
  }
  .mr-sp-195 {
    margin-right: 195px !important;
  }
  .m-sp--50 {
    margin: -50px !important;
  }
  .mt-sp--50 {
    margin-top: -50px !important;
  }
  .mb-sp--50 {
    margin-bottom: -50px !important;
  }
  .ml-sp--50 {
    margin-left: -50px !important;
  }
  .mr-sp--50 {
    margin-right: -50px !important;
  }
  .p-sp--50 {
    padding: -50px !important;
  }
  .pt-sp--50 {
    padding-top: -50px !important;
  }
  .pb-sp--50 {
    padding-bottom: -50px !important;
  }
  .pl-sp--50 {
    padding-left: -50px !important;
  }
  .pr-sp--50 {
    padding-right: -50px !important;
  }
  .m-sp--40 {
    margin: -40px !important;
  }
  .mt-sp--40 {
    margin-top: -40px !important;
  }
  .mb-sp--40 {
    margin-bottom: -40px !important;
  }
  .ml-sp--40 {
    margin-left: -40px !important;
  }
  .mr-sp--40 {
    margin-right: -40px !important;
  }
  .p-sp--40 {
    padding: -40px !important;
  }
  .pt-sp--40 {
    padding-top: -40px !important;
  }
  .pb-sp--40 {
    padding-bottom: -40px !important;
  }
  .pl-sp--40 {
    padding-left: -40px !important;
  }
  .pr-sp--40 {
    padding-right: -40px !important;
  }
  .m-sp--30 {
    margin: -30px !important;
  }
  .mt-sp--30 {
    margin-top: -30px !important;
  }
  .mb-sp--30 {
    margin-bottom: -30px !important;
  }
  .ml-sp--30 {
    margin-left: -30px !important;
  }
  .mr-sp--30 {
    margin-right: -30px !important;
  }
  .p-sp--30 {
    padding: -30px !important;
  }
  .pt-sp--30 {
    padding-top: -30px !important;
  }
  .pb-sp--30 {
    padding-bottom: -30px !important;
  }
  .pl-sp--30 {
    padding-left: -30px !important;
  }
  .pr-sp--30 {
    padding-right: -30px !important;
  }
  .m-sp--20 {
    margin: -20px !important;
  }
  .mt-sp--20 {
    margin-top: -20px !important;
  }
  .mb-sp--20 {
    margin-bottom: -20px !important;
  }
  .ml-sp--20 {
    margin-left: -20px !important;
  }
  .mr-sp--20 {
    margin-right: -20px !important;
  }
  .p-sp--20 {
    padding: -20px !important;
  }
  .pt-sp--20 {
    padding-top: -20px !important;
  }
  .pb-sp--20 {
    padding-bottom: -20px !important;
  }
  .pl-sp--20 {
    padding-left: -20px !important;
  }
  .pr-sp--20 {
    padding-right: -20px !important;
  }
  .m-sp--10 {
    margin: -10px !important;
  }
  .mt-sp--10 {
    margin-top: -10px !important;
  }
  .mb-sp--10 {
    margin-bottom: -10px !important;
  }
  .ml-sp--10 {
    margin-left: -10px !important;
  }
  .mr-sp--10 {
    margin-right: -10px !important;
  }
  .p-sp--10 {
    padding: -10px !important;
  }
  .pt-sp--10 {
    padding-top: -10px !important;
  }
  .pb-sp--10 {
    padding-bottom: -10px !important;
  }
  .pl-sp--10 {
    padding-left: -10px !important;
  }
  .pr-sp--10 {
    padding-right: -10px !important;
  }
  .m-sp-0 {
    margin: 0px !important;
  }
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .p-sp-0 {
    padding: 0px !important;
  }
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pl-sp-0 {
    padding-left: 0px !important;
  }
  .pr-sp-0 {
    padding-right: 0px !important;
  }
  .m-sp-10 {
    margin: 10px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .p-sp-10 {
    padding: 10px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .m-sp-20 {
    margin: 20px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .p-sp-20 {
    padding: 20px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .m-sp-30 {
    margin: 30px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .p-sp-30 {
    padding: 30px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .m-sp-40 {
    margin: 40px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .p-sp-40 {
    padding: 40px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .m-sp-50 {
    margin: 50px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .p-sp-50 {
    padding: 50px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .m-sp-60 {
    margin: 60px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .p-sp-60 {
    padding: 60px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .m-sp-70 {
    margin: 70px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .p-sp-70 {
    padding: 70px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .m-sp-80 {
    margin: 80px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .p-sp-80 {
    padding: 80px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .m-sp-90 {
    margin: 90px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .p-sp-90 {
    padding: 90px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .m-sp-100 {
    margin: 100px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .p-sp-100 {
    padding: 100px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .m-sp-110 {
    margin: 110px !important;
  }
  .mt-sp-110 {
    margin-top: 110px !important;
  }
  .mb-sp-110 {
    margin-bottom: 110px !important;
  }
  .ml-sp-110 {
    margin-left: 110px !important;
  }
  .mr-sp-110 {
    margin-right: 110px !important;
  }
  .p-sp-110 {
    padding: 110px !important;
  }
  .pt-sp-110 {
    padding-top: 110px !important;
  }
  .pb-sp-110 {
    padding-bottom: 110px !important;
  }
  .pl-sp-110 {
    padding-left: 110px !important;
  }
  .pr-sp-110 {
    padding-right: 110px !important;
  }
  .m-sp-120 {
    margin: 120px !important;
  }
  .mt-sp-120 {
    margin-top: 120px !important;
  }
  .mb-sp-120 {
    margin-bottom: 120px !important;
  }
  .ml-sp-120 {
    margin-left: 120px !important;
  }
  .mr-sp-120 {
    margin-right: 120px !important;
  }
  .p-sp-120 {
    padding: 120px !important;
  }
  .pt-sp-120 {
    padding-top: 120px !important;
  }
  .pb-sp-120 {
    padding-bottom: 120px !important;
  }
  .pl-sp-120 {
    padding-left: 120px !important;
  }
  .pr-sp-120 {
    padding-right: 120px !important;
  }
  .m-sp-130 {
    margin: 130px !important;
  }
  .mt-sp-130 {
    margin-top: 130px !important;
  }
  .mb-sp-130 {
    margin-bottom: 130px !important;
  }
  .ml-sp-130 {
    margin-left: 130px !important;
  }
  .mr-sp-130 {
    margin-right: 130px !important;
  }
  .p-sp-130 {
    padding: 130px !important;
  }
  .pt-sp-130 {
    padding-top: 130px !important;
  }
  .pb-sp-130 {
    padding-bottom: 130px !important;
  }
  .pl-sp-130 {
    padding-left: 130px !important;
  }
  .pr-sp-130 {
    padding-right: 130px !important;
  }
  .m-sp-140 {
    margin: 140px !important;
  }
  .mt-sp-140 {
    margin-top: 140px !important;
  }
  .mb-sp-140 {
    margin-bottom: 140px !important;
  }
  .ml-sp-140 {
    margin-left: 140px !important;
  }
  .mr-sp-140 {
    margin-right: 140px !important;
  }
  .p-sp-140 {
    padding: 140px !important;
  }
  .pt-sp-140 {
    padding-top: 140px !important;
  }
  .pb-sp-140 {
    padding-bottom: 140px !important;
  }
  .pl-sp-140 {
    padding-left: 140px !important;
  }
  .pr-sp-140 {
    padding-right: 140px !important;
  }
  .m-sp-150 {
    margin: 150px !important;
  }
  .mt-sp-150 {
    margin-top: 150px !important;
  }
  .mb-sp-150 {
    margin-bottom: 150px !important;
  }
  .ml-sp-150 {
    margin-left: 150px !important;
  }
  .mr-sp-150 {
    margin-right: 150px !important;
  }
  .p-sp-150 {
    padding: 150px !important;
  }
  .pt-sp-150 {
    padding-top: 150px !important;
  }
  .pb-sp-150 {
    padding-bottom: 150px !important;
  }
  .pl-sp-150 {
    padding-left: 150px !important;
  }
  .pr-sp-150 {
    padding-right: 150px !important;
  }
  .m-sp-160 {
    margin: 160px !important;
  }
  .mt-sp-160 {
    margin-top: 160px !important;
  }
  .mb-sp-160 {
    margin-bottom: 160px !important;
  }
  .ml-sp-160 {
    margin-left: 160px !important;
  }
  .mr-sp-160 {
    margin-right: 160px !important;
  }
  .p-sp-160 {
    padding: 160px !important;
  }
  .pt-sp-160 {
    padding-top: 160px !important;
  }
  .pb-sp-160 {
    padding-bottom: 160px !important;
  }
  .pl-sp-160 {
    padding-left: 160px !important;
  }
  .pr-sp-160 {
    padding-right: 160px !important;
  }
  .m-sp-170 {
    margin: 170px !important;
  }
  .mt-sp-170 {
    margin-top: 170px !important;
  }
  .mb-sp-170 {
    margin-bottom: 170px !important;
  }
  .ml-sp-170 {
    margin-left: 170px !important;
  }
  .mr-sp-170 {
    margin-right: 170px !important;
  }
  .p-sp-170 {
    padding: 170px !important;
  }
  .pt-sp-170 {
    padding-top: 170px !important;
  }
  .pb-sp-170 {
    padding-bottom: 170px !important;
  }
  .pl-sp-170 {
    padding-left: 170px !important;
  }
  .pr-sp-170 {
    padding-right: 170px !important;
  }
  .m-sp-180 {
    margin: 180px !important;
  }
  .mt-sp-180 {
    margin-top: 180px !important;
  }
  .mb-sp-180 {
    margin-bottom: 180px !important;
  }
  .ml-sp-180 {
    margin-left: 180px !important;
  }
  .mr-sp-180 {
    margin-right: 180px !important;
  }
  .p-sp-180 {
    padding: 180px !important;
  }
  .pt-sp-180 {
    padding-top: 180px !important;
  }
  .pb-sp-180 {
    padding-bottom: 180px !important;
  }
  .pl-sp-180 {
    padding-left: 180px !important;
  }
  .pr-sp-180 {
    padding-right: 180px !important;
  }
  .m-sp-190 {
    margin: 190px !important;
  }
  .mt-sp-190 {
    margin-top: 190px !important;
  }
  .mb-sp-190 {
    margin-bottom: 190px !important;
  }
  .ml-sp-190 {
    margin-left: 190px !important;
  }
  .mr-sp-190 {
    margin-right: 190px !important;
  }
  .p-sp-190 {
    padding: 190px !important;
  }
  .pt-sp-190 {
    padding-top: 190px !important;
  }
  .pb-sp-190 {
    padding-bottom: 190px !important;
  }
  .pl-sp-190 {
    padding-left: 190px !important;
  }
  .pr-sp-190 {
    padding-right: 190px !important;
  }
  .m-sp-200 {
    margin: 200px !important;
  }
  .mt-sp-200 {
    margin-top: 200px !important;
  }
  .mb-sp-200 {
    margin-bottom: 200px !important;
  }
  .ml-sp-200 {
    margin-left: 200px !important;
  }
  .mr-sp-200 {
    margin-right: 200px !important;
  }
  .p-sp-200 {
    padding: 200px !important;
  }
  .pt-sp-200 {
    padding-top: 200px !important;
  }
  .pb-sp-200 {
    padding-bottom: 200px !important;
  }
  .pl-sp-200 {
    padding-left: 200px !important;
  }
  .pr-sp-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

._pc {
  display: none !important;
}
@media (min-width: 768px) {
  ._pc {
    display: block !important;
  }
}

._pc_table {
  display: none;
}
@media (min-width: 768px) {
  ._pc_table {
    display: table-cell;
  }
}

@media (max-width: 1099px) {
  ._xls {
    display: none;
  }
}

._xll {
  display: none;
}
@media (max-width: 1099px) {
  ._xll {
    display: block;
  }
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .inner {
    width: 90%;
  }
}
._semiBold {
  font-weight: 600;
}

.textBlack {
  color: #111;
}

.semiBold_Black {
  font-weight: 600;
  color: #111 !important;
}

.ttl03 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.ttl03_white {
  color: #fff;
}

.ttl03::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #149bd9;
}

.ttl03_white::before {
  background-color: #fff;
}

@media (max-width: 767px) {
  .ttl03 {
    font-size: 2rem;
  }
  .ttl03::before {
    bottom: -15px;
  }
}
.ttl03_en {
  text-align: center;
}

.ttl03_en_img {
  width: auto;
  margin: 0 auto;
}

.ttl03_en_sub {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 20px;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .ttl03_en_img {
    width: 40%;
  }
  .ttl03_en_sub {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
.common_btn {
  position: relative;
  padding: 17px 44px;
  max-width: 200px;
  background-color: #2ba5dc;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 0;
  transition: 0.3s;
  max-width: 200px;
  background-color: #f28d00;
  font-size: 1.5rem;
}
.common_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.3s;
}
.common_btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #2ba5dc;
  outline: #2ba5dc solid 1px;
  outline-offset: -1px;
  transition: 0.3s;
}
.common_btn:hover::after {
  border-left: 8px solid #2ba5dc;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #111;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

main {
  padding-top: 80px;
}
@media screen and (min-width: 1101px) {
  main {
    padding-top: 120px;
  }
}

main.main::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

p, a, li, span, th, td, dt, dd, pre, figcaption, input[type=text], input[type=button], input[type=submit], textarea {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}

pre {
  font-family: inherit;
  white-space: pre-wrap;
}

img {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.8rem;
}

a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
a:hover {
  opacity: 0.8;
}

.error {
  display: block;
}

#wrap {
  min-height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  p, a, li, span, th, td, dt, dd, pre, figcaption, input[type=text], input[type=button], textarea {
    font-size: 1.8rem;
  }
}
#header {
  height: 120px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

#header.m_fixed {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

#header .header_inner {
  padding: 12px 30px;
  justify-content: space-between;
}

#header .header_logo {
  max-width: 364px;
  width: 100%;
}

#header .header_catch {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.08em;
}

#header .logo_img {
  padding-top: 12px;
}

#header .tel_img {
  max-width: 223px;
  width: 100%;
}

#header .tel_info {
  font-size: 1.2rem;
}

#header .header_btn_link {
  position: relative;
  padding: 17px 44px;
  max-width: 200px;
  background-color: #2ba5dc;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 0;
  transition: 0.3s;
}
#header .header_btn_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.3s;
}
#header .header_btn_link:hover {
  opacity: 1;
  background-color: #fff;
  color: #2ba5dc;
  outline: #2ba5dc solid 1px;
  outline-offset: -1px;
  transition: 0.3s;
}
#header .header_btn_link:hover::after {
  border-left: 8px solid #2ba5dc;
}

#header .header_btn_link_orange {
  background-color: #f28d00;
}
#header .header_btn_link_orange:hover {
  color: #f28d00;
  outline: #f28d00 solid 1px;
}
#header .header_btn_link_orange:hover::after {
  border-left: 8px solid #f28d00;
}

#header .header_right_bottom {
  justify-content: space-around;
}

#header .header_nav_link {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 1100px) {
  #header {
    height: 80px;
    transition: 0.3s;
  }
  #header .header_inner {
    padding: 10px;
  }
  #header .header_left {
    width: 100%;
  }
  #header .header_logo {
    max-width: 150px;
  }
  #header .header_catch {
    font-size: 1rem;
  }
  #header .header_right {
    display: none;
    padding-top: 30px;
    width: 100%;
  }
  #header .header_tel {
    width: 100%;
    text-align: center;
  }
  #header .header_btn_list {
    margin: 0 auto;
  }
  #header .header_btn_item {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  #header .header_nav_item {
    width: 100%;
  }
  #header .header_nav_link {
    padding: 10px;
    text-align: center;
  }
  #header.open {
    height: 100vh;
    background-color: white;
  }
  #header.open .header_right {
    display: block;
  }
  #header .header_logo, #top #header .header_logo {
    max-width: 140px;
    padding-top: 5px;
  }
  #header .header_nav {
    width: 100%;
  }
  #header .header_list {
    width: 100%;
    display: none;
  }
  #header .header_list.open {
    display: flex;
  }
  #header .header_contact {
    display: none;
  }
  #header .header_contact.open {
    display: block;
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  #header .header_list_item {
    width: 100%;
    padding-top: 30px;
  }
  #header .header_list_link {
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    text-shadow: none;
  }
  #top #header .header_list_link {
    color: #111;
  }
  #header .header_contact_tel, #header .tel_num {
    font-size: 1.6rem;
    color: #fff;
    text-shadow: none;
  }
  #top #header .header_contact_tel, #top #header .tel_num {
    color: #111;
  }
  #header .header_contact_form_btn {
    margin-top: 10px;
    font-size: 1.5rem;
    outline: solid 2px #111;
    outline-offset: -2px;
    padding: 14px 0;
  }
  /* ハンバーガーメニュー */
  #header .navBtn {
    width: 30px;
    height: 20px;
    display: block;
    z-index: 100;
    position: absolute;
    top: 25px;
    right: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
  }
  #header .navBtn .hambarg {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #111;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
  }
  #header .navBtn .hambarg:nth-child(1) {
    top: 0%;
  }
  #header .navBtn .hambarg:nth-child(2) {
    top: 50%;
  }
  #header .navBtn .hambarg:nth-child(3) {
    top: 100%;
  }
  #header .on.hambarg:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
  }
  #header .on.hambarg:nth-child(2) {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  #header .on.hambarg:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
  }
}
#footer .footer_nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto;
  padding: 60px 0;
}

#footer .footer_item + .footer_item {
  border-left: #149bd9 solid 1px;
}

#footer .footer_link {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 0 10px;
}

#footer .footer_copy {
  background-color: #149bd9;
  padding: 20px 0;
  text-align: center;
}

#footer .footer_copy_txt {
  font-size: 12px;
  color: #fff;
}

@media (max-width: 767px) {
  #footer .footer_nav {
    justify-content: flex-start;
  }
  #footer .footer_item {
    width: 50%;
  }
  #footer .footer_item + .footer_item {
    border-left: inherit;
  }
  #footer .footer_link {
    padding: 10px;
  }
}
#part_company {
  background-color: #d9f3ff;
  padding: 120px 0;
}

#part_company .bg_part_company {
  padding: 30px 30px 30px 50px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  align-items: center;
  justify-content: space-between;
}

#part_company .part_company_ttl, #part_company .part_company_num, #part_company .part_company_address, #part_company .part_company_tel {
  font-weight: bold;
  letter-spacing: -0.01em;
}

#part_company .part_company_ttl {
  font-size: 24px;
}

#part_company .part_company_map {
  max-width: 700px;
  border-radius: 10px;
  width: 100%;
}

#part_company .part_company_map iframe {
  width: 100%;
  height: 320px;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  #part_company {
    padding: 120px 10px;
  }
  #part_company .part_company_txt {
    width: 35%;
  }
  #part_company .part_company_map {
    width: 65%;
  }
}
@media (max-width: 767px) {
  #part_company .bg_part_company {
    padding: 40px;
  }
  #part_company .part_company_map iframe {
    height: 200px;
  }
}
.title_inner {
  padding: 180px 0 150px;
  background-color: #2ba5dd;
}

.title {
  color: #fff;
  text-align: center;
  position: relative;
}

.title_sub {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.title_img {
  width: auto;
}

@media (max-width: 767px) {
  .title_inner {
    padding: 80px 0;
  }
}
#top .top_bg {
  position: relative;
}

#top .top_bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 96%;
  height: 100%;
  z-index: -2;
  border-bottom-left-radius: 100px;
}

#top .top_inner {
  padding: 100px 0;
  align-items: flex-start;
  justify-content: space-between;
}

#top .top_left {
  max-width: 550px;
  width: 100%;
}

#top .top_right {
  max-width: calc(100% - 550px - 30px);
  width: 100%;
}

#top .top_ttl {
  font-weight: 700;
  font-size: 3.6rem;
  color: #fff;
  position: relative;
  padding-left: 92px;
  padding: 38px 0 38px 92px;
}

#top .top_ttl02 {
  font-size: 48px;
  font-weight: bold;
}

#top .top_ttl_point {
  position: absolute;
  top: 0;
  left: 0;
  width: 184px;
  z-index: -1;
}

#top .top_txt {
  color: #fff;
  line-height: 1.8;
  letter-spacing: -0.03em;
}

#top .top_highlight_txt {
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  letter-spacing: -0.01em;
}

#top .top_highlight_txt::before {
  background-color: #f28d00;
  content: "";
  position: absolute;
  bottom: -3px;
  display: inline-block;
  width: 100%;
  height: 10px;
  transform: skewX(-50deg);
  z-index: -1;
}

/* ------------

mv

------------ */
#top .mv_bg {
  background-image: url("../images/top/mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 120px);
}

#top .mv_txt_main {
  padding-top: 220px;
}

#top .mv_txt_main .char {
  font-size: 3.6rem;
  font-weight: 700;
  color: #111;
  letter-spacing: 0;
  animation-name: fadeUpMV;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.mv_txt_main .char:nth-child(1) {
  animation-delay: 0.1s;
}

.mv_txt_main .char:nth-child(2) {
  animation-delay: 0.3s;
}

.mv_txt_main .char:nth-child(3) {
  animation-delay: 0.5s;
}

.mv_txt_main .char:nth-child(4) {
  animation-delay: 0.7s;
}

.mv_txt_main .char:nth-child(5) {
  animation-delay: 0.9s;
}

.mv_txt_main .char:nth-child(6) {
  animation-delay: 1.1s;
}

.mv_txt_main .char:nth-child(7) {
  animation-delay: 1.3s;
}

.mv_txt_main .char:nth-child(8) {
  animation-delay: 1.5s;
}

.mv_txt_main .char:nth-child(9) {
  animation-delay: 1.7s;
}

.mv_txt_main .char:nth-child(10) {
  animation-delay: 1.9s;
}

.mv_txt_main .char:nth-child(11) {
  animation-delay: 2.1s;
}

.mv_txt_main .char:nth-child(12) {
  animation-delay: 2.3s;
}

.mv_txt_main .char:nth-child(13) {
  animation-delay: 2.5s;
}

#top .mv_txt_main .fsL {
  font-size: 6rem;
  color: #2ba5dc;
  letter-spacing: 0.1em;
}

#top .mv_txt_sub {
  padding: 10px 15px;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0;
  background-color: #f28d00;
  display: inline-block;
  animation-name: fadeUpMV;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpMV {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------

new

------------ */
#top #new {
  margin-top: -80px;
}

#top .new_list {
  padding: 22px 50px;
  width: 100%;
  background-color: #fff;
  border-radius: 40px;
  border: #2ba5dc solid 2px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  justify-content: space-between;
}

#top .new_ttl {
  color: #2ba5dc;
  font-weight: 700;
  font-size: 1.8rem;
}

#top .new_contents {
  max-width: 860px;
  width: 100%;
}

#top .new_date {
  font-size: 1.5rem;
  font-weight: 700;
}

#top .new_txt {
  margin-left: 20px;
  font-size: 1.8rem;
  max-width: 750px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 700;
  letter-spacing: 0;
}

/* ------------

top_about

------------ */
#top #top_about {
  margin-top: 11px;
}

#top .top_bg_about::before {
  background-image: url("../images/top/top_about_bg.jpg");
}

/* ------------

top_service

------------ */
#top .top_bg_service::before {
  right: inherit;
  left: 0;
  border-bottom-left-radius: inherit;
  border-top-right-radius: 100px;
  background-image: url("../images/top/top_service_bg.jpg");
}

#top .top_service_list {
  justify-content: space-between;
}

#top .top_btn_service {
  margin: 0 auto;
  display: block;
}

/* ------------

top_recruit

------------ */
#top .top_bg_recruit::before {
  background-image: url("../images/top/top_recruit_bg.jpg");
}

/* ------------

top_employ

------------ */
#top .employ_ttl {
  max-width: 266px;
  margin: 0 auto;
}

#top .top_bg_employ {
  background-color: #149bd9;
  padding: 80px 0;
}

#top .top_btn_employ {
  margin: 0 auto;
  display: block;
}

#top .top_slick_employ .slick-track {
  padding: 20px 0;
}

#top .top_slick_employ_item {
  margin: 0 15px;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

#top .top_slick_employ_item_link {
  justify-content: space-between;
}

#top .top_slick_employ_img_inner {
  width: 46%;
  position: relative;
}

#top .top_slick_employ_img_inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#top .top_slick_employ_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#top .top_slick_employ_txt {
  width: 100%;
  max-width: calc(54% - 30px);
}

#top .top_slick_employ_name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: #149bd9 solid 2px;
  line-height: 1;
}

#top .top_slick_employ_contents {
  padding-top: 30px;
}

#top .top_slick_employ_contents_ttl, #top .top_slick_employ_contents_detail {
  letter-spacing: -0.01em;
}

/* ------------

top用 company

------------ */
#top #part_company {
  background-color: #d9f3ff;
  padding: 85px 0 120px;
}

#top #part_company .top_ttl03_part_comapny {
  margin-bottom: 100px;
  color: #111;
}

#top #part_company .top_ttl03_part_comapny::before {
  background-color: #149bd9;
}

/* ------------

1100px以下768未満

------------ */
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .inner {
    padding: 0 10px;
  }
  #top .top_inner {
    padding: 100px 30px;
    justify-content: space-between;
  }
  #top .top_ttl {
    font-size: 3rem;
  }
  #top .top_ttl02 {
    font-size: 3rem;
  }
  #top .top_bg::before {
    width: 100%;
  }
  #top .top_left, #top .top_right {
    max-width: calc(50% - 10px);
  }
  /* ------------

  mv

  ------------ */
  #top .mv_bg {
    height: 60vh;
  }
  /* ------------

  new

  ------------ */
  #top #new {
    margin-top: -120px;
  }
  /* ------------

  service

  ------------ */
  #top .top_service_flex {
    justify-content: space-between;
  }
  #top .top_service_item {
    width: calc(33.3333333333% - 20px);
  }
  /* ------------

  employ

  ------------ */
  #top .top_slick_employ_img_inner, #top .top_slick_employ_txt {
    width: 100%;
    max-width: 100%;
  }
  #top .employ_ttl {
    max-width: 160px;
  }
  #top .top_slick_employ_name {
    margin-top: 30px;
  }
  #top #part_company {
    background-color: #d9f3ff;
    padding: 85px 10px 120px;
  }
}
@media (max-width: 767px) {
  #top .top_bg::before {
    width: 100%;
  }
  #top .top_right {
    max-width: 100%;
    text-align: center;
  }
  #top .top_ttl {
    font-size: 2.2rem;
    padding: 30px 0px 0 90px;
    line-height: 1.4;
  }
  #top .top_ttl_point {
    width: 100px;
  }
  #top .top_ttl02 {
    font-size: 2.2rem;
  }
  /* ------------

  mv

  ------------ */
  #top .mv_bg {
    background-position: 56% center;
    height: 70vh;
  }
  #top .mv_txt_main {
    padding-top: 50%;
  }
  #top .mv_txt_main .char {
    font-size: 2.4rem;
  }
  #top .mv_txt_main .fsL {
    font-size: 3rem;
  }
  /* ------------

  new

  ------------ */
  #top #new {
    margin: 20px;
  }
  #top .new_list {
    border-radius: 20px;
    padding: 10px 30px;
  }
  #top .new_contents {
    margin-top: 6px;
  }
  #top .new_txt {
    margin-left: 0;
  }
  /* ------------

  about

  ------------ */
  #top .top_bg_about::before {
    background-image: url(../images/top/top_about_bg_sp.jpg);
  }
  #top .top_about_img {
    max-width: 400px;
    margin: 0 auto;
  }
  /* ------------

  service

  ------------ */
  #top .top_bg_service::before {
    background-image: url(../images/top/top_service_bg_sp.jpg);
  }
  #top .top_service_item {
    width: 50%;
  }
  #top .top_btn_service {
    margin: 0;
  }
  /* ------------

  recruit

  ------------ */
  #top .top_bg_recruit::before {
    background-image: url(../images/top/top_recruit_bg_sp.png);
  }
  /* ------------

  employ

  ------------ */
  #top .employ_ttl {
    max-width: 150px;
  }
  #top .top_highlight_txt {
    line-height: 1.8;
  }
  #top .top_highlight_txt::before {
    bottom: 0;
  }
  #top .top_highlight_txt::after {
    background-color: #f28d00;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 30px;
    display: inline-block;
    width: 100%;
    height: 10px;
    z-index: -1;
    transform: skewX(-50deg) translateX(-50%);
    -webkit-transform: skewX(-50deg) translateX(-50%);
    -ms-transform: skewX(-50deg) translateX(-50%);
  }
  #top .top_slick_employ_item {
    margin: 0 5px;
  }
  #top .top_slick_employ_img_inner {
    width: 100%;
  }
  #top .top_slick_employ_img_inner::before {
    padding-top: 60%;
  }
  #top .top_slick_employ_txt {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }
  #top .top_slick_employ_name {
    font-size: 1.8rem;
  }
  #top .top_slick_employ_contents {
    padding-top: 10px;
  }
}
#service section {
  padding: 120px 0;
}

#service .ttl03 {
  font-size: 3rem;
}

#service .service_box {
  justify-content: space-between;
}

#service .service_txt_inner {
  max-width: 550px;
}

#service .business_num {
  font-size: 1.5rem;
  font-weight: bold;
  color: #149bd9;
}

#service .service_ttl04 {
  font-size: 2.4rem;
  font-weight: bold;
}

#service .service_parag {
  line-height: 1.5;
}

#service .service_img_inner {
  max-width: calc(100% - 550px - 20px);
}

#service .service_img_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

#service .service_img_item {
  width: calc(33.3333333333% - 5px);
}

#service .service_img_detail {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1.4;
}

#service .service_img_detail_ttl {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  #service .service_txt_inner {
    max-width: 100%;
  }
  #service .service_img_inner {
    max-width: 80%;
    margin: 30px auto 0;
  }
  #service .service_img_item {
    max-width: 80%;
    margin: 30px auto 0;
    width: 100%;
  }
  #service .service_img_detail {
    margin-top: 10px;
  }
}
#company section {
  padding: 120px 0 0;
}

/* --------------

anchor

--------------*/
#company #anchor {
  padding: 80px 0 0;
}

#company .anchor_list {
  max-width: 520px;
  width: 100%;
  justify-content: space-between;
}

#company .anchor_link {
  padding: 20px 0;
  width: 240px;
  font-weight: bold;
  border-radius: 30px;
  border: #f28d00 solid 1px;
  text-align: center;
  transition: 0.3s;
}

#company .anchor_link:hover {
  background-color: #f28d00;
  color: #fff;
}

/* --------------

greeting

--------------*/
#company .greeting_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#company .greeting_txt_inner, #company .greeting_img_inner {
  max-width: calc(50% - 10px);
}

#company .greeting_ttl {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: -0.03em;
}

#company .greeting_parag {
  letter-spacing: -0.03em;
}

#company .greeting_parag + .greeting_parag {
  padding-top: 50px;
}

/* --------------

overview

--------------*/
#company .overview_list {
  border-top: solid 1px #cccccc;
}

#company .overview_list:last-child {
  border-bottom: solid 1px #cccccc;
}

#company .overview_ttl {
  width: 22%;
  padding: 30px;
  font-weight: normal;
}

#company .overview_detail {
  width: 78%;
  padding: 30px;
  line-height: 1.5;
}

/* --------------

access

--------------*/
#company #access {
  padding-bottom: 120px;
}

#company .map_inner iframe {
  max-width: 100%;
  width: 100%;
  min-height: 650px;
}

/* ------------

1100px以下768未満

------------ */
@media screen and (max-width: 1100px) and (min-width: 768px) {
  #company section {
    padding: 120px 10px 0;
  }
}
@media (max-width: 767px) {
  #company section {
    padding: 60px 0 0;
  }
  /* achor */
  #company .anchor_item {
    margin: 0 auto;
  }
  #company .anchor_item + .anchor_item {
    margin-top: 10px;
  }
  #company .anchor_link {
    padding: 10px 0;
    width: 220px;
  }
  /* greeting */
  #company .greeting_txt_inner, #company .greeting_img_inner {
    width: 100%;
    max-width: 100%;
  }
  #company .greeting_ttl {
    font-size: 2rem;
  }
  #company .greeting_parag + .greeting_parag {
    padding-top: 20px;
  }
  /* overview */
  #company .overview_list {
    border-top: none;
  }
  #company .overview_ttl, #company .overview_detail {
    width: 100%;
    padding: 12px;
  }
  #company .overview_ttl {
    background-color: #149bd9;
    color: #fff;
  }
  /* map */
  #company #access {
    padding-bottom: 60px;
  }
  #company .map_inner iframe {
    min-height: 300px;
  }
}
/* --------------

news_single

--------------*/
#news_single section {
  padding: 80px 0;
}

#news_single .news_single_time {
  font-size: 1.6rem;
  color: #111;
}

#news_single .news_single_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: #149bd9 solid 2px;
}

#news_single .news_single_box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#news_single .news_single_img {
  width: calc(50% - 20px);
}

#news_single .news_single_text {
  width: 50%;
}

#news_single .news_single_img_inner {
  width: 100%;
  position: relative;
}

#news_single .news_single_img_inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#news_single .news_single_img_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid 1px #d9f3ff;
}

#news_single .pager_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
}

#news_single .pager_item {
  width: calc(33.3333333333% - 20px);
}

#news_single .pager_item a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.6rem;
}

#news_single .pager_item.home a {
  padding: 22px 0;
  border-radius: 30px;
  border: solid 1px #f28d00;
  font-weight: bold;
  position: relative;
  max-width: 360px;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}

#news_single .pager_item.home a:hover {
  background-color: #f28d00;
  color: #fff;
}

#news_single .pager_item.home a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8%;
  width: 8px;
  height: 8px;
  border: 2px solid #111;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(-135deg);
  -webkit-transform: translateY(-25%) rotate(-135deg);
  -ms-transform: translateY(-25%) rotate(-135deg);
  transition: 0.3s;
}

#news_single .pager_item.home a:hover::before {
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

#news_single .pager_item.prev a {
  padding-left: 40px;
  position: relative;
  letter-spacing: -0.04em;
}

#news_single .pager_item.prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1%;
  width: 8px;
  height: 8px;
  border: 2px solid #111;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(-135deg);
  -webkit-transform: translateY(-25%) rotate(-135deg);
  -ms-transform: translateY(-25%) rotate(-135deg);
}

#news_single .pager_item.next a {
  padding-right: 40px;
  position: relative;
  letter-spacing: -0.04em;
}

#news_single .pager_item.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1%;
  width: 8px;
  height: 8px;
  border: 2px solid #111;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(45deg);
  -webkit-transform: translateY(-25%) rotate(45deg);
  -ms-transform: translateY(-25%) rotate(45deg);
}

/* --------------

news_archive

--------------*/
#news_archive section {
  padding: 80px 0;
}

#news_archive .news_list_item {
  width: 100%;
}

#news_archive .news_list_item + .news_list_item {
  margin-top: 30px;
}

#news_archive .news_list_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

#news_archive .news_list_img_inner {
  width: 260px;
  position: relative;
  border: solid #d9f3ff 1px;
}

#news_archive .news_list_img_inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#news_archive .news_list_img_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news_archive .news_list_txt_inner {
  max-width: calc(100% - 260px);
  width: 100%;
  padding: 50px;
  background-color: #d9f3ff;
  min-height: 260px;
}

#news_archive .news_list_time {
  font-size: 1.6rem;
}

#news_archive .news_list_parag {
  font-size: 1.6rem;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.5;
}

#news_archive .pager_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}

#news_archive .pager_list li {
  padding: 0 30px;
}

#news_archive .pager li .current {
  background-color: #149bd9;
  color: #fff;
  padding: 3px 10px;
}

#news_archive .pager_list li.next a {
  width: 8px;
  height: 8px;
  border: 2px solid #111;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(45deg);
  -webkit-transform: translateY(-25%) rotate(45deg);
  -ms-transform: translateY(-25%) rotate(45deg);
}

#news_archive .pager_list li.prev a {
  width: 8px;
  height: 8px;
  border: 2px solid #111;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(-135deg);
  -webkit-transform: translateY(-25%) rotate(-135deg);
  -ms-transform: translateY(-25%) rotate(-135deg);
}

@media (max-width: 767px) {
  /* single */
  #news_single section {
    padding: 40px 0;
  }
  #news_single .news_single_time {
    font-size: 1.2rem;
  }
  #news_single .news_single_ttl {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  #news_single .news_single_box {
    margin-top: 20px;
  }
  #news_single .news_single_img, #news_single .news_single_text {
    width: 100%;
  }
  #news_single .news_single_text {
    margin-top: 20px;
  }
  #news_single .pager_item {
    width: 100%;
  }
  #news_single .pager_item + .pager_item {
    margin-top: 20px;
  }
  /* archive */
  #news_archive .news_list_img_inner, #news_archive .news_list_txt_inner {
    width: 100%;
    max-width: 100%;
  }
  #news_archive .news_list_img_inner::before {
    padding-top: 50%;
  }
  #news_archive .news_list_txt_inner {
    min-height: auto;
    padding: 20px;
  }
  #news_archive .news_list_time {
    font-size: 1.2rem;
  }
  #news_archive .news_list_parag {
    padding-top: 10px;
  }
}
/* --------------

works_single

--------------*/
#works_single section {
  padding: 120px 0;
}

#works_single .works_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

#works_single .works_item {
  width: calc(33.3333333333% - 5px);
  position: relative;
}

#works_single .works_item:not(:nth-child(3n)) {
  margin-right: 5px;
}

#works_single .works_item:nth-child(n+4) {
  margin-top: 5px;
}

#works_single .works_item::before {
  content: "";
  display: block;
  padding-top: 250px;
}

#works_single .works_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#works_single .common_btn_works {
  max-width: 360px;
  width: 100%;
  font-size: 1.8rem;
  margin: 0 auto;
  display: block;
}

/* モーダルで画像の拡大表示*/
#works_single .menu-modal {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

#works_single .menu-bigimg {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 900px;
  margin: auto;
  display: block;
}

#works_single .menu-img:hover {
  opacity: 0.7;
}

/* --------------

works_archive

--------------*/
#works_archive section {
  padding: 120px 0;
}

#works_archive .works_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

#works_archive .works_list_item:not(:nth-child(3n)) {
  margin-right: 10px;
}

#works_archive .works_list_item:nth-child(n+4) {
  margin-top: 50px;
}

#works_archive .works_list_img_inner {
  width: 360px;
  position: relative;
  border: #d9f3ff solid 1px;
}

#works_archive .works_list_img_inner::before {
  content: "";
  display: block;
  padding-top: 250px;
}

#works_archive .works_list_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#works_archive .works_list_ttl_inner {
  padding: 10px 0 0 5px;
  font-weight: bold;
}

#works_archive .pager_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}

#works_archive .pager_list li {
  padding: 0 30px;
}

#works_archive .pager li .current {
  background-color: #149bd9;
  color: #fff;
  padding: 3px 10px;
}

#works_archive .pager_list li.next a {
  width: 8px;
  height: 8px;
  border: 2px solid #111;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(45deg);
  -webkit-transform: translateY(-25%) rotate(45deg);
  -ms-transform: translateY(-25%) rotate(45deg);
}

#works_archive .pager_list li.prev a {
  width: 8px;
  height: 8px;
  border: 2px solid #111;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(-135deg);
  -webkit-transform: translateY(-25%) rotate(-135deg);
  -ms-transform: translateY(-25%) rotate(-135deg);
}

@media (max-width: 767px) {
  #works_single section {
    padding: 60px 0;
  }
  #works_single .works_item {
    width: 100%;
    position: relative;
  }
  #works_single .works_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #works_single .works_item:nth-child(n+2) {
    margin-top: 10px;
  }
  /* works_archive */
  #works_archive section {
    padding: 60px 0;
  }
  #works_archive .works_list_item {
    width: 100%;
  }
  #works_archive .works_list_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #works_archive .works_list_item:nth-child(n+2) {
    margin-top: 30px;
  }
  #works_archive .works_list_img_inner {
    width: 100%;
  }
}
/* --------------

recruit_single

--------------*/
#recruit_single section {
  padding: 80px 0 120px;
}

#recruit_single .recruit_ttl {
  font-weight: bold;
  font-size: 3rem;
}

#recruit_single .recruit_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-top: solid 1px #cccccc;
}

#recruit_single .recruit_list:first-child {
  margin-top: 50px;
}

#recruit_single .recruit_list:last-child {
  border-bottom: solid 1px #cccccc;
}

#recruit_single .recruit_list_ttl {
  width: 18%;
  font-weight: normal;
}

#recruit_single .recruit_list_detail {
  width: 82%;
}

#recruit_single .recruit_list_ttl, #recruit_single .recruit_list_detail {
  padding: 30px;
  letter-spacing: -0.04em;
}

#recruit_single .common_btn_recruit {
  margin: 0 auto;
  display: block;
  max-width: 260px;
}

/* --------------

recruit_archive

--------------*/
#recruit_archive section {
  padding: 80px 0;
}

#recruit_archive .recruit_list_item {
  width: 100%;
}

#recruit_archive .recruit_list_item + .recruit_list_item {
  margin-top: 30px;
}

#recruit_archive .recruit_list_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

#recruit_archive .recruit_list_img_inner {
  width: 260px;
  position: relative;
  border: solid #d9f3ff 1px;
}

#recruit_archive .recruit_list_img_inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#recruit_archive .recruit_list_img_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#recruit_archive .recruit_list_txt_inner {
  max-width: calc(100% - 260px);
  width: 100%;
  padding: 30px 50px;
  background-color: #d9f3ff;
  min-height: 260px;
}

#recruit_archive .recruit_list_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1;
}

#recruit_archive .recruit_content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

#recruit_archive .recruit_content:first-child {
  margin-top: 30px;
}

#recruit_archive .recruit_content + .recruit_content {
  margin-top: 10px;
}

#recruit_archive .recruit_content_detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1;
}

#recruit_archive .recruit_more {
  text-align: right;
  padding-right: 14px;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

#recruit_archive .recruit_more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #111;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}

#recruit_archive .pager_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}

#recruit_archive .pager_list li {
  padding: 0 30px;
}

#recruit_archive .pager li .current {
  background-color: #149bd9;
  color: #fff;
  padding: 3px 10px;
}

#recruit_archive .pager_list li.next a {
  width: 8px;
  height: 8px;
  border: 2px solid #111;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(45deg);
  -webkit-transform: translateY(-25%) rotate(45deg);
  -ms-transform: translateY(-25%) rotate(45deg);
}

#recruit_archive .pager_list li.prev a {
  width: 8px;
  height: 8px;
  border: 2px solid #111;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(-135deg);
  -webkit-transform: translateY(-25%) rotate(-135deg);
  -ms-transform: translateY(-25%) rotate(-135deg);
}

@media (max-width: 767px) {
  /* single */
  #recruit_single .recruit_ttl {
    font-size: 2rem;
  }
  #recruit_single .recruit_list {
    border-top: none;
  }
  #recruit_single .recruit_list_ttl, #recruit_single .recruit_list_detail {
    width: 100%;
    padding: 20px;
  }
  #recruit_single .recruit_list_ttl {
    background-color: #149bd9;
    color: #fff;
  }
  /* archive */
  #recruit_archive .recruit_list_img_inner, #recruit_archive .recruit_list_txt_inner {
    width: 100%;
    max-width: 100%;
  }
  #recruit_archive .recruit_list_img_inner::before {
    padding-top: 50%;
  }
  #recruit_archive .recruit_list_txt_inner {
    min-height: auto;
    padding: 20px;
  }
  #recruit_archive .recruit_list_ttl {
    font-size: 1.8rem;
  }
  #recruit_archive .recruit_content_ttl, #recruit_archive .recruit_content_detail {
    width: 100%;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  #recruit_archive .recruit_content:first-child {
    margin-top: 20px;
  }
}
#contact section, #contact-confirm section, #contact-completion section {
  padding: 120px 0;
}

#cf7-area .form-heading {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 50px;
}

#cf7-area .cf7-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#cf7-area .cf7-item .cf7-q {
  width: 220px;
  padding: 30px 0;
  font-size: 1.6rem;
  line-height: 1.4;
  border-top: solid 1px #cccccc;
  font-weight: 700;
  height: 100px;
  line-height: 3;
}

#cf7-area .cf7-item .cf7-q.cf7-q_last {
  height: 300px;
  border-bottom: solid 1px #cccccc;
}

#cf7-area .cf7-item .cf7-q.cf7-q_2line {
  line-height: 1.2;
}

#cf7-area .cf7-item .cf7-a {
  height: 100px;
  width: calc(100% - 230px);
  padding: 30px 0 30px 30px;
  font-size: 1.6rem;
  line-height: 1.4;
  border-top: solid 1px #cccccc;
}

#cf7-area .cf7-item .cf7-a .wpcf7-form-control-wrap {
  display: inline-flex;
  background-color: #fafafa;
  max-width: 810px;
  width: 100%;
  height: 50px;
  padding: 10px;
}

#cf7-area .cf7-item .cf7-a .wpcf7-form-control-wrap input {
  width: 100%;
}

#cf7-area .cf7-item .cf7-a .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  width: 100%;
}

#cf7-area .cf7-item .cf7-a.cf7-a_last {
  border-bottom: solid 1px #cccccc;
  height: 300px;
}

#cf7-area .cf7-item .cf7-a.cf7-a_last .wpcf7-form-control-wrap {
  height: 240px;
}

.cf7-a.cf7-a_last .wpcf7-form-control-wrap textarea {
  width: 100%;
}

#cf7-area .cf7-accept-check {
  margin-top: 72px;
  text-align: center;
}

#cf7-area .cf7-accept-check p .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
  font-weight: 700;
}

#cf7-area .cf7-accept-check p .wpcf7-form-control-wrap a {
  display: inline;
  text-decoration: underline;
}

.cf7-submit p {
  margin-top: 30px;
  text-align: center;
}

.cf7-submit p .wpcf7-form-control {
  position: relative;
  padding: 17px 44px;
  max-width: 200px;
  background-color: #2ba5dc;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 0;
  transition: 0.3s;
  min-width: 265px;
  font-size: 1.6rem;
  width: 100%;
  background-color: #f28d00;
}
.cf7-submit p .wpcf7-form-control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.3s;
}
.cf7-submit p .wpcf7-form-control:hover {
  opacity: 1;
  background-color: #fff;
  color: #2ba5dc;
  outline: #2ba5dc solid 1px;
  outline-offset: -1px;
  transition: 0.3s;
}
.cf7-submit p .wpcf7-form-control:hover::after {
  border-left: 8px solid #2ba5dc;
}

.wpcf7-spinner {
  display: block;
  text-align: center;
  margin: 10px auto 0;
}

.cf7-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 550px;
  margin: 30px auto 0;
  justify-content: space-between;
}

.cf7-btn .cf7-prev p {
  margin-top: 30px;
  text-align: center;
}

.cf7-btn .cf7-prev p .wpcf7-form-control {
  background-color: #fff;
  color: #111;
  outline: #cccccc solid 1px;
  outline-offset: -1px;
  min-width: 265px;
  display: block;
  padding: 17px 0;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 50px;
}
.cf7-btn .cf7-prev p .wpcf7-form-control:hover {
  opacity: 0.8;
  outline: #149bd9 solid 1px;
  color: #149bd9;
}

#contact .f_boxPrivacy {
  border: 1px solid #ccc;
  padding: 25px;
  height: 300px;
  overflow-y: auto;
  margin: 30px 0 45px;
}

#contact .f_boxPrivacy p {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

/* contact-completion */
#contact-completion .contact_ttl {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#contact-completion .contact_txt {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.05em;
}

#contact-completion .To_topBtn {
  position: relative;
  padding: 17px 44px;
  max-width: 200px;
  background-color: #2ba5dc;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 0;
  transition: 0.3s;
  background-color: #fff;
  color: #111;
  border: solid 1px #cccccc;
  margin: 50px auto 0;
  display: block;
  max-width: 350px;
}
#contact-completion .To_topBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.3s;
}
#contact-completion .To_topBtn:hover {
  opacity: 1;
  background-color: #fff;
  color: #2ba5dc;
  outline: #2ba5dc solid 1px;
  outline-offset: -1px;
  transition: 0.3s;
}
#contact-completion .To_topBtn:hover::after {
  border-left: 8px solid #2ba5dc;
}

#contact-completion .To_topBtn::after {
  border: 5px solid transparent;
  border-left: 8px solid #111;
}

@media (max-width: 767px) {
  #cf7-area .cf7-item .cf7-q {
    width: 100%;
    background-color: #149bd9;
    color: #fff;
    padding: 20px;
    height: auto;
  }
  #cf7-area .cf7-item .cf7-q p {
    line-height: 1;
  }
  #cf7-area .cf7-item .cf7-q.cf7-q_last {
    height: auto;
  }
  #cf7-area .cf7-item .cf7-a {
    width: 100%;
    padding: 20px;
  }
  .cf7-btn {
    width: 100%;
  }
  .cf7-btn .cf7-prev, .cf7-btn .cf7-submit {
    width: 100%;
  }
  .cf7-btn .cf7-prev p .wpcf7-form-control {
    margin: 0 auto;
  }
}
section#nopage {
  padding: 120px 0;
}/*# sourceMappingURL=style.css.map */</pre></body></html>