@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Roboto:400,500,700");
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75;
  color: #212529;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: black;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [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 {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

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

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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 {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; } }

.flex-row {
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #868e96; }

.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-cell {
  display: table-cell !important; }

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

.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !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-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !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-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !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-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !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-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.flex-row {
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

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

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-muted {
  color: #ced4da !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.m-0 {
  margin: 0 !important; }

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

.mr-0 {
  margin-right: 0 !important; }

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

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 !important; }

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

.pr-0 {
  padding-right: 0 !important; }

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

.pl-0 {
  padding-left: 0 !important; }

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.contactForm .form-control, .recruit_view .form-control, .recruit_detail .form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .contactForm .form-control::-ms-expand, .recruit_view .form-control::-ms-expand, .recruit_detail .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .contactForm .form-control:focus, .recruit_view .form-control:focus, .recruit_detail .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none; }
  .contactForm .form-control::-webkit-input-placeholder, .recruit_view .form-control::-webkit-input-placeholder, .recruit_detail .form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .contactForm .form-control::-moz-placeholder, .recruit_view .form-control::-moz-placeholder, .recruit_detail .form-control::-moz-placeholder {
    color: #868e96;
    opacity: 1; }
  .contactForm .form-control:-ms-input-placeholder, .recruit_view .form-control:-ms-input-placeholder, .recruit_detail .form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .contactForm .form-control::placeholder, .recruit_view .form-control::placeholder, .recruit_detail .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .contactForm .form-control:disabled, .contactForm .form-control[readonly], .recruit_view .form-control:disabled, .recruit_view .form-control[readonly], .recruit_detail .form-control:disabled, .recruit_detail .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

.contactForm select.form-control:not([size]):not([multiple]), .recruit_view select.form-control:not([size]):not([multiple]), .recruit_detail select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

.contactForm select.form-control:focus::-ms-value, .recruit_view select.form-control:focus::-ms-value, .recruit_detail select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.contactForm .form-control-file,
.contactForm .form-control-range, .recruit_view .form-control-file,
.recruit_view .form-control-range, .recruit_detail .form-control-file,
.recruit_detail .form-control-range {
  display: block; }

.contactForm .col-form-label, .recruit_view .col-form-label, .recruit_detail .col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.contactForm .col-form-label-lg, .recruit_view .col-form-label-lg, .recruit_detail .col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem; }

.contactForm .col-form-label-sm, .recruit_view .col-form-label-sm, .recruit_detail .col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.contactForm .col-form-legend, .recruit_view .col-form-legend, .recruit_detail .col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.contactForm .form-control-plaintext, .recruit_view .form-control-plaintext, .recruit_detail .form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .contactForm .form-control-plaintext.form-control-sm, .contactForm .form-control-plaintext.form-control-lg, .recruit_view .form-control-plaintext.form-control-sm, .recruit_view .form-control-plaintext.form-control-lg, .recruit_detail .form-control-plaintext.form-control-sm, .recruit_detail .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.contactForm .form-control-sm, .recruit_view .form-control-sm, .recruit_detail .form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.contactForm select.form-control-sm:not([size]):not([multiple]), .recruit_view select.form-control-sm:not([size]):not([multiple]), .recruit_detail select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.contactForm .form-control-lg, .recruit_view .form-control-lg, .recruit_detail .form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.contactForm select.form-control-lg:not([size]):not([multiple]), .recruit_view select.form-control-lg:not([size]):not([multiple]), .recruit_detail select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px); }

.contactForm .form-group, .recruit_view .form-group, .recruit_detail .form-group {
  margin-bottom: 1rem; }

.contactForm .form-text, .recruit_view .form-text, .recruit_detail .form-text {
  display: block;
  margin-top: 0.25rem; }

.contactForm .form-row, .recruit_view .form-row, .recruit_detail .form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .contactForm .form-row > .col,
  .contactForm .form-row > [class*="col-"], .recruit_view .form-row > .col,
  .recruit_view .form-row > [class*="col-"], .recruit_detail .form-row > .col,
  .recruit_detail .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.contactForm .form-check, .recruit_view .form-check, .recruit_detail .form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .contactForm .form-check.disabled .form-check-label, .recruit_view .form-check.disabled .form-check-label, .recruit_detail .form-check.disabled .form-check-label {
    color: #868e96; }

.contactForm .form-check-label, .recruit_view .form-check-label, .recruit_detail .form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }

.contactForm .form-check-input, .recruit_view .form-check-input, .recruit_detail .form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .contactForm .form-check-input:only-child, .recruit_view .form-check-input:only-child, .recruit_detail .form-check-input:only-child {
    position: static; }

.contactForm .form-check-inline, .recruit_view .form-check-inline, .recruit_detail .form-check-inline {
  display: inline-block; }
  .contactForm .form-check-inline .form-check-label, .recruit_view .form-check-inline .form-check-label, .recruit_detail .form-check-inline .form-check-label {
    vertical-align: middle; }
  .contactForm .form-check-inline + .form-check-inline, .recruit_view .form-check-inline + .form-check-inline, .recruit_detail .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.contactForm .invalid-feedback, .recruit_view .invalid-feedback, .recruit_detail .invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545; }

.contactForm .invalid-tooltip, .recruit_view .invalid-tooltip, .recruit_detail .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .contactForm .form-control:valid, .contactForm .form-control.is-valid, .was-validated
.contactForm .custom-select:valid,
.contactForm .custom-select.is-valid, .was-validated .recruit_view .form-control:valid, .recruit_view .form-control.is-valid, .was-validated
.recruit_view .custom-select:valid,
.recruit_view .custom-select.is-valid, .was-validated .recruit_detail .form-control:valid, .recruit_detail .form-control.is-valid, .was-validated
.recruit_detail .custom-select:valid,
.recruit_detail .custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .contactForm .form-control:valid:focus, .contactForm .form-control.is-valid:focus, .was-validated
  .contactForm .custom-select:valid:focus,
  .contactForm .custom-select.is-valid:focus, .was-validated .recruit_view .form-control:valid:focus, .recruit_view .form-control.is-valid:focus, .was-validated
  .recruit_view .custom-select:valid:focus,
  .recruit_view .custom-select.is-valid:focus, .was-validated .recruit_detail .form-control:valid:focus, .recruit_detail .form-control.is-valid:focus, .was-validated
  .recruit_detail .custom-select:valid:focus,
  .recruit_detail .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .contactForm .form-control:valid ~ .invalid-feedback,
  .was-validated .contactForm .form-control:valid ~ .invalid-tooltip, .contactForm .form-control.is-valid ~ .invalid-feedback,
  .contactForm .form-control.is-valid ~ .invalid-tooltip, .was-validated
  .contactForm .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .contactForm .custom-select:valid ~ .invalid-tooltip,
  .contactForm .custom-select.is-valid ~ .invalid-feedback,
  .contactForm .custom-select.is-valid ~ .invalid-tooltip, .was-validated .recruit_view .form-control:valid ~ .invalid-feedback,
  .was-validated .recruit_view .form-control:valid ~ .invalid-tooltip, .recruit_view .form-control.is-valid ~ .invalid-feedback,
  .recruit_view .form-control.is-valid ~ .invalid-tooltip, .was-validated
  .recruit_view .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .recruit_view .custom-select:valid ~ .invalid-tooltip,
  .recruit_view .custom-select.is-valid ~ .invalid-feedback,
  .recruit_view .custom-select.is-valid ~ .invalid-tooltip, .was-validated .recruit_detail .form-control:valid ~ .invalid-feedback,
  .was-validated .recruit_detail .form-control:valid ~ .invalid-tooltip, .recruit_detail .form-control.is-valid ~ .invalid-feedback,
  .recruit_detail .form-control.is-valid ~ .invalid-tooltip, .was-validated
  .recruit_detail .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .recruit_detail .custom-select:valid ~ .invalid-tooltip,
  .recruit_detail .custom-select.is-valid ~ .invalid-feedback,
  .recruit_detail .custom-select.is-valid ~ .invalid-tooltip {
    display: block; }

.was-validated .contactForm .form-check-input:valid + .form-check-label, .contactForm .form-check-input.is-valid + .form-check-label, .was-validated .recruit_view .form-check-input:valid + .form-check-label, .recruit_view .form-check-input.is-valid + .form-check-label, .was-validated .recruit_detail .form-check-input:valid + .form-check-label, .recruit_detail .form-check-input.is-valid + .form-check-label {
  color: #28a745; }

.was-validated .contactForm .custom-control-input:valid ~ .custom-control-indicator, .contactForm .custom-control-input.is-valid ~ .custom-control-indicator, .was-validated .recruit_view .custom-control-input:valid ~ .custom-control-indicator, .recruit_view .custom-control-input.is-valid ~ .custom-control-indicator, .was-validated .recruit_detail .custom-control-input:valid ~ .custom-control-indicator, .recruit_detail .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25); }

.was-validated .contactForm .custom-control-input:valid ~ .custom-control-description, .contactForm .custom-control-input.is-valid ~ .custom-control-description, .was-validated .recruit_view .custom-control-input:valid ~ .custom-control-description, .recruit_view .custom-control-input.is-valid ~ .custom-control-description, .was-validated .recruit_detail .custom-control-input:valid ~ .custom-control-description, .recruit_detail .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745; }

.was-validated .contactForm .custom-file-input:valid ~ .custom-file-control, .contactForm .custom-file-input.is-valid ~ .custom-file-control, .was-validated .recruit_view .custom-file-input:valid ~ .custom-file-control, .recruit_view .custom-file-input.is-valid ~ .custom-file-control, .was-validated .recruit_detail .custom-file-input:valid ~ .custom-file-control, .recruit_detail .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745; }
  .was-validated .contactForm .custom-file-input:valid ~ .custom-file-control::before, .contactForm .custom-file-input.is-valid ~ .custom-file-control::before, .was-validated .recruit_view .custom-file-input:valid ~ .custom-file-control::before, .recruit_view .custom-file-input.is-valid ~ .custom-file-control::before, .was-validated .recruit_detail .custom-file-input:valid ~ .custom-file-control::before, .recruit_detail .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .contactForm .custom-file-input:valid:focus, .contactForm .custom-file-input.is-valid:focus, .was-validated .recruit_view .custom-file-input:valid:focus, .recruit_view .custom-file-input.is-valid:focus, .was-validated .recruit_detail .custom-file-input:valid:focus, .recruit_detail .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .contactForm .form-control:invalid, .contactForm .form-control.is-invalid, .was-validated
.contactForm .custom-select:invalid,
.contactForm .custom-select.is-invalid, .was-validated .recruit_view .form-control:invalid, .recruit_view .form-control.is-invalid, .was-validated
.recruit_view .custom-select:invalid,
.recruit_view .custom-select.is-invalid, .was-validated .recruit_detail .form-control:invalid, .recruit_detail .form-control.is-invalid, .was-validated
.recruit_detail .custom-select:invalid,
.recruit_detail .custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .contactForm .form-control:invalid:focus, .contactForm .form-control.is-invalid:focus, .was-validated
  .contactForm .custom-select:invalid:focus,
  .contactForm .custom-select.is-invalid:focus, .was-validated .recruit_view .form-control:invalid:focus, .recruit_view .form-control.is-invalid:focus, .was-validated
  .recruit_view .custom-select:invalid:focus,
  .recruit_view .custom-select.is-invalid:focus, .was-validated .recruit_detail .form-control:invalid:focus, .recruit_detail .form-control.is-invalid:focus, .was-validated
  .recruit_detail .custom-select:invalid:focus,
  .recruit_detail .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .contactForm .form-control:invalid ~ .invalid-feedback,
  .was-validated .contactForm .form-control:invalid ~ .invalid-tooltip, .contactForm .form-control.is-invalid ~ .invalid-feedback,
  .contactForm .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .contactForm .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .contactForm .custom-select:invalid ~ .invalid-tooltip,
  .contactForm .custom-select.is-invalid ~ .invalid-feedback,
  .contactForm .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .recruit_view .form-control:invalid ~ .invalid-feedback,
  .was-validated .recruit_view .form-control:invalid ~ .invalid-tooltip, .recruit_view .form-control.is-invalid ~ .invalid-feedback,
  .recruit_view .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .recruit_view .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .recruit_view .custom-select:invalid ~ .invalid-tooltip,
  .recruit_view .custom-select.is-invalid ~ .invalid-feedback,
  .recruit_view .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .recruit_detail .form-control:invalid ~ .invalid-feedback,
  .was-validated .recruit_detail .form-control:invalid ~ .invalid-tooltip, .recruit_detail .form-control.is-invalid ~ .invalid-feedback,
  .recruit_detail .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .recruit_detail .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .recruit_detail .custom-select:invalid ~ .invalid-tooltip,
  .recruit_detail .custom-select.is-invalid ~ .invalid-feedback,
  .recruit_detail .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .contactForm .form-check-input:invalid + .form-check-label, .contactForm .form-check-input.is-invalid + .form-check-label, .was-validated .recruit_view .form-check-input:invalid + .form-check-label, .recruit_view .form-check-input.is-invalid + .form-check-label, .was-validated .recruit_detail .form-check-input:invalid + .form-check-label, .recruit_detail .form-check-input.is-invalid + .form-check-label {
  color: #dc3545; }

.was-validated .contactForm .custom-control-input:invalid ~ .custom-control-indicator, .contactForm .custom-control-input.is-invalid ~ .custom-control-indicator, .was-validated .recruit_view .custom-control-input:invalid ~ .custom-control-indicator, .recruit_view .custom-control-input.is-invalid ~ .custom-control-indicator, .was-validated .recruit_detail .custom-control-input:invalid ~ .custom-control-indicator, .recruit_detail .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25); }

.was-validated .contactForm .custom-control-input:invalid ~ .custom-control-description, .contactForm .custom-control-input.is-invalid ~ .custom-control-description, .was-validated .recruit_view .custom-control-input:invalid ~ .custom-control-description, .recruit_view .custom-control-input.is-invalid ~ .custom-control-description, .was-validated .recruit_detail .custom-control-input:invalid ~ .custom-control-description, .recruit_detail .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545; }

.was-validated .contactForm .custom-file-input:invalid ~ .custom-file-control, .contactForm .custom-file-input.is-invalid ~ .custom-file-control, .was-validated .recruit_view .custom-file-input:invalid ~ .custom-file-control, .recruit_view .custom-file-input.is-invalid ~ .custom-file-control, .was-validated .recruit_detail .custom-file-input:invalid ~ .custom-file-control, .recruit_detail .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545; }
  .was-validated .contactForm .custom-file-input:invalid ~ .custom-file-control::before, .contactForm .custom-file-input.is-invalid ~ .custom-file-control::before, .was-validated .recruit_view .custom-file-input:invalid ~ .custom-file-control::before, .recruit_view .custom-file-input.is-invalid ~ .custom-file-control::before, .was-validated .recruit_detail .custom-file-input:invalid ~ .custom-file-control::before, .recruit_detail .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .contactForm .custom-file-input:invalid:focus, .contactForm .custom-file-input.is-invalid:focus, .was-validated .recruit_view .custom-file-input:invalid:focus, .recruit_view .custom-file-input.is-invalid:focus, .was-validated .recruit_detail .custom-file-input:invalid:focus, .recruit_detail .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.contactForm .form-inline, .recruit_view .form-inline, .recruit_detail .form-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .contactForm .form-inline .form-check, .recruit_view .form-inline .form-check, .recruit_detail .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .contactForm .form-inline label, .recruit_view .form-inline label, .recruit_detail .form-inline label {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .contactForm .form-inline .form-group, .recruit_view .form-inline .form-group, .recruit_detail .form-inline .form-group {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .contactForm .form-inline .form-control, .recruit_view .form-inline .form-control, .recruit_detail .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .contactForm .form-inline .form-control-plaintext, .recruit_view .form-inline .form-control-plaintext, .recruit_detail .form-inline .form-control-plaintext {
      display: inline-block; }
    .contactForm .form-inline .input-group, .recruit_view .form-inline .input-group, .recruit_detail .form-inline .input-group {
      width: auto; }
    .contactForm .form-inline .form-control-label, .recruit_view .form-inline .form-control-label, .recruit_detail .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .contactForm .form-inline .form-check, .recruit_view .form-inline .form-check, .recruit_detail .form-inline .form-check {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .contactForm .form-inline .form-check-label, .recruit_view .form-inline .form-check-label, .recruit_detail .form-inline .form-check-label {
      padding-left: 0; }
    .contactForm .form-inline .form-check-input, .recruit_view .form-inline .form-check-input, .recruit_detail .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .contactForm .form-inline .custom-control, .recruit_view .form-inline .custom-control, .recruit_detail .form-inline .custom-control {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0; }
    .contactForm .form-inline .custom-control-indicator, .recruit_view .form-inline .custom-control-indicator, .recruit_detail .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .contactForm .form-inline .has-feedback .form-control-feedback, .recruit_view .form-inline .has-feedback .form-control-feedback, .recruit_detail .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

/*==================================================
    Base Style
==================================================*/
@media (max-width: 767px) {
  html {
    font-size: 14px; } }

body {
  font-size: 1rem; }
  @media (max-width: 767px) {
    body.is-open {
      overflow: hidden; } }

p {
  margin-bottom: 1.5rem; }

address {
  margin-bottom: 1.5rem; }

ol,
ul,
dl {
  margin-bottom: 1.5rem; }

blockquote {
  margin: 0 0 1.5rem; }

pre {
  margin-bottom: 1.5rem; }

figure {
  margin: 0 0 1.5rem; }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("/files/user/fonts/NotoSans_light.woff") format("woff"), url("/files/user/fonts/NotoSans_light.otf") format("opentype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/files/user/fonts/NotoSans_regular.woff") format("woff"), url("/files/user/fonts/NotoSans_regular.otf") format("opentype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("/files/user/fonts/NotoSans_medium.woff") format("woff"), url("/files/user/fonts/NotoSans_medium.otf") format("opentype"); }

@media (max-width: 1054px) {
  .wrapper {
    overflow: hidden;
    width: 1054px; } }

@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    overflow: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wrapper .header {
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0; }
    .wrapper .breadcrumbs {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .wrapper .contents {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .wrapper .footer {
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }

.header {
  margin-bottom: 10px;
  height: 146px; }
  @media (max-width: 767px) {
    .header {
      height: 50px;
      margin: 0; } }
  .header__fixed {
    transition: all 0.4s ease;
    top: -146px; }
    @media (min-width: 768px) {
      .is-fixed .header__fixed {
        position: fixed;
        z-index: 100;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.35); } }
    @media (max-width: 767px) {
      .is-fixed .header__fixed {
        position: fixed;
        z-index: 100;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.35); } }
  .header__menu-trigger {
    display: none; }
    @media (max-width: 767px) {
      .header__menu-trigger {
        display: block;
        padding: 0;
        margin: 0;
        background-image: url("/files/user/images/sp/btn-menu-open.png");
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 33px 31px;
        background-color: transparent;
        width: 33px;
        height: 51px;
        border: 0 none;
        font-size: 0;
        margin: -10px 0 0 8px; }
        .header__menu-trigger:focus {
          outline: none; }
        .header__menu-trigger.is-open {
          background-image: url("/files/user/images/sp/btn-menu-close.png"); } }
  .header__inner {
    width: 1024px;
    margin: 0 auto 10px;
    position: relative;
    height: 100px; }
    @media (max-width: 767px) {
      .header__inner {
        width: auto;
        height: 50px;
        margin: 0;
        padding-top: 10px; } }
  @media (min-width: 768px) {
    .header.is-fixed .header__inner {
      height: 80px;
      overflow: hidden;
      margin: 0 auto;
      width: auto;
      padding: 0 0 0 80px; } }
  .header__logo {
    padding: 16px 0 0; }
    @media (max-width: 767px) {
      .header__logo {
        position: absolute;
        left: 50px;
        top: 7px;
        padding: 0; }
        .header__logo img {
          width: 98px; } }
  @media (min-width: 768px) {
    .header.is-fixed .header__logo {
      background-image: url("/files/user/images/logo-fixed.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      width: 147px;
      height: 55px;
      margin-top: 12px;
      padding-top: 0; }
      .header.is-fixed .header__logo img {
        opacity: 0;
        width: 100%; } }
  .header__tagline {
    position: absolute;
    top: 16px;
    left: 215px;
    font-size: 0.75rem; }
    @media (max-width: 767px) {
      .header__tagline {
        display: none; } }
    @media (min-width: 768px) {
      .is-fixed .header__tagline {
        display: none; } }
  .header .nav-utility {
    position: absolute;
    top: 57px;
    left: 215px; }
    @media (max-width: 767px) {
      .header .nav-utility {
        display: none; } }
    .header .nav-utility ul {
      list-style: none;
      padding: 0;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .header .nav-utility ul li {
        line-height: normal;
        font-size: 0.75rem; }
        .header .nav-utility ul li:before {
          content: "｜";
          margin: 10px;
          color: #bdb9b8; }
        .header .nav-utility ul li:first-child:before {
          content: none;
          display: none; }
  @media (min-width: 768px) {
    .header.is-fixed .nav-utility {
      display: none; } }
  .header .nav-global {
    width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .header .nav-global {
        width: auto;
        display: none; } }
    .header .nav-global ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0; }
      .header .nav-global ul li {
        width: 100%;
        text-align: center; }
        .header .nav-global ul li a {
          display: block;
          border-left: 1px solid #d3d3d3;
          line-height: 36px;
          font-weight: 500; }
        .header .nav-global ul li.is-current a {
          color: #e6001a; }
        .header .nav-global ul li:last-child a {
          border-right: 1px solid #d3d3d3; }
  @media (min-width: 768px) {
    .header.is-fixed .nav-global {
      width: auto;
      position: absolute;
      left: 268px;
      right: 346px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .header.is-fixed .nav-global ul {
        margin: 0;
        padding: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .header.is-fixed .nav-global ul li {
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: auto;
          font-size: 0.875rem;
          -webkit-align-items: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline; }
          .header.is-fixed .nav-global ul li:after {
            content: "｜";
            color: #c1c1c1;
            margin: 0 0.5em;
            font-weight: normal; }
          .header.is-fixed .nav-global ul li:last-child:after {
            content: none;
            display: none; }
          .header.is-fixed .nav-global ul li a {
            border-left: 0 none;
            border-right: 0 none; } }
  @media (max-width: 970px) {
    .header.is-fixed .header__inner {
      padding-left: 20px; }
    .header.is-fixed .nav-global {
      left: 190px; }
      .header.is-fixed .nav-global ul li a {
        line-height: normal;
        font-size: 12px; } }
  @media (max-width: 767px) {
    .header.is-fixed .header__inner {
      padding-left: 0; } }
  .header__contact {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e6001a;
    color: #fff;
    width: 512px;
    height: 100px; }
    @media (max-width: 767px) {
      .header__contact {
        width: 164px;
        height: auto;
        height: 50px;
        background-image: url("/files/user/images/sp/header-contact-label.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100%; } }
    @media (min-width: 768px) {
      .is-fixed .header__contact {
        width: 326px;
        height: 80px; } }
    .header__contact__text {
      font-size: 1rem;
      text-align: center;
      margin: 0;
      padding: 4px 0 0; }
      @media (max-width: 767px) {
        .header__contact__text {
          font-size: 0;
          text-indent: -9999px;
          overflow: hidden; } }
      @media (min-width: 768px) {
        .is-fixed .header__contact__text {
          display: none; } }
    .header__contact__tel {
      font-size: 2.25rem;
      margin: 0;
      line-height: normal;
      font-weight: 500;
      padding: 0 0 0 18px; }
      .header__contact__tel a {
        color: #fff; }
      @media (max-width: 767px) {
        .header__contact__tel {
          display: none; } }
      @media (min-width: 768px) {
        .is-fixed .header__contact__tel {
          font-size: 2rem;
          padding: 13px 0 0 15px; } }
      .header__contact__tel:before {
        background-image: url("/files/user/images/icon-tel.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        content: "";
        display: inline-block;
        width: 20px;
        height: 27px;
        vertical-align: middle;
        margin: -6px 9px 0 0; }
    .header__contact__time {
      margin: 0;
      font-size: 0.75rem;
      margin: -4px 0 0 49px; }
      @media (max-width: 767px) {
        .header__contact__time {
          display: none; } }
      @media (min-width: 768px) {
        .is-fixed .header__contact__time {
          font-size: 0.625rem; } }
    .header__contact__btn {
      position: absolute;
      bottom: 10px;
      right: 20px;
      margin: 0; }
      @media (max-width: 767px) {
        .header__contact__btn {
          bottom: 5px;
          right: 12px; } }
      @media (min-width: 768px) {
        .is-fixed .header__contact__btn {
          position: absolute;
          top: 5px;
          right: 5px;
          bottom: 5px; } }
      .header__contact__btn a {
        font-size: 1.125rem;
        display: block;
        background-color: #fff;
        line-height: 54px;
        width: 200px;
        padding: 0 20px 0 44px;
        text-align: center;
        font-weight: bold;
        position: relative; }
        @media (max-width: 767px) {
          .header__contact__btn a {
            font-size: 0.8571428571rem;
            width: 140px;
            line-height: 26px;
            padding: 0 0 0 37px;
            text-align: left; } }
        @media (min-width: 768px) {
          .is-fixed .header__contact__btn a {
            width: 60px;
            font-size: 0;
            height: 70px; }
            .is-fixed .header__contact__btn a:before {
              content: none;
              display: none;
              background-image: url("/files/user/images/icon-mail.png");
              background-repeat: no-repeat;
              background-position: 0 0;
              width: 32px;
              height: 24px;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              display: block;
              content: "";
              background-color: transparent; }
            .is-fixed .header__contact__btn a:after {
              content: none;
              display: none; } }
        .header__contact__btn a:before {
          content: "";
          display: block;
          background-color: #e6001a;
          width: 24px;
          height: 24px;
          position: absolute;
          left: 10px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (max-width: 767px) {
            .header__contact__btn a:before {
              left: 5px;
              width: 12px;
              height: 12px; } }
        .header__contact__btn a:after {
          content: "";
          width: 6px;
          height: 6px;
          border-right: 1px solid #fff;
          border-top: 1px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0;
          position: absolute;
          left: 17px;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(45deg);
                  transform: translate(0, -50%) rotate(45deg);
          color: #fff; }
          @media (max-width: 767px) {
            .header__contact__btn a:after {
              left: 9px;
              width: 3px;
              height: 3px; } }
  .header__menu {
    display: none; }
    @media (max-width: 767px) {
      .header__menu {
        display: block;
        overflow-y: scroll;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        height: 0;
        padding-bottom: 50px;
        z-index: -1; }
        .header__menu__content {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .header__menu__inner {
          width: 100%; }
        .header__menu__links {
          width: 100%;
          position: relative;
          transition: all 0.4s ease;
          overflow: hidden;
          margin: 0;
          padding: 0;
          list-style-type: none;
          z-index: 100;
          height: 0;
          background-color: #fff; }
          .header__menu__links ul {
            margin: 0;
            padding: 0;
            list-style: none;
            border-top: 1px solid #dedede; }
            .header__menu__links ul li {
              border-bottom: 1px solid #dedede; }
              .header__menu__links ul li a,
              .header__menu__links ul li span {
                background-color: #f0f0f0;
                display: block;
                padding: 13px 15px;
                color: #0083c7;
                position: relative; }
              .header__menu__links ul li a:after {
                content: "";
                width: 5px;
                height: 5px;
                border-right: 1px solid #333;
                border-top: 1px solid #333;
                display: block;
                vertical-align: middle;
                margin: 0 0 0 0;
                position: absolute;
                right: 13px;
                top: 50%;
                -webkit-transform: translate(0, -50%) rotate(45deg);
                        transform: translate(0, -50%) rotate(45deg); }
              .header__menu__links ul li span:before {
                content: "";
                display: block;
                width: 10px;
                height: 2px;
                background-color: #333;
                position: absolute;
                right: 10px;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                        transform: translate(0, -50%); }
              .header__menu__links ul li span:after {
                content: "";
                display: block;
                width: 2px;
                height: 10px;
                background-color: #333;
                position: absolute;
                right: 14px;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                        transform: translate(0, -50%); }
              .header__menu__links ul li > ul {
                display: block;
                padding-left: 26px;
                background-color: #f0f0f0;
                opacity: 0;
                height: 0;
                transition: all 0.4s ease;
                overflow: hidden;
                border-top: 0 none; }
                .header__menu__links ul li > ul li {
                  border-left: 1px solid #dedede; }
                  .header__menu__links ul li > ul li:last-child {
                    border-bottom: 0 none; }
                  .header__menu__links ul li > ul li a {
                    background-color: #fff; }
                  .header__menu__links ul li > ul li strong {
                    display: block;
                    padding: 13px 15px;
                    color: #0083c7;
                    font-weight: normal; }
              .header__menu__links ul li.is-open span:after {
                content: none;
                display: none; }
              .header__menu__links ul li.is-open > ul {
                border-top: 1px solid #dedede;
                display: block;
                opacity: 1;
                height: 100%; }
        .header__menu.is-open {
          z-index: 100;
          height: 100vh; }
          .header__menu.is-open:before {
            content: "";
            background-color: #000;
            position: fixed;
            top: 50px;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            opacity: 0.7; }
          .header__menu.is-open .header__menu__inner .header__menu__links {
            height: 100%;
            z-index: 100; }
        .isopen.is-fixed .header__menu {
          position: fixed; }
        .header__menu__contact {
          padding: 15px;
          text-align: center; }
          .header__menu__contact__inner {
            padding: 20px 0;
            background-color: #e6001a;
            color: #fff; }
          .header__menu__contact__text {
            margin: 0;
            font-size: 0.8571428571rem; }
          .header__menu__contact__tel {
            margin: 0;
            font-size: 2.4285714286rem;
            line-height: normal;
            color: #fff; }
            .header__menu__contact__tel a {
              color: #fff; }
            .header__menu__contact__tel:before {
              background-image: url("/files/user/images/icon-tel.png");
              background-repeat: no-repeat;
              background-position: 0 0;
              content: "";
              display: inline-block;
              width: 20px;
              height: 27px;
              vertical-align: middle;
              margin: -6px 6px 0 0; }
          .header__menu__contact__time {
            margin: -4px 0 10px;
            font-size: 0.7857142857rem; }
          .header__menu__contact__btn {
            margin: 0; }
            .header__menu__contact__btn a {
              display: block;
              background-color: #fff;
              line-height: 50px;
              width: 70%;
              padding: 0 30px 0 44px;
              text-align: center;
              font-weight: bold;
              position: relative;
              font-size: 1.2142857143rem;
              margin: 0 auto; }
              .header__menu__contact__btn a:before {
                content: "";
                display: block;
                background-color: #e6001a;
                width: 24px;
                height: 24px;
                position: absolute;
                left: 10px;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                        transform: translate(0, -50%); }
              .header__menu__contact__btn a:after {
                content: "";
                width: 6px;
                height: 6px;
                border-right: 1px solid #fff;
                border-top: 1px solid #fff;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                display: inline-block;
                vertical-align: middle;
                margin: 0 0 0;
                position: absolute;
                left: 17px;
                top: 50%;
                -webkit-transform: translate(0, -50%) rotate(45deg);
                        transform: translate(0, -50%) rotate(45deg);
                color: #fff; } }

.breadcrumbs {
  background-color: #333333;
  color: #fff;
  padding: 6px 0; }
  @media (max-width: 767px) {
    .breadcrumbs {
      padding: 8px 0; } }
  .breadcrumbs__inner {
    width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .breadcrumbs__inner {
        width: auto;
        padding: 0 16px; } }
  .breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .breadcrumbs ol {
        line-height: 2; } }
    .breadcrumbs ol li {
      display: inline; }
      .breadcrumbs ol li a,
      .breadcrumbs ol li em {
        color: #fff;
        font-size: 0.875rem;
        font-style: normal; }
        @media (max-width: 767px) {
          .breadcrumbs ol li a,
          .breadcrumbs ol li em {
            font-size: 0.625rem; } }
      .breadcrumbs ol li:before {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: inline-block;
        vertical-align: middle;
        margin: -2px 10px 0 8px; }
        @media (max-width: 767px) {
          .breadcrumbs ol li:before {
            width: 5px;
            height: 5px;
            margin-top: 1px; } }
      .breadcrumbs ol li:first-child:before {
        content: none;
        display: none; }

@media (max-width: 1054px) {
  .contents {
    padding: 0 15px; } }

.contents .contents__inner {
  width: 1024px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .contents .contents__inner {
      width: auto; } }

.footer__1 {
  position: relative; }
  .footer__1__inner {
    width: 1024px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0; }
    @media (max-width: 767px) {
      .footer__1__inner {
        width: auto;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .footer__1__inner p {
      margin: 0 40px 0 0; }
      @media (max-width: 767px) {
        .footer__1__inner p {
          margin: 0 0 14px; }
          .footer__1__inner p img {
            width: 141px;
            height: 52px; } }
    .footer__1__inner dl {
      margin: 0;
      padding: 0; }
      @media (max-width: 767px) {
        .footer__1__inner dl {
          text-align: center; } }
      .footer__1__inner dl dt {
        font-weight: 500;
        margin: 0; }
        @media (max-width: 767px) {
          .footer__1__inner dl dt {
            font-size: 1rem;
            margin: 0 0 4px; } }
      .footer__1__inner dl dd {
        font-size: 0.875rem;
        font-weight: 500;
        margin: 0; }
        @media (max-width: 767px) {
          .footer__1__inner dl dd {
            font-size: 0.7857142857rem;
            line-height: 1.71428; } }
  .footer__1__btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin: 0;
    z-index: 10; }
    .footer__1__btn a {
      display: block;
      background-color: #333333;
      font-size: 0;
      width: 64px;
      height: 64px;
      text-indent: -9999px;
      overflow: hidden;
      position: relative; }
      @media (max-width: 767px) {
        .footer__1__btn a {
          width: 48px;
          height: 48px; } }
      .footer__1__btn a:before {
        content: "";
        width: 13px;
        height: 13px;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: block;
        margin: 2px 0 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
        @media (max-width: 767px) {
          .footer__1__btn a:before {
            width: 9px;
            height: 9px; } }

.footer__2 {
  background-color: #333333;
  color: #fff;
  border-bottom: 1px solid #585858; }
  .footer__2__inner {
    width: 1024px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0; }
    @media (max-width: 767px) {
      .footer__2__inner {
        width: auto;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px 0 14px; } }
  .footer__2__item {
    width: 100%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .footer__2__item:nth-child(1) {
      padding-right: 40px; }
      @media (max-width: 767px) {
        .footer__2__item:nth-child(1) {
          padding-right: 0;
          /* border-bottom: 1px solid #585858; */
          padding: 0 0 10px;
          margin: 0 15px 15px;
          width: auto; } }
    .footer__2__item:nth-child(2) {
      padding-left: 40px;
      border-left: 1px solid #585858; }
      @media (max-width: 767px) {
        .footer__2__item:nth-child(2) {
          padding-left: 0;
          border-left: 0 none;
          padding: 0 15px; } }
    .footer__2__item dl {
      margin: 0; }
      .footer__2__item dl dt {
        font-weight: normal;
        margin: 0; }
        @media (max-width: 767px) {
          .footer__2__item dl dt {
            font-size: 0.8571428571rem; } }
      .footer__2__item dl dd {
        font-size: 0.875rem;
        margin: 0; }
        @media (max-width: 767px) {
          .footer__2__item dl dd {
            font-size: 0.7142857143rem; } }
    .footer__2__item__link {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer__2__item__link li {
        font-size: 0.875rem;
        margin: 0 20px 0 0; }
        .footer__2__item__link li a {
          color: #fff; }
          .footer__2__item__link li a:before {
            content: "";
            display: inline-block;
            background-repeat: no-repeat;
            background-position: 0 0;
            vertical-align: middle; }
          .footer__2__item__link li a.footer__2__item__link__print:before {
            width: 15px;
            height: 16px;
            background-image: url("/files/user/images/icon-print.png");
            margin: -2px 9px 0 0; }
          .footer__2__item__link li a.footer__2__item__link__point:before {
            width: 12px;
            height: 16px;
            background-image: url("/files/user/images/icon-point.png");
            margin: -2px 7px 0 0; }
    .footer__2__item__tel {
      font-size: 1.75rem;
      color: #e23246;
      margin: 0; }
      .footer__2__item__tel a {
        color: #e23246; }
      @media (max-width: 767px) {
        .footer__2__item__tel {
          font-size: 1.5rem;
          color: #e23246; } }
      .footer__2__item__tel:before {
        content: "";
        display: inline-block;
        background-image: url("/files/user/images/icon-tel-02.png");
        background-repeat: no-repeat;
        width: 13px;
        height: 19px;
        background-position: 0 0;
        margin: 0 8px 0 0; }
        @media (max-width: 767px) {
          .footer__2__item__tel:before {
            vertical-align: middle;
            margin: -3px 5px 0 0; } }
    .footer__2__item__time {
      font-size: 0.875rem;
      margin-left: 1em;
      color: #fff;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .footer__2__item__time {
          font-size: 0.7142857143rem; } }

.footer__3 {
  background-color: #333333; }
  .footer__3__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 36px 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .footer__3__inner {
        width: auto;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 30px 0 0; } }
  @media (max-width: 767px) {
    .footer__3 .footer__3__item:nth-child(1), .footer__3 .footer__3__item:nth-child(2) {
      display: none; } }
  .footer__3 .footer__3__item__list-1 {
    list-style: none;
    padding: 0;
    font-size: 0.875rem;
    line-height: 2; }
    .footer__3 .footer__3__item__list-1 > li > a {
      position: relative; }
      .footer__3 .footer__3__item__list-1 > li > a:before {
        content: "";
        width: 4px;
        height: 2px;
        border-top: 1px solid #fff;
        position: absolute;
        top: 50%;
        left: -16px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .footer__3 .footer__3__item__list-1 li {
      padding-left: 1rem; }
      .footer__3 .footer__3__item__list-1 li > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .footer__3 .footer__3__item__list-1 li > ul li {
          padding: 0; }
          .footer__3 .footer__3__item__list-1 li > ul li:after {
            content: "|";
            color: #fff;
            padding: 0 0.5rem; }
          .footer__3 .footer__3__item__list-1 li > ul li:last-child:after {
            content: none;
            display: none; }
      .footer__3 .footer__3__item__list-1 li a {
        color: #fff; }
    .footer__3 .footer__3__item__list-1__head {
      color: #fff;
      display: block; }
  .footer__3 .footer__3__item__list-2 {
    list-style: none;
    padding: 0; }
    @media (max-width: 767px) {
      .footer__3 .footer__3__item__list-2 {
        text-align: center; } }
    .footer__3 .footer__3__item__list-2 li {
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .footer__3 .footer__3__item__list-2 li {
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin: 0 7px 20px;
          text-align: left; } }
      .footer__3 .footer__3__item__list-2 li:last-child {
        margin-bottom: 0; }
      .footer__3 .footer__3__item__list-2 li span {
        color: #a5a5a5;
        font-size: 0.625rem;
        display: block;
        padding-top: 6px; }
  .footer__3 .footer__3__item:nth-child(2) {
    -webkit-flex-basis: 550px;
        -ms-flex-preferred-size: 550px;
            flex-basis: 550px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.footer__4 {
  background-color: #222222; }
  .footer__4__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .footer__4__inner {
        width: auto;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px 15px; } }
  .footer__4__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.75rem; }
    @media (max-width: 767px) {
      .footer__4__list {
        display: block;
        font-size: 0.7857142857rem;
        margin: 0 0 10px; } }
    .footer__4__list li a {
      color: #999999; }
    @media (max-width: 767px) {
      .footer__4__list li {
        margin: 0 0 0.5rem; } }
    .footer__4__list li:after {
      content: "|";
      color: #999999;
      padding: 0 0.5rem; }
      @media (max-width: 767px) {
        .footer__4__list li:after {
          content: none;
          display: none; } }
    .footer__4__list li:last-child:after {
      content: none;
      display: none; }
  .footer__4__copy {
    color: #fff;
    font-size: 0.75rem;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .footer__4__copy {
        font-size: 0.7142857143rem;
        text-align: center; } }

.group-service-1 {
  padding: 80px 0;
  background-color: #f0f0f0; }
  @media (max-width: 1024px) {
    .group-service-1 {
      margin: 0 -15px;
      padding: 40px 0 60px; } }
  .group-service-1__inner {
    width: 1320px;
    margin: 0 auto;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 1320px) {
      .group-service-1__inner {
        width: 100%; } }
    @media (max-width: 767px) {
      .group-service-1__inner {
        width: 100%;
        margin: 0 auto; } }
  .group-service-1__item {
    padding: 2px 1px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .group-service-1__item {
        padding: 0;
        margin-bottom: 2px;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        .group-service-1__item:last-child {
          margin-bottom: 0; } }
    .group-service-1__item__inner {
      background-color: #fff;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 40px 80px; }
      @media (max-width: 767px) {
        .group-service-1__item__inner {
          padding: 8vw 15px; } }
    .group-service-1__item__head {
      font-size: 1.5rem;
      position: relative;
      margin: 0 0 30px; }
      @media (max-width: 767px) {
        .group-service-1__item__head {
          font-size: 4.8vw;
          margin: 0 0 5.3333333333vw;
          line-height: 1.1; } }
      .group-service-1__item__head span {
        font-size: 0.75rem;
        display: block;
        letter-spacing: 0.1em; }
        @media (max-width: 767px) {
          .group-service-1__item__head span {
            font-size: 2.6666666667vw;
            margin-top: 6px; } }
      .group-service-1__item__head:before {
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-position: 0 0;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .group-service-1__item__desc {
      font-size: 1rem;
      font-weight: bold; }
    .group-service-1__item__btn {
      font-size: 1rem;
      font-weight: bold; }
      @media (max-width: 767px) {
        .group-service-1__item__btn {
          margin-bottom: 0; } }
      .group-service-1__item__btn a {
        display: block;
        background-color: #fff;
        padding: 0 0 0 36px;
        text-align: left;
        font-weight: bold;
        position: relative; }
        @media (max-width: 767px) {
          .group-service-1__item__btn a {
            padding: 0 0 0 25px; } }
        .group-service-1__item__btn a:before {
          content: "";
          display: block;
          width: 24px;
          height: 24px;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (max-width: 767px) {
            .group-service-1__item__btn a:before {
              width: 18px;
              height: 18px; } }
        .group-service-1__item__btn a:after {
          content: "";
          width: 6px;
          height: 6px;
          border-right: 1px solid #fff;
          border-top: 1px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0;
          position: absolute;
          left: 7px;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(45deg);
                  transform: translate(0, -50%) rotate(45deg);
          color: #fff; }
          @media (max-width: 767px) {
            .group-service-1__item__btn a:after {
              left: 4px; } }
    .group-service-1__item__image img {
      width: 100%; }
    @media (max-width: 767px) {
      .group-service-1__item__image {
        margin: 0 0 5.3333333333vw; }
        .group-service-1__item__image img {
          width: 100%; } }
    .group-service-1__item--1 {
      width: 100%; }
      .group-service-1__item--1 .group-service-1__item__head {
        color: #ec6a6a;
        padding-left: 88px; }
        @media (max-width: 767px) {
          .group-service-1__item--1 .group-service-1__item__head {
            padding-left: 17.3333333333vw; } }
        .group-service-1__item--1 .group-service-1__item__head:before {
          content: "";
          width: 73px;
          height: 64px;
          background-image: url("/files/user/images/service/service-1-icon-01.png");
          background-repeat: no-repeat;
          backrgound-position: center 0;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (max-width: 767px) {
            .group-service-1__item--1 .group-service-1__item__head:before {
              background-image: url("/files/user/images/service/sp/service-1-icon-01.png");
              background-size: 100%;
              width: 12.8vw;
              height: 11.2vw; } }
      .group-service-1__item--1 .group-service-1__item__desc {
        padding: 0 100px 0 0; }
        @media (max-width: 767px) {
          .group-service-1__item--1 .group-service-1__item__desc {
            padding: 0;
            font-size: 3.2vw; } }
      .group-service-1__item--1 .group-service-1__item__btn a:before {
        background-color: #ec6a6a; }
      .group-service-1__item--1 .group-service-1__item__image img {
        width: 100%; }
      @media (max-width: 767px) {
        .group-service-1__item--1 .group-service-1__item__inner {
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
    .group-service-1__item--2 {
      width: 50%; }
      @media (max-width: 767px) {
        .group-service-1__item--2 {
          width: 100%; } }
      .group-service-1__item--2 .group-service-1__item__content {
        padding: 0 15px 0 0; }
        @media (max-width: 767px) {
          .group-service-1__item--2 .group-service-1__item__content {
            width: 66vw; } }
      .group-service-1__item--2 .group-service-1__item__head {
        color: #ecaf2c;
        padding-left: 78px; }
        @media (max-width: 767px) {
          .group-service-1__item--2 .group-service-1__item__head {
            padding-left: 15.7333333333vw; } }
        .group-service-1__item--2 .group-service-1__item__head:before {
          content: "";
          width: 59px;
          height: 63px;
          background-image: url("/files/user/images/service/service-1-icon-02.png");
          background-repeat: no-repeat;
          background-position: center 0;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (max-width: 767px) {
            .group-service-1__item--2 .group-service-1__item__head:before {
              background-image: url("/files/user/images/service/sp/service-1-icon-02.png");
              background-size: 100%;
              width: 11.8666666667vw;
              height: 12.6666666667vw; } }
      .group-service-1__item--2 .group-service-1__item__desc {
        padding: 0 40px 0 0; }
        @media (max-width: 767px) {
          .group-service-1__item--2 .group-service-1__item__desc {
            padding: 0;
            font-size: 3.2vw; } }
      .group-service-1__item--2 .group-service-1__item__btn a:before {
        background-color: #ecaf2c; }
      .group-service-1__item--2 .group-service-1__item__image {
        -webkit-flex-basis: 208px;
            -ms-flex-preferred-size: 208px;
                flex-basis: 208px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
        @media (max-width: 1320px) {
          .group-service-1__item--2 .group-service-1__item__image {
            -webkit-flex-basis: 15.757575757vw;
                -ms-flex-preferred-size: 15.757575757vw;
                    flex-basis: 15.757575757vw; } }
        @media (max-width: 767px) {
          .group-service-1__item--2 .group-service-1__item__image {
            -webkit-flex-basis: 41.3333333333vw;
                -ms-flex-preferred-size: 41.3333333333vw;
                    flex-basis: 41.3333333333vw; } }
    .group-service-1__item--3 {
      width: 50%; }
      @media (max-width: 767px) {
        .group-service-1__item--3 {
          width: 100%; } }
      .group-service-1__item--3 .group-service-1__item__content {
        padding: 0 15px 0 0; }
        @media (max-width: 767px) {
          .group-service-1__item--3 .group-service-1__item__content {
            width: 66vw; } }
      .group-service-1__item--3 .group-service-1__item__head {
        color: #00a7e5;
        padding-left: 89px; }
        @media (max-width: 767px) {
          .group-service-1__item--3 .group-service-1__item__head {
            padding-left: 18.1333333333vw; } }
        .group-service-1__item--3 .group-service-1__item__head:before {
          content: "";
          width: 72px;
          height: 58px;
          background-image: url("/files/user/images/service/service-1-icon-03.png");
          background-repeat: no-repeat;
          background-position: center 0;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (max-width: 767px) {
            .group-service-1__item--3 .group-service-1__item__head:before {
              background-image: url("/files/user/images/service/sp/service-1-icon-03.png");
              background-size: 100%;
              width: 13.4666666667vw;
              height: 10.8vw; } }
      .group-service-1__item--3 .group-service-1__item__desc {
        padding: 0 40px 0 0; }
        @media (max-width: 767px) {
          .group-service-1__item--3 .group-service-1__item__desc {
            padding: 0;
            font-size: 3.2vw; } }
      .group-service-1__item--3 .group-service-1__item__btn a:before {
        background-color: #00a7e5; }
      .group-service-1__item--3 .group-service-1__item__image {
        -webkit-flex-basis: 208px;
            -ms-flex-preferred-size: 208px;
                flex-basis: 208px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
        @media (max-width: 1320px) {
          .group-service-1__item--3 .group-service-1__item__image {
            -webkit-flex-basis: 15.757575757vw;
                -ms-flex-preferred-size: 15.757575757vw;
                    flex-basis: 15.757575757vw; } }
        @media (max-width: 767px) {
          .group-service-1__item--3 .group-service-1__item__image {
            -webkit-flex-basis: 41.3333333333vw;
                -ms-flex-preferred-size: 41.3333333333vw;
                    flex-basis: 41.3333333333vw; } }

.group-service-2 {
  background-image: url("/files/user/images/service/service-2-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 0 120px;
  padding: 120px 0 0;
  min-height: 713px; }
  @media (max-width: 1024px) {
    .group-service-2 {
      margin: 0 -15px 120px; } }
  @media (max-width: 767px) {
    .group-service-2 {
      margin: 0 -15px 16vw;
      padding: 21.3333333333vw 15px 16vw;
      min-height: 0; } }
  .group-service-2__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 65px 45px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative; }
    @media (max-width: 767px) {
      .group-service-2__inner {
        width: 100%;
        padding: 10.6666666667vw 6.6666666667vw 8vw; } }
    .group-service-2__inner > * {
      margin-bottom: 0; }
    .group-service-2__inner:before {
      content: "";
      width: 80px;
      height: 80px;
      background-image: url("/files/user/images/service/service-2-icon.png");
      background-repeat: no-repeat;
      background-position: center 0;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .group-service-2__inner:before {
          background-image: url("/files/user/images/service/sp/service-2-icon.png");
          width: 10.6666666667vw;
          height: 10.6666666667vw;
          background-size: 100%; } }
  .group-service-2__head {
    font-size: 3rem;
    font-weight: bold;
    color: #ec6a6a;
    text-align: center;
    margin: 0 0 14px; }
    @media (max-width: 767px) {
      .group-service-2__head {
        font-size: 5.8666666667vw;
        margin: 0 0 4.8vw; } }
  .group-service-2__desc {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin: 0 0 12px; }
    @media (max-width: 767px) {
      .group-service-2__desc {
        font-size: 4.2666666667vw; } }

.group-service-3 {
  margin: 0 0 120px; }
  @media (max-width: 767px) {
    .group-service-3 {
      margin: 0 0 16vw; } }
  .group-service-3__image {
    margin: 0; }
    @media (max-width: 767px) {
      .group-service-3__image {
        margin: 0 0 5.3333333333vw; } }
    .group-service-3__image img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .group-service-3__text {
    display: none; }
    @media (max-width: 767px) {
      .group-service-3__text {
        display: block;
        font-size: 0.8571428571rem;
        text-align: right; } }
    .group-service-3__text a {
      color: #333;
      font-weight: 500;
      text-decoration: none; }
      @media (max-width: 767px) {
        .group-service-3__text a:before {
          content: "";
          width: 18px;
          height: 18px;
          margin: -2px 8px 0 0;
          display: inline-block;
          vertical-align: middle;
          background-image: url("/files/user/images/service/sp/service-3-icon.png");
          background-repeat: no-repeat;
          background-position: center 0;
          background-size: 100%; } }

.group-service-4 {
  background-image: url("/files/user/images/service/service-4-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 0 120px;
  padding: 100px 0 0;
  min-height: 813px; }
  @media (max-width: 1024px) {
    .group-service-4 {
      margin: 0 -15px 120px; } }
  @media (max-width: 767px) {
    .group-service-4 {
      margin: 0 -15px 16vw;
      padding: 12vw 15px 16vw;
      background-image: url("/files/user/images/service/sp/service-4-bg.png");
      background-size: cover;
      min-height: 0; } }
  .group-service-4__head {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .group-service-4__head {
        font-size: 1.9285714286rem;
        margin: 0 0 4vw; } }
  .group-service-4__inner {
    width: 1024px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .group-service-4__inner {
        width: 100%; } }
  .group-service-4__item {
    width: 50%;
    margin-right: 2px;
    padding: 70px 40px;
    background-color: rgba(255, 255, 255, 0.9); }
    @media (max-width: 767px) {
      .group-service-4__item {
        padding: 9.3333333333vw 2.6666666667vw; } }
    .group-service-4__item > *:last-child {
      margin-bottom: 0; }
    .group-service-4__item:last-child {
      margin-right: 0; }
    .group-service-4__item__head {
      font-size: 2.5rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.3;
      margin-bottom: 34px;
      padding-bottom: 30px;
      position: relative; }
      @media (max-width: 767px) {
        .group-service-4__item__head {
          font-size: 1.1428571429rem;
          line-height: 1.6;
          margin-bottom: 4.8vw;
          padding-bottom: 4.2666666667vw; } }
      .group-service-4__item__head:after {
        content: "";
        width: 80px;
        height: 2px;
        background-color: #e6001a;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
        @media (max-width: 767px) {
          .group-service-4__item__head:after {
            width: 10.6666666667vw;
            height: 1px; } }
      .group-service-4__item__head span {
        color: #e6001a;
        font-size: 1.5rem;
        display: block; }
        @media (max-width: 767px) {
          .group-service-4__item__head span {
            font-size: 0.8571428571rem; } }
    .group-service-4__item__desc {
      line-height: 2; }
      @media (max-width: 767px) {
        .group-service-4__item__desc {
          font-size: 0.8571428571rem;
          line-height: 1.67; } }

.group-service-5 {
  margin: 0 0 120px; }
  @media (max-width: 1024px) {
    .group-service-5 {
      margin: 0 -15px 120px; } }
  @media (max-width: 1024px) and (max-width: 767px) {
    .group-service-5 {
      margin: 0 -15px 12vw; } }
  .group-service-5__features {
    background-color: #f0f0f0; }
    .group-service-5__features__inner {
      max-width: 1480px;
      margin: 0 auto;
      padding: 4px; }
      @media (max-width: 767px) {
        .group-service-5__features__inner {
          width: 100%;
          padding: 2px; } }
    .group-service-5__features ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .group-service-5__features ul li {
        width: 33.333333333%;
        background-color: #fff;
        border: 4px solid #f0f0f0;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        padding: 175px 35px 35px;
        position: relative; }
        @media (max-width: 767px) {
          .group-service-5__features ul li {
            width: 50%;
            border: 2px solid #f0f0f0;
            padding: 22.1333333333vw 2.9333333333vw 4vw; } }
        .group-service-5__features ul li:before {
          content: "";
          width: 104px;
          height: 104px;
          position: absolute;
          top: 40px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          background-repeat: no-repeat;
          background-position: center 0; }
          @media (max-width: 767px) {
            .group-service-5__features ul li:before {
              width: 13.8666666667vw;
              height: 13.8666666667vw;
              background-size: 100%;
              top: 5.3333333333vw; } }
        .group-service-5__features ul li > *:last-child {
          margin-bottom: 0; }
    .group-service-5__features__item__head {
      font-size: 1.25rem;
      font-weight: bold;
      text-align: center;
      margin: 0 0 18px; }
      @media (max-width: 767px) {
        .group-service-5__features__item__head {
          font-size: 3.7333333333vw;
          line-height: 1.43;
          margin: 0 0 2.6666666667vw; } }
    .group-service-5__features__item__desc {
      font-size: 0.875rem; }
    .group-service-5__features__item--1:before {
      background-image: url("/files/user/images/service/service-5-features-01.png"); }
    .group-service-5__features__item--2:before {
      background-image: url("/files/user/images/service/service-5-features-02.png"); }
    .group-service-5__features__item--3:before {
      background-image: url("/files/user/images/service/service-5-features-03.png"); }
    .group-service-5__features__item--4:before {
      background-image: url("/files/user/images/service/service-5-features-04.png"); }
    .group-service-5__features__item--5:before {
      background-image: url("/files/user/images/service/service-5-features-05.png"); }
    .group-service-5__features__item--6:before {
      background-image: url("/files/user/images/service/service-5-features-06.png"); }
    .group-service-5__features__item--7:before {
      background-image: url("/files/user/images/service/service-5-features-07.png"); }
    .group-service-5__features__item--8:before {
      background-image: url("/files/user/images/service/service-5-features-08.png"); }
    .group-service-5__features__item--9:before {
      background-image: url("/files/user/images/service/service-5-features-09.png"); }

.group-service-6 {
  max-width: 1024px;
  margin: 0 auto 120px; }
  @media (max-width: 767px) {
    .group-service-6 {
      width: 100%;
      max-width: auto;
      margin: 0 auto 13.3333333333vw; } }
  .group-service-6__head {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .group-service-6__head {
        font-size: 1.9285714286rem;
        margin: 0 0 5.3333333333vw; } }
  .group-service-6__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    padding: 2px 0 0;
    margin: 0 -16px 80px; }
    @media (max-width: 767px) {
      .group-service-6__list {
        margin: 0 -7px 9.3333333333vw; } }
    .group-service-6__list li {
      width: 33.333333%;
      margin-top: -2px;
      padding: 0 16px; }
      @media (max-width: 767px) {
        .group-service-6__list li:before {
          content: "";
          border-top: 1px solid #dddddd;
          display: block; } }
      @media (max-width: 767px) {
        .group-service-6__list li:after {
          content: "";
          border-bottom: 1px solid #dddddd;
          display: block; } }
      @media (max-width: 767px) {
        .group-service-6__list li {
          width: 50%;
          margin-top: -1px;
          padding: 0 7px;
          line-height: 16vw;
          vertical-align: middle; } }
      .group-service-6__list li span {
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        display: block;
        position: relative;
        padding: 25px 0 25px 36px; }
        @media (max-width: 767px) {
          .group-service-6__list li span {
            padding: 0 0 0 30px;
            line-height: 1.67;
            border: 0 none;
            display: inline-block;
            vertical-align: middle;
            font-size: 2.9333333333vw; } }
        .group-service-6__list li span:before {
          content: "";
          display: block;
          background-repeat: no-repeat;
          background-position: 0 0;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
        .group-service-6__list li span.icon-1:before {
          width: 22px;
          height: 24px;
          background-image: url("/files/user/images/icon-custom-01.png");
          margin: 0 0 0 1px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-1:before {
              width: 19px;
              height: 20px;
              background-size: 100%; } }
        .group-service-6__list li span.icon-2:before {
          width: 24px;
          height: 18px;
          background-image: url("/files/user/images/icon-custom-02.png");
          margin: 0 0 0 1px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-2:before {
              width: 20px;
              height: 15px;
              background-size: 100%; } }
        .group-service-6__list li span.icon-3:before {
          width: 20px;
          height: 16px;
          background-image: url("/files/user/images/icon-custom-03.png");
          margin: 0 0 0 3px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-3:before {
              width: 16px;
              height: 12px;
              background-size: 100%;
              margin: 1px 0 0 3px; } }
        .group-service-6__list li span.icon-4:before {
          width: 24px;
          height: 16px;
          background-image: url("/files/user/images/icon-custom-04.png");
          margin: -2px 0 0 0; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-4:before {
              width: 20px;
              height: 14px;
              background-size: 100%;
              margin: 0 0 0 0; } }
        .group-service-6__list li span.icon-5:before {
          width: 18px;
          height: 18px;
          background-image: url("/files/user/images/icon-custom-05.png");
          margin: 0 0 0 4px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-5:before {
              width: 15px;
              height: 15px;
              background-size: 100%; } }
        .group-service-6__list li span.icon-6:before {
          width: 21px;
          height: 22px;
          background-image: url("/files/user/images/icon-custom-06.png");
          margin: 0 0 0 3px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-6:before {
              width: 17px;
              height: 17px;
              background-size: 100%; } }
        .group-service-6__list li span.icon-7:before {
          width: 21px;
          height: 22px;
          background-image: url("/files/user/images/icon-custom-07.png");
          margin: -1px 0 0 1px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-7:before {
              width: 17px;
              height: 16px;
              background-size: 100%; } }
        .group-service-6__list li span.icon-8:before {
          width: 20px;
          height: 20px;
          background-image: url("/files/user/images/icon-custom-08.png");
          margin: -1px 0 0 3px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-8:before {
              width: 15px;
              height: 16px;
              background-size: 100%;
              margin: 1px 0 0 3px; } }
        .group-service-6__list li span.icon-9:before {
          width: 24px;
          height: 22px;
          background-image: url("/files/user/images/icon-custom-09.png");
          margin: -1px 0 0 1px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-9:before {
              width: 20px;
              height: 19px;
              background-size: 100%; } }
        .group-service-6__list li span.icon-10:before {
          width: 23px;
          height: 22px;
          background-image: url("/files/user/images/icon-custom-10.png");
          margin: 0 0 0 0; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-10:before {
              width: 19px;
              height: 17px;
              background-size: 100%; } }
        .group-service-6__list li span.icon-11:before {
          width: 22px;
          height: 18px;
          background-image: url("/files/user/images/icon-custom-11.png");
          margin: -1px 0 0 2px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-11:before {
              width: 18px;
              height: 14px;
              background-size: 100%; } }
        .group-service-6__list li span.icon-12:before {
          width: 21px;
          height: 22px;
          background-image: url("/files/user/images/icon-custom-12.png");
          margin: 1px 0 0 3px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-12:before {
              width: 17px;
              height: 17px;
              background-size: 100%; } }
        .group-service-6__list li span.icon-13:before {
          width: 21px;
          height: 22px;
          background-image: url("/files/user/images/icon-custom-13.png");
          margin: 1px 0 0 1px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-13:before {
              width: 17px;
              height: 17px;
              background-size: 100%;
              margin: 0 0 0 1px; } }
        .group-service-6__list li span.icon-14:before {
          width: 22px;
          height: 22px;
          background-image: url("/files/user/images/icon-custom-14.png");
          margin: -1px 0 0 2px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-14:before {
              width: 17px;
              height: 18px;
              background-size: 100%; } }
        .group-service-6__list li span.icon-15:before {
          width: 23px;
          height: 22px;
          background-image: url("/files/user/images/icon-custom-15.png");
          margin: 0 0 0 2px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-15:before {
              width: 17px;
              height: 17px;
              background-size: 100%;
              margin: 1px 0 0 2px; } }
        .group-service-6__list li span.icon-16:before {
          width: 24px;
          height: 24px;
          background-image: url("/files/user/images/icon-custom-16.png");
          margin: 2px 0 0 0; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-16:before {
              width: 20px;
              height: 20px;
              background-size: 100%; } }
        .group-service-6__list li span.icon-17:before {
          width: 24px;
          height: 24px;
          background-image: url("/files/user/images/icon-custom-17.png");
          margin: 0 0 0 1px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-17:before {
              width: 20px;
              height: 20px;
              background-size: 100%; } }
        .group-service-6__list li span.icon-18:before {
          width: 23px;
          height: 22px;
          background-image: url("/files/user/images/icon-custom-18.png");
          margin: 2px 0 0 2px; }
          @media (max-width: 767px) {
            .group-service-6__list li span.icon-18:before {
              width: 19px;
              height: 16px;
              background-size: 100%; } }
  .group-service-6__btn {
    margin: 0; }
    @media (max-width: 767px) {
      .group-service-6__btn {
        padding: 0 5.3333333333vw;
        margin: 0 0 0; } }
    .group-service-6__btn a {
      font-size: 1.375rem;
      display: block;
      background-color: #333;
      line-height: 54px;
      padding: 0 44px 0 64px;
      text-align: center;
      color: #fff;
      width: 100%;
      position: relative;
      width: 360px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .group-service-6__btn a {
          font-size: 4.2666666667vw;
          line-height: 1.5;
          width: 100%;
          text-align: left;
          padding: 2.6666666667vw 12.8vw;
          vertical-align: middle;
          text-align: center; } }
      .group-service-6__btn a:before {
        content: "";
        display: block;
        background-color: #fff;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 16px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media (max-width: 767px) {
          .group-service-6__btn a:before {
            width: 16px;
            height: 16px; } }
      .group-service-6__btn a:after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #333;
        border-top: 1px solid #333;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0;
        position: absolute;
        left: 23px;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg);
        color: #fff; }
        @media (max-width: 767px) {
          .group-service-6__btn a:after {
            left: 19px; } }

.group-service-7 {
  width: 1024px;
  margin: 0 auto 97px; }
  @media (max-width: 767px) {
    .group-service-7 {
      width: 100%;
      margin: 0 auto 16vw; } }
  @media (max-width: 767px) {
    .group-service-7__inner {
      overflow-x: scroll; } }
  .group-service-7__inner::-webkit-scrollbar {
    height: 8px; }
  .group-service-7__inner::-webkit-scrollbar-thumb {
    background-color: #aaaaaa;
    border-radius: 4px; }
  .group-service-7__inner::-webkit-scrollbar-track-piece {
    background-color: #e5e5e5; }
  .group-service-7__w--1 {
    width: 5%; }
  .group-service-7__w--2 {
    width: 30%; }
  .group-service-7__w--3 {
    width: 17.5%; }

.group-service-8 {
  margin: 0 0 120px; }
  @media (max-width: 767px) {
    .group-service-8 {
      margin: 0 0 21.3333333333vw; } }

.group-strength-1__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 90px 0 60px; }
  @media (max-width: 767px) {
    .group-strength-1__inner {
      width: 100%;
      padding: 50px 0 50px; } }
  .group-strength-1__inner > *:last-child {
    margin-bottom: 0; }

.group-strength-1__head {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2307692308;
  font-weight: 500;
  margin: 0 0 60px; }
  @media (max-width: 767px) {
    .group-strength-1__head {
      font-size: 7.2vw;
      margin: 0 0 8vw;
      line-height: 1.48148148; } }
  .group-strength-1__head strong {
    font-size: 1.5rem;
    color: #e6001a;
    display: block;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .group-strength-1__head strong {
        font-size: 3.7333333333vw; } }

.group-strength-2 {
  background-image: url("/files/user/images/strength/group-strength-2-image-01.png");
  background-repeat: no-repeat;
  background-position: center 0;
  height: 783px;
  padding: 80px 0 0;
  overflow: hidden; }
  @media (max-width: 1054px) {
    .group-strength-2 {
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    .group-strength-2 {
      margin: 0 -15px;
      background-image: url("/files/user/images/strength/sp/group-strength-2-image-01.png");
      background-size: 100%;
      min-height: 269.066666667vw;
      padding: 10.6666666667vw 0 0; } }
  .group-strength-2__content {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    height: 624px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 60px 0 0; }
    @media (max-width: 767px) {
      .group-strength-2__content {
        width: 100%;
        padding: 9.3333333333vw 0 0;
        height: 246.666666667vw; } }
  .group-strength-2__head {
    font-size: 2rem;
    margin: 0; }
    @media (max-width: 767px) {
      .group-strength-2__head {
        font-size: 4.2666666667vw;
        margin-bottom: 2.1333333333vw; } }
  .group-strength-2__strong {
    font-size: 4.375rem;
    letter-spacing: 0.1em;
    color: #e5001b;
    line-height: normal;
    line-height: 1.1;
    margin: -4px 0 20px; }
    @media (max-width: 767px) {
      .group-strength-2__strong {
        font-size: 9.3333333333vw;
        line-height: 1.22857142857; } }
  .group-strength-2__desc {
    font-size: 1.125rem;
    line-height: 1.777777;
    font-weight: bold;
    margin: 0 0 60px; }
    @media (max-width: 767px) {
      .group-strength-2__desc {
        font-size: 3.7333333333vw;
        margin-bottom: 9.3333333333vw; } }
  .group-strength-2__list-1 {
    margin: 0 auto 40px;
    width: 928px; }
    @media (max-width: 767px) {
      .group-strength-2__list-1 {
        width: 100%;
        padding: 0 14.6666666667vw;
        margin-bottom: 8vw; } }
    .group-strength-2__list-1 ul {
      list-style: none;
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -8px; }
      @media (max-width: 767px) {
        .group-strength-2__list-1 ul {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .group-strength-2__list-1 ul li {
        padding: 0 8px;
        width: 100%; }
        @media (max-width: 767px) {
          .group-strength-2__list-1 ul li {
            margin-bottom: 8vw; }
            .group-strength-2__list-1 ul li:last-child {
              margin-bottom: 0; } }
        .group-strength-2__list-1 ul li .group-strength-2__list-1__item {
          display: block;
          height: 100%;
          border: 1px solid #333;
          border-top: 0 none;
          position: relative;
          padding-bottom: 14px; }
          @media (max-width: 767px) {
            .group-strength-2__list-1 ul li .group-strength-2__list-1__item {
              padding-bottom: 5.3333333333vw; } }
          .group-strength-2__list-1 ul li .group-strength-2__list-1__item:before {
            content: "";
            display: block;
            height: 1px;
            width: 96px;
            background-color: #333;
            position: absolute;
            top: 0;
            left: 0; }
            @media (max-width: 767px) {
              .group-strength-2__list-1 ul li .group-strength-2__list-1__item:before {
                width: 22.6666666667vw; } }
          .group-strength-2__list-1 ul li .group-strength-2__list-1__item:after {
            content: "";
            display: block;
            height: 1px;
            width: 96px;
            background-color: #333;
            position: absolute;
            top: 0;
            right: 0; }
            @media (max-width: 767px) {
              .group-strength-2__list-1 ul li .group-strength-2__list-1__item:after {
                width: 22.6666666667vw;
                font-size: 8.4vw; } }
          .group-strength-2__list-1 ul li .group-strength-2__list-1__item .group-strength-2__list-1__item__desc {
            font-size: 1.125rem;
            display: block;
            position: relative;
            padding: 36px 0 0;
            line-height: 1.444444;
            font-weight: bold; }
            @media (max-width: 767px) {
              .group-strength-2__list-1 ul li .group-strength-2__list-1__item .group-strength-2__list-1__item__desc {
                padding: 10.6666666667vw 0 0;
                font-size: 4.2vw; } }
            .group-strength-2__list-1 ul li .group-strength-2__list-1__item .group-strength-2__list-1__item__desc:before {
              content: "";
              display: block;
              background-repeat: no-repeat;
              background-position: 0 0;
              position: absolute;
              top: 0;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
          .group-strength-2__list-1 ul li .group-strength-2__list-1__item .group-strength-2__list-1__item__data {
            font-size: 1.25rem;
            display: block;
            line-height: normal; }
            @media (max-width: 767px) {
              .group-strength-2__list-1 ul li .group-strength-2__list-1__item .group-strength-2__list-1__item__data {
                font-size: 5.3333333333vw; } }
            .group-strength-2__list-1 ul li .group-strength-2__list-1__item .group-strength-2__list-1__item__data strong {
              font-size: 3rem;
              color: #e5001b;
              font-weight: 500; }
              @media (max-width: 767px) {
                .group-strength-2__list-1 ul li .group-strength-2__list-1__item .group-strength-2__list-1__item__data strong {
                  font-size: 10.6666666667vw; } }
            .group-strength-2__list-1 ul li .group-strength-2__list-1__item .group-strength-2__list-1__item__data span {
              font-size: 2.25rem;
              font-weight: 200;
              font-family: "Noto Sans Japanese";
              display: inline-block;
              vertical-align: top;
              margin: 0 0 0 4px; }
              @media (max-width: 767px) {
                .group-strength-2__list-1 ul li .group-strength-2__list-1__item .group-strength-2__list-1__item__data span {
                  font-size: 8.5333333333vw; } }
            .group-strength-2__list-1 ul li .group-strength-2__list-1__item .group-strength-2__list-1__item__data small {
              font-size: 0.875rem;
              display: block; }
          .group-strength-2__list-1 ul li .group-strength-2__list-1__item.group-strength-2__list-1__item--1 .group-strength-2__list-1__item__desc:before {
            width: 32px;
            height: 34px;
            background-image: url("/files/user/images/top/top-group-4-image-02.png");
            background-repeat: no-repeat;
            background-position: center 0; }
            @media (max-width: 767px) {
              .group-strength-2__list-1 ul li .group-strength-2__list-1__item.group-strength-2__list-1__item--1 .group-strength-2__list-1__item__desc:before {
                background-image: url("/files/user/images/top/sp/top-group-4-image-02.png");
                width: 7.4666666667vw;
                height: 7.7333333333vw;
                background-size: 100%; } }
          .group-strength-2__list-1 ul li .group-strength-2__list-1__item.group-strength-2__list-1__item--2 .group-strength-2__list-1__item__desc:before {
            width: 56px;
            height: 32px;
            background-image: url("/files/user/images/top/top-group-4-image-03.png");
            background-repeat: no-repeat;
            background-position: center 0; }
            @media (max-width: 767px) {
              .group-strength-2__list-1 ul li .group-strength-2__list-1__item.group-strength-2__list-1__item--2 .group-strength-2__list-1__item__desc:before {
                background-image: url("/files/user/images/top/sp/top-group-4-image-03.png");
                width: 13.0666666667vw;
                height: 7.6vw;
                background-size: 100%; } }
          .group-strength-2__list-1 ul li .group-strength-2__list-1__item.group-strength-2__list-1__item--3 .group-strength-2__list-1__item__desc:before {
            width: 32px;
            height: 32px;
            background-image: url("/files/user/images/top/top-group-4-image-04.png");
            background-repeat: no-repeat;
            background-position: center 0; }
            @media (max-width: 767px) {
              .group-strength-2__list-1 ul li .group-strength-2__list-1__item.group-strength-2__list-1__item--3 .group-strength-2__list-1__item__desc:before {
                background-image: url("/files/user/images/top/sp/top-group-4-image-04.png");
                width: 7.4666666667vw;
                height: 7.4666666667vw;
                background-size: 100%; } }

.group-strength-3 {
  text-align: center;
  padding: 110px 0 80px; }
  @media (max-width: 767px) {
    .group-strength-3 {
      padding: 50px 0 60px; } }
  .group-strength-3__head {
    font-size: 2.25rem;
    letter-spacing: 2px;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .group-strength-3__head {
        font-size: 7.2vw;
        margin: 0 0 8vw; } }
  .group-strength-3__logo {
    margin: 0 0 55px; }
    .group-strength-3__logo img {
      max-width: 1400px;
      width: 100%;
      padding: 0 20px; }
    @media (max-width: 767px) {
      .group-strength-3__logo {
        margin-bottom: 10.6666666667vw; }
        .group-strength-3__logo img {
          width: 100%; } }
  .group-strength-3__btn {
    margin: 0 0 0; }
    @media (max-width: 767px) {
      .group-strength-3__btn {
        padding: 0 5.3333333333vw;
        margin: 0 0 0; } }
    .group-strength-3__btn a {
      font-size: 1.375rem;
      display: block;
      background-color: #333;
      line-height: 54px;
      padding: 0 44px 0 64px;
      text-align: center;
      color: #fff;
      width: 100%;
      position: relative;
      width: 360px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .group-strength-3__btn a {
          font-size: 4.2666666667vw;
          line-height: 1.5;
          width: 100%;
          text-align: left;
          padding: 2.6666666667vw 12.8vw;
          vertical-align: middle; } }
      .group-strength-3__btn a:before {
        content: "";
        display: block;
        background-color: #fff;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 16px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media (max-width: 767px) {
          .group-strength-3__btn a:before {
            width: 16px;
            height: 16px; } }
      .group-strength-3__btn a:after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #333;
        border-top: 1px solid #333;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0;
        position: absolute;
        left: 23px;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg);
        color: #fff; }
        @media (max-width: 767px) {
          .group-strength-3__btn a:after {
            left: 19px; } }

.group-strength-4 {
  background-image: url("/files/user/images/strength/group-strength-4-image-01.png");
  background-repeat: no-repeat;
  background-position: center 0;
  overflow: hidden;
  padding: 70px 0 60px; }
  @media (max-width: 767px) {
    .group-strength-4 {
      margin: 0 -15px;
      padding: 50px 15px;
      background-image: url("/files/user/images/strength/sp/group-strength-4-image-01.png");
      background-size: cover; } }
  .group-strength-4__inner {
    width: 1024px;
    margin: 0 auto 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 767px) {
      .group-strength-4__inner {
        width: 100%; } }
  .group-strength-4__head {
    font-size: 2.25rem;
    text-align: center;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .group-strength-4__head {
        font-size: 6.4vw; } }
  .group-strength-4__item {
    width: 50%;
    padding: 2px 1px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .group-strength-4__item {
        width: 100%;
        margin-top: 10px; }
        .group-strength-4__item:first-child {
          margin-top: 0; } }
    .group-strength-4__item__head {
      font-size: 1.25rem;
      text-align: center;
      color: #fff;
      font-weight: normal;
      line-height: 1.666666;
      position: relative;
      padding: 34px 0 50px;
      letter-spacing: 0.1em;
      margin: 0 -50px 70px; }
      @media (max-width: 767px) {
        .group-strength-4__item__head {
          font-size: 1.2857142857rem;
          padding: 20px 0 30px;
          margin: 0 -25px 10.6666666667vw; } }
      .group-strength-4__item__head > span {
        font-size: 0.875rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 72px;
        height: 72px;
        border: 2px solid #ccc;
        border-radius: 50%;
        background-color: #fff;
        line-height: 1;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 767px) {
          .group-strength-4__item__head > span {
            width: 52px;
            height: 52px;
            font-size: 0.7142857143rem; } }
        .group-strength-4__item__head > span > span {
          font-size: 1.25rem;
          display: block;
          line-height: 1;
          margin-top: 2px; }
          @media (max-width: 767px) {
            .group-strength-4__item__head > span > span {
              font-size: 1rem; } }
    .group-strength-4__item__list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .group-strength-4__item__list li {
        text-align: justify;
        padding: 0 0 0 20px;
        position: relative;
        line-height: 2; }
        .group-strength-4__item__list li:before {
          content: "";
          display: block;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          position: absolute;
          top: 0.75em;
          left: 0; }
    .group-strength-4__item__inner {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 0 50px 40px; }
      @media (max-width: 767px) {
        .group-strength-4__item__inner {
          padding: 0 25px 20px; } }
    .group-strength-4__item--1 .group-strength-4__item__head {
      background-color: #477ca9; }
      .group-strength-4__item--1 .group-strength-4__item__head > span {
        border: 2px solid #477ca9;
        color: #477ca9; }
    .group-strength-4__item--1 .group-strength-4__item__list li:before {
      background-color: #477ca9; }
    .group-strength-4__item--2 .group-strength-4__item__head {
      background-color: #7ea947; }
      .group-strength-4__item--2 .group-strength-4__item__head > span {
        border: 2px solid #7ea947;
        color: #7ea947; }
    .group-strength-4__item--2 .group-strength-4__item__list li:before {
      background-color: #7ea947; }
    .group-strength-4__item--3 .group-strength-4__item__head {
      background-color: #b58216; }
      .group-strength-4__item--3 .group-strength-4__item__head > span {
        border: 2px solid #b58216;
        color: #b58216; }
    .group-strength-4__item--3 .group-strength-4__item__list li:before {
      background-color: #b58216; }
    .group-strength-4__item--4 .group-strength-4__item__head {
      background-color: #c66956; }
      .group-strength-4__item--4 .group-strength-4__item__head > span {
        border: 2px solid #c66956;
        color: #c66956; }
    .group-strength-4__item--4 .group-strength-4__item__list li:before {
      background-color: #c66956; }

.group-strength-5__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 90px 0 60px; }
  @media (max-width: 767px) {
    .group-strength-5__inner {
      width: 100%;
      padding: 50px 0 50px; } }
  .group-strength-5__inner > *:last-child {
    margin-bottom: 0; }

.group-strength-5__head {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2307692308;
  font-weight: 500;
  margin: 0 0 60px; }
  @media (max-width: 767px) {
    .group-strength-5__head {
      font-size: 7.2vw;
      margin: 0 0 8vw;
      line-height: 1.48148148; } }
  .group-strength-5__head strong {
    font-size: 1.5rem;
    color: #e6001a;
    display: block;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .group-strength-5__head strong {
        font-size: 3.7333333333vw; } }

.group-strength-6 {
  background-image: url("/files/user/images/bg-01.png");
  background-repeat: repeat;
  background-position: 0 0;
  padding: 54px 0 77px; }
  @media (max-width: 767px) {
    .group-strength-6 {
      background-size: 4px 4px;
      margin: 0 -15px;
      padding: 8vw 15px 10.6666666667vw; } }
  .group-strength-6__inner {
    width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .group-strength-6__inner {
        width: 100%; } }
  .group-strength-6__head {
    font-size: 2.5rem;
    text-align: center;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .group-strength-6__head {
        font-size: 6.4vw; } }
  .group-strength-6__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px; }
    @media (max-width: 767px) {
      .group-strength-6__items {
        margin: 0 -7px; } }
  .group-strength-6__item {
    width: 50%;
    padding: 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-glow: 1; }
    @media (max-width: 767px) {
      .group-strength-6__item {
        padding: 0 7px; } }
    .group-strength-6__item__inner {
      background-color: #fff;
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      flex-glow: 1; }
    .group-strength-6__item__head {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 1rem;
      min-width: 200px;
      color: #fff;
      text-align: center;
      font-weight: 500;
      border-radius: 20px;
      line-height: 40px; }
      @media (max-width: 767px) {
        .group-strength-6__item__head {
          font-size: 3.2vw;
          line-height: 7.4666666667vw;
          min-width: 32vw; } }
      .group-strength-6__item--1 .group-strength-6__item__head {
        background-color: #1171d0; }
      .group-strength-6__item--2 .group-strength-6__item__head {
        background-color: #e5001b; }
    .group-strength-6__item__image {
      display: block; }
      .group-strength-6__item__image img {
        display: block;
        width: 100%; }
    .group-strength-6__item__content {
      padding: 40px; }
      @media (max-width: 767px) {
        .group-strength-6__item__content {
          padding: 15px; } }
      .group-strength-6__item--1 .group-strength-6__item__content {
        background-image: url("/files/user/images/strength/group-strength-6-image-03.png");
        background-repeat: no-repeat;
        background-position: center center; }
        @media (max-width: 767px) {
          .group-strength-6__item--1 .group-strength-6__item__content {
            background-size: 25.6vw 25.6vw; } }
      .group-strength-6__item--2 .group-strength-6__item__content {
        background-image: url("/files/user/images/strength/group-strength-6-image-04.png");
        background-repeat: no-repeat;
        background-position: center center; }
        @media (max-width: 767px) {
          .group-strength-6__item--2 .group-strength-6__item__content {
            background-size: 32vw 32vw; } }
      .group-strength-6__item__content > *:last-child {
        margin-bottom: 0; }
    .group-strength-6__item__lead {
      font-size: 2rem;
      font-weight: bold; }
      @media (max-width: 767px) {
        .group-strength-6__item__lead {
          font-size: 5.3333333333vw;
          line-height: 1.35;
          text-align: center;
          margin-left: -15px;
          margin-right: -15px;
          margin-bottom: 10px; } }
      .group-strength-6__item--1 .group-strength-6__item__lead {
        color: #1171d0; }
      .group-strength-6__item--2 .group-strength-6__item__lead {
        color: #e5001b; }
    .group-strength-6__item__list {
      list-style: none;
      padding: 0; }
      .group-strength-6__item__list li {
        line-height: 2.5;
        text-align: justify;
        padding: 0 0 0 20px;
        position: relative; }
        @media (max-width: 767px) {
          .group-strength-6__item__list li {
            line-height: 1.7142857;
            font-size: 3.7333333333vw;
            padding: 0 0 0 10px; } }
        .group-strength-6__item__list li:before {
          content: "";
          display: block;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          position: absolute;
          top: 1em;
          left: 0; }
          @media (max-width: 767px) {
            .group-strength-6__item__list li:before {
              top: 0.675em;
              width: 6px;
              height: 6px; } }
          .group-strength-6__item--1 .group-strength-6__item__list li:before {
            background-color: #1171d0; }
          .group-strength-6__item--2 .group-strength-6__item__list li:before {
            background-color: #e5001b; }

.group-strength-7 {
  padding: 106px 0 70px; }
  @media (max-width: 767px) {
    .group-strength-7 {
      padding: 13.3333333333vw 0 5.3333333333vw; } }
  .group-strength-7__inner {
    width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .group-strength-7__inner {
        width: 100%; } }
  .group-strength-7__head {
    font-size: 2.5rem;
    text-align: center;
    margin: 0 0 24px; }
    @media (max-width: 767px) {
      .group-strength-7__head {
        font-size: 6.4vw; } }

.group-strength-8 {
  background-image: url("/files/user/images/strength/group-strength-8-image-01.png");
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 64px 0 0;
  height: 1017px; }
  @media (max-width: 767px) {
    .group-strength-8 {
      background-image: url("/files/user/images/strength/sp/group-strength-8-image-01.png");
      margin: 0 -15px;
      height: 208.266666667vw;
      padding: 13.3333333333vw 0 0; } }
  .group-strength-8__inner {
    width: 1024px;
    margin: 0 auto;
    color: #fff; }
    @media (max-width: 767px) {
      .group-strength-8__inner {
        width: 100%; } }
    .group-strength-8__inner > *:last-child {
      margin: 0; }
  .group-strength-8__head {
    font-size: 2.5rem;
    text-align: center;
    margin: 0 0 6px; }
    @media (max-width: 767px) {
      .group-strength-8__head {
        font-size: 6.4vw; } }
  .group-strength-8__lead {
    text-align: center;
    margin: 0 0 32px; }
    @media (max-width: 767px) {
      .group-strength-8__lead {
        font-size: 3.2vw;
        padding: 0 15px; } }
  .group-strength-8__image img {
    width: 100%; }

.group-strength-9__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 90px 0 60px; }
  @media (max-width: 767px) {
    .group-strength-9__inner {
      width: 100%;
      padding: 50px 0 50px; } }
  .group-strength-9__inner > *:last-child {
    margin-bottom: 0; }

.group-strength-9__head {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2307692308;
  font-weight: 500;
  margin: 0 0 60px; }
  @media (max-width: 767px) {
    .group-strength-9__head {
      font-size: 7.2vw;
      margin: 0 0 8vw;
      line-height: 1.48148148; } }
  .group-strength-9__head strong {
    font-size: 1.5rem;
    color: #e6001a;
    display: block;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .group-strength-9__head strong {
        font-size: 3.7333333333vw; } }

.group-strength-9__head-2 {
  font-size: 2.5rem;
  text-align: center;
  margin: 50px 0 24px; }
  @media (max-width: 767px) {
    .group-strength-9__head-2 {
      font-size: 6.4vw;
      margin: 36px 0 16px; } }

.group-strength-9__btn {
  margin: 0 0 120px; }
  @media (max-width: 767px) {
    .group-strength-9__btn {
      padding: 0 5.3333333333vw;
      margin: 0 0 21.3333333333vw; } }
  .group-strength-9__btn a {
    font-size: 1.375rem;
    display: block;
    background-color: #333;
    line-height: 54px;
    padding: 0 44px 0 64px;
    text-align: center;
    color: #fff;
    width: 100%;
    position: relative;
    width: 360px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .group-strength-9__btn a {
        font-size: 4.2666666667vw;
        line-height: 1.5;
        width: 100%;
        text-align: center;
        padding: 2.6666666667vw 12.8vw 2.6666666667vw 14.9333333333vw;
        vertical-align: middle; } }
    .group-strength-9__btn a:before {
      content: "";
      display: block;
      background-color: #fff;
      width: 24px;
      height: 24px;
      position: absolute;
      left: 16px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media (max-width: 767px) {
        .group-strength-9__btn a:before {
          width: 16px;
          height: 16px; } }
    .group-strength-9__btn a:after {
      content: "";
      width: 6px;
      height: 6px;
      border-right: 1px solid #333;
      border-top: 1px solid #333;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0;
      position: absolute;
      left: 23px;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg);
      color: #fff; }
      @media (max-width: 767px) {
        .group-strength-9__btn a:after {
          left: 19px; } }

.group-strength-9__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  padding: 2px 0 0;
  margin: 0 -16px 80px; }
  @media (max-width: 767px) {
    .group-strength-9__list {
      margin: 0 -7px 9.3333333333vw; } }
  .group-strength-9__list li {
    width: 33.333333%;
    margin-top: -2px;
    padding: 0 16px; }
    @media (max-width: 767px) {
      .group-strength-9__list li:before {
        content: "";
        border-top: 1px solid #dddddd;
        display: block; } }
    @media (max-width: 767px) {
      .group-strength-9__list li:after {
        content: "";
        border-bottom: 1px solid #dddddd;
        display: block; } }
    @media (max-width: 767px) {
      .group-strength-9__list li {
        width: 50%;
        margin-top: -1px;
        padding: 0 7px;
        line-height: 16vw;
        vertical-align: middle; } }
    .group-strength-9__list li span {
      border-top: 2px solid #dddddd;
      border-bottom: 2px solid #dddddd;
      display: block;
      position: relative;
      padding: 25px 0 25px 36px; }
      @media (max-width: 767px) {
        .group-strength-9__list li span {
          padding: 0 0 0 30px;
          line-height: 1.67;
          border: 0 none;
          display: inline-block;
          vertical-align: middle;
          font-size: 3.2vw; } }
      .group-strength-9__list li span:before {
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-position: 0 0;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .group-strength-9__list li span.icon-1:before {
        width: 22px;
        height: 24px;
        background-image: url("/files/user/images/icon-custom-01.png");
        margin: 0 0 0 1px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-1:before {
            width: 19px;
            height: 20px;
            background-size: 100%; } }
      .group-strength-9__list li span.icon-2:before {
        width: 24px;
        height: 18px;
        background-image: url("/files/user/images/icon-custom-02.png");
        margin: 0 0 0 1px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-2:before {
            width: 20px;
            height: 15px;
            background-size: 100%; } }
      .group-strength-9__list li span.icon-3:before {
        width: 20px;
        height: 16px;
        background-image: url("/files/user/images/icon-custom-03.png");
        margin: 0 0 0 3px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-3:before {
            width: 16px;
            height: 12px;
            background-size: 100%;
            margin: 1px 0 0 3px; } }
      .group-strength-9__list li span.icon-4:before {
        width: 24px;
        height: 16px;
        background-image: url("/files/user/images/icon-custom-04.png");
        margin: -2px 0 0 0; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-4:before {
            width: 20px;
            height: 14px;
            background-size: 100%;
            margin: 0 0 0 0; } }
      .group-strength-9__list li span.icon-5:before {
        width: 18px;
        height: 18px;
        background-image: url("/files/user/images/icon-custom-05.png");
        margin: 0 0 0 4px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-5:before {
            width: 15px;
            height: 15px;
            background-size: 100%; } }
      .group-strength-9__list li span.icon-6:before {
        width: 21px;
        height: 22px;
        background-image: url("/files/user/images/icon-custom-06.png");
        margin: 0 0 0 3px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-6:before {
            width: 17px;
            height: 17px;
            background-size: 100%; } }
      .group-strength-9__list li span.icon-7:before {
        width: 21px;
        height: 22px;
        background-image: url("/files/user/images/icon-custom-07.png");
        margin: -1px 0 0 1px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-7:before {
            width: 17px;
            height: 16px;
            background-size: 100%; } }
      .group-strength-9__list li span.icon-8:before {
        width: 20px;
        height: 20px;
        background-image: url("/files/user/images/icon-custom-08.png");
        margin: -1px 0 0 3px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-8:before {
            width: 15px;
            height: 16px;
            background-size: 100%;
            margin: 1px 0 0 3px; } }
      .group-strength-9__list li span.icon-9:before {
        width: 24px;
        height: 22px;
        background-image: url("/files/user/images/icon-custom-09.png");
        margin: -1px 0 0 1px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-9:before {
            width: 20px;
            height: 19px;
            background-size: 100%; } }
      .group-strength-9__list li span.icon-10:before {
        width: 23px;
        height: 22px;
        background-image: url("/files/user/images/icon-custom-10.png");
        margin: 0 0 0 0; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-10:before {
            width: 19px;
            height: 17px;
            background-size: 100%; } }
      .group-strength-9__list li span.icon-11:before {
        width: 22px;
        height: 18px;
        background-image: url("/files/user/images/icon-custom-11.png");
        margin: -1px 0 0 2px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-11:before {
            width: 18px;
            height: 14px;
            background-size: 100%; } }
      .group-strength-9__list li span.icon-12:before {
        width: 21px;
        height: 22px;
        background-image: url("/files/user/images/icon-custom-12.png");
        margin: 1px 0 0 3px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-12:before {
            width: 17px;
            height: 17px;
            background-size: 100%; } }
      .group-strength-9__list li span.icon-13:before {
        width: 21px;
        height: 22px;
        background-image: url("/files/user/images/icon-custom-13.png");
        margin: 1px 0 0 1px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-13:before {
            width: 17px;
            height: 17px;
            background-size: 100%;
            margin: 0 0 0 1px; } }
      .group-strength-9__list li span.icon-14:before {
        width: 22px;
        height: 22px;
        background-image: url("/files/user/images/icon-custom-14.png");
        margin: -1px 0 0 2px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-14:before {
            width: 17px;
            height: 18px;
            background-size: 100%; } }
      .group-strength-9__list li span.icon-15:before {
        width: 23px;
        height: 22px;
        background-image: url("/files/user/images/icon-custom-15.png");
        margin: 0 0 0 2px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-15:before {
            width: 17px;
            height: 17px;
            background-size: 100%;
            margin: 1px 0 0 2px; } }
      .group-strength-9__list li span.icon-16:before {
        width: 24px;
        height: 24px;
        background-image: url("/files/user/images/icon-custom-16.png");
        margin: 2px 0 0 0; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-16:before {
            width: 20px;
            height: 20px;
            background-size: 100%; } }
      .group-strength-9__list li span.icon-17:before {
        width: 24px;
        height: 24px;
        background-image: url("/files/user/images/icon-custom-17.png");
        margin: 0 0 0 1px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-17:before {
            width: 20px;
            height: 20px;
            background-size: 100%; } }
      .group-strength-9__list li span.icon-18:before {
        width: 23px;
        height: 22px;
        background-image: url("/files/user/images/icon-custom-18.png");
        margin: 2px 0 0 2px; }
        @media (max-width: 767px) {
          .group-strength-9__list li span.icon-18:before {
            width: 19px;
            height: 16px;
            background-size: 100%; } }

.group-strength-10 .group-customize {
  padding: 100px 0 0;
  margin: 0 0 100px; }
  @media (max-width: 767px) {
    .group-strength-10 .group-customize {
      padding: 5.3333333333vw 0 0; } }
  .group-strength-10 .group-customize__inner {
    width: 1024px;
    margin: 0 auto;
    border: 3px dashed #333333;
    border-radius: 10px;
    position: relative;
    padding: 88px 37px 44px; }
    @media (max-width: 767px) {
      .group-strength-10 .group-customize__inner {
        width: auto;
        border: 2px dashed #333;
        padding: 10.6666666667vw 20px 20px; } }
  .group-strength-10 .group-customize__head {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    font-size: 2.5rem;
    white-space: nowrap;
    padding: 0 40px;
    margin: 0; }
    @media (max-width: 767px) {
      .group-strength-10 .group-customize__head {
        font-size: 5.3333333333vw;
        padding: 0 6.6666666667vw;
        text-align: center; } }
  .group-strength-10 .group-customize__image {
    display: block;
    text-align: center;
    margin: 0 0 48px; }
    @media (max-width: 767px) {
      .group-strength-10 .group-customize__image {
        margin: 0 0 6.4vw; } }
  .group-strength-10 .group-customize__content-1 {
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 26px 0 36px; }
    @media (max-width: 767px) {
      .group-strength-10 .group-customize__content-1 {
        padding: 2.6666666667vw 10px 5.3333333333vw;
        margin-bottom: 20px; } }
    .group-strength-10 .group-customize__content-1__head {
      position: relative;
      font-size: 1.25rem;
      margin: 0 0 10px; }
      @media (max-width: 767px) {
        .group-strength-10 .group-customize__content-1__head {
          font-size: 3.7333333333vw; } }
      .group-strength-10 .group-customize__content-1__head small {
        position: absolute;
        font-size: 0.8125rem;
        font-weight: normal;
        right: 40px;
        top: 6px; }
        @media (max-width: 767px) {
          .group-strength-10 .group-customize__content-1__head small {
            display: block;
            position: static;
            right: auto;
            top: auto;
            text-align: right;
            font-weight: 2.6666666667vw; } }
    .group-strength-10 .group-customize__content-1__list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .group-strength-10 .group-customize__content-1__list li {
        margin: 0 0 20px; }
        .group-strength-10 .group-customize__content-1__list li:last-child {
          margin: 0; }
  .group-strength-10 .group-customize__content-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -11px; }
    @media (max-width: 767px) {
      .group-strength-10 .group-customize__content-2 {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .group-strength-10 .group-customize__content-2__item {
      width: 33.33333%;
      padding: 0 11px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .group-strength-10 .group-customize__content-2__item {
          width: 100%;
          margin-top: 20px; }
          .group-strength-10 .group-customize__content-2__item:first-child {
            margin-top: 0; } }
      .group-strength-10 .group-customize__content-2__item__inner {
        border-radius: 5px;
        overflow: hidden; }
      .group-strength-10 .group-customize__content-2__item__head {
        margin: 0;
        text-align: center;
        font-size: 1rem;
        line-height: normal;
        padding: 12px 0; }
        @media (max-width: 767px) {
          .group-strength-10 .group-customize__content-2__item__head {
            padding: 6px 0; } }
      .group-strength-10 .group-customize__content-2__item__content {
        padding: 20px 40px;
        font-size: 0.875rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 767px) {
          .group-strength-10 .group-customize__content-2__item__content {
            padding: 14px 20px; }
            .group-strength-10 .group-customize__content-2__item__content > *:last-child {
              margin: 0; } }
      .group-strength-10 .group-customize__content-2__item--1 .group-customize__content-2__item__inner {
        background-color: #f1f8ff; }
      .group-strength-10 .group-customize__content-2__item--1 .group-customize__content-2__item__head {
        background-color: #d9eafc;
        color: #1171d0; }
      .group-strength-10 .group-customize__content-2__item--2 .group-customize__content-2__item__inner {
        background-color: #ebf4f4; }
      .group-strength-10 .group-customize__content-2__item--2 .group-customize__content-2__item__head {
        background-color: #d8eae9;
        color: #37948f; }
      .group-strength-10 .group-customize__content-2__item--3 .group-customize__content-2__item__inner {
        background-color: #fff6f7; }
      .group-strength-10 .group-customize__content-2__item--3 .group-customize__content-2__item__head {
        background-color: #e6001a;
        color: #ffffff; }

.group-strength-11 {
  margin: 0 0 140px; }
  @media (max-width: 767px) {
    .group-strength-11 {
      margin: 0 0 60px; } }
  .group-strength-11__inner {
    width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .group-strength-11__inner {
        width: 100%; } }
  .group-strength-11__head {
    font-size: 40px;
    margin: 0;
    text-align: center; }
    @media (max-width: 767px) {
      .group-strength-11__head {
        font-size: 6.4vw; } }
  .group-strength-11__desc {
    text-align: center;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .group-strength-11__desc {
        font-size: 3.2vw;
        margin: 0 0 5.3333333333vw; } }
  @media (max-width: 767px) {
    .group-strength-11 .group-tree {
      position: relative;
      padding: 0 0 0 28.8vw; } }
  .group-strength-11 .group-tree__head {
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 767px) {
      .group-strength-11 .group-tree__head {
        position: absolute;
        top: 50%;
        left: 0;
        width: 24vw;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        .group-strength-11 .group-tree__head img {
          width: 100%; } }
    .group-strength-11 .group-tree__head:after {
      content: "";
      display: block;
      width: 8px;
      height: 33px;
      background-color: #fce5e8;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .group-strength-11 .group-tree__head:after {
          position: absolute;
          width: 19px;
          height: 4px;
          right: 0;
          top: 50%;
          -webkit-transform: translate(100%, -50%);
                  transform: translate(100%, -50%); } }
  .group-strength-11 .group-tree__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -15px 36px;
    line-height: normal;
    position: relative; }
    @media (max-width: 767px) {
      .group-strength-11 .group-tree__list {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 0 20px; } }
    .group-strength-11 .group-tree__list:before {
      content: "";
      display: block;
      height: 8px;
      background-color: #fce5e8;
      margin: 0 auto;
      position: absolute;
      left: 7%;
      right: 7%; }
      @media (max-width: 767px) {
        .group-strength-11 .group-tree__list:before {
          left: 0;
          right: auto;
          top: 0;
          bottom: 0;
          width: 4px;
          height: 100%; } }
    .group-strength-11 .group-tree__list > li {
      line-height: normal;
      width: 14.2857142857%;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .group-strength-11 .group-tree__list > li {
          width: 100%;
          position: relative;
          padding: 0 0 0 24vw;
          margin: 10px 0; }
          .group-strength-11 .group-tree__list > li:first-child:after {
            content: "";
            width: 4px;
            height: 70px;
            background-color: white;
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translate(0, -100%);
                    transform: translate(0, -100%);
            margin: -2px 0 0; }
          .group-strength-11 .group-tree__list > li:last-child:after {
            content: "";
            width: 4px;
            height: 70px;
            background-color: white;
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
            margin: 2px 0 0; } }
      .group-strength-11 .group-tree__list > li:before {
        content: "";
        display: block;
        width: 8px;
        height: 33px;
        background-color: #fce5e8;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .group-strength-11 .group-tree__list > li:before {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            width: 4.8vw;
            height: 4px; } }
      .group-strength-11 .group-tree__list > li span {
        display: block;
        text-align: center;
        margin: 0 0 10px; }
        .group-strength-11 .group-tree__list > li span img {
          max-width: 100%; }
          @media (max-width: 767px) {
            .group-strength-11 .group-tree__list > li span img {
              width: 16vw; } }
        @media (max-width: 767px) {
          .group-strength-11 .group-tree__list > li span {
            position: absolute;
            left: 4.8vw;
            top: 50%;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%); } }
      .group-strength-11 .group-tree__list > li strong {
        line-height: 1.7142857;
        font-size: 0.875rem;
        text-align: center;
        display: block;
        margin: 0 0 16px; }
        @media (max-width: 767px) {
          .group-strength-11 .group-tree__list > li strong {
            text-align: left;
            margin: 0 0 0;
            font-size: 2.6666666667vw; }
            .group-strength-11 .group-tree__list > li strong br {
              display: none; } }
      .group-strength-11 .group-tree__list > li ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .group-strength-11 .group-tree__list > li ul li {
          font-size: 0.75rem;
          text-indent: -1em;
          padding-left: 1em;
          margin: 0 0 3px;
          line-height: 1.7; }
          @media (max-width: 767px) {
            .group-strength-11 .group-tree__list > li ul li {
              font-size: 2.1333333333vw; } }
          .group-strength-11 .group-tree__list > li ul li:last-child {
            margin-bottom: 0; }
          .group-strength-11 .group-tree__list > li ul li:before {
            content: '・'; }

.group-review {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -16px 48px; }
  @media (max-width: 767px) {
    .group-review {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 -15px 40px; }
      .group-review > *:last-child {
        margin-bottom: 0; } }
  .group-review__item {
    width: 33.33333%;
    padding: 0 16px;
    margin: 0 0 32px; }
    @media (max-width: 767px) {
      .group-review__item {
        width: 100%;
        margin: 0 0 25px;
        padding: 0 15px; } }
    .group-review__item__inner {
      height: 100%;
      border: 1px solid #dddddd;
      overflow: hidden;
      padding: 0 25px; }
      @media (max-width: 767px) {
        .group-review__item__inner {
          padding: 0 25px; } }
    .group-review__item__company {
      background-color: #f0f0f0;
      margin: 0 -25px;
      padding: 20px 25px; }
      @media (max-width: 767px) {
        .group-review__item__company {
          margin: 0 -25px;
          padding: 25px; } }
    .group-review__item__head-1 {
      font-size: 1.1428571429rem; }
    .group-review__item__section {
      font-size: 0.75rem;
      margin: 0; }
    .group-review__item__logo {
      margin: 0 -28px;
      display: inline-block; }
      @media (max-width: 767px) {
        .group-review__item__logo {
          margin: 0 -25px;
          display: block; }
          .group-review__item__logo img {
            display: block;
            margin: 0 auto;
            max-width: 100%; } }
    .group-review__item__image {
      margin: 0 -28px 30px;
      display: block; }
      @media (max-width: 767px) {
        .group-review__item__image {
          margin: 0 -25px 30px;
          padding: 25px 25px 0; } }
      .group-review__item__image img {
        display: block;
        width: 100%; }
        @media (max-width: 767px) {
          .group-review__item__image img {
            margin: 0 auto; } }
    .group-review__item__head-2 {
      margin: 30px 0 20px;
      text-align: center; }
      .group-review__item__head-2 span {
        display: inline-block;
        font-size: 0.875rem;
        background-color: #e6001a;
        color: #fff;
        font-weight: normal;
        vertical-align: top;
        line-height: 32px;
        width: 160px;
        border-radius: 16px;
        position: relative; }
        .group-review__item__head-2 span:before {
          content: "";
          display: inline-block;
          width: 17px;
          height: 16px;
          vertical-align: middle;
          background-image: url("/files/user/images/review/icon-balloon-01.png");
          background-repeat: no-repeat;
          background-position: center 0;
          margin-right: 6px; }
        .group-review__item__head-2 span:after {
          content: "";
          border: 7px solid transparent;
          border-top-color: #e6001a;
          display: block;
          margin: 0;
          position: absolute;
          left: 50%;
          bottom: 0;
          -webkit-transform: translate(-50%, 100%);
                  transform: translate(-50%, 100%); }
        @media (max-width: 767px) {
          .group-review__item__head-2 span:before {
            background-image: url("/files/user/images/review/sp/icon-balloon-01.png");
            width: 12px;
            height: 12px;
            background-size: 100%;
            margin-right: 4px; } }
    .group-review__item__desc {
      min-height: 84px; }
      @media (max-width: 767px) {
        .group-review__item__desc {
          min-height: 0; } }
    .group-review__item__more {
      margin: 0 0 30px; }
      .group-review__item__more a {
        font-size: 1.125rem;
        display: block;
        background-color: #333333;
        line-height: 54px;
        padding: 0 44px 0 44px;
        text-align: center;
        font-weight: bold;
        position: relative;
        color: #fff;
        font-weight: 500; }
        @media (max-width: 767px) {
          .group-review__item__more a {
            font-size: 1.1428571429rem;
            line-height: 45px; } }
        .group-review__item__more a:before {
          content: "";
          display: block;
          background-color: #fff;
          width: 24px;
          height: 24px;
          position: absolute;
          left: 10px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (max-width: 767px) {
            .group-review__item__more a:before {
              width: 16px;
              height: 16px; } }
        .group-review__item__more a:after {
          content: "";
          width: 6px;
          height: 6px;
          border-right: 1px solid #333;
          border-top: 1px solid #333;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0;
          position: absolute;
          left: 17px;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(45deg);
                  transform: translate(0, -50%) rotate(45deg);
          color: #fff; }
          @media (max-width: 767px) {
            .group-review__item__more a:after {
              left: 14px; } }
    .group-review__item__thumb {
      margin: 0 0 12px; }
      @media (max-width: 767px) {
        .group-review__item__thumb {
          padding: 0 7px 0 0; } }
      .group-review__item__thumb img {
        max-width: 100%; }
    .group-review__item__link {
      font-size: 0.75rem;
      line-height: 1.67; }
      @media (max-width: 767px) {
        .group-review__item__link {
          padding: 0 0 0 7px; } }
      .group-review__item__link a {
        padding: 0 0 0 21px;
        color: #e6001a;
        display: inline-block;
        text-indent: -21px; }
        .group-review__item__link a:before {
          content: "";
          display: inline-block;
          width: 12px;
          height: 12px;
          background-image: url("/files/user/images/icon-window.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          vertical-align: middle;
          margin-right: 7px; }
    @media (max-width: 767px) {
      .group-review__item__site {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .group-review__item__site > * {
          width: 50%; }
          .group-review__item__site > * img {
            width: 100%; } }

.group-link-works {
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .group-link-works {
      margin-bottom: 60px; } }
  .group-link-works a {
    border: 4px solid #eee;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .group-link-works a .group-link-works__content {
      -webkit-align-items: left;
          -ms-flex-align: left;
              align-items: left;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      padding: 0 36px; }
      @media (max-width: 767px) {
        .group-link-works a .group-link-works__content {
          padding: 20px; } }
    .group-link-works a .group-link-works__head {
      font-size: 1.75rem;
      font-weight: normal;
      margin: 0 0 6px;
      padding: 0 0 0 40px;
      position: relative; }
      @media (max-width: 767px) {
        .group-link-works a .group-link-works__head {
          font-size: 4.2666666667vw;
          padding: 0 0 0 5.8666666667vw; } }
      .group-link-works a .group-link-works__head:before {
        content: "";
        display: block;
        background-color: #e6001a;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media (max-width: 767px) {
          .group-link-works a .group-link-works__head:before {
            width: 16px;
            height: 16px; } }
      .group-link-works a .group-link-works__head:after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0;
        position: absolute;
        left: 7px;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg);
        color: #fff; }
        @media (max-width: 767px) {
          .group-link-works a .group-link-works__head:after {
            left: 4px; } }
    .group-link-works a .group-link-works__desc {
      line-height: 2;
      margin: 0; }
      @media (max-width: 767px) {
        .group-link-works a .group-link-works__desc {
          font-size: 0.8571428571rem; } }
    .group-link-works a .group-link-works__image {
      width: 100%;
      background-image: url("/files/user/images/review/sp/group-link-works-image.png");
      background-size: cover; }
      @media (max-width: 767px) {
        .group-link-works a .group-link-works__image img {
          width: 100%;
          height: 100%;
          opacity: 0; } }

.group-works {
  max-width: 1376px;
  margin: 0 auto 70px; }
  @media (max-width: 1054px) {
    .group-works {
      width: 100%;
      min-width: 0; } }
  @media (max-width: 767px) {
    .group-works {
      width: auto;
      margin: 0 auto 35px; } }
  .group-works__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -30px -16px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .group-works__item {
    width: 25%;
    padding: 0 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .group-works__item {
        width: 100%;
        margin-top: 25px; }
        .group-works__item:first-child {
          margin-top: 0; } }
    .group-works__item__inner {
      position: relative;
      background-color: #f0f0f0;
      padding: 20px 20px 70px; }
      @media (max-width: 767px) {
        .group-works__item__inner {
          padding: 30px 30px 66px; } }
    .group-works__item__image {
      display: block;
      margin: -10px -10px 24px; }
      @media (max-width: 767px) {
        .group-works__item__image {
          margin: -20px -20px 18px; } }
      .group-works__item__image img {
        width: 100%; }
    .group-works__item__sitename {
      font-size: 1.125rem;
      margin: 0 0 6px;
      font-weight: 500;
      line-height: 1.6; }
      @media (max-width: 767px) {
        .group-works__item__sitename {
          font-size: 1.4285714286rem; } }
    .group-works__item__url {
      margin: 0 0 6px; }
      .group-works__item__url a {
        font-size: 0.75rem;
        padding: 0 0 0 21px;
        color: #e6001a;
        display: inline-block;
        text-indent: -21px; }
        @media (max-width: 767px) {
          .group-works__item__url a {
            font-size: 0.8571428571rem; } }
        .group-works__item__url a:before {
          content: "";
          display: inline-block;
          width: 12px;
          height: 12px;
          background-image: url("/files/user/images/icon-window.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          vertical-align: middle;
          margin-right: 7px; }
    .group-works__item__company {
      font-size: 1rem;
      margin: 0 0 14px; }
      @media (max-width: 767px) {
        .group-works__item__company {
          font-size: 0.8571428571rem; } }
    .group-works__item__desc {
      line-height: 2; }
    .group-works__item__btn {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      margin: 0; }
      @media (max-width: 767px) {
        .group-works__item__btn {
          left: 60px;
          right: 60px; } }
      .group-works__item__btn a {
        font-size: 1.125rem;
        display: block;
        background-color: #333;
        line-height: 54px;
        padding: 0 44px 0 44px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        width: 100%; }
        @media (max-width: 767px) {
          .group-works__item__btn a {
            font-size: 1.1428571429rem;
            line-height: 45px; } }
        .group-works__item__btn a:before {
          content: "";
          display: block;
          background-color: #fff;
          width: 24px;
          height: 24px;
          position: absolute;
          left: 10px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (max-width: 767px) {
            .group-works__item__btn a:before {
              width: 16px;
              height: 16px; } }
        .group-works__item__btn a:after {
          content: "";
          width: 6px;
          height: 6px;
          border-right: 1px solid #333;
          border-top: 1px solid #333;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0;
          position: absolute;
          left: 17px;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(45deg);
                  transform: translate(0, -50%) rotate(45deg);
          color: #fff; }
          @media (max-width: 767px) {
            .group-works__item__btn a:after {
              left: 14px; } }

.group-seminar {
  margin: 0 0 120px; }
  @media (max-width: 767px) {
    .group-seminar {
      padding-top: 25px;
      margin: 0 0 60px; } }
  .group-seminar__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #f0f0f0;
    margin-bottom: 70px; }
    @media (max-width: 767px) {
      .group-seminar__item {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 50px; } }
    .group-seminar__item:last-child {
      margin-bottom: 0; }
    .group-seminar__item__image img {
      width: 100% .group-seminar__item__image img; }
    @media (max-width: 767px) {
      .group-seminar__item__image {
        padding: 25px 25px 0; }
        .group-seminar__item__image img {
          width: 100%; } }
    .group-seminar__item__content {
      padding: 30px 40px; }
      @media (max-width: 767px) {
        .group-seminar__item__content {
          padding: 25px; } }
    .group-seminar__item__status {
      position: absolute;
      left: 0;
      top: -32px;
      font-size: 0.875rem;
      line-height: 32px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 320px; }
      @media (max-width: 767px) {
        .group-seminar__item__status {
          line-height: 25px;
          top: -25px;
          font-size: rme-mobile(12); } }
      .group-seminar__item__status li {
        max-width: 180px;
        text-align: center;
        color: #fff; }
        @media (max-width: 767px) {
          .group-seminar__item__status li {
            max-width: 160px; } }
      .group-seminar__item__status__1 {
        background-color: #e6001a;
        width: 100%; }
      .group-seminar__item__status__2 {
        background-color: #3336ac;
        width: 100%; }
      .group-seminar__item__status__3 {
        background-color: #999999;
        width: 140px; }
        @media (max-width: 767px) {
          .group-seminar__item__status__3 {
            width: 100px; } }
      .group-seminar__item__status__4 {
        background-color: #07a598;
        width: 100%; }
    .group-seminar__item__time {
      margin: 0;
      font-size: 0.9375rem;
      font-weight: bold; }
      @media (max-width: 767px) {
        .group-seminar__item__time {
          font-size: 0.8571428571rem; } }
    .group-seminar__item__head {
      margin: 0;
      font-size: 1.25rem;
      font-weight: bold; }
      @media (max-width: 767px) {
        .group-seminar__item__head {
          font-size: 1.1428571429rem;
          line-height: 1.5;
          margin-bottom: 8px; } }
    .group-seminar__item__desc {
      line-height: 2;
      margin: 0 0 20px; }
    .group-seminar__item__btn {
      margin: 0; }
      .group-seminar__item__btn a {
        font-weight: bold;
        margin: 0 0 6px;
        padding: 0 0 0 35px;
        position: relative; }
        @media (max-width: 767px) {
          .group-seminar__item__btn a {
            padding: 0 0 0 24px; } }
        .group-seminar__item__btn a:before {
          content: "";
          display: block;
          background-color: #e6001a;
          width: 24px;
          height: 24px;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (max-width: 767px) {
            .group-seminar__item__btn a:before {
              width: 16px;
              height: 16px; } }
        .group-seminar__item__btn a:after {
          content: "";
          width: 6px;
          height: 6px;
          border-right: 1px solid #fff;
          border-top: 1px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0;
          position: absolute;
          left: 7px;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(45deg);
                  transform: translate(0, -50%) rotate(45deg);
          color: #fff; }
          @media (max-width: 767px) {
            .group-seminar__item__btn a:after {
              left: 3px; } }

.group-feature__head {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  line-height: normal; }
  @media (max-width: 767px) {
    .group-feature__head {
      font-size: 6.4vw; } }
  .group-feature__head span {
    display: block;
    font-size: 1.25rem;
    line-height: normal; }
    @media (max-width: 767px) {
      .group-feature__head span {
        font-size: 3.2vw;
        margin: 0 0 0.5333333333vw; } }
  .group-feature__head:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #e6001a;
    margin: 20px auto; }
    @media (max-width: 767px) {
      .group-feature__head:after {
        width: 16vw;
        margin: 2.6666666667vw auto 5.3333333333vw; } }

.group-feature-1 {
  background-image: url("/files/user/images/theme_apparel/feature-bg-01.png");
  background-repeat: no-repeat;
  background-position: center 0;
  min-width: 1220px; }
  @media (max-width: 1054px) {
    .group-feature-1 {
      width: auto;
      min-width: 0;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .group-feature-1 {
      min-width: 0;
      margin: 0 -15px;
      background-image: url("/files/user/images/theme_apparel/sp/feature-bg-01.png");
      background-size: 100%; } }
  .group-feature-1__inner {
    height: 660px;
    padding: 53px 0 0;
    position: relative;
    width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .group-feature-1__inner {
        width: auto;
        padding: 10.133333vw 15px;
        height: 149.4666666vw; } }
  .group-feature-1__content {
    position: relative;
    z-index: 2;
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    padding: 70px 0 0;
    min-height: 400px; }
    @media (max-width: 767px) {
      .group-feature-1__content {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        min-height: 0;
        padding: 0 20px 30px;
        text-align: left; } }
    .group-feature-1__content:before {
      background-color: #fff;
      opacity: 0.9;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
  .group-feature-1__lead {
    background-image: url("/files/user/images/theme_apparel/feature-1-image-01.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 2rem;
    line-height: 1.375;
    width: 744px;
    height: 140px;
    margin: 0 auto 24px;
    padding-top: 4px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .group-feature-1__lead {
        background-image: url("/files/user/images/theme_apparel/sp/feature-1-image-01.png");
        background-size: 68.5333333333vw 18.6666666667vw;
        background-position: center 10.6666vw;
        width: 100%;
        padding: 33.066666vw 0 0;
        font-size: 5.3333333333vw;
        text-align: center;
        height: 100%;
        line-height: 1.4;
        margin: 0 0 2.6666666667vw; } }
  .group-feature-1__desc {
    line-height: 2; }
    @media (max-width: 767px) {
      .group-feature-1__desc {
        line-height: 1.714285;
        font-size: 3.7333333333vw; } }

.group-feature-2 {
  min-width: 1220px; }
  @media (max-width: 1054px) {
    .group-feature-2 {
      width: auto;
      min-width: 0;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .group-feature-2 {
      min-width: 0;
      margin: 0 -15px; } }
  .group-feature-2__inner {
    height: 650px;
    padding: 88px 0 0;
    position: relative;
    width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .group-feature-2__inner {
        width: auto;
        height: auto;
        padding: 5.3333333333vw 4vw 0; } }
  .group-feature-2__content {
    z-index: 2;
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    padding: 70px 0 0;
    min-height: 332px;
    background-color: #F0F0F0; }
    @media (max-width: 767px) {
      .group-feature-2__content {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 8vw 0 2.6666666667vw;
        min-height: 0;
        margin: 0 0 10.6666666667vw; } }
  .group-feature-2__lead {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0 auto 30px;
    color: #e6001a;
    font-weight: bold; }
    @media (max-width: 767px) {
      .group-feature-2__lead {
        font-size: 5.3333333333vw;
        line-height: 1.4;
        margin: 0 auto 2.6666666667vw; } }
  .group-feature-2__desc {
    line-height: 2; }
    @media (max-width: 767px) {
      .group-feature-2__desc {
        text-align: left;
        padding: 0 5.3333333333vw;
        font-size: 3.7333333333vw; } }

.group-feature-3 {
  background-image: url("/files/user/images/theme_apparel/feature-bg-02.png");
  background-repeat: no-repeat;
  background-position: center 0;
  min-width: 1220px; }
  @media (max-width: 1054px) {
    .group-feature-3 {
      width: auto;
      min-width: 0;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .group-feature-3 {
      min-width: 0;
      margin: 0 -15px;
      background-image: url("/files/user/images/theme_apparel/sp/feature-bg-02.png");
      background-size: 100%; } }
  .group-feature-3__inner {
    height: 940px;
    padding: 51px 0 0;
    position: relative;
    width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .group-feature-3__inner {
        width: auto;
        height: 149.466666vw;
        padding: 9.3333333333vw 4vw 0; } }
  .group-feature-3__content {
    position: relative;
    z-index: 2;
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    padding: 70px 0 0;
    min-height: 660px; }
    @media (max-width: 767px) {
      .group-feature-3__content {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        min-height: 0;
        padding: 10.6666666667vw 0 4vw; } }
    .group-feature-3__content:before {
      background-color: #fff;
      opacity: 0.9;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
  .group-feature-3__lead {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0 auto 30px;
    color: #e6001a;
    font-weight: bold; }
    @media (max-width: 767px) {
      .group-feature-3__lead {
        font-size: 5.3333333333vw;
        line-height: 1.4;
        margin: 0 auto 2.6666666667vw;
        font-size: 5.3333333333vw; } }
  .group-feature-3__desc {
    line-height: 2; }
    @media (max-width: 767px) {
      .group-feature-3__desc {
        text-align: left;
        padding: 0 5.3333333333vw;
        line-height: 1.71428;
        font-size: 3.7333333333vw; } }
  .group-feature-3__image {
    display: block;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .group-feature-3__image img {
        width: 100%; } }

@media (max-width: 1054px) {
  .group-feature-4 {
    width: auto;
    min-width: 0;
    margin-left: -15px;
    margin-right: -15px; } }

.group-feature-4__inner {
  height: 817px;
  padding: 73px 0 0;
  position: relative;
  width: 1024px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .group-feature-4__inner {
      width: auto;
      height: auto;
      padding: 10.6666666667vw 0 0; } }

.group-feature-4__content {
  text-align: center;
  padding: 48px 0 0; }
  @media (max-width: 767px) {
    .group-feature-4__content {
      padding: 0; } }

.group-feature-4__lead {
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0 auto 37px;
  color: #e6001a;
  font-weight: bold; }
  @media (max-width: 767px) {
    .group-feature-4__lead {
      font-size: 5.3333333333vw;
      line-height: 1.4;
      margin: 0 auto 5.3333333333vw; } }

.group-feature-4__desc {
  line-height: 2; }
  @media (max-width: 767px) {
    .group-feature-4__desc {
      font-size: 3.7333333333vw; } }

.group-feature-4__head {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  min-height: 64px;
  padding: 10px 0 0;
  margin: 0 0 40px; }
  @media (max-width: 767px) {
    .group-feature-4__head {
      margin: 0 0 5.3333333333vw; } }
  .group-feature-4__head:before {
    content: "";
    border: 60px solid transparent;
    border-bottom: 0 none;
    border-top: 64px solid #eaeaea;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.group-feature-4__logo {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  margin: 0 0 48px;
  padding: 0; }
  @media (max-width: 767px) {
    .group-feature-4__logo {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: -2.1333333333vw -1.0666666667vw 9.3333333333vw; } }
  .group-feature-4__logo li {
    margin: 0 4px; }
    @media (max-width: 767px) {
      .group-feature-4__logo li {
        width: 25%;
        padding: 0 1.0666666667vw;
        margin: 2.1333333333vw 0 0; } }
    .group-feature-4__logo li img {
      border: 1px solid #d9d9d9; }
      @media (max-width: 767px) {
        .group-feature-4__logo li img {
          width: 100%; } }

.group-feature-4__benefit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #ddd; }
  @media (max-width: 767px) {
    .group-feature-4__benefit {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-top: 1px;
      margin: 0 0 10.6666666667vw; } }
  .group-feature-4__benefit li {
    width: 100%;
    line-height: 2;
    font-weight: bold;
    border: 1px solid #dddddd;
    border-left: 0 none;
    padding: 70px 0 0;
    position: relative;
    min-height: 160px; }
    @media (max-width: 767px) {
      .group-feature-4__benefit li {
        width: 33.3333333%;
        min-height: 26.6666666667vw;
        line-height: 1.6666666;
        margin-top: -1px;
        padding: 15.4666666667vw 0 0;
        min-height: 29.3333333333vw;
        font-size: 3.2vw; } }
    .group-feature-4__benefit li:before {
      content: "";
      display: block;
      background-repeat: no-repeat;
      background-position: 0 0;
      position: absolute;
      top: 24px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      @media (max-width: 767px) {
        .group-feature-4__benefit li:before {
          top: 4.2666666667vw; } }
  .group-feature-4__benefit__1:before {
    width: 32px;
    height: 25px;
    background-image: url("/files/user/images/theme_apparel/feature-4-icon-01.png");
    margin: 4px 0 0; }
  .group-feature-4__benefit__2:before {
    width: 21px;
    height: 32px;
    background-image: url("/files/user/images/theme_apparel/feature-4-icon-02.png"); }
  .group-feature-4__benefit__3:before {
    width: 32px;
    height: 32px;
    background-image: url("/files/user/images/theme_apparel/feature-4-icon-03.png"); }
  .group-feature-4__benefit__4:before {
    width: 28px;
    height: 32px;
    background-image: url("/files/user/images/theme_apparel/feature-4-icon-04.png"); }
  .group-feature-4__benefit__5:before {
    width: 32px;
    height: 29px;
    background-image: url("/files/user/images/theme_apparel/feature-4-icon-05.png");
    margin: 2px 0 0; }

.group-feature-5 {
  background-image: url("/files/user/images/theme_apparel/feature-bg-03.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #f0f0f0;
  min-width: 1220px; }
  @media (max-width: 1054px) {
    .group-feature-5 {
      width: auto;
      min-width: 0;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .group-feature-5 {
      min-width: 0;
      background-image: url("/files/user/images/theme_apparel/sp/feature-bg-03.png");
      background-size: 100%;
      margin: 0 -15px; } }
  .group-feature-5__inner__1 {
    height: 636px;
    padding: 51px 0 0;
    position: relative;
    width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .group-feature-5__inner__1 {
        width: auto;
        height: 122vw;
        padding: 9.6vw 15px 0; } }
  .group-feature-5__content {
    position: relative;
    z-index: 2;
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    padding: 70px 0 0;
    min-height: 332px; }
    @media (max-width: 767px) {
      .group-feature-5__content {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 8vw 5.3333333333vw 5.3333333333vw;
        min-height: 0; } }
    .group-feature-5__content:before {
      background-color: #fff;
      opacity: 0.9;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
  .group-feature-5__lead {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0 auto 30px;
    color: #e6001a;
    font-weight: bold; }
    @media (max-width: 767px) {
      .group-feature-5__lead {
        font-size: 4.2666666667vw;
        line-height: 1.4;
        margin: 0 0 5.3333333333vw; } }
  .group-feature-5__desc {
    line-height: 2; }
    @media (max-width: 767px) {
      .group-feature-5__desc {
        line-height: 1.71428;
        text-align: left;
        font-size: 3.7333333333vw; } }
  .group-feature-5__inner__2 {
    width: 1024px;
    margin: 0 auto;
    padding: 80px 0; }
    @media (max-width: 767px) {
      .group-feature-5__inner__2 {
        width: auto;
        padding: 10.6666666667vw 0; } }
  .group-feature-5__point {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -24px -20px 0; }
    @media (max-width: 767px) {
      .group-feature-5__point {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 40px;
        margin: -6.4vw 0 0; } }
    .group-feature-5__point__item {
      width: 50%;
      padding: 24px 20px 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .group-feature-5__point__item {
          width: 100%;
          padding: 6.4vw 0 0; } }
      .group-feature-5__point__item__inner {
        background-color: #fff; }
      .group-feature-5__point__item__head {
        color: #fff;
        font-size: 1.25rem;
        font-weight: normal;
        line-height: 80px;
        text-align: center;
        position: relative;
        margin: 0; }
        @media (max-width: 767px) {
          .group-feature-5__point__item__head {
            font-size: 3.2vw;
            line-height: 13.3333333333vw; } }
        .group-feature-5__point__item__head:after {
          content: "";
          border: 12px solid transparent;
          border-top-width: 13px;
          border-bottom-width: 0;
          vertical-align: middle;
          display: block;
          margin: 0;
          position: absolute;
          left: 50%;
          bottom: 1px;
          -webkit-transform: translate(-50%, 100%);
                  transform: translate(-50%, 100%); }
          @media (max-width: 767px) {
            .group-feature-5__point__item__head:after {
              border-width: 8px;
              border-width-top: 9px; } }
      .group-feature-5__point__item__text-1 {
        font-size: 1.25rem;
        text-align: center;
        margin: 0; }
        @media (max-width: 767px) {
          .group-feature-5__point__item__text-1 {
            font-size: 3.2vw; } }
        .group-feature-5__point__item__text-1 strong {
          line-height: 64px;
          font-weight: normal; }
          @media (max-width: 767px) {
            .group-feature-5__point__item__text-1 strong {
              line-height: 10.1333333333vw; } }
      .group-feature-5__point__item__text-2 {
        font-size: 1.25rem;
        font-weight: bold;
        margin: 0 0 20px; }
        @media (max-width: 767px) {
          .group-feature-5__point__item__text-2 {
            font-size: 3.2vw;
            margin: 0 0 3.2vw; } }
      .group-feature-5__point__item__content {
        padding: 24px 30px 30px; }
        @media (max-width: 767px) {
          .group-feature-5__point__item__content {
            padding: 3.7333333333vw 4.8vw 4.8vw; } }
      .group-feature-5__point__item__list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 0;
        margin: -1px 0 0 -1px; }
        .group-feature-5__point__item__list li {
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding: 1px 0 0 1px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex: 1 0 auto;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          max-width: 100%; }
          .group-feature-5__point__item__list li span {
            background-color: #f0f0f0;
            display: inline-block;
            width: 100%;
            font-weight: 500;
            padding: 8px 20px;
            line-height: normal; }
            @media (max-width: 767px) {
              .group-feature-5__point__item__list li span {
                font-size: 2.6666666667vw;
                padding: 1.6vw 3.2vw; } }
      .group-feature-5__point__item--1 .group-feature-5__point__item__head {
        background-color: #0077e5; }
        .group-feature-5__point__item--1 .group-feature-5__point__item__head:after {
          border-top-color: #0077e5; }
      .group-feature-5__point__item--1 .group-feature-5__point__item__text-1 {
        background-color: #e4f0fb;
        color: #0077e5; }
      .group-feature-5__point__item--2 .group-feature-5__point__item__head {
        background-color: #38a445; }
        .group-feature-5__point__item--2 .group-feature-5__point__item__head:after {
          border-top-color: #38a445; }
      .group-feature-5__point__item--2 .group-feature-5__point__item__text-1 {
        background-color: #eaf5eb;
        color: #38a445; }
      .group-feature-5__point__item--3 .group-feature-5__point__item__head {
        background-color: #c200e5; }
        .group-feature-5__point__item--3 .group-feature-5__point__item__head:after {
          border-top-color: #c200e5; }
      .group-feature-5__point__item--3 .group-feature-5__point__item__text-1 {
        background-color: #f8e4fb;
        color: #c200e5; }
      .group-feature-5__point__item--4 .group-feature-5__point__item__head {
        background-color: #e5006c; }
        .group-feature-5__point__item--4 .group-feature-5__point__item__head:after {
          border-top-color: #e5006c; }
      .group-feature-5__point__item--4 .group-feature-5__point__item__text-1 {
        background-color: #fbe4ef;
        color: #e5006c; }

.group-feature-6 {
  background-image: url("/files/user/images/theme_apparel/feature-bg-04.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #f0f0f0;
  min-width: 1220px; }
  @media (max-width: 1054px) {
    .group-feature-6 {
      width: auto;
      min-width: 0;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .group-feature-6 {
      min-width: 0;
      background-image: url("/files/user/images/theme_apparel/sp/feature-bg-04.png");
      margin: 0 -15px;
      background-size: 100%;
      overflow: hidden; } }
  .group-feature-6__inner__1 {
    height: 480px;
    padding: 51px 0 0;
    position: relative;
    width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .group-feature-6__inner__1 {
        width: auto;
        height: 125.8666666vw;
        padding: 10.6666666667vw 4vw 0; } }
  .group-feature-6__content {
    position: relative;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    padding: 0 40px 0 280px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 240px; }
    @media (max-width: 767px) {
      .group-feature-6__content {
        padding: 28.5333333333vw 6.4vw 8vw;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        min-height: 0; } }
    .group-feature-6__content__image {
      position: absolute;
      left: 0;
      top: 0; }
      .group-feature-6__content__image img {
        width: 100%; }
    .group-feature-6__content__head {
      margin: 0 0 10px;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        .group-feature-6__content__head {
          font-size: 4.2666666667vw;
          margin: 8vw 0 1.6vw; } }
    .group-feature-6__content__desc {
      margin: 0;
      line-height: 2; }
      @media (max-width: 767px) {
        .group-feature-6__content__desc {
          line-height: 1.714285;
          font-size: 3.7333333333vw; } }
    .group-feature-6__content:before {
      background-color: #fff;
      opacity: 0.9;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
  .group-feature-6__desc {
    line-height: 2; }
  .group-feature-6__inner__2 {
    width: 1024px;
    margin: 0 auto;
    padding: 80px 0; }
    @media (max-width: 767px) {
      .group-feature-6__inner__2 {
        width: auto;
        padding: 10.6666666667vw 0; } }
  .group-feature-6__point-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px 40px;
    list-style: none;
    padding: 0; }
    @media (max-width: 767px) {
      .group-feature-6__point-1 {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 0 10.6666666667vw; } }
    .group-feature-6__point-1 li {
      padding: 0 12px;
      width: 524px; }
      @media (max-width: 767px) {
        .group-feature-6__point-1 li {
          width: auto;
          padding: 0 10.6666666667vw; } }
      .group-feature-6__point-1 li:nth-child(1) {
        position: relative; }
        @media (max-width: 767px) {
          .group-feature-6__point-1 li:nth-child(1) {
            margin: 0 0 4vw; } }
        .group-feature-6__point-1 li:nth-child(1):after {
          content: "";
          display: block;
          width: 64px;
          height: 64px;
          background-image: url("/files/user/images/theme_apparel/feature-6-image-04.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          position: absolute;
          top: 50%;
          left: 100%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          @media (max-width: 767px) {
            .group-feature-6__point-1 li:nth-child(1):after {
              top: auto;
              bottom: -1.8666666667vw;
              left: 50%;
              -webkit-transform: translate(-50%, 50%);
                      transform: translate(-50%, 50%);
              width: 10.1333333333vw;
              height: 10.1333333333vw;
              background-size: 100%; } }
      .group-feature-6__point-1 li:nth-child(2) .group-feature-6__point-1__item__image {
        display: block;
        position: relative;
        left: 30px; }
        @media (max-width: 767px) {
          .group-feature-6__point-1 li:nth-child(2) .group-feature-6__point-1__item__image {
            left: auto;
            margin-right: -8vw; } }
    .group-feature-6__point-1__item {
      background-color: #fff;
      height: 100%;
      text-align: center;
      padding: 40px 0 30px; }
      @media (max-width: 767px) {
        .group-feature-6__point-1__item {
          padding: 5.3333333333vw 0; } }
      .group-feature-6__point-1__item__head {
        font-size: 2rem;
        color: #e5001b;
        line-height: 1.25;
        display: block;
        margin: 0 0 8px; }
        @media (max-width: 767px) {
          .group-feature-6__point-1__item__head {
            font-size: 5.3333333333vw; } }
      .group-feature-6__point-1__item__desc {
        display: block;
        margin: 0 0 20px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .group-feature-6__point-1__item__desc {
            margin: 0 0 4.2666666667vw;
            font-size: 3.2vw; } }
      @media (max-width: 767px) {
        .group-feature-6__point-1__item__image {
          display: block;
          padding: 0 10.6666666667vw; } }
      .group-feature-6__point-1__item__image img {
        width: 100%; }
  .group-feature-6__point-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .group-feature-6__point-2 {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0 -2.1333333333vw;
        padding: 0 2.1333333333vw; } }
    .group-feature-6__point-2 li {
      width: 186px;
      height: 160px;
      padding: 0 13px; }
      @media (max-width: 767px) {
        .group-feature-6__point-2 li {
          width: 33.33333%;
          padding: 0 2.1333333333vw;
          height: auto; } }
      .group-feature-6__point-2 li span {
        line-height: 1.555;
        font-weight: bold;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        background-color: #fff;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 4px solid #eeeeee;
        border-radius: 50%;
        text-align: center; }
        @media (max-width: 767px) {
          .group-feature-6__point-2 li span {
            font-size: 2.6666666667vw;
            height: 28.8vw; } }

@media (max-width: 1054px) {
  .group-feature-7 {
    width: auto;
    min-width: 0;
    margin-left: -15px;
    margin-right: -15px; } }

.group-feature-7__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 70px 0 80px; }
  @media (max-width: 767px) {
    .group-feature-7__inner {
      width: auto;
      padding: 8vw 0; } }

.group-feature-7__head {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    .group-feature-7__head {
      font-size: 5.3333333333vw;
      margin: 0 0 3.2vw; } }

.group-feature-7__benefit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  border-left: 1px solid #ddd; }
  @media (max-width: 767px) {
    .group-feature-7__benefit {
      margin: 0 0 2.6666666667vw; } }
  .group-feature-7__benefit li {
    width: 100%;
    line-height: 2;
    font-weight: bold;
    border: 1px solid #dddddd;
    border-left: 0 none;
    padding: 90px 0 0;
    position: relative;
    min-height: 160px;
    text-align: center; }
    @media (max-width: 767px) {
      .group-feature-7__benefit li {
        width: 33.3333333%;
        line-height: 1.6666666;
        margin-top: -1px;
        padding: 15.4666666667vw 0 0;
        min-height: 26.6666666667vw;
        font-size: 3.2vw; } }
    .group-feature-7__benefit li:before {
      content: "";
      display: block;
      background-repeat: no-repeat;
      background-position: 0 0;
      position: absolute;
      top: 43px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      @media (max-width: 767px) {
        .group-feature-7__benefit li:before {
          top: 4.2666666667vw; } }
  .group-feature-7__benefit__1:before {
    width: 26px;
    height: 32px;
    background-image: url("/files/user/images/theme_apparel/feature-7-icon-01.png"); }
  .group-feature-7__benefit__2:before {
    width: 30px;
    height: 31px;
    background-image: url("/files/user/images/theme_apparel/feature-7-icon-02.png");
    margin: 1px 0 0; }
  .group-feature-7__benefit__3:before {
    width: 32px;
    height: 28px;
    background-image: url("/files/user/images/theme_apparel/feature-7-icon-03.png");
    margin: 2px 0 0; }

.group-feature-8 {
  background-image: url("/files/user/images/theme_apparel/feature-bg-05.png");
  background-repeat: no-repeat;
  background-position: center 0;
  min-width: 1220px; }
  @media (max-width: 1054px) {
    .group-feature-8 {
      width: auto;
      min-width: 0;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .group-feature-8 {
      min-width: 0;
      background-image: url("/files/user/images/theme_apparel/sp/feature-bg-05.png");
      background-size: 100%;
      margin: 0 -15px;
      overflow: hidden; } }
  .group-feature-8__inner {
    width: 1024px;
    margin: 0 auto;
    height: 424px;
    padding: 60px 0 0; }
    @media (max-width: 767px) {
      .group-feature-8__inner {
        width: auto;
        height: 90.13333333vw;
        padding: 11.4666666667vw 15px 0; } }
  .group-feature-8__head {
    font-size: 2rem;
    color: #fff;
    margin: 0 0 25px;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 767px) {
      .group-feature-8__head {
        font-size: 6.4vw;
        margin: 0 0 5.3333333333vw; } }
  .group-feature-8__content {
    background-color: #fff;
    padding: 32px 0 40px;
    text-align: center; }
    @media (max-width: 767px) {
      .group-feature-8__content {
        padding: 6.4vw 5.8666666667vw 5.8666666667vw; } }
  .group-feature-8__lead {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 16px; }
    @media (max-width: 767px) {
      .group-feature-8__lead {
        font-size: 3.7333333333vw;
        margin: 0 0 2.6666666667vw; } }
  .group-feature-8__btn {
    margin: 0; }
    .group-feature-8__btn a {
      margin: 0 auto;
      font-size: 1.375rem;
      display: block;
      background-color: #e5001b;
      line-height: 80px;
      width: 480px;
      padding: 0 20px 0 44px;
      text-align: center;
      font-weight: 500;
      color: #fff;
      position: relative; }
      @media (max-width: 767px) {
        .group-feature-8__btn a {
          width: 100%;
          font-size: 3.4666666667vw;
          line-height: 16vw; } }
      .group-feature-8__btn a:before {
        content: "";
        display: block;
        background-color: #fff;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 16px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .group-feature-8__btn a:after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #e5001b;
        border-top: 1px solid #e5001b;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0;
        position: absolute;
        left: 23px;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg);
        color: #fff; }

.group-contact {
  background-image: url("/files/user/images/group-contact-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  height: 424px;
  padding: 64px 0 0; }
  @media (max-width: 1054px) {
    .group-contact {
      margin: 0 -15px 0; } }
  @media (max-width: 767px) {
    .group-contact {
      margin: 0 -15px;
      height: auto;
      padding: 13.3333333333vw 15px 10.6666666667vw;
      background-image: url("/files/user/images/sp/group-contact-bg.png");
      background-size: cover; } }
  .group-contact__inner {
    width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .group-contact__inner {
        width: auto; } }
  .group-contact__head {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .group-contact__head {
        font-size: 6.4vw; } }
  .group-contact__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px; }
    @media (max-width: 767px) {
      .group-contact__content {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto; } }
    .group-contact__content__head {
      font-size: 1.125rem;
      margin: 0;
      text-align: center; }
      @media (max-width: 767px) {
        .group-contact__content__head {
          font-size: 3.7333333333vw; } }
    .group-contact__content__1 {
      width: 100%;
      padding-right: 1px; }
      @media (max-width: 767px) {
        .group-contact__content__1 {
          padding-right: 0;
          padding-bottom: 1px; } }
    .group-contact__content__2 {
      width: 100%;
      padding-left: 1px; }
      @media (max-width: 767px) {
        .group-contact__content__2 {
          padding-left: 0; } }
    .group-contact__content__1, .group-contact__content__2 {
      height: 100%; }
      @media (max-width: 767px) {
        .group-contact__content__1, .group-contact__content__2 {
          height: auto; } }
      .group-contact__content__1__inner, .group-contact__content__2__inner {
        background-color: #FFF;
        height: 100%;
        padding: 34px 0 0; }
        @media (max-width: 767px) {
          .group-contact__content__1__inner, .group-contact__content__2__inner {
            padding: 6.6666666667vw 0 0; } }
    .group-contact__content__tel {
      font-size: 3.375rem;
      font-weight: bold;
      color: #e5001b;
      text-align: center;
      line-height: normal;
      margin: 0 0 6px; }
      .group-contact__content__tel:before {
        content: "";
        display: inline-block;
        width: 28px;
        height: 39px;
        background-image: url("/files/user/images/icon-tel-03.png");
        background-repeat: no-repeat;
        background-position: center 0;
        vertical-align: middle;
        margin-right: 11px; }
      @media (max-width: 767px) {
        .group-contact__content__tel {
          font-size: 2.5714285714rem; }
          .group-contact__content__tel:before {
            background-image: url("/files/user/images/sp/icon-tel-03.png");
            width: 5.6vw;
            height: 7.7333333333vw;
            background-size: 100%;
            margin-right: 2.1333333333vw; } }
    .group-contact__content__time {
      font-size: 0.875rem;
      text-align: center;
      line-height: normal; }
      @media (max-width: 767px) {
        .group-contact__content__time {
          font-size: 3.2vw; } }
    @media (max-width: 767px) {
      .group-contact__content__btn {
        padding: 0 25px;
        margin-bottom: 15px; } }
    .group-contact__content__btn a {
      margin: 16px auto 0;
      font-size: 1.375rem;
      display: block;
      background-color: #e5001b;
      line-height: 80px;
      width: 400px;
      padding: 0 20px 0 44px;
      text-align: center;
      font-weight: 500;
      color: #fff;
      position: relative; }
      @media (max-width: 767px) {
        .group-contact__content__btn a {
          width: 100%;
          line-height: 60px;
          font-size: 1.1428571429rem; } }
      .group-contact__content__btn a:before {
        content: "";
        display: block;
        background-color: #fff;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 16px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media (max-width: 767px) {
          .group-contact__content__btn a:before {
            width: 18px;
            height: 18px;
            left: 12px; } }
      .group-contact__content__btn a:after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #e5001b;
        border-top: 1px solid #e5001b;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0;
        position: absolute;
        left: 23px;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg);
        color: #fff; }
        @media (max-width: 767px) {
          .group-contact__content__btn a:after {
            left: 17px; } }

.group-strong-point {
  overflow: hidden; }
  @media (max-width: 1054px) {
    .group-strong-point {
      margin: 0 -15px; } }
  .group-strong-point__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1px; }
    @media (max-width: 767px) {
      .group-strong-point__inner {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .group-strong-point__item {
    width: 100%;
    padding: 0 1px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .group-strong-point__item {
        margin-top: 20px; }
        .group-strong-point__item:first-child {
          margin-top: 0; } }
    .group-strong-point__item__head {
      font-size: 1.25rem;
      text-align: center;
      color: #fff;
      font-weight: normal;
      line-height: 1.666666;
      position: relative;
      padding: 34px 0 50px;
      letter-spacing: 0.1em;
      margin: 0 -50px 70px; }
      @media (max-width: 767px) {
        .group-strong-point__item__head {
          font-size: 1.2857142857rem;
          padding: 20px 0 30px;
          margin: 0 -30px 50px; } }
      .group-strong-point__item__head > span {
        font-size: 0.875rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 72px;
        height: 72px;
        border: 2px solid #ccc;
        border-radius: 50%;
        background-color: #fff;
        line-height: 1;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 767px) {
          .group-strong-point__item__head > span {
            width: 52px;
            height: 52px;
            font-size: 0.7142857143rem; } }
        .group-strong-point__item__head > span > span {
          font-size: 1.25rem;
          display: block;
          line-height: 1;
          margin-top: 2px; }
          @media (max-width: 767px) {
            .group-strong-point__item__head > span > span {
              font-size: 1rem; } }
    .group-strong-point__item__list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .group-strong-point__item__list li {
        text-align: justify;
        padding: 0 0 0 20px;
        position: relative;
        line-height: 2; }
        .group-strong-point__item__list li:before {
          content: "";
          display: block;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          position: absolute;
          top: 0.75em;
          left: 0; }
    .group-strong-point__item__inner {
      background-color: #f0f0f0;
      padding: 0 50px 40px; }
      @media (max-width: 767px) {
        .group-strong-point__item__inner {
          padding: 0 25px 20px; } }
    .group-strong-point__item--1 .group-strong-point__item__head {
      background-color: #e27990; }
      .group-strong-point__item--1 .group-strong-point__item__head > span {
        border: 2px solid #e27990;
        color: #e27990; }
    .group-strong-point__item--1 .group-strong-point__item__list li:before {
      background-color: #e27990; }
    .group-strong-point__item--2 .group-strong-point__item__head {
      background-color: #b35db4; }
      .group-strong-point__item--2 .group-strong-point__item__head > span {
        border: 2px solid #b35db4;
        color: #b35db4; }
    .group-strong-point__item--2 .group-strong-point__item__list li:before {
      background-color: #b35db4; }
    .group-strong-point__item--3 .group-strong-point__item__head {
      background-color: #5baaa7; }
      .group-strong-point__item--3 .group-strong-point__item__head > span {
        border: 2px solid #5baaa7;
        color: #5baaa7; }
    .group-strong-point__item--3 .group-strong-point__item__list li:before {
      background-color: #5baaa7; }

.group-compare {
  padding: 100px 0 0;
  margin: 0 0 70px; }
  @media (max-width: 767px) {
    .group-compare {
      padding: 22.6666666667vw 0 0; } }
  .group-compare__inner {
    width: 1024px;
    margin: 0 auto;
    border: 3px dashed #333333;
    border-radius: 10px;
    position: relative;
    padding: 104px 37px 44px; }
    @media (max-width: 767px) {
      .group-compare__inner {
        width: auto;
        border: 2px dashed #333;
        padding: 16vw 20px 20px; } }
  .group-compare__head {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    font-size: 2.5rem;
    white-space: nowrap;
    padding: 0 40px;
    margin: 0; }
    @media (max-width: 767px) {
      .group-compare__head {
        font-size: 5.3333333333vw;
        padding: 0 6.6666666667vw;
        text-align: center; } }
  .group-compare__image {
    display: block;
    text-align: center;
    margin: 0 0 48px; }
    @media (max-width: 767px) {
      .group-compare__image {
        margin: 0 0 8vw; } }
  .group-compare__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px; }
    @media (max-width: 767px) {
      .group-compare__content {
        margin: 0 -11px; } }
    .group-compare__content__item {
      width: 100%;
      padding: 0 20px; }
      @media (max-width: 767px) {
        .group-compare__content__item {
          width: 50%;
          padding: 0 11px; } }
      .group-compare__content__item__head {
        text-align: center;
        font-size: 1.5rem;
        color: #fff;
        line-height: 80px;
        border-radius: 10px 10px 0 0;
        margin: 0 0 24px; }
        @media (max-width: 767px) {
          .group-compare__content__item__head {
            font-size: 3.7333333333vw;
            line-height: 1.428571428571;
            padding: 2.6666666667vw 0;
            margin: 0 0 4vw; } }
      .group-compare__content__item__inner {
        border-radius: 10px;
        height: 100%;
        padding-bottom: 40px; }
        @media (max-width: 767px) {
          .group-compare__content__item__inner {
            padding-bottom: 5.3333333333vw; } }
      .group-compare__content__item__list {
        list-style: none;
        padding: 0;
        margin: 0; }
        @media (max-width: 767px) {
          .group-compare__content__item__list {
            font-size: 0.8571428571rem; } }
        .group-compare__content__item__list li {
          position: relative;
          padding: 0 40px 0 70px;
          font-weight: 500;
          line-height: 2; }
          @media (max-width: 767px) {
            .group-compare__content__item__list li {
              padding: 0 5.3333333333vw 0 8vw; } }
          .group-compare__content__item__list li > span {
            position: absolute;
            left: 40px;
            top: 0; }
            @media (max-width: 767px) {
              .group-compare__content__item__list li > span {
                left: 3.2vw; } }
      .group-compare__content__item--1 .group-compare__content__item__inner {
        background-color: #f7fbff;
        background-image: url("/files/user/images/company/group-compare-image-02.png");
        background-repeat: no-repeat;
        background-position: center bottom 82px; }
        @media (max-width: 767px) {
          .group-compare__content__item--1 .group-compare__content__item__inner {
            background-image: url("/files/user/images/company/sp/group-compare-image-02.png");
            background-size: 25.3333333333vw auto;
            background-position: center center; } }
        .group-compare__content__item--1 .group-compare__content__item__inner .group-compare__content__item__head {
          background-color: #1171d0; }
        .group-compare__content__item--1 .group-compare__content__item__inner strong {
          color: #1171d0; }
      .group-compare__content__item--2 .group-compare__content__item__inner {
        background-color: #fff6f7;
        background-image: url("/files/user/images/company/group-compare-image-03.png");
        background-repeat: no-repeat;
        background-position: center bottom 56px; }
        @media (max-width: 767px) {
          .group-compare__content__item--2 .group-compare__content__item__inner {
            background-image: url("/files/user/images/company/sp/group-compare-image-03.png");
            background-size: 32vw auto;
            background-position: center center; } }
        .group-compare__content__item--2 .group-compare__content__item__inner .group-compare__content__item__head {
          background-color: #e6001a; }
        .group-compare__content__item--2 .group-compare__content__item__inner strong {
          color: #e6001a; }

.group-company-feature {
  overflow: hidden; }
  .group-company-feature__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -40px; }
    @media (max-width: 767px) {
      .group-company-feature__inner {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .group-company-feature__item {
    padding: 0 40px;
    width: 100%; }
    @media (max-width: 767px) {
      .group-company-feature__item {
        margin-bottom: 9.3333333333vw; }
        .group-company-feature__item > *:last-child {
          margin-bottom: 0; } }
    .group-company-feature__item__head {
      position: relative;
      margin-bottom: 26px; }
      @media (max-width: 767px) {
        .group-company-feature__item__head {
          margin-bottom: 4vw; } }
      .group-company-feature__item__head__1 {
        font-size: 1rem;
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #000;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #000;
        width: 72px;
        height: 72px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-weight: 500; }
        @media (max-width: 767px) {
          .group-company-feature__item__head__1 {
            font-size: 3.4666666667vw;
            width: 16vw;
            height: 16vw;
            top: 0;
            left: 17.3333333333vw; } }
      .group-company-feature__item__head__2 {
        font-size: 1.25rem;
        background-color: #000;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        width: 240px;
        height: 240px;
        margin: 0 auto;
        border-radius: 50%;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-weight: 500;
        text-align: center;
        line-height: 1.6; }
        @media (max-width: 767px) {
          .group-company-feature__item__head__2 {
            font-size: 4.3333333333vw;
            width: 52vw;
            height: 52vw; } }
    .group-company-feature__item__desc {
      line-height: 2; }
    .group-company-feature__item--1 .group-company-feature__item__head__1 {
      border: 2px solid #0077e5;
      color: #0077e5; }
    .group-company-feature__item--1 .group-company-feature__item__head__2 {
      background-color: #0077e5; }
    .group-company-feature__item--2 .group-company-feature__item__head__1 {
      border: 2px solid #38a445;
      color: #38a445; }
    .group-company-feature__item--2 .group-company-feature__item__head__2 {
      background-color: #38a445; }
    .group-company-feature__item--3 .group-company-feature__item__head__1 {
      border: 2px solid #e59c00;
      color: #e59c00; }
    .group-company-feature__item--3 .group-company-feature__item__head__2 {
      background-color: #e59c00; }
  .group-company-feature__btn {
    margin: 0 0 120px; }
    @media (max-width: 767px) {
      .group-company-feature__btn {
        padding: 0 5.3333333333vw;
        margin: 0 0 21.3333333333vw; } }
    .group-company-feature__btn a {
      font-size: 1.125rem;
      display: block;
      background-color: #333;
      line-height: 54px;
      padding: 0 44px 0 44px;
      text-align: center;
      font-weight: bold;
      color: #fff;
      width: 100%;
      position: relative;
      width: 520px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .group-company-feature__btn a {
          font-size: 4.2666666667vw;
          line-height: 1.5;
          width: 100%;
          text-align: left;
          padding: 2.6666666667vw 12.8vw;
          vertical-align: middle; } }
      .group-company-feature__btn a:before {
        content: "";
        display: block;
        background-color: #fff;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 16px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media (max-width: 767px) {
          .group-company-feature__btn a:before {
            width: 16px;
            height: 16px; } }
      .group-company-feature__btn a:after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #333;
        border-top: 1px solid #333;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0;
        position: absolute;
        left: 23px;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg);
        color: #fff; }
        @media (max-width: 767px) {
          .group-company-feature__btn a:after {
            left: 19px; } }

.group-company__link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media (max-width: 767px) {
    .group-company__link {
      margin: 15px 0;
      width: 100%; } }
  .group-company__link li {
    padding-left: 30px; }
    @media (max-width: 767px) {
      .group-company__link li {
        padding: 0;
        margin-right: 14px; } }
  .group-company__link--1 a:before {
    content: "";
    display: inline-block;
    background-image: url("/files/user/images/company/icon-print.png");
    background-repeat: no-repeat;
    background-posiiton: center 0;
    width: 15px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 8px 0 0; }
    @media (max-width: 767px) {
      .group-company__link--1 a:before {
        background-image: url("/files/user/images/company/sp/icon-print.png");
        width: 11px;
        height: 12px;
        background-size: 100%;
        margin: 0 6px 0 0; } }
  .group-company__link--2 a:before {
    content: "";
    display: inline-block;
    background-image: url("/files/user/images/company/icon-map.png");
    background-repeat: no-repeat;
    background-position: center 0;
    width: 12px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 8px 0 0; }
    @media (max-width: 767px) {
      .group-company__link--2 a:before {
        background-image: url("/files/user/images/company/icon-map.png");
        width: 9px;
        height: 12px;
        background-size: 100%;
        margin: 0 6px 0 0; } }

.group-company__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .group-company__list li {
    padding-left: 1rem; }
    .group-company__list li:before {
      content: "・";
      display: inline-block;
      vertical-align: middle;
      text-indent: -1rem; }

.head-1 {
  text-align: center;
  font-size: 2.5rem;
  margin: 100px 0 20px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .head-1 {
      font-size: 7.2vw;
      margin: 50px 0 20px; } }

.head-company {
  background-image: url("/files/user/images/company/head-company-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 0 80px; }
  @media (max-width: 1054px) {
    .head-company {
      margin: 0 -15px 80px; } }
  @media (max-width: 767px) {
    .head-company {
      margin: 0 -15px 10.6666666667vw;
      background-image: url("/files/user/images/company/sp/head-company-bg.png");
      background-size: cover; } }
  .head-company__inner {
    width: 1024px;
    margin: 0 auto;
    height: 280px;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .head-company__inner {
        width: auto;
        height: auto;
        padding: 8vw 15px; } }
  .head-company__main {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .head-company__main {
        font-size: 7.4666666667vw;
        margin-top: 0;
        margin-bottom: 3vw; } }
  .head-company__lead {
    font-weight: bold;
    line-height: 2; }
    @media (max-width: 767px) {
      .head-company__lead {
        font-size: 3.7333333333vw; } }

.head-review {
  background-image: url("/files/user/images/review/head-review-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 0 80px; }
  @media (max-width: 1054px) {
    .head-review {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .head-review {
      margin: 0 -15px 40px;
      background-image: url("/files/user/images/review/sp/head-review-bg.png");
      background-size: cover; } }
  .head-review__inner {
    width: 1024px;
    margin: 0 auto;
    height: 280px;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .head-review__inner {
        width: auto;
        height: auto;
        padding: 8vw 15px; } }
  .head-review__main {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .head-review__main {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 3vw; } }
  .head-review__lead {
    font-weight: bold;
    line-height: 2; }
    @media (max-width: 767px) {
      .head-review__lead {
        font-size: 0.875rem; } }

.head-works {
  background-image: url("/files/user/images/works/head-works-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 0 80px; }
  @media (max-width: 1054px) {
    .head-works {
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    .head-works {
      margin: 0 -15px 60vw;
      background-image: url("/files/user/images/works/sp/head-works-bg.png");
      background-size: cover;
      position: relative; } }
  .head-works__inner {
    width: 1024px;
    margin: 0 auto;
    height: 540px;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .head-works__inner {
        width: auto;
        height: auto;
        padding: 8vw 15px; } }
  .head-works__main {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .head-works__main {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 3vw; } }
  .head-works__lead {
    font-weight: bold;
    line-height: 2; }
    @media (max-width: 767px) {
      .head-works__lead {
        font-size: 1rem; } }
  .head-works__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: -1px 0 0 -1px;
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 767px) {
      .head-works__links {
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transform: translate(0, 100%);
                transform: translate(0, 100%);
        width: 100%; } }
    .head-works__links li {
      width: 20%;
      padding: 1px 0 0 1px; }
      @media (max-width: 767px) {
        .head-works__links li {
          width: 33.333333%; } }
      .head-works__links li a {
        position: relative;
        z-index: 2;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.555555;
        min-height: 108px; }
        @media (max-width: 767px) {
          .head-works__links li a {
            font-size: 3.2vw;
            min-height: 17.0666666667vw; } }
        .head-works__links li a:before {
          content: "";
          display: block;
          background-color: #fff;
          opacity: 0.5;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: -1; }
          @media (max-width: 767px) {
            .head-works__links li a:before {
              opacity: 1;
              background-color: #f0f0f0; } }
        .head-works__links li a:after {
          content: "";
          width: 7px;
          height: 7px;
          border-right: 1px solid #333;
          border-bottom: 1px solid #333;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0 0;
          position: absolute;
          bottom: 16px;
          left: 50%;
          -webkit-transform: translate(-50%, 0) rotate(45deg);
                  transform: translate(-50%, 0) rotate(45deg); }
          @media (max-width: 767px) {
            .head-works__links li a:after {
              width: 5px;
              height: 5px;
              bottom: 8px; } }
        .head-works__links li a:hover, .head-works__links li a:active, .head-works__links li a:focus {
          text-decoration: none; }
          .head-works__links li a:hover:before, .head-works__links li a:active:before, .head-works__links li a:focus:before {
            opacity: 0.8; }

.head-seminar {
  background-image: url("/files/user/images/seminar/head-seminar-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 0 80px; }
  @media (max-width: 1024px) {
    .head-seminar {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 767px) {
    .head-seminar {
      margin: 0 -15px 40px;
      background-image: url("/files/user/images/seminar/sp/head-seminar-bg.png");
      background-size: cover; } }
  .head-seminar__inner {
    width: 1024px;
    margin: 0 auto;
    height: 280px;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .head-seminar__inner {
        width: auto;
        height: auto;
        padding: 8vw 15px; } }
  .head-seminar__main {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .head-seminar__main {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 3vw; } }
  .head-seminar__lead {
    font-weight: bold;
    line-height: 2; }
    @media (max-width: 767px) {
      .head-seminar__lead {
        font-size: 1rem; } }

.head-strength {
  background-image: url("/files/user/images/strength/head-strength-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 0 0; }
  @media (max-width: 1024px) {
    .head-strength {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 767px) {
    .head-strength {
      margin: 0 -15px 0;
      background-image: url("/files/user/images/strength/sp/head-strength-bg.png");
      background-size: cover; } }
  .head-strength__inner {
    width: 1024px;
    margin: 0 auto;
    height: 280px;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .head-strength__inner {
        width: auto;
        height: auto;
        padding: 8vw 15px; } }
  .head-strength__main {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .head-strength__main {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 3vw; } }
  .head-strength__lead {
    font-weight: bold;
    line-height: 2; }
    @media (max-width: 767px) {
      .head-strength__lead {
        font-size: 1rem; } }

.head-service {
  background-image: url("/files/user/images/service/head-service-bg.png");
  background-repeat: no-repeat;
  background-position: center 0; }
  @media (max-width: 1024px) {
    .head-service {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (max-width: 767px) {
    .head-service {
      margin: 0 -15px;
      background-image: url("/files/user/images/service/sp/head-strength-bg.png");
      background-size: cover; } }
  .head-service__inner {
    width: 1024px;
    margin: 0 auto;
    height: 280px;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .head-service__inner {
        width: auto;
        height: auto;
        padding: 8vw 15px; } }
  .head-service__main {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .head-service__main {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 3vw; } }
  .head-service__lead {
    font-weight: bold;
    line-height: 2; }
    @media (max-width: 767px) {
      .head-service__lead {
        font-size: 1rem; } }

.head-feature {
  background-image: url("/files/user/images/theme_apparel/head-feature-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0;
  min-width: 1220px; }
  @media (max-width: 1054px) {
    .head-feature {
      width: auto;
      min-width: 0;
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    .head-feature {
      margin: 0 -15px;
      background-image: url("/files/user/images/theme_apparel/sp/head-feature-bg.png");
      background-size: 100%;
      height: 121.6vw;
      min-width: 0; } }
  .head-feature__inner {
    width: 1220px;
    margin: 0 auto;
    height: 540px;
    text-align: center;
    overflow: hidden;
    position: relative; }
    @media (max-width: 1054px) {
      .head-feature__inner {
        width: 100%;
        min-width: 0; } }
    @media (max-width: 767px) {
      .head-feature__inner {
        width: auto;
        height: 121.6vw; } }
  .head-feature__main {
    font-size: 3.25rem;
    font-weight: 500;
    margin: 60px 0 0;
    color: #fff; }
    @media (max-width: 767px) {
      .head-feature__main {
        font-size: 7.4666666667vw;
        margin: 13.3333333vw 0 12.8vw;
        margin: 13.3333333333vw 0 12.8vw; } }
    .head-feature__main span {
      width: 120px;
      display: inline-block; }
      @media (max-width: 767px) {
        .head-feature__main span {
          width: 32vw; } }
    .head-feature__main__1 {
      text-align: right;
      letter-spacing: 5px; }
    .head-feature__main__2 {
      text-align: left;
      letter-spacing: 15px; }
    .head-feature__main small {
      font-size: 3.25rem;
      font-weight: normal;
      display: inline-block;
      text-align: center;
      margin: 0 20px 0 20px;
      font-family: "Noto Sans Japanese";
      font-weight: 200; }
      @media (max-width: 767px) {
        .head-feature__main small {
          font-size: 7.4666666667vw;
          margin: 0 10px; } }
  .head-feature__contents {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .head-feature__content {
    position: absolute;
    bottom: 50px;
    width: 480px;
    background-color: rgba(255, 255, 255, 0.9);
    height: 278px;
    padding: 46px 30px 0; }
    @media (max-width: 767px) {
      .head-feature__content {
        width: 100%;
        position: relative;
        bottom: auto;
        height: auto;
        padding: 7.4666666667vw 15px 4vw; } }
    .head-feature__content:before {
      content: "";
      display: block;
      width: 80px;
      height: 80px;
      background-repeat: no-repeat;
      background-position: 0 0;
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .head-feature__content:before {
          width: 13.3333333333vw;
          height: 13.3333333333vw;
          background-size: 100%; } }
    .head-feature__content__head {
      font-size: 2rem;
      margin: 0 0 6px;
      position: relative; }
      @media (max-width: 767px) {
        .head-feature__content__head {
          font-size: 5.3333333333vw; } }
      .head-feature__content__head:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 50%;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        margin-right: 60px; }
        @media (max-width: 767px) {
          .head-feature__content__head:before {
            margin-right: 8vw;
            height: 1px; } }
      .head-feature__content__head:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        right: 0;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        margin-left: 60px; }
        @media (max-width: 767px) {
          .head-feature__content__head:after {
            margin-left: 8vw;
            height: 1px; } }
    .head-feature__content__desc {
      margin: -6px 0 6px;
      font-size: 1.25rem; }
      @media (max-width: 767px) {
        .head-feature__content__desc {
          font-size: 3.2vw;
          margin: -1.6vw 0 1.6vw; } }
    .head-feature__content__list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 -6px;
      padding: 0;
      margin: 0;
      list-style: none; }
      @media (max-width: 767px) {
        .head-feature__content__list {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin: 0 -1.6vw; } }
      .head-feature__content__list li {
        padding: 0 6px;
        width: 50%;
        margin-bottom: 11px; }
        @media (max-width: 767px) {
          .head-feature__content__list li {
            width: 100%;
            margin-bottom: 1.3333333333vw; } }
        .head-feature__content__list li span {
          display: block;
          line-height: 46px;
          border: 1px solid #ccc;
          font-weight: 500; }
          @media (max-width: 767px) {
            .head-feature__content__list li span {
              font-size: 2.6666666667vw;
              line-height: 7.4666666667vw; } }
  .head-feature__content--1 {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    left: 50%;
    margin-left: -130px;
    color: #0077e5; }
    @media (max-width: 1054px) {
      .head-feature__content--1 {
        -webkit-transform: translate(-100%, 0);
                transform: translate(-100%, 0);
        margin-left: -25px; } }
    @media (max-width: 767px) {
      .head-feature__content--1 {
        margin-left: 0;
        -webkit-transform: none;
                transform: none;
        left: auto;
        margin: 0 8px 0 15px; } }
    .head-feature__content--1:before {
      background-image: url("/files/user/images/theme_apparel/head-feature-image-01.png"); }
    .head-feature__content--1 .head-feature__content__head span {
      letter-spacing: 10px;
      padding-left: 10px; }
    .head-feature__content--1 .head-feature__content__head:before, .head-feature__content--1 .head-feature__content__head:after {
      background-color: #0077e5; }
    .head-feature__content--1 .head-feature__content__list li span {
      border-color: #0077e5; }
  .head-feature__content--2 {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    right: 50%;
    margin-right: -130px;
    color: #e6001a; }
    @media (max-width: 1054px) {
      .head-feature__content--2 {
        -webkit-transform: translate(100%, 0);
                transform: translate(100%, 0);
        margin-right: -25px; } }
    @media (max-width: 767px) {
      .head-feature__content--2 {
        margin-right: 0;
        -webkit-transform: none;
                transform: none;
        right: auto;
        margin: 0 15px 0 8px; } }
    .head-feature__content--2:before {
      background-image: url("/files/user/images/theme_apparel/head-feature-image-02.png"); }
    .head-feature__content--2 .head-feature__content__head span {
      letter-spacing: 5px;
      padding-left: 5px; }
    .head-feature__content--2 .head-feature__content__head:before, .head-feature__content--2 .head-feature__content__head:after {
      background-color: #e6001a; }
    .head-feature__content--2 .head-feature__content__list li span {
      border-color: #e6001a; }

.head-feature-2 {
  font-size: 3.25rem;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .head-feature-2 {
      font-size: 7.2vw;
      padding: 10.6666666667vw 0 3.7333333333vw; } }

.nav-contents {
  background-color: #f0f0f0;
  overflow: hidden; }
  @media (max-width: 1054px) {
    .nav-contents {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .nav-contents {
      margin: 0 -15px 0; } }
  .nav-contents ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -1px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .nav-contents ul li {
      width: 100%;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      font-size: 1.125rem;
      font-weight: bold;
      text-align: center; }
      @media (max-width: 767px) {
        .nav-contents ul li {
          font-size: 3.2vw; } }
      .nav-contents ul li a {
        display: block;
        position: relative;
        min-height: 108px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 30px 16px;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 767px) {
          .nav-contents ul li a {
            line-height: normal;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 100%;
            padding: 14px 3.7333333333vw;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        .nav-contents ul li a:before {
          content: "";
          width: 7px;
          height: 7px;
          border-right: 1px solid #333;
          border-bottom: 1px solid #333;
          display: block;
          vertical-align: middle;
          margin: 0 0 0 0;
          position: absolute;
          bottom: 16px;
          left: 50%;
          -webkit-transform: rotate(45deg) translate(-50%, 0);
                  transform: rotate(45deg) translate(-50%, 0); }
          @media (max-width: 767px) {
            .nav-contents ul li a:before {
              width: 1.0666666667vw;
              height: 1.0666666667vw;
              bottom: 1.6vw; } }

.list-checkmark {
  list-style: none;
  padding: 0; }
  .list-checkmark li {
    text-indent: -40px;
    padding: 0 0 0 40px;
    line-height: 2;
    font-size: 1.125rem; }
    @media (max-width: 767px) {
      .list-checkmark li {
        font-size: 3.7333333333vw;
        padding: 0 0 0 24px;
        text-indent: -24px; } }
    .list-checkmark li:before {
      content: "";
      display: inline-block;
      width: 24px;
      height: 20px;
      background-image: url("/files/user/images/icon-checkmark.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      vertical-align: baseline;
      position: relative;
      top: 3px;
      margin: 0 16px 0 0; }
      @media (max-width: 767px) {
        .list-checkmark li:before {
          width: 17px;
          height: 14px;
          background-size: contain;
          margin: 0 7px 0 0; } }

.table-1 {
  width: 100%;
  border-top: 1px solid #d3d1d0; }
  .table-1 th,
  .table-1 td {
    border-bottom: 1px solid #d3d1d0;
    padding: 30px 0;
    line-height: 2.5; }
    @media (max-width: 767px) {
      .table-1 th,
      .table-1 td {
        line-height: 2; } }
  .table-1 th {
    white-space: nowrap;
    padding-right: 60px;
    vertical-align: baseline; }
  @media (max-width: 767px) {
    .table-1 {
      display: block;
      border-top: 0 none;
      border-top: 1px solid #d3d1d0; }
      .table-1 thead,
      .table-1 tbody,
      .table-1 tfoot,
      .table-1 tr,
      .table-1 th,
      .table-1 td {
        display: block; }
      .table-1 th,
      .table-1 td {
        border-bottom: 0 none;
        padding: 0; }
      .table-1 tr {
        padding: 14px 0;
        border-bottom: 1px solid #d3d1d0; } }

.table-2 {
  width: 100%;
  font-size: 0.875rem;
  border-collapse: collapse; }
  @media (max-width: 767px) {
    .table-2 {
      width: 740px;
      margin: 0 0 12px; } }
  .table-2 th,
  .table-2 td {
    border: 2px solid #dddddd;
    padding: 20px; }
    @media (max-width: 767px) {
      .table-2 th,
      .table-2 td {
        padding: 12px; } }
  .table-2 th {
    vertical-align: middle;
    font-weight: normal; }
    .table-2 th.table-2__none {
      border: 0 none;
      background-color: transparent; }
    .table-2 th.table-2__head {
      font-weight: bold;
      text-align: center;
      color: #fff;
      border: 0 none;
      font-size: 1rem; }
      @media (max-width: 767px) {
        .table-2 th.table-2__head {
          font-size: 1.1428571429rem; } }
      .table-2 th.table-2__head--1 {
        background-color: #ec6a6a; }
      .table-2 th.table-2__head--2 {
        background-color: #ecaf2c; }
      .table-2 th.table-2__head--3 {
        background-color: #00a7e5; }
  .table-2 td {
    vertical-align: top; }

.flow-text-1 {
  text-align: center;
  position: relative;
  z-index: 2; }
  .flow-text-1 strong {
    font-size: 3.5rem;
    color: #e5001b;
    line-height: 126px; }
    @media (max-width: 767px) {
      .flow-text-1 strong {
        font-size: 1.5714285714rem;
        line-height: 63px; } }
  .flow-text-1:before {
    content: "";
    border: 140px solid transparent;
    border-bottom: 0 none;
    border-top: 126px solid #fce5e8;
    vertical-align: middle;
    display: inline-block;
    margin: 10px 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .flow-text-1:before {
        border: 70px solid transparent;
        border-bottom: 0 none;
        border-top: 63px solid #fce5e8; } }

.flow-text-2 {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  margin: 0 0 4rem; }
  @media (max-width: 767px) {
    .flow-text-2 {
      font-size: 3.2vw;
      margin: 0 0 16vw; } }
  .flow-text-2 strong {
    font-size: 2.5rem; }
    @media (max-width: 767px) {
      .flow-text-2 strong {
        font-size: 6.4vw;
        line-height: 1.333333333; } }
  .flow-text-2:before {
    content: "";
    border: 180px solid transparent;
    border-bottom: 0 none;
    border-top: 160px solid #f0f0f0;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .flow-text-2:before {
        border-top-width: 33.8666666667vw;
        border-width: 33.8666666667vw; } }

.flow-text-3 {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0; }
  .flow-text-3 strong {
    font-size: 2.5rem;
    color: #e5001b; }
    @media (max-width: 767px) {
      .flow-text-3 strong {
        font-size: 6.4vw; } }
  .flow-text-3:before {
    content: "";
    border: 44px solid transparent;
    border-bottom: 0 none;
    border-top: 40px solid #fce5e8;
    vertical-align: middle;
    display: inline-block;
    margin: 10px 0 0;
    display: block;
    width: 88px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .flow-text-3:before {
        border: 22px solid transparent;
        border-bottom: 0 none;
        border-top: 20px solid #fce5e8;
        width: 44px;
        margin: 0 auto 6px; } }

.top-group-1 {
  background-image: url("/files/user/images/top/top-group-1-image-01.png");
  background-repeat: no-repeat;
  background-position: center 0;
  height: 776px;
  padding: 38px 0 0 0;
  margin: 0 0 20px; }
  @media (max-width: 1054px) {
    .top-group-1 {
      margin: 0 -15px 20px; } }
  @media (max-width: 767px) {
    .top-group-1 {
      background-image: url("/files/user/images/top/sp/top-group-1-image-01.png");
      margin: 0 -15px 35px;
      background-size: auto 100%;
      min-height: 233.8666666666vw;
      padding: 5.333333333vw 0 0 0; } }
  .top-group-1__text-1 {
    font-size: 2rem;
    text-align: center;
    line-height: normal;
    color: #333;
    text-shadow: white 0 0 100px;
    font-weight: bold;
    margin: 0 0 24px; }
    @media (max-width: 767px) {
      .top-group-1__text-1 {
        font-size: 4.8vw;
        margin: 0 0 5.333333333vw; } }
    .top-group-1__text-1 strong {
      font-size: 3.875rem;
      display: block;
      line-height: 1;
      margin: 10px 0 0 0; }
      @media (max-width: 767px) {
        .top-group-1__text-1 strong {
          font-size: 8.5333333333vw; } }
  .top-group-1__text-2 {
    font-size: 2rem;
    text-align: center;
    line-height: normal;
    color: #333;
    text-shadow: white 0 0 100px;
    font-weight: 500;
    margin: 0 0 30px; }
    .top-group-1__text-2 strong {
      font-size: 3.875rem;
      display: block;
      line-height: 1;
      margin: 10px 0 0 0; }
  .top-group-1__list-1 {
    width: 1024px;
    margin: 0 auto 36px; }
    @media (max-width: 767px) {
      .top-group-1__list-1 {
        width: 100%;
        margin: 0 auto 6.666666666vw;
        position: relative; }
        .top-group-1__list-1:after {
          content: "";
          border-top: 3.4666666666vw solid #154882;
          border-left: 6.9333333333vw solid transparent;
          border-right: 6.9333333333vw solid transparent;
          position: absolute;
          left: 50%;
          bottom: -1px;
          -webkit-transform: translate(-50%, 100%);
                  transform: translate(-50%, 100%); } }
    .top-group-1__list-1 ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      list-style: none;
      margin: -1px 0 0 -1px;
      padding: 0; }
      @media (max-width: 767px) {
        .top-group-1__list-1 ul {
          padding: 0 35px; } }
      .top-group-1__list-1 ul li {
        width: 20%;
        padding: 1px 0 0 1px;
        z-index: 2; }
        @media (max-width: 767px) {
          .top-group-1__list-1 ul li {
            width: 50%; } }
        .top-group-1__list-1 ul li a {
          position: relative;
          color: #fff;
          display: block;
          font-size: 1.125rem;
          text-align: center;
          text-decoration: none;
          min-height: 108px;
          line-height: 1.33333;
          overflow: hidden; }
          @media (max-width: 767px) {
            .top-group-1__list-1 ul li a {
              min-height: 21.333333333vw;
              font-size: 3.4666666666vw; } }
          .top-group-1__list-1 ul li a:before {
            content: "";
            display: block;
            background-repeat: no-repeat;
            background-position: 0 0;
            margin: 0 auto; }
          .top-group-1__list-1 ul li a:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background-color: #154882;
            z-index: -1;
            opacity: 0.4; }
          .top-group-1__list-1 ul li a:hover:after, .top-group-1__list-1 ul li a:active:after, .top-group-1__list-1 ul li a:focus:after {
            opacity: 0.6; }
        .top-group-1__list-1 ul li.top-group-1__list-1__1 a:before {
          width: 32px;
          height: 32px;
          background-image: url("/files/user/images/top/top-group-1-image-02.png");
          margin-top: 24px;
          margin-bottom: 9px; }
          @media (max-width: 767px) {
            .top-group-1__list-1 ul li.top-group-1__list-1__1 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-02.png");
              width: 6.4vw;
              height: 6.4vw;
              background-size: 100%;
              margin-top: 4.8vw;
              margin-bottom: 1.86666666666vw; } }
        .top-group-1__list-1 ul li.top-group-1__list-1__2 a:before {
          width: 32px;
          height: 32px;
          background-image: url("/files/user/images/top/top-group-1-image-03.png");
          margin-top: 24px;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .top-group-1__list-1 ul li.top-group-1__list-1__2 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-03.png");
              width: 6.4vw;
              height: 6.4vw;
              background-size: 100%;
              margin-top: 4.8vw;
              margin-bottom: 2.1333333333vw; } }
        .top-group-1__list-1 ul li.top-group-1__list-1__3 a:before {
          width: 32px;
          height: 32px;
          background-image: url("/files/user/images/top/top-group-1-image-04.png");
          margin-top: 24px;
          margin-bottom: 9px; }
          @media (max-width: 767px) {
            .top-group-1__list-1 ul li.top-group-1__list-1__3 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-04.png");
              width: 6.4vw;
              height: 6.4vw;
              background-size: 100%;
              margin-top: 4.8vw;
              margin-bottom: 2.1333333333vw; } }
        .top-group-1__list-1 ul li.top-group-1__list-1__4 a:before {
          width: 32px;
          height: 32px;
          background-image: url("/files/user/images/top/top-group-1-image-05.png");
          margin-top: 24px;
          margin-bottom: 9px; }
          @media (max-width: 767px) {
            .top-group-1__list-1 ul li.top-group-1__list-1__4 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-05.png");
              width: 6.4vw;
              height: 6.4vw;
              background-size: 100%;
              margin-top: 4.8vw;
              margin-bottom: 2.4vw; } }
        .top-group-1__list-1 ul li.top-group-1__list-1__5 a:before {
          width: 70px;
          height: 32px;
          background-image: url("/files/user/images/top/top-group-1-image-06.png");
          margin-top: 24px;
          margin-bottom: 9px; }
          @media (max-width: 767px) {
            .top-group-1__list-1 ul li.top-group-1__list-1__5 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-06.png");
              width: 10.4vw;
              height: 6.4vw;
              background-size: 100%;
              margin-top: 4.8vw;
              margin-bottom: 2.1333333333vw; } }
        .top-group-1__list-1 ul li.top-group-1__list-1__6 a:before {
          width: 30px;
          height: 32px;
          background-image: url("/files/user/images/top/top-group-1-image-07.png");
          margin-top: 16px;
          margin-bottom: 6px; }
          @media (max-width: 767px) {
            .top-group-1__list-1 ul li.top-group-1__list-1__6 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-07.png");
              width: 22px;
              height: 24px;
              background-size: 100%;
              margin-top: 12px;
              margin-bottom: 5px; } }
        .top-group-1__list-1 ul li.top-group-1__list-1__7 a:before {
          width: 60px;
          height: 32px;
          background-image: url("/files/user/images/top/top-group-1-image-08.png");
          margin-top: 16px;
          margin-bottom: 17px; }
          @media (max-width: 767px) {
            .top-group-1__list-1 ul li.top-group-1__list-1__7 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-08.png");
              width: 10.4vw;
              height: 6.4vw;
              background-size: 100%;
              margin-top: 3.2vw;
              margin-bottom: 3.7333333333vw; } }
        .top-group-1__list-1 ul li.top-group-1__list-1__8 a:before {
          width: 32px;
          height: 32px;
          background-image: url("/files/user/images/top/top-group-1-image-09.png");
          margin-top: 16px;
          margin-bottom: 17px; }
          @media (max-width: 767px) {
            .top-group-1__list-1 ul li.top-group-1__list-1__8 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-09.png");
              width: 5.1vw;
              height: 6.4vw;
              background-size: 100%;
              margin-top: 3.2vw;
              margin-bottom: 3.7333333333vw; } }
        .top-group-1__list-1 ul li.top-group-1__list-1__9 a:before {
          width: 33px;
          height: 33px;
          background-image: url("/files/user/images/top/top-group-1-image-10.png");
          margin-top: 16px;
          margin-bottom: 4px; }
          @media (max-width: 767px) {
            .top-group-1__list-1 ul li.top-group-1__list-1__9 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-10.png");
              width: 6.6666666666vw;
              height: 6.6666666666vw;
              background-size: 100%;
              margin-top: 3.2vw;
              margin-bottom: 1.6vw; } }
        .top-group-1__list-1 ul li.top-group-1__list-1__10 a:before {
          width: 24px;
          height: 32px;
          background-image: url("/files/user/images/top/top-group-1-image-11.png");
          margin-top: 16px;
          margin-bottom: 5px; }
          @media (max-width: 767px) {
            .top-group-1__list-1 ul li.top-group-1__list-1__10 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-11.png");
              width: 4.8vw;
              height: 6.4vw;
              background-size: 100%;
              margin-top: 3.2vw;
              margin-bottom: 1.6vw; } }
  .top-group-1__list-2 {
    position: relative;
    max-width: 1320px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .top-group-1__list-2 {
        max-width: none; } }
    .top-group-1__list-2__head {
      background-color: #154882;
      color: #fff;
      font-size: 0.875rem;
      text-align: center;
      font-weight: 500;
      letter-spacing: 2px;
      width: 270px;
      position: absolute;
      bottom: -41px;
      line-height: 40px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      margin: 0; }
      @media (max-width: 767px) {
        .top-group-1__list-2__head {
          font-size: 2.8vw;
          line-height: 8vw;
          bottom: -1px;
          -webkit-transform: translate(-50%, 100%);
                  transform: translate(-50%, 100%);
          width: 58.4vw; } }
    .top-group-1__list-2 ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 0 -1px;
      list-style: none;
      padding: 0; }
      @media (max-width: 767px) {
        .top-group-1__list-2 ul {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          padding: 0 15px;
          margin: -1px 0 0 -1px; } }
      .top-group-1__list-2 ul li {
        width: 100%;
        padding: 0 0 0 1px;
        position: relative; }
        .top-group-1__list-2 ul li:after {
          content: "";
          width: 6px;
          height: 6px;
          border-right: 1px solid #343434;
          border-bottom: 1px solid #343434;
          -webkit-transform: rotate(45deg) translate(-50%, 0);
                  transform: rotate(45deg) translate(-50%, 0);
          position: absolute;
          bottom: 16px;
          left: 50%;
          z-index: 2; }
          @media (max-width: 767px) {
            .top-group-1__list-2 ul li:after {
              bottom: 1.3333333333vw; } }
        @media (max-width: 767px) {
          .top-group-1__list-2 ul li {
            width: 50%;
            padding: 1px 0 0 1px; } }
        .top-group-1__list-2 ul li a {
          display: block;
          position: relative;
          z-index: 2;
          font-size: 1.25rem;
          line-height: 1.4;
          font-weight: bold;
          text-align: center;
          padding: 68px 24px 0;
          letter-spacing: 2px;
          min-height: 160px; }
          @media (max-width: 767px) {
            .top-group-1__list-2 ul li a {
              font-size: 3.2vw;
              padding: 9.0666666666vw 0 0;
              min-height: 22.1333333333vw; } }
          .top-group-1__list-2 ul li a:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #fff;
            opacity: 0.8;
            z-index: -1; }
          .top-group-1__list-2 ul li a span {
            font-size: 0.875rem;
            display: block;
            position: absolute;
            left: 24px;
            top: 20px;
            font-weight: 500;
            letter-spacing: 1px; }
            @media (max-width: 767px) {
              .top-group-1__list-2 ul li a span {
                font-size: 2.6666666666vw;
                top: 3.2vw; } }
          .top-group-1__list-2 ul li a:before {
            content: "";
            display: block;
            background-repeat: no-repeat;
            background-position: 0 0;
            margin: 0 auto;
            position: absolute;
            top: 24px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0); }
            @media (max-width: 767px) {
              .top-group-1__list-2 ul li a:before {
                top: 3.2vw; } }
        .top-group-1__list-2 ul li.top-group-1__list-2__1 a:before {
          width: 32px;
          height: 33px;
          background-image: url("/files/user/images/top/top-group-1-image-12.png"); }
          @media (max-width: 767px) {
            .top-group-1__list-2 ul li.top-group-1__list-2__1 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-12.png");
              width: 4.2666666666vw;
              height: 4.5333333333vw;
              background-size: 100%; } }
        .top-group-1__list-2 ul li.top-group-1__list-2__2 a:before {
          margin-top: 3px;
          width: 48px;
          height: 26px;
          background-image: url("/files/user/images/top/top-group-1-image-13.png"); }
          @media (max-width: 767px) {
            .top-group-1__list-2 ul li.top-group-1__list-2__2 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-13.png");
              width: 6.4vw;
              height: 3.4666666666vw;
              background-size: 100%; } }
        .top-group-1__list-2 ul li.top-group-1__list-2__3 a:before {
          margin-top: 3px;
          width: 32px;
          height: 25px;
          background-image: url("/files/user/images/top/top-group-1-image-14.png"); }
          @media (max-width: 767px) {
            .top-group-1__list-2 ul li.top-group-1__list-2__3 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-14.png");
              width: 4.2666666666vw;
              height: 3.4666666666vw;
              background-size: 100%; } }
        .top-group-1__list-2 ul li.top-group-1__list-2__4 a:before {
          width: 32px;
          height: 32px;
          background-image: url("/files/user/images/top/top-group-1-image-15.png"); }
          @media (max-width: 767px) {
            .top-group-1__list-2 ul li.top-group-1__list-2__4 a:before {
              background-image: url("/files/user/images/top/sp/top-group-1-image-15.png");
              width: 4.2666666666vw;
              height: 4.2666666666vw;
              background-size: 100%; } }

.top-group-2 {
  text-align: center;
  overflow: hidden;
  margin: 0 0 80px; }
  @media (max-width: 1054px) {
    .top-group-2 {
      margin: 0 -15px 80px; } }
  @media (max-width: 767px) {
    .top-group-2 {
      overflow: visible;
      margin: 0 0 35px; } }
  .top-group-2__head {
    font-size: 3.25rem;
    margin: 0; }
    @media (max-width: 767px) {
      .top-group-2__head {
        font-size: 9.6vw;
        line-height: 1.1;
        margin-bottom: 5.3333333333vw; } }
    .top-group-2__head span {
      font-size: 2.5rem; }
      @media (max-width: 767px) {
        .top-group-2__head span {
          font-size: 7.4666666667vw; } }
  .top-group-2__desc {
    font-weight: bold;
    margin: 0 0 54px; }
    @media (max-width: 767px) {
      .top-group-2__desc {
        font-size: 3.7333333333vw;
        margin: 0 0 9.3333333333vw;
        text-align: left; } }
  .top-group-2 ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1480px;
    margin: 0 auto;
    list-style: none;
    padding: 0; }
    @media (max-width: 767px) {
      .top-group-2 ul {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 -15px; } }
    .top-group-2 ul li {
      width: 100%;
      background-repeat: no-repeat;
      background-position: 0 0;
      height: 400px;
      width: 296px;
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        .top-group-2 ul li {
          width: 100%;
          height: 24vw; } }
      .top-group-2 ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.7;
        z-index: -1; }
        @media (max-width: 767px) {
          .top-group-2 ul li:before {
            right: 52vw; } }
      .top-group-2 ul li a {
        font-size: 1rem;
        line-height: 38px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        display: inline-block;
        width: 140px;
        color: #fff;
        position: relative; }
        @media (max-width: 767px) {
          .top-group-2 ul li a {
            line-height: 8vw;
            width: 28vw;
            position: absolute;
            top: 50%;
            right: 12vw;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            font-size: 3.2vw; } }
        .top-group-2 ul li a:before {
          content: "";
          width: 6px;
          height: 6px;
          border-right: 1px solid #fff;
          border-top: 1px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 50%;
          left: 6px;
          vertical-align: middle;
          margin: -2px 0 0; }
          @media (max-width: 767px) {
            .top-group-2 ul li a:before {
              width: 1.333333333vw;
              height: 1.333333333vw; } }
      .top-group-2 ul li > span {
        font-size: 1.625rem;
        display: block;
        color: #fff;
        line-height: 1.2; }
        @media (max-width: 767px) {
          .top-group-2 ul li > span {
            font-size: 5.3333333333vw; } }
        .top-group-2 ul li > span span {
          font-family: "Noto Sans Japanese";
          font-weight: 200;
          font-size: 1.2857142857rem; }
      .top-group-2 ul li.top-group-2__list__1 {
        background-image: url("/files/user/images/top/top-group-2__image-01.png");
        background-repeat: no-repeat;
        background-position: center 0; }
        @media (max-width: 767px) {
          .top-group-2 ul li.top-group-2__list__1 {
            background-image: url("/files/user/images/top/sp/top-group-2__image-01.png");
            background-size: cover; } }
        .top-group-2 ul li.top-group-2__list__1:before {
          background-color: #0077e5; }
        .top-group-2 ul li.top-group-2__list__1 .top-group-2__list__1__title {
          margin: 130px 0 58px; }
          @media (max-width: 767px) {
            .top-group-2 ul li.top-group-2__list__1 .top-group-2__list__1__title {
              margin: 0;
              position: absolute;
              top: 50%;
              left: 9.6vw;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%); } }
      .top-group-2 ul li.top-group-2__list__2 {
        background-image: url("/files/user/images/top/top-group-2__image-02.png");
        margin-top: 20px;
        background-repeat: no-repeat;
        background-position: center 0; }
        @media (max-width: 767px) {
          .top-group-2 ul li.top-group-2__list__2 {
            background-image: url("/files/user/images/top/sp/top-group-2__image-02.png");
            background-size: cover;
            margin-top: 0; } }
        .top-group-2 ul li.top-group-2__list__2:before {
          background-color: #39a345; }
        .top-group-2 ul li.top-group-2__list__2 .top-group-2__list__2__title {
          margin: 120px 0 36px; }
          @media (max-width: 767px) {
            .top-group-2 ul li.top-group-2__list__2 .top-group-2__list__2__title {
              margin: 0;
              position: absolute;
              top: 50%;
              left: 9.6vw;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%); } }
      .top-group-2 ul li.top-group-2__list__3 {
        background-image: url("/files/user/images/top/top-group-2__image-03.png");
        background-repeat: no-repeat;
        background-position: center 0; }
        @media (max-width: 767px) {
          .top-group-2 ul li.top-group-2__list__3 {
            background-image: url("/files/user/images/top/sp/top-group-2__image-03.png");
            background-size: cover; } }
        .top-group-2 ul li.top-group-2__list__3:before {
          background-color: #d56900; }
        .top-group-2 ul li.top-group-2__list__3 .top-group-2__list__3__title {
          margin: 126px 0 64px; }
          @media (max-width: 767px) {
            .top-group-2 ul li.top-group-2__list__3 .top-group-2__list__3__title {
              margin: 0;
              position: absolute;
              top: 50%;
              left: 9.6vw;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%); } }
      .top-group-2 ul li.top-group-2__list__4 {
        background-image: url("/files/user/images/top/top-group-2__image-04.png");
        background-repeat: no-repeat;
        background-position: center 0;
        margin-top: 20px; }
        @media (max-width: 767px) {
          .top-group-2 ul li.top-group-2__list__4 {
            background-image: url("/files/user/images/top/sp/top-group-2__image-04.png");
            background-size: cover;
            margin-top: 0; } }
        .top-group-2 ul li.top-group-2__list__4:before {
          background-color: #e5006c; }
        .top-group-2 ul li.top-group-2__list__4 .top-group-2__list__4__title {
          margin: 130px 0 62px; }
          @media (max-width: 767px) {
            .top-group-2 ul li.top-group-2__list__4 .top-group-2__list__4__title {
              margin: 0;
              position: absolute;
              top: 50%;
              left: 9.6vw;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%); } }
      .top-group-2 ul li.top-group-2__list__5 {
        background-image: url("/files/user/images/top/top-group-2__image-05.png");
        background-repeat: no-repeat;
        background-position: center 0; }
        @media (max-width: 767px) {
          .top-group-2 ul li.top-group-2__list__5 {
            background-image: url("/files/user/images/top/sp/top-group-2__image-05.png");
            background-size: cover; } }
        .top-group-2 ul li.top-group-2__list__5:before {
          background-color: #c200e5; }
        .top-group-2 ul li.top-group-2__list__5 .top-group-2__list__5__title {
          margin: 130px 0 60px; }
          @media (max-width: 767px) {
            .top-group-2 ul li.top-group-2__list__5 .top-group-2__list__5__title {
              margin: 0;
              position: absolute;
              top: 50%;
              left: 9.6vw;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%); } }

.top-group-3 {
  text-align: center;
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .top-group-3 {
      margin-bottom: 40px; } }
  .top-group-3__head {
    font-size: 2.25rem;
    letter-spacing: 2px;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .top-group-3__head {
        font-size: 7.2vw;
        margin: 0 0 8vw; } }
  .top-group-3__logo img {
    max-width: 1400px;
    width: 100%;
    padding: 0 20px; }
  @media (max-width: 767px) {
    .top-group-3__logo img {
      width: 100%; } }

.top-group-4 {
  background-image: url("/files/user/images/top/top-group-4-image-01.png");
  background-repeat: no-repeat;
  background-position: center 0;
  height: 953px;
  padding: 80px 0 0;
  overflow: hidden; }
  @media (max-width: 1054px) {
    .top-group-4 {
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    .top-group-4 {
      margin: 0 -15px;
      background-image: url("/files/user/images/top/sp/top-group-4-image-01.png");
      background-size: 100%;
      min-height: 298.533333333vw;
      padding: 10.6666666667vw 0 0; } }
  .top-group-4__content {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    height: 714px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 60px 0 0; }
    @media (max-width: 767px) {
      .top-group-4__content {
        width: 100%;
        padding: 9.3333333333vw 0 0;
        height: 276vw; } }
  .top-group-4__head {
    font-size: 2rem;
    margin: 0; }
    @media (max-width: 767px) {
      .top-group-4__head {
        font-size: 4.2666666667vw;
        margin-bottom: 2.1333333333vw; } }
  .top-group-4__strong {
    font-size: 4.375rem;
    letter-spacing: 0.1em;
    color: #e5001b;
    line-height: normal;
    line-height: 1.1;
    margin: -4px 0 20px; }
    @media (max-width: 767px) {
      .top-group-4__strong {
        font-size: 9.3333333333vw;
        line-height: 1.22857142857; } }
  .top-group-4__desc {
    font-size: 1.125rem;
    line-height: 1.777777;
    font-weight: bold;
    margin: 0 0 60px; }
    @media (max-width: 767px) {
      .top-group-4__desc {
        font-size: 3.7333333333vw;
        margin-bottom: 9.3333333333vw; } }
  .top-group-4__list-1 {
    margin: 0 auto 40px;
    width: 928px; }
    @media (max-width: 767px) {
      .top-group-4__list-1 {
        width: 100%;
        padding: 0 14.6666666667vw;
        margin-bottom: 8vw; } }
    .top-group-4__list-1 ul {
      list-style: none;
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -8px; }
      @media (max-width: 767px) {
        .top-group-4__list-1 ul {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .top-group-4__list-1 ul li {
        padding: 0 8px;
        width: 100%; }
        @media (max-width: 767px) {
          .top-group-4__list-1 ul li {
            margin-bottom: 8vw; }
            .top-group-4__list-1 ul li:last-child {
              margin-bottom: 0; } }
        .top-group-4__list-1 ul li .top-group-4__list-1__item {
          display: block;
          height: 100%;
          border: 1px solid #333;
          border-top: 0 none;
          position: relative;
          padding-bottom: 14px; }
          @media (max-width: 767px) {
            .top-group-4__list-1 ul li .top-group-4__list-1__item {
              padding-bottom: 5.3333333333vw; } }
          .top-group-4__list-1 ul li .top-group-4__list-1__item:before {
            content: "";
            display: block;
            height: 1px;
            width: 96px;
            background-color: #333;
            position: absolute;
            top: 0;
            left: 0; }
            @media (max-width: 767px) {
              .top-group-4__list-1 ul li .top-group-4__list-1__item:before {
                width: 22.6666666667vw; } }
          .top-group-4__list-1 ul li .top-group-4__list-1__item:after {
            content: "";
            display: block;
            height: 1px;
            width: 96px;
            background-color: #333;
            position: absolute;
            top: 0;
            right: 0; }
            @media (max-width: 767px) {
              .top-group-4__list-1 ul li .top-group-4__list-1__item:after {
                width: 22.6666666667vw;
                font-size: 8.4vw; } }
          .top-group-4__list-1 ul li .top-group-4__list-1__item .top-group-4__list-1__item__desc {
            font-size: 1.125rem;
            display: block;
            position: relative;
            padding: 36px 0 0;
            line-height: 1.444444;
            font-weight: bold; }
            @media (max-width: 767px) {
              .top-group-4__list-1 ul li .top-group-4__list-1__item .top-group-4__list-1__item__desc {
                padding: 10.6666666667vw 0 0;
                font-size: 4.2vw; } }
            .top-group-4__list-1 ul li .top-group-4__list-1__item .top-group-4__list-1__item__desc:before {
              content: "";
              display: block;
              background-repeat: no-repeat;
              background-position: 0 0;
              position: absolute;
              top: 0;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
          .top-group-4__list-1 ul li .top-group-4__list-1__item .top-group-4__list-1__item__data {
            font-size: 1.25rem;
            display: block;
            line-height: normal; }
            @media (max-width: 767px) {
              .top-group-4__list-1 ul li .top-group-4__list-1__item .top-group-4__list-1__item__data {
                font-size: 5.3333333333vw; } }
            .top-group-4__list-1 ul li .top-group-4__list-1__item .top-group-4__list-1__item__data strong {
              font-size: 3rem;
              color: #e5001b;
              font-weight: 500; }
              @media (max-width: 767px) {
                .top-group-4__list-1 ul li .top-group-4__list-1__item .top-group-4__list-1__item__data strong {
                  font-size: 10.6666666667vw; } }
            .top-group-4__list-1 ul li .top-group-4__list-1__item .top-group-4__list-1__item__data span {
              font-size: 2.25rem;
              font-weight: 200;
              font-family: "Noto Sans Japanese";
              display: inline-block;
              vertical-align: top;
              margin: 0 0 0 4px; }
              @media (max-width: 767px) {
                .top-group-4__list-1 ul li .top-group-4__list-1__item .top-group-4__list-1__item__data span {
                  font-size: 8.5333333333vw; } }
            .top-group-4__list-1 ul li .top-group-4__list-1__item .top-group-4__list-1__item__data small {
              font-size: 0.875rem;
              display: block; }
          .top-group-4__list-1 ul li .top-group-4__list-1__item.top-group-4__list-1__item--1 .top-group-4__list-1__item__desc:before {
            width: 32px;
            height: 34px;
            background-image: url("/files/user/images/top/top-group-4-image-02.png");
            background-repeat: no-repeat;
            background-position: center 0; }
            @media (max-width: 767px) {
              .top-group-4__list-1 ul li .top-group-4__list-1__item.top-group-4__list-1__item--1 .top-group-4__list-1__item__desc:before {
                background-image: url("/files/user/images/top/sp/top-group-4-image-02.png");
                width: 7.4666666667vw;
                height: 7.7333333333vw;
                background-size: 100%; } }
          .top-group-4__list-1 ul li .top-group-4__list-1__item.top-group-4__list-1__item--2 .top-group-4__list-1__item__desc:before {
            width: 56px;
            height: 32px;
            background-image: url("/files/user/images/top/top-group-4-image-03.png");
            background-repeat: no-repeat;
            background-position: center 0; }
            @media (max-width: 767px) {
              .top-group-4__list-1 ul li .top-group-4__list-1__item.top-group-4__list-1__item--2 .top-group-4__list-1__item__desc:before {
                background-image: url("/files/user/images/top/sp/top-group-4-image-03.png");
                width: 13.0666666667vw;
                height: 7.6vw;
                background-size: 100%; } }
          .top-group-4__list-1 ul li .top-group-4__list-1__item.top-group-4__list-1__item--3 .top-group-4__list-1__item__desc:before {
            width: 32px;
            height: 32px;
            background-image: url("/files/user/images/top/top-group-4-image-04.png");
            background-repeat: no-repeat;
            background-position: center 0; }
            @media (max-width: 767px) {
              .top-group-4__list-1 ul li .top-group-4__list-1__item.top-group-4__list-1__item--3 .top-group-4__list-1__item__desc:before {
                background-image: url("/files/user/images/top/sp/top-group-4-image-04.png");
                width: 7.4666666667vw;
                height: 7.4666666667vw;
                background-size: 100%; } }
  .top-group-4__list-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -16px;
    padding: 0 96px; }
    @media (max-width: 767px) {
      .top-group-4__list-2 {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
        padding: 0 15px; } }
    .top-group-4__list-2 li {
      width: 100%;
      padding: 0 16px; }
      @media (max-width: 767px) {
        .top-group-4__list-2 li {
          padding: 0 6vw;
          margin-bottom: 4vw; }
          .top-group-4__list-2 li:last-child {
            margin-bottom: 0; } }
      .top-group-4__list-2 li a {
        font-size: 1.375rem;
        display: block;
        background-color: #333333;
        line-height: 60px;
        width: 100%;
        padding: 0 20px 0 44px;
        text-align: center;
        font-weight: 500;
        color: #fff;
        letter-spacing: 0.2em;
        position: relative; }
        @media (max-width: 767px) {
          .top-group-4__list-2 li a {
            font-size: 4.4vw;
            line-height: 12vw; } }
        .top-group-4__list-2 li a:before {
          content: "";
          display: block;
          background-color: #fff;
          width: 24px;
          height: 24px;
          position: absolute;
          left: 16px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (max-width: 767px) {
            .top-group-4__list-2 li a:before {
              width: 18px;
              height: 18px; } }
        .top-group-4__list-2 li a:after {
          content: "";
          width: 6px;
          height: 6px;
          border-right: 1px solid #333;
          border-top: 1px solid #333;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0;
          position: absolute;
          left: 23px;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(45deg);
                  transform: translate(0, -50%) rotate(45deg);
          color: #fff; }
          @media (max-width: 767px) {
            .top-group-4__list-2 li a:after {
              left: 21px; } }

.top-group-5 {
  background-color: #f0f0f0;
  text-align: center;
  padding: 64px 0 24px;
  overflow: hidden; }
  @media (max-width: 1054px) {
    .top-group-5 {
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    .top-group-5 {
      margin: 0 -15px;
      padding: 9.3333333333vw 0 10.6666666667vw; }
      .top-group-5 > *:last-child {
        margin-bottom: 0; } }
  .top-group-5__head {
    font-size: 3rem; }
    @media (max-width: 767px) {
      .top-group-5__head {
        font-size: 9.6vw;
        line-height: 1.1666666666;
        margin-bottom: 4.8vw; } }
  .top-group-5__desc {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .top-group-5__desc {
        font-size: 3.7333333333vw;
        margin: 0 0 6.6666666667vw;
        padding: 0 15px; } }
  .top-group-5__head-1, .top-group-5__head-2, .top-group-5__head-3 {
    font-size: 2rem;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .top-group-5__head-1, .top-group-5__head-2, .top-group-5__head-3 {
        font-size: 6.4vw;
        margin: 0 0 6.6666666667vw; } }
  .top-group-5__head-1 {
    color: #2f80e5; }
  .top-group-5__head-2 {
    color: #5ab14c; }
  .top-group-5__head-3 {
    color: #f3922b; }
  .top-group-5__list-1, .top-group-5__list-2, .top-group-5__list-3 {
    width: 1024px;
    margin: 0 auto 56px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .top-group-5__list-1, .top-group-5__list-2, .top-group-5__list-3 {
        width: 100%;
        margin: 0 auto 8vw; } }
    .top-group-5__list-1 ul, .top-group-5__list-2 ul, .top-group-5__list-3 ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: -32px -16px 0;
      list-style: none;
      padding: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 767px) {
        .top-group-5__list-1 ul, .top-group-5__list-2 ul, .top-group-5__list-3 ul {
          padding: 0 7px;
          margin: -15px 0 0; } }
      .top-group-5__list-1 ul li, .top-group-5__list-2 ul li, .top-group-5__list-3 ul li {
        padding: 32px 16px 0;
        width: 33.3333333%; }
        @media (max-width: 767px) {
          .top-group-5__list-1 ul li, .top-group-5__list-2 ul li, .top-group-5__list-3 ul li {
            padding: 15px 7px 0;
            width: 50%; } }
        .top-group-5__list-1 ul li a, .top-group-5__list-2 ul li a, .top-group-5__list-3 ul li a {
          min-height: 220px;
          position: relative;
          font-size: 1.125rem;
          color: #fff;
          line-height: 1.333333;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media (max-width: 767px) {
            .top-group-5__list-1 ul li a, .top-group-5__list-2 ul li a, .top-group-5__list-3 ul li a {
              min-height: 0;
              font-size: 2.9333333333vw;
              display: block; } }
          .top-group-5__list-1 ul li a img, .top-group-5__list-2 ul li a img, .top-group-5__list-3 ul li a img {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            width: 100%; }
            @media (max-width: 767px) {
              .top-group-5__list-1 ul li a img, .top-group-5__list-2 ul li a img, .top-group-5__list-3 ul li a img {
                width: 100%;
                position: static; } }
          .top-group-5__list-1 ul li a span, .top-group-5__list-2 ul li a span, .top-group-5__list-3 ul li a span {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding-top: 160px; }
            .top-group-5__list-1 ul li a span:before, .top-group-5__list-2 ul li a span:before, .top-group-5__list-3 ul li a span:before {
              content: "";
              width: 6px;
              height: 6px;
              border-right: 1px solid #fff;
              border-top: 1px solid #fff;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              display: inline-block;
              vertical-align: middle;
              margin: -2px 8px 0 0; }
              @media (max-width: 767px) {
                .top-group-5__list-1 ul li a span:before, .top-group-5__list-2 ul li a span:before, .top-group-5__list-3 ul li a span:before {
                  width: 4px;
                  height: 4px;
                  margin: 0 1.6vw 0 0; } }
            @media (max-width: 767px) {
              .top-group-5__list-1 ul li a span, .top-group-5__list-2 ul li a span, .top-group-5__list-3 ul li a span {
                padding-top: 0;
                box-sizing: content-box;
                height: 8vw;
                vertical-align: middle; } }
  .top-group-5__list-1 ul li a {
    background-color: #2f80e5; }
  .top-group-5__list-2 ul li a {
    background-color: #5ab14c; }
  .top-group-5__list-3 ul li a {
    background-color: #f3922b; }

.top-group-solution {
  width: 1320px;
  margin: 0 auto 70px;
  text-align: left; }
  @media (max-width: 1320px) {
    .top-group-solution {
      width: 100%; } }
  @media (max-width: 767px) {
    .top-group-solution {
      width: 100%;
      margin: 0 auto 9.3333333333vw; } }
  .top-group-solution__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -1px; }
  .top-group-solution__item {
    padding: 2px 1px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .top-group-solution__item {
        padding: 0;
        margin-bottom: 2px; }
        .top-group-solution__item:last-child {
          margin-bottom: 0; } }
    .top-group-solution__item__inner {
      background-color: #fff;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 40px 80px; }
      @media (max-width: 767px) {
        .top-group-solution__item__inner {
          padding: 8vw 15px; } }
    .top-group-solution__item__head {
      font-size: 1.5rem;
      position: relative;
      margin: 0 0 30px; }
      @media (max-width: 767px) {
        .top-group-solution__item__head {
          font-size: 4.8vw;
          margin: 0 0 5.3333333333vw; } }
      .top-group-solution__item__head span {
        font-size: 0.75rem;
        display: block;
        letter-spacing: 0.1em; }
        @media (max-width: 767px) {
          .top-group-solution__item__head span {
            font-size: 2.6666666667vw; } }
      .top-group-solution__item__head:before {
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-position: 0 0;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .top-group-solution__item__desc {
      font-size: 1rem;
      font-weight: bold; }
    .top-group-solution__item__btn {
      font-size: 1rem;
      font-weight: bold; }
      @media (max-width: 767px) {
        .top-group-solution__item__btn {
          margin-bottom: 0; } }
      .top-group-solution__item__btn a {
        display: block;
        background-color: #fff;
        padding: 0 0 0 36px;
        text-align: left;
        font-weight: bold;
        position: relative; }
        @media (max-width: 767px) {
          .top-group-solution__item__btn a {
            padding: 0 0 0 25px; } }
        .top-group-solution__item__btn a:before {
          content: "";
          display: block;
          width: 24px;
          height: 24px;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (max-width: 767px) {
            .top-group-solution__item__btn a:before {
              width: 18px;
              height: 18px; } }
        .top-group-solution__item__btn a:after {
          content: "";
          width: 6px;
          height: 6px;
          border-right: 1px solid #fff;
          border-top: 1px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0;
          position: absolute;
          left: 7px;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(45deg);
                  transform: translate(0, -50%) rotate(45deg);
          color: #fff; }
          @media (max-width: 767px) {
            .top-group-solution__item__btn a:after {
              left: 4px; } }
    .top-group-solution__item__image img {
      width: 100%; }
    @media (max-width: 767px) {
      .top-group-solution__item__image {
        margin: 0 0 5.3333333333vw; }
        .top-group-solution__item__image img {
          width: 100%; } }
    .top-group-solution__item--1 {
      width: 100%; }
      .top-group-solution__item--1 .top-group-solution__item__desc {
        padding: 0 120px 0 0; }
        @media (max-width: 767px) {
          .top-group-solution__item--1 .top-group-solution__item__desc {
            padding: 0;
            font-size: 3.2vw; } }
      .top-group-solution__item--1 .top-group-solution__item__head {
        color: #00a7e5;
        padding: 0 0 0 87px; }
        @media (max-width: 767px) {
          .top-group-solution__item--1 .top-group-solution__item__head {
            padding: 0 0 0 17.3333333333vw; } }
        .top-group-solution__item--1 .top-group-solution__item__head:before {
          width: 64px;
          height: 60px;
          background-image: url("/files/user/images/top/top-group-5-image-04.png");
          background-repeat: no-repeat;
          background-position: center 0; }
          @media (max-width: 767px) {
            .top-group-solution__item--1 .top-group-solution__item__head:before {
              background-image: url("/files/user/images/top/sp/top-group-5-image-04.png");
              width: 12.9333333333vw;
              height: 12vw;
              background-size: 100%; } }
      .top-group-solution__item--1 .top-group-solution__item__btn a:before {
        background-color: #00a7e5; }
      @media (max-width: 767px) {
        .top-group-solution__item--1 .top-group-solution__item__inner {
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
    .top-group-solution__item--2 {
      width: 50%; }
      @media (max-width: 767px) {
        .top-group-solution__item--2 {
          width: 100%; } }
      .top-group-solution__item--2 .top-group-solution__item__desc {
        padding: 0 40px 0 0; }
        @media (max-width: 767px) {
          .top-group-solution__item--2 .top-group-solution__item__desc {
            padding: 0;
            font-size: 3.2vw; } }
      .top-group-solution__item--2 .top-group-solution__item__head {
        color: #ecaf2c;
        padding: 0 0 0 78px; }
        @media (max-width: 767px) {
          .top-group-solution__item--2 .top-group-solution__item__head {
            padding: 0 0 0 15.4666666667vw; } }
        .top-group-solution__item--2 .top-group-solution__item__head:before {
          width: 59px;
          height: 64px;
          background-image: url("/files/user/images/top/top-group-5-image-05.png");
          background-repeat: no-repeat;
          background-position: center 0; }
          @media (max-width: 767px) {
            .top-group-solution__item--2 .top-group-solution__item__head:before {
              background-image: url("/files/user/images/top/sp/top-group-5-image-05.png");
              width: 11.8666666667vw;
              height: 12.6666666667vw;
              background-size: 100%; } }
      .top-group-solution__item--2 .top-group-solution__item__btn a:before {
        background-color: #ecaf2c; }
      .top-group-solution__item--2 .top-group-solution__item__content {
        padding: 0 15px 0 0; }
        @media (max-width: 767px) {
          .top-group-solution__item--2 .top-group-solution__item__content {
            width: 66vw; } }
      .top-group-solution__item--2 .top-group-solution__item__image {
        -webkit-flex-basis: 208px;
            -ms-flex-preferred-size: 208px;
                flex-basis: 208px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
        @media (max-width: 1320px) {
          .top-group-solution__item--2 .top-group-solution__item__image {
            -webkit-flex-basis: 15.757575757vw;
                -ms-flex-preferred-size: 15.757575757vw;
                    flex-basis: 15.757575757vw; } }
        @media (max-width: 767px) {
          .top-group-solution__item--2 .top-group-solution__item__image {
            -webkit-flex-basis: 41.3333333333vw;
                -ms-flex-preferred-size: 41.3333333333vw;
                    flex-basis: 41.3333333333vw; } }
    .top-group-solution__item--3 {
      width: 50%; }
      @media (max-width: 767px) {
        .top-group-solution__item--3 {
          width: 100%; } }
      .top-group-solution__item--3 .top-group-solution__item__desc {
        padding: 0 40px 0 0; }
        @media (max-width: 767px) {
          .top-group-solution__item--3 .top-group-solution__item__desc {
            padding: 0;
            font-size: 3.2vw; } }
      .top-group-solution__item--3 .top-group-solution__item__head {
        color: #ec6a6a;
        padding: 0 0 0 88px; }
        @media (max-width: 767px) {
          .top-group-solution__item--3 .top-group-solution__item__head {
            padding: 0 0 0 18.1333333333vw;
            line-height: 1.1; } }
        .top-group-solution__item--3 .top-group-solution__item__head:before {
          width: 73px;
          height: 64px;
          background-image: url("/files/user/images/top/top-group-5-image-06.png");
          background-repeat: no-repeat;
          background-position: center 0; }
          @media (max-width: 767px) {
            .top-group-solution__item--3 .top-group-solution__item__head:before {
              background-image: url("/files/user/images/top/sp/top-group-5-image-06.png");
              width: 14.6666666667vw;
              height: 12.8vw;
              background-size: 100%; } }
      .top-group-solution__item--3 .top-group-solution__item__btn a:before {
        background-color: #ec6a6a; }
      .top-group-solution__item--3 .top-group-solution__item__content {
        padding: 0 15px 0 0; }
        @media (max-width: 767px) {
          .top-group-solution__item--3 .top-group-solution__item__content {
            width: 66vw; } }
      .top-group-solution__item--3 .top-group-solution__item__image {
        -webkit-flex-basis: 208px;
            -ms-flex-preferred-size: 208px;
                flex-basis: 208px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
        @media (max-width: 1320px) {
          .top-group-solution__item--3 .top-group-solution__item__image {
            -webkit-flex-basis: 15.757575757vw;
                -ms-flex-preferred-size: 15.757575757vw;
                    flex-basis: 15.757575757vw; } }
        @media (max-width: 767px) {
          .top-group-solution__item--3 .top-group-solution__item__image {
            -webkit-flex-basis: 41.3333333333vw;
                -ms-flex-preferred-size: 41.3333333333vw;
                    flex-basis: 41.3333333333vw; } }

.top-group-6__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 70px 0 80px; }
  @media (max-width: 767px) {
    .top-group-6__inner {
      width: 100%;
      padding: 9.3333333333vw 0 10.6666666667vw; } }

.top-group-6__head {
  font-size: 2rem;
  margin: 0 0 30px;
  letter-spacing: 0.2em;
  text-align: center; }
  @media (max-width: 767px) {
    .top-group-6__head {
      font-size: 6.4vw; } }

.top-group-6__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  border-top: 1px solid #d3d1d0; }
  @media (max-width: 767px) {
    .top-group-6__list {
      margin: 0 0 8vw; } }
  .top-group-6__list li {
    border-bottom: 1px solid #d3d1d0; }
    .top-group-6__list li > .top-group-6__list__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      font-weight: 500;
      position: relative; }
      @media (max-width: 767px) {
        .top-group-6__list li > .top-group-6__list__item {
          padding: 0 6.6666666667vw 0 0; } }
      .top-group-6__list li > .top-group-6__list__item .top-group-6__list__date {
        padding: 30px 36px 30px 0; }
        @media (max-width: 767px) {
          .top-group-6__list li > .top-group-6__list__item .top-group-6__list__date {
            font-size: 3.2vw;
            padding: 4vw 5.3333333333vw 4vw 0; } }
      .top-group-6__list li > .top-group-6__list__item .top-group-6__list__title {
        width: 100%;
        padding: 30px 100px 30px 0;
        display: block; }
        @media (max-width: 767px) {
          .top-group-6__list li > .top-group-6__list__item .top-group-6__list__title {
            font-size: 3.2vw;
            padding-right: 10px;
            padding: 4vw 5.3333333333vw 4vw 0; } }
      .top-group-6__list li > .top-group-6__list__item a.top-group-6__list__title:before {
        content: "";
        display: block;
        background-color: #e6001a;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media (max-width: 767px) {
          .top-group-6__list li > .top-group-6__list__item a.top-group-6__list__title:before {
            width: 16px;
            height: 16px; } }
      .top-group-6__list li > .top-group-6__list__item a.top-group-6__list__title:after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0;
        position: absolute;
        right: 11px;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg);
        color: #fff; }
        @media (max-width: 767px) {
          .top-group-6__list li > .top-group-6__list__item a.top-group-6__list__title:after {
            right: 7px; } }
      .top-group-6__list li > .top-group-6__list__item a.top-group-6__list__title:hover:before {
        opacity: 0.5; }
      .top-group-6__list li > .top-group-6__list__item .top-group-6__list__pdf {
        font-size: 0;
        display: inline-block;
        width: 23px;
        height: 28px;
        vertical-align: middle;
        position: absolute;
        right: 60px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media (max-width: 767px) {
          .top-group-6__list li > .top-group-6__list__item .top-group-6__list__pdf {
            width: 13px;
            height: 16px;
            right: 30px; } }
        .top-group-6__list li > .top-group-6__list__item .top-group-6__list__pdf:hover {
          opacity: 0.5; }
        .top-group-6__list li > .top-group-6__list__item .top-group-6__list__pdf:after {
          content: "";
          display: inline-block;
          width: 23px;
          height: 28px;
          background-image: url("/files/user/images/icon-pdf.png");
          background-repeat: no-repeat;
          background-position: center 0;
          vertical-align: middle;
          margin: 0 0 0 12px; }
          @media (max-width: 767px) {
            .top-group-6__list li > .top-group-6__list__item .top-group-6__list__pdf:after {
              background-image: url("/files/user/images/sp/icon-pdf.png");
              width: 13px;
              height: 16px;
              background-size: 100%;
              margin: 0 0 0 6px; } }

.top-group-6__btn {
  width: 400px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .top-group-6__btn {
      width: 100%;
      padding: 0 6vw; } }
  .top-group-6__btn a {
    position: relative;
    background-color: #333333;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 1.375rem; }
    @media (max-width: 767px) {
      .top-group-6__btn a {
        line-height: 12vw;
        font-size: 4.4vw; } }
    .top-group-6__btn a:before {
      content: "";
      display: block;
      background-color: #fff;
      width: 24px;
      height: 24px;
      position: absolute;
      left: 16px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .top-group-6__btn a:after {
      content: "";
      width: 6px;
      height: 6px;
      border-right: 1px solid #333;
      border-top: 1px solid #333;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0;
      position: absolute;
      left: 23px;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg);
      color: #fff; }

.link-btn-1 {
  text-align: center;
  margin: 60px 0 0; }
  @media (max-width: 767px) {
    .link-btn-1 {
      margin: 10vw 0 5vw; } }

.link-btn-2 {
  text-align: center;
  margin: 0 0 60px; }
  .link-btn-2 .group-contact__content__btn {
    background-color: #333; }
    .link-btn-2 .group-contact__content__btn:after {
      border-right: 1px solid #333;
      border-top: 1px solid #333; }
  @media (max-width: 767px) {
    .link-btn-2 {
      margin: 5vw 0 30vw; } }

.career .career_disc_list {
  margin-bottom: 80px; }

.career .head_style1 {
  position: relative;
  font-size: 3rem;
  text-align: center;
  line-height: 4rem;
  margin-bottom: 2.5rem;
  letter-spacing: .1rem; }

.career .strong_style1 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: center; }

.career .head-recruit {
  margin: 0 -15px 30px !important;
  /*0 0 30px*/ }

.career .group-career {
  margin-bottom: 50px; }
  .career .group-career .contents__inner {
    margin-bottom: 80px; }
  .career .group-career.lead {
    width: 800px;
    margin: 0 auto 50px; }
    @media (max-width: 767px) {
      .career .group-career.lead {
        width: inherit;
        max-width: 100%; } }
  .career .group-career.career__image {
    text-align: center;
    width: 700px;
    margin: 0 auto 70px;
    padding: 30px;
    border: 1px solid #ddd; }
    @media (max-width: 767px) {
      .career .group-career.career__image {
        width: inherit;
        max-width: 100%; } }
    .career .group-career.career__image img {
      width: inherit;
      max-width: 100%; }
  .career .group-career.sub_disc {
    margin: 0 auto 2px;
    width: 960px; }
    @media (max-width: 767px) {
      .career .group-career.sub_disc {
        width: 100%; } }
    .career .group-career.sub_disc .cont__inner {
      display: table;
      width: 100%; }
      @media (max-width: 767px) {
        .career .group-career.sub_disc .cont__inner {
          display: block; } }
      .career .group-career.sub_disc .cont__inner .cont_ttl {
        display: table-cell;
        width: 30%;
        text-align: center;
        vertical-align: middle;
        font-weight: normal;
        font-size: 1.2rem; }
        @media (max-width: 767px) {
          .career .group-career.sub_disc .cont__inner .cont_ttl {
            display: block;
            width: 100%;
            margin: 0; } }
      .career .group-career.sub_disc .cont__inner .cont_ttl1 {
        background-color: #2a61a7;
        color: #fff; }
      .career .group-career.sub_disc .cont__inner .cont_ttl2 {
        background-color: #2a61a7;
        color: #fff; }
      .career .group-career.sub_disc .cont__inner .cont_ttl3 {
        background-color: #2a61a7;
        color: #fff; }
      .career .group-career.sub_disc .cont__inner .text_wrap {
        display: table-cell;
        width: 70%;
        padding: 20px 40px;
        vertical-align: middle;
        background-color: #e2e2e2; }
        @media (max-width: 767px) {
          .career .group-career.sub_disc .cont__inner .text_wrap {
            display: block;
            width: 100%;
            margin-bottom: 15px; } }
        .career .group-career.sub_disc .cont__inner .text_wrap p {
          margin: 0; }

@media print {
  .breadcrumbs,
  .header,
  .footer,
  .company-map-btn {
    display: none; } }

.company-map {
  margin: 0; }
  .company-map .head-1 {
    margin: 30px 0; }
    @media (max-width: 767px) {
      .company-map .head-1 {
        font-size: 4.8vw; } }
  .company-map-image {
    width: 560px;
    margin: 0 auto;
    padding: 0 2rem; }
    .company-map-image img {
      width: 100%; }
    .company-map-image-btn {
      text-align: center; }
    @media (max-width: 767px) {
      .company-map-image {
        width: 100%;
        padding: 1vw; } }

.module_contents .err_block {
  width: 1024px;
  margin: 30px auto;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .module_contents .err_block {
      width: 100%; } }
  .module_contents .err_block .err_msg {
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .module_contents .err_block .err_msg {
        margin-bottom: 30vw; } }
  .module_contents .err_block #err_title {
    font-size: 2rem;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .module_contents .err_block #err_title {
        font-size: 5.8666666667vw;
        margin-bottom: 10vw; } }

.faq .contents-title-b {
  text-align: center;
  font-size: 3.25rem;
  font-weight: bold;
  margin: 0;
  letter-spacing: inherit; }
  @media (max-width: 767px) {
    .faq .contents-title-b {
      font-size: 7.4666666667vw; } }

.faq .contents-title {
  text-align: left;
  font-size: 2rem;
  /*1.6rem*/
  line-height: 1.5;
  margin: 30px 0; }
  @media (max-width: 767px) {
    .faq .contents-title {
      text-align: left;
      font-size: 6.4vw;
      line-height: 1.5;
      font-weight: bold;
      margin: 8vw 0 4vw; } }

.list-group__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 60px 0 0;
  /* 70px 0 80px*/ }
  @media (max-width: 767px) {
    .list-group__inner {
      width: 100%;
      padding: 9.3333333333vw 0 0; } }

.list-group__head {
  font-size: 2rem;
  margin: 0 0 30px;
  letter-spacing: 0.2em;
  text-align: center; }
  @media (max-width: 767px) {
    .list-group__head {
      font-size: 6.4vw; } }

.list-group__wrap {
  list-style: none;
  padding-left: 0; }

.list-group__list--q, .list-group__list--a {
  list-style: none;
  margin: 0 0 40px;
  padding-left: 4rem;
  min-height: 3rem; }
  @media (max-width: 767px) {
    .list-group__list--q, .list-group__list--a {
      margin: 2vw 0 2vw;
      /* 5vw 0*/
      padding-left: 14vw;
      min-height: 14vw; } }
  .list-group__list--q ol, .list-group__list--a ol {
    list-style: none;
    padding-left: 0; }
    .list-group__list--q ol li, .list-group__list--a ol li {
      padding: 0 0 1rem 0;
      border: none; }

.list-group__list--q {
  background: url("/files/user/images/faq/q.png") no-repeat 0 0;
  background-size: 3rem;
  background-position: 2vw left;
  font-size: 1.6rem;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .list-group__list--q {
      background-size: 10vw;
      background-position: top left;
      font-size: 5.8666666667vw;
      line-height: 1.5; } }

.list-group__list--a {
  background: url("/files/user/images/faq/a.png") no-repeat 0 0;
  background-size: 3rem;
  background-position: 2vw left;
  border-bottom: 1px solid #d3d1d0;
  padding-bottom: 2rem; }
  @media (max-width: 767px) {
    .list-group__list--a {
      background-size: 10vw;
      background-position: top left;
      padding-bottom: 2rem;
      /*4rem*/
      line-height: 1.5; } }

.list-group__list--a:last-child {
  border-bottom: none; }

.list-group__list:last-child {
  border: none;
  padding-bottom: 30px; }

.footer__fb {
  width: 1024px;
  margin: auto; }
  @media (max-width: 767px) {
    .footer__fb {
      width: calc(100% - 30px); } }

/* --------------------------------------
common
--------------------------------------- */
.required {
  color: #ff0000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  position: relative;
  top: 0.5rem; }

.contactForm .form-control:focus,
.recruit_view .form-control:focus,
.seminar_apply .form-control:focus {
  background-color: #fce5e8;
  border-color: #999999;
  box-shadow: inset 0 0 4px #eee #999999; }

.error_text {
  color: #ff0000; }
  @media (max-width: 767px) {
    .error_text {
      font-size: 3.7333333333vw;
      /*vw(12)*/ } }

.form-desc {
  color: #999999;
  margin-top: 5px; }
  @media (max-width: 767px) {
    .form-desc {
      font-size: 3.7333333333vw;
      /*vw(12)*/ } }

a.group-contact__content__btn:not([href]):not([tabindex]) {
  color: #fff;
  text-decoration: none; }
  a.group-contact__content__btn:not([href]):not([tabindex]):focus, a.group-contact__content__btn:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none; }
  a.group-contact__content__btn:not([href]):not([tabindex]):focus {
    outline: 0; }

.error-wrap {
  border: 1px solid red;
  padding: 1rem;
  margin-top: 1rem; }

button.group-contact__content__btn,
a.group-contact__content__btn {
  border: none;
  margin: 16px auto 0;
  font-size: 1.375rem;
  display: block;
  background-color: #e5001b;
  line-height: 80px;
  width: 400px;
  padding: 0 20px 0 44px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  position: relative; }
  @media (max-width: 767px) {
    button.group-contact__content__btn,
    a.group-contact__content__btn {
      width: 100%;
      line-height: 60px;
      font-size: 1.1428571429rem; } }
  button.group-contact__content__btn:before,
  a.group-contact__content__btn:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (max-width: 767px) {
      button.group-contact__content__btn:before,
      a.group-contact__content__btn:before {
        width: 18px;
        height: 18px;
        left: 12px; } }
  button.group-contact__content__btn:after,
  a.group-contact__content__btn:after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #e5001b;
    border-top: 1px solid #e5001b;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0;
    position: absolute;
    left: 23px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    color: #fff; }
    @media (max-width: 767px) {
      button.group-contact__content__btn:after,
      a.group-contact__content__btn:after {
        left: 17px; } }

.group-contact__content__btn[disabled] {
  cursor: default;
  opacity: 0.65; }
  .group-contact__content__btn[disabled]:hover {
    cursor: default; }

.group-contact__content__btn:hover {
  cursor: pointer;
  opacity: 0.65;
  text-decoration: none; }

.btn-top {
  margin: 100px 0 120px; }
  @media (max-width: 767px) {
    .btn-top {
      padding: 0 6vw;
      /*0 vw(20)*/
      margin: 0 0 21.3333333333vw; } }
  .btn-top a {
    font-size: 1.25rem;
    display: block;
    background-color: #333;
    line-height: 54px;
    padding: 0 20px 0 44px;
    /*0 44px 0 44px;*/
    text-align: center;
    font-weight: normal;
    color: #fff;
    width: 100%;
    position: relative;
    width: 400px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .btn-top a {
        font-size: 4.2666666667vw;
        line-height: 1.5;
        width: 100%;
        text-align: left;
        padding: 2.6666666667vw 12.8vw;
        vertical-align: middle; } }
    .btn-top a:hover {
      opacity: 0.7;
      text-decoration: none; }
    .btn-top a:before {
      content: "";
      display: block;
      background-color: #fff;
      width: 24px;
      height: 24px;
      position: absolute;
      left: 16px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media (max-width: 767px) {
        .btn-top a:before {
          width: 16px;
          height: 16px; } }
    .btn-top a:after {
      content: "";
      width: 6px;
      height: 6px;
      border-right: 1px solid #333;
      border-top: 1px solid #333;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0;
      position: absolute;
      left: 23px;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg);
      color: #fff; }
      @media (max-width: 767px) {
        .btn-top a:after {
          left: 19px; } }

/* --------------------------------------
contactForm
--------------------------------------- */
.contactForm {
  color: #333333;
  display: block; }
  @media (max-width: 767px) {
    .contactForm {
      font-size: 4.2666666667vw;
      /*vw(14)*/ } }
  .contactForm-subject {
    width: 49%; }
    @media (max-width: 767px) {
      .contactForm-subject {
        display: block;
        width: 100%; } }
  @media (max-width: 767px) {
    .contactForm-select {
      display: inline-block;
      width: 50%;
      text-align: right; } }
  .contactForm__inner {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden; }
    @media (max-width: 767px) {
      .contactForm__inner {
        width: auto;
        height: auto;
        padding: 0; } }
    .contactForm__inner input[type="text"].form-control,
    .contactForm__inner textarea.form-control,
    .contactForm__inner select.form-control {
      width: 70%;
      padding: 15px; }
      @media (max-width: 767px) {
        .contactForm__inner input[type="text"].form-control,
        .contactForm__inner textarea.form-control,
        .contactForm__inner select.form-control {
          width: 100%;
          margin: 0 0 1.3333333333vw;
          font-size: 4.2666666667vw; } }
    .contactForm__inner .radio-select-position label.radio-inline,
    .contactForm__inner .radio-select-time label.radio-inline {
      margin-right: 20px; }
      @media (max-width: 767px) {
        .contactForm__inner .radio-select-position label.radio-inline,
        .contactForm__inner .radio-select-time label.radio-inline {
          width: 100%;
          display: block;
          margin-right: 0; } }
    .contactForm__inner .radio-select-where label.radio-inline {
      margin-right: 20px;
      width: 30%; }
      @media (max-width: 767px) {
        .contactForm__inner .radio-select-where label.radio-inline {
          width: 100%;
          margin-right: 0; } }
  .contactForm-submit {
    text-align: center;
    margin: 5rem 0; }
    @media (max-width: 767px) {
      .contactForm-submit {
        margin: vw30 0 vw80;
        padding: 0 25px; } }
    .contactForm-submit-accept {
      text-align: center; }

/* --------------------------------------
recruit_view
--------------------------------------- */
.recruit_view {
  color: #333333;
  display: block; }
  @media (max-width: 767px) {
    .recruit_view {
      font-size: 4.2666666667vw;
      /*vw(14)*/ } }
  .recruit_view-subject {
    width: 49%; }
    @media (max-width: 767px) {
      .recruit_view-subject {
        display: block;
        width: 100%; } }
  @media (max-width: 767px) {
    .recruit_view-select {
      display: inline-block;
      width: 50%;
      text-align: right; } }
  .recruit_view__inner {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden; }
    @media (max-width: 767px) {
      .recruit_view__inner {
        width: auto;
        height: auto;
        padding: 0; } }
    .recruit_view__inner input[type="text"].form-control,
    .recruit_view__inner textarea.form-control,
    .recruit_view__inner select.form-control {
      width: 70%;
      padding: 15px; }
      @media (max-width: 767px) {
        .recruit_view__inner input[type="text"].form-control,
        .recruit_view__inner textarea.form-control,
        .recruit_view__inner select.form-control {
          width: 100%;
          margin: 0 0 1.3333333333vw;
          font-size: 4.2666666667vw; } }
    .recruit_view__inner .radio-select-position label.radio-inline,
    .recruit_view__inner .radio-select-time label.radio-inline {
      margin-right: 20px; }
      @media (max-width: 767px) {
        .recruit_view__inner .radio-select-position label.radio-inline,
        .recruit_view__inner .radio-select-time label.radio-inline {
          width: 100%;
          display: block;
          margin-right: 0; } }
    .recruit_view__inner .radio-select-where label.radio-inline {
      margin-right: 20px;
      width: 30%; }
      @media (max-width: 767px) {
        .recruit_view__inner .radio-select-where label.radio-inline {
          width: 100%;
          margin-right: 0; } }
  .recruit_view input[type="text"].tel-1 {
    margin-bottom: 15px; }
  .recruit_view .prefectures select.form-control:not([size]):not([multiple]) {
    height: inherit;
    width: calc(70%/2);
    padding: 10px;
    /*15px*/ }
    @media (max-width: 767px) {
      .recruit_view .prefectures select.form-control:not([size]):not([multiple]) {
        height: 13vw;
        width: 100%; } }
  .recruit_view input[type="file"] {
    margin: 0 0 15px; }
  .recruit_view-submit {
    text-align: center;
    margin: 5rem 0; }
    @media (max-width: 767px) {
      .recruit_view-submit {
        margin: 10vw 0; } }
    .recruit_view-submit-accept {
      text-align: center; }

/* --------------------------------------
news_info, news_info_detail
--------------------------------------- */
.news_info .top-group-6__btn a:hover,
.news_info_detail .top-group-6__btn a:hover {
  opacity: 0.7;
  text-decoration: none; }

/* --------------------------------------
seminar_apply
--------------------------------------- */
.seminar_apply {
  color: #333333;
  display: block; }
  @media (max-width: 767px) {
    .seminar_apply {
      font-size: 4.2666666667vw;
      /*vw(14)*/ } }
  .seminar_apply-subject {
    width: 49%; }
    @media (max-width: 767px) {
      .seminar_apply-subject {
        display: block;
        width: 100%; } }
  @media (max-width: 767px) {
    .seminar_apply-select {
      display: inline-block;
      width: 50%;
      text-align: right; } }
  .seminar_apply__inner {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden; }
    @media (max-width: 767px) {
      .seminar_apply__inner {
        width: auto;
        height: auto;
        padding: 0; } }
    .seminar_apply__inner input[type="text"].form-control,
    .seminar_apply__inner textarea.form-control,
    .seminar_apply__inner select.form-control {
      width: 70%;
      padding: 15px; }
      @media (max-width: 767px) {
        .seminar_apply__inner input[type="text"].form-control,
        .seminar_apply__inner textarea.form-control,
        .seminar_apply__inner select.form-control {
          width: 100%;
          margin: 0 0 1.3333333333vw;
          font-size: 4.2666666667vw; } }
    .seminar_apply__inner .radio-select-position label.radio-inline,
    .seminar_apply__inner .radio-select-time label.radio-inline {
      margin-right: 20px; }
      @media (max-width: 767px) {
        .seminar_apply__inner .radio-select-position label.radio-inline,
        .seminar_apply__inner .radio-select-time label.radio-inline {
          width: 100%;
          display: block;
          margin-right: 0; } }
    .seminar_apply__inner .radio-select-where label.radio-inline {
      margin-right: 20px;
      width: 30%; }
      @media (max-width: 767px) {
        .seminar_apply__inner .radio-select-where label.radio-inline {
          width: 100%;
          margin-right: 0; } }
  .seminar_apply-submit {
    text-align: center;
    margin: 5rem 0; }
    @media (max-width: 767px) {
      .seminar_apply-submit {
        margin: vw30 0 vw80;
        padding: 0 25px; } }
    .seminar_apply-submit-accept {
      text-align: center; }

.apply-title {
  width: 900px;
  text-align: center;
  margin: 30px auto 60px; }
  @media (max-width: 767px) {
    .apply-title {
      width: 100%; } }
  @media (max-width: 767px) {
    .apply-title-main {
      font-size: 1.375rem; } }
  @media (max-width: 767px) {
    .apply-title-date {
      margin-top: 5vw;
      font-weight: bold; } }

.top-group-5 .group-service-1 {
  padding: 0;
  margin: 0 auto 70px;
  background-color: #f0f0f0; }
  @media (max-width: 1024px) {
    .top-group-5 .group-service-1 {
      margin: 0;
      padding: 40px 0 60px; } }

@media (max-width: 767px) {
  .group-strength-11 .group-tree__list > li {
    height: 16vw; } }

/* --------------------------------------
common
--------------------------------------- */
.head__inner {
  margin: 0 0 60px; }
  @media (max-width: 767px) {
    .head__inner {
      margin: 0 0 2.1333333333vw; } }

/* --------------------------------------
contactForm
--------------------------------------- */
@media (max-width: 1054px) {
  .head-contactForm {
    margin: 0 -15px 80px; } }

@media (max-width: 767px) {
  .head-contactForm {
    margin: 0 -15px 0;
    font-size: 3.7333333333vw; } }

.head-contactForm__inner {
  width: 1024px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden; }
  @media (max-width: 767px) {
    .head-contactForm__inner {
      width: auto;
      height: auto;
      padding: 0 15px; } }

.head-contactForm__main {
  text-align: center;
  font-size: 3.25rem;
  font-weight: bold;
  margin: 60px 0 0; }
  @media (max-width: 767px) {
    .head-contactForm__main {
      font-size: 7.4666666667vw;
      margin: 8vw 0; } }

.head-contactForm__lead {
  font-weight: nomal;
  line-height: 1.8;
  letter-spacing: 0.5px; }
  .head-contactForm__lead a {
    text-decoration: underline; }

.head-contactForm-tel {
  color: #ff0000;
  font-weight: bold; }

.head-contactForm-caution {
  text-align: right; }
  .head-contactForm-caution span {
    color: #ff0000; }

.head-contactForm__text {
  font-size: 2rem; }

/* --------------------------------------
contactFormcomplete
--------------------------------------- */
@media (max-width: 1054px) {
  .head-contactFormcomplete {
    margin: 0 -15px 80px; } }

@media (max-width: 767px) {
  .head-contactFormcomplete {
    margin: 0 -15px 0;
    line-height: 1.4; } }

.head-contactFormcomplete__inner {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden; }
  @media (max-width: 767px) {
    .head-contactFormcomplete__inner {
      width: auto;
      height: auto;
      padding: 0 15px; } }

.head-contactFormcomplete__main {
  text-align: center;
  font-size: 3.25rem;
  font-weight: bold;
  margin: 60px 0 0; }
  @media (max-width: 767px) {
    .head-contactFormcomplete__main {
      font-size: 7.4666666667vw;
      margin: 8vw 0; } }

.head-contactFormcomplete__text {
  font-size: 2rem;
  padding-top: 2rem; }
  @media (max-width: 767px) {
    .head-contactFormcomplete__text {
      font-size: 5.8666666667vw; } }

.head-contactFormcomplete__lead {
  font-weight: nomal;
  line-height: 2; }
  @media (max-width: 767px) {
    .head-contactFormcomplete__lead {
      font-size: 3.7333333333vw;
      line-height: 1.8; } }
  .head-contactFormcomplete__lead a {
    text-decoration: underline; }

.head-contactFormcomplete-tel {
  color: #ff0000;
  font-weight: bold; }

.head-contactFormcomplete-caution {
  text-align: right; }
  .head-contactFormcomplete-caution span {
    color: #ff0000; }

/* --------------------------------------
recruit_view
--------------------------------------- */
@media (max-width: 1054px) {
  .head-recruit_view {
    margin: 0 -15px 80px; } }

@media (max-width: 767px) {
  .head-recruit_view {
    margin: 0;
    font-size: 3.7333333333vw; } }

.head-recruit_view__inner {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    .head-recruit_view__inner {
      width: auto;
      height: auto;
      padding: 0; } }

.head-recruit_view__main {
  text-align: center;
  font-size: 3.25rem;
  font-weight: bold;
  margin: 60px 0 0; }
  @media (max-width: 767px) {
    .head-recruit_view__main {
      font-size: 7.4666666667vw;
      margin: 8vw 0; } }

.head-recruit_view__lead {
  font-weight: nomal;
  line-height: 2; }
  @media (max-width: 767px) {
    .head-recruit_view__lead {
      font-size: 3.7333333333vw; } }
  .head-recruit_view__lead a {
    text-decoration: underline; }

.head-recruit_view-tel {
  color: #ff0000;
  font-weight: bold; }

.head-recruit_view-caution {
  text-align: right; }
  .head-recruit_view-caution span {
    color: #ff0000; }

.head-recruit_view__text {
  font-size: 2rem; }

/* --------------------------------------
recruit_viewcomplete
--------------------------------------- */
@media (max-width: 1054px) {
  .head-recruit_viewcomplete {
    margin: 0 -15px 80px; } }

@media (max-width: 767px) {
  .head-recruit_viewcomplete {
    margin: 0 -15px 10.6666666667vw;
    line-height: 1.4; } }

.head-recruit_viewcomplete__inner {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden; }
  @media (max-width: 767px) {
    .head-recruit_viewcomplete__inner {
      width: auto;
      height: auto;
      padding: 0; } }

.head-recruit_viewcomplete__main {
  text-align: center;
  font-size: 3.25rem;
  font-weight: bold;
  margin: 60px 0 0; }
  @media (max-width: 767px) {
    .head-recruit_viewcomplete__main {
      font-size: 7.4666666667vw;
      margin: 8vw 0; } }

.head-recruit_viewcomplete__text {
  font-size: 2rem;
  padding-top: 2rem; }
  @media (max-width: 767px) {
    .head-recruit_viewcomplete__text {
      font-size: 5.8666666667vw; } }

.head-recruit_viewcomplete__lead {
  font-weight: nomal;
  line-height: 2; }
  @media (max-width: 767px) {
    .head-recruit_viewcomplete__lead {
      font-size: 3.7333333333vw;
      line-height: 1.8; } }
  .head-recruit_viewcomplete__lead a {
    text-decoration: underline; }

.head-recruit_viewcomplete-tel {
  color: #ff0000;
  font-weight: bold; }

.head-recruit_viewcomplete-caution {
  text-align: right; }
  .head-recruit_viewcomplete-caution span {
    color: #ff0000; }

/* --------------------------------------
seminar_apply
--------------------------------------- */
@media (max-width: 1054px) {
  .head-seminar_apply {
    margin: 0 -15px 80px; } }

@media (max-width: 767px) {
  .head-seminar_apply {
    margin: 0;
    font-size: 3.7333333333vw; } }

.head-seminar_apply__inner {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    .head-seminar_apply__inner {
      width: auto;
      height: auto;
      padding: 0; } }

.head-seminar_apply__main {
  text-align: center;
  font-size: 3.25rem;
  font-weight: bold;
  margin: 60px 0 0; }
  @media (max-width: 767px) {
    .head-seminar_apply__main {
      font-size: 7.4666666667vw;
      margin: 8vw 0; } }

.head-seminar_apply__lead {
  font-weight: nomal;
  line-height: 2; }
  @media (max-width: 767px) {
    .head-seminar_apply__lead {
      font-size: 3.7333333333vw; } }
  .head-seminar_apply__lead a {
    text-decoration: underline; }

.head-seminar_apply-tel {
  color: #ff0000;
  font-weight: bold; }

.head-seminar_apply-caution {
  text-align: right; }
  .head-seminar_apply-caution span {
    color: #ff0000; }

.head-seminar_apply__text {
  font-size: 2rem; }

/* --------------------------------------
seminar_apply_complete
--------------------------------------- */
@media (max-width: 1054px) {
  .head-seminar_apply_viewcomplete {
    margin: 0 -15px 80px; } }

@media (max-width: 767px) {
  .head-seminar_apply_viewcomplete {
    margin: 0 -15px 10.6666666667vw;
    line-height: 1.4; } }

.head-seminar_apply_viewcomplete__inner {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden; }
  @media (max-width: 767px) {
    .head-seminar_apply_viewcomplete__inner {
      width: auto;
      height: auto;
      padding: 0; } }

.head-seminar_apply_viewcomplete__main {
  text-align: center;
  font-size: 3.25rem;
  font-weight: bold;
  margin: 60px 0 0; }
  @media (max-width: 767px) {
    .head-seminar_apply_viewcomplete__main {
      font-size: 7.4666666667vw;
      margin: 8vw 0; } }

.head-seminar_apply_viewcomplete__text {
  font-size: 2rem;
  padding-top: 2rem; }
  @media (max-width: 767px) {
    .head-seminar_apply_viewcomplete__text {
      font-size: 5.8666666667vw; } }

.head-seminar_apply_viewcomplete__lead {
  font-weight: nomal;
  line-height: 2; }
  @media (max-width: 767px) {
    .head-seminar_apply_viewcomplete__lead {
      font-size: 3.7333333333vw;
      line-height: 1.8; } }
  .head-seminar_apply_viewcomplete__lead a {
    text-decoration: underline; }

.head-seminar_apply_viewcomplete-tel {
  color: #ff0000;
  font-weight: bold; }

.head-seminar_apply_viewcomplete-caution {
  text-align: right; }
  .head-seminar_apply_viewcomplete-caution span {
    color: #ff0000; }

/* --------------------------------------
product
--------------------------------------- */
.head-product {
  background-image: url("/files/user/images/product/head-product-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 0 0; }
  @media (max-width: 1054px) {
    .head-product {
      margin: 0 -15px 0; } }
  @media (max-width: 767px) {
    .head-product {
      margin: 0 -15px 0;
      background-image: url("/files/user/images/product/sp/head-product-bg.png");
      background-size: cover; } }
  .head-product__inner {
    width: 1024px;
    margin: 0 auto;
    height: 280px;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .head-product__inner {
        width: auto;
        height: auto;
        padding: 8vw 15px; } }
  .head-product__main {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .head-product__main {
        font-size: 7.4666666667vw;
        margin-top: 0;
        margin-bottom: 3vw; } }
  .head-product__lead {
    font-weight: bold;
    line-height: 2; }
    @media (max-width: 767px) {
      .head-product__lead {
        font-size: 3.7333333333vw; } }

.legal .mt15 {
  margin-top: 15px; }

.legal .mt30 {
  margin-top: 30px; }

.legal .mb30 {
  margin-bottom: 30px; }

.legal .font-b {
  font-weight: bold; }

.legal .contents-title-lead {
  text-align: left;
  margin: 15px 0 0 0; }

.legal h5 {
  font-size: inherit;
  padding: 15px 0 0 0; }

.legal__inner {
  width: 1024px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .legal__inner {
      width: 100%; } }
  .legal__inner__title {
    margin: 60px 0 0;
    font-weight: bold;
    font-size: 1.25rem; }
    @media (max-width: 767px) {
      .legal__inner__title {
        margin: 4vw 0; } }
  .legal__inner__detail {
    padding: 0 30px; }
    @media (max-width: 767px) {
      .legal__inner__detail {
        padding: 0; } }

.legal .legal__contact {
  text-align: center;
  line-height: normal;
  margin: 60px 0; }
  .legal .legal__contact__title-1 {
    font-size: 1.125rem; }
    @media (max-width: 767px) {
      .legal .legal__contact__title-1 {
        font-size: 4.2666666667vw;
        font-weight: bold;
        margin: 0; } }
  @media (max-width: 767px) {
    .legal .legal__contact__title-2 {
      font-size: 4.8vw;
      margin: 0; } }
  .legal .legal__contact__text {
    font-weight: normal; }
    @media (max-width: 767px) {
      .legal .legal__contact__text {
        font-size: 4.2666666667vw; } }

@media (max-width: 767px) {
  .pc_only {
    display: none; } }

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

.check_icon {
  background-image: url("/files/user/images/check.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  list-style: none;
  margin-bottom: 10px; }

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

.img_wrap {
  margin: auto; }
  .img_wrap img {
    max-width: 100%; }

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

/* --------------------------------------
top news, news_info
--------------------------------------- */
.news_info {
  margin-bottom: 120px; }
  .news_info .top-group-6__inner {
    padding: 0; }
  .news_info .top-group-6__btn {
    margin: 60px auto; }
    @media (max-width: 767px) {
      .news_info .top-group-6__btn {
        margin: 10vw 0 20vw; } }
  .news_info .top-group-6__list {
    border-top: none; }
  .news_info .top-group-6__title {
    letter-spacing: 1px; }
  .news_info .contents-title {
    text-align: center;
    font-size: 3.25rem;
    font-weight: bold;
    margin: 60px;
    letter-spacing: inherit; }
    @media (max-width: 767px) {
      .news_info .contents-title {
        font-size: 7.4666666667vw;
        margin-top: 0;
        margin-bottom: 3vw;
        margin: 8vw 0; } }

/* --------------------------------------
news_info_detail
--------------------------------------- */
.news_info_detail {
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .news_info_detail {
      margin-bottom: 15vw; } }
  .news_info_detail .page-title {
    text-align: center;
    font-weight: bold;
    margin: 60px;
    letter-spacing: inherit; }
    @media (max-width: 767px) {
      .news_info_detail .page-title {
        font-size: 4.2666666667vw;
        margin: 8vw 0; } }

.news_info_detail__body {
  margin-bottom: 110px;
  padding: 0 60px 10px; }
  @media (max-width: 767px) {
    .news_info_detail__body {
      padding-bottom: 30px;
      margin-bottom: 55px;
      padding: 0 0 30px; } }

.news_info_detail__body__content {
  line-height: 2;
  margin: 30px 0 120px; }
  @media (max-width: 767px) {
    .news_info_detail__body__content {
      margin: 30px 0 60px;
      font-size: 3.7333333333vw; } }
  .news_info_detail__body__content .contents-body {
    word-break: break-all; }
    .news_info_detail__body__content .contents-body img {
      max-width: 100%; }

.partner .head-partner {
  background-image: url("/files/user/images/partner/head-partner-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0; }
  @media (max-width: 1054px) {
    .partner .head-partner {
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    .partner .head-partner {
      margin: 0 -15px 7.4666666667vw;
      background-image: url("/files/user/images/partner/sp/head-partner-bg.png");
      background-size: cover;
      position: relative; } }
  .partner .head-partner__inner {
    width: 1024px;
    margin: 0 auto;
    height: 540px;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .partner .head-partner__inner {
        width: auto;
        height: auto;
        padding: 8vw 15px; } }
  .partner .head-partner__main {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .partner .head-partner__main {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 3vw; } }
  .partner .head-partner__lead {
    font-weight: bold;
    line-height: 2; }
    @media (max-width: 767px) {
      .partner .head-partner__lead {
        font-size: 1rem; } }
  .partner .head-partner__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: -1px 0 0 -1px;
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 767px) {
      .partner .head-partner__links {
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transform: translate(0, 100%);
                transform: translate(0, 100%);
        width: 100%; } }
    .partner .head-partner__links li {
      width: 20%;
      padding: 1px 0 0 1px; }
      @media (max-width: 767px) {
        .partner .head-partner__links li {
          width: 33.333333%; } }
      .partner .head-partner__links li a {
        position: relative;
        z-index: 2;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.555555;
        min-height: 108px; }
        @media (max-width: 767px) {
          .partner .head-partner__links li a {
            font-size: 3.2vw;
            min-height: 17.0666666667vw; } }
        .partner .head-partner__links li a:before {
          content: "";
          display: block;
          background-color: #fff;
          opacity: 0.5;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: -1; }
          @media (max-width: 767px) {
            .partner .head-partner__links li a:before {
              opacity: 1;
              background-color: #f0f0f0; } }
        .partner .head-partner__links li a:after {
          content: "";
          width: 7px;
          height: 7px;
          border-right: 1px solid #333;
          border-bottom: 1px solid #333;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0 0;
          position: absolute;
          bottom: 16px;
          left: 50%;
          -webkit-transform: translate(-50%, 0) rotate(45deg);
                  transform: translate(-50%, 0) rotate(45deg); }
          @media (max-width: 767px) {
            .partner .head-partner__links li a:after {
              width: 5px;
              height: 5px;
              bottom: 8px; } }
        .partner .head-partner__links li a:hover, .partner .head-partner__links li a:active, .partner .head-partner__links li a:focus {
          text-decoration: none; }
          .partner .head-partner__links li a:hover:before, .partner .head-partner__links li a:active:before, .partner .head-partner__links li a:focus:before {
            opacity: 0.8; }

.partner .contents--main {
  margin-top: 1rem; }
  @media (max-width: 767px) {
    .partner .contents--main {
      margin-top: 220px; } }

.partner .head-1 {
  /*CVR向上*/
  text-align: center;
  font-size: 2.5rem;
  margin: 0;
  /*0 0 20px*/
  font-weight: 500; }
  @media (max-width: 767px) {
    .partner .head-1 {
      font-size: 7.2vw;
      margin: 0;
      /*160px 0 0*/
      padding-top: 0;
      /*50px*/ } }

.partner .keyword_b {
  margin: 1rem auto 2rem;
  text-align: center; }
  @media (max-width: 767px) {
    .partner .keyword_b {
      display: inline-block;
      margin: 0.5rem auto; } }
  .partner .keyword_b span {
    display: inline-block;
    font-size: 1rem;
    color: #212529;
    border-radius: 22px;
    position: relative;
    border: 1px solid #ccc;
    padding: 0.5rem 2rem;
    margin: 0 0.2rem 0.5rem;
    line-height: 1.0; }
    @media (max-width: 767px) {
      .partner .keyword_b span {
        margin: 0.2rem;
        padding: 0.5rem 1.5rem; } }

.partner .group-partner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -16px 0; }
  @media (max-width: 767px) {
    .partner .group-partner {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 -15px 40px; }
      .partner .group-partner > *:last-child {
        margin-bottom: 0; } }
  .partner .group-partner__item {
    width: 33.33333%;
    padding: 0 16px;
    margin: 0 0 32px; }
    @media (max-width: 767px) {
      .partner .group-partner__item {
        width: 100%;
        margin: 0 0 25px;
        padding: 0 15px; } }
    .partner .group-partner__item__inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%;
      border: 1px solid #dddddd;
      overflow: hidden;
      padding: 0 25px;
      text-align: center;
      background-color: #fff; }
      @media (max-width: 767px) {
        .partner .group-partner__item__inner {
          padding: 0 25px; } }
      .partner .group-partner__item__inner .company-wrap {
        background-color: #f0f0f0;
        margin: 0 -25px;
        padding: 0.5rem 1rem;
        text-align: left; }
        @media (max-width: 767px) {
          .partner .group-partner__item__inner .company-wrap {
            padding: 0; } }
        .partner .group-partner__item__inner .company-wrap .company-name {
          font-size: 1.2857142857rem;
          text-align: left;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .partner .group-partner__item__inner .company-wrap .company-name {
              padding: 0.5rem 0.5rem 0; } }
        .partner .group-partner__item__inner .company-wrap p.link {
          font-size: 0.75rem;
          line-height: 1.67;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .partner .group-partner__item__inner .company-wrap p.link {
              margin: 0;
              padding: 0 0.5rem 0.5rem; } }
          .partner .group-partner__item__inner .company-wrap p.link a {
            padding: 0 0 0 21px;
            color: #e6001a;
            display: inline-block;
            text-indent: -21px;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .partner .group-partner__item__inner .company-wrap p.link a:before {
              content: "";
              display: inline-block;
              width: 12px;
              height: 12px;
              background-image: url("/files/user/images/icon-window.png");
              background-repeat: no-repeat;
              background-position: 0 0;
              vertical-align: middle;
              margin-right: 7px; }
      .partner .group-partner__item__inner .logo {
        margin: 0 -28px;
        padding: 0;
        /*0.5rem 0*/
        display: inline-block; }
        @media (max-width: 767px) {
          .partner .group-partner__item__inner .logo {
            margin: 0 -25px;
            display: block; }
            .partner .group-partner__item__inner .logo img {
              display: block;
              margin: 0 auto;
              max-width: 100%; } }
      .partner .group-partner__item__inner .keyword-list {
        margin: 10px 0;
        text-align: left; }
        .partner .group-partner__item__inner .keyword-list span {
          display: inline-block;
          font-size: 0.8125rem;
          background-color: #fff;
          color: #212529;
          font-weight: normal;
          line-height: 1.5;
          border-radius: 22px;
          position: relative;
          border: 1px solid #ddd;
          padding: 0 0.8rem;
          margin: 0 0.2rem 0.2rem 0; }
          @media (max-width: 767px) {
            .partner .group-partner__item__inner .keyword-list span {
              line-height: 1.75;
              padding: 0.25rem 1rem; } }
      .partner .group-partner__item__inner p.desc {
        min-height: 84px;
        text-align: left;
        margin-bottom: 0.5rem;
        font-size: 0.9rem; }
        @media (max-width: 767px) {
          .partner .group-partner__item__inner p.desc {
            min-height: 0; } }
      .partner .group-partner__item__inner .down {
        margin: 0 -25px;
        border-top: 1px solid #ddd;
        height: 100px;
        text-align: center; }
        @media (max-width: 767px) {
          .partner .group-partner__item__inner .down {
            height: 100px; } }
        .partner .group-partner__item__inner .down .product-logo {
          display: inline-block; }
          .partner .group-partner__item__inner .down .product-logo .thumb {
            display: block;
            text-align: center;
            vertical-align: middle;
            width: 100%;
            text-align: center; }
            .partner .group-partner__item__inner .down .product-logo .thumb img {
              max-width: 100%; }
          .partner .group-partner__item__inner .down .product-logo .thumb-text {
            display: block;
            vertical-align: middle;
            padding: 0;
            margin-bottom: 1rem;
            font-size: 0.9rem; }

.privacy__inner {
  width: 1024px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .privacy__inner {
      width: 100%; } }

.privacy__head {
  font-size: 2rem;
  margin: 0 0 30px;
  letter-spacing: 0.2em;
  text-align: center; }
  @media (max-width: 767px) {
    .privacy__head {
      font-size: 6.4vw; } }

.privacy .publish-date {
  font-weight: normal; }

.privacy .contents-title-lead {
  text-align: left; }

.privacy__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px; }
  @media (max-width: 767px) {
    .privacy__list {
      margin: 0 0 8vw; } }
  .privacy__list li {
    padding: 15px 0; }
    .privacy__list li .privacy__list__title {
      width: 100%; }

.privacy .privacy__contact {
  text-align: center;
  line-height: normal;
  margin: 60px 0; }
  .privacy .privacy__contact__title-1 {
    font-size: 1.125rem; }
    @media (max-width: 767px) {
      .privacy .privacy__contact__title-1 {
        font-size: 4.2666666667vw;
        font-weight: bold;
        margin: 0; } }
  @media (max-width: 767px) {
    .privacy .privacy__contact__title-2 {
      font-size: 4.8vw;
      margin: 0; } }
  .privacy .privacy__contact__text {
    font-weight: normal; }
    @media (max-width: 767px) {
      .privacy .privacy__contact__text {
        font-size: 4.2666666667vw; } }

@media (max-width: 767px) {
  .pc_only {
    display: none; } }

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

.check_icon {
  background-image: url("/files/user/images/check.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  list-style: none;
  margin-bottom: 10px; }

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

.img_wrap {
  margin: auto; }
  .img_wrap img {
    max-width: 100%; }

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

@media (max-width: 767px) {
  .product__cont .reading_part {
    font-size: 3.7333333333vw;
    text-align: left; } }

.product__cont em {
  color: #f00;
  font-style: normal; }

.product__cont .group-feature-1__desc {
  text-align: center; }

.product__cont .supper {
  display: block; }

.product__cont .sup_red .supper {
  color: #f00;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .product__cont .sup_red .supper {
      margin-bottom: 0; } }

.product__cont .group-recom {
  overflow: hidden;
  margin-bottom: 70px; }

@media (min-width: 768px) {
  .product__cont .top-group-solution__item--2 .top-group-solution__item__content,
  .product__cont .top-group-solution__item--3 .top-group-solution__item__content {
    width: 30vw; } }

.product__cont .discript-product {
  background-image: url("/files/user/images/product/discript-product-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 80px 0;
  margin-bottom: 70px; }
  @media (max-width: 1054px) {
    .product__cont .discript-product {
      margin: 0 -15px 70px; } }
  @media (max-width: 767px) {
    .product__cont .discript-product {
      width: calc(100% + 30px);
      margin: 0 -15px 70px;
      min-width: inherit;
      padding-top: 50px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }
  .product__cont .discript-product .group-feature-3__lead {
    color: #000; }
    @media (max-width: 767px) {
      .product__cont .discript-product .group-feature-3__lead {
        font-size: 7.2vw; } }
    .product__cont .discript-product .group-feature-3__lead .main_title {
      display: block; }
    .product__cont .discript-product .group-feature-3__lead .sub_title {
      display: block;
      font-size: 1rem; }
  .product__cont .discript-product .group-feature-7__head {
    font-weight: bold; }
    @media (max-width: 767px) {
      .product__cont .discript-product .group-feature-7__head {
        font-size: 3.7333333333vw; } }
  .product__cont .discript-product .discript__title {
    font-size: 48px; }
  .product__cont .discript-product .product_icon {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    z-index: 10;
    top: -40px; }
    @media (max-width: 767px) {
      .product__cont .discript-product .product_icon {
        width: 60px;
        top: -30px; } }
    .product__cont .discript-product .product_icon img {
      width: 100%; }
  .product__cont .discript-product .cont__inner {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px; }
    @media (max-width: 767px) {
      .product__cont .discript-product .cont__inner {
        padding-top: 40px;
        padding: 9.3333333333vw 15px 0; } }
  .product__cont .discript-product ul {
    text-align: left;
    display: inline-block;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }

.product__cont .group-feature__head {
  margin-bottom: 3rem; }

.product__cont .head_style1 {
  position: relative;
  font-size: 3rem;
  text-align: center;
  line-height: 4rem;
  margin-bottom: 2.5rem;
  letter-spacing: .1rem; }
  @media (max-width: 767px) {
    .product__cont .head_style1 {
      font-size: 7.3vw;
      line-height: normal; } }
  .product__cont .head_style1 .supper {
    display: block;
    font-size: 1.25rem;
    line-height: normal; }
    @media (max-width: 767px) {
      .product__cont .head_style1 .supper {
        font-size: 3.2vw;
        margin: 0 0 0.5333333333vw; } }
  .product__cont .head_style1 span {
    display: inline-block; }

.product__cont .strong_style1 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: center; }
  @media (max-width: 767px) {
    .product__cont .strong_style1 {
      font-size: 5.3vw; } }
  .product__cont .strong_style1 span {
    display: inline-block; }

.product__cont .cont__inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 767px) {
    .product__cont .cont__inner {
      width: 100%; } }

.contents.product__cont {
  padding: 0; }

.product__cont .discript-product .main_title {
  color: #00a7e5; }

.product__cont .discript-product .group-feature-3__lead {
  color: #212529; }

.product__cont .discript-product .group-feature-3__content {
  min-height: 600px;
  bottom: 285px; }

.product__cont .discript-product .group-feature-7__head {
  font-weight: bold; }

.product__cont .discript-product .recommend_exp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 600px;
  margin-bottom: 30px; }
  .product__cont .discript-product .recommend_exp img:nth-child(1) {
    margin-left: 40px; }
    @media (max-width: 767px) {
      .product__cont .discript-product .recommend_exp img:nth-child(1) {
        margin-left: 0; } }
  @media (max-width: 767px) {
    .product__cont .discript-product .recommend_exp {
      width: 80%;
      max-width: 370px; }
      .product__cont .discript-product .recommend_exp img {
        height: 45px; } }

.product__cont .group-recom.strong1 .reading_part {
  text-align: left;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem; }

.product__cont .group-recom.strong2 .reading_part {
  text-align: left; }

.product__cont .group-recom.strong2 ul {
  padding-left: 0; }

@media (max-width: 767px) {
  .product__cont .group-recom.strong2 .strong__img_wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (max-width: 767px) {
  .product__cont .group-recom.strong2 .img_wrap {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
    margin-top: -20px; } }

.product__cont .group-recom .strong__img_wrap,
.product__cont .group-recom .chara__img_wrap,
.product__cont .group-recom .func__img_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 950px; }
  @media (max-width: 767px) {
    .product__cont .group-recom .strong__img_wrap,
    .product__cont .group-recom .chara__img_wrap,
    .product__cont .group-recom .func__img_wrap {
      width: 100%; } }

.product__cont .group-recom.chara {
  background-image: url("/files/user/images/recommend/recommend_chara_bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 50px 0; }
  @media (max-width: 1054px) {
    .product__cont .group-recom.chara {
      margin: 0 -15px 70px; } }
  @media (max-width: 767px) {
    .product__cont .group-recom.chara {
      width: calc(100% + 30px);
      margin: 0 -15px 70px;
      min-width: inherit;
      padding-top: 50px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .product__cont .group-recom.chara {
      margin-bottom: 0; } }
  .product__cont .group-recom.chara .reading_part {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
    padding: 30px; }
    .product__cont .group-recom.chara .reading_part .element_title {
      color: #006cc1;
      font-size: 1.5rem;
      line-height: 1; }
      @media (max-width: 767px) {
        .product__cont .group-recom.chara .reading_part .element_title {
          font-size: 5vw; } }
  .product__cont .group-recom.chara .chara__img_wrap {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .product__cont .group-recom.chara .chara__img_wrap {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 70%; }
        .product__cont .group-recom.chara .chara__img_wrap img {
          margin-bottom: 15px; } }

.product__cont .group-recom.func {
  margin-bottom: 80px; }

.product__cont .group-recom.filter {
  background-image: url("/files/user/images/recommend/recommend_filter_bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 50px 0; }
  @media (max-width: 1054px) {
    .product__cont .group-recom.filter {
      margin: 0 -15px 70px; } }
  @media (max-width: 767px) {
    .product__cont .group-recom.filter {
      width: calc(100% + 30px);
      margin: 0 -15px 70px;
      min-width: inherit;
      padding-top: 50px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }
  .product__cont .group-recom.filter .sub_container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px; }

.product__cont .group-recom.report {
  background-image: url("/files/user/images/recommend/recommend_report_bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 50px 0; }
  @media (max-width: 1054px) {
    .product__cont .group-recom.report {
      margin: 0 -15px 70px; } }
  @media (max-width: 767px) {
    .product__cont .group-recom.report {
      width: calc(100% + 30px);
      margin: 0 -15px 70px;
      min-width: inherit;
      padding-top: 50px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }
  @media (min-width: 768px) {
    .product__cont .group-recom.report .strong_style1 {
      text-align: left; } }
  .product__cont .group-recom.report .sub_container {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px; }
    .product__cont .group-recom.report .sub_container .reading_part {
      text-align: left;
      position: absolute; }
      @media (max-width: 767px) {
        .product__cont .group-recom.report .sub_container .reading_part {
          position: static; } }
    .product__cont .group-recom.report .sub_container ul {
      display: inline-block;
      position: relative;
      z-index: 1;
      background-color: rgba(255, 255, 255, 0.66);
      padding: 10px 30px; }
      @media (max-width: 767px) {
        .product__cont .group-recom.report .sub_container ul {
          position: absolute; } }
    .product__cont .group-recom.report .sub_container .img_wrap {
      text-align: right; }
      @media (max-width: 767px) {
        .product__cont .group-recom.report .sub_container .img_wrap {
          margin: 0 -30px; } }
  .product__cont .group-recom.report .layout_cont {
    position: relative; }

/* --------------------------------------
recruit_interview
--------------------------------------- */
/*interview head*/
.recruit_interview_detail .head-recruit {
  background-image: url("/files/user/images/recruit/head-recruit-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0; }
  @media (max-width: 767px) {
    .recruit_interview_detail .head-recruit {
      margin: 0 -15px 10.6666666667vw;
      background-image: url("/files/user/images/recruit/sp/head-recruit-bg.png");
      background-size: cover; } }
  .recruit_interview_detail .head-recruit__inner {
    width: 1024px;
    margin: 0 auto;
    height: 280px;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .recruit_interview_detail .head-recruit__inner {
        width: auto;
        height: auto;
        padding: 8vw 15px; } }
  .recruit_interview_detail .head-recruit__main {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .recruit_interview_detail .head-recruit__main {
        font-size: 7.4666666667vw;
        margin-top: 0;
        margin-bottom: 3vw; } }
  .recruit_interview_detail .head-recruit__lead {
    font-weight: bold;
    line-height: 2; }
    @media (max-width: 767px) {
      .recruit_interview_detail .head-recruit__lead {
        font-size: 3.7333333333vw; } }

/*interviewer head*/
.recruit_interview_detail_main {
  background-color: #f0f0f0;
  padding: 2rem;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .recruit_interview_detail_main {
      width: 100%;
      background-color: #fff;
      padding: 0; } }
  .recruit_interview_detail_main__inner {
    width: 1024px;
    margin: 0 auto;
    background-color: #fff; }
    @media (max-width: 767px) {
      .recruit_interview_detail_main__inner {
        width: auto;
        height: auto; } }
    .recruit_interview_detail_main__inner:after {
      content: "";
      display: block;
      clear: both; }
  .recruit_interview_detail_main-imgwrap {
    float: left;
    width: 550px; }
    @media (max-width: 767px) {
      .recruit_interview_detail_main-imgwrap {
        font-size: 7.4666666667vw;
        margin-top: 0;
        margin-bottom: 3vw;
        display: block;
        width: 100%; } }
    .recruit_interview_detail_main-imgwrap img {
      width: 100%; }
    .recruit_interview_detail_main-imgwrap:after {
      content: "";
      display: block;
      clear: both; }
  .recruit_interview_detail_main__lead {
    float: right;
    font-weight: bold;
    line-height: 2;
    width: calc(1024px - 550px);
    padding: 3rem; }
    @media (max-width: 767px) {
      .recruit_interview_detail_main__lead {
        width: 100%;
        font-size: 4.8vw;
        display: block;
        line-height: 1.6;
        padding: 0; } }
    .recruit_interview_detail_main__lead .title {
      font-size: 0.875rem; }
    .recruit_interview_detail_main__lead .name {
      font-size: 0.875rem; }
    .recruit_interview_detail_main__lead .date {
      font-size: 0.875rem; }
    .recruit_interview_detail_main__lead .catch {
      font-size: 1.375rem; }
    .recruit_interview_detail_main__lead:after {
      content: "";
      display: block;
      clear: both; }

.recruit_interview_detail-wrap {
  width: 1024px; }
  @media (max-width: 767px) {
    .recruit_interview_detail-wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .recruit_interview_detail-wrap:after {
    content: "";
    display: block;
    clear: both; }

.recruit_interview_detail-wrap-last {
  border-top: 1px solid #d3d1d0;
  padding-top: 2rem;
  margin-top: 2rem; }
  .recruit_interview_detail-wrap-last:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden; }
  @media (max-width: 767px) {
    .recruit_interview_detail-wrap-last {
      border-top: none; } }

.recruit_interview_detail__item {
  float: left;
  width: 70%;
  padding: 0 15px 15px 0;
  margin: 0 0 32px; }
  @media (max-width: 767px) {
    .recruit_interview_detail__item {
      width: 100%;
      padding: 0;
      /*0 15px*/ } }

.recruit_interview_detail__item__photo {
  float: right;
  width: 30%;
  padding: 0;
  text-align: right; }
  @media (max-width: 767px) {
    .recruit_interview_detail__item__photo {
      width: 100%;
      text-align: center;
      margin-bottom: 10vw; } }

.recruit_interview_detail__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .recruit_interview_detail__item .contents-title {
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    color: #212529; }
    @media (max-width: 767px) {
      .recruit_interview_detail__item .contents-title {
        text-align: left;
        font-size: 4.8vw;
        font-weight: bold;
        margin: 2vw 0; } }
    .recruit_interview_detail__item .contents-title-last {
      width: calc(100% - 3.5rem);
      font-size: 2.0rem;
      line-height: 1.2;
      color: #e60118; }
      @media (max-width: 767px) {
        .recruit_interview_detail__item .contents-title-last {
          text-align: left;
          font-size: 4.8vw;
          font-weight: bold;
          margin: 2vw 0;
          width: 86%; } }
  .recruit_interview_detail__item .c21-icon {
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
    background: url("/files/user/images/recruit_interview/c21-icon.png") 0 50% no-repeat;
    background-size: contain; }
    @media (max-width: 767px) {
      .recruit_interview_detail__item .c21-icon {
        width: 8vw;
        height: 8vw;
        margin: 2vw 2vw 2vw 0; } }

/*-----other staff interview--------*/
@media (max-width: 767px) {
  .recruit_interview_detail {
    padding-bottom: 5.3333333333vw; } }

.recruit_interview_detail .contents-title-2 {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.5;
  margin: 60px 0 0;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .recruit_interview_detail .contents-title-2 {
      text-align: center;
      font-size: 5.8666666667vw;
      line-height: 1.5;
      font-weight: bold;
      margin: 8vw 0 4vw; } }

.recruit_interview_detail .contents-title-3 {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0 0 30px;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .recruit_interview_detail .contents-title-3 {
      text-align: center;
      font-size: 4.8vw;
      line-height: inherit;
      /*2.8*/
      font-weight: bold;
      margin: 4vw 0 1vw; } }

.recruit_interview_detail__list-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left; }
  @media (max-width: 767px) {
    .recruit_interview_detail__list-wrap {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.recruit_interview_detail__list-wrap .recruit_interview_detail__list {
  padding: 0 8px; }
  @media (max-width: 767px) {
    .recruit_interview_detail__list-wrap .recruit_interview_detail__list {
      width: 50%;
      margin: 0; } }
  .recruit_interview_detail__list-wrap .recruit_interview_detail__list__inner {
    width: 140px;
    margin: 0 0 32px;
    text-align: left;
    border: 1px solid #dddddd;
    overflow: hidden;
    background-color: #fff; }
    @media (max-width: 767px) {
      .recruit_interview_detail__list-wrap .recruit_interview_detail__list__inner {
        width: 100%;
        margin: 0 0 15px; } }

.recruit_interview_detail__desc {
  padding: 0.5rem;
  text-align: left; }
  @media (max-width: 767px) {
    .recruit_interview_detail__desc {
      min-height: 0;
      font-size: 3.7333333333vw;
      line-height: 1.75;
      padding-bottom: 3vw; } }
  .recruit_interview_detail__desc__person {
    font-size: 0.75rem;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .recruit_interview_detail__desc__person {
        font-size: 3.4666666667vw; } }
    .recruit_interview_detail__desc__person span {
      font-weight: normal;
      padding-top: 0.5rem;
      display: block; }
  .recruit_interview_detail__desc__name {
    font-size: 0.875rem;
    font-weight: normal;
    padding: 5px 0; }
    @media (max-width: 767px) {
      .recruit_interview_detail__desc__name {
        font-size: 3.4666666667vw; } }

.recruit_interview_detail .recruit_interview_detail__btn {
  margin: 0; }
  .recruit_interview_detail .recruit_interview_detail__btn a {
    font-weight: bold;
    font-size: 0.8125rem;
    position: relative;
    text-indent: 0.1875rem;
    padding: 0 0 0 24px; }
    @media (max-width: 767px) {
      .recruit_interview_detail .recruit_interview_detail__btn a {
        font-size: 3.7333333333vw;
        padding: 0 0 0 24px; } }
    .recruit_interview_detail .recruit_interview_detail__btn a:before {
      content: "";
      display: block;
      background-color: #e6001a;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media (max-width: 767px) {
        .recruit_interview_detail .recruit_interview_detail__btn a:before {
          width: 16px;
          height: 16px; } }
    .recruit_interview_detail .recruit_interview_detail__btn a:after {
      content: "";
      width: 5px;
      height: 5px;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0;
      position: absolute;
      left: 7px;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg);
      color: #fff; }
      @media (max-width: 767px) {
        .recruit_interview_detail .recruit_interview_detail__btn a:after {
          left: 3px; } }

/*-----cross talk--------*/
.recruit_interview_detail__list-wrap-cross {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .recruit_interview_detail__list-wrap-cross {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0 -15px -8px;
      margin: 0 -8px 18px; } }
  .recruit_interview_detail__list-wrap-cross .recruit_interview_detail__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px;
    margin: 0; }
    .recruit_interview_detail__list-wrap-cross .recruit_interview_detail__list__inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 450px;
      margin: 0 0 4vw;
      padding: 0;
      text-align: left;
      border: 1px solid #dddddd;
      overflow: hidden;
      background-color: #fff; }
      @media (max-width: 767px) {
        .recruit_interview_detail__list-wrap-cross .recruit_interview_detail__list__inner {
          width: 100%; } }
      .recruit_interview_detail__list-wrap-cross .recruit_interview_detail__list__inner .recruit_interview__photo img {
        width: 100%; }

@media (max-width: 767px) {
  .recruit_interview_detail__list-wrap-cross .recruit_interview_detail__desc__person {
    padding-bottom: 1vw; } }

.recruit_interview_detail__list-wrap-cross .recruit_interview_detail__desc__person span {
  padding-left: 0.5rem;
  display: inline; }

/* --------------------------------------
recruit_list, recruit_detail
--------------------------------------- */
.recruit_list__inner,
.recruit_detail__inner {
  width: 1024px;
  margin: 0 auto 0;
  padding: 60px 0 80px; }
  @media (max-width: 767px) {
    .recruit_list__inner,
    .recruit_detail__inner {
      width: 100%;
      padding: 3vw 0 10vw; } }

.recruit_list__list,
.recruit_detail__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  border-top: 1px solid #d3d1d0; }
  @media (max-width: 767px) {
    .recruit_list__list,
    .recruit_detail__list {
      margin: 0 0 8vw; } }
  .recruit_list__list li,
  .recruit_detail__list li {
    border-bottom: 1px solid #d3d1d0; }
    .recruit_list__list li a,
    .recruit_detail__list li a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 50px 30px 0;
      font-weight: 500;
      position: relative; }
      @media (max-width: 767px) {
        .recruit_list__list li a,
        .recruit_detail__list li a {
          padding: 4vw 6.6666666667vw 4vw 0; } }
      .recruit_list__list li a .list__date,
      .recruit_detail__list li a .list__date {
        padding: 0 36px 0 0; }
        @media (max-width: 767px) {
          .recruit_list__list li a .list__date,
          .recruit_detail__list li a .list__date {
            font-size: 3.2vw;
            padding: 0 5.3333333333vw 0 0; } }
      .recruit_list__list li a .list__title,
      .recruit_detail__list li a .list__title {
        width: 100%; }
        @media (max-width: 767px) {
          .recruit_list__list li a .list__title,
          .recruit_detail__list li a .list__title {
            font-size: 3.2vw; } }
      .recruit_list__list li a:before,
      .recruit_detail__list li a:before {
        content: "";
        display: block;
        background-color: #e6001a;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media (max-width: 767px) {
          .recruit_list__list li a:before,
          .recruit_detail__list li a:before {
            width: 16px;
            height: 16px; } }
      .recruit_list__list li a:after,
      .recruit_detail__list li a:after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0;
        position: absolute;
        right: 11px;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg);
        color: #fff; }
        @media (max-width: 767px) {
          .recruit_list__list li a:after,
          .recruit_detail__list li a:after {
            right: 7px; } }

.recruit_detail .head-image {
  width: 100%;
  overflow: hidden; }
  .recruit_detail .head-image .image_1 {
    float: left;
    width: 48%; }
  .recruit_detail .head-image .image_2 {
    float: right;
    width: 48%; }

.recruit_detail:after {
  content: "";
  display: block; }

.recruit_detail__inner .contents-title-lead {
  text-align: left; }

.recruit_detail .contents-title-b {
  font-size: 2.5rem; }
  @media (max-width: 767px) {
    .recruit_detail .contents-title-b {
      font-size: 1.5rem; } }

.recruit_detail .table-caption {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0; }
  @media (max-width: 767px) {
    .recruit_detail .table-caption {
      font-size: 4.2666666667vw;
      font-weight: bold;
      padding: 10vw 0 0; } }

/* --------------------------------------
recruit top
--------------------------------------- */
.recruit .head-recruit {
  background-image: url("/files/user/images/recruit/head-recruit-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 0 30px; }
  @media (max-width: 1054px) {
    .recruit .head-recruit {
      margin: 0 -15px 80px; } }
  @media (max-width: 767px) {
    .recruit .head-recruit {
      margin: 0 -15px 0;
      /*0 -15px vw(40)*/
      background-image: url("/files/user/images/recruit/sp/head-recruit-bg.png");
      background-size: cover; } }
  .recruit .head-recruit__inner {
    width: 1024px;
    margin: 0 auto;
    height: 280px;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .recruit .head-recruit__inner {
        width: auto;
        height: auto;
        padding: 8vw 0; } }
  .recruit .head-recruit__main {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .recruit .head-recruit__main {
        font-size: 7.4666666667vw;
        margin-top: 0;
        margin-bottom: 3vw; } }
  .recruit .head-recruit__lead {
    font-weight: bold;
    line-height: 2; }
    @media (max-width: 767px) {
      .recruit .head-recruit__lead {
        font-size: 3.7333333333vw; } }

.recruit .contents-title-b {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 30px;
  letter-spacing: 8px; }
  @media (max-width: 767px) {
    .recruit .contents-title-b {
      font-size: 6.4vw;
      margin-top: 0;
      margin-bottom: 3vw;
      margin: 4vw 0 0; } }

.recruit .contents-title {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.5;
  margin: 60px 0 30px;
  letter-spacing: 4px; }
  @media (max-width: 767px) {
    .recruit .contents-title {
      text-align: center;
      font-size: 5.8666666667vw;
      line-height: 1.5;
      font-weight: bold;
      margin: 8vw 0 4vw; } }

.recruit a {
  color: #212529; }

.recruit .top-group-6__btn {
  margin: 8vw auto; }
  .recruit .top-group-6__btn a {
    color: #fff; }

.recruit .recruit-company {
  text-align: center;
  overflow: hidden;
  margin: 0 0 80px; }
  @media (max-width: 1054px) {
    .recruit .recruit-company {
      margin: 0; } }
  @media (max-width: 767px) {
    .recruit .recruit-company {
      overflow: visible;
      margin: 0; } }
  .recruit .recruit-company ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1480px;
    margin: 0 auto;
    list-style: none;
    padding: 0; }
    @media (max-width: 767px) {
      .recruit .recruit-company ul {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 -15px; } }
    .recruit .recruit-company ul li {
      /*ビジョン*/
      width: 100%;
      background-repeat: no-repeat;
      background-position: 0 0;
      height: 500px;
      /*400px*/
      width: 25%;
      /*296px*/
      position: relative;
      z-index: 2;
      font-weight: 500; }
      @media (max-width: 767px) {
        .recruit .recruit-company ul li {
          width: 100%;
          height: 24vw; } }
      .recruit .recruit-company ul li .comingsoon {
        font-size: 1rem;
        line-height: 38px;
        display: inline-block;
        width: 150px;
        color: #fff;
        position: relative; }
        @media (max-width: 767px) {
          .recruit .recruit-company ul li .comingsoon {
            line-height: 8vw;
            width: 28vw;
            position: absolute;
            top: 50%;
            right: 12vw;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            font-size: 3.2vw; } }
      .recruit .recruit-company ul li a {
        font-size: 1rem;
        line-height: 38px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        display: inline-block;
        width: 150px;
        color: #fff;
        position: relative; }
        @media (max-width: 767px) {
          .recruit .recruit-company ul li a {
            line-height: 8vw;
            width: 28vw;
            position: absolute;
            top: 50%;
            right: 12vw;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            font-size: 3.2vw; } }
        .recruit .recruit-company ul li a:before {
          content: "";
          width: 6px;
          height: 6px;
          border-right: 1px solid #fff;
          border-top: 1px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 50%;
          left: 6px;
          vertical-align: middle;
          margin: -2px 0 0; }
          @media (max-width: 767px) {
            .recruit .recruit-company ul li a:before {
              width: 1.333333333vw;
              height: 1.333333333vw; } }
      .recruit .recruit-company ul li > span {
        font-size: 1.625rem;
        display: block;
        color: #fff;
        line-height: 1.2; }
        @media (max-width: 767px) {
          .recruit .recruit-company ul li > span {
            font-size: 5.3333333333vw; } }
      .recruit .recruit-company ul li.recruit-company__list__1 {
        background-image: url("/files/user/images/recruit/intro1.png");
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover;
        margin-top: 20px; }
        @media (max-width: 767px) {
          .recruit .recruit-company ul li.recruit-company__list__1 {
            background-image: url("/files/user/images/recruit/sp/intro1.png");
            background-size: cover; } }
        .recruit .recruit-company ul li.recruit-company__list__1 .recruit-company__list__1__title {
          margin: 130px 0 58px; }
          @media (max-width: 767px) {
            .recruit .recruit-company ul li.recruit-company__list__1 .recruit-company__list__1__title {
              margin: 0;
              position: absolute;
              top: 50%;
              left: 9.6vw;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%); } }
      .recruit .recruit-company ul li.recruit-company__list__2 {
        background-image: url("/files/user/images/recruit/intro2.png");
        margin-top: 20px;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover; }
        @media (max-width: 767px) {
          .recruit .recruit-company ul li.recruit-company__list__2 {
            background-image: url("/files/user/images/recruit/sp/intro2.png");
            background-size: cover;
            margin-top: 0; } }
        .recruit .recruit-company ul li.recruit-company__list__2 .recruit-company__list__2__title {
          margin: 120px 0 36px; }
          @media (max-width: 767px) {
            .recruit .recruit-company ul li.recruit-company__list__2 .recruit-company__list__2__title {
              margin: 0;
              position: absolute;
              top: 50%;
              left: 9.6vw;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%); } }
      .recruit .recruit-company ul li.recruit-company__list__3 {
        background-image: url("/files/user/images/recruit/intro3.png");
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover; }
        @media (max-width: 767px) {
          .recruit .recruit-company ul li.recruit-company__list__3 {
            background-image: url("/files/user/images/recruit/sp/intro3.png");
            background-size: cover; } }
        .recruit .recruit-company ul li.recruit-company__list__3 .recruit-company__list__3__title {
          margin: 126px 0 64px; }
          @media (max-width: 767px) {
            .recruit .recruit-company ul li.recruit-company__list__3 .recruit-company__list__3__title {
              margin: 0;
              position: absolute;
              top: 50%;
              left: 9.6vw;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%); } }
      .recruit .recruit-company ul li.recruit-company__list__4 {
        background-image: url("/files/user/images/recruit/intro4.png");
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover;
        margin-top: 20px; }
        @media (max-width: 767px) {
          .recruit .recruit-company ul li.recruit-company__list__4 {
            background-image: url("/files/user/images/recruit/sp/intro4.png");
            background-size: cover;
            margin-top: 0; } }
        .recruit .recruit-company ul li.recruit-company__list__4 .recruit-company__list__4__title {
          margin: 130px 0 62px; }
          @media (max-width: 767px) {
            .recruit .recruit-company ul li.recruit-company__list__4 .recruit-company__list__4__title {
              margin: 0;
              position: absolute;
              top: 50%;
              left: 9.6vw;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%); } }
      .recruit .recruit-company ul li.recruit-company__list__5 {
        background-image: url("/files/user/images/recruit/intro5.png");
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover; }
        @media (max-width: 767px) {
          .recruit .recruit-company ul li.recruit-company__list__5 {
            background-image: url("/files/user/images/recruit/sp/intro5.png");
            background-size: cover; } }
        .recruit .recruit-company ul li.recruit-company__list__5 .recruit-company__list__5__title {
          margin: 130px 0 60px; }
          @media (max-width: 767px) {
            .recruit .recruit-company ul li.recruit-company__list__5 .recruit-company__list__5__title {
              margin: 0;
              position: absolute;
              top: 50%;
              left: 9.6vw;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%); } }

.recruit_interview {
  background-color: #f0f0f0; }
  @media (max-width: 767px) {
    .recruit_interview {
      padding-bottom: 5.3333333333vw;
      margin: 0 -15px 2.6666666667vw; } }
  .recruit_interview__inner {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .recruit_interview__inner {
        width: auto;
        height: auto;
        padding: 0 15px; } }
  .recruit_interview__list-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    /*追加*/
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -16px 48px; }
    @media (max-width: 767px) {
      .recruit_interview__list-wrap {
        padding: 0 -15px -8px;
        margin: 0 -8px 18px; } }
  .recruit_interview__list {
    width: 33.33333%;
    padding: 0 16px;
    margin: 0 0 32px;
    text-align: left; }
    @media (max-width: 767px) {
      .recruit_interview__list {
        width: 50%;
        padding: 15px 7px 0;
        margin: 0; } }
    .recruit_interview__list__inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      /*追加*/
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      /*追加*/
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /*追加*/
      height: 100%;
      /*追加*/
      border: 1px solid #dddddd;
      overflow: hidden;
      background-color: #fff; }
      @media (max-width: 767px) {
        .recruit_interview__list__inner {
          padding: 0; } }
  .recruit_interview__photo img {
    width: 100%; }
  .recruit_interview__desc {
    padding: 2.0rem 1.5rem;
    /*2rem*/
    min-height: 100%; }
    @media (max-width: 767px) {
      .recruit_interview__desc {
        padding: 4vw; } }
    .recruit_interview__desc__catch {
      font-size: 1.25rem;
      font-weight: normal;
      line-height: inherit;
      padding-bottom: 2rem;
      border-bottom: 1px solid #ccc;
      display: inline-block;
      /*追加*/ }
      @media (max-width: 767px) {
        .recruit_interview__desc__catch {
          font-size: 3.7333333333vw;
          line-height: 1.75;
          padding-bottom: 3vw; } }
    .recruit_interview__desc__person {
      font-size: 1rem;
      padding-bottom: 1rem; }
      @media (max-width: 767px) {
        .recruit_interview__desc__person {
          font-size: 3.4666666667vw; } }
  .recruit_interview__btn {
    margin: 0; }
    .recruit_interview__btn a {
      font-weight: bold;
      margin: 0 0 6px;
      padding: 0 0 0 35px;
      position: relative; }
      @media (max-width: 767px) {
        .recruit_interview__btn a {
          padding: 0 0 0 24px; } }
      .recruit_interview__btn a:before {
        content: "";
        display: block;
        background-color: #e6001a;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media (max-width: 767px) {
          .recruit_interview__btn a:before {
            width: 16px;
            height: 16px; } }
      .recruit_interview__btn a:after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0;
        position: absolute;
        left: 7px;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg);
        color: #fff; }
        @media (max-width: 767px) {
          .recruit_interview__btn a:after {
            left: 3px; } }

/*cross talk*/
.recruit_interview__inner .contents-title-3 {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0 0 30px;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .recruit_interview__inner .contents-title-3 {
      text-align: center;
      font-size: 4.8vw;
      line-height: inherit;
      /*2.8*/
      font-weight: bold;
      margin: 4vw 0 1vw; } }

.recruit_interview__inner .recruit_interview_detail__list-wrap-cross {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .recruit_interview__inner .recruit_interview_detail__list-wrap-cross {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0 -15px -8px;
      margin: 0 -8px 18px; } }
  @media (max-width: 767px) {
    .recruit_interview__inner .recruit_interview_detail__list-wrap-cross .recruit_interview_detail__list__inner {
      padding: 0; } }
  .recruit_interview__inner .recruit_interview_detail__list-wrap-cross .recruit_interview__photo img {
    width: 100%; }

.recruit_interview__inner .recruit_interview_detail__desc {
  padding: 0.5rem;
  text-align: left;
  background-color: #fff; }
  @media (max-width: 767px) {
    .recruit_interview__inner .recruit_interview_detail__desc {
      min-height: 0;
      font-size: 3.7333333333vw;
      line-height: 1.75;
      padding-bottom: 3vw; } }
  .recruit_interview__inner .recruit_interview_detail__desc__person {
    font-size: 0.75rem;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .recruit_interview__inner .recruit_interview_detail__desc__person {
        font-size: 3.4666666667vw; } }
    .recruit_interview__inner .recruit_interview_detail__desc__person span {
      font-weight: bold;
      padding-right: 1rem; }
  .recruit_interview__inner .recruit_interview_detail__desc__name {
    font-size: 0.8125rem;
    font-weight: bold; }
    @media (max-width: 767px) {
      .recruit_interview__inner .recruit_interview_detail__desc__name {
        font-size: 3.4666666667vw; } }

/*リクルートトップ募集職種*/
@media (max-width: 767px) {
  .recruit .recruit_list {
    margin: 0; } }

.recruit .recruit_list__inner {
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .recruit .recruit_list__inner {
      padding-bottom: 8vw; } }

.recruit .recruit_list__list li a {
  font-weight: normal; }
  @media (max-width: 767px) {
    .recruit .recruit_list__list li a span {
      font-size: 3.7333333333vw; } }

.recruit .recruit_list__list__inner {
  padding: 0;
  margin: 0; }
  @media (max-width: 767px) {
    .recruit .recruit_list__list__inner {
      padding: 0;
      margin: 0; } }

@media (max-width: 767px) {
  .recruit-news {
    margin: 0 0 2.6666666667vw; } }

.recruit-news__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 0 0 80px; }
  @media (max-width: 767px) {
    .recruit-news__inner {
      width: 100%;
      padding: 0 0 10.6666666667vw; } }

.recruit-news__list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
  border-top: 1px solid #d3d1d0; }
  @media (max-width: 767px) {
    .recruit-news__list {
      margin: 0 0 2.6666666667vw; } }
  @media (max-width: 767px) {
    .recruit-news__list__date {
      padding: 0 5.3333333333vw 0 0; } }
  .recruit-news__list__title {
    width: 100%; }
  .recruit-news__list__icon1, .recruit-news__list__icon2 {
    text-align: center; }
    .recruit-news__list__icon1 span, .recruit-news__list__icon2 span {
      display: inline-block;
      font-size: 0.75rem;
      letter-spacing: 2px;
      background-color: #0067e6;
      color: #fff;
      font-weight: normal;
      vertical-align: top;
      line-height: 26px;
      width: 80px;
      border-radius: 50px;
      position: relative;
      margin: 0 3rem; }
      @media (max-width: 767px) {
        .recruit-news__list__icon1 span, .recruit-news__list__icon2 span {
          display: inline-block;
          font-size: 1.6vw;
          font-weight: normal;
          letter-spacing: 1px;
          line-height: 6vw;
          width: 18vw;
          border-radius: 50px;
          position: relative;
          margin: 0; } }
  .recruit-news__list__icon1 span {
    background-color: #0067e6; }
  .recruit-news__list__icon2 span {
    background-color: #e6001a; }
  .recruit-news__list li {
    border-bottom: 1px solid #d3d1d0; }
    .recruit-news__list li a,
    .recruit-news__list li .text {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 50px 30px 0;
      font-weight: 500;
      position: relative; }
      @media (max-width: 767px) {
        .recruit-news__list li a,
        .recruit-news__list li .text {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          padding: 4vw 0;
          padding: 4vw 6.6666666667vw 4vw 0;
          font-weight: normal; } }
    .recruit-news__list li a:before {
      content: "";
      display: block;
      background-color: #e6001a;
      width: 24px;
      height: 24px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media (max-width: 767px) {
        .recruit-news__list li a:before {
          width: 16px;
          height: 16px; } }
    .recruit-news__list li a:after {
      content: "";
      width: 6px;
      height: 6px;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0;
      position: absolute;
      right: 11px;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg);
      color: #fff; }
      @media (max-width: 767px) {
        .recruit-news__list li a:after {
          right: 7px; } }

/* --------------------------------------
recruit_crosstalk
--------------------------------------- */
/*interview head*/
.recruit_talk .head-recruit {
  background-image: url("/files/user/images/recruit/head-recruit-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0; }
  @media (max-width: 767px) {
    .recruit_talk .head-recruit {
      margin: 0 -15px 10.6666666667vw;
      background-image: url("/files/user/images/recruit/sp/head-recruit-bg.png");
      background-size: cover; } }
  .recruit_talk .head-recruit__inner {
    width: 1024px;
    margin: 0 auto;
    height: 280px;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 767px) {
      .recruit_talk .head-recruit__inner {
        width: auto;
        height: auto;
        padding: 8vw 15px; } }
  .recruit_talk .head-recruit__main {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .recruit_talk .head-recruit__main {
        font-size: 7.4666666667vw;
        margin-top: 0;
        margin-bottom: 3vw; } }
  .recruit_talk .head-recruit__lead {
    font-weight: bold;
    line-height: 2; }
    @media (max-width: 767px) {
      .recruit_talk .head-recruit__lead {
        font-size: 3.7333333333vw; } }

/*interviewer head*/
.recruit_talk_main {
  background-color: #f0f0f0;
  padding: 2rem;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .recruit_talk_main {
      width: 100%;
      background-color: #fff;
      padding: 0; } }
  .recruit_talk_main .contents-title {
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 1rem 0; }
    @media (max-width: 767px) {
      .recruit_talk_main .contents-title {
        text-align: center;
        font-size: 1.375rem;
        line-height: 1.5;
        font-weight: bold;
        margin: 8vw 0 4vw; } }
  .recruit_talk_main__inner {
    width: 1024px;
    margin: 0 auto;
    background-color: #fff; }
    @media (max-width: 767px) {
      .recruit_talk_main__inner {
        width: auto;
        height: auto; } }
  .recruit_talk_main-imgwrap {
    width: 100%; }
    @media (max-width: 767px) {
      .recruit_talk_main-imgwrap {
        font-size: 7.4666666667vw;
        margin-top: 0;
        margin-bottom: 3vw;
        width: 100%; } }
    .recruit_talk_main-imgwrap img {
      width: 100%; }

.recruit_talk_main_title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .recruit_talk_main_title {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.recruit_talk_main__lead {
  width: 33%;
  font-weight: bold;
  line-height: 2;
  padding: 1rem; }
  @media (max-width: 767px) {
    .recruit_talk_main__lead {
      width: 100%;
      font-size: 3.7333333333vw;
      line-height: 1.6;
      padding: 0; } }
  .recruit_talk_main__lead .title {
    font-size: 0.875rem; }
    @media (max-width: 767px) {
      .recruit_talk_main__lead .title {
        display: block; } }
  .recruit_talk_main__lead .name {
    font-size: 0.875rem; }
    @media (max-width: 767px) {
      .recruit_talk_main__lead .name {
        display: inline-block; } }
  .recruit_talk_main__lead .date {
    font-size: 0.875rem; }
    @media (max-width: 767px) {
      .recruit_talk_main__lead .date {
        display: inline;
        font-weight: normal;
        padding-left: 2.6666666667vw; } }

.recruit_talk-wrap {
  width: 1024px; }
  @media (max-width: 767px) {
    .recruit_talk-wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .recruit_talk-wrap:after {
    content: "";
    display: block;
    clear: both; }

.recruit_talk-wrap-last {
  border-top: 1px solid #d3d1d0;
  padding-top: 2rem;
  margin-top: 2rem; }
  .recruit_talk-wrap-last:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden; }
  @media (max-width: 767px) {
    .recruit_talk-wrap-last {
      border-top: none; } }

.recruit_talk-wrap .text .name,
.recruit_talk-wrap-last .text .name {
  float: left;
  width: 100px;
  font-weight: bold;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .recruit_talk-wrap .text .name,
    .recruit_talk-wrap-last .text .name {
      display: block;
      width: 100%;
      margin: 0;
      padding-bottom: 1vw; } }

.recruit_talk-wrap .text .body,
.recruit_talk-wrap-last .text .body {
  float: right;
  width: 520px;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .recruit_talk-wrap .text .body,
    .recruit_talk-wrap-last .text .body {
      display: block;
      width: 100%;
      margin: 0;
      padding-bottom: 4vw; } }

.recruit_talk__item {
  float: left;
  width: 70%;
  padding: 0 15px 15px 0;
  margin: 0 0 32px; }
  @media (max-width: 767px) {
    .recruit_talk__item {
      width: 100%;
      padding: 0;
      /*0 15px*/ } }

.recruit_talk__item__photo {
  float: right;
  width: 30%;
  padding: 0;
  text-align: right; }
  @media (max-width: 767px) {
    .recruit_talk__item__photo {
      width: 100%;
      text-align: center;
      margin-bottom: 10vw; } }

.recruit_talk__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .recruit_talk__item .contents-title {
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    color: #212529; }
    @media (max-width: 767px) {
      .recruit_talk__item .contents-title {
        text-align: left;
        font-size: 3.7333333333vw;
        font-weight: bold;
        margin: 2vw 0; } }
    .recruit_talk__item .contents-title-last {
      font-size: 2.0rem;
      line-height: 1.2;
      color: #e60118; }
      @media (max-width: 767px) {
        .recruit_talk__item .contents-title-last {
          text-align: left;
          font-size: 4.8vw;
          font-weight: bold;
          margin: 2vw 0;
          width: 86%; } }
  .recruit_talk__item .c21-icon {
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
    background: url("/files/user/images/recruit_interview/c21-icon.png") 0 50% no-repeat;
    background-size: contain; }
    @media (max-width: 767px) {
      .recruit_talk__item .c21-icon {
        width: 8vw;
        height: 8vw;
        margin: 3vw 3vw 0 0; } }

@media (max-width: 767px) {
  .recruit_talk {
    padding-bottom: 5.3333333333vw; } }

.recruit_talk .contents-title-2 {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.5;
  margin: 60px 0 0;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .recruit_talk .contents-title-2 {
      text-align: center;
      font-size: 5.8666666667vw;
      line-height: 1.5;
      font-weight: bold;
      margin: 8vw 0 4vw; } }

.recruit_talk .contents-title-3 {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0 0 30px;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .recruit_talk .contents-title-3 {
      text-align: center;
      font-size: 4.8vw;
      line-height: inherit;
      /*2.8*/
      font-weight: bold;
      margin: 4vw 0 1vw; } }

.recruit_talk__list-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left; }
  @media (max-width: 767px) {
    .recruit_talk__list-wrap {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.recruit_talk__list-wrap .recruit_talk__list {
  padding: 0 8px; }
  @media (max-width: 767px) {
    .recruit_talk__list-wrap .recruit_talk__list {
      width: 50%;
      margin: 0; } }
  .recruit_talk__list-wrap .recruit_talk__list__inner {
    width: 140px;
    margin: 0 0 32px;
    text-align: left;
    border: 1px solid #dddddd;
    overflow: hidden;
    background-color: #fff; }
    @media (max-width: 767px) {
      .recruit_talk__list-wrap .recruit_talk__list__inner {
        width: 100%;
        margin: 0 0 15px; } }

.recruit_talk__desc {
  padding: 0.5rem;
  text-align: left; }
  @media (max-width: 767px) {
    .recruit_talk__desc {
      min-height: 0;
      font-size: 3.7333333333vw;
      line-height: 1.75;
      padding-bottom: 3vw; } }
  .recruit_talk__desc__person {
    font-size: 0.75rem;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .recruit_talk__desc__person {
        font-size: 3.4666666667vw; } }
    .recruit_talk__desc__person span {
      font-weight: normal;
      padding-top: 0.5rem;
      display: block; }
  .recruit_talk__desc__name {
    font-size: 0.875rem;
    font-weight: normal;
    padding: 5px 0; }
    @media (max-width: 767px) {
      .recruit_talk__desc__name {
        font-size: 3.4666666667vw; } }

.recruit_talk .recruit_talk__btn {
  margin: 0; }
  .recruit_talk .recruit_talk__btn a {
    font-weight: bold;
    font-size: 0.8125rem;
    position: relative;
    text-indent: 0.1875rem;
    padding: 0 0 0 24px; }
    @media (max-width: 767px) {
      .recruit_talk .recruit_talk__btn a {
        font-size: 3.7333333333vw;
        padding: 0 0 0 24px; } }
    .recruit_talk .recruit_talk__btn a:before {
      content: "";
      display: block;
      background-color: #e6001a;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media (max-width: 767px) {
        .recruit_talk .recruit_talk__btn a:before {
          width: 16px;
          height: 16px; } }
    .recruit_talk .recruit_talk__btn a:after {
      content: "";
      width: 5px;
      height: 5px;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0;
      position: absolute;
      left: 7px;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg);
      color: #fff; }
      @media (max-width: 767px) {
        .recruit_talk .recruit_talk__btn a:after {
          left: 3px; } }

/*-----cross talk--------*/
.recruit_talk__list-wrap-cross {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .recruit_talk__list-wrap-cross {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0 -15px -8px;
      margin: 0 -8px 18px; } }
  .recruit_talk__list-wrap-cross .recruit_talk__list {
    padding: 0 8px;
    margin: 0; }
    @media (max-width: 767px) {
      .recruit_talk__list-wrap-cross .recruit_talk__list {
        padding: 0; } }
    .recruit_talk__list-wrap-cross .recruit_talk__list__inner {
      width: 100%;
      margin: 0 0 4vw;
      padding: 0;
      text-align: left;
      border: 1px solid #dddddd;
      overflow: hidden;
      background-color: #fff; }
  .recruit_talk__list-wrap-cross .recruit_interview__photo img {
    width: 100%; }

@media (max-width: 767px) {
  .recruit_talk__list-wrap-cross .recruit_talk__desc__person {
    padding-bottom: 1vw; } }

.recruit_talk__list-wrap-cross .recruit_talk__desc__person span {
  padding-left: 0.5rem;
  display: inline; }

.review_view .group-review_view {
  margin-bottom: 70px; }

.review_view .head-review_view {
  border-bottom: 1px solid #ccc;
  margin-bottom: 70px; }

.review_view .head-1 {
  line-height: normal; }
  @media (min-width: 768px) {
    .review_view .head-1 {
      margin-top: 65px; } }
  .review_view .head-1 .sub_title {
    display: block;
    font-size: 1rem; }

.review_view .url {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 4rem; }
  .review_view .url a {
    text-decoration: underline; }

@media (min-width: 768px) {
  .review_view .review_view__lead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.review_view .review_view__lead .lead__img {
  border: 1px solid #ddd;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .review_view .review_view__lead .lead__img {
      width: calc(50% - 50px);
      margin: 0;
      margin-right: 50px; } }
  .review_view .review_view__lead .lead__img img {
    width: 100%; }

@media (min-width: 768px) {
  .review_view .review_view__lead .lead__cont {
    width: 50%; } }

.review_view .review_view__lead .catch {
  font-weight: bold; }

.review_view .project_summary {
  text-align: center; }

.review_view .project_summary__text {
  display: inline-block;
  text-align: left; }

.review_view .person {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.review_view .person__img {
  width: 140px; }

.review_view .person__text {
  width: calc(100% - 140px);
  padding-left: 1rem; }
  .review_view .person__text p {
    margin-bottom: 0; }

.review_view .interview__cont p {
  margin-bottom: 1rem; }

.review_view .interview__cont .interview__element__title {
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem; }

.review_view .interview__cont .interview__element {
  margin-bottom: 2.5rem; }

.review_view .interview__cont .interview__element:last-of-type img {
  width: calc((100% / 3) - 9px);
  margin-right: 7px;
  margin-left: 0;
  padding: 0; }
  @media (max-width: 767px) {
    .review_view .interview__cont .interview__element:last-of-type img {
      max-width: 100%;
      width: auto;
      margin: auto;
      display: block; } }

.group-review__item__thumb img {
  max-width: 100%; }

.product__cont.search .group-search {
  margin-bottom: 70px; }

.product__cont.search .discript-product .main_title {
  color: #ecaf2c; }

.product__cont.search .lead .reading_part,
.product__cont.search .strong2 .reading_part,
.product__cont.search .strong3 .reading_part,
.product__cont.search .strong4 .reading_part,
.product__cont.search .specialized__head .reading_part {
  display: inline-block;
  text-align: left; }
  .product__cont.search .lead .reading_part .sub_text,
  .product__cont.search .strong2 .reading_part .sub_text,
  .product__cont.search .strong3 .reading_part .sub_text,
  .product__cont.search .strong4 .reading_part .sub_text,
  .product__cont.search .specialized__head .reading_part .sub_text {
    text-align: right;
    font-size: 0.8rem; }

.product__cont.search .strong1 {
  background-image: url("/files/user/images/search/search_strong1_bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 50px 0; }
  @media (max-width: 1054px) {
    .product__cont.search .strong1 {
      margin: 0 -15px 70px; } }
  @media (max-width: 767px) {
    .product__cont.search .strong1 {
      width: calc(100% + 30px);
      margin: 0 -15px 70px;
      min-width: inherit;
      padding-top: 50px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }
  .product__cont.search .strong1 .sub_container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px; }

.product__cont.search .strong3 {
  background-image: url("/files/user/images/search/search_strong3_bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 50px 0; }
  @media (max-width: 1054px) {
    .product__cont.search .strong3 {
      margin: 0 -15px 70px; } }
  @media (max-width: 767px) {
    .product__cont.search .strong3 {
      width: calc(100% + 30px);
      margin: 0 -15px 70px;
      min-width: inherit;
      padding-top: 50px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }

.product__cont.search .specialized .specialized__head {
  background-image: url("/files/user/images/search/search_specialized_bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 50px; }
  @media (max-width: 1054px) {
    .product__cont.search .specialized .specialized__head {
      margin: 0 -15px 70px; } }
  @media (max-width: 767px) {
    .product__cont.search .specialized .specialized__head {
      width: calc(100% + 30px);
      margin: 0 -15px 70px;
      min-width: inherit;
      padding-top: 50px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }

.product__cont.search .specialized .specialized__chara {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .product__cont.search .specialized .specialized__chara {
      -webkit-align-items: stretch;
      /* Safari */
      -ms-flex-align: stretch;
          align-items: stretch; } }
  @media (max-width: 767px) {
    .product__cont.search .specialized .specialized__chara {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .product__cont.search .specialized .specialized__chara .sub_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: calc(100% / 3); }
    @media (max-width: 767px) {
      .product__cont.search .specialized .specialized__chara .sub_container {
        width: 100%;
        margin-bottom: 3rem; }
        .product__cont.search .specialized .specialized__chara .sub_container p {
          text-align: center; } }
  .product__cont.search .specialized .specialized__chara h3 {
    color: #f00; }

.product__cont.search .specialized .specialized__img {
  margin-bottom: 70px; }

.product__cont.search .specialized .suggest_table,
.product__cont.search .specialized .search_table {
  margin-bottom: 50px; }
  .product__cont.search .specialized .suggest_table th,
  .product__cont.search .specialized .suggest_table td,
  .product__cont.search .specialized .search_table th,
  .product__cont.search .specialized .search_table td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    font-weight: normal;
    font-size: 0.8rem; }
    .product__cont.search .specialized .suggest_table th p,
    .product__cont.search .specialized .suggest_table td p,
    .product__cont.search .specialized .search_table th p,
    .product__cont.search .specialized .search_table td p {
      margin: 0; }
  .product__cont.search .specialized .suggest_table .table_label,
  .product__cont.search .specialized .search_table .table_label {
    border: 1px solid #ccc;
    border-bottom: none;
    width: 100%;
    padding: 10px;
    margin: 0; }
  .product__cont.search .specialized .suggest_table th,
  .product__cont.search .specialized .search_table th {
    width: 14rem; }

@media (max-width: 767px) {
  .product__cont.search .specialized .table_wrap {
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .product__cont.search .specialized .table_wrap table {
      width: 200%;
      margin: 0 -1px; }
    .product__cont.search .specialized .table_wrap th {
      width: 20%; } }

.product__cont.search .specialized .suggest_table .table_label {
  background-color: #dcdcdc;
  color: #000; }

.product__cont.search .specialized .search_table .table_label {
  background-color: #dcdcdc;
  color: #000; }

.security__inner {
  width: 1024px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .security__inner {
      width: 100%; } }

.security__head {
  font-size: 2rem;
  margin: 0 0 30px;
  letter-spacing: 0.2em;
  text-align: center; }
  @media (max-width: 767px) {
    .security__head {
      font-size: 6.4vw; } }

.security .contents-title {
  margin: 60px 0 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .security .contents-title {
      margin: 8vw 0; } }

.security .publish-date {
  font-weight: normal; }
  @media (max-width: 767px) {
    .security .publish-date {
      margin-bottom: 10vw; } }

.security .contents-title-lead {
  text-align: left; }

.security__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px; }
  @media (max-width: 767px) {
    .security__list {
      margin: 0 0 8vw; } }
  .security__list li {
    padding: 15px 0;
    /*15px 0*/ }
    .security__list li .security__list__title {
      font-weight: bold;
      width: 100%; }
    .security__list li .ol-list li {
      padding: 5px 0; }

.head-seminar_detail {
  background-image: none;
  margin-bottom: 0; }
  .head-seminar_detail .head-seminar__main {
    line-height: 1.2;
    font-size: 2.0rem;
    margin-top: 73px;
    margin-bottom: 65px; }
    @media (max-width: 767px) {
      .head-seminar_detail .head-seminar__main {
        margin-top: 0;
        font-size: 2.0rem; } }
  .head-seminar_detail .head-seminar__inner {
    height: inherit; }
    @media (max-width: 767px) {
      .head-seminar_detail .head-seminar__inner {
        padding-bottom: 18px; } }
  .head-seminar_detail .head-1 {
    font-size: 2.0rem;
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .head-seminar_detail .head-1 {
        margin-top: 30px;
        font-size: 2.0rem; } }

.image_container {
  position: relative;
  margin-bottom: 32px; }
  .image_container__image img {
    width: 100%; }
  .image_container__title {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    color: #fff;
    padding: 30px 40px 25px;
    bottom: 0; }
    @media (max-width: 767px) {
      .image_container__title {
        padding: 15px; } }
  .image_container__title_text {
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .image_container__title_text {
        font-size: 1.2rem; } }
  @media (min-width: 768px) {
    .image_container__image + .image_container__title {
      position: absolute; } }

.seminar_detail {
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .seminar_detail__head {
      width: calc(100% + 30px);
      margin-left: -15px; } }
  .seminar_detail__lead {
    line-height: 2;
    margin-bottom: 70px; }
    @media (max-width: 767px) {
      .seminar_detail__lead {
        margin-bottom: 35px; } }
  .seminar_detail .containt_body {
    padding-bottom: 10px;
    margin-bottom: 110px;
    border-bottom: 1px solid #d3d1d0; }
    @media (max-width: 767px) {
      .seminar_detail .containt_body {
        padding-bottom: 30px;
        margin-bottom: 55px; } }
    .seminar_detail .containt_body__title {
      text-align: center;
      font-size: 2rem;
      line-height: 2rem;
      margin-bottom: 2.5rem; }
      @media (max-width: 767px) {
        .seminar_detail .containt_body__title {
          margin-top: 45px;
          font-size: 1.5rem;
          line-height: 1.5rem;
          margin-bottom: 1rem; } }
      .seminar_detail .containt_body__title:after {
        content: "";
        display: block;
        width: 80px;
        height: 2px;
        background-color: #e6001a;
        margin: 30px auto; }
        @media (max-width: 767px) {
          .seminar_detail .containt_body__title:after {
            margin: 20px auto 0; } }
  .seminar_detail .sub_container__title {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .seminar_detail .sub_container__title {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        line-height: 1.3; } }
  .seminar_detail .sub_container__text {
    margin-bottom: 4rem;
    line-height: 2; }
    @media (max-width: 767px) {
      .seminar_detail .sub_container__text {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .seminar_detail .sub_container__text p {
        margin-bottom: 1.9rem; } }
  .seminar_detail .group-seminar {
    margin-bottom: 77px; }
    @media (max-width: 767px) {
      .seminar_detail .group-seminar {
        margin-bottom: 30px; } }
  .seminar_detail .desc_table {
    padding-top: 45px;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .seminar_detail .desc_table {
        padding-top: 30px; } }
    .seminar_detail .desc_table__title {
      margin-bottom: 33px; }
      @media (max-width: 767px) {
        .seminar_detail .desc_table__title {
          margin-bottom: 10px; } }
    @media (min-width: 768px) {
      .seminar_detail .desc_table .table-1 th,
      .seminar_detail .desc_table .table-1 td {
        padding: 20px 0; } }
    @media (min-width: 768px) {
      .seminar_detail .desc_table th {
        padding-right: 60px !important; } }
    .seminar_detail .desc_table .detail_cel {
      line-height: 2; }
      .seminar_detail .desc_table .detail_cel a {
        color: #e5001b; }
  .seminar_detail .contents__footer {
    margin-bottom: 110px; }
    .seminar_detail .contents__footer__text1 {
      margin-bottom: 30px;
      line-height: 2; }
    .seminar_detail .contents__footer__text2 {
      font-size: 0.9rem;
      line-height: 2; }
    .seminar_detail .contents__footer a {
      color: #e5001b; }
  @media (max-width: 767px) {
    .seminar_detail .group-seminar__item__desc {
      line-height: 1.5;
      margin-bottom: 0; } }

.disabled_btn a {
  background: #999;
  color: #fff !important;
  padding: 0 20px 0; }
  .disabled_btn a:before, .disabled_btn a:after {
    content: none; }

.contactForm .table-1,
.recruit_view .table-1 {
  width: 100%;
  border-top: 1px solid #d3d1d0; }
  .contactForm .table-1 th,
  .contactForm .table-1 td,
  .recruit_view .table-1 th,
  .recruit_view .table-1 td {
    border-bottom: 1px solid #d3d1d0;
    padding: 30px 0;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .contactForm .table-1 th,
      .contactForm .table-1 td,
      .recruit_view .table-1 th,
      .recruit_view .table-1 td {
        line-height: 2; } }
  .contactForm .table-1 th,
  .recruit_view .table-1 th {
    white-space: normal;
    padding-right: 40px;
    vertical-align: baseline;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 25%;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  @media (max-width: 767px) {
    .contactForm .table-1,
    .recruit_view .table-1 {
      display: block;
      border-top: 0 none;
      border-top: 1px solid #d3d1d0; }
      .contactForm .table-1 thead,
      .contactForm .table-1 tbody,
      .contactForm .table-1 tfoot,
      .contactForm .table-1 tr,
      .contactForm .table-1 th,
      .contactForm .table-1 td,
      .recruit_view .table-1 thead,
      .recruit_view .table-1 tbody,
      .recruit_view .table-1 tfoot,
      .recruit_view .table-1 tr,
      .recruit_view .table-1 th,
      .recruit_view .table-1 td {
        display: block; }
      .contactForm .table-1 th,
      .contactForm .table-1 td,
      .recruit_view .table-1 th,
      .recruit_view .table-1 td {
        border-bottom: 0 none;
        padding: 0; }
      .contactForm .table-1 th,
      .recruit_view .table-1 th {
        padding-bottom: 2vw;
        width: 100%; }
      .contactForm .table-1 tr,
      .recruit_view .table-1 tr {
        padding: 14px 0;
        border-bottom: 1px solid #d3d1d0; } }

.recruit_detail .table-1 {
  width: 100%;
  border-top: 1px solid #d3d1d0; }
  .recruit_detail .table-1 th,
  .recruit_detail .table-1 td {
    border-bottom: 1px solid #d3d1d0;
    padding: 30px 0; }
  .recruit_detail .table-1 th {
    white-space: normal;
    padding-right: 40px;
    vertical-align: baseline;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 25%;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  @media (max-width: 767px) {
    .recruit_detail .table-1 {
      display: block;
      border-top: 0 none;
      border-top: 1px solid #d3d1d0; }
      .recruit_detail .table-1 thead,
      .recruit_detail .table-1 tbody,
      .recruit_detail .table-1 tfoot,
      .recruit_detail .table-1 tr,
      .recruit_detail .table-1 th,
      .recruit_detail .table-1 td {
        display: block; }
      .recruit_detail .table-1 th,
      .recruit_detail .table-1 td {
        border-bottom: 0 none;
        padding: 0; }
      .recruit_detail .table-1 th {
        padding-bottom: 2vw;
        width: 100%; }
      .recruit_detail .table-1 tr {
        padding: 14px 0;
        border-bottom: 1px solid #d3d1d0; } }

.legal .table-1 {
  width: 100%;
  border: 1px solid #d3d1d0;
  margin: 15px 0; }
  .legal .table-1 th,
  .legal .table-1 td {
    width: 50%;
    border: 1px solid #d3d1d0;
    padding: 30px 15px;
    line-height: 1.75;
    vertical-align: top; }
    .legal .table-1 th ul,
    .legal .table-1 td ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    @media (max-width: 767px) {
      .legal .table-1 th,
      .legal .table-1 td {
        line-height: 2; } }
  .legal .table-1 th {
    white-space: nowrap; }
  @media (max-width: 767px) {
    .legal .table-1 {
      border: none; }
      .legal .table-1 thead {
        display: none; }
      .legal .table-1 tbody,
      .legal .table-1 tfoot,
      .legal .table-1 tr,
      .legal .table-1 th,
      .legal .table-1 td {
        display: block;
        width: 100%;
        border: none; }
      .legal .table-1 th,
      .legal .table-1 td {
        border: none;
        padding: 2vw 0; }
      .legal .table-1 td::before {
        content: attr(data-label);
        display: block;
        font-weight: bold; }
      .legal .table-1 tr {
        padding: 14px 0;
        border-bottom: 1px solid #d3d1d0; }
      .legal .table-1 tr:first-child {
        border-top: 1px solid #d3d1d0; } }

/* --------------------------------------
common
--------------------------------------- */
.contents-text-left {
  text-align: left; }

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

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

.page-title {
  margin-top: 65px;
  line-height: 1.2;
  margin-bottom: 35px;
  font-size: 1.6rem;
  text-align: center; }
  @media (max-width: 767px) {
    .page-title {
      margin-top: 45px;
      font-size: 4.2666666667vw;
      line-height: 1.5rem;
      margin-bottom: 1rem; } }

.contents-title-b {
  text-align: center;
  font-size: 3.25rem;
  font-weight: bold;
  margin: 0 0 60px;
  letter-spacing: inherit; }
  @media (max-width: 767px) {
    .contents-title-b {
      font-size: 7.4666666667vw;
      margin-top: 0;
      margin-bottom: 3vw;
      margin: 8vw 0; } }

.contents-title-lead {
  font-weight: nomal;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-align: center; }
  @media (max-width: 767px) {
    .contents-title-lead {
      text-align: left; } }
  .contents-title-lead a {
    text-decoration: underline; }

.contents-title {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 60px 0 30px; }
  @media (max-width: 767px) {
    .contents-title {
      text-align: center;
      font-size: 5.8666666667vw;
      line-height: 1.5;
      font-weight: bold;
      margin: 8vw 0; } }
  @media (max-width: 767px) {
    .news_info_detail .contents-title {
      text-align: left; } }

.contents-title-2 {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    .contents-title-2 {
      text-align: left;
      font-size: 5.3333333333vw;
      line-height: inherit;
      /*2.8*/
      font-weight: bold;
      margin: 4vw 0 1vw; } }

.contents-title-3 {
  font-size: inherit;
  line-height: 1.3;
  margin: 10px 0 5px; }
  @media (max-width: 767px) {
    .contents-title-3 {
      text-align: left;
      font-size: 4.2666666667vw; } }

.publish-date {
  margin: 5px 0 60px;
  font-size: 0.9375rem;
  font-weight: bold; }
  @media (max-width: 767px) {
    .publish-date {
      margin: 5px 0;
      font-size: 3.2vw; } }

.contents-body p {
  line-height: 2;
  margin: 30px 0 0; }
  @media (max-width: 767px) {
    .contents-body p {
      margin-top: 30px;
      font-size: 3.7333333333vw;
      margin: 0 0 30px; } }

.contents-body a {
  color: #e5001b;
  text-decoration: none;
  background-color: transparent; }

.contents-body a:hover {
  text-decoration: underline; }

.table-caption {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 60px 0 30px; }
  @media (max-width: 767px) {
    .table-caption {
      font-size: 7.4666666667vw;
      padding: 10vw 0 5vw; } }

.ol-list {
  list-style: none;
  padding: 0 0 30px 0; }
  .ol-list p {
    padding-left: 0;
    text-indent: 0; }
  .ol-list__li {
    padding: 15px 0; }

.ul-list-wrap {
  padding-left: 1rem;
  padding-bottom: 1rem; }

.ul-list {
  list-style: none;
  padding: 0;
  padding-left: 1rem;
  text-indent: -1rem; }

.theme_maker {
  /*to enable resizing for IE*/
  /*for new HTML5 elements*/
  width: 960px;
  min-width: 960px;
  margin: 25px auto 0;
  padding: 0 0 45px;
  /* contents
-----------------------------------------------------*/
  /* reason
-----------------------------------------------------*/
  /* feature
-----------------------------------------------------*/
  /* flow
-----------------------------------------------------*/
  /* more-info
-----------------------------------------------------*/
  /* recent-info
-----------------------------------------------------*/
  /* social-btn
-----------------------------------------------------*/ }
  .theme_maker div,
  .theme_maker h1,
  .theme_maker h2,
  .theme_maker h3,
  .theme_maker h4,
  .theme_maker h5,
  .theme_maker h6,
  .theme_maker p,
  .theme_maker pre,
  .theme_maker ul,
  .theme_maker li,
  .theme_maker ol,
  .theme_maker dl,
  .theme_maker dt,
  .theme_maker dd,
  .theme_maker th,
  .theme_maker td,
  .theme_maker form,
  .theme_maker fieldset,
  .theme_maker legend,
  .theme_maker input,
  .theme_maker textarea,
  .theme_maker pre,
  .theme_maker code,
  .theme_maker address,
  .theme_maker blockquote {
    margin: 0;
    padding: 0; }
  .theme_maker h1,
  .theme_maker h2,
  .theme_maker h3,
  .theme_maker h4,
  .theme_maker h5,
  .theme_maker h6 {
    /*text-align: left;*/
    font-size: 100%; }
  .theme_maker table {
    margin: 0;
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0; }
  .theme_maker p,
  .theme_maker dt,
  .theme_maker dd,
  .theme_maker li,
  .theme_maker th,
  .theme_maker td {
    text-align: left; }
  .theme_maker th,
  .theme_maker td {
    vertical-align: top; }
  .theme_maker hr.separator,
  .theme_maker .areaAnchor {
    display: none; }
  .theme_maker img {
    border: none; }
  .theme_maker li {
    list-style: none; }
  .theme_maker fieldset,
  .theme_maker form,
  .theme_maker label,
  .theme_maker legend {
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline; }
  .theme_maker input,
  .theme_maker textarea,
  .theme_maker select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit; }
  .theme_maker input,
  .theme_maker textarea,
  .theme_maker select {
    *font-size: 100%; }
  .theme_maker article,
  .theme_maker aside,
  .theme_maker canvas,
  .theme_maker details,
  .theme_maker figcaption,
  .theme_maker figure,
  .theme_maker footer,
  .theme_maker header,
  .theme_maker hgroup,
  .theme_maker menu,
  .theme_maker nav,
  .theme_maker section,
  .theme_maker summary {
    display: block; }
  .theme_maker .contents__inner {
    width: 960px; }
  .theme_maker #contents p,
  .theme_maker #contents ul,
  .theme_maker #contents ol,
  .theme_maker #contents dl {
    line-height: 1.8;
    font-size: 107%; }
  .theme_maker #contents {
    width: 960px;
    min-width: 960px;
    margin: 25px auto 0;
    padding: 0 0 45px; }
  .theme_maker #reason {
    background: url(/files/user/images/theme_maker/bg_reason_01.jpg) scroll repeat-x 0 40px;
    margin: 0 0 15px; }
  .theme_maker #reason h2 {
    background: #8094ab;
    text-align: center; }
  .theme_maker #reason .outline {
    padding: 20px 40px; }
  .theme_maker #reason .outline p {
    background: none;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.8;
    text-shadow: 0px 1px 0 #fff;
    font-size: 122%;
    color: #254365; }
  .theme_maker #reason ul {
    padding: 0 40px; }
  .theme_maker #reason ul p {
    background: #fff;
    margin-bottom: 20px;
    padding: 5px 25px 25px 80px;
    font-size: 100%;
    color: #254365; }
  .theme_maker #reason ul p.txt-up {
    margin-top: -10px;
    padding-top: 0; }
  .theme_maker #reason p {
    background: url(/files/user/images/theme_maker/bg_shadow.png) scroll no-repeat left bottom;
    padding: 0 40px 30px; }
  .theme_maker #feature h2 {
    padding: 3px 0 11px; }
  .theme_maker #feature h2 img {
    margin: 0; }
  .theme_maker #feature .block {
    width: 100%;
    background: url(/files/user/images/theme_maker/line_ttl_01.png) scroll no-repeat 0 0;
    padding: 28px 0 30px;
    overflow: hidden; }
  .theme_maker #feature .block h3 {
    width: 300px;
    float: left; }
  .theme_maker #feature .block dl {
    width: 660px;
    float: right; }
  .theme_maker #feature .block dl dt {
    font-weight: bold; }
  .theme_maker #feature .block dl dd {
    margin: 0 0 10px; }
  .theme_maker #feature .block dl .img {
    margin: 0; }
  .theme_maker #flow {
    background: url(/files/user/images/theme_maker/bg_shadow.png) scroll no-repeat left bottom;
    margin: 0 0 12px;
    padding: 0 0 50px; }
  .theme_maker #flow thead th {
    padding: 0 0 10px; }
  .theme_maker #flow tbody .last {
    padding: 9px 0 0; }
  .theme_maker #flow .note {
    padding: 5px 0 0;
    text-align: right;
    font-size: 77%;
    color: #666; }
  .theme_maker .more-info {
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden; }
  .theme_maker .more-info .txt {
    margin: 0 0 10px;
    text-align: center; }
  .theme_maker .more-info a {
    display: block;
    width: 100%;
    height: 100px; }
  .theme_maker .more-info .btn-data {
    width: 580px;
    background: url(/files/user/images/theme_maker/btn_data_on.png) scroll no-repeat 0 0;
    margin: auto; }
  .theme_maker .more-info .btn-seminar {
    width: 470px;
    background: url(/files/user/images/theme_maker/btn_seminar_on.png) scroll no-repeat 0 0;
    float: right; }
  .theme_maker #recent-info {
    min-height: 27px;
    margin: 0 0 10px;
    padding: 18px 140px 13px 28px;
    border: 1px solid #e6001a;
    border-radius: 10px;
    position: relative;
    font-size: 92%; }
  .theme_maker #recent-info .btn-more {
    margin-top: -16px;
    position: absolute;
    top: 50%;
    right: 10px;
    _margin-top: 0;
    _top: 13px; }
  .theme_maker .social-btn {
    *zoom: 1; }
  .theme_maker .social-btn:after {
    content: "";
    display: block;
    clear: both; }
  .theme_maker .social-btn .btn-fb,
  .theme_maker .social-btn .btn-tw,
  .theme_maker .social-btn .btn-gplus {
    width: 120px;
    float: left; }

@media (max-width: 767px) {
  .theme_maker {
    width: 100%;
    min-width: inherit; }
    .theme_maker .head-theme_maker img {
      width: 100%; }
    .theme_maker .contents__inner {
      width: 100%;
      min-width: inherit; }
    .theme_maker .more-info {
      padding: 20px !important; }
      .theme_maker .more-info .btn-data {
        max-width: calc(100% - 20px); }
      .theme_maker .more-info img {
        max-width: 100%;
        height: auto; }
    .theme_maker #reason img,
    .theme_maker #feature img {
      max-width: 100%;
      height: auto; }
    .theme_maker #reason .outline {
      padding: 20px !important; }
    .theme_maker #reason ul {
      padding: 0 20px !important; }
    .theme_maker #reason ul p {
      padding: 10px !important; }
    .theme_maker #reason ul p.txt-up {
      margin-top: 0; }
    .theme_maker #feature {
      padding: 0 20px; }
      .theme_maker #feature .block dl {
        width: 100% !important; }
      .theme_maker #feature #flow table {
        display: none; }
      .theme_maker #feature #flow .cont_ttl {
        background-color: #f98a15;
        color: #fff;
        padding: 2px 5px;
        margin-bottom: 10px; }
    .theme_maker .sp_cont h4 {
      width: 100%;
      background-color: #3d6888; }
    .theme_maker .sp_cont ul {
      font-size: 12px;
      margin: 10px 10px 30px; }
      .theme_maker .sp_cont ul li {
        padding: 0;
        list-style: square;
        margin-left: 15px; }
    .theme_maker .sp_cont .txt_flow_01 {
      border: 1px solid #ddd; } }

.vision .head_style1 {
  position: relative;
  font-size: 3rem;
  text-align: center;
  line-height: 4rem;
  margin-bottom: 2.5rem;
  letter-spacing: .1rem; }

.vision .contents-title-b {
  letter-spacing: inherit; }
  @media (max-width: 767px) {
    .vision .contents-title-b {
      line-height: 1.5;
      margin: 4vw 0; } }

.vision .head-recruit {
  margin: 0 -15px 30px !important;
  /*0 0 30px*/ }

.vision .vision-desc {
  margin-bottom: 50px; }
  .vision .vision-desc.lead {
    width: 800px;
    margin: 0 auto 50px; }
    @media (max-width: 767px) {
      .vision .vision-desc.lead {
        width: inherit;
        max-width: 100%; } }

.welfare .ul-list-wrap {
  padding-left: inherit;
  padding-bottom: inherit; }

.welfare .ul-list {
  list-style: none;
  padding: 0;
  padding-left: inherit;
  text-indent: inherit; }
  .welfare .ul-list li {
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .welfare .ul-list li {
        padding-bottom: 0; } }
    .welfare .ul-list li .ul-list {
      padding-left: 1.5rem;
      /*30px*/ }
      @media (max-width: 767px) {
        .welfare .ul-list li .ul-list {
          padding: 0 1vw;
          /*0 2vw*/ } }

.works .head-1 {
  margin: 0 0 20px;
  padding-top: 100px; }
  @media (max-width: 767px) {
    .works .head-1 {
      margin: 0 0 30px;
      padding-top: 50px; } }

/*# sourceMappingURL=maps/main.css.map */
