@charset "UTF-8";
/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base */
html {
  font-size: 62.5%;
}

body {
  color: #232323;
  font-size: 1.6rem;
  line-height: 1.81;
  background-color: #fff;
  font-family: "noto-sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
}
@media screen and (max-width: 767.5px) {
  body {
    line-height: 1.6;
    font-size: 1.4rem;
  }
}

a {
  display: inline-block;
  color: #232323;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
}
a:hover {
  color: #18a8e9;
}
a img {
  border: none;
}
a img:hover, a img:active {
  opacity: 0.8;
}

span {
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.41;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

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

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, th, td, dl, dt, dd {
  margin: 0;
  padding: 0;
}

.row [class*=col-]:last-child {
  margin-bottom: 0;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSans_black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSans_bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSans_medium.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSans_regular.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSans_light.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
}
/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

[class*=col-] {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .container {
    max-width: calc(100% - 60px);
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1380px) {
  .container {
    max-width: 1320px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/*新規追加*/
.col-0 {
  padding-left: 0;
  padding-right: 0;
}
.col-0 .row {
  margin-left: 0;
  margin-right: 0;
}
.col-0 .row [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.col-30 {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1199.5px) {
  .col-30 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991.5px) {
  .col-30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575.5px) {
  .col-30 {
    padding-left: 0;
    padding-right: 0;
  }
}
.col-30 .row {
  margin-left: -60px;
  margin-right: -60px;
}
@media screen and (max-width: 1199.5px) {
  .col-30 .row {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 991.5px) {
  .col-30 .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 575.5px) {
  .col-30 .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.col-30 .row [class^=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1199.5px) {
  .col-30 .row [class^=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991.5px) {
  .col-30 .row [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575.5px) {
  .col-30 .row [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

.col-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1199.5px) {
  .col-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991.5px) {
  .col-20 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575.5px) {
  .col-20 {
    padding-left: 0;
    padding-right: 0;
  }
}
.col-20 .row {
  margin-left: -40px;
  margin-right: -40px;
}
@media screen and (max-width: 1199.5px) {
  .col-20 .row {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 991.5px) {
  .col-20 .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 575.5px) {
  .col-20 .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.col-20 .row [class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1199.5px) {
  .col-20 .row [class^=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991.5px) {
  .col-20 .row [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575.5px) {
  .col-20 .row [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

.ttl_header h4,
.result .ttl h4,
.message .ttl h4,
.recruit .ttl h4 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.41;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 767.5px) {
  .ttl_header h4,
.result .ttl h4,
.message .ttl h4,
.recruit .ttl h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575.5px) {
  .ttl_header h4,
.result .ttl h4,
.message .ttl h4,
.recruit .ttl h4 {
    font-size: 1.6rem;
  }
}
.ttl_header h4:before,
.result .ttl h4:before,
.message .ttl h4:before,
.recruit .ttl h4:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(../images/ttl_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ttl_header h2,
.result .ttl h2,
.message .ttl h2,
.recruit .ttl h2 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.41;
  margin-top: 30px;
}
@media screen and (max-width: 1199.5px) {
  .ttl_header h2,
.result .ttl h2,
.message .ttl h2,
.recruit .ttl h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.5px) {
  .ttl_header h2,
.result .ttl h2,
.message .ttl h2,
.recruit .ttl h2 {
    font-size: 2.8rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575.5px) {
  .ttl_header h2,
.result .ttl h2,
.message .ttl h2,
.recruit .ttl h2 {
    font-size: 2.4rem;
  }
}

.result .ttl,
.recruit .ttl {
  color: #fff;
}

.ttl_wide {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ttl_wide h4 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.21;
  margin-right: 25px;
}
@media screen and (max-width: 1199.5px) {
  .ttl_wide h4 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.5px) {
  .ttl_wide h4 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575.5px) {
  .ttl_wide h4 {
    font-size: 2.4rem;
  }
}
.ttl_wide h2 {
  font-size: 1.3rem;
  padding-bottom: 5px;
}

.page_ttl_center h2 {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.41;
}
@media screen and (max-width: 767.5px) {
  .page_ttl_center h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575.5px) {
  .page_ttl_center h2 {
    font-size: 2.4rem;
  }
}

.ttl_sub {
  font-size: 2rem;
  line-height: 1.41;
}
@media screen and (max-width: 767.5px) {
  .ttl_sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575.5px) {
  .ttl_sub {
    font-size: 1.8rem;
  }
}

.link_main {
  width: 100%;
  text-align: center;
}
.link_main a {
  color: #fff;
  background: #306fdb;
  padding: 15px 60px;
  border-radius: 100px;
  position: relative;
  letter-spacing: 0.05em;
}
.link_main a:hover {
  background: #18a8e9;
}
.link_main a i {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

ol.num {
  padding-left: 1.2em;
}
ol.num li {
  line-height: 1.61;
}
ol.num li:not(:first-of-type) {
  margin-top: 10px;
}

ul.disc li {
  line-height: 1.41;
  padding-left: 1.2em;
  position: relative;
}
ul.disc li:not(:first-of-type) {
  margin-top: 4px;
}
ul.disc li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.alphabet {
  padding-left: 2em;
}

.link_txt {
  color: #18a8e9;
}

.w-all {
  width: 100%;
}

.l-base {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .l-base {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-base {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-base {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1360px) {
  .l-base {
    width: 100%;
    max-width: 1320;
  }
}

.w-1100 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1100 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1100 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1100 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .w-1100 {
    width: 100%;
    max-width: 1100px;
  }
}

.l-header {
  width: 100%;
  padding: 60px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 991.5px) {
  .l-header {
    padding: 30px;
  }
}
@media screen and (max-width: 575.5px) {
  .l-header {
    padding: 20px;
  }
}
.l-header.animation {
  background: #fff !important;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 991.5px) {
  .l-header.animation {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575.5px) {
  .l-header.animation {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-header_inner {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991.5px) {
  .l-header_inner {
    width: 100%;
  }
}
.l-header_inner .logo {
  width: 129px;
  height: 44px;
}
.l-header_inner .gnav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991.5px) {
  .l-header_inner .gnav {
    display: none;
  }
}
.l-header_inner .gnav li:not(:first-of-type) {
  margin-left: 18px;
}
.l-header_inner .gnav li a {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.l-header_inner .gnav li.contact a {
  background: #18a8e9;
  color: #fff;
  padding: 6px 28px;
  border-radius: 100px;
  font-size: 1.5rem;
}
.l-header_inner .gnav li.contact a:hover {
  background: #232323;
}

.mainVisual {
  position: relative;
  width: 100%;
  background: url(../images/mainVisual_bg_deco.png) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.mainVisual_txt {
  width: calc(100% - 120px);
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 575.5px) {
  .mainVisual_txt {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1199.5px) {
  .mainVisual_txt img {
    width: 390px;
  }
}
@media screen and (max-width: 991.5px) {
  .mainVisual_txt img {
    width: 300px;
  }
}
@media screen and (max-width: 767.5px) {
  .mainVisual_txt img {
    width: 220px;
  }
}
@media screen and (max-width: 575.5px) {
  .mainVisual_txt img {
    width: 180px;
  }
}
.mainVisual_bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: -1;
}
.mainVisual_bg img {
  width: 55%;
}
@media screen and (max-width: 767.5px) {
  .mainVisual_bg img {
    width: 65%;
  }
}
@media screen and (max-width: 575.5px) {
  .mainVisual_bg img {
    width: 70%;
  }
}

.l-footer {
  width: calc(100% - 40px);
  padding: 125px 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 0 0;
  background: #232323;
}
@media screen and (max-width: 991.5px) {
  .l-footer {
    padding: 90px 0;
  }
}
@media screen and (max-width: 575.5px) {
  .l-footer {
    padding: 75px 0;
  }
}
.l-footer .logo {
  width: 122px;
  height: 42px;
  margin: 0 auto;
}
.l-footer .footer_menu {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 575.5px) {
  .l-footer .footer_menu {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575.5px) {
  .l-footer .footer_menu .nav_main {
    display: block;
  }
}
.l-footer .footer_menu .nav_main li {
  display: inline-block;
}
@media screen and (max-width: 575.5px) {
  .l-footer .footer_menu .nav_main li {
    display: block;
  }
}
.l-footer .footer_menu .nav_main li:not(:first-of-type) {
  padding: 3px 10px;
}
.l-footer .footer_menu .nav_main li a {
  font-size: 1.2rem;
  color: #fff;
}
.l-footer .footer_menu .nav_sub {
  display: inline-block;
}
@media screen and (max-width: 575.5px) {
  .l-footer .footer_menu .nav_sub {
    display: block;
  }
}
.l-footer .footer_menu .nav_sub li {
  display: inline-block;
}
@media screen and (max-width: 575.5px) {
  .l-footer .footer_menu .nav_sub li {
    display: block;
  }
}
.l-footer .footer_menu .nav_sub li:not(:first-of-type) {
  padding: 3px 10px;
}
.l-footer .footer_menu .nav_sub li a {
  font-size: 1.2rem;
  color: #fff;
}
.l-footer .copy {
  margin-top: 60px;
}
@media screen and (max-width: 575.5px) {
  .l-footer .copy {
    margin-top: 40px;
  }
}
.l-footer .copy p {
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
}

.hbg_btn {
  display: none;
  width: 60px;
  height: 60px;
  background: #232323;
  position: fixed;
  top: 23px;
  right: 30px;
  cursor: pointer;
  z-index: 1001;
}
@media screen and (max-width: 991.5px) {
  .hbg_btn {
    display: block;
  }
}
@media screen and (max-width: 767.5px) {
  .hbg_btn {
    right: 25px;
  }
}
@media screen and (max-width: 575.5px) {
  .hbg_btn {
    top: 12px;
    right: 10px;
  }
}
.hbg_btn .line {
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hbg_btn .line.bar_01 {
  top: 19px;
}
.hbg_btn .line.bar_01.active {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hbg_btn .line.bar_02 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.hbg_btn .line.bar_02.active {
  opacity: 0;
}
.hbg_btn .line.bar_03 {
  top: 40px;
}
.hbg_btn .line.bar_03.active {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.hbg_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  z-index: -9999;
}
.hbg_content.active {
  opacity: 1;
  z-index: 1000;
}
.hbg_content_inner {
  padding: 140px 60px 40px;
}
@media screen and (max-width: 575.5px) {
  .hbg_content_inner {
    padding-top: 100px;
  }
}
.hbg_content_inner .nav li {
  text-align: center;
}
.hbg_content_inner .nav li:not(:first-of-type) {
  margin-top: 20px;
}
.hbg_content_inner .nav li a {
  color: #fff;
  font-size: 1.5rem;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.for-lg {
  display: none;
}
@media screen and (max-width: 1199.5px) {
  .for-lg {
    display: block;
  }
}

.for-md {
  display: none;
}
@media screen and (max-width: 991.5px) {
  .for-md {
    display: block;
  }
}

.for-sm {
  display: none;
}
@media screen and (max-width: 767.5px) {
  .for-sm {
    display: block;
  }
}

.for-xs {
  display: none;
}
@media screen and (max-width: 575.5px) {
  .for-xs {
    display: block;
  }
}

.for-xl--less {
  display: block;
}
@media screen and (max-width: 1379.5px) {
  .for-xl--less {
    display: none;
  }
}

.for-lg--less {
  display: block;
}
@media screen and (max-width: 1199.5px) {
  .for-lg--less {
    display: none;
  }
}

.for-md--less {
  display: block;
}
@media screen and (max-width: 991.5px) {
  .for-md--less {
    display: none;
  }
}

.for-sm--less {
  display: block;
}
@media screen and (max-width: 767.5px) {
  .for-sm--less {
    display: none;
  }
}

.for-xs--less {
  display: block;
}
@media screen and (max-width: 575.5px) {
  .for-xs--less {
    display: none !important;
  }
}

.mt_none {
  margin-top: 0 !important;
}

.mb_none {
  margin-bottom: 0 !important;
}

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

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

@media screen and (max-width: 575.5px) {
  .sp_margin_xs {
    max-width: calc(100% - 60px) !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.pt_none {
  padding-top: 0 !important;
}

.pb_none {
  padding-bottom: 0 !important;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 991.5px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.flex-spaceBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text {
  margin: 20px 0;
}

.post-body h1 {
  font-size: 3.6rem;
  margin: 4em 0 0.5em;
}
@media screen and (max-width: 991.5px) {
  .post-body h1 {
    font-size: 3.2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.5px) {
  .post-body h1 {
    font-size: 3rem;
    margin-top: 1rem;
  }
}
.post-body h1:first-child {
  margin-top: 0;
}
.post-body h1 + p {
  margin-top: 0;
}
.post-body h2 {
  font-size: 3.2rem;
  margin: 3em 0 0.5em;
}
@media screen and (max-width: 991.5px) {
  .post-body h2 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.5px) {
  .post-body h2 {
    margin-top: 1rem;
  }
}
.post-body h2:first-child {
  margin-top: 0;
}
.post-body h2 + p {
  margin-top: 0;
}
.post-body h3 {
  font-size: 2.7rem;
  margin: 3em 0 0.5em;
}
@media screen and (max-width: 991.5px) {
  .post-body h3 {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.5px) {
  .post-body h3 {
    font-size: 2.1rem;
    margin-top: 1rem;
  }
}
.post-body h3:first-child {
  margin-top: 0;
}
.post-body h3 + p {
  margin-top: 0;
}
.post-body h4 {
  font-size: 2.4rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991.5px) {
  .post-body h4 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767.5px) {
  .post-body h4 {
    margin-top: 1.8rem;
    margin-top: 1rem;
  }
}
.post-body h4:first-child {
  margin-top: 0;
}
.post-body h4 + p {
  margin-top: 0;
}
.post-body h5 {
  font-size: 2.1rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991.5px) {
  .post-body h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.5px) {
  .post-body h5 {
    margin-top: 1rem;
  }
}
.post-body h5:first-child {
  margin-top: 0;
}
.post-body h5 + p {
  margin-top: 0;
}
.post-body h6 {
  font-size: 1.8rem;
  margin: 1em 0 0.25em;
}
@media screen and (max-width: 767.5px) {
  .post-body h6 {
    font-size: 1.6rem;
  }
}
.post-body h6:first-child {
  margin-top: 0;
}
.post-body h6 + p {
  margin-top: 0;
}
.post-body .has-text-align-left {
  text-align: left;
}
.post-body .has-text-align-right {
  text-align: right;
}
.post-body .has-text-align-center {
  text-align: center;
}
.post-body .aligncenter {
  text-align: center;
}
.post-body .alignright {
  text-align: right;
}
.post-body blockquote {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 10px 3vmin;
  position: relative;
}
.post-body blockquote:before, .post-body blockquote:after {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
}
.post-body blockquote:before {
  content: "“";
  left: 10px;
  top: 5px;
}
.post-body blockquote:after {
  bottom: -10px;
  content: "”";
  right: 10px;
}
.post-body blockquote p {
  margin: 0.5em 0;
}
.post-body blockquote cite {
  display: inline-block;
  font-size: 80%;
  margin-bottom: 0.5em;
  opacity: 0.8;
}
.post-body blockquote cite:before {
  background: #d8dbe2;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
}
.post-body pre {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 3vmin;
  white-space: pre-wrap;
}
.post-body p {
  margin: 2em 0;
}
.post-body ul,
.post-body ol {
  margin: 2em 0 2em 1.5em;
  padding: 0;
}
.post-body .wp-block-gallery {
  margin: 2em 0;
}
.post-body .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -10px;
}
.post-body .blocks-gallery-grid li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.post-body .wp-block-gallery.columns-2 li {
  width: 50%;
}
.post-body .wp-block-gallery.columns-3 li {
  width: 33.3333333333%;
}
.post-body .wp-block-image {
  margin: 2em 0;
}
.post-body figcaption {
  font-size: 85%;
  margin-top: 0.5em;
  opacity: 0.8;
  text-align: center;
}
.post-body .wp-block-table {
  margin: 2em 0;
}
.post-body .wp-block-table table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}
.post-body .wp-block-table table th, .post-body .wp-block-table table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.post-body .wp-block-table table th {
  background: #edf2ff;
}
.post-body .wp-block-separator {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 3em 0;
}
.post-body .wp-block-embed {
  margin: 2em auto;
  position: relative;
}
.post-body .wp-block-embed.is-type-video:before {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  content: "";
  display: block;
}
.post-body .wp-block-embed.is-type-video:before iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-body .wp-block-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100%;
  margin: 0 -10px;
}
.post-body .wp-block-column {
  padding: 0 10px;
}
.post-body .wp-block-media-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3em -15px;
  max-width: 100%;
}
.post-body .wp-block-media-text_media,
.post-body .wp-block-media-text_content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.post-body .wp-block-button {
  margin: 2em 0;
}
.post-body .wp-block-file a + a {
  margin-left: 20px;
}
.post-body .wp-block-file_button,
.post-body .wp-block-button_link {
  background: #212121;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.post-body .wp-block-file_button {
  font-size: 15px;
  line-height: 1;
  padding: 12px 30px 10px;
}
.post-body .wp-block-file_button:hover,
.post-body .wp-block-button_link:hover {
  background: #454545;
}

.o-entry .title {
  margin: 0 0 26px;
}

.o-entry .title h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.5px) {
  .o-entry .title h1 {
    font-size: 2.6rem;
  }
}

.o-entry .title .date {
  font-size: 1.3rem;
  margin-bottom: 1.4em;
  color: rgba(20, 24, 50, 0.6);
  letter-spacing: 0.05em;
}

.date_days,
.date_tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.date_days i,
.date_tags i {
  margin-right: 5px;
}

.date_tags {
  margin: 0;
}
.date_tags ul li {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 50px;
  color: #fff;
  font-size: 1rem;
}
.date_tags ul li:not(:first-of-type) {
  margin-left: 3px;
}

.o-entry .title .meta {
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.o-entry .title .period {
  font-size: 12px;
  margin-top: 1em;
}

.o-entry .social {
  margin: 4rem 0;
  padding: 0;
}

.o-entry .social li {
  display: inline-block;
}

.entrybody {
  clear: both;
  line-height: 2 !important;
}
.entrybody a:hover {
  color: #18a8e9;
}

.entrybody .top_img {
  width: 100%;
  text-align: center;
}
.entrybody .top_img img {
  max-width: 100%;
}

.entrybody em {
  font-style: italic;
}

.entrybody ul {
  margin: 2em 0;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.entrybody ul li {
  list-style: disc inside;
}

.entrybody ol li {
  list-style: decimal inside;
}

.entrybody h1, .entrybody h2, .entrybody h3, .entrybody h4, .entrybody h5 {
  margin: 3em 0 1em;
  font-weight: 600;
}

.entrybody h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.5px) {
  .entrybody h1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767.5px) {
  .entrybody h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575.5px) {
  .entrybody h1 {
    font-size: 1.8rem;
  }
}

.entrybody h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 991.5px) {
  .entrybody h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767.5px) {
  .entrybody h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575.5px) {
  .entrybody h2 {
    font-size: 1.8rem;
  }
}
.entrybody h2 strong {
  font-weight: 700;
}

.entrybody h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}

.entrybody h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  height: 2px;
}

.entrybody h3 {
  font-size: 2.2rem;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 991.5px) {
  .entrybody h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.5px) {
  .entrybody h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575.5px) {
  .entrybody h3 {
    font-size: 1.6rem;
  }
}

.entrybody h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #F7A815;
}

.entrybody h4 {
  font-size: 1.8rem;
}

.entrybody h5 {
  font-size: 1.6rem;
}

.entrybody p {
  margin: 1em 0;
  line-height: 2 !important;
}

.entrybody figure {
  margin: 2em 0;
}

.entrybody figure figcaption {
  margin-top: 1em;
  font-size: 1.4rem;
  color: rgba(20, 24, 50, 0.5);
}

.entrybody img {
  height: auto;
}

.entrybody img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entrybody img.alignright {
  margin: 0 0 30px 30px;
  display: inline;
}

.entrybody img.alignleft {
  margin: 0 30px 30px 0;
  display: inline;
}

.entrybody .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entrybody .alignright {
  float: right;
}

.entrybody .alignleft {
  float: left;
}

.entrybody hr {
  border: 0;
  height: 1px;
  background: #ddd;
}

.entrybody blockquote {
  margin: 2em 0;
  border-left: 2px solid #ddd;
  padding: 1em 0 1em 2em;
}

.entrybody blockquote p {
  margin: 0;
}

.entrybody blockquote p + p {
  margin-top: 0;
}

.entrybody blockquote cite {
  font-size: 1.3rem;
  color: rgba(20, 24, 50, 0.5);
}

.entrybody table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  border: 1px solid #ddd;
  margin: 2rem 0;
}

.entrybody table thead th {
  text-align: center;
  color: #fff;
}

.entrybody table th {
  padding: 20px;
  text-align: left;
  border: 1px solid #ddd;
  font-weight: normal;
  position: relative;
  color: #F7A815;
}

.entrybody table td {
  padding: 20px;
  border: 1px solid #ddd;
  border-left: none;
}

.entrybody .box {
  border: 2px solid #ddd;
  margin: 3em 0 2em 0;
  padding: 40px;
  position: relative;
  font-size: 1.6rem;
}

.entrybody .box span {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  background: #F5F7F8;
  padding: 0 15px;
  position: absolute;
  top: -20px;
  left: 25px;
}

.entrybody .box p {
  font-size: 1.6rem;
  margin: 0 !important;
}

.entrybody .box p + p {
  margin-top: 1em !important;
}

.entrybody .lead {
  margin: 2em 0;
  background: #f3f3f3;
  font-size: 1.6rem;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 767.5px) {
  .entrybody .lead {
    font-size: 1.4rem;
    padding: 20px;
  }
}

.entrybody .lead p:last-child {
  margin-bottom: 0;
}

.entrybody .lead p:first-child {
  top-bottom: 0;
}

.entrybody .casestudy {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 40px 0 !important;
}

.entrybody .casestudy figure {
  width: 30% !important;
  margin: 0 !important;
}

.entrybody .casestudy .text {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding-left: 30px !important;
  width: 70% !important;
}

.entrybody .casestudy .label {
  background: #141832 !important;
  font-size: 1.2rem !important;
  color: #fff !important;
  display: inline-block !important;
  line-height: 1 !important;
  padding: 5px 10px !important;
}

.entrybody .casestudy h5 {
  border-left: 0 !important;
  font-size: 1.8rem !important;
  margin: 0 0 0.2em !important;
  padding: 0 !important;
  font-weight: 600;
}

.entrybody .casestudy p {
  font-size: 1.4rem !important;
  margin: 0 !important;
}

.entrybody .casestudy p a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.5em;
}

.entrybody a[target=_blank] {
  position: relative;
}
.entrybody a[target=_blank]:before {
  content: "\f08e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-right: 5px;
}
.entrybody a[target=_blank]:hover:before {
  color: #18a8e9;
}

.entry-share ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-share ul li {
  margin: 0;
}

.entry-share ul li a {
  font-size: 2rem;
  display: block;
  padding: 5px;
  text-decoration: none;
}

.entry-share ul li a:hover {
  opacity: 0.5;
}

.entry-share ul .tweet i {
  color: #55acee;
}

.entry-share ul .facebook i {
  color: #315096;
}

.entry-share ul .hatena i {
  color: #008fde;
}

.o-submenu {
  font-size: 1.4rem;
}
@media screen and (max-width: 991.5px) {
  .o-submenu {
    margin-top: 60px;
  }
}

.o-submenu [class*=col-] {
  position: relative;
  margin-bottom: 40px;
}

.o-submenu h3 {
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 600;
}

.o-submenu h3 i {
  margin-right: 0.5em;
  color: #141832;
}

.o-submenu .catlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.o-submenu .catlist ul li {
  margin: 0 0 0.8em;
  padding: 0;
}

.o-submenu .catlist ul li ul {
  margin: 10px 0 10px 15px;
}

.o-submenu .catlist ul li ul li {
  padding: 0;
  margin-bottom: 0.5em;
}

.o-submenu .entrylist .text_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.o-submenu .entrylist figure {
  padding-left: 10px;
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.o-submenu .entrylist figure img {
  height: auto;
}

.o-submenu .entrylist ul, .o-submenu .entrylist ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.o-submenu .entrylist ul li, .o-submenu .entrylist ol li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-submenu .entrylist ul li + li, .o-submenu .entrylist ol li + li {
  margin-top: 1em;
}

.o-submenu .entrylist ol {
  margin: 0;
  padding: 0 0 0 1em;
}

.o-submenu .ranklist ol {
  counter-reset: item;
  margin: 0;
  padding: 0 0 0 1.7em;
  list-style: none;
}

.o-submenu .ranklist ol li {
  position: relative;
  margin: 0;
  padding: 0;
  border-left: 1px solid #ddd;
  padding-left: 1em;
}

.o-submenu .ranklist ol li:before {
  counter-increment: item;
  content: counter(item) "";
  font-weight: bold;
  position: absolute;
  left: -1.3em;
  top: -0.2em;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
}

.o-submenu .ranklist ol li + li {
  margin-top: 1em;
}

.o-submenu .tags li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}

.o-submenu .tags li a {
  background: #fff;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 2em;
}

.o-submenu .searchform {
  position: relative;
}

.o-submenu .searchform .searchfield {
  font-size: 14px;
  width: 100%;
  margin: 3px;
  padding: 10px;
  border: solid 1px #ddd !important;
  border-radius: 4px;
  background-color: #fff;
}

.o-submenu .searchform .searchsubmit {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: 5%;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 1px 3px;
}

.o-submenu .searchform .searchsubmit:hover {
  opacity: 0.6;
}

.side_box:not(:first-of-type) {
  margin-top: 40px;
}

figcaption {
  text-align: center;
  display: block;
}

.c-pagination_pager {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination_pager i {
  margin: 0;
}

.c-pagination_pager a {
  margin: 0 0.3em;
  text-decoration: none;
  position: relative;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
.c-pagination_pager a .prev {
  background: url(../images/arrow_prev.webp) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.c-pagination_pager a .next {
  background: url(../images/arrow_prev.webp) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-pagination_pager .back {
  margin: 0 1em;
  width: auto !important;
  color: #141832;
  background: none !important;
}

.c-pagination_pager .back:hover {
  color: #141832;
  opacity: 0.5;
}

.c-pagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination .prev {
  border: 1px solid #232323;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 0.3em !important;
}
.c-pagination .prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
}
.c-pagination .next {
  border: 1px solid #232323;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 0.3em !important;
}
.c-pagination .next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
}

.c-pagination i {
  margin: 0;
}

.c-pagination a {
  margin: 0 0.3em;
  text-decoration: none;
  position: relative;
  color: #232323;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #232323;
  position: relative;
}
.c-pagination a .next {
  background: url(../images/arrow_prev.webp) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-pagination .current {
  margin: 0 0.3em;
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: #232323;
  color: #fff;
}

.c-pagination .next, .c-pagination .prev {
  margin: 0;
}

.c-pagination .prev {
  margin-right: 0.5em;
}

.c-pagination .next {
  margin-left: 0.5em;
}

.c-pagination .back {
  margin: 0 1em;
  width: auto !important;
  color: #141832;
  background: none !important;
}

.c-pagination .back:hover {
  color: #141832;
  opacity: 0.5;
}

.c-pagination_pager {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination_pager i {
  margin: 0;
}

.c-pagination_pager a {
  margin: 0 0.3em;
  text-decoration: none;
  position: relative;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
}
.c-pagination_pager a .prev {
  border: 1px solid #232323;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.c-pagination_pager a .prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
}
.c-pagination_pager a .next {
  border: 1px solid #232323;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.c-pagination_pager a .next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
}

.c-pagination_pager .back {
  margin: 0 1em;
  width: auto !important;
  color: #141832;
  background: none !important;
}

.c-pagination_pager .back:hover {
  color: #141832;
  opacity: 0.5;
}

.satori__custom_form_ad1ce91d80e51fa9_css .satori__btn {
  background: #50c8a7 !important;
  color: #fff !important;
  padding: 10px 60px !important;
}

.form_contact_content {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px;
}
@media screen and (max-width: 767.5px) {
  .form_contact_content {
    padding: 20px 10px !important;
  }
}

.satori__custom_form label {
  color: #232323 !important;
}
@media screen and (max-width: 767.5px) {
  .satori__custom_form label {
    font-size: 1.4rem !important;
  }
}
.satori__custom_form .satori__require {
  background: #18a8e9 !important;
  color: #fff !important;
  font-size: 1.3rem !important;
  padding: 5px 8px 4px !important;
  margin: 0 0 0 5px !important;
  line-height: 1 !important;
}
@media screen and (max-width: 767.5px) {
  .satori__custom_form .satori__require {
    font-size: 1.2rem !important;
  }
}
.satori__custom_form .satori__not_require {
  background: #486ecd !important;
  color: #fff !important;
  font-size: 1.3rem !important;
  padding: 5px 8px 4px !important;
  margin: 0 0 0 5px !important;
  line-height: 1 !important;
}
@media screen and (max-width: 767.5px) {
  .satori__custom_form .satori__not_require {
    font-size: 1.2rem !important;
  }
}
.satori__custom_form input[type=text],
.satori__custom_form input[type=email],
.satori__custom_form input[type=tel],
.satori__custom_form textarea {
  border: 1px solid #ccc !important;
  background: #f8f8f8 !important;
}
.satori__custom_form input[type=text]::-webkit-input-placeholder, .satori__custom_form input[type=email]::-webkit-input-placeholder, .satori__custom_form input[type=tel]::-webkit-input-placeholder, .satori__custom_form textarea::-webkit-input-placeholder {
  color: #555 !important;
  font-size: 1.4rem !important;
}
.satori__custom_form input[type=text]::-moz-placeholder, .satori__custom_form input[type=email]::-moz-placeholder, .satori__custom_form input[type=tel]::-moz-placeholder, .satori__custom_form textarea::-moz-placeholder {
  color: #555 !important;
  font-size: 1.4rem !important;
}
.satori__custom_form input[type=text]:-ms-input-placeholder, .satori__custom_form input[type=email]:-ms-input-placeholder, .satori__custom_form input[type=tel]:-ms-input-placeholder, .satori__custom_form textarea:-ms-input-placeholder {
  color: #555 !important;
  font-size: 1.4rem !important;
}
.satori__custom_form input[type=text]::-ms-input-placeholder, .satori__custom_form input[type=email]::-ms-input-placeholder, .satori__custom_form input[type=tel]::-ms-input-placeholder, .satori__custom_form textarea::-ms-input-placeholder {
  color: #555 !important;
  font-size: 1.4rem !important;
}
.satori__custom_form input[type=text]::placeholder,
.satori__custom_form input[type=email]::placeholder,
.satori__custom_form input[type=tel]::placeholder,
.satori__custom_form textarea::placeholder {
  color: #555 !important;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767.5px) {
  .satori__custom_form input[type=text]::-webkit-input-placeholder, .satori__custom_form input[type=email]::-webkit-input-placeholder, .satori__custom_form input[type=tel]::-webkit-input-placeholder, .satori__custom_form textarea::-webkit-input-placeholder {
    font-size: 1.2rem !important;
  }
  .satori__custom_form input[type=text]::-moz-placeholder, .satori__custom_form input[type=email]::-moz-placeholder, .satori__custom_form input[type=tel]::-moz-placeholder, .satori__custom_form textarea::-moz-placeholder {
    font-size: 1.2rem !important;
  }
  .satori__custom_form input[type=text]:-ms-input-placeholder, .satori__custom_form input[type=email]:-ms-input-placeholder, .satori__custom_form input[type=tel]:-ms-input-placeholder, .satori__custom_form textarea:-ms-input-placeholder {
    font-size: 1.2rem !important;
  }
  .satori__custom_form input[type=text]::-ms-input-placeholder, .satori__custom_form input[type=email]::-ms-input-placeholder, .satori__custom_form input[type=tel]::-ms-input-placeholder, .satori__custom_form textarea::-ms-input-placeholder {
    font-size: 1.2rem !important;
  }
  .satori__custom_form input[type=text]::placeholder,
.satori__custom_form input[type=email]::placeholder,
.satori__custom_form input[type=tel]::placeholder,
.satori__custom_form textarea::placeholder {
    font-size: 1.2rem !important;
  }
}
.satori__custom_form input::-webkit-input-placeholder {
  color: #555 !important;
  font-size: 1.4rem !important;
}
.satori__custom_form input::-moz-placeholder {
  color: #555 !important;
  font-size: 1.4rem !important;
}
.satori__custom_form input:-ms-input-placeholder {
  color: #555 !important;
  font-size: 1.4rem !important;
}
.satori__custom_form input::-ms-input-placeholder {
  color: #555 !important;
  font-size: 1.4rem !important;
}
.satori__custom_form input::placeholder {
  color: #555 !important;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767.5px) {
  .satori__custom_form input::-webkit-input-placeholder {
    font-size: 1.2rem !important;
  }
  .satori__custom_form input::-moz-placeholder {
    font-size: 1.2rem !important;
  }
  .satori__custom_form input:-ms-input-placeholder {
    font-size: 1.2rem !important;
  }
  .satori__custom_form input::-ms-input-placeholder {
    font-size: 1.2rem !important;
  }
  .satori__custom_form input::placeholder {
    font-size: 1.2rem !important;
  }
}
.satori__custom_form .satori__message a {
  color: #18a8e9 !important;
}
@media screen and (max-width: 767.5px) {
  .satori__custom_form .satori__btn {
    font-size: 1.4rem !important;
  }
}

.service_kinds {
  position: relative;
}
.service_kinds.deco_01:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 750px;
  max-width: 90%;
  height: 618px;
  background: url(../images/service_bg_01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1379.5px) {
  .service_kinds.deco_01:before {
    width: 625px;
    height: 515px;
  }
}
@media screen and (max-width: 1199.5px) {
  .service_kinds.deco_01:before {
    top: -70px;
    width: 500px;
    height: 415px;
  }
}
@media screen and (max-width: 991.5px) {
  .service_kinds.deco_01:before {
    top: -50px;
    width: 440px;
    height: 370px;
  }
}
@media screen and (max-width: 767.5px) {
  .service_kinds.deco_01:before {
    top: -75px;
    width: 530px;
    height: 450px;
  }
}
@media screen and (max-width: 575.5px) {
  .service_kinds.deco_01:before {
    top: -50px;
    width: 90%;
    height: 120%;
  }
}
.service_kinds.deco_02:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -265px;
  right: 0;
  width: 790px;
  max-width: 90%;
  height: 727px;
  background: url(../images/service_bg_02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1379.5px) {
  .service_kinds.deco_02:before {
    width: 648px;
    height: 615px;
  }
}
@media screen and (max-width: 1199.5px) {
  .service_kinds.deco_02:before {
    top: -150px;
    width: 565px;
    height: 525px;
  }
}
@media screen and (max-width: 991.5px) {
  .service_kinds.deco_02:before {
    width: 505px;
    height: 470px;
  }
}
@media screen and (max-width: 575.5px) {
  .service_kinds.deco_02:before {
    top: -100px;
    width: 90%;
    height: 120%;
  }
}
.service_kinds.deco_03:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -180px;
  left: 0;
  width: 783px;
  max-width: 90%;
  height: 650px;
  background: url(../images/service_bg_03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1379.5px) {
  .service_kinds.deco_03:before {
    width: 665px;
    height: 560px;
  }
}
@media screen and (max-width: 1199.5px) {
  .service_kinds.deco_03:before {
    top: -115px;
    width: 595px;
    height: 500px;
  }
}
@media screen and (max-width: 991.5px) {
  .service_kinds.deco_03:before {
    top: -92px;
    width: 500px;
    height: 420px;
  }
}
@media screen and (max-width: 575.5px) {
  .service_kinds.deco_03:before {
    top: -40px;
    width: 90%;
    height: 120%;
  }
}
.service_kinds.deco_04:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -240px;
  right: 0;
  width: 831px;
  max-width: 90%;
  height: 730px;
  background: url(../images/service_bg_04.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1379.5px) {
  .service_kinds.deco_04:before {
    top: -185px;
    width: 635px;
    height: 560px;
  }
}
@media screen and (max-width: 1199.5px) {
  .service_kinds.deco_04:before {
    top: -115px;
    width: 575px;
    height: 505px;
  }
}
@media screen and (max-width: 991.5px) {
  .service_kinds.deco_04:before {
    top: -85px;
    width: 460px;
    height: 410px;
  }
}
@media screen and (max-width: 575.5px) {
  .service_kinds.deco_04:before {
    top: -55px;
    width: 90%;
    height: 120%;
  }
}
.service_kinds_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.5px) {
  .service_kinds_content {
    display: block;
  }
}
.service_kinds_content_img {
  width: 600px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1379.5px) {
  .service_kinds_content_img {
    width: 450px;
  }
}
@media screen and (max-width: 991.5px) {
  .service_kinds_content_img {
    width: 360px;
  }
}
@media screen and (max-width: 767.5px) {
  .service_kinds_content_img {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service_kinds_content_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.5px) {
  .service_kinds_content_txt {
    width: 100%;
    margin: 30px auto 0;
  }
}
.service_kinds_content_txt h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767.5px) {
  .service_kinds_content_txt h3 {
    font-size: 2.2rem;
    text-align: center;
  }
}
.service_kinds_content_txt p {
  margin-top: 16px;
}
.service_kinds_content_txt .cat {
  margin-top: 30px;
}
@media screen and (max-width: 1199.5px) {
  .service_kinds_content_txt .cat {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.5px) {
  .service_kinds_content_txt .cat {
    margin-top: 14px;
  }
}
.service_kinds_content_txt .cat li {
  font-size: 1.2rem;
  color: #fff;
  background: #232323;
  padding: 3px 16px;
  border-radius: 100px;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-right: 6px;
  margin-top: 6px;
}
@media screen and (max-width: 1199.5px) {
  .service_kinds_content_txt .cat li {
    font-size: 1.1rem;
    padding: 3px 12px;
    margin-right: 3px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767.5px) {
  .service_kinds_content_txt .cat li {
    font-size: 1.1rem;
  }
}
.service_kinds_content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service_kinds_content.reverse .service_kinds_content_txt {
  margin-right: 60px;
  margin-left: 0;
}

.result_content {
  background: #232323;
  border-radius: 20px;
  padding: 110px !important;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199.5px) {
  .result_content {
    padding: 60px !important;
  }
}
@media screen and (max-width: 575.5px) {
  .result_content {
    padding: 30px 20px !important;
  }
}
.result_content:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/table_deco.png) no-repeat;
  background-size: contain;
  width: 460px;
  height: 298px;
}
@media screen and (max-width: 991.5px) {
  .result_content:before {
    width: 300px;
    height: 195px;
  }
}
@media screen and (max-width: 575.5px) {
  .result_content:before {
    width: 270px;
    height: 147px;
  }
}
.result_content .ttl {
  position: relative;
  z-index: 1;
}
.result_content .result_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.5px) {
  .result_content .result_table {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575.5px) {
  .result_content .result_table {
    margin-top: 40px;
  }
}
.result_content .result_table tr {
  border-top: 1px solid #333333;
}
.result_content .result_table tr:last-of-type {
  border-bottom: 1px solid #333333;
}
.result_content .result_table tr th, .result_content .result_table tr td {
  color: #fff;
  text-align: left;
  font-weight: 300;
  line-height: 1.61;
  vertical-align: top;
  padding: 40px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.5px) {
  .result_content .result_table tr th, .result_content .result_table tr td {
    display: block;
    width: 100%;
  }
}
.result_content .result_table tr th strong, .result_content .result_table tr td strong {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.result_content .result_table tr th {
  width: 310px;
}
@media screen and (max-width: 991.5px) {
  .result_content .result_table tr th {
    width: 270px;
  }
}
@media screen and (max-width: 767.5px) {
  .result_content .result_table tr th {
    padding: 30px 0 24px;
  }
}
@media screen and (max-width: 767.5px) {
  .result_content .result_table tr td {
    padding: 0 0 30px;
  }
}

.message_content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.5px) {
  .message_content {
    display: block;
  }
}
.message_content_img {
  width: 410px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991.5px) {
  .message_content_img {
    width: 280px;
  }
}
@media screen and (max-width: 767.5px) {
  .message_content_img {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }
}
.message_content_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 85px;
}
@media screen and (max-width: 1199.5px) {
  .message_content_txt {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767.5px) {
  .message_content_txt {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 575.5px) {
  .message_content_txt {
    margin: 40px 0 0;
  }
}
.message_content_txt p {
  margin-top: 24px;
}
.message_content_txt p:first-of-type {
  margin-top: 30px;
}

@media screen and (max-width: 991.5px) {
  .imp_content {
    display: block;
  }
}
.imp_content .imp_box {
  width: 520px;
  height: 520px;
  border-radius: 20px;
  padding: 60px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1379.5px) {
  .imp_content .imp_box {
    width: 445px;
    padding: 40px;
  }
}
@media screen and (max-width: 1199.5px) {
  .imp_content .imp_box {
    width: 385px;
  }
}
@media screen and (max-width: 991.5px) {
  .imp_content .imp_box {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 575.5px) {
  .imp_content .imp_box {
    padding: 30px;
  }
}
.imp_content .imp_box:nth-of-type(even) {
  margin-left: 60px;
}
@media screen and (max-width: 1199.5px) {
  .imp_content .imp_box:nth-of-type(even) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 991.5px) {
  .imp_content .imp_box:nth-of-type(even) {
    margin-left: 0;
  }
}
.imp_content .imp_box:nth-of-type(n + 3) {
  margin-top: 60px;
}
@media screen and (max-width: 1199.5px) {
  .imp_content .imp_box:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991.5px) {
  .imp_content .imp_box:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.imp_content .imp_box h3 {
  font-size: 3.4rem;
}
@media screen and (max-width: 1379.5px) {
  .imp_content .imp_box h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1199.5px) {
  .imp_content .imp_box h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575.5px) {
  .imp_content .imp_box h3 {
    font-size: 2.4rem;
  }
}
.imp_content .imp_box p {
  margin-top: 25px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.5px) {
  .imp_content .imp_box p {
    margin-top: 18px;
  }
}
.imp_content .imp_box.type01 {
  position: relative;
  background: #f8f8f8;
}
.imp_content .imp_box.type01:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/imp_01.png) no-repeat;
  background-size: contain;
  width: 275px;
  height: 197px;
  z-index: -1;
}
@media screen and (max-width: 767.5px) {
  .imp_content .imp_box.type01:before {
    width: 235px;
    height: 170px;
  }
}
.imp_content .imp_box.type02 {
  position: relative;
  background: #f8f8f8;
}
.imp_content .imp_box.type02:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/imp_02.png) no-repeat;
  background-size: contain;
  width: 305px;
  height: 253px;
  z-index: -1;
}
@media screen and (max-width: 767.5px) {
  .imp_content .imp_box.type02:before {
    width: 250px;
    height: 208px;
  }
}
.imp_content .imp_box.type03 {
  position: relative;
  background: #f8f8f8;
}
.imp_content .imp_box.type03:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/imp_03.png) no-repeat;
  background-size: contain;
  width: 330px;
  height: 195px;
  z-index: -1;
}
@media screen and (max-width: 767.5px) {
  .imp_content .imp_box.type03:before {
    width: 275px;
    height: 163px;
  }
}
.imp_content .ttl_box {
  background: url(../images/imp_ttl_deco.png) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}
@media screen and (max-width: 991.5px) {
  .imp_content .ttl_box {
    height: 400px;
    background-position: 50% 75%;
  }
}
@media screen and (max-width: 575.5px) {
  .imp_content .ttl_box {
    height: 270px;
  }
}

.recruit_content {
  background: #232323;
  border-radius: 20px;
  padding: 110px !important;
  overflow: hidden;
}
@media screen and (max-width: 1199.5px) {
  .recruit_content {
    padding: 60px !important;
  }
}
@media screen and (max-width: 575.5px) {
  .recruit_content {
    padding: 30px 20px !important;
  }
}
.recruit_content:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/table_deco.png) no-repeat;
  background-size: contain;
  width: 460px;
  height: 298px;
}
@media screen and (max-width: 991.5px) {
  .recruit_content:before {
    width: 300px;
    height: 195px;
  }
}
@media screen and (max-width: 575.5px) {
  .recruit_content:before {
    width: 270px;
    height: 147px;
  }
}
.recruit_content .ttl {
  position: relative;
  z-index: 1;
}
.recruit_content_outer {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.5px) {
  .recruit_content_outer {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575.5px) {
  .recruit_content_outer {
    margin-top: 40px;
  }
}
.recruit_content_article {
  padding: 50px 0;
  border-top: 1px solid #333333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.5px) {
  .recruit_content_article {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 0;
  }
}
@media screen and (max-width: 575.5px) {
  .recruit_content_article {
    display: block;
  }
}
.recruit_content_article.line_bottom {
  border-bottom: 1px solid #333333;
}
.recruit_content_article_img {
  width: 300px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767.5px) {
  .recruit_content_article_img {
    width: 170px;
  }
}
@media screen and (max-width: 575.5px) {
  .recruit_content_article_img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.recruit_content_article_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  color: #fff;
}
@media screen and (max-width: 767.5px) {
  .recruit_content_article_txt {
    margin-left: 30px;
  }
}
@media screen and (max-width: 575.5px) {
  .recruit_content_article_txt {
    width: 100%;
    margin: 20px 0 0;
  }
}
.recruit_content_article_txt h3 {
  font-size: 2rem;
}
.recruit_content_article_txt p {
  font-size: 1.4rem;
  margin-top: 10px;
}
.recruit_content_article_txt .link_btn {
  margin-top: 10px;
}
.recruit_content_article_txt .link_btn a {
  display: inline-block;
  font-size: 1.4rem;
  color: #306fdb;
  letter-spacing: 0.05em;
}
.recruit_content_article_txt .link_btn a:hover {
  color: #fff;
}
.recruit_content_article_txt .link_btn a i {
  margin-left: 6px;
}

.news_outer {
  background: #f8f8f8;
}

@media screen and (max-width: 767.5px) {
  .news_inner {
    display: block;
  }
}
.news_inner article {
  width: 370px;
}
@media screen and (max-width: 1379.5px) {
  .news_inner article {
    width: 31%;
  }
}
@media screen and (max-width: 767.5px) {
  .news_inner article {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_inner article:not(:first-of-type) {
    margin-top: 20px;
  }
}
.news_inner article figure {
  width: 100%;
}
@media screen and (max-width: 767.5px) {
  .news_inner article figure {
    width: 150px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767.5px) and (max-width: 575.5px) {
  .news_inner article figure {
    width: 120px;
  }
}
.news_inner article figure img {
  width: 100%;
  border-radius: 20px;
}
.news_inner article .news_content_txt {
  margin-top: 20px;
}
@media screen and (max-width: 767.5px) {
  .news_inner article .news_content_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 20px;
  }
}
.news_inner article .news_content_txt h3 {
  line-height: 1;
  padding: 0 10px;
}
@media screen and (max-width: 767.5px) {
  .news_inner article .news_content_txt h3 {
    padding: 0;
  }
}
.news_inner article .news_content_txt h3 a {
  font-size: 1.6rem;
  line-height: 1.41;
}
.news_inner article .news_content_txt p {
  font-size: 1.1rem;
  color: #929292;
  padding: 0 10px;
  margin-top: 6px;
}

.news_content .arrow_orange {
  margin-top: 40px;
}
.news_content_box table {
  width: 100%;
  border-collapse: collapse;
}
.news_content_box table tr {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.news_content_box table tr:last-of-type {
  border-bottom: 1px solid #ddd;
}
.news_content_box table tr th, .news_content_box table tr td {
  padding: 40px 0 36px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767.5px) {
  .news_content_box table tr th, .news_content_box table tr td {
    width: 100% !important;
    display: block !important;
  }
}
.news_content_box table tr th {
  padding-left: 20px;
  padding-right: 38px;
  width: 280px;
}
@media screen and (max-width: 767.5px) {
  .news_content_box table tr th {
    padding: 25px 0 0;
  }
}
.news_content_box table tr th span {
  float: right;
  color: #18a8e9;
  border: 1px solid #18a8e9;
  border-radius: 50px;
  font-size: 1.2rem;
  padding: 2px 16px 2px;
  font-family: "noto-sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  text-align: center;
  min-width: 82px;
}
@media screen and (max-width: 991.5px) {
  .news_content_box table tr th span {
    margin-left: 10px;
    padding: 3px 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.5px) {
  .news_content_box table tr th span {
    float: none;
  }
}
.news_content_box table tr td {
  padding-right: 20px;
}
@media screen and (max-width: 767.5px) {
  .news_content_box table tr td {
    padding: 7px 0 25px;
  }
}
.news_content_box table tr td a {
  color: #232323;
}
.news_content_box table tr td a:hover {
  color: #18a8e9;
}

.aboutUs_content_table {
  width: 100%;
  border-collapse: collapse;
}
.aboutUs_content_table tr {
  border-top: 1px solid #e6eaed;
}
.aboutUs_content_table tr:last-of-type {
  border-bottom: 1px solid #e6eaed;
}
.aboutUs_content_table tr th, .aboutUs_content_table tr td {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 30px 0;
}
@media screen and (max-width: 767.5px) {
  .aboutUs_content_table tr th, .aboutUs_content_table tr td {
    padding: 25px 0;
  }
}
.aboutUs_content_table tr th {
  width: 165px;
}
@media screen and (max-width: 767.5px) {
  .aboutUs_content_table tr th {
    width: 100px;
  }
}

.landscape_content figure {
  width: 100%;
}
.landscape_content figure img {
  width: 100%;
}

.top_contact_content .contact_inner {
  width: 100%;
  padding: 85px;
  background: url(../images/contact_bg.png) no-repeat top right #f8f8f8;
  background-size: 660px 255px;
  border-radius: 20px;
}
@media screen and (max-width: 767.5px) {
  .top_contact_content .contact_inner {
    background-size: 470px 260px;
    padding: 60px;
  }
}
@media screen and (max-width: 575.5px) {
  .top_contact_content .contact_inner {
    padding: 30px;
  }
}
.top_contact_content .contact_inner .ttl {
  text-align: center;
}
.top_contact_content .contact_inner .ttl h4 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1199.5px) {
  .top_contact_content .contact_inner .ttl h4 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.5px) {
  .top_contact_content .contact_inner .ttl h4 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575.5px) {
  .top_contact_content .contact_inner .ttl h4 {
    font-size: 2.4rem;
  }
}
.top_contact_content .contact_inner .ttl p {
  font-size: 1.3rem;
  margin-top: 10px;
}
@media screen and (max-width: 767.5px) {
  .top_contact_content .contact_inner .ttl p {
    font-size: 1.2rem;
    margin-top: 6px;
  }
}
.top_contact_content .contact_inner .table_content {
  width: 100%;
}
.top_contact_content .contact_inner .table_content table {
  width: 100%;
  border-collapse: collapse;
}
.top_contact_content .contact_inner .table_content table tr {
  /* ラジオボタンを隠す */
  /* spanの左側にボタンを配置するスペースを作る */
  /* 各パーツを作成 */
  /* after上書き */
  /*
    checked状態
    文字のcolorとボタンのopacityを変更
  */
}
.top_contact_content .contact_inner .table_content table tr th, .top_contact_content .contact_inner .table_content table tr td {
  text-align: left;
  width: 100%;
  display: block;
  font-size: 1.4rem;
}
.top_contact_content .contact_inner .table_content table tr th {
  font-weight: 600;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_contact_content .contact_inner .table_content table tr th .hissu {
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  background: #e2750f;
  padding: 4px 10px 5px;
  border-radius: 100px;
  margin-left: 10px;
}
.top_contact_content .contact_inner .table_content table tr td {
  margin-top: 8px;
  padding-bottom: 15px;
}
.top_contact_content .contact_inner .table_content table tr td input[type=text],
.top_contact_content .contact_inner .table_content table tr td input[type=email],
.top_contact_content .contact_inner .table_content table tr td textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.top_contact_content .contact_inner .table_content table tr td input[type=text]::-webkit-input-placeholder, .top_contact_content .contact_inner .table_content table tr td input[type=email]::-webkit-input-placeholder, .top_contact_content .contact_inner .table_content table tr td textarea::-webkit-input-placeholder {
  font-weight: 300;
}
.top_contact_content .contact_inner .table_content table tr td input[type=text]::-moz-placeholder, .top_contact_content .contact_inner .table_content table tr td input[type=email]::-moz-placeholder, .top_contact_content .contact_inner .table_content table tr td textarea::-moz-placeholder {
  font-weight: 300;
}
.top_contact_content .contact_inner .table_content table tr td input[type=text]:-ms-input-placeholder, .top_contact_content .contact_inner .table_content table tr td input[type=email]:-ms-input-placeholder, .top_contact_content .contact_inner .table_content table tr td textarea:-ms-input-placeholder {
  font-weight: 300;
}
.top_contact_content .contact_inner .table_content table tr td input[type=text]::-ms-input-placeholder, .top_contact_content .contact_inner .table_content table tr td input[type=email]::-ms-input-placeholder, .top_contact_content .contact_inner .table_content table tr td textarea::-ms-input-placeholder {
  font-weight: 300;
}
.top_contact_content .contact_inner .table_content table tr td input[type=text]::placeholder,
.top_contact_content .contact_inner .table_content table tr td input[type=email]::placeholder,
.top_contact_content .contact_inner .table_content table tr td textarea::placeholder {
  font-weight: 300;
}
.top_contact_content .contact_inner .table_content table tr td textarea {
  height: 200px;
}
.top_contact_content .contact_inner .table_content table tr .radio-btns input[type=radio].radio-btns__item {
  display: none;
}
.top_contact_content .contact_inner .table_content table tr .radio-btns label {
  display: inline-block;
}
.top_contact_content .contact_inner .table_content table tr .radio-btns .radio-btns__item + span {
  padding-left: 1.7em;
  display: inline-block;
  position: relative;
}
.top_contact_content .contact_inner .table_content table tr .radio-btns .radio-btns__item + span::after,
.top_contact_content .contact_inner .table_content table tr .radio-btns .radio-btns__item + span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
}
.top_contact_content .contact_inner .table_content table tr .radio-btns .radio-btns__item + span::after {
  opacity: 0;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 2px;
  border: none;
  background: #e2750f;
}
.top_contact_content .contact_inner .table_content table tr .radio-btns .radio-btns__item:checked + span {
  color: #e2750f;
}
.top_contact_content .contact_inner .table_content table tr .radio-btns .radio-btns__item:checked + span::after {
  opacity: 1;
}
@media screen and (max-width: 767.5px) {
  .top_contact_content .contact_inner .table_content table tr .radio-btns .mwform-radio-field {
    display: block;
    margin: 0;
  }
  .top_contact_content .contact_inner .table_content table tr .radio-btns .mwform-radio-field:not(:first-of-type) {
    margin-top: 6px;
  }
}
.top_contact_content .contact_inner .table_content .privacy {
  text-align: center;
  font-size: 1.4rem;
}
.top_contact_content .contact_inner .table_content .privacy .mwform-checkbox-field-text {
  display: none;
}
.top_contact_content .contact_inner .table_content .privacy a {
  color: #306fdb;
}

.submit_btn {
  text-align: center;
  margin-top: 30px;
}
.submit_btn button {
  background: #306fdb;
  padding: 15px 70px;
  color: #fff;
  border-radius: 100px;
  border: 2px solid #306fdb;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submit_btn button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.submit_btn button:hover {
  opacity: 0.8;
}

.footer_img {
  width: calc(100% - 60px);
  max-width: 1047px;
  margin-left: auto;
  margin-right: auto;
}

.slide_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.slide_gallery img {
  width: 3000px !important;
  max-width: 3000px !important;
}
@media screen and (max-width: 991.5px) {
  .slide_gallery img {
    width: 2400px !important;
    max-width: 2400px !important;
  }
}
@media screen and (max-width: 767.5px) {
  .slide_gallery img {
    width: 2000px !important;
    max-width: 2000px !important;
  }
}
@media screen and (max-width: 575.5px) {
  .slide_gallery img {
    width: 1200px !important;
    max-width: 1200px !important;
  }
}
.slide_gallery img:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
          animation: slide1 60s -30s linear infinite;
}
.slide_gallery img:last-child {
  -webkit-animation: slide2 60s linear infinite;
          animation: slide2 60s linear infinite;
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.page_mainVisual {
  width: 100%;
  padding: 280px 0 130px;
  background: url(../images/page_mainVisual.webp) no-repeat top right;
  background-size: cover;
}
@media screen and (max-width: 991.5px) {
  .page_mainVisual {
    padding: 200px 0 90px;
  }
}
@media screen and (max-width: 767.5px) {
  .page_mainVisual {
    padding: 175px 0 80px;
  }
}
@media screen and (max-width: 575.5px) {
  .page_mainVisual {
    padding: 150px 0 70px;
  }
}
.page_mainVisual_ttl h2 {
  font-size: 3.6rem;
  line-height: 1.41;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199.5px) {
  .page_mainVisual_ttl h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.5px) {
  .page_mainVisual_ttl h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575.5px) {
  .page_mainVisual_ttl h2 {
    font-size: 2.4rem;
  }
}
.page_mainVisual_ttl p {
  font-size: 1.6rem;
  line-height: 1.41;
  margin-top: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991.5px) {
  .page_mainVisual_ttl p {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767.5px) {
  .page_mainVisual_ttl p {
    font-size: 1.2rem;
    margin-top: 12px;
  }
}

.recruit_table {
  width: 100%;
  border-collapse: collapse;
}
.recruit_table tr {
  border-top: 1px solid #e6eaed;
}
.recruit_table tr:last-of-type {
  border-bottom: 1px solid #e6eaed;
}
.recruit_table tr th, .recruit_table tr td {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 30px 0;
}
@media screen and (max-width: 767.5px) {
  .recruit_table tr th, .recruit_table tr td {
    padding: 25px 0;
  }
}
.recruit_table tr th {
  width: 165px;
}
@media screen and (max-width: 767.5px) {
  .recruit_table tr th {
    width: 100px;
  }
}

.archive_recruit_content article {
  width: 33.3%;
  padding: 0 20px;
}
@media screen and (max-width: 991.5px) {
  .archive_recruit_content article {
    width: 50%;
  }
}
@media screen and (max-width: 575.5px) {
  .archive_recruit_content article {
    width: 100%;
  }
}
.archive_recruit_content article:nth-of-type(n + 4) {
  margin-top: 40px;
}
@media screen and (max-width: 991.5px) {
  .archive_recruit_content article:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575.5px) {
  .archive_recruit_content article:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.archive_recruit_content article figure {
  border-radius: 10px;
  overflow: hidden;
}
.archive_recruit_content article figure img {
  width: 100%;
  height: auto;
}
.archive_recruit_content article h2 {
  line-height: 1;
  margin-top: 16px;
}
.archive_recruit_content article h2 a {
  line-height: 1.41;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 575.5px) {
  .archive_recruit_content article h2 a {
    font-size: 1.8rem;
  }
}
.archive_recruit_content article p {
  font-size: 1.4rem;
  margin-top: 10px;
}

.u-margintop--xl {
  margin-top: 150px;
}
@media screen and (max-width: 991.5px) {
  .u-margintop--xl {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-margintop--xl {
    margin-top: 80px;
  }
}

.u-margintop--lg {
  margin-top: 140px;
}
@media screen and (max-width: 991.5px) {
  .u-margintop--lg {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-margintop--lg {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575.5px) {
  .u-margintop--lg {
    margin-top: 80px;
  }
}

.u-margintop--ml {
  margin-top: 90px;
}
@media screen and (max-width: 991.5px) {
  .u-margintop--ml {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-margintop--ml {
    margin-top: 40px;
  }
}

.u-margintop--md {
  margin-top: 60px;
}
@media screen and (max-width: 991.5px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}

.u-margintop--sm {
  margin-top: 40px;
}
@media screen and (max-width: 991.5px) {
  .u-margintop--sm {
    margin-top: 30px;
  }
}

.u-margintop--xs {
  margin-top: 30px;
}
@media screen and (max-width: 991.5px) {
  .u-margintop--xs {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-margintop--xs {
    margin-top: 20px;
  }
}

.u-marginbottom--xl {
  margin-bottom: 150px;
}
@media screen and (max-width: 991.5px) {
  .u-marginbottom--xl {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-marginbottom--xl {
    margin-bottom: 80px;
  }
}

.u-marginbottom--lg {
  margin-bottom: 140px;
}
@media screen and (max-width: 991.5px) {
  .u-marginbottom--lg {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-marginbottom--lg {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 575.5px) {
  .u-marginbottom--lg {
    margin-bottom: 80px;
  }
}

.u-marginbottom--ml {
  margin-bottom: 90px;
}
@media screen and (max-width: 991.5px) {
  .u-marginbottom--ml {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-marginbottom--ml {
    margin-bottom: 40px;
  }
}

.u-marginbottom--md {
  margin-bottom: 60px;
}
@media screen and (max-width: 991.5px) {
  .u-marginbottom--md {
    margin-bottom: 40px;
  }
}

.u-marginbottom--sm {
  margin-bottom: 40px;
}
@media screen and (max-width: 991.5px) {
  .u-marginbottom--sm {
    margin-bottom: 30px;
  }
}

.u-marginbottom--xs {
  margin-bottom: 30px;
}
@media screen and (max-width: 991.5px) {
  .u-marginbottom--xs {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-marginbottom--xs {
    margin-bottom: 20px;
  }
}

.u-padding--xl {
  padding: 150px 0px;
}
@media screen and (max-width: 991.5px) {
  .u-padding--xl {
    padding: 120px 0px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-padding--xl {
    padding: 80px 0;
  }
}

.u-padding--lg {
  padding: 140px 0;
}
@media screen and (max-width: 991.5px) {
  .u-padding--lg {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767.5px) {
  .u-padding--lg {
    padding: 80px 0;
  }
}
@media screen and (max-width: 575.5px) {
  .u-padding--lg {
    padding: 60px 0;
  }
}

.u-padding--ml {
  padding: 90px 0;
}
@media screen and (max-width: 991.5px) {
  .u-padding--ml {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767.5px) {
  .u-padding--ml {
    padding: 40px 0;
  }
}

.u-padding--md {
  padding: 60px 0;
}
@media screen and (max-width: 991.5px) {
  .u-padding--md {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767.5px) {
  .u-padding--md {
    padding: 30px 0;
  }
}

.u-padding--sm {
  padding: 40px 0;
}
@media screen and (max-width: 991.5px) {
  .u-padding--sm {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767.5px) {
  .u-padding--sm {
    padding: 20px 0;
  }
}

.u-padding--xs {
  padding: 30px 0;
}
@media screen and (max-width: 991.5px) {
  .u-padding--xs {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767.5px) {
  .u-padding--xs {
    padding: 20px 0;
  }
}

.u-paddingtop--xl {
  padding-top: 150px;
}
@media screen and (max-width: 991.5px) {
  .u-paddingtop--xl {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-paddingtop--xl {
    padding-top: 80px;
  }
}

.u-paddingtop--lg {
  padding-top: 140px;
}
@media screen and (max-width: 991.5px) {
  .u-paddingtop--lg {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-paddingtop--lg {
    padding-top: 100px;
  }
}
@media screen and (max-width: 575.5px) {
  .u-paddingtop--lg {
    padding-top: 80px;
  }
}

.u-paddingtop--ml {
  padding-top: 90px;
}
@media screen and (max-width: 991.5px) {
  .u-paddingtop--ml {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-paddingtop--ml {
    padding-top: 40px;
  }
}

.u-paddingtop--md {
  padding-top: 60px;
}
@media screen and (max-width: 991.5px) {
  .u-paddingtop--md {
    padding-top: 40px;
  }
}

.u-paddingtop--sm {
  padding-top: 40px;
}
@media screen and (max-width: 991.5px) {
  .u-paddingtop--sm {
    padding-top: 30px;
  }
}

.u-paddingtop--xs {
  padding-top: 30px;
}
@media screen and (max-width: 991.5px) {
  .u-paddingtop--xs {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-paddingtop--xs {
    padding-top: 20px;
  }
}

.u-paddingbottom--xl {
  padding-bottom: 150px;
}
@media screen and (max-width: 991.5px) {
  .u-paddingbottom--xl {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-paddingbottom--xl {
    padding-bottom: 80px;
  }
}

.u-paddingbottom--lg {
  padding-bottom: 140px;
}
@media screen and (max-width: 991.5px) {
  .u-paddingbottom--lg {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-paddingbottom--lg {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 575.5px) {
  .u-paddingbottom--lg {
    padding-bottom: 80px;
  }
}

.u-paddingbottom--ml {
  padding-bottom: 90px;
}
@media screen and (max-width: 991.5px) {
  .u-paddingbottom--ml {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-paddingbottom--ml {
    padding-bottom: 40px;
  }
}

.u-paddingbottom--md {
  padding-bottom: 60px;
}
@media screen and (max-width: 991.5px) {
  .u-paddingbottom--md {
    padding-bottom: 40px;
  }
}

.u-paddingbottom--sm {
  padding-bottom: 40px;
}
@media screen and (max-width: 991.5px) {
  .u-paddingbottom--sm {
    padding-bottom: 30px;
  }
}

.u-paddingbottom--xs {
  padding-bottom: 30px;
}
@media screen and (max-width: 991.5px) {
  .u-paddingbottom--xs {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767.5px) {
  .u-paddingbottom--xs {
    padding-bottom: 20px;
  }
}