@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: #111;
  margin: 0px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  word-break: break-all;
  background-color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 768px), print {
  body {
    font-size: 1.4rem;
  }
}
@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%;
}

textarea {
  padding-top: 0.5em;
}

input,
select,
textarea,
button {
  font-family: inherit;
}

/* 汎用
-------------------------------------------*/
.youtube {
  padding: 0 15px;
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube div {
  width: 100%;
  height: 100%;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.w-100 {
  width: 100%;
}

.f-srf {
  font-family: "Noto Serif JP", serif;
}

.bold {
  font-weight: bold;
}

.bold500 {
  font-weight: 500;
}

.bold600 {
  font-weight: 600;
}

.normal {
  font-weight: normal;
}

.f-light {
  font-weight: 200;
}

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

.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: #a72623;
}

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

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

.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: #111;
}

.main-bg {
  background-color: #a72623;
}

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

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

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

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

.c-sub02 {
  color: #c28f15 !important;
}

.black {
  color: #111 !important;
}

.red {
  color: #a72623 !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;
}

.text-tb {
  writing-mode: horizontal-tb !important;
}

.text-rl {
  writing-mode: vertical-rl !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;
  }
  .text-sm-tb {
    writing-mode: horizontal-tb !important;
  }
  .text-sm-rl {
    writing-mode: vertical-rl !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;
  }
  .text-md-tb {
    writing-mode: horizontal-tb !important;
  }
  .text-md-rl {
    writing-mode: vertical-rl !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;
  }
  .text-lg-tb {
    writing-mode: horizontal-tb !important;
  }
  .text-lg-rl {
    writing-mode: vertical-rl !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-tb {
    writing-mode: horizontal-tb !important;
  }
  .text-xl-rl {
    writing-mode: vertical-rl !important;
  }
}
/*-------------------------------------------
Layout
-------------------------------------------*/
/* コンテンツ幅
-------------------------------------------*/
.cont-wid01 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.cont-wid02 {
  max-width: 1530px;
  margin: 0 auto;
  width: 100%;
}

.cont-wid03 {
  max-width: 1630px;
  margin: 0 auto;
  width: 100%;
}

/* 幅調整
-------------------------------------------*/
.pd0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pd15 {
  padding-left: 15px;
  padding-right: 15px;
}

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

.pt50 {
  padding-top: 25px;
}
@media (min-width: 768px), print {
  .pt50 {
    padding-top: 35px;
  }
}
@media (min-width: 992px), print {
  .pt50 {
    padding-top: 50px;
  }
}

.pt55 {
  padding-top: 28px;
}
@media (min-width: 768px), print {
  .pt55 {
    padding-top: 38px;
  }
}
@media (min-width: 992px), print {
  .pt55 {
    padding-top: 55px;
  }
}

.pt60 {
  padding-top: 30px;
}
@media (min-width: 768px), print {
  .pt60 {
    padding-top: 40px;
  }
}
@media (min-width: 992px), print {
  .pt60 {
    padding-top: 60px;
  }
}

.pt70 {
  padding-top: 35px;
}
@media (min-width: 768px), print {
  .pt70 {
    padding-top: 45px;
  }
}
@media (min-width: 992px), print {
  .pt70 {
    padding-top: 70px;
  }
}

.pt75 {
  padding-top: 38px;
}
@media (min-width: 768px), print {
  .pt75 {
    padding-top: 48px;
  }
}
@media (min-width: 992px), print {
  .pt75 {
    padding-top: 75px;
  }
}

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

.pt90 {
  padding-top: 45px;
}
@media (min-width: 768px), print {
  .pt90 {
    padding-top: 55px;
  }
}
@media (min-width: 992px), print {
  .pt90 {
    padding-top: 90px;
  }
}

.pt95 {
  padding-top: 48px;
}
@media (min-width: 768px), print {
  .pt95 {
    padding-top: 58px;
  }
}
@media (min-width: 992px), print {
  .pt95 {
    padding-top: 95px;
  }
}

.pt100 {
  padding-top: 50px;
}
@media (min-width: 768px), print {
  .pt100 {
    padding-top: 60px;
  }
}
@media (min-width: 992px), print {
  .pt100 {
    padding-top: 100px;
  }
}

.pt110 {
  padding-top: 55px;
}
@media (min-width: 768px), print {
  .pt110 {
    padding-top: 65px;
  }
}
@media (min-width: 992px), print {
  .pt110 {
    padding-top: 110px;
  }
}

.pt120 {
  padding-top: 60px;
}
@media (min-width: 768px), print {
  .pt120 {
    padding-top: 70px;
  }
}
@media (min-width: 992px), print {
  .pt120 {
    padding-top: 120px;
  }
}

.pt130 {
  padding-top: 65px;
}
@media (min-width: 768px), print {
  .pt130 {
    padding-top: 75px;
  }
}
@media (min-width: 992px), print {
  .pt130 {
    padding-top: 130px;
  }
}

.pt150 {
  padding-top: 75px;
}
@media (min-width: 768px), print {
  .pt150 {
    padding-top: 85px;
  }
}
@media (min-width: 992px), print {
  .pt150 {
    padding-top: 150px;
  }
}

.pt160 {
  padding-top: 80px;
}
@media (min-width: 768px), print {
  .pt160 {
    padding-top: 90px;
  }
}
@media (min-width: 992px), print {
  .pt160 {
    padding-top: 160px;
  }
}

.pt180 {
  padding-top: 90px;
}
@media (min-width: 768px), print {
  .pt180 {
    padding-top: 100px;
  }
}
@media (min-width: 992px), print {
  .pt180 {
    padding-top: 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;
}

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

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

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

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

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

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

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

.ml-10 {
  margin-left: 8rem !important;
}

.mt-11 {
  margin-top: 9rem !important;
}

.mr-11 {
  margin-right: 9rem !important;
}

.mb-11 {
  margin-bottom: 9rem !important;
}

.ml-11 {
  margin-left: 9rem !important;
}

.mt-12 {
  margin-top: 10rem !important;
}

.mr-12 {
  margin-right: 10rem !important;
}

.mb-12 {
  margin-bottom: 10rem !important;
}

.ml-12 {
  margin-left: 10rem !important;
}

.mt-13 {
  margin-top: 11rem !important;
}

.mr-13 {
  margin-right: 11rem !important;
}

.mb-13 {
  margin-bottom: 11rem !important;
}

.ml-13 {
  margin-left: 11rem !important;
}

.mt-14 {
  margin-top: 12rem !important;
}

.mr-14 {
  margin-right: 12rem !important;
}

.mb-14 {
  margin-bottom: 12rem !important;
}

.ml-14 {
  margin-left: 12rem !important;
}

.mt-15 {
  margin-top: 13rem !important;
}

.mr-15 {
  margin-right: 13rem !important;
}

.mb-15 {
  margin-bottom: 13rem !important;
}

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

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

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

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

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

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

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

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

.pl-10 {
  padding-left: 8rem !important;
}

.pt-11 {
  padding-top: 9rem !important;
}

.pr-11 {
  padding-right: 9rem !important;
}

.pb-11 {
  padding-bottom: 9rem !important;
}

.pl-11 {
  padding-left: 9rem !important;
}

.pt-12 {
  padding-top: 10rem !important;
}

.pr-12 {
  padding-right: 10rem !important;
}

.pb-12 {
  padding-bottom: 10rem !important;
}

.pl-12 {
  padding-left: 10rem !important;
}

.pt-13 {
  padding-top: 11rem !important;
}

.pr-13 {
  padding-right: 11rem !important;
}

.pb-13 {
  padding-bottom: 11rem !important;
}

.pl-13 {
  padding-left: 11rem !important;
}

.pt-14 {
  padding-top: 12rem !important;
}

.pr-14 {
  padding-right: 12rem !important;
}

.pb-14 {
  padding-bottom: 12rem !important;
}

.pl-14 {
  padding-left: 12rem !important;
}

.pt-15 {
  padding-top: 13rem !important;
}

.pr-15 {
  padding-right: 13rem !important;
}

.pb-15 {
  padding-bottom: 13rem !important;
}

.pl-15 {
  padding-left: 13rem !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;
  }
  .mt-sm-9 {
    margin-top: 7rem !important;
  }
  .mr-sm-9 {
    margin-right: 7rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-9 {
    margin-left: 7rem !important;
  }
  .mt-sm-10 {
    margin-top: 8rem !important;
  }
  .mr-sm-10 {
    margin-right: 8rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-10 {
    margin-left: 8rem !important;
  }
  .mt-sm-11 {
    margin-top: 9rem !important;
  }
  .mr-sm-11 {
    margin-right: 9rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-11 {
    margin-left: 9rem !important;
  }
  .mt-sm-12 {
    margin-top: 10rem !important;
  }
  .mr-sm-12 {
    margin-right: 10rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-12 {
    margin-left: 10rem !important;
  }
  .mt-sm-13 {
    margin-top: 11rem !important;
  }
  .mr-sm-13 {
    margin-right: 11rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 11rem !important;
  }
  .ml-sm-13 {
    margin-left: 11rem !important;
  }
  .mt-sm-14 {
    margin-top: 12rem !important;
  }
  .mr-sm-14 {
    margin-right: 12rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-14 {
    margin-left: 12rem !important;
  }
  .mt-sm-15 {
    margin-top: 13rem !important;
  }
  .mr-sm-15 {
    margin-right: 13rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 13rem !important;
  }
  .ml-sm-15 {
    margin-left: 13rem !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;
  }
  .pt-sm-9 {
    padding-top: 7rem !important;
  }
  .pr-sm-9 {
    padding-right: 7rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-9 {
    padding-left: 7rem !important;
  }
  .pt-sm-10 {
    padding-top: 8rem !important;
  }
  .pr-sm-10 {
    padding-right: 8rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-10 {
    padding-left: 8rem !important;
  }
  .pt-sm-11 {
    padding-top: 9rem !important;
  }
  .pr-sm-11 {
    padding-right: 9rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-11 {
    padding-left: 9rem !important;
  }
  .pt-sm-12 {
    padding-top: 10rem !important;
  }
  .pr-sm-12 {
    padding-right: 10rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-12 {
    padding-left: 10rem !important;
  }
  .pt-sm-13 {
    padding-top: 11rem !important;
  }
  .pr-sm-13 {
    padding-right: 11rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-13 {
    padding-left: 11rem !important;
  }
  .pt-sm-14 {
    padding-top: 12rem !important;
  }
  .pr-sm-14 {
    padding-right: 12rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-14 {
    padding-left: 12rem !important;
  }
  .pt-sm-15 {
    padding-top: 13rem !important;
  }
  .pr-sm-15 {
    padding-right: 13rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 13rem !important;
  }
  .pl-sm-15 {
    padding-left: 13rem !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;
  }
  .mt-md-9 {
    margin-top: 7rem !important;
  }
  .mr-md-9 {
    margin-right: 7rem !important;
  }
  .mb-md-9 {
    margin-bottom: 7rem !important;
  }
  .ml-md-9 {
    margin-left: 7rem !important;
  }
  .mt-md-10 {
    margin-top: 8rem !important;
  }
  .mr-md-10 {
    margin-right: 8rem !important;
  }
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
  .ml-md-10 {
    margin-left: 8rem !important;
  }
  .mt-md-11 {
    margin-top: 9rem !important;
  }
  .mr-md-11 {
    margin-right: 9rem !important;
  }
  .mb-md-11 {
    margin-bottom: 9rem !important;
  }
  .ml-md-11 {
    margin-left: 9rem !important;
  }
  .mt-md-12 {
    margin-top: 10rem !important;
  }
  .mr-md-12 {
    margin-right: 10rem !important;
  }
  .mb-md-12 {
    margin-bottom: 10rem !important;
  }
  .ml-md-12 {
    margin-left: 10rem !important;
  }
  .mt-md-13 {
    margin-top: 11rem !important;
  }
  .mr-md-13 {
    margin-right: 11rem !important;
  }
  .mb-md-13 {
    margin-bottom: 11rem !important;
  }
  .ml-md-13 {
    margin-left: 11rem !important;
  }
  .mt-md-14 {
    margin-top: 12rem !important;
  }
  .mr-md-14 {
    margin-right: 12rem !important;
  }
  .mb-md-14 {
    margin-bottom: 12rem !important;
  }
  .ml-md-14 {
    margin-left: 12rem !important;
  }
  .mt-md-15 {
    margin-top: 13rem !important;
  }
  .mr-md-15 {
    margin-right: 13rem !important;
  }
  .mb-md-15 {
    margin-bottom: 13rem !important;
  }
  .ml-md-15 {
    margin-left: 13rem !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;
  }
  .pt-md-9 {
    padding-top: 7rem !important;
  }
  .pr-md-9 {
    padding-right: 7rem !important;
  }
  .pb-md-9 {
    padding-bottom: 7rem !important;
  }
  .pl-md-9 {
    padding-left: 7rem !important;
  }
  .pt-md-10 {
    padding-top: 8rem !important;
  }
  .pr-md-10 {
    padding-right: 8rem !important;
  }
  .pb-md-10 {
    padding-bottom: 8rem !important;
  }
  .pl-md-10 {
    padding-left: 8rem !important;
  }
  .pt-md-11 {
    padding-top: 9rem !important;
  }
  .pr-md-11 {
    padding-right: 9rem !important;
  }
  .pb-md-11 {
    padding-bottom: 9rem !important;
  }
  .pl-md-11 {
    padding-left: 9rem !important;
  }
  .pt-md-12 {
    padding-top: 10rem !important;
  }
  .pr-md-12 {
    padding-right: 10rem !important;
  }
  .pb-md-12 {
    padding-bottom: 10rem !important;
  }
  .pl-md-12 {
    padding-left: 10rem !important;
  }
  .pt-md-13 {
    padding-top: 11rem !important;
  }
  .pr-md-13 {
    padding-right: 11rem !important;
  }
  .pb-md-13 {
    padding-bottom: 11rem !important;
  }
  .pl-md-13 {
    padding-left: 11rem !important;
  }
  .pt-md-14 {
    padding-top: 12rem !important;
  }
  .pr-md-14 {
    padding-right: 12rem !important;
  }
  .pb-md-14 {
    padding-bottom: 12rem !important;
  }
  .pl-md-14 {
    padding-left: 12rem !important;
  }
  .pt-md-15 {
    padding-top: 13rem !important;
  }
  .pr-md-15 {
    padding-right: 13rem !important;
  }
  .pb-md-15 {
    padding-bottom: 13rem !important;
  }
  .pl-md-15 {
    padding-left: 13rem !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;
  }
  .mt-lg-9 {
    margin-top: 7rem !important;
  }
  .mr-lg-9 {
    margin-right: 7rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-9 {
    margin-left: 7rem !important;
  }
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
  .mr-lg-10 {
    margin-right: 8rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-10 {
    margin-left: 8rem !important;
  }
  .mt-lg-11 {
    margin-top: 9rem !important;
  }
  .mr-lg-11 {
    margin-right: 9rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-11 {
    margin-left: 9rem !important;
  }
  .mt-lg-12 {
    margin-top: 10rem !important;
  }
  .mr-lg-12 {
    margin-right: 10rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-12 {
    margin-left: 10rem !important;
  }
  .mt-lg-13 {
    margin-top: 11rem !important;
  }
  .mr-lg-13 {
    margin-right: 11rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-13 {
    margin-left: 11rem !important;
  }
  .mt-lg-14 {
    margin-top: 12rem !important;
  }
  .mr-lg-14 {
    margin-right: 12rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-14 {
    margin-left: 12rem !important;
  }
  .mt-lg-15 {
    margin-top: 13rem !important;
  }
  .mr-lg-15 {
    margin-right: 13rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 13rem !important;
  }
  .ml-lg-15 {
    margin-left: 13rem !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;
  }
  .pt-lg-9 {
    padding-top: 7rem !important;
  }
  .pr-lg-9 {
    padding-right: 7rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-9 {
    padding-left: 7rem !important;
  }
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
  .pr-lg-10 {
    padding-right: 8rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-10 {
    padding-left: 8rem !important;
  }
  .pt-lg-11 {
    padding-top: 9rem !important;
  }
  .pr-lg-11 {
    padding-right: 9rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-11 {
    padding-left: 9rem !important;
  }
  .pt-lg-12 {
    padding-top: 10rem !important;
  }
  .pr-lg-12 {
    padding-right: 10rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-12 {
    padding-left: 10rem !important;
  }
  .pt-lg-13 {
    padding-top: 11rem !important;
  }
  .pr-lg-13 {
    padding-right: 11rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-13 {
    padding-left: 11rem !important;
  }
  .pt-lg-14 {
    padding-top: 12rem !important;
  }
  .pr-lg-14 {
    padding-right: 12rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-14 {
    padding-left: 12rem !important;
  }
  .pt-lg-15 {
    padding-top: 13rem !important;
  }
  .pr-lg-15 {
    padding-right: 13rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 13rem !important;
  }
  .pl-lg-15 {
    padding-left: 13rem !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;
  }
  .mt-xl-9 {
    margin-top: 7rem !important;
  }
  .mr-xl-9 {
    margin-right: 7rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-9 {
    margin-left: 7rem !important;
  }
  .mt-xl-10 {
    margin-top: 8rem !important;
  }
  .mr-xl-10 {
    margin-right: 8rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-10 {
    margin-left: 8rem !important;
  }
  .mt-xl-11 {
    margin-top: 9rem !important;
  }
  .mr-xl-11 {
    margin-right: 9rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-11 {
    margin-left: 9rem !important;
  }
  .mt-xl-12 {
    margin-top: 10rem !important;
  }
  .mr-xl-12 {
    margin-right: 10rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-12 {
    margin-left: 10rem !important;
  }
  .mt-xl-13 {
    margin-top: 11rem !important;
  }
  .mr-xl-13 {
    margin-right: 11rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 11rem !important;
  }
  .ml-xl-13 {
    margin-left: 11rem !important;
  }
  .mt-xl-14 {
    margin-top: 12rem !important;
  }
  .mr-xl-14 {
    margin-right: 12rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-14 {
    margin-left: 12rem !important;
  }
  .mt-xl-15 {
    margin-top: 13rem !important;
  }
  .mr-xl-15 {
    margin-right: 13rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 13rem !important;
  }
  .ml-xl-15 {
    margin-left: 13rem !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;
  }
  .pt-xl-9 {
    padding-top: 7rem !important;
  }
  .pr-xl-9 {
    padding-right: 7rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-9 {
    padding-left: 7rem !important;
  }
  .pt-xl-10 {
    padding-top: 8rem !important;
  }
  .pr-xl-10 {
    padding-right: 8rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-10 {
    padding-left: 8rem !important;
  }
  .pt-xl-11 {
    padding-top: 9rem !important;
  }
  .pr-xl-11 {
    padding-right: 9rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-11 {
    padding-left: 9rem !important;
  }
  .pt-xl-12 {
    padding-top: 10rem !important;
  }
  .pr-xl-12 {
    padding-right: 10rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-12 {
    padding-left: 10rem !important;
  }
  .pt-xl-13 {
    padding-top: 11rem !important;
  }
  .pr-xl-13 {
    padding-right: 11rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 11rem !important;
  }
  .pl-xl-13 {
    padding-left: 11rem !important;
  }
  .pt-xl-14 {
    padding-top: 12rem !important;
  }
  .pr-xl-14 {
    padding-right: 12rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-14 {
    padding-left: 12rem !important;
  }
  .pt-xl-15 {
    padding-top: 13rem !important;
  }
  .pr-xl-15 {
    padding-right: 13rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 13rem !important;
  }
  .pl-xl-15 {
    padding-left: 13rem !important;
  }
}
/*-------------------------------------------
Fontsize
-------------------------------------------*/
.fs10 {
  font-size: 1rem;
}

.fs11 {
  font-size: 1.1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

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

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

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

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

.fs18 {
  font-size: 1.5rem;
}
@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;
  }
}

.fs58 {
  font-size: 3.4rem;
}
@media (min-width: 768px), print {
  .fs58 {
    font-size: 4.1rem;
  }
}
@media (min-width: 992px), print {
  .fs58 {
    font-size: 5.8rem;
  }
}

.fs64 {
  font-size: 3.6rem;
}
@media (min-width: 768px), print {
  .fs64 {
    font-size: 4.2rem;
  }
}
@media (min-width: 992px), print {
  .fs64 {
    font-size: 6.4rem;
  }
}

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

/*-------------------------------------------
GsCustom
-------------------------------------------*/
/* maskBase
-------------------------------------------*/
@-webkit-keyframes mask-base {
  0% {
    transform: translateX(-101%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes mask-base {
  0% {
    transform: translateX(-101%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(101%);
  }
}
@-webkit-keyframes mask-base02 {
  0% {
    transform: translateX(-101%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes mask-base02 {
  0% {
    transform: translateX(-101%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* box01
-------------------------------------------*/
.gs-box01 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}
.gs-box01::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #a72623;
  transform: translateX(101%);
}

.gs-box01-and {
  opacity: 1;
}
.gs-box01-and::after {
  -webkit-animation: mask-base 1s ease;
          animation: mask-base 1s ease;
}

/* box02
-------------------------------------------*/
.gs-box02 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}
.gs-box02::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #a72623;
  transform: translateX(101%);
}

.gs-box02-and {
  opacity: 1;
}
.gs-box02-and::after {
  -webkit-animation: mask-base 1.2s ease;
          animation: mask-base 1.2s ease;
}

/* ttl01
-------------------------------------------*/
.gs-ttl01 {
  position: relative;
  color: transparent;
  display: inline-block;
  overflow: hidden;
  transition: color 0s 0.3s;
}
.gs-ttl01::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #fff;
  transform: translateX(101%);
}

.gs-ttl01-and {
  color: #fff;
}
.gs-ttl01-and::after {
  -webkit-animation: mask-base 0.8s ease;
          animation: mask-base 0.8s ease;
}

/* ttl01Sub
-------------------------------------------*/
.gs-ttl01-sub {
  position: relative;
  color: transparent;
  display: inline-block;
  overflow: hidden;
  transition: color 0s 0.5s;
}
.gs-ttl01-sub::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #fff;
  transform: translateX(101%);
}

.gs-ttl01-sub-and {
  color: #fff;
}
.gs-ttl01-sub-and::after {
  -webkit-animation: mask-base 1.2s ease;
          animation: mask-base 1.2s ease;
}

/* ttl02
-------------------------------------------*/
.gs-ttl02 {
  position: relative;
  color: transparent;
  display: inline-block;
  overflow: hidden;
  transition: color 0s 0.3s;
}
.gs-ttl02::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(to right, #a72623 0%, #ae4f22 100%);
  transform: translateX(101%);
}

.gs-ttl02-and {
  color: #a72623;
}
.gs-ttl02-and::after {
  -webkit-animation: mask-base 0.8s ease;
          animation: mask-base 0.8s ease;
}

/* ttl02Sub
-------------------------------------------*/
.gs-ttl02-sub {
  position: relative;
  color: transparent;
  display: inline-block;
  overflow: hidden;
  transition: color 0.2s 0.5s;
  z-index: 2;
  padding: 0px 5px;
}
.gs-ttl02-sub::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #fff;
  transform: translateX(101%);
}

.gs-ttl02-sub-and {
  color: #111;
}
.gs-ttl02-sub-and::after {
  -webkit-animation: mask-base02 1.2s ease forwards;
          animation: mask-base02 1.2s ease forwards;
}

/* ttl03
-------------------------------------------*/
.gs-ttl03 {
  position: relative;
  color: transparent;
  display: inline-block;
  overflow: hidden;
  transition: color 0s 0.3s;
}
.gs-ttl03::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(to right, #a72623 0%, #ae4f22 100%);
  transform: translateX(101%);
}

.gs-ttl03-and {
  color: #111;
}
.gs-ttl03-and::after {
  -webkit-animation: mask-base 0.8s ease;
          animation: mask-base 0.8s ease;
}

/* ttl03Sub
-------------------------------------------*/
.gs-ttl03-sub {
  position: relative;
  color: transparent;
  display: inline-block;
  overflow: hidden;
  transition: color 0s 0.5s;
}
.gs-ttl03-sub::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(to right, #a72623 0%, #ae4f22 100%);
  transform: translateX(101%);
}

.gs-ttl03-sub-and {
  color: #111;
}
.gs-ttl03-sub-and::after {
  -webkit-animation: mask-base 1.2s ease;
          animation: mask-base 1.2s ease;
}

/* ttl04
-------------------------------------------*/
.gs-ttl04 {
  position: relative;
  color: transparent;
  display: inline-block;
  overflow: hidden;
  transition: color 0.2s 0.5s;
  z-index: 2;
  padding: 0px 5px;
}
.gs-ttl04::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: #a72623;
  transform: translateX(101%);
}

.gs-ttl04-and {
  color: #fff;
}
.gs-ttl04-and::after {
  -webkit-animation: mask-base02 1.2s ease forwards;
          animation: mask-base02 1.2s ease forwards;
}

/*-------------------------------------------
Header全般
-------------------------------------------*/
/* レイアウト
-------------------------------------------*/
.cont {
  position: relative;
  padding-top: 0px;
  margin-top: 0px;
}

/* PCheader
-------------------------------------------*/
.header-all {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 2000;
  height: 70px;
  transition: 0.3s;
}
@media (min-width: 992px), print {
  .header-all {
    height: 140px;
    background-color: transparent;
  }
}
.header-all .header-all-inner {
  position: relative;
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-all .header-all-inner .logo {
  position: absolute;
  display: block;
  left: 2vw;
  z-index: 2000;
  width: 150px;
}
@media (min-width: 992px), print {
  .header-all .header-all-inner .logo {
    margin-bottom: 4px;
    width: 200px;
  }
}
.header-all .header-all-inner .menu01-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0.4vw;
  z-index: 2000;
}
@media (min-width: 992px), print {
  .header-all .header-all-inner .menu01-btn {
    right: 2vw;
  }
}
.header-all .header-all-inner .menu01-btn .menu01-btn-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: linear-gradient(to right, #a72623 0%, #ae4f22 100%);
  width: 74px;
  height: 74px;
  border-radius: 100px;
  transform: scale(0.8);
  transition: 0.3s;
}
@media (min-width: 992px), print {
  .header-all .header-all-inner .menu01-btn .menu01-btn-inner {
    transform: scale(1);
  }
}
.header-all .header-all-inner .menu01-btn .menu01-btn-inner .line-area {
  height: 26px;
  width: 26px;
  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(-7px);
}
.header-all .header-all-inner .menu01-btn .menu01-btn-inner .line-area .line02 {
  transform: translateY(7px);
  background-color: #fff;
}
.header-all .header-all-inner .menu01-btn .menu01-btn-inner .line-area .line03 {
  opacity: 1;
  background-color: #fff;
}
@media (min-width: 992px), print {
  .header-all .header-all-inner .menu01-btn .menu01-btn-inner:hover {
    -webkit-animation: menuhov 0.5s ease forwards;
            animation: menuhov 0.5s ease forwards;
  }
}
@-webkit-keyframes menuhov {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes menuhov {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.header-all .menu01 {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0px;
  left: 0px;
  transition: 0.5s;
  padding-top: 74px;
  transform: translateX(100%);
}
@media (min-width: 992px), print {
  .header-all .menu01 {
    padding-top: 0;
  }
}
.header-all .menu01 .menu01-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #a72623 0%, #ae4f22 100%);
  z-index: 1000;
  -webkit-animation: 0.3s menubg ease;
          animation: 0.3s menubg ease;
}
.header-all .menu01 .menu01-bg .menu-txt-dec {
  position: absolute;
  bottom: -0.7vw;
  left: 0px;
  width: 100%;
  color: #fff;
  opacity: 0.1;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 11.6vw;
  text-align: center;
  padding-left: 1.4vw;
}
@-webkit-keyframes menubg {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes menubg {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.header-all .menu01 .menu01-inner {
  position: relative;
  z-index: 2000;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px), print {
  .header-all .menu01 .menu01-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header-all .menu01 .menu01-inner .menu-list-all {
  width: 100%;
  height: calc(100vh - 70px);
  overflow-y: scroll;
  overflow-x: hidden;
  color: #fff;
}
@media (min-width: 992px), print {
  .header-all .menu01 .menu01-inner .menu-list-all {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    overflow-y: auto;
  }
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list-left {
  margin: 0 5%;
  overflow-x: hidden;
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl {
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 22px;
  transform: translateX(101%);
  transition: 0.2s;
  opacity: 0.7;
}
@media (min-width: 992px), print {
  .header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl {
    margin-bottom: 30px;
  }
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0px;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: 0.2s;
}
@media (min-width: 992px), print {
  .header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl::before {
    height: 3px;
  }
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl:hover {
  opacity: 1;
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl:hover::before {
  width: 100%;
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl .menu-en {
  position: relative;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 24px;
}
@media (min-width: 992px), print {
  .header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl .menu-en {
    font-size: 50px;
  }
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl .menu-jp {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 992px), print {
  .header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl .menu-jp {
    padding-left: 32px;
  }
}
@media (min-width: 992px), print {
  .header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl .menu-jp {
    font-size: 16px;
  }
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl .menu-jp .menu-ttl-dec {
  position: absolute;
  width: 10px;
  height: 1px;
  top: 50%;
  left: 2px;
  background-color: #fff;
  opacity: 0.3;
}
@media (min-width: 992px), print {
  .header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .menu-ttl .menu-jp .menu-ttl-dec {
    width: 20px;
  }
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .nav-active {
  opacity: 1;
}
.header-all .menu01 .menu01-inner .menu-list-all .menu-list-left .nav-active::before {
  width: 100%;
}

.header-tel {
  display: none;
}
@media (min-width: 992px), print {
  .header-tel {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 1000;
    right: 150px;
    line-height: 1;
  }
}
.header-tel .header-tel-in {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 0 4px;
}
.header-tel .header-tel-in a {
  color: #fff;
}

.sp-tel {
  display: flex;
  width: 100%;
  justify-content: center;
  color: #a72623;
  padding-top: 20px;
  padding-bottom: 40px;
}
.sp-tel a {
  color: #a72623;
  width: 100%;
}
@media (min-width: 992px), print {
  .sp-tel {
    display: none;
  }
}
.sp-tel .sp-tel-btn {
  background-color: #fff;
  width: 90%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100px;
}

/*　headerActive
------------------------------------------------------------------*/
.header-active .line01 {
  transform: translateY(4px) rotateZ(45deg) !important;
}
.header-active .line02 {
  transform: translateY(-2px) rotateZ(-45deg) !important;
}
.header-active .line03 {
  opacity: 0 !important;
}
.header-active .menu01 {
  transform: translateX(0);
  -webkit-animation: 0.3s menu01 ease;
          animation: 0.3s menu01 ease;
}
.header-active .menu01 .menu-ttl {
  -webkit-animation: 0.5s menuttl ease forwards;
          animation: 0.5s menuttl ease forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media (min-width: 992px), print {
  .header-active .menu01 .menu-ttl {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}
@media (min-width: 992px), print {
  .header-active .menu01 .menu-ttl:nth-child(2) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .header-active .menu01 .menu-ttl:nth-child(3) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .header-active .menu01 .menu-ttl:nth-child(4) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
}
@-webkit-keyframes menu01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes menu01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes menuttl {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes menuttl {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.header-active .logo {
  display: none !important;
}
.header-active .header-tel {
  display: none !important;
}

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

@keyframes fade-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-------------------------------------------
Common
-------------------------------------------*/
/* main
-------------------------------------------*/
.mv-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.mv-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-bg .mv-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  background: linear-gradient(to top, #a72623 0%, #ae4f22 100%);
}

.mvcolor .mv-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.94;
}

.mv-cont {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.mv-cont .mt {
  position: absolute;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px), print {
  .mv-cont .mt {
    padding: 0 5vw;
  }
}

/* mvAnime
-------------------------------------------*/
.mv-anime {
  display: none;
}
@media (min-width: 768px), print {
  .mv-anime {
    position: absolute;
    display: block;
    right: 3vw;
    bottom: 3vw;
    width: 142px;
    height: 142px;
    opacity: 0.8;
  }
}

.mv-anime::before {
  position: absolute;
  z-index: 120;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/top/mt02-in.png) no-repeat top center;
  background-size: cover;
}

.mv-anime::after {
  position: absolute;
  z-index: 100;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/top/mt02-box.png) no-repeat top center;
  background-size: cover;
  -webkit-animation: 50s mvani infinite linear;
          animation: 50s mvani infinite linear;
}

.mv-anime02 {
  position: relative;
  right: 15px;
  bottom: 15px;
  width: 110px;
  height: 110px;
  transition: 0.3s;
  display: inline-block;
}
@media (min-width: 992px), print {
  .mv-anime02 {
    position: absolute;
    top: auto;
    right: 8vw;
    bottom: 5px;
    width: 142px;
    height: 142px;
  }
}
.mv-anime02:hover {
  opacity: 0.5;
}
.mv-anime02:hover::before {
  left: 5px;
}

.mv-anime02::before {
  position: absolute;
  z-index: 120;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/top/mt02-in.png) no-repeat top center;
  background-size: cover;
  transform: rotate(-90deg);
  transition: 0.3s;
}

.mv-anime02::after {
  position: absolute;
  z-index: 100;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/top/rec-rot.png) no-repeat top center;
  background-size: cover;
  -webkit-animation: 50s mvani infinite linear;
          animation: 50s mvani infinite linear;
  transition: 0.3s;
}

@-webkit-keyframes mvani {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes mvani {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* サブページh2
-------------------------------------------*/
/* 背景
-------------------------------------------*/
/* タイトル
-------------------------------------------*/
/* ボタン
-------------------------------------------*/
/* flow
-------------------------------------------*/
/* contlist
-------------------------------------------*/
.cont-list01 {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 4px 15px;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 768px), print {
  .cont-list01 {
    padding: 4px 0px;
    display: flex;
  }
}
.cont-list01:last-child {
  margin-bottom: 0px;
}
.cont-list01 .cont-list01-ttl {
  position: relative;
  width: 210px;
  flex-shrink: 0;
  text-align: left;
  color: #a72623;
  font-weight: bold;
}
@media (min-width: 768px), print {
  .cont-list01 .cont-list01-ttl {
    text-align: center;
  }
}
@media (min-width: 768px), print {
  .cont-list01 .cont-list01-ttl::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    right: 0px;
  }
}
.cont-list01 .cont-list01-txt {
  text-align: left;
}
@media (min-width: 768px), print {
  .cont-list01 .cont-list01-txt {
    padding-left: 40px;
  }
}

.cont-list02 {
  background-color: #fff;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.05), 1px 0px 10px 1px rgba(10, 10, 10, 0.02);
  border: 1px solid #eee;
  padding: 12px 30px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.cont-list02:last-child {
  margin-bottom: 0;
}
.cont-list02 .cont-list02-ttl {
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #a72623;
}
.cont-list02 .cont-list02-ttl span.list-ttl-dec {
  display: inline-block;
  background-color: #a72623;
  color: #fff;
  line-height: 1.1;
  padding: 2px 16px;
  border-radius: 50px;
  font-weight: normal;
}

.cont-list03 {
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px), print {
  .cont-list03 {
    display: flex;
  }
}
.cont-list03 .cont-list03-ttl {
  background-color: #a72623;
  color: #fff;
  padding: 6px 15px;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 768px), print {
  .cont-list03 .cont-list03-ttl {
    background-color: transparent;
    color: #a72623;
    min-width: 160px;
    flex-shrink: 0;
    border-bottom: 1px solid #a72623;
    padding: 20px 15px;
  }
}
.cont-list03 .cont-list03-txt {
  padding: 15px 15px;
  line-height: 1.6;
  width: 100%;
}
@media (min-width: 768px), print {
  .cont-list03 .cont-list03-txt {
    padding: 20px 15px 20px 40px;
  }
}
.cont-list03 .cont-list03-txt .add-set {
  background-color: #f3f3f3;
  width: 100%;
  padding: 8px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.cont-list03 .cont-list03-txt .add-set:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px), print {
  .cont-list04 {
    display: flex;
    flex-wrap: wrap;
  }
}
.cont-list04 .cont-list04-item {
  position: relative;
  width: 94%;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-left: 1px solid #a72623;
  background-color: #fff;
  border-radius: 4px;
  line-height: 1.3;
  padding: 16px 24px 16px 24px;
  font-weight: 500;
  display: flex;
}
@media (min-width: 768px), print {
  .cont-list04 .cont-list04-item {
    width: calc(33% - 10px);
    margin: 0 6px;
    margin-bottom: 10px;
  }
}
.cont-list04 .cont-list04-item::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 6px;
  background-color: #a72623;
  top: 50%;
  left: -1px;
}

/* スクロールブロックエフェクト
-------------------------------------------*/
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.bre-inline {
  display: inline-block;
}

/* 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: #111;
  font-size: 11px;
}
.breadcrumbs li:first-child::after {
  content: none;
}
.breadcrumbs li::after {
  position: absolute;
  display: block;
  content: "-";
  left: 0;
  top: 0;
  color: #a72623;
}
.breadcrumbs li a {
  color: #a72623;
  font-weight: bold;
}

/* pagetop
-------------------------------------------*/
#pagetop {
  width: 38px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 500;
}
@media (min-width: 992px), print {
  #pagetop {
    width: 53px;
    bottom: 10px;
    right: 10px;
  }
}

/* copy
-------------------------------------------*/
.f-copy {
  display: block;
  background-color: #a72623;
  color: #fff;
  font-size: 12px;
  padding: 2px 0;
  text-align: center;
}

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

/* cate
-------------------------------------------*/
.cate-btn {
  position: relative;
  width: 100%;
  padding: 15px;
  border: 2px solid #a72623;
  color: #a72623;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cate-btn:hover {
  background-color: #a72623;
  color: #fff;
}

.cate-detail-label {
  position: relative;
  width: 100%;
  padding: 15px;
  border: 2px solid #a72623;
  color: #a72623;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cate-text-box {
  padding: 15px;
  border-radius: 2px;
  background-color: #fff;
}

/* 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: #111;
  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: #a72623;
  border: 1px solid #a72623;
  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: #a72623;
  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: #a72623;
  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: #111;
    font-size: 15px;
    padding: 22px 12px 20px 12px;
  }
}
@media (min-width: 992px), print {
  .contact-table th {
    width: 25%;
  }
}
.contact-table th .form-need {
  display: inline-block;
  font-size: 13px;
  border: 1px solid #a72623;
  background-color: #fff;
  color: #a72623;
  font-weight: normal;
  line-height: 1;
  padding: 4px 7px !important;
  margin-left: 10px;
}
@media (min-width: 768px), print {
  .contact-table th .form-need {
    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;
  padding-right: 10px;
}
.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%;
  }
}

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

/* コンテンツスライド
-------------------------------------------*/
.cs-1set .photo-ofi {
  background-color: #f2f2f2;
}
.cs-1set .cs-1set-txt {
  color: #111;
  margin-top: 10px;
}

/* FAQテンプレ
-------------------------------------------*/
.accordion-1set {
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
}
.accordion-1set:last-child {
  margin-bottom: 0px;
}
.accordion-1set .ac-base {
  display: flex;
  align-items: center;
  background-color: #a72623;
  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 {
  flex-shrink: 0;
  width: 45px;
  display: flex;
  align-items: center;
  margin-right: 25px;
  border-right: 1px solid #fff;
}
.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: #a72623;
  flex-shrink: 0;
  width: 45px;
  display: flex;
  align-items: center;
  margin-right: 25px;
  border-right: 1px solid #ddd;
}

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

[data-aos^=write-line][data-aos^=write-line].aos-animate {
  -webkit-animation-name: write-line-anime;
          animation-name: write-line-anime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*-- 最後の状態をキープ --*/
}

@-webkit-keyframes write-line-anime {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}

@keyframes write-line-anime {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}
/*　write-line2
---------------*/
.border-dec02 {
  position: absolute;
  top: auto;
  bottom: -5px;
  right: 0px;
  width: 0%;
  height: 5px;
  background-color: #a72623;
}

[data-aos^=write-line2][data-aos^=write-line2].aos-animate {
  -webkit-animation-name: write-line-anime2;
          animation-name: write-line-anime2;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*-- 最後の状態をキープ --*/
}

@-webkit-keyframes write-line-anime2 {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}

@keyframes write-line-anime2 {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
/* スクロールアニメ
-------------------------------------------*/
.st-bace {
  position: absolute;
}

/* rdanime-samp
-------------------------------------------*/
.bg-dec01 {
  display: none;
}
@media (min-width: 768px), print {
  .bg-dec01 {
    display: block;
    position: fixed;
    top: 7vw;
    left: 4vw;
    width: 15vw;
    height: 15vw;
    border-radius: 15vw;
    border: 8vw solid #a72623;
    -webkit-animation: shapeanime01 6s ease infinite;
            animation: shapeanime01 6s ease infinite;
    transition: 0.3s;
    z-index: -1;
  }
}

.bg-dec02 {
  display: none;
}
@media (min-width: 768px), print {
  .bg-dec02 {
    display: block;
    position: fixed;
    bottom: -4vw;
    right: -4vw;
    width: 15vw;
    height: 15vw;
    border-radius: 15vw;
    border: 8vw solid #a72623;
    -webkit-animation: shapeanime02 8s ease infinite;
            animation: shapeanime02 8s ease infinite;
    transition: 0.3s;
    z-index: -1;
  }
}

@-webkit-keyframes shapeanime01 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0;
    border: 0.1vw solid #a72623;
  }
  100% {
    opacity: 0;
  }
}

@keyframes shapeanime01 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0;
    border: 0.1vw solid #a72623;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes shapeanime02 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0;
    border: 0.1vw solid #c28f15;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shapeanime02 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0;
    border: 0.1vw solid #c28f15;
  }
  100% {
    opacity: 0;
  }
}
/*-------------------------------------------
style
-------------------------------------------*/
/* TopAbout
-------------------------------------------*/
.ta-txt01 {
  line-height: 2.4;
  color: #fff;
  margin-top: 6rem;
}
@media (min-width: 992px), print {
  .ta-txt01 {
    line-height: 3.4;
    margin-top: 12rem;
    margin-bottom: 6rem;
  }
}

.txt-dec01 {
  position: absolute;
  top: -0.7vw;
  left: 0px;
  width: 100%;
  color: #fff;
  opacity: 0.2;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 11.6vw;
  text-align: center;
  padding-left: 1.4vw;
}

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

/* TopFeature
-------------------------------------------*/
.ftl-img01 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 700px;
  width: 45vw;
}

.ftl-img02 {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 356px;
  width: 30vw;
}
@media (min-width: 992px), print {
  .ftl-img02 {
    top: 70%;
    width: 20vw;
  }
}

.ftl-dec01 {
  position: absolute;
  top: 38%;
  right: 7%;
  max-width: 101px;
  width: 15vw;
}
@media (min-width: 992px), print {
  .ftl-dec01 {
    top: 48%;
    right: 7%;
  }
}

.ttl-txt01 {
  font-size: 60px;
}
@media (min-width: 992px), print {
  .ttl-txt01 {
    font-size: 6.4vw;
  }
}

.ft-pd {
  padding: 80px 0 20px 0;
}
@media (min-width: 768px), print {
  .ft-pd {
    padding: 100px 0 40px 0;
  }
}
@media (min-width: 992px), print {
  .ft-pd {
    padding: 10vw 0 9vw 0;
  }
}

.stc-area {
  position: relative;
  padding: 0 15px;
}
@media (min-width: 992px), print {
  .stc-area {
    display: flex;
    align-items: stretch;
  }
}
.stc-area .stc-left {
  height: 70vw;
}
@media (min-width: 992px), print {
  .stc-area .stc-left {
    width: 56%;
    height: auto;
  }
}
.stc-area .stc-left .stc-left-in {
  height: 100%;
  max-height: 1020px;
}
.stc-area .stc-right {
  position: relative;
  z-index: 10;
  margin-top: 60px;
}
@media (min-width: 992px), print {
  .stc-area .stc-right {
    width: 44%;
    margin-top: 100px;
  }
}

.flow-all {
  position: relative;
}
@media (min-width: 768px), print {
  .flow-all::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 45px;
    border-left: 1px solid #ebebeb;
  }
}
.flow-all .flow-1set {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px), print {
  .flow-all .flow-1set {
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: flex;
  }
}
.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 {
  border: 1px solid #ddd;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-style: italic;
  letter-spacing: 0;
  background: linear-gradient(to right, #a72623 0%, #ae4f22 100%);
}
@media (min-width: 768px), print {
  .flow-all .flow-1set .flow-num {
    background: #fff;
    color: #aaa;
    margin: 0;
    padding: 0px;
    width: 90px;
    height: 90px;
    padding-right: 2px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
}
.flow-all .flow-1set .flow-box {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px), print {
  .flow-all .flow-1set .flow-box {
    padding: 0 0 0 45px;
  }
}
.flow-all .flow-1set .flow-box .flow-ttl {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .flow-all .flow-1set .flow-box .flow-ttl {
    margin-bottom: 30px;
  }
}

/* loop
-------------------------------------------*/
.loop-abs01 {
  display: none;
}
@media (min-width: 992px), print {
  .loop-abs01 {
    position: absolute;
    top: -2.2vw;
    left: 0px;
    width: 100%;
    display: block;
    z-index: 5;
  }
}

.loop-abs02 {
  display: none;
}
@media (min-width: 992px), print {
  .loop-abs02 {
    position: absolute;
    bottom: -0.6vw;
    left: 0px;
    width: 100%;
    display: block;
    z-index: 2;
  }
}

.loop-text03 {
  position: relative;
  display: block;
  font-size: 12vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fbf1f1;
  opacity: 1;
}

.loop-text04 {
  position: relative;
  display: block;
  font-size: 12vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fbf1f1;
  opacity: 1;
}

.btn01 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 300px;
  height: 64px;
  color: #a72623;
  border-radius: 100px;
  z-index: 2;
  background: transparent;
  transition: 0.2s;
  overflow: hidden;
  border: 1px solid #a72623;
  letter-spacing: 0.15em;
}
@media (min-width: 992px), print {
  .btn01 {
    width: 320px;
    height: 72px;
  }
}
.btn01::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #a72623 0%, #ae4f22 100%);
  z-index: -1;
  transform: translateX(-100%);
  transition: 0.3s;
}
.btn01:hover {
  color: #fff;
  letter-spacing: 0.2em;
}
.btn01:hover::after {
  transform: translateX(0%);
}

/* links
-------------------------------------------*/
.c-red02 {
  color: #ce1f1b;
}

.link-all01 {
  position: relative;
}
@media (min-width: 992px), print {
  .link-all01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 515px;
    overflow-x: hidden;
    padding: 5px 0px 0 0px;
    margin: -5px auto 0 auto;
  }
}

.links-zm01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  width: 100%;
  transition: 0.3s;
  padding: 50px 10px 30px 10px;
  margin-top: 270px;
}
@media (min-width: 992px), print {
  .links-zm01 {
    height: 500px;
    padding: 0;
    width: 33.2%;
    margin-top: 0;
  }
}
.links-zm01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a72623;
  z-index: 5;
  transition: 0.3s;
}
@media (min-width: 992px), print {
  .links-zm01::after {
    background: #111;
  }
}
.links-zm01::before {
  content: "";
  background: url(../images/top/link01.jpg) no-repeat center center;
  background-size: cover;
  z-index: 10;
  opacity: 1;
  transition: 0.3s;
  position: absolute;
  top: -230px;
  left: 5%;
  width: 90%;
  height: 250px;
}
@media (min-width: 992px), print {
  .links-zm01::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
}
.links-zm01:nth-child(2)::before {
  background: url(../images/top/link02.jpg) no-repeat center center;
  background-size: cover;
}
.links-zm01:nth-child(3)::before {
  background: url(../images/top/link03.jpg) no-repeat center center;
  background-size: cover;
}
.links-zm01 .links-in {
  position: relative;
  z-index: 100;
  width: 100%;
  transition: 0.3s;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px), print {
  .links-zm01 .links-in {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.links-zm01 .links-in .link-ttl {
  transition: 0.3s;
}
@media (min-width: 992px), print {
  .links-zm01 .links-in .link-ttl {
    position: absolute;
    top: calc(50% - 120px);
  }
}
.links-zm01 .links-in .link-btn-area {
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
@media (min-width: 992px), print {
  .links-zm01 .links-in .link-btn-area {
    position: absolute;
    bottom: calc(50% - 20px);
  }
}
.links-zm01 .links-in .link-btn {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
  transform: scale(0.8);
}
@media (min-width: 992px), print {
  .links-zm01 .links-in .link-btn {
    position: absolute;
    transform: scale(1);
  }
}
@media (min-width: 992px), print {
  .links-zm01:hover::before {
    opacity: 0.2;
    transform: scale(1.02);
  }
  .links-zm01:hover::after {
    transform: scale(1.02);
  }
  .links-zm01:hover .link-ttl {
    top: calc(50% - 130px) !important;
  }
  .links-zm01:hover .link-btn-area {
    bottom: calc(50% - 30px) !important;
  }
  .links-zm01:hover .link-btn-area .link-btn {
    background-color: #fff;
    color: #222;
  }
}

.pb-rec {
  padding-bottom: 160px;
}
@media (min-width: 992px), print {
  .pb-rec {
    padding-bottom: 16vw;
  }
}

.rec-ttl {
  position: relative;
  margin-top: -100px;
}
@media (min-width: 992px), print {
  .rec-ttl {
    margin-top: 0;
    position: absolute;
    top: -20px;
    z-index: 300;
  }
}

.rec-mt {
  position: relative;
  z-index: 200;
  margin-top: -60px;
  padding: 0 30px;
}
@media (min-width: 992px), print {
  .rec-mt {
    margin-top: -40px;
  }
}

.rec-dec01 {
  position: absolute;
  bottom: -1vw;
  left: 6vw;
  max-width: 224px;
  width: 25vw;
  z-index: 300;
}
/*-------------------------------------------
TopComp
-------------------------------------------*/
.o-hid {
  overflow-x: hidden;
}

.com-border {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #a72623;
  left: 0px;
}
.com-border::before {
  content: "";
  position: absolute;
  top: -13px;
  left: calc(50% - 620px);
  width: 27px;
  height: 28px;
  background: url(../images/common/comp-dec.png) no-repeat top center;
  background-size: cover;
  transform: scale(0.5);
}
.com-border::after {
  content: "";
  position: absolute;
  top: -13px;
  left: calc(50% + 600px);
  width: 27px;
  height: 28px;
  background: url(../images/common/comp-dec.png) no-repeat top center;
  background-size: cover;
  transform: scale(0.5);
}

.comp-ttl {
  position: absolute;
  top: 10px;
  right: -1vw;
  z-index: 300;
}
@media (min-width: 992px), print {
  .comp-ttl {
    top: 50px;
    right: -2vw;
  }
}

.com-ttl02 {
  position: absolute;
  bottom: 3vw;
  left: 3vw;
  color: #fff;
}

.comp-link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.comp-link:hover {
  transform: scale(0.98);
}

.comp-txt-dec {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 6vw;
}
.comp-txt-dec img {
  max-width: 1100px;
  width: 100%;
}

/*-------------------------------------------
topics
-------------------------------------------*/
.topics-set {
  position: relative;
  background-color: #FAF6F6;
  z-index: 3;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px), print {
  .topics-set {
    display: flex;
    align-items: center;
  }
}
.topics-set::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f8f0f0;
  z-index: -1;
  transition: 0.6s;
  transform: translateX(-101%);
}
.topics-set:hover::before {
  transform: translateX(0%);
}
.topics-set:hover .tp-ttl {
  color: #a72623 !important;
}
.topics-set:hover .tp-btn {
  background-color: #a72623;
  color: #fff;
}
.topics-set:hover .tp-btn span {
  transform: rotate(-45deg);
}
.topics-set .new-mk {
  position: absolute;
  top: 7px;
  left: 6px;
  z-index: 100;
  color: #db1512;
  background-color: #fff;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4bab9;
  width: 36px;
  height: 36px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
}
.topics-set .topics-img {
  width: 140px;
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .topics-set .topics-img {
    margin-bottom: 0px;
    width: 152px;
  }
}
.topics-set .topics-box {
  padding: 2vw 15vw 8vw 5vw;
  color: #111;
  width: 100%;
}
@media (min-width: 768px), print {
  .topics-set .topics-box {
    padding: 2vw 8vw 2vw 3vw;
    display: flex;
    align-items: center;
  }
}
.topics-set .topics-box .tp-dt {
  width: 250px;
  display: flex;
  align-items: center;
  font-weight: 500;
  flex-shrink: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px), print {
  .topics-set .topics-box .tp-dt {
    width: 280px;
    margin-bottom: 0;
  }
}
.topics-set .topics-box .tp-dt .tp-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2px 10px 1px 10px;
  width: 120px;
  min-height: 26px;
  background-color: #a72623;
  color: #fff;
  line-height: 1.4;
  border-radius: 4px;
  margin-left: 20px;
}
.topics-set .topics-box .tp-ttl {
  text-decoration: underline;
  transition: 0.2s;
}
.topics-set .tp-btn {
  position: absolute;
  top: calc(50% - 20px);
  right: 2.6vw;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  color: #111;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  transition: 0.1s;
}
.topics-set .tp-btn span {
  transition: 0.1s;
}

/*-------------------------------------------
footer02
-------------------------------------------*/
.footer02 {
  position: relative;
  background-color: #a72623;
  color: #fff;
}
.footer02 a {
  color: #fff;
}
@media (min-width: 768px), print {
  .footer02 .footer02-top {
    display: flex;
  }
}
.footer02 .footer02-top .footer02-top-bn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #aa3923;
  width: 100%;
  height: 190px;
  text-align: center;
  transition: 0.3s;
}
@media (min-width: 992px), print {
  .footer02 .footer02-top .footer02-top-bn {
    width: 50%;
    height: 300px;
  }
}
.footer02 .footer02-top .footer02-top-bn .link-dec01 {
  position: absolute;
  color: #fff;
  top: 15px;
  right: 15px;
}
@media (min-width: 992px), print {
  .footer02 .footer02-top .footer02-top-bn .link-dec01 {
    top: 30px;
    right: 30px;
  }
}
.footer02 .footer02-top .footer02-top-bn:nth-child(2) {
  background-color: #a7301f;
}
.footer02 .footer02-top .bn-hov:hover {
  background-color: #a72623 !important;
}
.footer02 .footer02-top .bn-hov:hover .ft-btn {
  background-color: #861f1d;
  color: #fff;
}
.footer02 .footer02-top .bn-hov:hover .ft-btn span {
  transform: rotate(-45deg);
}
.footer02 .ft-small {
  color: #fff;
}
.footer02 .hr01 {
  background: none;
  border: none;
  border-bottom: 1px solid #b24845;
}
.footer02 .h-inst {
  position: absolute;
  right: 10px;
}
@media (min-width: 992px), print {
  .footer02 .h-inst {
    right: 25px;
  }
}

.ft-btn {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  color: #a72623;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 2px;
  line-height: 1.2;
  transition: 0.1s;
}
.ft-btn span {
  transition: 0.1s;
}

/*-------------------------------------------
subH2
-------------------------------------------*/
.h2-bg {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px), print {
  .h2-bg {
    height: 380px;
  }
}
@media (min-width: 992px), print {
  .h2-bg {
    height: 440px;
  }
}
.h2-bg .h2-in {
  padding-top: 44px;
  padding-left: 5vw;
}
@media (min-width: 992px), print {
  .h2-bg .h2-in {
    padding-top: 74px;
  }
}

.sub-h2 .mv-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.94;
  background: linear-gradient(to right, #a72623 0%, #ae4f22 100%);
}

/*-------------------------------------------
sub
-------------------------------------------*/
.sv-set01 {
  margin-bottom: 60px;
}
@media (min-width: 992px), print {
  .sv-set01 {
    margin-bottom: 120px;
  }
}
.sv-set01 .sv-img {
  position: relative;
  padding-right: 30px;
}
.sv-set01 .sv-img .dec-num {
  position: absolute;
  top: 4px;
  right: 0px;
  height: auto;
  writing-mode: vertical-lr;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 4px 0 2px 1px;
  background: linear-gradient(to right, #a72623 0%, #ae4f22 100%);
  color: #fff;
  display: inline-block;
  font-size: 11px;
}
@media (min-width: 992px), print {
  .sv-set01 .sv-img .dec-num {
    font-size: 12px;
    letter-spacing: 0.3em;
  }
}
.sv-set01 .sv-text-rel {
  text-align: right;
  margin-top: -16px;
}
@media (min-width: 992px), print {
  .sv-set01 .sv-text-rel {
    margin-top: -135px;
  }
}
.sv-set01 .sv-text-rel .sv-text {
  position: relative;
  display: inline-flex;
  text-align: left;
  width: 92%;
  margin-right: 4%;
  padding: 40px 20px;
  background-color: #fff;
  border-left: 3px solid #a72623;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.05), 1px 0px 10px 1px rgba(10, 10, 10, 0.02);
  z-index: 100;
}
@media (min-width: 992px), print {
  .sv-set01 .sv-text-rel .sv-text {
    width: 80%;
    margin-right: 2%;
    padding: 50px 50px;
  }
}
.sv-set01 .sv-text-rel .sv-text .fs-box01 {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px), print {
  .sv-set01 .sv-text-rel .sv-text .fs-box01 {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.sv-rev .sv-img {
  padding-left: 30px;
  padding-right: 0px;
  text-align: right;
}
.sv-rev .sv-img .dec-num {
  text-align: left;
  top: 4px;
  left: 0px;
  right: auto;
}
.sv-rev .sv-text-rel {
  text-align: left;
}
.sv-rev .sv-text-rel .sv-text {
  position: relative;
  display: inline-flex;
  margin-right: auto;
  margin-left: 4%;
  background-color: #fff;
  border-left: 3px solid #a72623;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.05), 1px 0px 10px 1px rgba(10, 10, 10, 0.02);
  z-index: 100;
}
@media (min-width: 992px), print {
  .sv-rev .sv-text-rel .sv-text {
    margin-right: auto;
    margin-left: 2%;
  }
}

.sv-lst {
  margin-bottom: 0 !important;
}

.hr01 {
  background: none;
  border: none;
  border-bottom: 1px solid #a72623;
}

.btn02 {
  position: relative;
  border: 2px solid #a72623;
  color: #a72623;
  display: flex;
  align-items: center;
  padding: 0 3vw;
  width: 100%;
  height: 100px;
  transition: 0.3s;
}
.btn02:hover {
  background-color: #a72623 !important;
  color: #fff;
}
.btn02:hover .dec-btn {
  background-color: #fff;
  color: #a72623;
}
.btn02:hover .dec-btn span {
  transform: rotate(-45deg);
}
.btn02 .dec-btn {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #a72623;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  padding-left: 2px;
  transition: 0.1s;
  position: absolute;
  right: 20px;
}
.btn02 .dec-btn span {
  transition: 0.1s;
}

.btn03 {
  position: relative;
  border: 2px solid #a72623;
  color: #a72623;
  display: flex;
  align-items: center;
  padding: 0 3vw;
  width: 100%;
  height: 100px;
  transition: 0.3s;
}
.btn03 .dec-btn {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #a72623;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  padding-left: 2px;
  transition: 0.1s;
  position: absolute;
  right: 20px;
}
.btn03 .dec-btn span {
  transition: 0.1s;
}

.btn04 {
  position: relative;
  border: 2px solid #a72623;
  color: #a72623;
  display: inline-flex;
  align-items: center;
  padding: 0 3vw;
  width: 100%;
  height: 100px;
  transition: 0.3s;
}
@media (min-width: 992px), print {
  .btn04 {
    max-width: 520px;
  }
}
.btn04:hover {
  background-color: #a72623 !important;
  color: #fff;
}
.btn04:hover .dec-btn {
  background-color: #fff;
  color: #a72623;
}
.btn04:hover .dec-btn span {
  transform: rotate(-45deg);
}
.btn04 .dec-btn {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #a72623;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  padding-left: 2px;
  transition: 0.1s;
  position: absolute;
  right: 20px;
}
.btn04 .dec-btn span {
  transition: 0.1s;
}

/*-------------------------------------------
business
-------------------------------------------*/
.icon-set02 {
  position: relative;
  background-color: #fff;
  width: 94%;
  margin: 0 auto;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  padding: 30px 15px 30px 15px;
  border: 1px solid #eee;
}
@media (min-width: 768px), print {
  .icon-set02 {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 992px), print {
  .icon-set02 {
    text-align: center;
    padding: 4.2vw 1.2vw 3vw 1.2vw;
  }
}
.icon-set02 .is01-num {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.1;
  font-size: 30px;
}
@media (min-width: 992px), print {
  .icon-set02 .is01-num {
    font-size: 2vw;
  }
}

.is01-lv {
  display: inline;
  background: linear-gradient(to right, #a72623 0%, #ae4f22 100%);
  color: #fff;
  padding: 0 1px 2px 1px;
  line-height: 1.8;
}

/*-------------------------------------------
recruit
-------------------------------------------*/
.cpd15 {
  padding-left: 15px;
  padding-right: 15px;
}

.i-set01 {
  position: relative;
  width: 94%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 0vw 2vw 30px 2vw;
}
@media (min-width: 768px), print {
  .i-set01 {
    padding: 2vw 2vw 4vw 2vw;
    width: 100%;
    margin: 0;
  }
}
.i-set01 .is-fix01 {
  position: absolute;
  letter-spacing: 0;
  line-height: 1.4;
  top: 5px;
  right: 5px;
  color: #a72623;
  font-weight: 500;
}

/*-------------------------------------------
entry
-------------------------------------------*/
.tab-btn-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.tab-btn-area .tab {
  width: 100%;
  padding: 12px 15px;
  border-radius: 4px;
  text-align: center;
  margin: 4px 10px;
  border: 1px solid #a72623;
  cursor: pointer;
  color: #a72623;
  background-color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
  transition: 0.3s;
}
@media (min-width: 768px), print {
  .tab-btn-area .tab {
    width: 20%;
  }
}
.tab-btn-area .tab:hover {
  background-color: #a72623;
  color: #fff;
}
.tab-btn-area .btn-active {
  background-color: #a72623;
  color: #fff;
}

.tab-all {
  background-color: #fff;
}
.tab-all .tab-cont-base {
  width: 100%;
  display: none;
}
.tab-all .tab-active {
  display: table;
}

.box-bg01 {
  background-color: #fcf9f9;
}

/*-------------------------------------------
company
-------------------------------------------*/
.mind-ul .mind-li {
  padding: 2vw 6vw;
  padding-left: 9vw;
  font-size: 14px;
  background: linear-gradient(to right, #a72623 0%, #ae4f22 100%);
  color: #fff;
  font-style: italic;
  border-top-left-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 992px), print {
  .mind-ul .mind-li {
    padding: 1vw 3vw;
    padding-left: 4.5vw;
    font-size: 16px;
  }
}
.mind-ul .mind-li::before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  width: 50px;
  height: 1px;
  background-color: #fff;
  right: -18px;
  bottom: 7px;
  opacity: 0.6;
}
.mind-ul .mind-li::after {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  width: 30px;
  height: 1px;
  background-color: #fff;
  right: -7px;
  bottom: -2px;
  opacity: 0.4;
}
.mind-ul .mind-li span.num {
  position: absolute;
  left: 2vw;
  top: calc(50% - 14px);
  margin-right: 14px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.mind-ul .mind-li .bd {
  margin-right: 20px;
  font-weight: bold;
}
.mind-ul .mind-li .nm {
  opacity: 0.7;
  text-decoration: underline;
}

.nm-ul01 {
  margin-left: 24px;
}
.nm-ul01 li {
  list-style-type: decimal;
}

.nm-ul02 {
  margin-left: 24px;
}
.nm-ul02 li {
  list-style-type: disc;
}

.box01-border {
  border-top: 1px solid #eee;
  padding: 42px 5px 0px 5px;
}
@media (min-width: 992px), print {
  .box01-border {
    padding: 58px 5px 0px 5px;
  }
}

.ns-btn01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  color: #fff;
  background-color: #a72623;
  border-radius: 100px;
  padding: 4px 25px;
  transition: 0.3s;
}
.ns-btn01:hover {
  opacity: 0.8;
}

.btn05 {
  width: 90%;
  margin: 0 auto;
  background-color: #a72623;
  border: 1px solid #a72623;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  padding: 7px 15px;
  transition: 0.3s;
}
.btn05:hover {
  color: #a72623;
  background-color: #fff;
}
@media (min-width: 768px), print {
  .btn05 {
    width: 260px;
  }
}

.form-error {
  display: block;
  color: red;
  margin-top: 3px;
  text-decoration: underline;
  font-size: 15px;
}
.form-error i {
  margin-right: 2px;
}

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

.ft-logo img {
  width: 150px;
}
@media (min-width: 992px), print {
  .ft-logo img {
    width: auto;
  }
}