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

.bold300 {
  font-weight: 300;
}

.bold400 {
  font-weight: 400;
}

.bold500 {
  font-weight: 500;
}

.bold600 {
  font-weight: 600;
}

.bold700 {
  font-weight: 700;
}

.bold800 {
  font-weight: 800;
}

.bold900 {
  font-weight: 900;
}

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

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.lh21 {
  line-height: 2.1;
}

.lh22 {
  line-height: 2.2;
}

.lh23 {
  line-height: 2.3;
}

.lh24 {
  line-height: 2.4;
}

.lh25 {
  line-height: 2.5;
}

.lh30 {
  line-height: 30px;
}

.lh32 {
  line-height: 32px;
}

.tel-main a {
  color: #468b46;
}

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

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

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

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

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

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

.black {
  color: #111 !important;
}

.red {
  color: #c00f55 !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: 1330px;
  margin: 0 auto;
  width: 100%;
}

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

.cont-wid03 {
  max-width: 1680px;
  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;
  }
}

.fs110 {
  font-size: 5rem;
}
@media (min-width: 768px), print {
  .fs110 {
    font-size: 6rem;
  }
}
@media (min-width: 992px), print {
  .fs110 {
    font-size: 11rem;
  }
}

.fs150 {
  font-size: 5rem;
}
@media (min-width: 768px), print {
  .fs150 {
    font-size: 6rem;
  }
}
@media (min-width: 992px), print {
  .fs150 {
    font-size: 15rem;
  }
}

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

/* SPheader
-------------------------------------------*/
.sp-header {
  position: fixed;
  display: block;
  top: 0px;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 992px), print {
  .sp-header {
    display: none;
  }
}
.sp-header .logo-btn-area {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.sp-header .logo-btn-area .logo-area {
  display: flex;
  align-items: center;
}
.sp-header .logo-btn-area .logo-area .logo {
  padding-left: 6px;
}
.sp-header .logo-btn-area .logo-area .logo .logo-img {
  margin-top: 0px;
  width: 180px;
}
.sp-header .sp-menu {
  display: none;
  border-top: 1px solid #ddd;
  height: calc(100vh - 70px);
  overflow-y: scroll;
  padding-bottom: 70px;
}
.sp-header .sp-menu ul {
  /*------サブメニューsp時の開閉------*/
}
.sp-header .sp-menu ul li {
  list-style-type: none;
}
.sp-header .sp-menu ul li a {
  display: flex;
  align-items: center;
  height: 54px;
  line-height: 1;
  padding-left: 15px;
  color: #111;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
.sp-header .sp-menu ul li .link-trig-sp {
  position: absolute;
  right: 10px;
  top: 9px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #468b46;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  transition: 0.5s;
}
.sp-header .sp-menu ul .nav-active a {
  border-bottom: 1px solid #468b46;
  color: #468b46;
}
.sp-header .sp-menu ul .sp-toggle .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
.sp-header .sp-menu ul .sp-toggle .link-trig-sp {
  transform: rotateZ(45deg);
}

/*------ハンバーガーメニューデザイン------*/
.menu-toggle {
  display: block;
  background: linear-gradient(to right, #3abb46 0%, #468b46 100%);
  border: 1px solid transparent;
  width: 70px;
  line-height: 0;
}
@media (min-width: 992px), print {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle span {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.menu-toggle span::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #fff;
  top: -10px;
  left: 0px;
  transition: 0.3s;
}
.menu-toggle span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #fff;
  top: 10px;
  left: 0px;
  transition: 0.3s;
}

/*------ハンバーガーメニュー開閉------*/
.header-active .menu-toggle span::before {
  transform: translateY(10px);
}
.header-active .menu-toggle span::after {
  transform: translateY(-10px);
}
.header-active .sp-menu {
  display: block;
}
@media (min-width: 992px), print {
  .header-active .sp-menu {
    display: flex;
  }
}

.sp-contact {
  display: block;
  text-align: center;
  background: linear-gradient(to right, #3abb46 0%, #468b46 100%);
  padding: 30px 15px;
  color: #fff;
  line-height: 1;
}
.sp-contact:last-child {
  margin-top: 1px;
  background: linear-gradient(to right, #3abb46 0%, #468b46 100%);
}
.sp-contact a {
  color: #fff;
}

/* PCheader
-------------------------------------------*/
.pc-header {
  display: none;
  /*------滞在表現------*/
}
@media (min-width: 992px), print {
  .pc-header {
    position: fixed;
    top: 0px;
    display: block;
    width: 100%;
    z-index: 8000;
    transition: 0.3s;
  }
}
.pc-header .pc-header-in {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 170px;
  transition: 0.3s;
}
.pc-header .pc-header-in .logo-area {
  position: absolute;
  left: 2.4vw;
  max-width: 313px;
  width: 18vw;
  transition: 0.3s;
}
.pc-header .pc-header-in .logo-area .logo-black {
  display: none;
}
.pc-header .pc-header-in .pc-menu {
  display: flex;
}
.pc-header .pc-header-in .pc-menu .menu-list {
  display: flex;
  align-items: center;
  margin-right: 32px;
  margin-top: 68px;
  transition: 0.3s;
}
.pc-header .pc-header-in .pc-menu .menu-list .link-box {
  display: flex;
}
.pc-header .pc-header-in .pc-menu .menu-list .link-box .pc-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 3px;
  margin: 0 2px;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0em;
}
@media (min-width: 1200px), print {
  .pc-header .pc-header-in .pc-menu .menu-list .link-box .pc-link {
    margin: 0 6px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
.pc-header .pc-header-in .pc-menu .menu-list .link-box .pc-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #fff;
  bottom: -3px;
  opacity: 0;
  transition: 0.3s;
}
.pc-header .nav-active .pc-link::after {
  opacity: 1 !important;
  width: 100% !important;
}

/*------スクロール後------*/
.schead {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.03), 1px 0px 10px 1px rgba(10, 10, 10, 0.02);
}
.schead .pc-header-in {
  height: 86px;
}
.schead .pc-header-in .menu-list {
  margin-top: 42px !important;
  margin-right: 1vw !important;
}
.schead .pc-header-in .pc-link {
  color: #222 !important;
}
.schead .pc-header-in .pc-link::after {
  background-color: #222 !important;
}
.schead .pc-header-in .logo-area {
  left: 1vw;
  max-width: 260px;
  width: 18vw !important;
}
.schead .pc-header-in .logo-area .logo-white {
  display: none !important;
}
.schead .pc-header-in .logo-area .logo-black {
  display: block !important;
}
.schead .pc-header-in .pc-top {
  top: 10px !important;
  right: 1vw !important;
}
.schead .pc-header-in .pc-top .btn01,
.schead .pc-header-in .pc-top .btn02 {
  width: 200px !important;
  height: 36px !important;
}
.schead .pc-header-in .pc-top .pc-top-tel {
  color: #222;
}
.schead .pc-header-in .pc-top .pc-top-tel a {
  color: #222;
}

.link-box:hover .pc-link::after {
  opacity: 1 !important;
  width: 100% !important;
}
.link-box:hover .pc-sub-menu {
  visibility: visible;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pc-top {
  position: absolute;
  display: flex;
  right: 2.4vw;
  top: 40px;
  transition: 0.3s;
}

.btn01 {
  position: relative;
  width: 204px;
  height: 52px;
  background: linear-gradient(to right, #3abb46 0%, #468b46 100%);
  color: #fff;
  border-radius: 100px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn01:hover {
  letter-spacing: 0.1em;
}

.btn02 {
  position: relative;
  width: 204px;
  height: 52px;
  background: linear-gradient(to right, #3abb46 0%, #468b46 100%);
  color: #fff;
  border-radius: 100px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 26px;
}
.btn02 .btn-icon {
  position: absolute;
  left: 24px;
}

/*-------------------------------------------
Common
-------------------------------------------*/
/* movie
---------------------------------------------------- */
.mt {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  right: 15px;
  max-width: 641px;
  width: 80vw;
}
@media (min-width: 992px), print {
  .mt {
    right: 5vw;
    bottom: auto;
    margin-top: 380px;
  }
}

.sp-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sp-box .box-in {
  z-index: 1;
  overflow: hidden;
}

.sp-box .sp-slide img {
  transform: scale(1);
  transition: transform 0.2s ease;
}

.sp-box .sp-slide.sp-selected img {
  -webkit-animation: scale 4s ease 1 alternate;
          animation: scale 4s ease 1 alternate;
}

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

@keyframes scale {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.slider-pro {
  /* max-width: none !important;
  width: auto !important; */
  margin: 0 !important;
}

.mv-sc {
  position: absolute;
  left: 10px;
  bottom: 100px;
  writing-mode: vertical-lr;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  display: block;
  z-index: 100;
}
@media (min-width: 992px), print {
  .mv-sc {
    bottom: 8vw;
    left: 3vw;
    font-size: 15px;
  }
}

.mv-sc::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 68px;
  background-color: #d7d7d7;
  top: 84px;
  left: 9px;
  opacity: 0.5;
}
@media (min-width: 992px), print {
  .mv-sc::before {
    left: 12px;
  }
}

.mv-sc::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0px;
  background-color: #fff;
  top: 84px;
  left: 9px;
  -webkit-animation: 2.4s infinite backwards ease-in-out sc;
          animation: 2.4s infinite backwards ease-in-out sc;
}
@media (min-width: 992px), print {
  .mv-sc::after {
    left: 12px;
  }
}

@-webkit-keyframes sc {
  0% {
    height: 0px;
  }
  50% {
    height: 68px;
  }
  100% {
    height: 68px;
  }
}

@keyframes sc {
  0% {
    height: 0px;
  }
  50% {
    height: 68px;
  }
  100% {
    height: 68px;
  }
}
/* loop
-------------------------------------------*/
.loop-abs01 {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 2;
  overflow: hidden;
}

.loop-text01 {
  position: relative;
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #f9f9f9;
  opacity: 1;
}

/* サブページh2
-------------------------------------------*/
.h2-bg {
  height: 250px;
  background: url(../images/h2/h2-base.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
@media (min-width: 768px), print {
  .h2-bg {
    height: 280px;
  }
}
@media (min-width: 992px), print {
  .h2-bg {
    height: 420px;
    padding-top: 130px;
    padding-left: 7vw;
  }
}

/* 背景
-------------------------------------------*/
/* タイトル
-------------------------------------------*/
/* ボタン
-------------------------------------------*/
/* flow
-------------------------------------------*/
.flow-1set {
  background-color: rgb(247, 247, 247);
  padding: 20px 15px;
  border-radius: 8px;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px), print {
  .flow-1set {
    padding: 20px 30px;
  }
}
.flow-1set:last-child {
  margin-bottom: 0;
}
.flow-1set .flow-num {
  flex-shrink: 0;
  background: #468b46;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-left: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  position: relative;
}
.flow-1set .flow-num::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #468b46;
  bottom: -35px;
}
.flow-1set .flow-info {
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 992px), print {
  .flow-1set .flow-info {
    padding-left: 40px;
  }
}
.flow-1set .flow-info .flow-ttl {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

/* 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: #468b46;
  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: #468b46;
}
.cont-list02 .cont-list02-ttl span.list-ttl-dec {
  display: inline-block;
  background-color: #468b46;
  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: #468b46;
  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: #468b46;
    min-width: 160px;
    flex-shrink: 0;
    border-bottom: 1px solid #468b46;
    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: #F0F8F0;
  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 #468b46;
  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: #468b46;
  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: #468b46;
}
.breadcrumbs li a {
  color: #468b46;
  font-weight: bold;
}

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

/* copy
-------------------------------------------*/
.f-copy {
  display: block;
  background-color: #468b46;
  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 #468b46;
  color: #468b46;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cate-btn:hover {
  background-color: #468b46;
  color: #fff;
}

.cate-detail-label {
  position: relative;
  width: 100%;
  padding: 15px;
  border: 2px solid #468b46;
  color: #468b46;
  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: #468b46;
  border: 1px solid #468b46;
  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: #468b46;
  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: #468b46;
  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 #468b46;
  background-color: #fff;
  color: #468b46;
  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%;
  }
}
.contact-table select {
  height: 38px;
  min-width: 60px;
}
.contact-table .input01 {
  width: 100px;
}
.contact-table .input02 {
  width: 50px;
}
.contact-table .input03 {
  width: 100% !important;
}

.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: #468b46;
  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: #c00f55;
  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;
  bottom: -6px;
  left: 20px;
  width: 0%;
  height: 8px;
  background: linear-gradient(to right, #3abb46 0%, #468b46 100%);
}
@media (min-width: 992px), print {
  .border-dec01 {
    height: 16px;
  }
}

[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: 70%;
  }
}

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

[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 #468b46;
    -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 #468b46;
    -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 #468b46;
  }
  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 #468b46;
  }
  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
-------------------------------------------*/
/* normal
---------------------------------------------------- */
.f-owd {
  font-family: "Oswald", sans-serif;
}

.txt-border01 {
  display: inline;
  border-bottom: 4px solid #111;
}

.txt-border02 {
  display: inline;
  border-bottom: 4px solid #fff;
}

.txt-border03 {
  display: inline;
  border-bottom: 2px solid #111;
}

.txt-border04 {
  display: inline;
  border-bottom: 4px solid #468b46;
}

.ta-bg {
  position: relative;
  background-color: #468b46;
}
@media (min-width: 992px), print {
  .ta-bg {
    background: url(../images/top/c01-bg.jpg) no-repeat center;
    background-size: cover;
  }
}
.ta-bg::before {
  content: "";
  position: absolute;
  width: calc(100% - 116px);
  height: calc(100% - 116px);
  left: 50px;
  top: 50px;
  border: 8px solid #5ea35e;
  opacity: 0.3;
}

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

.ta-lh {
  line-height: 2;
}
@media (min-width: 992px), print {
  .ta-lh {
    line-height: 3;
  }
}

.btn03 {
  position: relative;
  background: linear-gradient(to right, #3abb46 0%, #468b46 100%);
  width: 100%;
  height: 64px;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding-left: 30px;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media (min-width: 992px), print {
  .btn03 {
    width: 90%;
    height: 84px;
  }
}
.btn03 span {
  position: absolute;
  right: 30px;
  transition: 0.3s;
}
.btn03:hover {
  letter-spacing: 0.15em;
}
.btn03:hover span {
  right: 24px;
}

/* stc
---------------------------------------------------- */
.stc-pd {
  position: relative;
  padding: 70px 0px 100px 0px;
  max-width: 1680px;
  margin: 0 auto;
}
@media (min-width: 992px), print {
  .stc-pd {
    padding: 150px 30px 200px 30px;
  }
}

.stc-area {
  position: relative;
  padding: 0 15px;
}
@media (min-width: 992px), print {
  .stc-area {
    display: flex;
    align-items: flex-start;
  }
}

.stc-area .stc-left {
  width: 100%;
}
@media (min-width: 992px), print {
  .stc-area .stc-left {
    width: 26%;
    position: -webkit-sticky;
    position: sticky;
    top: 250px;
  }
}

.stc-area .stc-right {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (min-width: 992px), print {
  .stc-area .stc-right {
    width: 74%;
    margin-top: 50px;
    padding-left: 80px;
  }
}

.merit-set {
  margin-bottom: 50px;
  text-align: right;
}

.mrt-set {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  aspect-ratio: 16/10;
  min-height: 500px;
  background: url(../images/top/mrt01.jpg) no-repeat center;
  background-size: cover;
  border-radius: 4px;
}
@media (min-width: 992px), print {
  .mrt-set {
    min-height: 400px;
    width: calc(100% - 10px);
  }
}
.mrt-set .mrt-num {
  position: absolute;
  top: 1.7vw;
  left: 1.7vw;
}
.mrt-set .mrt-num img {
  width: 55px;
}
@media (min-width: 992px), print {
  .mrt-set .mrt-num img {
    width: 95px;
  }
}
.mrt-set .mrt-dec01 {
  position: absolute;
  right: -4px;
  top: -10px;
  width: 65px;
}
@media (min-width: 992px), print {
  .mrt-set .mrt-dec01 {
    width: 115px;
    right: -10px;
  }
}
.mrt-set .mrt-dec02 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
}
@media (min-width: 992px), print {
  .mrt-set .mrt-dec02 {
    display: block;
  }
}
.mrt-set .mrt-txt-area {
  position: absolute;
  bottom: 40px;
  left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px), print {
  .mrt-set .mrt-txt-area {
    left: 4vw;
    bottom: 5vw;
    padding-right: 0;
  }
}

.mrt-txt-lv {
  display: inline-block;
  background-color: #fff;
  padding: 0 5px;
}
@media (min-width: 992px), print {
  .mrt-txt-lv {
    padding: 0 15px;
  }
}

.mrt-txt-lv02 {
  display: inline-block;
  background-color: #fff;
  padding: 0 5px 5px 5px;
}
@media (min-width: 992px), print {
  .mrt-txt-lv02 {
    padding: 0 15px 15px 15px;
  }
}

.sub-mrt {
  position: relative;
  margin-top: -60px;
}
@media (min-width: 992px), print {
  .sub-mrt {
    margin-top: -110px;
  }
}
.sub-mrt .mrt-txt-lv {
  background: linear-gradient(to right, #3abb46 0%, #468b46 100%);
  color: #fff;
}
.sub-mrt .mrt-txt-lv02 {
  background: linear-gradient(to right, #3abb46 0%, #468b46 100%);
  color: #fff;
  padding: 0 5px 5px 5px;
}
@media (min-width: 992px), print {
  .sub-mrt .mrt-txt-lv02 {
    padding: 3px 15px 5px 15px;
  }
}

.mrt-img02 {
  background: url(../images/top/mrt02.jpg) no-repeat center;
  background-size: cover;
}

.mrt-img03 {
  background: url(../images/top/mrt03.jpg) no-repeat center;
  background-size: cover;
}

.mrt-img04 {
  background: url(../images/top/mrt04.jpg) no-repeat center;
  background-size: cover;
}

.mrt-img05 {
  background: url(../images/top/mrt05.jpg) no-repeat center;
  background-size: cover;
}

.fs-mrt01 {
  font-size: 5rem;
}
@media (min-width: 992px), print {
  .fs-mrt01 {
    font-size: 8vw;
  }
}

.fs-mrt02 {
  font-size: 24px;
}
@media (min-width: 992px), print {
  .fs-mrt02 {
    font-size: 2vw;
  }
}

.fs-mrt03 {
  font-size: 26px;
}
@media (min-width: 992px), print {
  .fs-mrt03 {
    font-size: 3vw;
  }
}

.fs-mrt03-02 {
  font-size: 26px;
}
@media (min-width: 992px), print {
  .fs-mrt03-02 {
    font-size: 2.6vw;
  }
}

.fs-mrt04 {
  font-size: 24px;
}
@media (min-width: 992px), print {
  .fs-mrt04 {
    font-size: 2vw;
  }
}

.fs-mrt05 {
  font-size: 14px;
}
@media (min-width: 992px), print {
  .fs-mrt05 {
    font-size: 15px;
  }
}
@media (min-width: 1200px), print {
  .fs-mrt05 {
    font-size: 1vw;
  }
}

/* link
---------------------------------------------------- */
.link-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0 2vw;
}

.link-set {
  position: relative;
  background-color: #468b46;
  display: block;
  width: 100%;
  margin: 1% 0;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
}
@media (min-width: 768px), print {
  .link-set {
    width: 49%;
    margin: 0.3%;
  }
}
@media (min-width: 992px), print {
  .link-set {
    width: 24%;
    margin: 0 0.3%;
  }
}
@media (min-width: 992px), print {
  .link-set:nth-child(even) {
    margin-top: 20px;
  }
}
.link-set:hover .link-btn-dec {
  background-color: #fff;
  color: #468b46;
}
.link-set:hover .link-in {
  opacity: 0.8;
}
.link-set .link-in {
  position: relative;
  background: url(../images/top/link-img01.png) no-repeat bottom center;
  background-size: cover;
  width: 100%;
  height: 380px;
  border-top-right-radius: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  transition: 0.3s;
}
@media (min-width: 992px), print {
  .link-set .link-in {
    height: 410px;
  }
}
@media (min-width: 1300px), print {
  .link-set .link-in {
    height: 580px;
  }
}
.link-set .link-in .link-en {
  position: absolute;
  writing-mode: vertical-lr;
  right: 25px;
  top: 15px;
}
.link-set .link-in .link-ttl {
  padding-left: 20px;
  padding-bottom: 30px;
  padding-right: 80px;
}

.link-img02 .link-in {
  background: url(../images/top/link-img02.png) no-repeat bottom center;
  background-size: cover;
}

.link-img03 .link-in {
  background: url(../images/top/link-img03.png) no-repeat bottom center;
  background-size: cover;
}

.link-img04 .link-in {
  background: url(../images/top/link-img04.png) no-repeat bottom center;
  background-size: cover;
}

.link-btn-dec {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  z-index: 3;
  transition: 0.3s;
  padding: 0 1px 3px 0px;
}

/*-------------------------------------------
footer02
-------------------------------------------*/
.footer02 {
  position: relative;
  background-color: #468b46;
  color: #fff;
  z-index: 3;
}
.footer02 a {
  color: #fff;
}
.footer02 .ft-logo-img {
  width: 180px;
}
@media (min-width: 992px), print {
  .footer02 .ft-logo-img {
    width: auto;
  }
}
@media (min-width: 992px), print {
  .footer02 .footer02-top {
    display: flex;
  }
}
.footer02 .footer02-top .footer02-top-bn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3b8340;
  width: 100%;
  height: 170px;
  text-align: center;
  transition: 0.3s;
}
@media (min-width: 992px), print {
  .footer02 .footer02-top .footer02-top-bn {
    width: 50%;
    height: 320px;
  }
}
.footer02 .footer02-top .footer02-top-bn .ct-btn-dec {
  position: absolute;
  right: calc(50% - 160px);
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  z-index: 3;
  transition: 0.3s;
  padding: 0 1px 1px 2px;
}
.footer02 .footer02-top .footer02-top-bn:nth-child(2) {
  background-color: #2c7a33;
}
.footer02 .footer02-top .footer02-top-bn:nth-child(2):hover {
  background-color: #256e2b !important;
}
.footer02 .footer02-top .footer02-top-bn:nth-child(2):hover .ct-btn-dec {
  background-color: #fff;
  color: #468b46;
}
.footer02 .ft-hr {
  background: none;
  border: none;
  border-bottom: 1px solid #519851;
}

.loop-abs02 {
  position: absolute;
  bottom: -3vw;
  width: 100%;
  display: block;
  z-index: 2;
  overflow: hidden;
}

.loop-text02 {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 13vw;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #468b46;
  opacity: 0.1;
  font-family: "Oswald", sans-serif;
}

/*-------------------------------------------
svSet
-------------------------------------------*/
.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.05em;
  line-height: 1.5;
  padding: 4px 1px 2px 1px;
  background: #468b46;
  color: #fff;
  display: inline-block;
  font-size: 11px;
}
@media (min-width: 992px), print {
  .sv-set01 .sv-img .dec-num {
    font-size: 13px;
    letter-spacing: 0.15em;
  }
}
.sv-set01 .sv-text-rel {
  text-align: right;
  margin-top: -16px;
}
@media (min-width: 992px), print {
  .sv-set01 .sv-text-rel {
    margin-top: -105px;
  }
}
.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 #468b46;
  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-last {
  margin-bottom: 30px !important;
}

.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 #468b46;
  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%;
  }
}

.cont-bg01 {
  position: relative;
}
.cont-bg01::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 60%;
  background-color: #f0f8f0;
}

.cont-bg02 {
  position: relative;
}
.cont-bg02::before {
  content: "";
  position: absolute;
  width: 35%;
  height: 100%;
  top: 0;
  left: 0%;
  background-color: #f0f8f0;
}

.cont-bg03 {
  position: relative;
  background-color: #f0f8f0;
}

.bg-fix01 {
  position: relative;
  width: 100%;
  height: 320px;
  background: url(../images/about/bgf01.jpg) no-repeat top center;
  background-size: cover;
}
@media (min-width: 992px), print {
  .bg-fix01 {
    height: 560px;
    background-attachment: fixed;
  }
}

.history-lay01 {
  position: relative;
}

.his-year-set {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.his-year-set .his-year {
  flex-shrink: 0;
  padding: 20px 0;
  padding-right: 20px;
  line-height: 1;
  width: 80px;
}
@media (min-width: 768px), print {
  .his-year-set .his-year {
    padding-right: 25px;
    width: 150px;
  }
}
@media (min-width: 992px), print {
  .his-year-set .his-year {
    padding-right: 50px;
    width: 180px;
  }
}
.his-year-set .his-year-text {
  border-left: 1px solid #468b46;
  padding: 30px 15px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px), print {
  .his-year-set .his-year-text {
    min-height: 80px;
    padding: 50px 15px;
  }
}
.his-year-set .his-year-text .his-year-1set {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 992px), print {
  .his-year-set .his-year-text .his-year-1set {
    margin-bottom: 32px;
  }
}
.his-year-set .his-year-text .his-year-1set:last-child {
  margin-bottom: 0px;
}
.his-year-set .his-year-text .his-year-1set::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 100px;
  background-color: #468b46;
  left: -20px;
}

.his-date {
  display: inline-flex;
  line-height: 1;
  background: linear-gradient(to right, #3abb46 0%, #468b46 100%);
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 8px 20px 9px 20px;
}

.his-img-box {
  margin-left: 10px;
}
@media (min-width: 768px), print {
  .his-img-box {
    display: flex;
    margin-left: 30px;
  }
}
.his-img-box .his-img {
  flex-shrink: 0;
}
@media (min-width: 768px), print {
  .his-img-box .his-img {
    width: 24%;
  }
}
@media (min-width: 1200px), print {
  .his-img-box .his-img {
    width: 30%;
  }
}
.his-img-box .his-img img {
  border-radius: 4px;
}
@media (min-width: 992px), print {
  .his-img-box .his-img img {
    border-radius: 4px;
  }
}

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

.flow-1set02 {
  background-color: #fff;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.03), 1px 0px 10px 1px rgba(10, 10, 10, 0.02);
  padding: 20px 15px;
  border-radius: 4px;
  margin-bottom: 40px;
}
@media (min-width: 768px), print {
  .flow-1set02 {
    display: flex;
    border-radius: 8px;
    padding: 40px 30px 40px 30px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px), print {
  .flow-1set02 {
    padding: 60px 30px 60px 50px;
  }
}
.flow-1set02:last-child {
  margin-bottom: 0;
}
.flow-1set02 .flow-num02 {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  width: 154px;
  height: 154px;
  border-radius: 200px;
  margin: 0 auto 30px auto;
  justify-content: center;
  border: 6px solid #F0F8F0;
}
@media (min-width: 768px), print {
  .flow-1set02 .flow-num02 {
    margin: 0;
    width: 224px;
    height: 224px;
    margin-left: 10px;
    border: 12px solid #F0F8F0;
  }
}
.flow-1set02 .flow-info02 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px), print {
  .flow-1set02 .flow-info02 {
    padding-left: 4vw;
    padding-right: 3vw;
  }
}
.flow-1set02 .flow-info02 .flow-ttl02 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}

.rd-ttl01 {
  display: inline-block;
  background: linear-gradient(to right, #3abb46 0%, #468b46 100%);
  color: #fff;
  padding: 4px 24px 4px 27px;
  line-height: 1;
  border-radius: 100px;
}

.ft-set {
  position: relative;
  background-color: #fff;
  padding: 80px 3.5vw 70px 3.5vw;
  width: 100%;
}
@media (min-width: 992px), print {
  .ft-set {
    padding: 100px 3.5vw 80px 3.5vw;
  }
}
.ft-set .fti-img img {
  width: 100px;
}
@media (min-width: 992px), print {
  .ft-set .fti-img img {
    width: auto;
  }
}
.ft-set .ft-num02 {
  position: absolute;
  line-height: 1;
  top: -30px;
  left: 20px;
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media (min-width: 768px), print {
  .ft-set .ft-num02 {
    font-size: 8rem;
  }
}
@media (min-width: 992px), print {
  .ft-set .ft-num02 {
    font-size: 9rem;
    top: -35px;
    left: 20px;
  }
}
.ft-set .ft-dec {
  position: absolute;
  writing-mode: vertical-lr;
  right: 5px;
  top: 5px;
  color: #468b46;
}
@media (min-width: 992px), print {
  .ft-set .ft-dec {
    right: 15px;
    top: 20px;
  }
}
.ft-set .ft-dec strong {
  display: inline-block;
  transform: rotate(-90deg);
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 4px;
}
.ft-set .ft-border {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 20px;
  height: 6px;
  background-color: #468b46;
}

.ft-set02 {
  position: relative;
  background-color: #fff;
  padding: 30px 3.5vw 40px 3.5vw;
  width: 100%;
}
@media (min-width: 992px), print {
  .ft-set02 {
    padding: 50px 2.5vw 50px 2.5vw;
  }
}
.ft-set02 .fti-img img {
  width: 250px;
}
@media (min-width: 992px), print {
  .ft-set02 .fti-img img {
    width: auto;
  }
}
.ft-set02 .ft-dec {
  position: absolute;
  writing-mode: vertical-lr;
  right: 5px;
  top: 5px;
  color: #468b46;
}
@media (min-width: 992px), print {
  .ft-set02 .ft-dec {
    right: 15px;
    top: 20px;
  }
}
.ft-set02 .ft-dec strong {
  display: inline-block;
  transform: rotate(-90deg);
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 4px;
}
.ft-set02 .ft-border {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 20px;
  height: 6px;
  background-color: #468b46;
}

.f-grd01 {
  background: linear-gradient(to right, #3abb46 0%, #468b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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