@charset "UTF-8";
/*-------------------------------------------
Variables
-------------------------------------------*/
/* color
-------------------------------------------*/
/* ベースフォント色 */
/* メインカラー */
/* サブカラー */
/*-------------------------------------------
Reset
-------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
  line-height: inherit;
}

p {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
  -webkit-backface-visibility: hidden;
}

dl,
dt,
dd,
ul,
ol {
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

iframe {
  vertical-align: bottom;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

/*-------------------------------------------
Base
-------------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 10px;
}

body {
  color: #333;
  margin: 0px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  letter-spacing: 0.15em;
  line-height: 1.8;
  overflow-x: hidden;
  word-break: break-all;
  background-color: #fff;
  font-size: 1.2rem;
}
@media (min-width: 768px), print {
  body {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px), print {
  body {
    font-size: 1.4rem;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
  overflow: hidden;
}

* html .clearfix {
  height: 1px;
}

form {
  width: 100%;
}

/* 汎用
-------------------------------------------*/
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.p-rel {
  position: relative;
}

.z-i0 {
  z-index: 0;
}

.z-i1 {
  z-index: 1;
}

.z-i2 {
  z-index: 2;
}

.z-i3 {
  z-index: 3;
}

.z-i4 {
  z-index: 4;
}

.z-i5 {
  z-index: 5;
}

.z-i100 {
  z-index: 100;
}

.z-i200 {
  z-index: 200;
}

.z-i300 {
  z-index: 300;
}

.z-i400 {
  z-index: 400;
}

.z-i500 {
  z-index: 500;
}

.ls0 {
  letter-spacing: 0;
}

.ls5 {
  letter-spacing: 0.05em;
}

.ls10 {
  letter-spacing: 0.1em;
}

.ls15 {
  letter-spacing: 0.15em;
}

.ls20 {
  letter-spacing: 0.2em;
}

.ls25 {
  letter-spacing: 0.25em;
}

.ls30 {
  letter-spacing: 0.3em;
}

.ls40 {
  letter-spacing: 0.4em;
}

.lh1 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh13 {
  line-height: 1.3;
}

.lh15 {
  line-height: 1.5;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  line-height: 2;
}

.lh21 {
  line-height: 2.1;
}

.lh22 {
  line-height: 2.2;
}

.lh25 {
  line-height: 2.5;
}

.lh30 {
  line-height: 30px;
}

.lh32 {
  line-height: 32px;
}

.tel-main a {
  color: #1dc317;
}

.tel-sub a {
  color: #ee9516;
}

.tel-black a {
  color: #333;
}

.tel-white a {
  color: #fff;
}

.tel-gray a {
  color: #ddd;
}

.gray-bg {
  background: #ddd;
}

.pale-gray-bg {
  background: #eee;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #333;
}

.main-bg {
  background-color: #1dc317;
}

.c-gray01 {
  color: #ddd !important;
}

.c-black01 {
  color: #333 !important;
}

.c-main {
  color: #1dc317 !important;
}

.c-sub {
  color: #ee9516 !important;
}

.black {
  color: #333 !important;
}

.white {
  color: #fff !important;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* grid
-------------------------------------------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row {
  display: flex;
  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%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* bsflex等
-------------------------------------------*/
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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;
  }
}
/*-------------------------------------------
Layout
-------------------------------------------*/
/* コンテンツ幅
-------------------------------------------*/
.max-width1100 {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
}

.max-width1350 {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
}

.max-width1470 {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
}

.max-width1650 {
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
}

.max-width1770 {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
}

/* 汎用contbox
-------------------------------------------*/
.cont-pd30 {
  padding: 15px 0;
}
@media (min-width: 768px), print {
  .cont-pd30 {
    padding: 20px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd30 {
    padding: 30px 0;
  }
}

.cont-pd40 {
  padding: 20px 0;
}
@media (min-width: 768px), print {
  .cont-pd40 {
    padding: 30px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd40 {
    padding: 40px 0;
  }
}

.cont-pd50 {
  padding: 30px 0;
}
@media (min-width: 768px), print {
  .cont-pd50 {
    padding: 40px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd50 {
    padding: 50px 0;
  }
}

.cont-pd60 {
  padding: 40px 0;
}
@media (min-width: 768px), print {
  .cont-pd60 {
    padding: 50px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd60 {
    padding: 60px 0;
  }
}

.cont-pd70 {
  padding: 40px 0;
}
@media (min-width: 768px), print {
  .cont-pd70 {
    padding: 50px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd70 {
    padding: 70px 0;
  }
}

.cont-pd80 {
  padding: 40px 0;
}
@media (min-width: 768px), print {
  .cont-pd80 {
    padding: 50px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd80 {
    padding: 80px 0;
  }
}

.cont-pd90 {
  padding: 40px 0;
}
@media (min-width: 768px), print {
  .cont-pd90 {
    padding: 50px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd90 {
    padding: 90px 0;
  }
}

.cont-pd100 {
  padding: 50px 0;
}
@media (min-width: 768px), print {
  .cont-pd100 {
    padding: 50px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd100 {
    padding: 100px 0;
  }
}

.cont-pd110 {
  padding: 50px 0;
}
@media (min-width: 768px), print {
  .cont-pd110 {
    padding: 55px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd110 {
    padding: 110px 0;
  }
}

.cont-pd120 {
  padding: 50px 0;
}
@media (min-width: 768px), print {
  .cont-pd120 {
    padding: 60px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd120 {
    padding: 120px 0;
  }
}

.cont-pd130 {
  padding: 50px 0;
}
@media (min-width: 768px), print {
  .cont-pd130 {
    padding: 65px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd130 {
    padding: 130px 0;
  }
}

.cont-pd140 {
  padding: 50px 0;
}
@media (min-width: 768px), print {
  .cont-pd140 {
    padding: 70px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd140 {
    padding: 140px 0;
  }
}

.cont-pd150 {
  padding: 55px 0;
}
@media (min-width: 768px), print {
  .cont-pd150 {
    padding: 75px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd150 {
    padding: 150px 0;
  }
}

.cont-pd160 {
  padding: 60px 0;
}
@media (min-width: 768px), print {
  .cont-pd160 {
    padding: 80px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd160 {
    padding: 160px 0;
  }
}

.cont-pd170 {
  padding: 65px 0;
}
@media (min-width: 768px), print {
  .cont-pd170 {
    padding: 85px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd170 {
    padding: 170px 0;
  }
}

.cont-pd180 {
  padding: 70px 0;
}
@media (min-width: 768px), print {
  .cont-pd180 {
    padding: 90px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd180 {
    padding: 180px 0;
  }
}

.cont-pd190 {
  padding: 75px 0;
}
@media (min-width: 768px), print {
  .cont-pd190 {
    padding: 95px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd190 {
    padding: 190px 0;
  }
}

.cont-pd200 {
  padding: 80px 0;
}
@media (min-width: 768px), print {
  .cont-pd200 {
    padding: 100px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd200 {
    padding: 200px 0;
  }
}

/* margin
-------------------------------------------*/
.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb15 {
  margin-bottom: 10px;
}
@media (min-width: 768px), print {
  .mb15 {
    margin-bottom: 15px;
  }
}

.mb20 {
  margin-bottom: 15px;
}
@media (min-width: 768px), print {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mb25 {
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .mb25 {
    margin-bottom: 25px;
  }
}

.mb28 {
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .mb28 {
    margin-bottom: 28px;
  }
}

.mb30 {
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mb35 {
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .mb35 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px), print {
  .mb35 {
    margin-bottom: 35px;
  }
}

.mb40 {
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .mb40 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px), print {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mb45 {
  margin-bottom: 23px;
}
@media (min-width: 768px), print {
  .mb45 {
    margin-bottom: 33px;
  }
}
@media (min-width: 992px), print {
  .mb45 {
    margin-bottom: 45px;
  }
}

.mb50 {
  margin-bottom: 25px;
}
@media (min-width: 768px), print {
  .mb50 {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px), print {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mb55 {
  margin-bottom: 28px;
}
@media (min-width: 768px), print {
  .mb55 {
    margin-bottom: 38px;
  }
}
@media (min-width: 992px), print {
  .mb55 {
    margin-bottom: 55px;
  }
}

.mb60 {
  margin-bottom: 30px;
}
@media (min-width: 768px), print {
  .mb60 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px), print {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mb70 {
  margin-bottom: 35px;
}
@media (min-width: 768px), print {
  .mb70 {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px), print {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mb75 {
  margin-bottom: 38px;
}
@media (min-width: 768px), print {
  .mb75 {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px), print {
  .mb75 {
    margin-bottom: 75px;
  }
}

.mb80 {
  margin-bottom: 40px;
}
@media (min-width: 768px), print {
  .mb80 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px), print {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mb90 {
  margin-bottom: 45px;
}
@media (min-width: 768px), print {
  .mb90 {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px), print {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mb95 {
  margin-bottom: 48px;
}
@media (min-width: 768px), print {
  .mb95 {
    margin-bottom: 58px;
  }
}
@media (min-width: 992px), print {
  .mb95 {
    margin-bottom: 95px;
  }
}

.mb100 {
  margin-bottom: 50px;
}
@media (min-width: 768px), print {
  .mb100 {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px), print {
  .mb100 {
    margin-bottom: 100px;
  }
}

.mb110 {
  margin-bottom: 55px;
}
@media (min-width: 768px), print {
  .mb110 {
    margin-bottom: 65px;
  }
}
@media (min-width: 992px), print {
  .mb110 {
    margin-bottom: 110px;
  }
}

.mb120 {
  margin-bottom: 60px;
}
@media (min-width: 768px), print {
  .mb120 {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px), print {
  .mb120 {
    margin-bottom: 120px;
  }
}

.mb130 {
  margin-bottom: 65px;
}
@media (min-width: 768px), print {
  .mb130 {
    margin-bottom: 75px;
  }
}
@media (min-width: 992px), print {
  .mb130 {
    margin-bottom: 130px;
  }
}

.mb150 {
  margin-bottom: 75px;
}
@media (min-width: 768px), print {
  .mb150 {
    margin-bottom: 85px;
  }
}
@media (min-width: 992px), print {
  .mb150 {
    margin-bottom: 150px;
  }
}

.mb160 {
  margin-bottom: 80px;
}
@media (min-width: 768px), print {
  .mb160 {
    margin-bottom: 90px;
  }
}
@media (min-width: 992px), print {
  .mb160 {
    margin-bottom: 160px;
  }
}

.mb180 {
  margin-bottom: 90px;
}
@media (min-width: 768px), print {
  .mb180 {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px), print {
  .mb180 {
    margin-bottom: 180px;
  }
}

/* 汎用レイアウト
-------------------------------------------*/
.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

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

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

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

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

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

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

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

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

.mt-8 {
  margin-top: 6rem !important;
}

.mr-8 {
  margin-right: 6rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.ml-8 {
  margin-left: 6rem !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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

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

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

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

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

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

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

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

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

.pt-8 {
  padding-top: 6rem !important;
}

.pr-8 {
  padding-right: 6rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.pl-8 {
  padding-left: 6rem !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6 {
    margin-left: 4rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7 {
    margin-left: 5rem !important;
  }
  .mt-sm-8 {
    margin-top: 6rem !important;
  }
  .mr-sm-8 {
    margin-right: 6rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-8 {
    margin-left: 6rem !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6 {
    padding-left: 4rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7 {
    padding-left: 5rem !important;
  }
  .pt-sm-8 {
    padding-top: 6rem !important;
  }
  .pr-sm-8 {
    padding-right: 6rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-8 {
    padding-left: 6rem !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6 {
    margin-left: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7 {
    margin-left: 5rem !important;
  }
  .mt-md-8 {
    margin-top: 6rem !important;
  }
  .mr-md-8 {
    margin-right: 6rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6rem !important;
  }
  .ml-md-8 {
    margin-left: 6rem !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6 {
    padding-left: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7 {
    padding-left: 5rem !important;
  }
  .pt-md-8 {
    padding-top: 6rem !important;
  }
  .pr-md-8 {
    padding-right: 6rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6rem !important;
  }
  .pl-md-8 {
    padding-left: 6rem !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6 {
    margin-left: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7 {
    margin-left: 5rem !important;
  }
  .mt-lg-8 {
    margin-top: 6rem !important;
  }
  .mr-lg-8 {
    margin-right: 6rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-8 {
    margin-left: 6rem !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;
  }
  .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,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6 {
    padding-left: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7 {
    padding-left: 5rem !important;
  }
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .pr-lg-8 {
    padding-right: 6rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-8 {
    padding-left: 6rem !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6 {
    margin-left: 4rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7 {
    margin-left: 5rem !important;
  }
  .mt-xl-8 {
    margin-top: 6rem !important;
  }
  .mr-xl-8 {
    margin-right: 6rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-8 {
    margin-left: 6rem !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6 {
    padding-left: 4rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7 {
    padding-left: 5rem !important;
  }
  .pt-xl-8 {
    padding-top: 6rem !important;
  }
  .pr-xl-8 {
    padding-right: 6rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-8 {
    padding-left: 6rem !important;
  }
}
/*-------------------------------------------
Fontsize
-------------------------------------------*/
.fs10 {
  font-size: 1rem;
}

.fs11 {
  font-size: 1rem;
}
@media (min-width: 768px), print {
  .fs11 {
    font-size: 1.1rem;
  }
}

.fs12 {
  font-size: 1rem;
}
@media (min-width: 768px), print {
  .fs12 {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px), print {
  .fs12 {
    font-size: 1.2rem;
  }
}

.fs13 {
  font-size: 1.1rem;
}
@media (min-width: 768px), print {
  .fs13 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px), print {
  .fs13 {
    font-size: 1.3rem;
  }
}

.fs14 {
  font-size: 1.2rem;
}
@media (min-width: 768px), print {
  .fs14 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px), print {
  .fs14 {
    font-size: 1.4rem;
  }
}

.fs15 {
  font-size: 1.3rem;
}
@media (min-width: 768px), print {
  .fs15 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px), print {
  .fs15 {
    font-size: 1.5rem;
  }
}

.fs16 {
  font-size: 1.3rem;
}
@media (min-width: 768px), print {
  .fs16 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px), print {
  .fs16 {
    font-size: 1.6rem;
  }
}

.fs17 {
  font-size: 1.4rem;
}
@media (min-width: 768px), print {
  .fs17 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px), print {
  .fs17 {
    font-size: 1.7rem;
  }
}

.fs18 {
  font-size: 1.4rem;
}
@media (min-width: 768px), print {
  .fs18 {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px), print {
  .fs18 {
    font-size: 1.8rem;
  }
}

.fs20 {
  font-size: 1.5rem;
}
@media (min-width: 768px), print {
  .fs20 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px), print {
  .fs20 {
    font-size: 2rem;
  }
}

.fs21 {
  font-size: 1.5rem;
}
@media (min-width: 768px), print {
  .fs21 {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px), print {
  .fs21 {
    font-size: 2.1rem;
  }
}

.fs22 {
  font-size: 1.6rem;
}
@media (min-width: 768px), print {
  .fs22 {
    font-size: 2rem;
  }
}
@media (min-width: 992px), print {
  .fs22 {
    font-size: 2.2rem;
  }
}

.fs23 {
  font-size: 1.6rem;
}
@media (min-width: 768px), print {
  .fs23 {
    font-size: 2rem;
  }
}
@media (min-width: 992px), print {
  .fs23 {
    font-size: 2.3rem;
  }
}

.fs24 {
  font-size: 1.8rem;
}
@media (min-width: 768px), print {
  .fs24 {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px), print {
  .fs24 {
    font-size: 2.4rem;
  }
}

.fs25 {
  font-size: 1.8rem;
}
@media (min-width: 768px), print {
  .fs25 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px), print {
  .fs25 {
    font-size: 2.5rem;
  }
}

.fs26 {
  font-size: 1.9rem;
}
@media (min-width: 768px), print {
  .fs26 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px), print {
  .fs26 {
    font-size: 2.6rem;
  }
}

.fs28 {
  font-size: 1.9rem;
}
@media (min-width: 768px), print {
  .fs28 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px), print {
  .fs28 {
    font-size: 2.8rem;
  }
}

.fs29 {
  font-size: 2rem;
}
@media (min-width: 768px), print {
  .fs29 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px), print {
  .fs29 {
    font-size: 2.9rem;
  }
}

.fs30 {
  font-size: 2.2rem;
}
@media (min-width: 768px), print {
  .fs30 {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px), print {
  .fs30 {
    font-size: 3rem;
  }
}

.fs32 {
  font-size: 2.2rem;
}
@media (min-width: 768px), print {
  .fs32 {
    font-size: 2.7rem;
  }
}
@media (min-width: 992px), print {
  .fs32 {
    font-size: 3.2rem;
  }
}

.fs35 {
  font-size: 2.3rem;
}
@media (min-width: 768px), print {
  .fs35 {
    font-size: 2.9rem;
  }
}
@media (min-width: 992px), print {
  .fs35 {
    font-size: 3.5rem;
  }
}

.fs36 {
  font-size: 2.4rem;
}
@media (min-width: 768px), print {
  .fs36 {
    font-size: 3rem;
  }
}
@media (min-width: 992px), print {
  .fs36 {
    font-size: 3.6rem;
  }
}

.fs40 {
  font-size: 2.6rem;
}
@media (min-width: 768px), print {
  .fs40 {
    font-size: 3.3rem;
  }
}
@media (min-width: 992px), print {
  .fs40 {
    font-size: 4rem;
  }
}

.fs42 {
  font-size: 2.7rem;
}
@media (min-width: 768px), print {
  .fs42 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px), print {
  .fs42 {
    font-size: 4.2rem;
  }
}

.fs44 {
  font-size: 2.8rem;
}
@media (min-width: 768px), print {
  .fs44 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px), print {
  .fs44 {
    font-size: 4.4rem;
  }
}

.fs45 {
  font-size: 2.8rem;
}
@media (min-width: 768px), print {
  .fs45 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px), print {
  .fs45 {
    font-size: 4.5rem;
  }
}

.fs48 {
  font-size: 3rem;
}
@media (min-width: 768px), print {
  .fs48 {
    font-size: 3.9rem;
  }
}
@media (min-width: 992px), print {
  .fs48 {
    font-size: 4.8rem;
  }
}

.fs50 {
  font-size: 3.2rem;
}
@media (min-width: 768px), print {
  .fs50 {
    font-size: 4rem;
  }
}
@media (min-width: 992px), print {
  .fs50 {
    font-size: 5rem;
  }
}

.fs52 {
  font-size: 3.2rem;
}
@media (min-width: 768px), print {
  .fs52 {
    font-size: 4rem;
  }
}
@media (min-width: 992px), print {
  .fs52 {
    font-size: 5.2rem;
  }
}

.fs70 {
  font-size: 4rem;
}
@media (min-width: 768px), print {
  .fs70 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px), print {
  .fs70 {
    font-size: 7rem;
  }
}

.fs80 {
  font-size: 4.7rem;
}
@media (min-width: 768px), print {
  .fs80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px), print {
  .fs80 {
    font-size: 8rem;
  }
}

/*-------------------------------------------
Header全般
-------------------------------------------*/
/* ヘッダーの上部余白調整
-------------------------------------------*/
.cont {
  margin-top: 70px;
}
@media (min-width: 992px), print {
  .cont {
    margin-top: 0px;
  }
}

/* header
-------------------------------------------*/
.logo {
  display: none;
  position: absolute;
  z-index: 999;
  margin-left: 15px;
  margin-top: 18px;
  width: 150px;
}
@media (min-width: 992px), print {
  .logo {
    display: block;
    width: 265px;
    margin-top: 20px;
    margin-left: 30px;
    z-index: 99999;
  }
}

.header-all {
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  height: 70px;
}
@media (min-width: 992px), print {
  .header-all {
    height: 100px;
    background-color: transparent;
  }
}
.header-all .header-all-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  height: 70px;
  z-index: 99999;
  background:#fff;
}
@media (min-width: 992px), print {
  .header-all .header-all-inner {
    justify-content: end;
    z-index: 99999; 
    background: none;
  }
}
.header-all .header-all-inner .logo {
  display: block;
  position: relative;
  z-index: 1000;
  margin-left: 15px;
  margin-top: 18px;
  width: 150px;
}
@media (min-width: 992px), print {
  .header-all .header-all-inner .logo {
    display: none;
    width: 265px;
    margin-top: 20px;
    margin-left: 30px;
  }
}


@media (max-width: 992px) {
  .header-Instagram img {
      position: fixed;
      z-index: 1000;
      top: 15px;
      right: 85px;
      width: 40px;
  }
}

@media (min-width: 992px), print {
  .header-Instagram img {
    margin: 20px;
  }
}

.header-all .header-all-inner .menu01-btn {
  transform-origin: top right;
  transform: scale(0.7);
  width: 100px;
  height: 100px;
  background-color: #1dc317;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1000;
}
@media (min-width: 992px), print {
  .header-all .header-all-inner .menu01-btn {
    transform: scale(1);
    border-bottom-left-radius: 20px;
  }
}
.header-all .header-all-inner .menu01-btn .menu01-btn-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.header-all .header-all-inner .menu01-btn .menu01-btn-inner .line-area {
  height: 17px;
  width: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-all .header-all-inner .menu01-btn .menu01-btn-inner .line-area .line-base {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: 0.5s;
}
.header-all .header-all-inner .menu01-btn .menu01-btn-inner .line-area .line01 {
  transform: translateY(-6px);
}
.header-all .header-all-inner .menu01-btn .menu01-btn-inner .line-area .line02 {
  transform: translateY(6px);
}
.header-all .header-all-inner .menu01-btn .menu-text {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin-top: 8px;
}
.header-all .menu01 {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 900;
  top: 0px;
  left: 0px;
  transition: 0.5s;
}
.header-all .menu01 .menu01-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 70px 0 0 0;

}
.header-all .menu01 .menu01-inner .menu-list-all {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eee;
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list {
  text-align: center;
  width: 50%;
  border: 1px solid #eee;
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list a {
  display: block;
  padding: 10px 15px 10px 15px;
  color: #1dc317;
  transition: 0.3s;
}

@media (min-width: 991px), print {
  .header-all .menu01 .menu01-inner {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
}
@media (min-width: 768px), print {
  .header-all .menu01 .menu01-inner .menu-list-all .menu-list a {
    padding: 20px 15px 20px 15px;
  }
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list a:hover {
  background: #1dc317;
  color: #fff;
}
.header-all .menu01 .menu01-inner .menu-list-all .nav-active a {
  background: #1dc317;
  color: #fff;
}
.header-all .menu01 .menu01-inner .menu01-link {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px), print {
  .header-all .menu01 .menu01-inner .menu01-link {
    margin-top: 50px;
  }
}

.flex-space {
  width: 100%;
}
@media (min-width: 992px), print {
  .flex-space {
    display: none;
  }
}

/*　headerActive
------------------------------------------------------------------*/
.header-active .line01 {
  transform: translateY(1px) rotateZ(45deg) !important;
}
.header-active .line02 {
  transform: translateY(-1px) rotateZ(-45deg) !important;
}
.header-active .menu01 {
  display: flex;
}
.header-active .menu01 .menu01-inner {
  -webkit-animation-name: fade-show;
          animation-name: fade-show;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
          overflow-y: scroll;
}

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

@keyframes fade-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-------------------------------------------
Common
-------------------------------------------*/
/* メインビジュアル
-------------------------------------------*/
.sp-box {
  position: relative;
}
.sp-box .main-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-box .main-text img {
  max-width: 870px;
  width: 80vw;
}

/* サブページh2
-------------------------------------------*/
.h2-bg {
  height: 36vw;
  background: url(../images/service/sub-service.jpg) top center;
  background-size: cover;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-left: 15px;
}
@media (min-width: 992px), print {
  .h2-bg {
    height: 420px;
  }
}

.sub-works {
  background: url(../images/works/sub-works.jpg) top center;
  background-size: cover;
}

.sub-voice {
  background: url(../images/voice/sub-voice.jpg) top center;
  background-size: cover;
}

.sub-company {
  background: url(../images/company/sub-company.jpg) top center;
  background-size: cover;
}

.sub-recruit {
  background: url(../images/recruit/sub-recruit.jpg) top center;
  background-size: cover;
}

.sub-essentials {
  background: url(../images/essentials/sub-essentials.jpg) top center;
  background-size: cover;
}

.sub-contact {
  background: url(../images/contact/sub-contact.jpg) top center;
  background-size: cover;
}

.sub-entry {
  background: url(../images/entry/sub-entry.jpg) top center;
  background-size: cover;
}

/* タイトル
-------------------------------------------*/
.ttl01 {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.ttl01::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: calc(50% - 8px);
  border-radius: 40px;
  background-color: #ee9516;
  -webkit-animation: 1s infinite ttldec forwards;
          animation: 1s infinite ttldec forwards;
}

@-webkit-keyframes ttldec {
  0% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.85);
  }
}

@keyframes ttldec {
  0% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.85);
  }
}
.ttl02 {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.ttl02::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: calc(50% - 8px);
  border-radius: 40px;
  background-color: #1dc317;
  -webkit-animation: 1s infinite ttldec forwards;
          animation: 1s infinite ttldec forwards;
}

/* ボタン
-------------------------------------------*/
.btn01 {
  border: 2px solid #1dc317;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  padding: 27px 15px;
  border-radius: 50px;
  max-width: 340px;
  width: 90vw;
  color: #1dc317;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
.btn01 i {
  position: absolute;
  right: 25px;
  top: calc(50% - 7px);
}
.btn01:hover {
  color: #fff;
  background: #1dc317;
}

.btn02 {
  border: 2px solid #1dc317;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17px 15px;
  border-radius: 50px;
  max-width: 290px;
  width: 90vw;
  color: #1dc317;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
.btn02 i {
  position: absolute;
  right: 25px;
  top: calc(50% - 7px);
}

.btn03 {
  border: 2px solid #ee9516;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  padding: 27px 15px;
  border-radius: 50px;
  max-width: 340px;
  width: 90vw;
  color: #ee9516;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}

.btn04 {
  position: relative;
  width: 100%;
  min-height: 30px;
  padding: 15px;
  border: 2px solid #1dc317;
  color: #1dc317;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.btn04:hover {
  background-color: #1dc317;
  color: #fff;
}


.btn05 {
  position: relative;
  width: 100%;
  min-height: 30px;
  padding: 15px;
  border: 2px solid #1dc317;
  color: #1dc317;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.btn06 {
  border: 2px solid #ee9516;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  padding: 27px 15px;
  border-radius: 50px;
  max-width: 340px;
  width: 90vw;
  color: #ee9516;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
.btn06:hover {
  background-color: #ee9516;
  color: #fff;
}


.btn07 {
  position: relative;
  width: 100%;
  min-height: 30px;
  padding: 15px;
  border: 2px solid #1dc317;
  color: #1dc317;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  flex-wrap: wrap;
}
.btn07:hover {
  background-color: #1dc317;
  color: #fff;
}
.btn07 span {
  display: block;
  width: 100%;
  text-align: center;
}
.btn07:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f08e";
  position: absolute;
  right: 10px;
}



/* breadcrumbs
-------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1;
  padding-right: 1em;
}
.breadcrumbs li {
  display: inline-block;
  padding-left: 1em;
  line-height: 1;
  position: relative;
  color: #333;
  font-size: 11px;
}
.breadcrumbs li:first-child::after {
  content: none;
}
.breadcrumbs li::after {
  position: absolute;
  display: block;
  content: "-";
  left: 0;
  top: 0;
  color: #1dc317;
}
.breadcrumbs li a {
  color: #1dc317;
  font-weight: bold;
}

/* pagetop
-------------------------------------------*/
#pagetop {
  width: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}

#pagetop img:hover {
  -webkit-animation: rotates 0.7s linear infinite;
          animation: rotates 0.7s linear infinite;
}

@-webkit-keyframes rotates {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes rotates {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/* ofi
-------------------------------------------*/
.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #eee;
  overflow: hidden;
  position: relative;
}

.photo-ofi .ofi-item {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

/* paging
-------------------------------------------*/
div.paging {
  text-align: center;
}

div.paging span {
  background-color: #fff;
}

div.paging span.current,
div.paging span.paging-text {
  margin: 0px 2px;
  color: #333;
  border: 1px solid #ddd;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.paging-text a {
  padding: 3px 8px;
  display: block;
}

div.paging span.current {
  background: #1dc317;
  border: 1px solid #1dc317;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

div.paging span.paging-text a:hover {
  background: #1dc317;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* fotorama調整
-------------------------------------------*/
.fotorama__stage__frame {
  background: #eee;
}

.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
}

.fotorama__nav-wrap {
  margin-top: 3px;
}

.fotorama__caption {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5px 15px;
}

.fotorama__caption__wrap {
  background-color: transparent;
}

/* フォームテンプレ
-------------------------------------------*/
.contact-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.contact-table th {
  border: 1px solid #eee;
  display: block;
  width: 100%;
  padding: 8px 12px 8px 15px;
  background-color: #1dc317;
  text-align: left;
  color: #fff;
  position: relative;
}
@media (min-width: 768px), print {
  .contact-table th {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #ddd;
    display: table-cell;
    width: 35%;
    color: #333;
    font-size: 15px;
    padding: 22px 12px 20px 12px;
  }
}
@media (min-width: 992px), print {
  .contact-table th {
    width: 25%;
  }
}
.contact-table th span {
  padding-left: 10px;
}
@media (min-width: 768px), print {
  .contact-table th span {
    position: absolute;
    right: 0px;
  }
}
.contact-table td {
  border: 1px solid #eee;
  display: block;
  width: 100%;
  padding: 8px 12px;
}
@media (min-width: 768px), print {
  .contact-table td {
    border: 0px;
    display: table-cell;
    width: 65%;
    padding: 22px 12px 20px 30px;
  }
}
@media (min-width: 992px), print {
  .contact-table td {
    width: 75%;
  }
}
.contact-table td input,
.contact-table td textarea {
  width: 100%;
  padding-left: 10px;
}
.contact-table td textarea {
  padding-top: 5px;
}
.contact-table td input:-ms-input-placeholder,
.contact-table td extarea:-ms-input-placeholder {
  color: #ddd;
}
.contact-table td input {
  height: 38px;
}
@media (min-width: 768px), print {
  .contact-table tr {
    border-bottom: 1px solid #eee;
  }
}
@media (min-width: 768px), print {
  .contact-table tr.top-border {
    border-top: 1px solid #eee;
  }
}
.contact-table .radio-input input {
  height: auto;
  width: auto;
  padding-left: 0px;
}
.contact-table .input50 {
  width: 100%;
}
@media (min-width: 768px), print {
  .contact-table .input50 {
    width: 50%;
  }
}

#kojin_bg {
  width: 100%;
  height: 260px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
}
#kojin_bg #kojin {
  padding: 10px;
}
@media (min-width: 768px), print {
  #kojin_bg #kojin {
    padding: 26px;
  }
}
#kojin_bg #kojin h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
#kojin_bg #kojin ul {
  padding-bottom: 20px;
  padding-left: 30px;
}
#kojin_bg #kojin ul li {
  padding: 3px 0;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 8px;
}
#kojin_bg #kojin .num li {
  list-style-type: decimal;
}

/* aosラインアニメーション調整
-------------------------------------------*/
.border-dec01 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 6px;
  background-color: #1dc317;
}

.border-dec02 {
  position: absolute;
  top: auto;
  bottom: -5px;
  right: 0px;
  width: 0%;
  height: 6px;
  background-color: #1dc317;
}

/*-------------------------------------------
style
-------------------------------------------*/
.top-about-bg {
  background: url(../images/top/top-about-bg.jpg) top center;
  background-size: cover;
}

.top-about-in {
  padding: 50px 20px;
  background-color: #fff;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 19px -15px rgba(10, 10, 10, 0.02);
}
@media (min-width: 992px), print {
  .top-about-in {
    padding: 90px 60px;
  }
}

.top-about-img01 {
  width: 40vw;
  max-width: 520px;
}
@media (min-width: 992px), print {
  .top-about-img01 {
    position: absolute;
    right: 100px;
    top: -50px;
  }
}

.top-wide-bg {
  background: url(../images/top/top-wide-bg.jpg) top center;
  background-size: cover;
  height: 165px;
  border-bottom: 3px solid #1dc317;
}

.card01 .card-in {
  height: 260px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px), print {
  .card01 .card-in {
    height: 320px;
  }
}
.card01 .card-in::before {
  content: "";
  position: absolute;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  background: url(../images/top/top-serv-img01.jpg) center center no-repeat;
  background-size: cover;
  z-index: -1;
}
.card01 .card01-bg02::before {
  background: url(../images/top/top-serv-img02.jpg) center center no-repeat;
  background-size: cover;
}
.card01 .card01-bg03::before {
  background: url(../images/top/top-serv-img03.jpg) center center no-repeat;
  background-size: cover;
}
.card01 .card01-bg04::before {
  background: url(../images/top/top-serv-img04.jpg) center center no-repeat;
  background-size: cover;
}
.card01 .card01-bg05::before {
  background: url(../images/top/top-serv-img05.jpg) center center no-repeat;
  background-size: cover;
}
.card01 .card01-bg06::before {
  background: url(../images/top/top-serv-img06.jpg) center center no-repeat;
  background-size: cover;
}
.card01 .card01-dec01 {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 80px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.card01 .card01-dec01::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0px;
  width: 40px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.card01 .card01-dec02 {
  position: absolute;
  top: 42px;
  right: 30px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.card01 .card01-dec02::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0px;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.card01:hover .card-in::before {
  transform: scale(1.1);
}
.card01:hover .card01-dec01 {
  width: 0px;
}
.card01:hover .card01-dec01::before {
  width: 0px;
}
.card01:hover .card01-dec02 {
  width: 0px;
}
.card01:hover .card01-dec02::before {
  width: 0px;
}

.icon-logo {
  max-width: 25px;
  width: 10vw;
}

.top-works-bg {
  background: url(../images/top/top-works-bg.jpg) bottom center no-repeat;
  background-size: cover;
}

.top-works-box {
  margin-top: -30px;
  border: 1px solid #e3ead6;
  background-color: #fff;
  border-radius: 20px;
  padding: 55px 15px;
}
@media (min-width: 768px), print {
  .top-works-box {
    margin-top: -45px;
    display: flex;
    justify-content: center;
    padding: 75px 35px;
  }
}
@media (min-width: 992px), print {
  .top-works-box {
    border-top-right-radius: 60px;
  }
}
.top-works-box .card02-1set {
  display: block;
  flex: 1;
  margin: 0 15px;
}
.top-works-box .card02-1set .photo-dec {
  border-bottom: 5px solid #1dc317;
  border-top-right-radius: 20px;
  margin-bottom: 12px;
}
@media (min-width: 992px), print {
  .top-works-box .card02-1set .photo-dec {
    border-top-right-radius: 60px;
  }
}
.top-works-box .card02-1set .card02-text {
  text-decoration: underline;
  color: #333;
  margin-left: 10px;
  margin-bottom: 8px;
}
.top-works-box .card02-1set .plus-icon {
  display: inline-block;
  margin-left: 10px;
}

.top-works-btn {
  margin-top: -20px;
}

.cont-pd-works {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .cont-pd-works {
    padding: 70px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd-works {
    padding: 120px 0 135px 0;
  }
}

@media (max-width: 768px) {
  #recruit {
    margin-top: -100px;
    padding-top: 100px;
  }
}


.top-recruit-bg {
  background: url(../images/top/top-rec-bg01.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.top-recruit-bg .rec-text {
  position: absolute;
  top: 0px;
  left: 5%;
  width: 90%;
  height: 11.5vw;
  background: url(../images/top/top-rec-text.png) top center no-repeat;
  background-size: cover;
  z-index: -1;
}
.top-recruit-bg .ptn-dec01 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.top-recruit-bg .rec-img {
  max-width: 290px;
}
.top-recruit-bg .left-box {
  display: flex;
  flex-wrap: wrap;
}
.top-recruit-bg .left-box a {
  display: inline-block;
  padding: 15px;
  transition: 0.3s;
}
.top-recruit-bg .left-box a:hover {
  transform: scale(1.05);
}

.top-partner-bg {
  background: url(../images/top/partner-bg.jpg) center center no-repeat;
  background-size: cover;
}

.f-menu li a {
  line-height: 32px;
  color: #1dc317;
  text-decoration: underline;
}

footer {
  border-top: 1px solid #eee;
}

.f-copy {
  display: block;
  text-align: center;
  color: #fff;
  background: #1dc317;
  padding: 27px 0;
}

.box01 {
  padding: 40px 15px;
  background-color: #fff;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 19px -15px rgba(10, 10, 10, 0.02);
}
@media (min-width: 992px), print {
  .box01 {
    padding: 40px 50px;
  }
}

.box01-dec01 {
  position: relative;
}
.box01-dec01::before {
  content: "";
  position: absolute;
  background: url(../images/service/service-img01.jpg) center center no-repeat;
  background-size: cover;
  width: 45vw;
  height: 110%;
  top: -5%;
  left: -5vw;
  z-index: -1;
}

.box01-dec02 {
  position: relative;
}
.box01-dec02::before {
  content: "";
  position: absolute;
  background: url(../images/recruit/recruit-img01.jpg) center bottom no-repeat;
  background-size: cover;
  width: 45vw;
  height: 110%;
  top: -5%;
  left: -5vw;
  z-index: -1;
}

.box01-dec03 {
  position: relative;
}
.box01-dec03::before {
  content: "";
  position: absolute;
  background: url(../images/recruit/recruit-img02.jpg) center center no-repeat;
  background-size: cover;
  width: 45vw;
  height: 110%;
  top: -5%;
  right: 2vw;
  z-index: -1;
}

.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
  line-height: 1;
  display: inline-block;
}

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

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1dc317;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.cont-bg01 {
  background: url(../images/common/ptn-bg01.jpg) top center;
}

.flow-all {
  position: relative;
}
.flow-all .red {
  color: red;
}
@media (min-width: 768px), print {
  .flow-all::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 40px;
    border-left: 1px dashed #1dc317;
  }
}
.flow-all .flow-1set {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px), print {
  .flow-all .flow-1set {
    padding-bottom: 60px;
    margin-bottom: 60px;
    display: flex;
  }
}
.flow-all .flow-1set::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: rgb(203, 230, 206);
}
@media (min-width: 768px), print {
  .flow-all .flow-1set::before {
    width: calc(100% - 110px);
  }
}
.flow-all .flow-1set:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.flow-all .flow-1set:last-child::before {
  height: 0px;
}
.flow-all .flow-1set .flow-num {
  background-color: #1dc317;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  border-radius: 4px;
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .flow-all .flow-1set .flow-num {
    margin: 0;
    padding: 0px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px), print {
  .flow-all .flow-1set .flow-textarea {
    margin-left: 40px;
  }
}

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

.cate-text01 {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 4px;
}

.cl01-1set {
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 2px 2px 10px 1px rgba(10, 10, 10, 0.02);
  width: 100%;
}
.cl01-1set .cl01-textarea {
  padding: 15px 15px;
}
.cl01-1set .cl01-textarea .cl01-cap {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.cl01-1set .cl01-textarea .cl01-cap span {
  display: inline-block;
  background: #1dc317;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
}

.cont-list02 {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 7px;
}
.cont-list02 dt {
  width: 170px;
  position: relative;
  flex-shrink: 0;
  text-align: left;
  color: #1dc317;
  font-weight: bold;
}
@media (min-width: 768px), print {
  .cont-list02 dt {
    text-align: center;
  }
}
@media (min-width: 768px), print {
  .cont-list02 dt::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    right: 0px;
  }
}
.cont-list02 dd {
  text-align: left;
}
@media (min-width: 768px), print {
  .cont-list02 dd {
    padding-left: 40px;
  }
}
.cont-list02:last-child {
  margin-bottom: 0px;
}

.point-1set {
  padding: 30px 20px 30px 20px;
  position: relative;
  color: #fff;
  border-radius: 6px;
  background-color: #1dc317;
}
@media (min-width: 992px), print {
  .point-1set {
    padding: 50px 40px 50px 40px;
  }
}
.point-1set .point-dec01 {
  position: absolute;
  top: 40px;
  left: 30px;
}
.point-1set .point-dec01::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 1px;
  top: -10px;
  left: 0px;
  background-color: #fff;
}
.point-1set .point-dec01::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 1px;
  top: -4px;
  left: 0px;
  background-color: #fff;
}
.point-1set .point-left {
  width: 100%;
}
@media (min-width: 992px), print {
  .point-1set .point-left {
    width: 75%;
    padding-right: 30px;
  }
}
.point-1set .point-left dl dt {
  background-color: #fff;
  color: #111;
  line-height: 1;
  padding: 3px 30px;
  display: inline-block;
  border-radius: 2px;
}
.point-1set .point-right {
  background: url(../images/recruit/staff01.jpg) center center no-repeat;
  background-size: cover;
  width: 70%;
  border-radius: 4px;
  max-height: 650px;
  height: 50vw;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px), print {
  .point-1set .point-right {
    width: 25%;
    margin-top: 35px;
    min-height: 260px;
    height: 10vw;
  }
}
.point-1set .point-right-bg02 {
  background: url(../images/recruit/staff02.jpg) center center no-repeat;
  background-size: cover;
}
.point-1set .point-right-bg03 {
  background: url(../images/recruit/staff03.jpg) center center no-repeat;
  background-size: cover;
}
.point-1set .point-right-bg04 {
  background: url(../images/recruit/staff04.jpg) center center no-repeat;
  background-size: cover;
}

.accordion-1set {
  border: 1px solid #ddd;
  cursor: pointer;
}
.accordion-1set .ac-base {
  display: flex;
  align-items: center;
  background-color: #1dc317;
  padding: 15px 60px 15px 30px;
  color: #fff;
  position: relative;
}
.accordion-1set .ac-base .q-body {
  display: flex;
  align-items: stretch;
}
.accordion-1set .ac-base .q-body .q-icon {
  width: 45px;
  display: flex;
  align-items: center;
  margin-right: 25px;
  border-right: 1px solid #fff;
  flex-shrink: 0;
}
.accordion-1set .ac-base .plus-minus {
  position: absolute;
  right: 16px;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.accordion-1set .ac-base .plus-minus::before {
  content: "";
  transition: 0.3s;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  right: -1px;
  transform: rotateZ(90deg);
}
.accordion-1set .open .plus-minus::before {
  transform: rotateZ(180deg);
}
.accordion-1set .ac-in {
  display: none;
  padding: 15px 30px 15px 30px;
}
.accordion-1set .ac-in .a-body {
  display: flex;
  align-items: stretch;
}
.accordion-1set .ac-in .a-body .a-icon {
  color: #df7477;
  flex-shrink: 0;
  width: 45px;
  display: flex;
  align-items: center;
  margin-right: 25px;
  border-right: 1px solid #fff;
}

.cont-bg02 {
  position: relative;
  padding-bottom: 70px;
}
@media (min-width: 992px), print {
  .cont-bg02 {
    padding-bottom: 140px;
  }
}
.cont-bg02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0px;
  background: url(../images/common/ptn-bg01.jpg) top center;
}

.youtube {
  padding: 0 15px;
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.rec-box {
  padding: 50px 15px;
  border-radius: 4px;
}

.img09 {
  max-width: 364px;
  width: 40vw;
}
