@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*******************************************
.scssファイルより出力されています。
このファイルは直接編集しないようお願いいたします。
********************************************/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
mixin 変数の定義
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
初期設定
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*========================================
アニメーション
=========================================*/
/* ====ボタンマウスオーバー==== */
@-webkit-keyframes hoverAction {
  0% {
    opacity: 1; }
  2% {
    opacity: 1; }
  16% {
    opacity: 0.86; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes hoverAction {
  0% {
    opacity: 1; }
  2% {
    opacity: 1; }
  16% {
    opacity: 0.86; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
/*========================================
汎用移動アニメーション
=========================================*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes translateY-down--1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes translateY-down--1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes translateY-down--2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes translateY-down--2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes translateY-down--3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes translateY-down--3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes translateY-up--1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes translateY-up--1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes translateY-up--2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes translateY-up--2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes translateY-up--3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes translateY-up--3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes translateX-next--1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes translateX-next--1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@-webkit-keyframes translateX-next--2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes translateX-next--2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@-webkit-keyframes translateX-next--3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes translateX-next--3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@-webkit-keyframes translateX-prev--1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes translateX-prev--1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@-webkit-keyframes translateX-prev--2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes translateX-prev--2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@-webkit-keyframes translateX-prev--3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(12px);
    transform: translateX(12px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes translateX-prev--3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(12px);
    transform: translateX(12px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@-webkit-keyframes mouseOverImg {
  0% {
    opacity: 1; }
  20% {
    opacity: 0.74; }
  100% {
    opacity: 1; } }
@keyframes mouseOverImg {
  0% {
    opacity: 1; }
  20% {
    opacity: 0.74; }
  100% {
    opacity: 1; } }
/*========================================
縦書き
=========================================*/
/*========================================
SVG読み込み　文字置換
=========================================*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
setting 設定
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*========================================
矢印の定義　※原則として変更は必要ありません。
=========================================*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
bootstrap 読み込み
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: "Noto Sans JP", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231815;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0d57a6;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #1170d5;
  text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1,
.h1 {
  font-size: 3.75rem; }

h2,
.h2 {
  font-size: 3rem; }

h3,
.h3 {
  font-size: 2.625rem; }

h4,
.h4 {
  font-size: 2.25rem; }

h5,
.h5 {
  font-size: 1.875rem; }

h6,
.h6 {
  font-size: 1.5rem; }

.lead {
  font-size: 1.875rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.875rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px; } }
@media (min-width: 769px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px; } }
@media (min-width: 1025px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px; } }
@media (min-width: 1240px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px; } }
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.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: 10px;
  padding-left: 10px; }

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 769px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1025px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1240px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #231815; }

.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #231815;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary {
  background-color: #bbd0e6; }

.table-primary > th,
.table-primary > td {
  background-color: #bbd0e6; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #81a8d1; }

.table-hover .table-primary:hover {
  background-color: #a8c3df; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a8c3df; }

.table-secondary {
  background-color: #c5d7eb; }

.table-secondary > th,
.table-secondary > td {
  background-color: #c5d7eb; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #93b5da; }

.table-hover .table-secondary:hover {
  background-color: #b2cae4; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b2cae4; }

.table-success {
  background-color: #bfe1ed; }

.table-success > th,
.table-success > td {
  background-color: #bfe1ed; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #89c7de; }

.table-hover .table-success:hover {
  background-color: #abd8e7; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #abd8e7; }

.table-info {
  background-color: #bfe1ed; }

.table-info > th,
.table-info > td {
  background-color: #bfe1ed; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #89c7de; }

.table-hover .table-info:hover {
  background-color: #abd8e7; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abd8e7; }

.table-warning {
  background-color: #c5e0ef; }

.table-warning > th,
.table-warning > td {
  background-color: #c5e0ef; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #94c5e1; }

.table-hover .table-warning:hover {
  background-color: #b1d5e9; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #b1d5e9; }

.table-danger {
  background-color: #fccbcb; }

.table-danger > th,
.table-danger > td {
  background-color: #fccbcb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fa9e9e; }

.table-hover .table-danger:hover {
  background-color: #fbb3b3; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbb3b3; }

.table-light {
  background-color: whitesmoke; }

.table-light > th,
.table-light > td {
  background-color: whitesmoke; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #ededed; }

.table-hover .table-light:hover {
  background-color: #e8e8e8; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e8e8e8; }

.table-dark {
  background-color: #c6c6c6; }

.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595; }

.table-hover .table-dark:hover {
  background-color: #b9b9b9; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9b9b9; }

.table-active {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 1024.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1239.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-xl > .table-bordered {
    border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4296f0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.25); }

.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none; } }
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.8rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.4rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #231815;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size],
select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #1c94c0; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(28, 148, 192, 0.9);
  border-radius: 0.5rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block; }

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #1c94c0;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231c94c0' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #1c94c0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.25); }

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #1c94c0;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231c94c0' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #1c94c0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #1c94c0; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #1c94c0; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1c94c0; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #2eb1e1;
  background-color: #2eb1e1; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1c94c0; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1c94c0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f54545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(245, 69, 69, 0.9);
  border-radius: 0.5rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block; }

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #f54545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f54545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f54545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #f54545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.25); }

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f54545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f54545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f54545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f54545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #f54545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #f54545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f54545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f87575;
  background-color: #f87575; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f54545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f54545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }

  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-plaintext {
    display: inline-block; }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }

  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .form-inline .custom-control-label {
    margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  color: #231815;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.btn:hover {
  color: #231815;
  text-decoration: none; }

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.25); }

.btn.disabled,
.btn:disabled {
  opacity: 0.65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none; } }
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0d57a6;
  border-color: #0d57a6; }

.btn-primary:hover {
  color: #fff;
  background-color: #0a4483;
  border-color: #093e77; }

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0a4483;
  border-color: #093e77;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 112, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 112, 179, 0.5); }

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d57a6;
  border-color: #0d57a6; }

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #093e77;
  border-color: #08386b; }

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #093e77;
  border-color: #08386b; }

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 112, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 112, 179, 0.5); }

.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 112, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 112, 179, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #3071b7;
  border-color: #3071b7; }

.btn-secondary:hover {
  color: #fff;
  background-color: #285e99;
  border-color: #25588f; }

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #285e99;
  border-color: #25588f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 134, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(79, 134, 194, 0.5); }

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #3071b7;
  border-color: #3071b7; }

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #25588f;
  border-color: #235284; }

.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #25588f;
  border-color: #235284; }

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 134, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(79, 134, 194, 0.5); }

.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 134, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(79, 134, 194, 0.5); }

.btn-success {
  color: #fff;
  background-color: #1c94c0;
  border-color: #1c94c0; }

.btn-success:hover {
  color: #fff;
  background-color: #177a9f;
  border-color: #167293; }

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #177a9f;
  border-color: #167293;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 164, 201, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(62, 164, 201, 0.5); }

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #1c94c0;
  border-color: #1c94c0; }

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #167293;
  border-color: #146988; }

.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #167293;
  border-color: #146988; }

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 164, 201, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(62, 164, 201, 0.5); }

.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 164, 201, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(62, 164, 201, 0.5); }

.btn-info {
  color: #fff;
  background-color: #1C94C0;
  border-color: #1C94C0; }

.btn-info:hover {
  color: #fff;
  background-color: #177a9f;
  border-color: #167293; }

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #177a9f;
  border-color: #167293;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 164, 201, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(62, 164, 201, 0.5); }

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #1C94C0;
  border-color: #1C94C0; }

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #167293;
  border-color: #146988; }

.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #167293;
  border-color: #146988; }

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 164, 201, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(62, 164, 201, 0.5); }

.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 164, 201, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(62, 164, 201, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #318fc5;
  border-color: #318fc5; }

.btn-warning:hover {
  color: #fff;
  background-color: #2979a6;
  border-color: #27719c; }

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #2979a6;
  border-color: #27719c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 160, 206, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(80, 160, 206, 0.5); }

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #318fc5;
  border-color: #318fc5; }

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #27719c;
  border-color: #246a92; }

.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #27719c;
  border-color: #246a92; }

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 160, 206, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(80, 160, 206, 0.5); }

.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 160, 206, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(80, 160, 206, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #f54545;
  border-color: #f54545; }

.btn-danger:hover {
  color: #fff;
  background-color: #f32121;
  border-color: #f21515; }

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #f32121;
  border-color: #f21515;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 97, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(247, 97, 97, 0.5); }

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f54545;
  border-color: #f54545; }

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f21515;
  border-color: #ed0d0d; }

.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f21515;
  border-color: #ed0d0d; }

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 97, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(247, 97, 97, 0.5); }

.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 97, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(247, 97, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #dddddd;
  border-color: #dddddd; }

.btn-light:hover {
  color: #212529;
  background-color: #cacaca;
  border-color: #c4c4c4; }

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #cacaca;
  border-color: #c4c4c4;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5); }

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #dddddd;
  border-color: #dddddd; }

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #c4c4c4;
  border-color: #bdbdbd; }

.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #c4c4c4;
  border-color: #bdbdbd; }

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5); }

.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }

.btn-dark:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a; }

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313; }

.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313; }

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }

.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }

.btn-outline-primary {
  color: #0d57a6;
  border-color: #0d57a6; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d57a6;
  border-color: #0d57a6; }

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.5); }

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d57a6;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0d57a6;
  border-color: #0d57a6; }

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d57a6;
  border-color: #0d57a6; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.5); }

.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.5); }

.btn-outline-secondary {
  color: #3071b7;
  border-color: #3071b7; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3071b7;
  border-color: #3071b7; }

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(48, 113, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(48, 113, 183, 0.5); }

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #3071b7;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3071b7;
  border-color: #3071b7; }

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3071b7;
  border-color: #3071b7; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(48, 113, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(48, 113, 183, 0.5); }

.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(48, 113, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(48, 113, 183, 0.5); }

.btn-outline-success {
  color: #1c94c0;
  border-color: #1c94c0; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #1c94c0;
  border-color: #1c94c0; }

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5); }

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1c94c0;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1c94c0;
  border-color: #1c94c0; }

.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1c94c0;
  border-color: #1c94c0; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5); }

.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5); }

.btn-outline-info {
  color: #1C94C0;
  border-color: #1C94C0; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #1C94C0;
  border-color: #1C94C0; }

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5); }

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #1C94C0;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1C94C0;
  border-color: #1C94C0; }

.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #1C94C0;
  border-color: #1C94C0; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5); }

.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5); }

.btn-outline-warning {
  color: #318fc5;
  border-color: #318fc5; }

.btn-outline-warning:hover {
  color: #fff;
  background-color: #318fc5;
  border-color: #318fc5; }

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 143, 197, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 143, 197, 0.5); }

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #318fc5;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #318fc5;
  border-color: #318fc5; }

.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #318fc5;
  border-color: #318fc5; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 143, 197, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 143, 197, 0.5); }

.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 143, 197, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 143, 197, 0.5); }

.btn-outline-danger {
  color: #f54545;
  border-color: #f54545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f54545;
  border-color: #f54545; }

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.5); }

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f54545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f54545;
  border-color: #f54545; }

.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f54545;
  border-color: #f54545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.5); }

.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.5); }

.btn-outline-light {
  color: #dddddd;
  border-color: #dddddd; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #dddddd;
  border-color: #dddddd; }

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5); }

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #dddddd;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dddddd;
  border-color: #dddddd; }

.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #dddddd;
  border-color: #dddddd; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5); }

.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5); }

.btn-outline-dark {
  color: #333333;
  border-color: #333333; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }

.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0d57a6;
  text-decoration: none; }

.btn-link:hover {
  color: #1170d5;
  text-decoration: underline; }

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline; }

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade:not(.show) {
  opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none; } }
.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.5rem;
  color: #231815;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 1025px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1240px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d57a6; }

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1; }

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 1; }

.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.dropdown-toggle-split::after {
  margin-left: 0; }

.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0; }

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file {
  margin-left: -1px; }

.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file {
  margin-left: -1px; }

.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file {
  margin-left: -1px; }

.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

.input-group > .form-control:focus,
.input-group > .custom-select:focus {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3; }

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3; }

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text {
  margin-left: -1px; }

.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn {
  margin-left: -1px; }

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text {
  margin-left: -1px; }

.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.5rem; }

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.25rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.625rem;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0d57a6;
  background-color: #0d57a6; }

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4296f0; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #72b1f4;
  border-color: #72b1f4; }

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: 0.625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: 0.625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.5rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0d57a6;
  background-color: #0d57a6; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(13, 87, 166, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(13, 87, 166, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

.custom-switch .custom-control-label::after {
  top: calc(0.625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(13, 87, 166, 0.5); }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none; } }
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #4296f0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.25); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  display: none; }

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.4rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.8rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #4296f0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.25); }

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.5rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.5rem 0.5rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: none; }

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(13, 87, 166, 0.25);
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(13, 87, 166, 0.25); }

.custom-range:focus::-moz-range-thumb,
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(13, 87, 166, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d57a6;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

.custom-range::-webkit-slider-thumb:active {
  background-color: #72b1f4; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d57a6;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

.custom-range::-moz-range-thumb:active {
  background-color: #72b1f4; }

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0d57a6;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none; }

.custom-range::-ms-thumb:active {
  background-color: #72b1f4; }

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none; } }
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none; } }
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none; } }
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 1.4rem 1.8rem; }

.nav-link:hover,
.nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff; }

.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.5rem; }

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #0d57a6; }

.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d57a6; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 1.175rem;
  padding-bottom: 1.175rem;
  margin-right: 1rem;
  font-size: 1.8rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.8rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 768.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 769px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 1024.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1025px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1239.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1240px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-xl .navbar-toggler {
    display: none; } }
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem; }

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px); }

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.5rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px); }

.card-deck .card,
.card-group > .card {
  margin-bottom: 10px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px; }

  .card-deck .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px; } }
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0; }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0; }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0; }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0; } }
.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }

  .card-columns .card {
    display: inline-block;
    width: 100%; } }
.accordion {
  overflow-anchor: none; }

.accordion > .card {
  overflow: hidden; }

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.5rem; }

.breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.5rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0d57a6;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #1170d5;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d57a6;
  border-color: #0d57a6; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none; } }
a.badge:hover,
a.badge:focus {
  text-decoration: none; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #0d57a6; }

a.badge-primary:hover {
  color: #fff;
  background-color: #093e77; }

a.badge-primary:focus {
  color: #fff;
  background-color: #093e77;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.5); }

a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(13, 87, 166, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #3071b7; }

a.badge-secondary:hover {
  color: #fff;
  background-color: #25588f; }

a.badge-secondary:focus {
  color: #fff;
  background-color: #25588f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(48, 113, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(48, 113, 183, 0.5); }

a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(48, 113, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(48, 113, 183, 0.5); }

.badge-success {
  color: #fff;
  background-color: #1c94c0; }

a.badge-success:hover {
  color: #fff;
  background-color: #167293; }

a.badge-success:focus {
  color: #fff;
  background-color: #167293;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5); }

a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5); }

.badge-info {
  color: #fff;
  background-color: #1C94C0; }

a.badge-info:hover {
  color: #fff;
  background-color: #167293; }

a.badge-info:focus {
  color: #fff;
  background-color: #167293;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5); }

a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 148, 192, 0.5); }

.badge-warning {
  color: #fff;
  background-color: #318fc5; }

a.badge-warning:hover {
  color: #fff;
  background-color: #27719c; }

a.badge-warning:focus {
  color: #fff;
  background-color: #27719c;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 143, 197, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 143, 197, 0.5); }

a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 143, 197, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 143, 197, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #f54545; }

a.badge-danger:hover {
  color: #fff;
  background-color: #f21515; }

a.badge-danger:focus {
  color: #fff;
  background-color: #f21515;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.5); }

a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 69, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #dddddd; }

a.badge-light:hover {
  color: #212529;
  background-color: #c4c4c4; }

a.badge-light:focus {
  color: #212529;
  background-color: #c4c4c4;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5); }

a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #333333; }

a.badge-dark:hover {
  color: #fff;
  background-color: #1a1a1a; }

a.badge-dark:focus {
  color: #fff;
  background-color: #1a1a1a;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.75rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #072d56;
  background-color: #cfdded;
  border-color: #bbd0e6; }

.alert-primary hr {
  border-top-color: #a8c3df; }

.alert-primary .alert-link {
  color: #031427; }

.alert-secondary {
  color: #193b5f;
  background-color: #d6e3f1;
  border-color: #c5d7eb; }

.alert-secondary hr {
  border-top-color: #b2cae4; }

.alert-secondary .alert-link {
  color: #0e2237; }

.alert-success,
.alert-info {
  color: #0f4d64;
  background-color: #d2eaf2;
  border-color: #bfe1ed; }

.alert-success hr,
.alert-info hr {
  border-top-color: #abd8e7; }

.alert-success .alert-link,
.alert-info .alert-link {
  color: #082b38; }

.alert-warning {
  color: #194a66;
  background-color: #d6e9f3;
  border-color: #c5e0ef; }

.alert-warning hr {
  border-top-color: #b1d5e9; }

.alert-warning .alert-link {
  color: #0f2c3d; }

.alert-danger {
  color: #7f2424;
  background-color: #fddada;
  border-color: #fccbcb; }

.alert-danger hr {
  border-top-color: #fbb3b3; }

.alert-danger .alert-link {
  color: #571919; }

.alert-light {
  color: #737373;
  background-color: #f8f8f8;
  border-color: whitesmoke; }

.alert-light hr {
  border-top-color: #e8e8e8; }

.alert-light .alert-link {
  color: #5a5a5a; }

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6; }

.alert-dark hr {
  border-top-color: #b9b9b9; }

.alert-dark .alert-link {
  color: #020202; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 1.125rem;
  background-color: #e9ecef;
  border-radius: 0.5rem; }

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d57a6;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none; } }
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #231815;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d57a6;
  border-color: #0d57a6; }

.list-group-item + .list-group-item {
  border-top-width: 0; }

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0; }

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0; }

.list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0; }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
@media (min-width: 769px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0; }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
@media (min-width: 1025px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0; }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
@media (min-width: 1240px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0; }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
.list-group-flush {
  border-radius: 0; }

.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #072d56;
  background-color: #bbd0e6; }

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #072d56;
  background-color: #a8c3df; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #072d56;
  border-color: #072d56; }

.list-group-item-secondary {
  color: #193b5f;
  background-color: #c5d7eb; }

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #193b5f;
  background-color: #b2cae4; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #193b5f;
  border-color: #193b5f; }

.list-group-item-success {
  color: #0f4d64;
  background-color: #bfe1ed; }

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0f4d64;
  background-color: #abd8e7; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f4d64;
  border-color: #0f4d64; }

.list-group-item-info {
  color: #0f4d64;
  background-color: #bfe1ed; }

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0f4d64;
  background-color: #abd8e7; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0f4d64;
  border-color: #0f4d64; }

.list-group-item-warning {
  color: #194a66;
  background-color: #c5e0ef; }

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #194a66;
  background-color: #b1d5e9; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #194a66;
  border-color: #194a66; }

.list-group-item-danger {
  color: #7f2424;
  background-color: #fccbcb; }

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7f2424;
  background-color: #fbb3b3; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f2424;
  border-color: #7f2424; }

.list-group-item-light {
  color: #737373;
  background-color: whitesmoke; }

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #737373;
  background-color: #e8e8e8; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #737373;
  border-color: #737373; }

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6; }

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b; }

.close {
  float: right;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none; } }
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }

.modal-footer > * {
  margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 1025px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1240px) {
  .modal-xl {
    max-width: 1140px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Noto Sans JP", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: 0.9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.5rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Noto Sans JP", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px); }

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff; }

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff; }

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px); }

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #231815; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }

.carousel-item.active {
  display: block; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none; } }
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none; } }
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none; } }
.carousel-control-prev:hover,
.carousel-control-prev:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

.carousel-indicators .active {
  opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none; } }
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #0d57a6 !important; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #093e77 !important; }

button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #093e77 !important; }

.bg-secondary {
  background-color: #3071b7 !important; }

a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: #25588f !important; }

button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #25588f !important; }

.bg-success {
  background-color: #1c94c0 !important; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #167293 !important; }

button.bg-success:hover,
button.bg-success:focus {
  background-color: #167293 !important; }

.bg-info {
  background-color: #1C94C0 !important; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #167293 !important; }

button.bg-info:hover,
button.bg-info:focus {
  background-color: #167293 !important; }

.bg-warning {
  background-color: #318fc5 !important; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #27719c !important; }

button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #27719c !important; }

.bg-danger {
  background-color: #f54545 !important; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f21515 !important; }

button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f21515 !important; }

.bg-light {
  background-color: #dddddd !important; }

a.bg-light:hover,
a.bg-light:focus {
  background-color: #c4c4c4 !important; }

button.bg-light:hover,
button.bg-light:focus {
  background-color: #c4c4c4 !important; }

.bg-dark {
  background-color: #333333 !important; }

a.bg-dark:hover,
a.bg-dark:focus {
  background-color: #1a1a1a !important; }

button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0d57a6 !important; }

.border-secondary {
  border-color: #3071b7 !important; }

.border-success {
  border-color: #1c94c0 !important; }

.border-info {
  border-color: #1C94C0 !important; }

.border-warning {
  border-color: #318fc5 !important; }

.border-danger {
  border-color: #f54545 !important; }

.border-light {
  border-color: #dddddd !important; }

.border-dark {
  border-color: #333333 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.5rem !important; }

.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important; }

.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important; }

.rounded-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 769px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1025px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1240px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1025px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1240px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 769px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 1025px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1240px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.75rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.75rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.75rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.75rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.75rem !important; }

.m-2 {
  margin: 1.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 1.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 1.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 1.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 1.5rem !important; }

.m-3 {
  margin: 2.25rem !important; }

.mt-3,
.my-3 {
  margin-top: 2.25rem !important; }

.mr-3,
.mx-3 {
  margin-right: 2.25rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 2.25rem !important; }

.ml-3,
.mx-3 {
  margin-left: 2.25rem !important; }

.m-4 {
  margin: 3rem !important; }

.mt-4,
.my-4 {
  margin-top: 3rem !important; }

.mr-4,
.mx-4 {
  margin-right: 3rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 3rem !important; }

.ml-4,
.mx-4 {
  margin-left: 3rem !important; }

.m-5 {
  margin: 3.75rem !important; }

.mt-5,
.my-5 {
  margin-top: 3.75rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3.75rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3.75rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3.75rem !important; }

.m-6 {
  margin: 4.5rem !important; }

.mt-6,
.my-6 {
  margin-top: 4.5rem !important; }

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important; }

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important; }

.m-7 {
  margin: 5.25rem !important; }

.mt-7,
.my-7 {
  margin-top: 5.25rem !important; }

.mr-7,
.mx-7 {
  margin-right: 5.25rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 5.25rem !important; }

.ml-7,
.mx-7 {
  margin-left: 5.25rem !important; }

.m-8 {
  margin: 6rem !important; }

.mt-8,
.my-8 {
  margin-top: 6rem !important; }

.mr-8,
.mx-8 {
  margin-right: 6rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 6rem !important; }

.ml-8,
.mx-8 {
  margin-left: 6rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.75rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.75rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.75rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.75rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.75rem !important; }

.p-2 {
  padding: 1.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 1.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 1.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 1.5rem !important; }

.p-3 {
  padding: 2.25rem !important; }

.pt-3,
.py-3 {
  padding-top: 2.25rem !important; }

.pr-3,
.px-3 {
  padding-right: 2.25rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 2.25rem !important; }

.pl-3,
.px-3 {
  padding-left: 2.25rem !important; }

.p-4 {
  padding: 3rem !important; }

.pt-4,
.py-4 {
  padding-top: 3rem !important; }

.pr-4,
.px-4 {
  padding-right: 3rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 3rem !important; }

.pl-4,
.px-4 {
  padding-left: 3rem !important; }

.p-5 {
  padding: 3.75rem !important; }

.pt-5,
.py-5 {
  padding-top: 3.75rem !important; }

.pr-5,
.px-5 {
  padding-right: 3.75rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3.75rem !important; }

.pl-5,
.px-5 {
  padding-left: 3.75rem !important; }

.p-6 {
  padding: 4.5rem !important; }

.pt-6,
.py-6 {
  padding-top: 4.5rem !important; }

.pr-6,
.px-6 {
  padding-right: 4.5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important; }

.pl-6,
.px-6 {
  padding-left: 4.5rem !important; }

.p-7 {
  padding: 5.25rem !important; }

.pt-7,
.py-7 {
  padding-top: 5.25rem !important; }

.pr-7,
.px-7 {
  padding-right: 5.25rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 5.25rem !important; }

.pl-7,
.px-7 {
  padding-left: 5.25rem !important; }

.p-8 {
  padding: 6rem !important; }

.pt-8,
.py-8 {
  padding-top: 6rem !important; }

.pr-8,
.px-8 {
  padding-right: 6rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 6rem !important; }

.pl-8,
.px-8 {
  padding-left: 6rem !important; }

.m-n1 {
  margin: -0.75rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.75rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.75rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.75rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.75rem !important; }

.m-n2 {
  margin: -1.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -1.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -1.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -1.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -1.5rem !important; }

.m-n3 {
  margin: -2.25rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -2.25rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -2.25rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -2.25rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -2.25rem !important; }

.m-n4 {
  margin: -3rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -3rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -3rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -3rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -3rem !important; }

.m-n5 {
  margin: -3.75rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3.75rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3.75rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3.75rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3.75rem !important; }

.m-n6 {
  margin: -4.5rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important; }

.m-n7 {
  margin: -5.25rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -5.25rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -5.25rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -5.25rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -5.25rem !important; }

.m-n8 {
  margin: -6rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -6rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -6rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -6rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -6rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.75rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.75rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.75rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.75rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.75rem !important; }

  .m-sm-2 {
    margin: 1.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.5rem !important; }

  .m-sm-3 {
    margin: 2.25rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2.25rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2.25rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2.25rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2.25rem !important; }

  .m-sm-4 {
    margin: 3rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3rem !important; }

  .m-sm-5 {
    margin: 3.75rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.75rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.75rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.75rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.75rem !important; }

  .m-sm-6 {
    margin: 4.5rem !important; }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important; }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important; }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important; }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important; }

  .m-sm-7 {
    margin: 5.25rem !important; }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5.25rem !important; }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5.25rem !important; }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5.25rem !important; }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5.25rem !important; }

  .m-sm-8 {
    margin: 6rem !important; }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6rem !important; }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6rem !important; }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6rem !important; }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.75rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.75rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.75rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.75rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.75rem !important; }

  .p-sm-2 {
    padding: 1.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.5rem !important; }

  .p-sm-3 {
    padding: 2.25rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2.25rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2.25rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2.25rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2.25rem !important; }

  .p-sm-4 {
    padding: 3rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3rem !important; }

  .p-sm-5 {
    padding: 3.75rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.75rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.75rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.75rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.75rem !important; }

  .p-sm-6 {
    padding: 4.5rem !important; }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important; }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important; }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important; }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important; }

  .p-sm-7 {
    padding: 5.25rem !important; }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5.25rem !important; }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5.25rem !important; }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5.25rem !important; }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5.25rem !important; }

  .p-sm-8 {
    padding: 6rem !important; }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6rem !important; }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6rem !important; }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6rem !important; }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6rem !important; }

  .m-sm-n1 {
    margin: -0.75rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.75rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.75rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.75rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.75rem !important; }

  .m-sm-n2 {
    margin: -1.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.5rem !important; }

  .m-sm-n3 {
    margin: -2.25rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2.25rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2.25rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2.25rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2.25rem !important; }

  .m-sm-n4 {
    margin: -3rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3rem !important; }

  .m-sm-n5 {
    margin: -3.75rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3.75rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3.75rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3.75rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3.75rem !important; }

  .m-sm-n6 {
    margin: -4.5rem !important; }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important; }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important; }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important; }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important; }

  .m-sm-n7 {
    margin: -5.25rem !important; }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5.25rem !important; }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5.25rem !important; }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5.25rem !important; }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5.25rem !important; }

  .m-sm-n8 {
    margin: -6rem !important; }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -6rem !important; }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -6rem !important; }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -6rem !important; }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -6rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.75rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.75rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.75rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.75rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.75rem !important; }

  .m-md-2 {
    margin: 1.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 1.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.5rem !important; }

  .m-md-3 {
    margin: 2.25rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 2.25rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 2.25rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2.25rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 2.25rem !important; }

  .m-md-4 {
    margin: 3rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 3rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 3rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 3rem !important; }

  .m-md-5 {
    margin: 3.75rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3.75rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.75rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.75rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.75rem !important; }

  .m-md-6 {
    margin: 4.5rem !important; }

  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important; }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important; }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important; }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important; }

  .m-md-7 {
    margin: 5.25rem !important; }

  .mt-md-7,
  .my-md-7 {
    margin-top: 5.25rem !important; }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 5.25rem !important; }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5.25rem !important; }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 5.25rem !important; }

  .m-md-8 {
    margin: 6rem !important; }

  .mt-md-8,
  .my-md-8 {
    margin-top: 6rem !important; }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 6rem !important; }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6rem !important; }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 6rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.75rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.75rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.75rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.75rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.75rem !important; }

  .p-md-2 {
    padding: 1.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 1.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 1.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 1.5rem !important; }

  .p-md-3 {
    padding: 2.25rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 2.25rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 2.25rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2.25rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 2.25rem !important; }

  .p-md-4 {
    padding: 3rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 3rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 3rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 3rem !important; }

  .p-md-5 {
    padding: 3.75rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3.75rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3.75rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.75rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3.75rem !important; }

  .p-md-6 {
    padding: 4.5rem !important; }

  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important; }

  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important; }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important; }

  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important; }

  .p-md-7 {
    padding: 5.25rem !important; }

  .pt-md-7,
  .py-md-7 {
    padding-top: 5.25rem !important; }

  .pr-md-7,
  .px-md-7 {
    padding-right: 5.25rem !important; }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5.25rem !important; }

  .pl-md-7,
  .px-md-7 {
    padding-left: 5.25rem !important; }

  .p-md-8 {
    padding: 6rem !important; }

  .pt-md-8,
  .py-md-8 {
    padding-top: 6rem !important; }

  .pr-md-8,
  .px-md-8 {
    padding-right: 6rem !important; }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6rem !important; }

  .pl-md-8,
  .px-md-8 {
    padding-left: 6rem !important; }

  .m-md-n1 {
    margin: -0.75rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.75rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.75rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.75rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.75rem !important; }

  .m-md-n2 {
    margin: -1.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.5rem !important; }

  .m-md-n3 {
    margin: -2.25rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2.25rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2.25rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2.25rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2.25rem !important; }

  .m-md-n4 {
    margin: -3rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3rem !important; }

  .m-md-n5 {
    margin: -3.75rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3.75rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3.75rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3.75rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3.75rem !important; }

  .m-md-n6 {
    margin: -4.5rem !important; }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important; }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important; }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important; }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important; }

  .m-md-n7 {
    margin: -5.25rem !important; }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5.25rem !important; }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5.25rem !important; }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5.25rem !important; }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5.25rem !important; }

  .m-md-n8 {
    margin: -6rem !important; }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -6rem !important; }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -6rem !important; }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -6rem !important; }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -6rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 1025px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.75rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.75rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.75rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.75rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.75rem !important; }

  .m-lg-2 {
    margin: 1.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.5rem !important; }

  .m-lg-3 {
    margin: 2.25rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2.25rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2.25rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2.25rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2.25rem !important; }

  .m-lg-4 {
    margin: 3rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3rem !important; }

  .m-lg-5 {
    margin: 3.75rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.75rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.75rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.75rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.75rem !important; }

  .m-lg-6 {
    margin: 4.5rem !important; }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important; }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important; }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important; }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important; }

  .m-lg-7 {
    margin: 5.25rem !important; }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5.25rem !important; }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5.25rem !important; }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5.25rem !important; }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5.25rem !important; }

  .m-lg-8 {
    margin: 6rem !important; }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6rem !important; }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6rem !important; }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6rem !important; }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.75rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.75rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.75rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.75rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.75rem !important; }

  .p-lg-2 {
    padding: 1.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.5rem !important; }

  .p-lg-3 {
    padding: 2.25rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2.25rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2.25rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2.25rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2.25rem !important; }

  .p-lg-4 {
    padding: 3rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3rem !important; }

  .p-lg-5 {
    padding: 3.75rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.75rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.75rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.75rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.75rem !important; }

  .p-lg-6 {
    padding: 4.5rem !important; }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important; }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important; }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important; }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important; }

  .p-lg-7 {
    padding: 5.25rem !important; }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5.25rem !important; }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5.25rem !important; }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5.25rem !important; }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5.25rem !important; }

  .p-lg-8 {
    padding: 6rem !important; }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6rem !important; }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6rem !important; }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6rem !important; }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6rem !important; }

  .m-lg-n1 {
    margin: -0.75rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.75rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.75rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.75rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.75rem !important; }

  .m-lg-n2 {
    margin: -1.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.5rem !important; }

  .m-lg-n3 {
    margin: -2.25rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2.25rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2.25rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2.25rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2.25rem !important; }

  .m-lg-n4 {
    margin: -3rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3rem !important; }

  .m-lg-n5 {
    margin: -3.75rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3.75rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3.75rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3.75rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3.75rem !important; }

  .m-lg-n6 {
    margin: -4.5rem !important; }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important; }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important; }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important; }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important; }

  .m-lg-n7 {
    margin: -5.25rem !important; }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5.25rem !important; }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5.25rem !important; }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5.25rem !important; }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5.25rem !important; }

  .m-lg-n8 {
    margin: -6rem !important; }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -6rem !important; }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -6rem !important; }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -6rem !important; }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -6rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1240px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.75rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.75rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.75rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.75rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.75rem !important; }

  .m-xl-2 {
    margin: 1.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.5rem !important; }

  .m-xl-3 {
    margin: 2.25rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2.25rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2.25rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2.25rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2.25rem !important; }

  .m-xl-4 {
    margin: 3rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3rem !important; }

  .m-xl-5 {
    margin: 3.75rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.75rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.75rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.75rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.75rem !important; }

  .m-xl-6 {
    margin: 4.5rem !important; }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important; }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important; }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important; }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important; }

  .m-xl-7 {
    margin: 5.25rem !important; }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5.25rem !important; }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5.25rem !important; }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5.25rem !important; }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5.25rem !important; }

  .m-xl-8 {
    margin: 6rem !important; }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6rem !important; }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6rem !important; }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6rem !important; }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.75rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.75rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.75rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.75rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.75rem !important; }

  .p-xl-2 {
    padding: 1.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.5rem !important; }

  .p-xl-3 {
    padding: 2.25rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2.25rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2.25rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2.25rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2.25rem !important; }

  .p-xl-4 {
    padding: 3rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3rem !important; }

  .p-xl-5 {
    padding: 3.75rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.75rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.75rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.75rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.75rem !important; }

  .p-xl-6 {
    padding: 4.5rem !important; }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important; }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important; }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important; }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important; }

  .p-xl-7 {
    padding: 5.25rem !important; }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5.25rem !important; }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5.25rem !important; }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5.25rem !important; }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5.25rem !important; }

  .p-xl-8 {
    padding: 6rem !important; }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6rem !important; }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6rem !important; }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6rem !important; }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6rem !important; }

  .m-xl-n1 {
    margin: -0.75rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.75rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.75rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.75rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.75rem !important; }

  .m-xl-n2 {
    margin: -1.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.5rem !important; }

  .m-xl-n3 {
    margin: -2.25rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2.25rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2.25rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2.25rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2.25rem !important; }

  .m-xl-n4 {
    margin: -3rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3rem !important; }

  .m-xl-n5 {
    margin: -3.75rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3.75rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3.75rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3.75rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3.75rem !important; }

  .m-xl-n6 {
    margin: -4.5rem !important; }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important; }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important; }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important; }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important; }

  .m-xl-n7 {
    margin: -5.25rem !important; }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5.25rem !important; }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5.25rem !important; }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5.25rem !important; }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5.25rem !important; }

  .m-xl-n8 {
    margin: -6rem !important; }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -6rem !important; }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -6rem !important; }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -6rem !important; }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -6rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.img-size60 {
  display: flex;
  justify-content: center;
  align-items: center; }

.img-size60 img {
  width: 60% !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 1025px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1240px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #0d57a6 !important; }

a.text-primary:hover,
a.text-primary:focus {
  color: #07325f !important; }

.text-secondary {
  color: #3071b7 !important; }

a.text-secondary:hover,
a.text-secondary:focus {
  color: #204c7a !important; }

.text-success {
  color: #1c94c0 !important; }

a.text-success:hover,
a.text-success:focus {
  color: #12617d !important; }

.text-info {
  color: #1C94C0 !important; }

a.text-info:hover,
a.text-info:focus {
  color: #12617d !important; }

.text-warning {
  color: #318fc5 !important; }

a.text-warning:hover,
a.text-warning:focus {
  color: #226388 !important; }

.text-danger {
  color: #f54545 !important; }

a.text-danger:hover,
a.text-danger:focus {
  color: #e10c0c !important; }

.text-light {
  color: #dddddd !important; }

a.text-light:hover,
a.text-light:focus {
  color: #b7b7b7 !important; }

.text-dark {
  color: #333333 !important; }

a.text-dark:hover,
a.text-dark:focus {
  color: #0d0d0d !important; }

.text-body {
  color: #231815 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.bg-alpha-primary {
  background-color: rgba(13, 87, 166, 0.6) !important; }

.bg-alpha-secondary {
  background-color: rgba(48, 113, 183, 0.6) !important; }

.bg-alpha-success,
.bg-alpha-info {
  background-color: rgba(28, 148, 192, 0.6) !important; }

.bg-alpha-warning {
  background-color: rgba(49, 143, 197, 0.6) !important; }

.bg-alpha-danger {
  background-color: rgba(245, 69, 69, 0.6) !important; }

.bg-alpha-light {
  background-color: rgba(221, 221, 221, 0.6) !important; }

.bg-alpha-dark {
  background-color: rgba(51, 51, 51, 0.6) !important; }

.bg-alpha-white {
  background-color: rgba(255, 255, 255, 0.6) !important; }

@media screen and (max-width: 768px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 15px;
    padding-right: 15px; }

  .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem; }

  .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 {
    padding-right: 0.6rem;
    padding-left: 0.6rem; } }
/* CSS Document */
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
ベース・リセット
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
初期設定
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* タグの表示調整
-----------------------------------------*/
html {
  font-size: 62.5%; }

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
dt,
dd,
form,
header,
footer,
section,
article {
  font-size: 1.5rem;
  padding: 0;
  line-height: 1.8;
  display: block;
  margin: 0px; }

@media (max-width: 768.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  p,
  ul,
  ol,
  dl,
  dt,
  dd,
  form,
  header,
  footer,
  section,
  article {
    font-size: 1.4rem;
    line-height: 1.8; } }
em {
  font-style: normal; }

b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  line-height: 1.6;
  font-size: 1.5rem;
  margin: 0; }

@media (max-width: 768.98px) {
  table {
    font-size: 1.4rem; } }
img {
  border: none;
  vertical-align: bottom; }

ul,
ol {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0px;
  padding-left: 1.5em; }

@media (max-width: 768.98px) {
  ul,
  ol {
    font-size: 1.4rem; } }
/* フォント指定・背景指定
-----------------------------------------*/
body {
  color: #231815;
  background: #ffffff; }

/* リンクカラー設定
-----------------------------------------*/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none; } }
p {
  line-height: 1.8;
  letter-spacing: 0.04em; }

@media (max-width: 768.98px) {
  p {
    line-height: 1.8; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before {
  content: "";
  display: table; }

.slick-track:after {
  content: "";
  display: table;
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0; }

.slick-dots > li {
  display: inline-block;
  margin: 0 2px;
  padding: 0; }

.slick-dots > li > button {
  border: none;
  background: none;
  display: block;
  width: 26px;
  height: 26px;
  background: rgba(35, 24, 21, 0.4);
  border-radius: 20px;
  border: 8px solid #ffffff;
  font-size: 10px;
  text-indent: -9999px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.slick-dots > li > button:focus {
  outline: none; }

@media (max-width: 768.98px) {
  .slick-dots > li {
    margin: 0; } }
@media (max-width: 768.98px) {
  .slick-dots > li > button {
    width: 24px;
    height: 24px; } }
.slick-active > button {
  background: #0d57a6 !important; }

/* CSS Document */
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
全ページ共通 .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*========================================
Header
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　.l-tpl-tpl-header0101
-----------------------------------------*/
.l-tpl-header01 {
  width: 100%;
  background: #ffffff;
  z-index: 1100; }

.l-tpl-header01.is-text-white {
  background: none;
  color: white; }

.l-tpl-header01__wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768.98px) {
  .l-tpl-header01__wrapper {
    max-width: none;
    min-width: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
.l-tpl-header01__main {
  width: 280px; }

@media (max-width: 1239.98px) {
  .l-tpl-header01__main {
    width: 280px; } }
@media (max-width: 1024.98px) {
  .l-tpl-header01__main {
    width: 180px; } }
@media (max-width: 768.98px) {
  .l-tpl-header01__main {
    width: 140px; } }
.l-tpl-header01__logo {
  line-height: 1em;
  padding: 0;
  color: #231815; }

.l-tpl-header01__logo img {
  width: 100%;
  height: auto; }

.l-tpl-header01__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 60px; }

@media (max-width: 768.98px) {
  .l-tpl-header01__sub {
    min-height: 50px; } }
.l-tpl-header01__aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-tpl-header01__aside__text {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  line-height: 1.4em;
  margin-right: 10px;
  color: #533932; }

@media (max-width: 768.98px) {
  .l-tpl-header01__aside__text {
    font-size: 1.3rem; } }
.l-tpl-header01__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.l-tpl-header01__contact__tel {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  color: #231815;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.is-text-white .l-tpl-header01__contact__tel {
  color: white; }

@media (max-width: 768.98px) {
  .l-tpl-header01__contact__tel {
    text-align: center;
    font-size: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.l-tpl-header01__contact__tel:hover {
  color: #231815;
  text-decoration: none; }

.is-text-white .l-tpl-header01__contact__tel:hover {
  color: white; }

.l-tpl-header01__contact__caption {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", メイリオ, sans-serif; }

.l-tpl-header01__contact__tel-icon {
  color: #0d57a6;
  font-size: 3.2rem;
  margin-right: 2px; }

@media (max-width: 768.98px) {
  .l-tpl-header01__contact__tel-icon {
    font-size: 1.7rem;
    margin-right: 0; } }
.l-tpl-header01__contact__mail {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  padding: 20px;
  background: #0d57a6;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all; }

.l-tpl-header01__contact__mail:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-filter: brightness(110%);
  filter: brightness(110%); }

@media (max-width: 768.98px) {
  .l-tpl-header01__contact__mail {
    text-align: center;
    line-height: 1.6em;
    font-size: 1.4rem;
    padding: 6px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.l-tpl-header01__contact__mail-icon {
  margin-right: 4px; }

@media (max-width: 768.98px) {
  .l-tpl-header01__contact__mail-icon {
    margin-right: 0; } }
.l-tpl-header01__gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  font-size: 1.5rem;
  list-style-type: none;
  margin-top: 10px; }

@media (max-width: 1024.98px) {
  .l-tpl-header01__gnav {
    font-size: 1.4rem; } }
.l-tpl-header01__gnav__list {
  margin-left: 24px; }

@media (max-width: 1024.98px) {
  .l-tpl-header01__gnav__list {
    margin-left: 16px; } }
.l-tpl-header01__gnav__link {
  color: #231815;
  letter-spacing: 0.04em; }

.is-text-white .l-tpl-header01__gnav__link {
  color: white; }

.l-tpl-header01__gnav__link:hover {
  color: #231815; }

.is-text-white .l-tpl-header01__gnav__link:hover {
  color: white; }

/*　.l-tpl-tpl-header02
-----------------------------------------*/
.l-tpl-header02 {
  width: 100%;
  background: #ffffff;
  z-index: 1100; }

.l-tpl-header02.is-text-white {
  background: none;
  color: white; }

.l-tpl-header02__wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768.98px) {
  .l-tpl-header02__wrapper {
    max-width: none;
    min-width: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
.l-tpl-header02__main {
  width: 280px; }

@media (max-width: 1239.98px) {
  .l-tpl-header02__main {
    width: 280px; } }
@media (max-width: 1024.98px) {
  .l-tpl-header02__main {
    width: 180px; } }
@media (max-width: 768.98px) {
  .l-tpl-header02__main {
    width: 140px; } }
.l-tpl-header02__logo {
  line-height: 1em;
  padding: 0;
  color: #231815; }

.l-tpl-header02__logo img {
  width: 100%;
  height: auto; }

.l-tpl-header02__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 60px; }

@media (max-width: 768.98px) {
  .l-tpl-header02__sub {
    min-height: 50px; } }
.l-tpl-header02__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.l-tpl-header02__contact__tel {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  color: #231815;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: fles-start;
  -webkit-align-items: fles-start;
  -ms-flex-align: fles-start;
  align-items: fles-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1em; }

.is-text-white .l-tpl-header02__contact__tel {
  color: white; }

@media (max-width: 1239.98px) {
  .l-tpl-header02__contact__tel {
    font-size: 2.2rem; } }
@media (max-width: 768.98px) {
  .l-tpl-header02__contact__tel {
    text-align: center;
    font-size: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.l-tpl-header02__contact__tel:hover {
  color: #231815;
  text-decoration: none; }

.is-text-white .l-tpl-header02__contact__tel:hover {
  color: white; }

.l-tpl-header02__contact__caption {
  font-size: 1.4rem;
  line-height: 1em;
  padding-top: 4px;
  font-family: "Noto Sans JP", メイリオ, sans-serif; }

.l-tpl-header02__contact__tel-icon {
  color: #0d57a6;
  font-size: 3.2rem;
  margin-right: 2px; }

@media (max-width: 768.98px) {
  .l-tpl-header02__contact__tel-icon {
    font-size: 1.7rem;
    margin-right: 0; } }
.l-tpl-header02__contact__mail {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  padding: 22px 20px;
  background: #0d57a6;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all; }

.l-tpl-header02__contact__mail:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-filter: brightness(110%);
  filter: brightness(110%); }

@media (max-width: 768.98px) {
  .l-tpl-header02__contact__mail {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6em;
    padding: 6px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.l-tpl-header02__gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  font-size: 1.5rem;
  list-style-type: none; }

@media (max-width: 1239.98px) {
  .l-tpl-header02__gnav {
    font-size: 1.4rem; } }
.l-tpl-header02__gnav__list {
  border-right: 1px dotted #c8aaa3; }

.l-tpl-header02__gnav__list:last-child {
  border-right: none; }

.l-tpl-header02__gnav__link {
  display: block;
  padding: 16px 20px;
  color: #231815;
  text-align: center;
  letter-spacing: 0.04em; }

.is-text-white .l-tpl-header02__gnav__link {
  color: white; }

.l-tpl-header02__gnav__link:hover {
  color: #231815; }

.is-text-white .l-tpl-header02__gnav__link:hover {
  color: white; }

.l-tpl-header02__gnav__caption {
  display: block;
  font-family: "Yantramanav", sans-serif;
  font-size: 1.2rem; }

/*　.l-tpl-tpl-header03
-----------------------------------------*/
.l-tpl-header03 {
  width: 100%;
  background: #ffffff;
  z-index: 1100; }

.l-tpl-header03.is-text-white {
  background: none;
  color: white; }

.l-tpl-header03__wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media (max-width: 768.98px) {
  .l-tpl-header03__wrapper {
    max-width: none;
    min-width: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
.l-tpl-header03__main {
  width: 280px; }

@media (max-width: 1239.98px) {
  .l-tpl-header03__main {
    width: 280px; } }
@media (max-width: 1024.98px) {
  .l-tpl-header03__main {
    width: 180px; } }
@media (max-width: 768.98px) {
  .l-tpl-header03__main {
    width: 140px; } }
.l-tpl-header03__logo {
  line-height: 1em;
  padding: 0;
  color: #231815; }

.l-tpl-header03__logo img {
  width: 100%;
  height: auto; }

.l-tpl-header03__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 60px; }

@media (max-width: 768.98px) {
  .l-tpl-header03__sub {
    min-height: 50px; } }
.l-tpl-header03__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.l-tpl-header03__contact__tel {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  color: #231815;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: fles-start;
  -webkit-align-items: fles-start;
  -ms-flex-align: fles-start;
  align-items: fles-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 1em;
  white-space: nowrap; }

.is-text-white .l-tpl-header03__contact__tel {
  color: white; }

@media (max-width: 768.98px) {
  .l-tpl-header03__contact__tel {
    text-align: center;
    font-size: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.l-tpl-header03__contact__tel:hover {
  color: #231815;
  text-decoration: none; }

.is-text-white .l-tpl-header03__contact__tel:hover {
  color: white; }

.l-tpl-header03__contact__caption {
  font-size: 1.1rem;
  line-height: 1em;
  padding-top: 4px;
  font-family: "Noto Sans JP", メイリオ, sans-serif; }

.l-tpl-header03__contact__tel-icon {
  color: #0d57a6;
  font-size: 3.2rem;
  margin-right: 2px; }

@media (max-width: 768.98px) {
  .l-tpl-header03__contact__tel-icon {
    font-size: 1.7rem;
    margin-right: 0; } }
.l-tpl-header03__contact__mail {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  padding: 7px 18px;
  border-radius: 30px;
  background: #0d57a6;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  white-space: nowrap; }

.l-tpl-header03__contact__mail:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-filter: brightness(110%);
  filter: brightness(110%); }

@media (max-width: 768.98px) {
  .l-tpl-header03__contact__mail {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6em;
    padding: 6px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0; } }
.l-tpl-header03__contact__mail-icon {
  margin-right: 4px;
  font-size: 1.8rem; }

@media (max-width: 768.98px) {
  .l-tpl-header03__contact__mail-icon {
    margin-right: 0; } }
.l-tpl-header03__gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  font-size: 1.5rem;
  list-style-type: none; }

@media (max-width: 1239.98px) {
  .l-tpl-header03__gnav {
    font-size: 1.4rem; } }
.l-tpl-header03__gnav__list {
  border-right: 1px solid #cfb6af; }

.l-tpl-header03__gnav__list:first-child {
  border-left: 1px solid #cfb6af; }

.l-tpl-header03__gnav__link {
  display: block;
  text-align: center;
  padding: 22px 12px;
  color: #231815;
  letter-spacing: 0.04em;
  line-height: 1.4em; }

.is-text-white .l-tpl-header03__gnav__link {
  color: white; }

.l-tpl-header03__gnav__link:hover {
  color: #231815; }

.is-text-white .l-tpl-header03__gnav__link:hover {
  color: white; }

.l-tpl-header03__gnav__caption {
  display: block;
  font-family: "Yantramanav", sans-serif;
  font-size: 1.2rem; }

/*　.l-tpl-header__spNav スマホメニューアイコンと表示
-----------------------------------------*/
.l-tpl-header__spNav {
  padding: 0;
  margin-left: 8px;
  line-height: 1em; }

.l-tpl-header__spNav__btn {
  padding-right: 0;
  border: none;
  background-color: transparent; }

.l-tpl-header__spNav__btn:focus {
  outline: none; }

.l-tpl-header__spNav__icon {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  margin: 1px auto 0 auto; }

.l-tpl-header__spNav__icon span {
  width: 28px;
  height: 2px;
  display: block;
  background: #231815;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px; }

@media (max-width: 768.98px) {
  .l-tpl-header__spNav__icon {
    width: 24px; } }
.is-text-white .l-tpl-header__spNav__icon span {
  background: white; }

@media (max-width: 768.98px) {
  .l-tpl-header__spNav__icon span {
    width: 24px;
    height: 1px; } }
.l-tpl-header__spNav__icon .is-top {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.l-tpl-header__spNav__icon .is-middle {
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

.l-tpl-header__spNav__icon .is-bottom {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

@media (max-width: 768.98px) {
  .l-tpl-header__spNav__icon .is-top {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
@media (max-width: 768.98px) {
  .l-tpl-header__spNav__icon .is-bottom {
    -webkit-transform: translateY(7px);
    transform: translateY(7px); } }
.l-tpl-header__navbar {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1999;
  background: rgba(255, 255, 255, 0.96); }

.l-tpl-header__navbar.is-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: tplHeaderfadeIn 0.4s ease-in 0s 1 backwards;
  animation: tplHeaderfadeIn 0.4s ease-in 0s 1 backwards; }

.l-tpl-header__navbar.is-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: tplHeaderfadeOut 0.4s ease-in 0s 1 forwards;
  animation: tplHeaderfadeOut 0.4s ease-in 0s 1 forwards; }

@-webkit-keyframes tplHeaderfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tplHeaderfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes tplHeaderfadeOut {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden; } }
@keyframes tplHeaderfadeOut {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden; } }
.l-tpl-header__navbar__nav {
  width: 100%;
  list-style-type: none;
  padding: 0; }

.is-open .l-tpl-header__navbar__nav {
  -webkit-animation: translateY-up--1 0.4s ease-in 0.4s 1 backwards;
  animation: translateY-up--1 0.4s ease-in 0.4s 1 backwards; }

.l-tpl-header__navbar__item {
  padding: 10px 15px;
  border-bottom: 1px solid #dbc8c2; }

.l-tpl-header__navbar__link {
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  font-size: 1.5rem;
  color: #231815;
  letter-spacing: 0.04em; }

.l-tpl-header__navbar__link:hover {
  color: #231815; }

.l-tpl-header__navbar__subnav {
  list-style-type: none;
  padding: 3px 0; }

.l-tpl-header__close-btn {
  position: absolute;
  display: block;
  z-index: 9;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer; }

.l-tpl-header__close-btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  top: 0;
  background: #231815;
  -webkit-transform: rotate(45deg) translateX(26px) translateY(12px);
  transform: rotate(45deg) translateX(26px) translateY(12px); }

.l-tpl-header__close-btn:after {
  position: absolute;
  content: "";
  display: block;
  top: 24px;
  width: 24px;
  height: 1px;
  background: #231815;
  -webkit-transform: rotate(-45deg) translateX(5px) translateY(8px);
  transform: rotate(-45deg) translateX(5px) translateY(8px); }

@media (min-width: 769px) {
  .l-tpl-header__close-btn:before {
    width: 28px;
    height: 2px;
    -webkit-transform: rotate(45deg) translateX(18px) translateY(26px);
    transform: rotate(45deg) translateX(18px) translateY(26px); } }
@media (min-width: 769px) {
  .l-tpl-header__close-btn:after {
    top: 28px;
    width: 28px;
    height: 2px;
    -webkit-transform: rotate(-45deg) translateX(-6px) translateY(-2px);
    transform: rotate(-45deg) translateX(-6px) translateY(-2px); } }
/*========================================
Header
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　.l-tpl-footer01
-----------------------------------------*/
.l-tpl-footer01__main {
  width: 280px; }

@media (max-width: 1239.98px) {
  .l-tpl-footer01__main {
    width: 280px; } }
@media (max-width: 1024.98px) {
  .l-tpl-footer01__main {
    width: 180px; } }
@media (max-width: 768.98px) {
  .l-tpl-footer01__main {
    width: 140px; } }
.l-tpl-footer01__logo {
  line-height: 1em;
  padding: 0;
  color: #231815; }

.l-tpl-footer01__logo img {
  width: 100%;
  height: auto; }

.l-tpl-footer01__aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-tpl-footer01__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.l-tpl-footer01__tel {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  color: #231815;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.is-text-white .l-tpl-footer01__tel {
  color: white; }

@media (max-width: 768.98px) {
  .l-tpl-footer01__tel {
    text-align: center;
    font-size: 1.4rem; } }
.l-tpl-footer01__tel:hover {
  color: #231815;
  text-decoration: none; }

.is-text-white .l-tpl-footer01__tel:hover {
  color: white; }

.l-tpl-footer01__tel-icon {
  color: #0d57a6;
  font-size: 3.2rem;
  margin-right: 2px; }

@media (max-width: 768.98px) {
  .l-tpl-footer01__tel-icon {
    font-size: 1.7rem;
    margin-right: 0; } }
.l-tpl-footer__gnav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  font-size: 1.5rem;
  list-style-type: none;
  padding: 0; }

.l-tpl-footer__gnav__list {
  margin-left: 1.2vw;
  margin-right: 1.2vw; }

@media (max-width: 768.98px) {
  .l-tpl-footer__gnav__list {
    margin-left: 1.5vw;
    margin-right: 1.5vw; } }
.l-tpl-footer__gnav__link {
  color: #231815;
  letter-spacing: 0.04em;
  font-size: 1.5rem; }

.l-tpl-footer__gnav__link:hover {
  color: #231815; }

@media (max-width: 768.98px) {
  .l-tpl-footer__gnav__link {
    display: block;
    padding: 3px 0;
    font-size: 1.4rem; } }
/*========================================
大項目
=========================================*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 0;
  z-index: 100;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.l-header-logo {
  position: relative;
  margin-left: 40px; }

.l-header-logo h1 {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 1.2rem;
  color: #6e6e6e; }

.l-header-logo h1 img {
  width: 360px; }

.l-header-logo h1 span {
  display: block;
  margin-top: 6px; }

@media screen and (max-width: 1340px) {
  .l-header-logo {
    margin-left: 10px; } }
@media (max-width: 768.98px) {
  .l-header-logo {
    margin: auto;
    text-align: center; } }
@media (max-width: 768.98px) {
  .l-header-logo h1 {
    position: static;
    text-align: center; } }
@media screen and (max-width: 1080px) {
  .l-header-logo h1 img {
    width: 320px; } }
@media (max-width: 768.98px) {
  .l-header-logo h1 img {
    width: 240px; } }
@media (max-width: 768.98px) {
  .l-header-logo h1 span {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 14px; } }
.l-header-nav-mega {
  display: none; }

@media (max-width: 768.98px) {
  .l-header-nav {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%; } }
@media (max-width: 768.98px) {
  .l-header-nav {
    top: 50px; } }
.l-header-nav ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.l-header-nav ul li {
  width: 150px; }

.l-header-nav ul li a {
  display: block;
  background-color: #858585;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.l-header-nav ul li a:hover {
  text-decoration: none; }

@media (max-width: 768.98px) {
  .l-header-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (max-width: 1340px) {
  .l-header-nav ul li {
    width: 120px; } }
@media screen and (max-width: 1080px) {
  .l-header-nav ul li {
    width: 90px; } }
@media (max-width: 768.98px) {
  .l-header-nav ul li {
    width: 100%;
    border-bottom: 1px solid #4e4e4e; }

  .l-header-nav ul li:nth-child(n+4) {
    border-bottom: none; } }
@media screen and (max-width: 1080px) {
  .l-header-nav ul li a {
    font-size: 1.3rem; } }
@media (max-width: 768.98px) {
  .l-header-nav ul li a {
    height: 50px; } }
.js-mega-menu > a {
  position: relative; }

.js-mega-menu > a::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  background-image: url(/img/common/icon-arrow-white.svg);
  width: 8px;
  height: 13px;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.js-mega-menu .active {
  background-color: #6d6c6c;
  background-image: url(/img/common/dots.png); }

.js-mega-menu .active::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

@media (max-width: 768.98px) {
  .js-mega-menu > a::before {
    right: 30px;
    left: auto;
    top: 25%;
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%); } }
.l-header-nav-mega {
  width: 100%;
  left: 0;
  top: 80px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/img/common/dots.png);
  padding: 30px 0 30px; }

@media (max-width: 768.98px) {
  .l-header-nav-mega {
    position: static;
    padding: 16px 0; } }
.l-header-nav-mega__inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 768.98px) {
  .l-header-nav-mega__inner {
    padding: 0 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.l-header-nav-mega-box01 {
  width: 190px;
  margin-right: calc(40px / 6); }

.l-header-nav-mega-box01 a {
  height: auto !important;
  background-color: #fff !important;
  color: #231815 !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.l-header-nav-mega-box01 a:hover {
  opacity: 0.6; }

.l-header-nav-mega-box01 a img {
  height: 120px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.l-header-nav-mega-box01 a p {
  width: 110px;
  padding: 0 4px;
  font-size: 1.3rem;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 768.98px) {
  .l-header-nav-mega-box01 {
    width: 100%;
    margin-bottom: 6px;
    margin-right: 0; } }
@media (max-width: 768.98px) {
  .l-header-nav-mega-box01 a {
    padding: 8px; } }
@media (max-width: 768.98px) {
  .l-header-nav-mega-box01 a img {
    display: none; } }
@media (max-width: 768.98px) {
  .l-header-nav-mega-box01 a p {
    width: 100%;
    padding: 0 12px;
    display: block; } }
.l-header-nav-mega-box02 {
  width: 190px;
  margin-right: calc(40px / 6); }

.l-header-nav-mega-box02 a {
  height: auto !important;
  background-color: #fff !important;
  color: #231815 !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.l-header-nav-mega-box02 a:hover {
  opacity: 0.6; }

.l-header-nav-mega-box02 a img {
  height: 70px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.l-header-nav-mega-box02 a p {
  width: 100%;
  height: 50px;
  padding: 0 4px;
  font-size: 1.3rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff; }

@media (max-width: 768.98px) {
  .l-header-nav-mega-box02 {
    width: 100%;
    margin-bottom: 6px;
    margin-right: 0; } }
@media (max-width: 768.98px) {
  .l-header-nav-mega-box02 a {
    padding: 8px; } }
@media (max-width: 768.98px) {
  .l-header-nav-mega-box02 a img {
    display: none; } }
@media (max-width: 768.98px) {
  .l-header-nav-mega-box02 a p {
    width: 100%;
    padding: 0 12px;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
.l-header-nav-mega-boxl {
  width: 260px;
  margin-right: 20px; }

.l-header-nav-mega-boxl a {
  height: auto !important;
  background-color: #fff !important;
  color: #231815 !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.l-header-nav-mega-boxl a:hover {
  opacity: 0.6; }

.l-header-nav-mega-boxl a img {
  height: 160px;
  width: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.l-header-nav-mega-boxl a p {
  width: 140px;
  padding: 0 10px;
  font-size: 1.4rem; }

@media (max-width: 768.98px) {
  .l-header-nav-mega-boxl {
    width: 100%;
    margin-bottom: 6px;
    margin-right: 0; } }
@media (max-width: 768.98px) {
  .l-header-nav-mega-boxl a {
    padding: 8px; } }
@media (max-width: 768.98px) {
  .l-header-nav-mega-boxl a img {
    display: none; } }
@media (max-width: 768.98px) {
  .l-header-nav-mega-boxl a p {
    width: 100%;
    padding: 0 12px;
    text-align: left; } }
.js-mega-menu-child {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px; }

.js-mega-menu-child li {
  width: 260px !important;
  margin-right: 20px;
  margin-bottom: 20px;
  border-bottom: none !important; }

.js-mega-menu-child li:nth-child(2n) {
  margin-right: 0; }

.js-mega-menu-child li a {
  height: auto !important;
  background-color: #fff !important;
  color: #231815 !important; }

.js-mega-menu-child li a:hover {
  opacity: 0.6; }

.js-mega-menu-child li a img {
  height: 70px;
  width: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.js-mega-menu-child li a p {
  width: 140px;
  padding: 0 10px;
  text-align: left;
  font-size: 1.3rem;
  letter-spacing: 0; }

@media (max-width: 768.98px) {
  .js-mega-menu-child {
    max-width: 100%; } }
@media (max-width: 768.98px) {
  .js-mega-menu-child li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 6px; }

  .js-mega-menu-child li:last-child {
    margin-bottom: 0; } }
@media (max-width: 768.98px) {
  .js-mega-menu-child li a {
    padding: 8px; } }
@media (max-width: 768.98px) {
  .js-mega-menu-child li a img {
    display: none; } }
@media (max-width: 768.98px) {
  .js-mega-menu-child li a p {
    width: 100%;
    padding: 0 12px;
    text-align: left; } }
.l-header-contents {
  display: none;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  padding: 19px 15px 15px;
  margin-top: 30px;
  margin-right: 40px;
  z-index: 100; }

@media (max-width: 768.98px) {
  .l-header-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90px;
    height: 50px;
    padding: 0;
    margin-top: 0;
    margin-right: 10px;
    background-color: transparent;
    position: static;
    margin-right: 0;
    margin-top: 0;
    background-color: #0d57a6; } }
@media (max-width: 768.98px) {
  .l-header-contents {
    width: 50px; } }
.hamburger {
  width: 30px;
  cursor: pointer;
  z-index: 110;
  position: relative;
  height: 26px; }

@media screen and (max-width: 1080px) {
  .hamburger {
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px; } }
.hamburger__line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #231815;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }

@media (max-width: 768.98px) {
  .hamburger__line {
    background-color: #fff; } }
.hamburger__line--1 {
  top: 0; }

.hamburger__line--2 {
  top: 10px; }

@media screen and (max-width: 1080px) {
  .hamburger__line--2 {
    top: 8px; } }
.hamburger__line--3 {
  top: 20px; }

@media screen and (max-width: 1080px) {
  .hamburger__line--3 {
    top: 16px; } }
@media (max-width: 768.98px) {
  .nav-open {
    overflow-y: hidden; }

  .nav-open::after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 50; } }
.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px; }

.nav-open .hamburger__line--2 {
  width: 0;
  left: 0; }

.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px; }

.nav-open .l-header-nav {
  opacity: 1;
  -webkit-transform: translateX(20vw);
  transform: translateX(20vw);
  width: 80vw;
  background-color: #fff;
  height: 100vh;
  overflow: auto; }

.nav-open .l-header-nav > ul {
  position: relative;
  z-index: 100;
  padding-bottom: 150px; }

.nav-open .l-header-nav__bg {
  opacity: 1;
  visibility: visible; }

@media (max-width: 768.98px) {
  .nav-open .l-header-nav__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@media (max-width: 768.98px) {
  .js-mega-menu {
    cursor: pointer; } }
/*　中項目
-----------------------------------------*/
/*  小項目  */
/*========================================
大項目
=========================================*/
.l-main-contents {
  padding-right: 100px; }

@media (max-width: 768.98px) {
  .l-main-contents {
    padding-right: 0; } }
.l-pagetitle-index {
  width: 100%;
  height: 350px;
  position: relative;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: contain;
  background-position: right 0;
  background-repeat: no-repeat; }

.l-pagetitle-index:before {
  content: "";
  background-color: #fcfcfc;
  width: 66%;
  height: 100%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0; }

@media (max-width: 768.98px) {
  .l-pagetitle-index {
    height: 150px;
    margin-top: 50px;
    background-position: 120% 0px; } }
.l-pagetitle-index-heading {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.l-pagetitle-index-heading h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center; }

.l-pagetitle-index-heading h2 span {
  display: block;
  font-size: 6.6rem;
  font-family: "Yantramanav", sans-serif;
  line-height: 1; }

.l-pagetitle-index-heading p {
  margin-top: 30px;
  text-align: center; }

@media (max-width: 768.98px) {
  .l-pagetitle-index-heading {
    padding: 0 15px; } }
@media (max-width: 768.98px) {
  .l-pagetitle-index-heading h2 {
    font-size: 1.1rem; } }
@media (max-width: 768.98px) {
  .l-pagetitle-index-heading h2 span {
    font-size: 2.6rem; } }
@media (max-width: 768.98px) {
  .l-pagetitle-index-heading p {
    margin-top: 10px;
    font-size: 1.3rem; } }
.l-pagetitle {
  width: 100%;
  height: 500px;
  background-color: #3071b7;
  position: relative;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: contain;
  background-position: right 0;
  background-repeat: no-repeat; }

.l-pagetitle:before {
  content: "";
  background-image: url(/img/common/bg-pagetitle.png);
  width: 195px;
  height: 413px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0; }

.l-pagetitle.bg-vision {
  background-image: url(/img/vision/img-vision-main.png); }

.l-pagetitle.bg-maintenance {
  background-image: url(/img/maintenance/img-maintenance-main.png); }

.l-pagetitle.bg-manufacturing {
  background-image: url(/img/manufacturing/img-manufacturing-main.png); }

.l-pagetitle.bg-base-facility {
  background-image: url(/img/base-facility/img-base-facility-main.png); }

.l-pagetitle.bg-renovation {
  background-image: url(/img/renovation/img-renovation-main.png); }

.l-pagetitle.bg-products {
  background-image: url(/img/products/img-products-main.png); }

.l-pagetitle.bg-philosophy {
  background-image: url(/img/philosophy/img-philosophy-main.png); }

.l-pagetitle.bg-topmessage {
  background-image: url(/img/topmessage/img-topmessage-main.png); }

.l-pagetitle.bg-overview {
  background-image: url(/img/overview/img-overview-main.png); }

.l-pagetitle.bg-office {
  background-image: url(/img/office/img-office-main.png); }

.l-pagetitle.bg-topics {
  background-image: url(/img/topics/img-topics-main.png); }

.l-pagetitle.bg-message {
  background-image: url(/img/message/img-message-main.png); }

.l-pagetitle.bg-interview {
  background-image: url(/img/interview/img-interview-main.png); }

.l-pagetitle.bg-graduate {
  background-image: url(/img/graduate/img-graduate-main.png); }

.l-pagetitle.bg-mid-career {
  background-image: url(/img/mid-career/img-mid-career-main.png); }

.l-pagetitle.bg-contactus {
  background-image: url(/img/contactus/img-contactus-main.png); }

.l-pagetitle.bg-benefits {
  background-image: url(/img/benefits/img-benefits-main.png); }

.l-pagetitle.bg-workplace {
  background-image: url(/img/workplace/img-workplace-main.png); }

.l-pagetitle.bg-risk-management {
  background-image: url(/img/risk-management/img-risk-management-main.png); }

.l-pagetitle.bg-social-contribution {
  background-image: url(/img/social-contribution/img-social-main.png); }

.l-pagetitle.bg-human-resource-development {
  background-image: url(/img/human-resource-development/img-human-main.png); }

.l-pagetitle.bg-safety-quality {
  background-image: url(/img/safety-quality/img-safety-main.png); }

@media (max-width: 768.98px) {
  .l-pagetitle {
    height: 150px;
    margin-top: 50px;
    background-position: 120% 0px; } }
@media (max-width: 768.98px) {
  .l-pagetitle:before {
    height: 150px;
    width: 71px; } }
.l-pagetitle-heading {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.l-pagetitle-heading h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  display: table; }

.l-pagetitle-heading h2 span {
  display: block;
  font-size: 5.0rem;
  font-family: "Yantramanav", sans-serif;
  line-height: 1; }

@media (max-width: 768.98px) {
  .l-pagetitle-heading {
    padding: 0 15px; } }
@media (max-width: 768.98px) {
  .l-pagetitle-heading h2 {
    font-size: 1.1rem; } }
@media (max-width: 768.98px) {
  .l-pagetitle-heading h2 span {
    font-size: 2.6rem; } }
.l-pagetitle-breadcrumb {
  width: 100%;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px; }

.l-pagetitle-breadcrumb ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.l-pagetitle-breadcrumb ul li {
  font-size: 1.3rem;
  position: relative;
  margin-right: 20px;
  padding-right: 30px;
  line-height: 1;
  white-space: nowrap; }

.l-pagetitle-breadcrumb ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 7px;
  height: 12px;
  background-image: url(/img/common/icon-arrow-white.svg);
  background-size: contain; }

.l-pagetitle-breadcrumb ul li:last-child:after {
  content: none; }

@media (max-width: 768.98px) {
  .l-pagetitle-breadcrumb {
    padding: 0 10px;
    overflow: auto; } }
@media (max-width: 768.98px) {
  .l-pagetitle-breadcrumb ul li {
    font-size: 1.2rem;
    margin-right: 10px;
    padding-right: 20px; } }
.l-pagetitle02 {
  margin-bottom: 50px; }

.l-pagetitle02 h3 {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Yantramanav", sans-serif;
  color: #0d57a6;
  position: relative; }

.l-pagetitle02 h3:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0d57a6;
  position: absolute;
  top: 19px;
  left: 0; }

.l-pagetitle02 h3 span {
  display: table;
  margin: auto;
  font-size: 3.6rem;
  font-family: "Noto Sans JP", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6px;
  position: relative;
  background-color: #fff;
  padding: 0 16px; }

@media (max-width: 768.98px) {
  .l-pagetitle02 {
    margin-bottom: 26px; } }
@media (max-width: 768.98px) {
  .l-pagetitle02 h3:before {
    top: 10px; } }
@media (max-width: 768.98px) {
  .l-pagetitle02 h3 {
    font-size: 1.1rem; } }
@media (max-width: 768.98px) {
  .l-pagetitle02 h3 span {
    font-size: 2rem; } }
.l-pagetitle03 {
  width: 100%;
  height: 220px;
  background-color: #3071b7;
  position: relative;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: contain;
  background-position: right 0;
  background-repeat: no-repeat; }

.l-pagetitle03:before {
  content: "";
  background-image: url(/img/common/bg-pagetitle03-left.png);
  width: 196px;
  height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0; }

.l-pagetitle03:after {
  content: "";
  background-image: url(/img/common/bg-pagetitle03-right.png);
  width: 196px;
  height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0; }

.l-pagetitle03 h2 {
  display: block; }

@media (max-width: 768.98px) {
  .l-pagetitle03 {
    height: 110px;
    margin-top: 50px;
    background-position: 120% 0px; } }
@media (max-width: 768.98px) {
  .l-pagetitle03:before {
    height: 110px;
    width: 98px; } }
@media (max-width: 768.98px) {
  .l-pagetitle03:after {
    height: 110px;
    width: 98px; } }
/*　下層インデックス用のコンテンツブロック
-----------------------------------------*/
.l-contents-block-box01 {
  width: 100%;
  background-color: #0d57a6;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.l-contents-block-box01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.l-contents-block-box01 a:hover {
  text-decoration: none;
  opacity: 0.5; }

.l-contents-block-box01.bg-05 {
  background-color: #367AC4; }

.l-contents-block-box01:hover {
  opacity: 0.5; }

@media (max-width: 768.98px) {
  .l-contents-block-box01 {
    height: 160px; } }
.l-contents-block-box01__main {
  width: 50%;
  padding: 30px 6vw; }

.l-contents-block-box01__main h3 {
  color: #fff;
  font-size: 4.0rem;
  font-family: "Yantramanav", sans-serif;
  margin-bottom: 40px;
  line-height: 1; }

.l-contents-block-box01__main h4 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px; }

.l-contents-block-box01__main p {
  color: #fff; }

@media (max-width: 768.98px) {
  .l-contents-block-box01__main {
    padding: 0 10px;
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (max-width: 768.98px) {
  .l-contents-block-box01__main h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: center;
    display: none; } }
@media (max-width: 768.98px) {
  .l-contents-block-box01__main h4 {
    font-size: 1.5rem;
    margin-bottom: 0; } }
@media (max-width: 768.98px) {
  .l-contents-block-box01__main p {
    display: none; } }
.l-contents-block-box01__img {
  width: 50%; }

.l-contents-block-box01__img img {
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

@media (max-width: 768.98px) {
  .l-contents-block-box01__img {
    width: 45%; } }
@media (max-width: 768.98px) {
  .l-contents-block-box01__img img {
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; } }
.l-contents-block-box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-contents-block-box02__item {
  width: 50%;
  position: relative;
  min-height: 350px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.l-contents-block-box02__item.bg-01 {
  background-color: #0085C9; }

.l-contents-block-box02__item.bg-02 {
  background-color: #0098D8; }

.l-contents-block-box02__item.bg-03 {
  background-color: #00AEEB; }

.l-contents-block-box02__item.bg-04 {
  background-color: #58C3F0; }

.l-contents-block-box02__item.bg-05 {
  background-color: #2775C9; }

.l-contents-block-box02__item.bg-06 {
  background-color: #367AC4; }

.l-contents-block-box02__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.l-contents-block-box02__item a:hover {
  text-decoration: none;
  opacity: 0.5; }

.l-contents-block-box02__item:hover {
  opacity: 0.5; }

@media (max-width: 768.98px) {
  .l-contents-block-box02__item {
    width: 100%;
    min-height: 160px; } }
.l-contents-block-box02__main {
  padding: 0 3vw;
  width: 50%;
  position: relative; }

.l-contents-block-box02__main h3 {
  color: #fff;
  font-size: 3.5rem;
  margin-bottom: 30px;
  font-family: "Yantramanav", sans-serif;
  line-height: 1.5; }

.l-contents-block-box02__main h4 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px; }

.l-contents-block-box02__main p {
  color: #fff; }

@media (max-width: 768.98px) {
  .l-contents-block-box02__main {
    padding: 0 10px;
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (max-width: 768.98px) {
  .l-contents-block-box02__main h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: center;
    display: none; } }
@media (max-width: 768.98px) {
  .l-contents-block-box02__main h4 {
    font-size: 1.5rem;
    margin-bottom: 0; } }
@media (max-width: 768.98px) {
  .l-contents-block-box02__main p {
    display: none; } }
.l-contents-block-box02__img {
  width: 50%;
  height: 100%; }

.l-contents-block-box02__img img {
  height: 20.5vw;
  min-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

@media (max-width: 768.98px) {
  .l-contents-block-box02__img {
    width: 45%; } }
@media (max-width: 768.98px) {
  .l-contents-block-box02__img img {
    height: 160px;
    min-height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; } }
/*　主に事業紹介で使用するセクションブロック
-----------------------------------------*/
.l-business-about {
  position: relative;
  padding-bottom: 255px;
  min-height: 400px;
    /*
	&::after{
		content: "";
		background-image: url(/img/business/img-business-title.png);
		width: 522px;
		height: 147px;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 10vw;
		@include media-breakpoint-down(sm) {
			background-image: url(/img/business/img-business-title-sp.png);
			width: 250px;
			height: 57px;
			bottom: auto;
			top: 0;
			background-repeat: no-repeat;
			left: 4vw;
		}
	}
	*/ }

.l-business-about:before {
  content: "";
  background-image: url(/img/common/line.png);
  width: 100%;
  height: 583px;
  position: absolute;
  top: 150px;
  left: 0; }

.l-business-about::after {
  content: "Outline";
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  top: 0;
  left: 10vw;
  background-image: url(/img/common/line2.png);
  background-position: center;
  font-family: "Yantramanav", sans-serif;
  font-size: 20.0rem;
  line-height: 1; }

@media (max-width: 768.98px) {
  .l-business-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 120px;
    min-height: auto; } }
@media (max-width: 768.98px) {
  .l-business-about:before {
    top: 80px;
    height: 93%; } }
@media (max-width: 768.98px) {
  .l-business-about::after {
    font-size: 11.0rem;
    left: 4vw; } }
.l-business-about__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  z-index: 1; }

.l-business-about__img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

@media (max-width: 768.98px) {
  .l-business-about__img {
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
@media (max-width: 768.98px) {
  .l-business-about__img img {
    height: 50vw; } }
.l-business-about__inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  position: relative;
  z-index: 1; }

@media (max-width: 768.98px) {
  .l-business-about__inner {
    padding: 0 15px; } }
.l-business-about-main {
  width: 56%; }

@media (max-width: 768.98px) {
  .l-business-about-main {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
.l-business-about-title {
  margin-bottom: 60px;
  padding-top: 80px; }

.l-business-about-title h3 {
  font-size: 3.0rem;
  color: #0d57a6;
  font-weight: 700; }

@media (max-width: 768.98px) {
  .l-business-about-title {
    margin-bottom: 22px;
    padding-top: 40px; } }
@media (max-width: 768.98px) {
  .l-business-about-title h3 {
    font-size: 2rem; } }
@media (max-width: 768.98px) {
  .l-business-about-text {
    margin-bottom: 20px; } }
.l-contents-section {
  position: relative;
  overflow: hidden;
  background-color: #e5e5e5;
  padding-bottom: 90px;
  margin-bottom: 90px; }

.l-contents-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #fff; }

.l-contents-section:after {
  content: "";
  background-color: #d0e2ec;
  width: 130%;
  height: 40%;
  -webkit-transform: skew(0deg, -52deg);
  transform: skew(0deg, -52deg);
  position: absolute;
  top: 850px;
  right: -60%; }

@media (max-width: 768.98px) {
  .l-contents-section {
    padding-bottom: 20px;
    margin-bottom: 50px; } }
@media (max-width: 768.98px) {
  .l-contents-section:after {
    width: 170%; } }
.l-contents-section-bg {
  position: absolute;
  top: 35px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90vw 70vw 0 0;
  border-color: #fff transparent transparent transparent; }

@media (max-width: 768.98px) {
  .l-contents-section-bg {
    border-width: 140vw 110vw 0 0; } }
.l-contents-section-main {
  position: relative;
  margin-bottom: 80px;
  min-height: 450px; }

.l-contents-section-main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 35px;
  width: 68%;
  height: 418px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 0; }

.l-contents-section-main.bg-sec-maintenance02:before {
  background-image: url(/img/maintenance/img-maintenance-section02.png); }

.l-contents-section-main.bg-sec-maintenance04:before {
  background-image: url(/img/maintenance/img-maintenance-section04.png); }

.l-contents-section-main.bg-sec-facility02:before {
  background-image: url(/img/base-facility/img-facility-section02.png); }

.l-contents-section-main.bg-sec-products02:before {
  background-image: url(/img/products/img-products-section02.png); }

.l-contents-section-main.bg-sec-human02:before {
  background-image: url(/img/human-resource-development/img-human-section02.png); }

.l-contents-section-main.bg-sec-workplace02:before {
  background-image: url(/img/workplace/img-workplace-section02.png); }

.l-contents-section-main.bg-sec-workplace03:before {
  background-image: url(/img/workplace/img-workplace-section04.png); }

.l-contents-section-main.bg-sec-workplace04:before {
  background-image: url(/img/workplace/img-workplace-section05.png); }

@media (max-width: 768.98px) {
  .l-contents-section-main {
    margin-bottom: 30px;
    min-height: auto; } }
@media (max-width: 768.98px) {
  .l-contents-section-main:before {
    top: 70px;
    width: 95%;
    height: 47vw; } }
.l-contents-section-main__inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  position: relative; }

@media (max-width: 768.98px) {
  .l-contents-section-main__inner {
    padding: 0 15px; } }
.l-contents-section-title {
  width: 36%;
  margin-bottom: 60px;
  margin-left: auto;
  position: relative; }

.l-contents-section-title h3 {
  width: 100%;
  padding: 30px;
  height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: -webkit-linear-gradient(315deg, #3366cc 0%, #1d4f85 86%);
  background: linear-gradient(135deg, #3366cc 0%, #1d4f85 86%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right; }

.l-contents-section-title h3 span {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 6px; }

.l-contents-section-title:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/img/common/line.png);
  position: absolute;
  left: -35px;
  top: 35px; }

@media (max-width: 768.98px) {
  .l-contents-section-title {
    width: 100%;
    margin-bottom: 48vw; } }
@media (max-width: 768.98px) {
  .l-contents-section-title h3 {
    padding: 6px;
    height: 80px;
    font-size: 1.2rem; } }
@media (max-width: 768.98px) {
  .l-contents-section-title h3 span {
    font-size: 1.8rem; } }
@media (max-width: 768.98px) {
  .l-contents-section-title:before {
    left: -10px;
    top: 10px; } }
.l-contents-section-text {
  width: 36%;
  margin-left: auto;
  position: relative; }

@media (max-width: 768.98px) {
  .l-contents-section-text {
    width: 100%; } }
.l-contents-section02 {
  position: relative;
  overflow: hidden;
  background-color: #e5e5e5;
  padding-bottom: 90px;
  margin-bottom: 90px; }

.l-contents-section02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #fff; }

.l-contents-section02:after {
  content: "";
  background-color: #d0e2ec;
  width: 220%;
  height: 40%;
  -webkit-transform: skew(0deg, 52deg);
  transform: skew(0deg, 52deg);
  position: absolute;
  top: 1860px;
  left: -60%; }

@media (max-width: 768.98px) {
  .l-contents-section02 {
    padding-bottom: 20px;
    margin-bottom: 50px; } }
@media (max-width: 768.98px) {
  .l-contents-section02:after {
    width: 170%; } }
.l-contents-section02-bg {
  position: absolute;
  top: 35px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90vw 0 0 70vw;
  border-color: #fff transparent transparent transparent;
  z-index: 1; }

@media (max-width: 768.98px) {
  .l-contents-section02-bg {
    border-width: 140vw 0 0 110vw; } }
.l-contents-section02-main {
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
  min-height: 450px; }

.l-contents-section02-main:before {
  content: "";
  position: absolute;
  right: 0;
  top: 35px;
  width: 68%;
  height: 418px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left 0; }

.l-contents-section02-main.bg-sec-maintenance01:before {
  background-image: url(/img/maintenance/img-maintenance-section01.png); }

.l-contents-section02-main.bg-sec-maintenance03:before {
  background-image: url(/img/maintenance/img-maintenance-section03.png); }

.l-contents-section02-main.bg-sec-maintenance05:before {
  background-image: url(/img/base-facility/img-facility-section03.png); }

.l-contents-section02-main.bg-sec-manufacturing01:before {
  background-image: url(/img/manufacturing/img-manufacturing-section02.png); }

.l-contents-section02-main.bg-sec-facility01:before {
  background-image: url(/img/base-facility/img-facility-section01.png); }

.l-contents-section02-main.bg-sec-facility03:before {
  background-image: url(/img/base-facility/img-facility-section03.png); }

.l-contents-section02-main.bg-sec-renovation01:before {
  background-image: url(/img/renovation/img-renovation-section01.png); }

.l-contents-section02-main.bg-sec-products01:before {
  background-image: url(/img/products/img-products-section01.png); }

.l-contents-section02-main.bg-sec-human01:before {
  background-image: url(/img/human-resource-development/img-human-section01.png); }

.l-contents-section02-main.bg-sec-workplace01:before {
  background-image: url(/img/workplace/img-workplace-section01.png); }

.l-contents-section02-main.bg-sec-workplace03:before {
  background-image: url(/img/workplace/img-workplace-section03.png); }

.l-contents-section02-main.bg-sec-safety-quality03:before {
  background-image: url(/img/safety-quality/img-safety-system-section01.png); }

@media (max-width: 768.98px) {
  .l-contents-section02-main {
    margin-bottom: 30px;
    min-height: auto; } }
@media (max-width: 768.98px) {
  .l-contents-section02-main:before {
    top: 70px;
    width: 95%;
    height: 47vw; } }
.l-contents-section02-main__inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  position: relative; }

@media (max-width: 768.98px) {
  .l-contents-section02-main__inner {
    padding: 0 15px; } }
.l-contents-section02-title {
  width: 36%;
  margin-bottom: 60px;
  margin-right: auto;
  position: relative; }

.l-contents-section02-title h3 {
  width: 100%;
  padding: 30px;
  height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: -webkit-linear-gradient(315deg, #3366cc 0%, #1d4f85 86%);
  background: linear-gradient(135deg, #3366cc 0%, #1d4f85 86%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left; }

.l-contents-section02-title h3 span {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 6px; }

.l-contents-section02-title:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/img/common/line.png);
  position: absolute;
  left: -35px;
  top: 35px; }

@media (max-width: 768.98px) {
  .l-contents-section02-title {
    width: 100%;
    margin-bottom: 48vw; } }
@media (max-width: 768.98px) {
  .l-contents-section02-title h3 {
    padding: 6px;
    height: 80px;
    font-size: 1.2rem; } }
@media (max-width: 768.98px) {
  .l-contents-section02-title h3 span {
    font-size: 1.8rem; } }
@media (max-width: 768.98px) {
  .l-contents-section02-title:before {
    left: -10px;
    top: 10px; } }
.l-contents-section02-text {
  width: 36%;
  margin-right: auto;
  position: relative; }

@media (max-width: 768.98px) {
  .l-contents-section02-text {
    width: 100%; } }
.l-contents-section-inner {
  position: relative;
  z-index: 1; }

/*　ページトップ
-----------------------------------------*/
.l-pagetop {
  position: fixed;
  right: 0;
  bottom: -80px;
  z-index: 100;
  width: 80px;
  height: 80px; }

.l-pagetop a {
  display: block;
  height: 80px;
  width: 80px;
  background-color: #0d57a6;
  position: relative; }

.l-pagetop a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  background-image: url(/img/common/icon-arrow-white.svg);
  background-size: contain;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.l-pagetop a:hover:before {
  -webkit-transform: translateY(-20px) rotate(-90deg);
  transform: translateY(-20px) rotate(-90deg); }

@media (max-width: 768.98px) {
  .l-pagetop {
    right: 0;
    bottom: auto;
    top: -50px;
    width: 50px;
    height: 50px; } }
@media (max-width: 768.98px) {
  .l-pagetop a {
    width: 50px;
    height: 50px; } }
@media (max-width: 768.98px) {
  .l-pagetop a:before {
    width: 8px;
    height: 13px; } }
/*　.l-container
-----------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1220px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 20px; }

@media (max-width: 768.98px) {
  .l-container {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0 15px; } }
/*　.l-container-fluid
-----------------------------------------*/
.l-container-fluid {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 20px; }

@media (max-width: 768.98px) {
  .l-container-fluid {
    width: 100%;
    min-width: 0;
    padding: 0 15px; } }
/*  小項目  */
/*========================================
フッター
=========================================*/
.l-footer-logo {
  margin-bottom: 40px; }

.l-footer-logo img {
  width: 100%; }

.l-footer__bg {
  background-color: #d2d2d3;
  width: 100%;
  padding: 80px 0 30px; }

@media (max-width: 768.98px) {
  .l-footer__bg {
    background: transparent;
    padding: 0; } }
.l-footer__inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto; }

@media (max-width: 768.98px) {
  .l-footer__inner {
    padding: 0; } }
.l-footer-box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px; }

@media (max-width: 768.98px) {
  .l-footer-box1 {
    display: none; } }
.l-footer-box1-left {
  max-width: 320px; }

.l-footer-address p {
  font-size: 1.4rem; }

.l-footer-box1-right {
  max-width: 840px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.l-footer-box1-right ul {
  list-style: none;
  padding: 0;
  margin-right: 50px; }

.l-footer-box1-right ul:last-child {
  margin-right: 0; }

.l-footer-box1-right ul li {
  margin-bottom: 6px; }

.l-footer-box1-right ul li a {
  color: #231815;
  font-size: 1.4rem; }

.l-footer-box1-right ul li:first-child {
  font-weight: bold;
  margin-bottom: 20px; }

.l-footer-box2 ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.l-footer-box2 ul li {
  margin-right: 40px; }

.l-footer-box2 ul li a {
  color: #231815;
  font-size: 1.4rem; }

@media (max-width: 768.98px) {
  .l-footer-box2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #9c9c9c; } }
@media (max-width: 768.98px) {
  .l-footer-box2 ul li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #9c9c9c; } }
@media (max-width: 768.98px) {
  .l-footer-box2 ul li a {
    display: block;
    padding: 14px 15px;
    background-color: #eef0f8; } }
.l-footer-copy {
  background-color: #e5e5e6; }

.l-footer-copy small {
  max-width: 1220px;
  padding: 20px 20px;
  margin: auto;
  display: block;
  color: #b4b4b5; }

/* CSS Document */
/*　中項目
-----------------------------------------*/
/*  小項目  */
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
コンポーネント .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*========================================
Heading
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　.c-tpl-badge
-----------------------------------------*/
.c-tpl-badge,
.c-tpl-badge--primary,
.c-tpl-badge--secondary,
.c-tpl-badge--success,
.c-tpl-badge--info,
.c-tpl-badge--warning,
.c-tpl-badge--danger,
.c-tpl-badge--textLink {
  font-size: 1.4rem;
  font-family: "Yantramanav", sans-serif;
  line-height: 1em;
  border-radius: 3px;
  padding: 2px 3px;
  border: 1px solid #333333; }

.c-tpl-badge--primary {
  color: #0d57a6;
  border: 1px solid rgba(13, 87, 166, 0.5); }

.c-tpl-badge--secondary {
  color: #3071b7;
  border: 1px solid rgba(48, 113, 183, 0.5); }

.c-tpl-badge--success {
  color: #1c94c0;
  border: 1px solid rgba(28, 148, 192, 0.5); }

.c-tpl-badge--info {
  color: #1C94C0;
  border: 1px solid rgba(28, 148, 192, 0.5); }

.c-tpl-badge--warning {
  color: #318fc5;
  border: 1px solid rgba(49, 143, 197, 0.5); }

.c-tpl-badge--danger {
  color: #f54545;
  border: 1px solid rgba(245, 69, 69, 0.5); }

.c-tpl-badge--textLink {
  color: #1C94C0;
  border: 1px solid rgba(13, 87, 166, 0.5); }

/*========================================
Slide
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　.c-tpl-slide01
-----------------------------------------*/
.c-tpl-slide01 {
  width: 100%;
  min-width: 1024px;
  overflow: hidden;
  left: 0;
  top: 0; }

.c-tpl-slide01 .slick-list,
.c-tpl-slide01 .slick-track {
  height: 100%; }

@media (max-width: 768.98px) {
  .c-tpl-slide01 {
    min-width: 0; } }
.c-tpl-slide01__item {
  width: 100%;
  min-width: 1024px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.c-tpl-slide01__item:focus {
  outline: none; }

@media (max-width: 768.98px) {
  .c-tpl-slide01__item {
    min-width: 0; } }
.c-tpl-slide01__title {
  width: 100%;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  font-size: 2.6rem;
  margin: 0 auto;
  padding: 0 20px;
  letter-spacing: 0.06em;
  line-height: 2em; }

@media (max-width: 768.98px) {
  .c-tpl-slide01__title {
    max-width: none;
    font-size: 2rem;
    padding: 15px; } }
/*　.c-tpl-slide02
-----------------------------------------*/
.c-tpl-slide02__item {
  padding: 0 5px;
  cursor: move; }

.c-tpl-slide02__item:focus {
  outline: none; }

@media (max-width: 768.98px) {
  .c-tpl-slide02__item {
    padding: 0 3px; } }
.c-tpl-slide02__img {
  min-height: 400px;
  height: 72vh; }

.c-tpl-slide02__img:focus {
  outline: none; }

@media (max-width: 768.98px) {
  .c-tpl-slide02__img {
    min-height: 0;
    height: 35vh; } }
/*　.c-tpl-slide03
-----------------------------------------*/
.c-tpl-slide03 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; }

.c-tpl-slide03 .slick-list,
.c-tpl-slide03 .slick-track {
  height: 100%; }

.c-tpl-slide03__item {
  position: relative;
  width: 100%; }

.c-tpl-slide03 img {
  width: 100%;
  height: auto; }

.c-tpl-slide03 em {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 6px 16px;
  letter-spacing: 0.08em;
  border-radius: 0 7px 0 0; }

.c-tpl-slide03 em.is-right {
  left: auto;
  right: 0;
  border-radius: 7px 0 0 0; }

@media (max-width: 768.98px) {
  .c-tpl-slide03 em {
    padding: 4px 15px;
    font-size: 1.4rem; } }
.c-tpl-slide03-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-tpl-slide03-nav .slick-track {
  width: 100% !important;
  -webkit-transform: none !important;
  transform: none !important; }

.c-tpl-slide03-nav__thumb {
  width: 92px !important;
  margin-left: 8px !important;
  cursor: pointer; }

.c-tpl-slide03-nav__thumb.slick-current img {
  border: 1px solid #0d57a6; }

.c-tpl-slide03-nav__thumb:focus {
  outline: none; }

.c-tpl-slide03-nav__thumb img {
  width: 90px;
  height: 60px;
  overflow: hidden;
  border: 1px solid transparent;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

@media (max-width: 768.98px) {
  .c-tpl-slide03-nav__thumb {
    width: 56px !important;
    margin-left: 4px !important; } }
@media all and (-ms-high-contrast: none) {
  .c-tpl-slide03-nav__thumb img {
    visibility: hidden; }

  .c-tpl-slide03-nav__thumb img *::-ms-backdrop {
    visibility: hidden; } }
@media (max-width: 768.98px) {
  .c-tpl-slide03-nav__thumb img {
    width: 54px;
    height: 46px; } }
/*　.c-tpl-ticker-slide
-----------------------------------------*/
.c-tpl-ticker-slide__item {
  margin-right: 12px; }

.c-tpl-ticker-slide__item img {
  width: auto;
  height: 400px; }

@media (max-width: 768.98px) {
  .c-tpl-ticker-slide__item {
    margin-right: 6px; } }
@media (max-width: 768.98px) {
  .c-tpl-ticker-slide__item img {
    height: 140px; } }
/*========================================
LIST
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　.c-tpl-list01
-----------------------------------------*/
.c-tpl-list01 {
  list-style-type: none;
  padding: 0; }

.c-tpl-list01__item {
  padding: 15px;
  border-bottom: 1px solid rgba(35, 24, 21, 0.1); }

.is-list-style-disc .c-tpl-list01__item {
  text-indent: -15px;
  padding-left: 30px; }

.is-list-style-disc .c-tpl-list01__item:before {
  content: "";
  margin-right: 9px;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #63443b; }

.is-list-style-circle .c-tpl-list01__item {
  text-indent: -15px;
  padding-left: 30px; }

.is-list-style-circle .c-tpl-list01__item:before {
  content: "";
  margin-right: 9px;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: 1px solid #63443b; }

.is-list-style-attention .c-tpl-list01__item {
  text-indent: -0.5em;
  padding-left: calc(1.1em + 15px); }

.is-list-style-attention .c-tpl-list01__item:before {
  content: "※";
  display: inline-block;
  margin-right: 0.1em;
  color: #f54545; }

.c-tpl-list01__time {
  font-family: "Yantramanav", sans-serif;
  margin-right: 6px; }

.c-tpl-list01__category {
  display: inline-block;
  font-size: 1.4rem;
  background: #0d57a6;
  line-height: 1;
  border-radius: 6px;
  padding: 3px 8px;
  color: white;
  vertical-align: middle; }

.c-tpl-list01__category--outline {
  font-size: 1.4rem;
  border: 1px solid #0d57a6;
  line-height: 1;
  border-radius: 6px;
  padding: 0px 8px;
  vertical-align: middle; }

/*　.c-tpl-snsList
-----------------------------------------*/
.c-tpl-snsList {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.c-tpl-snsList__item {
  margin: 0 4px; }

.c-tpl-snsList__item:first-child {
  margin-left: 0; }

.c-tpl-snsList__item:last-child {
  margin-right: 0; }

.c-tpl-snsList__link {
  background: #333333;
  display: block;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 20px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all; }

.c-tpl-snsList__link:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%); }

.c-tpl-snsList__link.is-bg-facebook {
  background-color: #43609C; }

.c-tpl-snsList__link.is-bg-twitter {
  background-color: #2CA7E0; }

.c-tpl-snsList__link.is-bg-line {
  background-color: #00C300; }

.c-tpl-snsList__link.is-bg-instagram {
  background-color: black; }

/*　.c-tpl-blogList
-----------------------------------------*/
.c-tpl-blogList {
  margin-top: 6px;
  padding: 0;
  list-style-type: none; }

.c-tpl-blogList > li {
  text-indent: -15px;
  padding-left: 20px;
  padding-top: 1px;
  padding-bottom: 1px; }

.c-tpl-blogList > li:before {
  content: "";
  margin-right: 9px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: 1px solid #63443b; }

/*　.c-tpl-flowList
-----------------------------------------*/
.c-tpl-flowList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden; }

.c-tpl-flowList__item,
.c-tpl-flowList__item--primary,
.c-tpl-flowList__item--secondary {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 6px 6px;
  background: #4296f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.c-tpl-flowList__item:before,
.c-tpl-flowList__item--primary:before,
.c-tpl-flowList__item--secondary:before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -16px;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  background: #4296f0;
  -webkit-box-shadow: 2px -2px 0px 0px #ffffff;
  box-shadow: 2px -2px 0px 0px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-tpl-flowList__item.is-active {
  background: #0d57a6; }

.is-active.c-tpl-flowList__item--primary,
.is-active.c-tpl-flowList__item--secondary {
  background: #0d57a6; }

.c-tpl-flowList__item.is-active:before {
  background: #0d57a6; }

.is-active.c-tpl-flowList__item--primary:before,
.is-active.c-tpl-flowList__item--secondary:before {
  background: #0d57a6; }

.c-tpl-flowList__item > *,
.c-tpl-flowList__item--primary > *,
.c-tpl-flowList__item--secondary > * {
  z-index: 3;
  padding-left: 20px; }

.c-tpl-flowList__item:nth-child(1),
.c-tpl-flowList__item--primary:nth-child(1),
.c-tpl-flowList__item--secondary:nth-child(1) {
  z-index: 5; }

.c-tpl-flowList__item:nth-child(2),
.c-tpl-flowList__item--primary:nth-child(2),
.c-tpl-flowList__item--secondary:nth-child(2) {
  z-index: 4; }

.c-tpl-flowList__item:nth-child(3),
.c-tpl-flowList__item--primary:nth-child(3),
.c-tpl-flowList__item--secondary:nth-child(3) {
  z-index: 3; }

.c-tpl-flowList__item:nth-child(4),
.c-tpl-flowList__item--primary:nth-child(4),
.c-tpl-flowList__item--secondary:nth-child(4) {
  z-index: 2; }

.c-tpl-flowList__item:nth-child(5),
.c-tpl-flowList__item--primary:nth-child(5),
.c-tpl-flowList__item--secondary:nth-child(5) {
  z-index: 1; }

.c-tpl-flowList__item--primary {
  background: #4296f0; }

.c-tpl-flowList__item--primary:before {
  background: #4296f0; }

.c-tpl-flowList__item--primary.is-active {
  background: #0d57a6; }

.c-tpl-flowList__item--primary.is-active:before {
  background: #0d57a6; }

.c-tpl-flowList__item--secondary {
  background: #87b2e0; }

.c-tpl-flowList__item--secondary:before {
  background: #87b2e0; }

.c-tpl-flowList__item--secondary.is-active {
  background: #3071b7; }

.c-tpl-flowList__item--secondary.is-active:before {
  background: #3071b7; }

/*========================================
Heading
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　c-tpl-heading01
-----------------------------------------*/
.c-tpl-heading01 {
  color: #231815; }

.c-tpl-heading01 > em {
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  font-size: 4rem;
  letter-spacing: 0; }

@media (max-width: 768.98px) {
  .c-tpl-heading01 > em {
    font-size: 2.6rem;
    letter-spacing: 0; } }
.c-tpl-heading01__caption {
  font-family: "Yantramanav", sans-serif;
  color: #3071b7;
  font-size: 1.5rem;
  letter-spacing: 0; }

@media (max-width: 768.98px) {
  .c-tpl-heading01__caption {
    font-size: 1.4rem;
    letter-spacing: 0; } }
/*　c-tpl-heading01
-----------------------------------------*/
.c-tpl-heading02 {
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  font-size: 2.6rem;
  color: #231815;
  letter-spacing: 0; }

@media (max-width: 768.98px) {
  .c-tpl-heading02 {
    font-size: 2rem;
    letter-spacing: 0; } }
/*========================================
Btn
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　中項目
-----------------------------------------*/
/*  小項目  */
/*　c-tpl-btn01
-----------------------------------------*/
.c-tpl-btn01,
.c-tpl-btn01--primary,
.c-tpl-btn01--secondary,
.c-tpl-btn01--success,
.c-tpl-btn01--info,
.c-tpl-btn01--textLink,
.c-tpl-btn01--warning,
.c-tpl-btn01--danger,
.c-tpl-btn01--light,
.c-tpl-btn01--dark,
.c-tpl-btn01--white {
  display: inline-block;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  border: none;
  padding: 12px 32px;
  text-align: center;
  color: white;
  background: #231815;
  line-height: 1.4;
  border-radius: 60px; }

.c-tpl-btn01:hover,
.c-tpl-btn01--primary:hover,
.c-tpl-btn01--secondary:hover,
.c-tpl-btn01--success:hover,
.c-tpl-btn01--info:hover,
.c-tpl-btn01--textLink:hover,
.c-tpl-btn01--warning:hover,
.c-tpl-btn01--danger:hover,
.c-tpl-btn01--light:hover,
.c-tpl-btn01--dark:hover,
.c-tpl-btn01--white:hover {
  color: white;
  text-decoration: none;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.c-tpl-btn01--primary {
  background: #0d57a6; }

.c-tpl-btn01--secondary {
  background: #3071b7; }

.c-tpl-btn01--success {
  background: #1c94c0; }

.c-tpl-btn01--info {
  background: #1C94C0; }

.c-tpl-btn01--textLink {
  background: #0d57a6; }

.c-tpl-btn01--warning {
  background: #318fc5; }

.c-tpl-btn01--danger {
  background: #f54545; }

.c-tpl-btn01--light {
  background: #dddddd;
  color: gray; }

.c-tpl-btn01--light:hover {
  color: gray;
  -webkit-filter: brightness(102%);
  filter: brightness(102%); }

.c-tpl-btn01--dark {
  background: #333333; }

.c-tpl-btn01--white {
  color: #333333;
  background: white; }

.c-tpl-btn01--white:hover {
  color: #333333; }

/*　c-tpl-btn02
-----------------------------------------*/
.c-tpl-btn02,
.c-tpl-btn02--primary,
.c-tpl-btn02--secondary,
.c-tpl-btn02--success,
.c-tpl-btn02--info,
.c-tpl-btn02--textLink,
.c-tpl-btn02--warning,
.c-tpl-btn02--danger,
.c-tpl-btn02--light,
.c-tpl-btn02--dark,
.c-tpl-btn02--white {
  display: inline-block;
  padding: 12px 32px;
  text-align: center;
  color: #231815;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  background-color: transparent;
  line-height: 1.4;
  border-radius: 60px;
  border: 1px solid #231815; }

.c-tpl-btn02:hover,
.c-tpl-btn02--primary:hover,
.c-tpl-btn02--secondary:hover,
.c-tpl-btn02--success:hover,
.c-tpl-btn02--info:hover,
.c-tpl-btn02--textLink:hover,
.c-tpl-btn02--warning:hover,
.c-tpl-btn02--danger:hover,
.c-tpl-btn02--light:hover,
.c-tpl-btn02--dark:hover,
.c-tpl-btn02--white:hover {
  color: #231815;
  text-decoration: none;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.c-tpl-btn02--primary {
  color: #0d57a6;
  border: 1px solid #0d57a6; }

.c-tpl-btn02--primary:hover {
  color: #0d57a6; }

.c-tpl-btn02--secondary {
  color: #3071b7;
  border: 1px solid #3071b7; }

.c-tpl-btn02--secondary:hover {
  color: #3071b7; }

.c-tpl-btn02--success {
  color: #1c94c0;
  border: 1px solid #1c94c0; }

.c-tpl-btn02--success:hover {
  color: #1c94c0; }

.c-tpl-btn02--info {
  color: #1C94C0;
  border: 1px solid #1C94C0; }

.c-tpl-btn02--info:hover {
  color: #1C94C0; }

.c-tpl-btn02--textLink {
  color: #0d57a6;
  border: 1px solid #0d57a6; }

.c-tpl-btn02--textLink:hover {
  color: #0d57a6; }

.c-tpl-btn02--warning {
  color: #318fc5;
  border: 1px solid #318fc5; }

.c-tpl-btn02--warning:hover {
  color: #318fc5; }

.c-tpl-btn02--danger {
  color: #f54545;
  border: 1px solid #f54545; }

.c-tpl-btn02--danger:hover {
  color: #f54545; }

.c-tpl-btn02--light {
  color: gray;
  border: 1px solid #dddddd; }

.c-tpl-btn02--light:hover {
  color: gray; }

.c-tpl-btn02--dark {
  color: #333333;
  border: 1px solid #333333; }

.c-tpl-btn02--dark:hover {
  color: #333333; }

.c-tpl-btn02--white {
  border: 0; }

/*　c-tpl-btn03
-----------------------------------------*/
.c-tpl-btn03,
.c-tpl-btn03--primary,
.c-tpl-btn03--secondary,
.c-tpl-btn03--success,
.c-tpl-btn03--info,
.c-tpl-btn03--textLink,
.c-tpl-btn03--warning,
.c-tpl-btn03--danger,
.c-tpl-btn03--light,
.c-tpl-btn03--dark,
.c-tpl-btn03--white {
  display: inline-block;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  padding: 12px 32px;
  text-align: center;
  color: white;
  background: #231815;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 3px solid black;
  line-height: 1.4;
  border-radius: 60px; }

.c-tpl-btn03:hover,
.c-tpl-btn03--primary:hover,
.c-tpl-btn03--secondary:hover,
.c-tpl-btn03--success:hover,
.c-tpl-btn03--info:hover,
.c-tpl-btn03--textLink:hover,
.c-tpl-btn03--warning:hover,
.c-tpl-btn03--danger:hover,
.c-tpl-btn03--light:hover,
.c-tpl-btn03--dark:hover,
.c-tpl-btn03--white:hover {
  color: white;
  text-decoration: none;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.c-tpl-btn03--primary {
  background: #0d57a6;
  border-bottom: 3px solid #07325f; }

.c-tpl-btn03--secondary {
  background: #3071b7;
  border-bottom: 3px solid #204c7a; }

.c-tpl-btn03--success {
  background: #1c94c0;
  border-bottom: 3px solid #12617d; }

.c-tpl-btn03--info {
  background: #1C94C0;
  border-bottom: 3px solid #12617d; }

.c-tpl-btn03--textLink {
  background: #0d57a6;
  border-bottom: 3px solid #07325f; }

.c-tpl-btn03--warning {
  background: #318fc5;
  border-bottom: 3px solid #226388; }

.c-tpl-btn03--danger {
  background: #f54545;
  border-bottom: 3px solid #e10c0c; }

.c-tpl-btn03--light {
  background: #dddddd;
  color: gray;
  border-bottom: 3px solid #b7b7b7; }

.c-tpl-btn03--light:hover {
  color: gray;
  -webkit-filter: brightness(102%);
  filter: brightness(102%); }

.c-tpl-btn03--dark {
  background: #333333;
  border-bottom: 3px solid #0d0d0d; }

.c-tpl-btn03--white {
  color: #333333;
  background: white;
  border-bottom: 3px solid #d9d9d9; }

.c-tpl-btn03--white:hover {
  color: #333333; }

/*　.is-arrow01--right
-----------------------------------------*/
.is-arrow01--right:after,
.is-arrow01--right-up:after,
.is-arrow01--right-down:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23FFFFFF' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 8px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.is-arrow01--right.c-tpl-btn01--white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23333333' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn01--white.is-arrow01--right-up:after,
.c-tpl-btn01--white.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23333333' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02:after,
.is-arrow01--right.c-tpl-btn02--primary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--primary.is-arrow01--right-up:after,
.c-tpl-btn02--primary.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--secondary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--secondary.is-arrow01--right-up:after,
.c-tpl-btn02--secondary.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--success:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--success.is-arrow01--right-up:after,
.c-tpl-btn02--success.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--info:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--info.is-arrow01--right-up:after,
.c-tpl-btn02--info.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--textLink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--textLink.is-arrow01--right-up:after,
.c-tpl-btn02--textLink.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--warning:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--warning.is-arrow01--right-up:after,
.c-tpl-btn02--warning.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--danger:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--danger.is-arrow01--right-up:after,
.c-tpl-btn02--danger.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--light:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--light.is-arrow01--right-up:after,
.c-tpl-btn02--light.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--dark:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--dark.is-arrow01--right-up:after,
.c-tpl-btn02--dark.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--white.is-arrow01--right-up:after,
.c-tpl-btn02--white.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02.is-arrow01--right-up:after,
.c-tpl-btn02.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--primary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%230d57a6' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--primary.is-arrow01--right-up:after,
.c-tpl-btn02--primary.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%230d57a6' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--secondary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%233071b7' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--secondary.is-arrow01--right-up:after,
.c-tpl-btn02--secondary.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%233071b7' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--success:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%231c94c0' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--success.is-arrow01--right-up:after,
.c-tpl-btn02--success.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%231c94c0' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--info:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%231C94C0' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--info.is-arrow01--right-up:after,
.c-tpl-btn02--info.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%231C94C0' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--textLink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%230d57a6' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--textLink.is-arrow01--right-up:after,
.c-tpl-btn02--textLink.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%230d57a6' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--warning:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23318fc5' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--warning.is-arrow01--right-up:after,
.c-tpl-btn02--warning.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23318fc5' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--danger:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23f54545' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--danger.is-arrow01--right-up:after,
.c-tpl-btn02--danger.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23f54545' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--light:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23dddddd' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--light.is-arrow01--right-up:after,
.c-tpl-btn02--light.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23dddddd' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn02--dark:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23333333' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--dark.is-arrow01--right-up:after,
.c-tpl-btn02--dark.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23333333' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right.c-tpl-btn03--white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23333333' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn03--white.is-arrow01--right-up:after,
.c-tpl-btn03--white.is-arrow01--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23333333' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--right-up:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.is-arrow01--right-down:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/*　.is-arrow01--left
-----------------------------------------*/
.is-arrow01--left:before,
.is-arrow01--left-back:before,
.is-arrow01--left-up:before,
.is-arrow01--left-down:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23FFFFFF' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 8px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.is-arrow01--left.c-tpl-btn01--white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23333333' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn01--white.is-arrow01--left-back:before,
.c-tpl-btn01--white.is-arrow01--left-up:before,
.c-tpl-btn01--white.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23333333' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02:before,
.is-arrow01--left.c-tpl-btn02--primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--primary.is-arrow01--left-back:before,
.c-tpl-btn02--primary.is-arrow01--left-up:before,
.c-tpl-btn02--primary.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--secondary.is-arrow01--left-back:before,
.c-tpl-btn02--secondary.is-arrow01--left-up:before,
.c-tpl-btn02--secondary.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--success:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--success.is-arrow01--left-back:before,
.c-tpl-btn02--success.is-arrow01--left-up:before,
.c-tpl-btn02--success.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--info:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--info.is-arrow01--left-back:before,
.c-tpl-btn02--info.is-arrow01--left-up:before,
.c-tpl-btn02--info.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--textLink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--textLink.is-arrow01--left-back:before,
.c-tpl-btn02--textLink.is-arrow01--left-up:before,
.c-tpl-btn02--textLink.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--warning:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--warning.is-arrow01--left-back:before,
.c-tpl-btn02--warning.is-arrow01--left-up:before,
.c-tpl-btn02--warning.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--danger:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--danger.is-arrow01--left-back:before,
.c-tpl-btn02--danger.is-arrow01--left-up:before,
.c-tpl-btn02--danger.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--light:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--light.is-arrow01--left-back:before,
.c-tpl-btn02--light.is-arrow01--left-up:before,
.c-tpl-btn02--light.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--dark.is-arrow01--left-back:before,
.c-tpl-btn02--dark.is-arrow01--left-up:before,
.c-tpl-btn02--dark.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--white.is-arrow01--left-back:before,
.c-tpl-btn02--white.is-arrow01--left-up:before,
.c-tpl-btn02--white.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02.is-arrow01--left-back:before,
.c-tpl-btn02.is-arrow01--left-up:before,
.c-tpl-btn02.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23231815' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%230d57a6' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--primary.is-arrow01--left-back:before,
.c-tpl-btn02--primary.is-arrow01--left-up:before,
.c-tpl-btn02--primary.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%230d57a6' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%233071b7' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--secondary.is-arrow01--left-back:before,
.c-tpl-btn02--secondary.is-arrow01--left-up:before,
.c-tpl-btn02--secondary.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%233071b7' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--success:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%231c94c0' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--success.is-arrow01--left-back:before,
.c-tpl-btn02--success.is-arrow01--left-up:before,
.c-tpl-btn02--success.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%231c94c0' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--info:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%231C94C0' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--info.is-arrow01--left-back:before,
.c-tpl-btn02--info.is-arrow01--left-up:before,
.c-tpl-btn02--info.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%231C94C0' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--textLink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%230d57a6' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--textLink.is-arrow01--left-back:before,
.c-tpl-btn02--textLink.is-arrow01--left-up:before,
.c-tpl-btn02--textLink.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%230d57a6' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--warning:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23318fc5' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--warning.is-arrow01--left-back:before,
.c-tpl-btn02--warning.is-arrow01--left-up:before,
.c-tpl-btn02--warning.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23318fc5' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--danger:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23f54545' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--danger.is-arrow01--left-back:before,
.c-tpl-btn02--danger.is-arrow01--left-up:before,
.c-tpl-btn02--danger.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23f54545' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--light:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23dddddd' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--light.is-arrow01--left-back:before,
.c-tpl-btn02--light.is-arrow01--left-up:before,
.c-tpl-btn02--light.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23dddddd' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn02--dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23333333' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--dark.is-arrow01--left-back:before,
.c-tpl-btn02--dark.is-arrow01--left-up:before,
.c-tpl-btn02--dark.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23333333' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left.c-tpl-btn03--white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23333333' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.c-tpl-btn03--white.is-arrow01--left-back:before,
.c-tpl-btn03--white.is-arrow01--left-up:before,
.c-tpl-btn03--white.is-arrow01--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23333333' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E"); }

.is-arrow01--left-back:before {
  -webkit-transform: translateY(-2px) rotate(-180deg);
  transform: translateY(-2px) rotate(-180deg); }

.is-arrow01--left-up:before {
  -webkit-transform: rotate(-90deg) translateY(1px);
  transform: rotate(-90deg) translateY(1px); }

.is-arrow01--left-down:before {
  -webkit-transform: rotate(90deg) translateX(-2px);
  transform: rotate(90deg) translateX(-2px); }

/*　.is-arrow02--right
-----------------------------------------*/
.is-arrow02--right:after,
.is-arrow02--right-up:after,
.is-arrow02--right-down:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 6px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.is-arrow02--right.c-tpl-btn01--white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn01--white.is-arrow02--right-up:after,
.c-tpl-btn01--white.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02:after,
.is-arrow02--right.c-tpl-btn02--primary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--primary.is-arrow02--right-up:after,
.c-tpl-btn02--primary.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--secondary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--secondary.is-arrow02--right-up:after,
.c-tpl-btn02--secondary.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--success:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--success.is-arrow02--right-up:after,
.c-tpl-btn02--success.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--info:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--info.is-arrow02--right-up:after,
.c-tpl-btn02--info.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--textLink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--textLink.is-arrow02--right-up:after,
.c-tpl-btn02--textLink.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--warning:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--warning.is-arrow02--right-up:after,
.c-tpl-btn02--warning.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--danger:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--danger.is-arrow02--right-up:after,
.c-tpl-btn02--danger.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--light:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--light.is-arrow02--right-up:after,
.c-tpl-btn02--light.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--dark:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--dark.is-arrow02--right-up:after,
.c-tpl-btn02--dark.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--white.is-arrow02--right-up:after,
.c-tpl-btn02--white.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02.is-arrow02--right-up:after,
.c-tpl-btn02.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--primary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--primary.is-arrow02--right-up:after,
.c-tpl-btn02--primary.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--secondary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%233071b7' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--secondary.is-arrow02--right-up:after,
.c-tpl-btn02--secondary.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%233071b7' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--success:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231c94c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--success.is-arrow02--right-up:after,
.c-tpl-btn02--success.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231c94c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--info:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231C94C0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--info.is-arrow02--right-up:after,
.c-tpl-btn02--info.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231C94C0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--textLink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--textLink.is-arrow02--right-up:after,
.c-tpl-btn02--textLink.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--warning:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23318fc5' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--warning.is-arrow02--right-up:after,
.c-tpl-btn02--warning.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23318fc5' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--danger:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23f54545' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--danger.is-arrow02--right-up:after,
.c-tpl-btn02--danger.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23f54545' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--light:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23dddddd' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--light.is-arrow02--right-up:after,
.c-tpl-btn02--light.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23dddddd' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn02--dark:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--dark.is-arrow02--right-up:after,
.c-tpl-btn02--dark.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right.c-tpl-btn03--white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn03--white.is-arrow02--right-up:after,
.c-tpl-btn03--white.is-arrow02--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--right-up:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.is-arrow02--right-down:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/*　.is-arrow02--left
-----------------------------------------*/
.is-arrow02--left:before,
.is-arrow02--left-back:before,
.is-arrow02--left-up:before,
.is-arrow02--left-down:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 6px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.is-arrow02--left.c-tpl-btn01--white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn01--white.is-arrow02--left-back:before,
.c-tpl-btn01--white.is-arrow02--left-up:before,
.c-tpl-btn01--white.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02:before,
.is-arrow02--left.c-tpl-btn02--primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--primary.is-arrow02--left-back:before,
.c-tpl-btn02--primary.is-arrow02--left-up:before,
.c-tpl-btn02--primary.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--secondary.is-arrow02--left-back:before,
.c-tpl-btn02--secondary.is-arrow02--left-up:before,
.c-tpl-btn02--secondary.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--success:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--success.is-arrow02--left-back:before,
.c-tpl-btn02--success.is-arrow02--left-up:before,
.c-tpl-btn02--success.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--info:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--info.is-arrow02--left-back:before,
.c-tpl-btn02--info.is-arrow02--left-up:before,
.c-tpl-btn02--info.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--textLink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--textLink.is-arrow02--left-back:before,
.c-tpl-btn02--textLink.is-arrow02--left-up:before,
.c-tpl-btn02--textLink.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--warning:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--warning.is-arrow02--left-back:before,
.c-tpl-btn02--warning.is-arrow02--left-up:before,
.c-tpl-btn02--warning.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--danger:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--danger.is-arrow02--left-back:before,
.c-tpl-btn02--danger.is-arrow02--left-up:before,
.c-tpl-btn02--danger.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--light:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--light.is-arrow02--left-back:before,
.c-tpl-btn02--light.is-arrow02--left-up:before,
.c-tpl-btn02--light.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--dark.is-arrow02--left-back:before,
.c-tpl-btn02--dark.is-arrow02--left-up:before,
.c-tpl-btn02--dark.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--white.is-arrow02--left-back:before,
.c-tpl-btn02--white.is-arrow02--left-up:before,
.c-tpl-btn02--white.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02.is-arrow02--left-back:before,
.c-tpl-btn02.is-arrow02--left-up:before,
.c-tpl-btn02.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--primary.is-arrow02--left-back:before,
.c-tpl-btn02--primary.is-arrow02--left-up:before,
.c-tpl-btn02--primary.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%233071b7' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--secondary.is-arrow02--left-back:before,
.c-tpl-btn02--secondary.is-arrow02--left-up:before,
.c-tpl-btn02--secondary.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%233071b7' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--success:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231c94c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--success.is-arrow02--left-back:before,
.c-tpl-btn02--success.is-arrow02--left-up:before,
.c-tpl-btn02--success.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231c94c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--info:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231C94C0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--info.is-arrow02--left-back:before,
.c-tpl-btn02--info.is-arrow02--left-up:before,
.c-tpl-btn02--info.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231C94C0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--textLink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--textLink.is-arrow02--left-back:before,
.c-tpl-btn02--textLink.is-arrow02--left-up:before,
.c-tpl-btn02--textLink.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--warning:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23318fc5' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--warning.is-arrow02--left-back:before,
.c-tpl-btn02--warning.is-arrow02--left-up:before,
.c-tpl-btn02--warning.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23318fc5' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--danger:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23f54545' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--danger.is-arrow02--left-back:before,
.c-tpl-btn02--danger.is-arrow02--left-up:before,
.c-tpl-btn02--danger.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23f54545' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--light:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23dddddd' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--light.is-arrow02--left-back:before,
.c-tpl-btn02--light.is-arrow02--left-up:before,
.c-tpl-btn02--light.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23dddddd' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn02--dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--dark.is-arrow02--left-back:before,
.c-tpl-btn02--dark.is-arrow02--left-up:before,
.c-tpl-btn02--dark.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left.c-tpl-btn03--white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.c-tpl-btn03--white.is-arrow02--left-back:before,
.c-tpl-btn03--white.is-arrow02--left-up:before,
.c-tpl-btn03--white.is-arrow02--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E"); }

.is-arrow02--left-back:before {
  -webkit-transform: translateY(-2px) rotate(-180deg);
  transform: translateY(-2px) rotate(-180deg); }

.is-arrow02--left-up:before {
  -webkit-transform: rotate(-90deg) translateY(1px);
  transform: rotate(-90deg) translateY(1px); }

.is-arrow02--left-down:before {
  -webkit-transform: rotate(90deg) translateX(-2px);
  transform: rotate(90deg) translateX(-2px); }

/*　.is-arrow03--right
-----------------------------------------*/
.is-arrow03--right:after,
.is-arrow03--right-up:after,
.is-arrow03--right-down:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 6px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.is-arrow03--right.c-tpl-btn01--white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn01--white.is-arrow03--right-up:after,
.c-tpl-btn01--white.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02:after,
.is-arrow03--right.c-tpl-btn02--primary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--primary.is-arrow03--right-up:after,
.c-tpl-btn02--primary.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--secondary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--secondary.is-arrow03--right-up:after,
.c-tpl-btn02--secondary.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--success:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--success.is-arrow03--right-up:after,
.c-tpl-btn02--success.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--info:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--info.is-arrow03--right-up:after,
.c-tpl-btn02--info.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--textLink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--textLink.is-arrow03--right-up:after,
.c-tpl-btn02--textLink.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--warning:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--warning.is-arrow03--right-up:after,
.c-tpl-btn02--warning.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--danger:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--danger.is-arrow03--right-up:after,
.c-tpl-btn02--danger.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--light:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--light.is-arrow03--right-up:after,
.c-tpl-btn02--light.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--dark:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--dark.is-arrow03--right-up:after,
.c-tpl-btn02--dark.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--white.is-arrow03--right-up:after,
.c-tpl-btn02--white.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02.is-arrow03--right-up:after,
.c-tpl-btn02.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--primary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--primary.is-arrow03--right-up:after,
.c-tpl-btn02--primary.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--secondary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%233071b7' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--secondary.is-arrow03--right-up:after,
.c-tpl-btn02--secondary.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%233071b7' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--success:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231c94c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--success.is-arrow03--right-up:after,
.c-tpl-btn02--success.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231c94c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--info:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231C94C0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--info.is-arrow03--right-up:after,
.c-tpl-btn02--info.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231C94C0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--textLink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--textLink.is-arrow03--right-up:after,
.c-tpl-btn02--textLink.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--warning:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23318fc5' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--warning.is-arrow03--right-up:after,
.c-tpl-btn02--warning.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23318fc5' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--danger:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23f54545' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--danger.is-arrow03--right-up:after,
.c-tpl-btn02--danger.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23f54545' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--light:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23dddddd' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--light.is-arrow03--right-up:after,
.c-tpl-btn02--light.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23dddddd' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn02--dark:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--dark.is-arrow03--right-up:after,
.c-tpl-btn02--dark.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right.c-tpl-btn03--white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn03--white.is-arrow03--right-up:after,
.c-tpl-btn03--white.is-arrow03--right-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--right-up:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.is-arrow03--right-down:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/*　.is-arrow03--left
-----------------------------------------*/
.is-arrow03--left:before,
.is-arrow03--left-back:before,
.is-arrow03--left-up:before,
.is-arrow03--left-down:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 6px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.is-arrow03--left.c-tpl-btn01--white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn01--white.is-arrow03--left-back:before,
.c-tpl-btn01--white.is-arrow03--left-up:before,
.c-tpl-btn01--white.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02:before,
.is-arrow03--left.c-tpl-btn02--primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--primary.is-arrow03--left-back:before,
.c-tpl-btn02--primary.is-arrow03--left-up:before,
.c-tpl-btn02--primary.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--secondary.is-arrow03--left-back:before,
.c-tpl-btn02--secondary.is-arrow03--left-up:before,
.c-tpl-btn02--secondary.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--success:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--success.is-arrow03--left-back:before,
.c-tpl-btn02--success.is-arrow03--left-up:before,
.c-tpl-btn02--success.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--info:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--info.is-arrow03--left-back:before,
.c-tpl-btn02--info.is-arrow03--left-up:before,
.c-tpl-btn02--info.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--textLink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--textLink.is-arrow03--left-back:before,
.c-tpl-btn02--textLink.is-arrow03--left-up:before,
.c-tpl-btn02--textLink.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--warning:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--warning.is-arrow03--left-back:before,
.c-tpl-btn02--warning.is-arrow03--left-up:before,
.c-tpl-btn02--warning.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--danger:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--danger.is-arrow03--left-back:before,
.c-tpl-btn02--danger.is-arrow03--left-up:before,
.c-tpl-btn02--danger.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--light:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--light.is-arrow03--left-back:before,
.c-tpl-btn02--light.is-arrow03--left-up:before,
.c-tpl-btn02--light.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--dark.is-arrow03--left-back:before,
.c-tpl-btn02--dark.is-arrow03--left-up:before,
.c-tpl-btn02--dark.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--white.is-arrow03--left-back:before,
.c-tpl-btn02--white.is-arrow03--left-up:before,
.c-tpl-btn02--white.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02.is-arrow03--left-back:before,
.c-tpl-btn02.is-arrow03--left-up:before,
.c-tpl-btn02.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23231815' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--primary.is-arrow03--left-back:before,
.c-tpl-btn02--primary.is-arrow03--left-up:before,
.c-tpl-btn02--primary.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%233071b7' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--secondary.is-arrow03--left-back:before,
.c-tpl-btn02--secondary.is-arrow03--left-up:before,
.c-tpl-btn02--secondary.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%233071b7' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--success:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231c94c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--success.is-arrow03--left-back:before,
.c-tpl-btn02--success.is-arrow03--left-up:before,
.c-tpl-btn02--success.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231c94c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--info:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231C94C0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--info.is-arrow03--left-back:before,
.c-tpl-btn02--info.is-arrow03--left-up:before,
.c-tpl-btn02--info.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%231C94C0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--textLink:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--textLink.is-arrow03--left-back:before,
.c-tpl-btn02--textLink.is-arrow03--left-up:before,
.c-tpl-btn02--textLink.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--warning:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23318fc5' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--warning.is-arrow03--left-back:before,
.c-tpl-btn02--warning.is-arrow03--left-up:before,
.c-tpl-btn02--warning.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23318fc5' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--danger:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23f54545' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--danger.is-arrow03--left-back:before,
.c-tpl-btn02--danger.is-arrow03--left-up:before,
.c-tpl-btn02--danger.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23f54545' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--light:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23dddddd' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--light.is-arrow03--left-back:before,
.c-tpl-btn02--light.is-arrow03--left-up:before,
.c-tpl-btn02--light.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23dddddd' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn02--dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn02--dark.is-arrow03--left-back:before,
.c-tpl-btn02--dark.is-arrow03--left-up:before,
.c-tpl-btn02--dark.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left.c-tpl-btn03--white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.c-tpl-btn03--white.is-arrow03--left-back:before,
.c-tpl-btn03--white.is-arrow03--left-up:before,
.c-tpl-btn03--white.is-arrow03--left-down:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E"); }

.is-arrow03--left-back:before {
  -webkit-transform: translateY(-2px) rotate(-180deg);
  transform: translateY(-2px) rotate(-180deg); }

.is-arrow03--left-up:before {
  -webkit-transform: rotate(-90deg) translateY(1px);
  transform: rotate(-90deg) translateY(1px); }

.is-arrow03--left-down:before {
  -webkit-transform: rotate(90deg) translateX(-2px);
  transform: rotate(90deg) translateX(-2px); }

/*========================================
Link
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　c-tpl-link01
-----------------------------------------*/
.c-tpl-link01:after,
.c-tpl-link01--down:after,
.c-tpl-link01--up:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%230d57a6' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 8px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px); }

.c-tpl-link01--down:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.c-tpl-link01--up:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.c-tpl-link01--left:before,
.c-tpl-link01--left-back:before,
.c-tpl-link01--left-down:before,
.c-tpl-link01--left-up:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%230d57a6' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 8px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px); }

.c-tpl-link01--left-back:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.c-tpl-link01--left-down:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.c-tpl-link01--left-up:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*　c-tpl-link02
-----------------------------------------*/
.c-tpl-link02:after,
.c-tpl-link02--down:after,
.c-tpl-link02--up:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 6px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.c-tpl-link02--down:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.c-tpl-link02--up:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.c-tpl-link02--left:before,
.c-tpl-link02--left-back:before,
.c-tpl-link02--left-down:before,
.c-tpl-link02--left-up:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 6px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.c-tpl-link02--left-back:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.c-tpl-link02--left-down:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.c-tpl-link02--left-up:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*　c-tpl-link03
-----------------------------------------*/
.c-tpl-link03:after,
.c-tpl-link03--down:after,
.c-tpl-link03--up:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 6px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.c-tpl-link03--down:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.c-tpl-link03--up:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.c-tpl-link03--left:before,
.c-tpl-link03--left-back:before,
.c-tpl-link03--left-down:before,
.c-tpl-link03--left-up:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%230d57a6' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 6px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.c-tpl-link03--left-back:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.c-tpl-link03--left-down:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.c-tpl-link03--left-up:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*========================================
Nav
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　c-tpl-nav01
-----------------------------------------*/
.c-tpl-nav01 {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.c-tpl-nav01__item {
  margin-right: 8px; }

@media (max-width: 768.98px) {
  .c-tpl-nav01__item {
    margin-right: 5px; } }
.c-tpl-nav01__link,
.c-tpl-nav01__link--primary,
.c-tpl-nav01__link--secondary,
.c-tpl-nav01__link--success,
.c-tpl-nav01__link--info {
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(13, 87, 166, 0.5);
  border-bottom: none;
  padding: 20px 16px;
  color: #0d57a6;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all; }

@media (max-width: 768.98px) {
  .c-tpl-nav01__link,
  .c-tpl-nav01__link--primary,
  .c-tpl-nav01__link--secondary,
  .c-tpl-nav01__link--success,
  .c-tpl-nav01__link--info {
    padding: 9px 7px; } }
.c-tpl-nav01__link:hover,
.c-tpl-nav01__link--primary:hover,
.c-tpl-nav01__link--secondary:hover,
.c-tpl-nav01__link--success:hover,
.c-tpl-nav01__link--info:hover {
  text-decoration: none;
  background: rgba(13, 87, 166, 0.1); }

.is-active .c-tpl-nav01__link,
.is-active .c-tpl-nav01__link--primary,
.is-active .c-tpl-nav01__link--secondary,
.is-active .c-tpl-nav01__link--success,
.is-active .c-tpl-nav01__link--info {
  color: #ffffff;
  border: 1px solid rgba(13, 87, 166, 0.9);
  border-bottom: none;
  background: rgba(13, 87, 166, 0.9); }

.c-tpl-nav01__link.active {
  color: #ffffff;
  border: 1px solid rgba(13, 87, 166, 0.9);
  border-bottom: none;
  background: rgba(13, 87, 166, 0.9); }

.active.c-tpl-nav01__link--primary,
.active.c-tpl-nav01__link--secondary,
.active.c-tpl-nav01__link--success,
.active.c-tpl-nav01__link--info {
  color: #ffffff;
  border: 1px solid rgba(13, 87, 166, 0.9);
  border-bottom: none;
  background: rgba(13, 87, 166, 0.9); }

.c-tpl-nav01__link--primary {
  border-color: rgba(13, 87, 166, 0.5);
  color: #0d57a6; }

.c-tpl-nav01__link--primary:hover {
  background: rgba(13, 87, 166, 0.1); }

.is-active .c-tpl-nav01__link--primary,
.c-tpl-nav01__link--primary.active {
  border-color: rgba(13, 87, 166, 0.9);
  background: rgba(13, 87, 166, 0.9); }

.c-tpl-nav01__link--secondary {
  border-color: rgba(48, 113, 183, 0.5);
  color: #3071b7; }

.c-tpl-nav01__link--secondary:hover {
  background: rgba(48, 113, 183, 0.1); }

.is-active .c-tpl-nav01__link--secondary,
.c-tpl-nav01__link--secondary.active {
  border-color: rgba(48, 113, 183, 0.9);
  background: rgba(48, 113, 183, 0.9); }

.c-tpl-nav01__link--success {
  border-color: rgba(28, 148, 192, 0.5);
  color: #1c94c0; }

.c-tpl-nav01__link--success:hover {
  background: rgba(28, 148, 192, 0.1); }

.is-active .c-tpl-nav01__link--success,
.c-tpl-nav01__link--success.active {
  border-color: rgba(28, 148, 192, 0.9);
  background: rgba(28, 148, 192, 0.9); }

.c-tpl-nav01__link--info {
  border-color: rgba(28, 148, 192, 0.5);
  color: #1C94C0; }

.c-tpl-nav01__link--info:hover {
  background: rgba(28, 148, 192, 0.1); }

.is-active .c-tpl-nav01__link--info,
.c-tpl-nav01__link--info.active {
  border-color: rgba(28, 148, 192, 0.9);
  background: rgba(28, 148, 192, 0.9); }

/*　c-tpl-nav02
-----------------------------------------*/
.c-tpl-nav02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }

.c-tpl-nav02__item {
  border-left: 1px solid rgba(35, 24, 21, 0.2); }

.c-tpl-nav02__item:first-child {
  border-left: none; }

.c-tpl-nav02__link,
.c-tpl-nav02__link--primary,
.c-tpl-nav02__link--secondary,
.c-tpl-nav02__link--success,
.c-tpl-nav02__link--info {
  display: block;
  padding: 9px 12px;
  color: #0d57a6;
  cursor: pointer; }

.c-tpl-nav02__link:hover,
.c-tpl-nav02__link--primary:hover,
.c-tpl-nav02__link--secondary:hover,
.c-tpl-nav02__link--success:hover,
.c-tpl-nav02__link--info:hover {
  color: #0d57a6;
  text-decoration: none; }

.c-tpl-nav02__link--primary {
  color: #0d57a6; }

.c-tpl-nav02__link--primary:hover {
  color: #0d57a6; }

.c-tpl-nav02__link--secondary {
  color: #3071b7; }

.c-tpl-nav02__link--secondary:hover {
  color: #3071b7; }

.c-tpl-nav02__link--success {
  color: #1c94c0; }

.c-tpl-nav02__link--success:hover {
  color: #1c94c0; }

.c-tpl-nav02__link--info {
  color: #1C94C0; }

.c-tpl-nav02__link--info:hover {
  color: #1C94C0; }

/*　c-tpl-nav03
-----------------------------------------*/
.c-tpl-nav03 {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media (max-width: 768.98px) {
  .c-tpl-nav03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.c-tpl-nav03__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-left: 8px; }

.c-tpl-nav03__item:first-child {
  margin-left: 0; }

@media (max-width: 768.98px) {
  .c-tpl-nav03__item {
    margin-left: 0;
    margin-bottom: 14px;
    width: 100%; }

  .c-tpl-nav03__item:last-child {
    margin-bottom: 9px; } }
.c-tpl-nav03__link,
.c-tpl-nav03__link--primary,
.c-tpl-nav03__link--secondary,
.c-tpl-nav03__link--success,
.c-tpl-nav03__link--info {
  position: relative;
  display: block;
  width: 100%;
  background: #0d57a6;
  color: #ffffff;
  padding: 20px 8px;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all; }

.c-tpl-nav03__link:hover,
.c-tpl-nav03__link--primary:hover,
.c-tpl-nav03__link--secondary:hover,
.c-tpl-nav03__link--success:hover,
.c-tpl-nav03__link--info:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-filter: brightness(108%);
  filter: brightness(108%); }

@media (max-width: 768.98px) {
  .c-tpl-nav03__link,
  .c-tpl-nav03__link--primary,
  .c-tpl-nav03__link--secondary,
  .c-tpl-nav03__link--success,
  .c-tpl-nav03__link--info {
    padding: 16px 8px; } }
.is-active .c-tpl-nav03__link:after,
.is-active .c-tpl-nav03__link--primary:after,
.is-active .c-tpl-nav03__link--secondary:after,
.is-active .c-tpl-nav03__link--success:after,
.is-active .c-tpl-nav03__link--info:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7.5px 0 7.5px;
  border-color: #0d57a6 transparent transparent transparent;
  -webkit-transform: translateX(-7px) translateY(9px);
  transform: translateX(-7px) translateY(9px); }

.c-tpl-nav03__link.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7.5px 0 7.5px;
  border-color: #0d57a6 transparent transparent transparent;
  -webkit-transform: translateX(-7px) translateY(9px);
  transform: translateX(-7px) translateY(9px); }

.active.c-tpl-nav03__link--primary:after,
.active.c-tpl-nav03__link--secondary:after,
.active.c-tpl-nav03__link--success:after,
.active.c-tpl-nav03__link--info:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7.5px 0 7.5px;
  border-color: #0d57a6 transparent transparent transparent;
  -webkit-transform: translateX(-7px) translateY(9px);
  transform: translateX(-7px) translateY(9px); }

.c-tpl-nav03__link--primary {
  background: #0d57a6; }

.is-active .c-tpl-nav03__link--primary:after,
.c-tpl-nav03__link--primary.active:after {
  border-color: #0d57a6 transparent transparent transparent; }

.c-tpl-nav03__link--secondary {
  background: #3071b7; }

.is-active .c-tpl-nav03__link--secondary:after,
.c-tpl-nav03__link--secondary.active:after {
  border-color: #3071b7 transparent transparent transparent; }

.c-tpl-nav03__link--success {
  background: #1c94c0; }

.is-active .c-tpl-nav03__link--success:after,
.c-tpl-nav03__link--success.active:after {
  border-color: #1c94c0 transparent transparent transparent; }

.c-tpl-nav03__link--info {
  background: #1C94C0; }

.is-active .c-tpl-nav03__link--info:after,
.c-tpl-nav03__link--info.active:after {
  border-color: #1C94C0 transparent transparent transparent; }

/*========================================
Background
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　c-bg-image
-----------------------------------------*/
.c-tpl-bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.c-tpl-bg-image.is-bg-overlay,
.c-tpl-bg-image.is-bg-overlay--primary,
.c-tpl-bg-image.is-bg-overlay--secondary,
.c-tpl-bg-image.is-bg-overlay--success,
.c-tpl-bg-image.is-bg-overlay--info,
.c-tpl-bg-image.is-bg-overlay--warning,
.c-tpl-bg-image.is-bg-overlay--danger,
.c-tpl-bg-image.is-bg-overlay--white,
.c-tpl-bg-image.is-bg-overlay--dotted,
.c-tpl-bg-image.is-bg-overlay--rotate-line,
.c-tpl-bg-image.is-bg-overlay--horizontal-line,
.c-tpl-bg-image.is-bg-overlay--vertical-line {
  position: relative; }

.c-tpl-bg-image.is-bg-overlay > *,
.c-tpl-bg-image.is-bg-overlay--primary > *,
.c-tpl-bg-image.is-bg-overlay--secondary > *,
.c-tpl-bg-image.is-bg-overlay--success > *,
.c-tpl-bg-image.is-bg-overlay--info > *,
.c-tpl-bg-image.is-bg-overlay--warning > *,
.c-tpl-bg-image.is-bg-overlay--danger > *,
.c-tpl-bg-image.is-bg-overlay--white > *,
.c-tpl-bg-image.is-bg-overlay--dotted > *,
.c-tpl-bg-image.is-bg-overlay--rotate-line > *,
.c-tpl-bg-image.is-bg-overlay--horizontal-line > *,
.c-tpl-bg-image.is-bg-overlay--vertical-line > * {
  z-index: 1; }

.c-tpl-bg-image.is-bg-overlay:before,
.c-tpl-bg-image.is-bg-overlay--primary:before,
.c-tpl-bg-image.is-bg-overlay--secondary:before,
.c-tpl-bg-image.is-bg-overlay--success:before,
.c-tpl-bg-image.is-bg-overlay--info:before,
.c-tpl-bg-image.is-bg-overlay--warning:before,
.c-tpl-bg-image.is-bg-overlay--danger:before,
.c-tpl-bg-image.is-bg-overlay--white:before,
.c-tpl-bg-image.is-bg-overlay--dotted:before,
.c-tpl-bg-image.is-bg-overlay--rotate-line:before,
.c-tpl-bg-image.is-bg-overlay--horizontal-line:before,
.c-tpl-bg-image.is-bg-overlay--vertical-line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%; }

.c-tpl-bg-image.is-bg-overlay:before {
  background-color: rgba(0, 0, 0, 0.6); }

.c-tpl-bg-image.is-bg-overlay--primary:before {
  background-color: rgba(7, 50, 95, 0.8); }

.c-tpl-bg-image.is-bg-overlay--secondary:before {
  background-color: rgba(32, 76, 122, 0.8); }

.c-tpl-bg-image.is-bg-overlay--success:before,
.c-tpl-bg-image.is-bg-overlay--info:before {
  background-color: rgba(18, 97, 125, 0.8); }

.c-tpl-bg-image.is-bg-overlay--warning:before {
  background-color: rgba(34, 99, 136, 0.8); }

.c-tpl-bg-image.is-bg-overlay--danger:before {
  background-color: rgba(225, 12, 12, 0.8); }

.c-tpl-bg-image.is-bg-overlay--white:before {
  background-color: rgba(255, 255, 255, 0.8); }

.c-tpl-bg-image.is-bg-overlay--dotted:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23231815' fill-opacity='1' width='evenodd'%3E%3Crect width='1' height='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat; }

.c-tpl-bg-image.is-bg-overlay--rotate-line:before {
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23231815' fill-opacity='0.8' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat; }

.c-tpl-bg-image.is-bg-overlay--horizontal-line:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23231815' fill-opacity='1' width='evenodd'%3E%3Crect width='2' height='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat; }

.c-tpl-bg-image.is-bg-overlay--vertical-line:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23231815' fill-opacity='1' width='evenodd'%3E%3Crect width='1' height='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat; }

@media (min-width: 1025px) {
  .c-tpl-bg-image.is-bg-attachment {
    background-attachment: fixed; } }
/*　c-bg-image
-----------------------------------------*/
.c-tpl-background-video {
  background: #ffffff;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  left: 0;
  min-width: 100% !important;
  min-width: 100vw !important;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%; }

@media (min-width: 769px) {
  .c-tpl-background-video {
    width: auto;
    height: auto;
    min-height: 100% !important;
    min-height: 100vh !important; } }
/*  COMPONENTページ用に作成  */
.c-tpl-bg-text {
  background: #231815; }

.c-tpl-bg-textLink {
  background: #0d57a6; }

/*========================================
LIST
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　.c-tpl-table01
-----------------------------------------*/
.c-tpl-table01 {
  width: 100%;
  border-collapse: collapse; }

.c-tpl-table01__heading,
.c-tpl-table01__description {
  padding: 1rem;
  border: 1px solid #ced4da; }

.c-tpl-table01__heading {
  background: #e9ecef; }

/*　.c-tpl-table02
-----------------------------------------*/
.c-tpl-holiday-table {
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #dddddd; }

.c-tpl-holiday-table th,
.c-tpl-holiday-table td {
  width: calc(100% / 7);
  border: 1px solid #dddddd;
  text-align: center;
  height: 42px;
  vertical-align: middle; }

.c-tpl-holiday-table caption {
  caption-side: top; }

@media (max-width: 768.98px) {
  .c-tpl-holiday-table {
    font-size: 1.4rem; } }
@media (max-width: 768.98px) {
  .c-tpl-holiday-table th,
  .c-tpl-holiday-table td {
    height: 40px; } }
.c-tpl-holiday-table__heading {
  background: #0d57a6;
  color: #ffffff;
  border: 1px solid #dddddd; }

.c-tpl-holiday-table__description.is-saturday {
  color: #6666ff; }

.c-tpl-holiday-table__description.is-sunday {
  color: #b30000; }

.c-tpl-holiday-table__description.is-holiday {
  background: #1175df; }

.c-tpl-holiday-table__description em {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto; }

.c-tpl-holiday-table__description small {
  color: #63443b;
  display: block;
  line-height: 1.1;
  font-size: 1.1rem; }

@media (max-width: 768.98px) {
  .c-tpl-holiday-table__description em {
    width: 26px;
    height: 26px; } }
@media (max-width: 768.98px) {
  .c-tpl-holiday-table__description small {
    font-size: 1rem; } }
/*========================================
Banner
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　c-tpl-banner-group
-----------------------------------------*/
.c-tpl-banner-group {
  position: relative;
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 6px 20px; }

.c-tpl-banner-group .slick-list {
  padding: 5px 0; }

@media (max-width: 768.98px) {
  .c-tpl-banner-group {
    padding: 6px 15px; } }
.c-tpl-banner-group__arrow__prev,
.c-tpl-banner-group__arrow__next {
  position: absolute;
  left: -3px;
  top: 50%;
  width: 30px;
  height: 50px;
  margin: 0;
  padding: 0;
  z-index: 3;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 768.98px) {
  .c-tpl-banner-group__arrow__prev,
  .c-tpl-banner-group__arrow__next {
    left: -6px; } }
.c-tpl-banner-group__arrow__prev:focus,
.c-tpl-banner-group__arrow__next:focus {
  outline: none; }

.c-tpl-banner-group__arrow__prev > * {
  font-size: 3.2rem;
  display: block;
  width: 30px;
  margin: 0;
  padding: 0; }

.c-tpl-banner-group__arrow__next {
  left: auto;
  right: -3px; }

.c-tpl-banner-group__arrow__next > * {
  font-size: 3.2rem;
  display: block;
  width: 30px;
  margin: 0;
  padding: 0; }

@media (max-width: 768.98px) {
  .c-tpl-banner-group__arrow__next {
    right: -6px; } }
.c-tpl-banner-group__item {
  width: 100%;
  height: auto;
  margin: 0 4px; }

.c-tpl-banner-group__item img {
  width: 100%;
  height: auto; }

@media (max-width: 768.98px) {
  .c-tpl-banner-group__item {
    width: calc(50% - 4px); } }
/*========================================
LIST
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　.c-tpl-lp-container
-----------------------------------------*/
.c-tpl-lp-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.c-tpl-lp-block-main {
  width: 850px; }

@media (max-width: 1239.98px) {
  .c-tpl-lp-block-main {
    width: 800px; } }
@media (max-width: 1024.98px) {
  .c-tpl-lp-block-main {
    width: 750px; } }
@media (max-width: 768.98px) {
  .c-tpl-lp-block-main {
    width: 100%; } }
.c-tpl-lp-block-image {
  width: calc(100% - 850px);
  height: calc(100vh);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;
  -webkit-animation: fadeIn 1.4s ease-in 0.2s 1 backwards;
  animation: fadeIn 1.4s ease-in 0.2s 1 backwards; }

@media (max-width: 1239.98px) {
  .c-tpl-lp-block-image {
    width: calc(100% - 800px); } }
@media (max-width: 1024.98px) {
  .c-tpl-lp-block-image {
    width: calc(100% - 750px); } }
@media (max-width: 768.98px) {
  .c-tpl-lp-block-image {
    display: none; } }
.c-tpl-lp-block-image__item {
  width: 100%;
  height: calc(100vh); }

.c-tpl-lp-block-image__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

@media all and (-ms-high-contrast: none) {
  .c-tpl-lp-block-image__item img {
    visibility: hidden; }

  .c-tpl-lp-block-image__item img *::-ms-backdrop {
    visibility: hidden; } }
.c-tpl-lp-block-main__item {
  border: 3px solid #dddddd; }

/*========================================
LIST
-feedback form url
https://goo.gl/forms/MQQmWYIqnJu0hNrj2
=========================================*/
/*　.c-tpl-list01
-----------------------------------------*/
.c-tpl-blogArticle p,
.c-tpl-blogArticle h1,
.c-tpl-blogArticle h2,
.c-tpl-blogArticle h3,
.c-tpl-blogArticle h4,
.c-tpl-blogArticle h5,
.c-tpl-blogArticle ul {
  margin: 10px 0; }

.c-tpl-blogArticle img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 10px 0 10px 0; }

.c-tpl-blogArticle img.alignnone {
  display: block; }

.c-tpl-blogArticle a {
  text-decoration: underline; }

@media (max-width: 768.98px) {
  .c-tpl-blogArticle p,
  .c-tpl-blogArticle h1,
  .c-tpl-blogArticle h2,
  .c-tpl-blogArticle h3,
  .c-tpl-blogArticle h4,
  .c-tpl-blogArticle h5,
  .c-tpl-blogArticle ul {
    line-height: 1.8em; } }
@media (max-width: 768.98px) {
  .c-tpl-blogArticle img {
    margin-bottom: 10px; } }
/*　.c-tpl-timeline
-----------------------------------------*/
.c-tpl-timeline {
  position: relative; }

.c-tpl-timeline:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% / 6 / 2 + 12px);
  top: 0;
  width: 3px;
  height: 100%;
  background: #333333; }

.c-tpl-timeline.is-border--primary:before {
  background: #0d57a6; }

.c-tpl-timeline.is-border--secondary:before {
  background: #3071b7; }

.c-tpl-timeline.is-border--success:before {
  background: #1c94c0; }

.c-tpl-timeline.is-border--info:before {
  background: #1C94C0; }

.c-tpl-timeline.is-border--light:before {
  background: #dddddd; }

.c-tpl-timeline.is-border--white:before {
  background: white; }

@media (max-width: 768.98px) {
  .c-tpl-timeline:before {
    width: 2px;
    left: calc(100% / 6 / 2 + 7.5px); } }
.c-tpl-timeline__circle {
  display: block;
  width: 116px;
  height: 116px;
  text-align: center;
  background: #231815;
  margin: 0 auto;
  color: #ffffff;
  font-size: 3.2rem;
  font-family: "Yantramanav", sans-serif;
  letter-spacing: 0.04em;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media (max-width: 768.98px) {
  .c-tpl-timeline__circle {
    width: 36px;
    height: 36px;
    font-size: 1.8rem; } }
.c-tpl-timeline__description {
  background: white;
  position: relative; }

.c-tpl-timeline__description:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent white transparent transparent; }

@media (max-width: 768.98px) {
  .c-tpl-timeline__description:before {
    left: -7px;
    top: 12px; } }
/*　.c-tpl-half-block
-----------------------------------------*/
.c-tpl-half-block {
  padding: 0 15px; }

@media (min-width: 769px) {
  .c-tpl-half-block {
    width: 50%;
    padding: 0 20px;
    max-width: calc(1220px / 2);
    min-width: calc(1024px / 2); } }
/*　.c-tpl-cover-block
-----------------------------------------*/
.c-tpl-cover-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media (max-width: 768.98px) {
  .c-tpl-cover-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.c-tpl-cover-block__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

@media all and (-ms-high-contrast: none) {
  .c-tpl-cover-block__img {
    visibility: hidden; }

  .c-tpl-cover-block__img *::-ms-backdrop {
    visibility: hidden; } }
@media (min-width: 769px) {
  .c-tpl-cover-block__img {
    position: absolute; } }
/*　.c-tpl-carriculumFlow
-----------------------------------------*/
.c-tpl-carriculumFlow__item .c-tpl-carriculumFlow__text {
  background: #f7f7f7; }

.c-tpl-carriculumFlow__item--primary .c-tpl-carriculumFlow__text {
  background: #0d57a6; }

.c-tpl-carriculumFlow__item--secondary .c-tpl-carriculumFlow__text {
  background: #3071b7; }

.c-tpl-carriculumFlow__item--info .c-tpl-carriculumFlow__text {
  background: #1C94C0; }

.c-tpl-carriculumFlow__item--warning .c-tpl-carriculumFlow__text {
  background: #318fc5; }

.c-tpl-carriculumFlow__item--danger .c-tpl-carriculumFlow__text {
  background: #f54545; }

.c-tpl-carriculumFlow__item--primary:nth-child(1) .c-tpl-carriculumFlow__text {
  background: #cde0f5; }

.c-tpl-carriculumFlow__item--secondary:nth-child(1) .c-tpl-carriculumFlow__text {
  background: #f9fbfc; }

.c-tpl-carriculumFlow__item--info:nth-child(1) .c-tpl-carriculumFlow__text {
  background: #f0f8fb; }

.c-tpl-carriculumFlow__item--warning:nth-child(1) .c-tpl-carriculumFlow__text,
.c-tpl-carriculumFlow__item--danger:nth-child(1) .c-tpl-carriculumFlow__text {
  background: white; }

.c-tpl-carriculumFlow__item--primary:nth-child(2) .c-tpl-carriculumFlow__text {
  background: #afceee; }

.c-tpl-carriculumFlow__item--secondary:nth-child(2) .c-tpl-carriculumFlow__text {
  background: #e0e8f1; }

.c-tpl-carriculumFlow__item--info:nth-child(2) .c-tpl-carriculumFlow__text {
  background: #d4eaf2; }

.c-tpl-carriculumFlow__item--warning:nth-child(2) .c-tpl-carriculumFlow__text {
  background: #eaf2f6; }

.c-tpl-carriculumFlow__item--danger:nth-child(2) .c-tpl-carriculumFlow__text {
  background: white; }

.c-tpl-carriculumFlow__item--primary:nth-child(3) .c-tpl-carriculumFlow__text {
  background: #92bce8; }

.c-tpl-carriculumFlow__item--secondary:nth-child(3) .c-tpl-carriculumFlow__text {
  background: #c8d6e6; }

.c-tpl-carriculumFlow__item--info:nth-child(3) .c-tpl-carriculumFlow__text {
  background: #b9ddea; }

.c-tpl-carriculumFlow__item--warning:nth-child(3) .c-tpl-carriculumFlow__text {
  background: #d1e2ec; }

.c-tpl-carriculumFlow__item--danger:nth-child(3) .c-tpl-carriculumFlow__text {
  background: white; }

.c-tpl-carriculumFlow__item--primary:nth-child(4) .c-tpl-carriculumFlow__text {
  background: #74a9e2; }

.c-tpl-carriculumFlow__item--secondary:nth-child(4) .c-tpl-carriculumFlow__text {
  background: #afc4db; }

.c-tpl-carriculumFlow__item--info:nth-child(4) .c-tpl-carriculumFlow__text {
  background: #9dd0e2; }

.c-tpl-carriculumFlow__item--warning:nth-child(4) .c-tpl-carriculumFlow__text {
  background: #b8d2e1; }

.c-tpl-carriculumFlow__item--danger:nth-child(4) .c-tpl-carriculumFlow__text {
  background: #fae3e3; }

.c-tpl-carriculumFlow__item--primary:nth-child(5) .c-tpl-carriculumFlow__text {
  background: #5797dc; }

.c-tpl-carriculumFlow__item--secondary:nth-child(5) .c-tpl-carriculumFlow__text {
  background: #96b2d0; }

.c-tpl-carriculumFlow__item--info:nth-child(5) .c-tpl-carriculumFlow__text {
  background: #81c2da; }

.c-tpl-carriculumFlow__item--warning:nth-child(5) .c-tpl-carriculumFlow__text {
  background: #9fc2d6; }

.c-tpl-carriculumFlow__item--danger:nth-child(5) .c-tpl-carriculumFlow__text {
  background: #f5c5c5; }

/*========================================
大項目
=========================================*/
/*　中項目
-----------------------------------------*/
/*========================================
大項目
=========================================*/
/*　中項目
-----------------------------------------*/
/*  小項目  */
/*========================================
大項目
=========================================*/
.c-btn01,
.c-btn01-white {
  display: block;
  color: #0d57a6;
  border: 1px solid #0d57a6;
  text-align: center;
  padding: 14px 0;
  font-size: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden; }

@media (max-width: 768.98px) {
  .c-btn01,
  .c-btn01-white {
    padding: 10px 0;
    font-size: 1.5rem; } }
.c-btn01 span,
.c-btn01-white span {
  z-index: 1;
  position: relative; }

.c-btn01:hover,
.c-btn01-white:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1; }

.c-btn01:hover:before,
.c-btn01-white:hover:before {
  opacity: 1;
  left: 0;
  top: 0;
  background-color: #0d57a6; }

.c-btn01:after,
.c-btn01-white:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 8px;
  height: 12px;
  background-image: url(/img/common/icon-btn-arrow-primary.svg);
  background-size: contain; }

.c-btn01:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0; }

.c-btn01-white {
  border: 1px solid #fff;
  color: #fff; }

.c-btn01-white:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0; }

.c-btn01-white:after {
  background-image: url(/img/common/icon-btn-arrow-white.svg); }

.c-btn01-white:hover {
  color: #0d57a6; }

.c-btn01-white:hover:before {
  opacity: 1;
  left: 0;
  top: 0;
  background-color: #fff; }

.c-btn01-white:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0; }

/*　中項目
-----------------------------------------*/
/*  小項目  */
/*========================================
大項目
=========================================*/
.c-card-col2 {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1; }

@media (max-width: 768.98px) {
  .c-card-col2 {
    padding: 0 15px; } }
.c-card-col2__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 60px; }

.c-card-col2__item:nth-child(2n) {
  margin-right: 0; }

@media (max-width: 768.98px) {
  .c-card-col2__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; } }
.c-card-col2__title {
  margin-bottom: 20px; }

.c-card-col2__caption p {
  font-size: 1.4rem; }

.c-card-col2__img {
  margin-bottom: 14px; }

.c-card-col2__img img {
  width: 100%; }

@media (max-width: 768.98px) {
  .c-card-col2__img {
    margin-bottom: 10px; } }
.c-card-col3 {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1; }

@media (max-width: 768.98px) {
  .c-card-col3 {
    padding: 0 15px; } }
.c-card-col3__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 70px; }

.c-card-col3__item:nth-child(3n) {
  margin-right: 0; }

@media (max-width: 768.98px) {
  .c-card-col3__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; } }
.c-card-col3__title {
  margin-bottom: 30px; }

.c-card-col3__caption p {
  font-size: 1.4rem; }

.c-card-col3__img {
  margin-bottom: 10px; }

.c-card-col3__img img {
  width: 100%; }

@media (max-width: 768.98px) {
  .c-card-col3__img {
    margin-bottom: 10px; } }
/*  小項目  */
/*========================================
大項目
=========================================*/
.c-form01 {
  width: 100%;
  background: transparent !important; }

.c-form01 th,
.c-form01 td {
  padding: 24px;
  font-size: 1.5rem; }

.c-form01 th {
  width: 300px;
  text-align: left;
  vertical-align: middle; }

.c-form01 th .required {
  display: inline-block;
  color: #fff;
  background: #e01d1d;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 120%;
  padding: 4px 15px;
  margin-left: 16px; }

.c-form01 td input[type="number"],
.c-form01 td input[type="text"],
.c-form01 td input[type="email"],
.c-form01 td input[type="tel"] {
  padding: 8px 10px;
  font-size: 1.5rem; }

.c-form01 td select,
.c-form01 td textarea {
  padding: 8px 10px;
  font-size: 1.5rem; }

.c-form01 td input[type="number"].wpcf7c-conf,
.c-form01 td input[type="text"].wpcf7c-conf,
.c-form01 td input[type="email"].wpcf7c-conf,
.c-form01 td input[type="tel"].wpcf7c-conf {
  background-color: #f8f8f8;
  border-color: #ccc; }

.c-form01 td select.wpcf7c-conf,
.c-form01 td textarea.wpcf7c-conf {
  background-color: #f8f8f8;
  border-color: #ccc; }

.c-form01 td input[type="number"],
.c-form01 td input[type="text"],
.c-form01 td input[type="email"],
.c-form01 td input[type="tel"] {
  width: 100%; }

.c-form01 td textarea {
  width: 100%;
  height: 175px; }

.c-form01 td p {
  margin-bottom: 30px; }

.c-form01 td p:last-child {
  margin-bottom: 0; }

.c-form01 td p.zip input[type="text"] {
  width: 115px; }

.c-form01 td p.city input[type="text"],
.c-form01 td p.addr input[type="text"] {
  width: 500px; }

.c-form01 td p.city span,
.c-form01 td p.addr span {
  display: inline-block;
  margin-left: 15px;
  font-size: 1.4rem; }

.c-form01 td small {
  font-size: 1.4rem; }

.c-form01 tr:nth-child(2n) th,
.c-form01 tr:nth-child(2n) td {
  background: #eaeaea; }

.c-form01 .w-30 {
  width: 30% !important; }

@media (max-width: 768.98px) {
  .c-form01 th {
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px; } }
@media (max-width: 768.98px) {
  .c-form01 {
    display: block;
    width: 100%; }

  .c-form01 tbody,
  .c-form01 tr,
  .c-form01 th,
  .c-form01 td {
    display: block;
    width: 100%; }

  .c-form01 th {
    padding: 18px 12px; }

  .c-form01 td {
    padding: 18px 12px;
    padding-top: 24px; }

  .c-form01 td select {
    max-width: 100%; }

  .c-form01 td textarea {
    height: 100px; }

  .c-form01 td p {
    margin-bottom: 15px; }

  .c-form01 td p.zip input[type="text"] {
    width: 65px; }

  .c-form01 td p.city input[type="text"],
  .c-form01 td p.addr input[type="text"] {
    width: calc(100% - 100px); }

  .c-form01 td p.city span,
  .c-form01 td p.addr span {
    font-size: 1.2rem;
    margin-left: 5px; }

  .c-form01 td p.city span:first-child,
  .c-form01 td p.addr span:first-child {
    margin-left: 0; } }
.c-form-btn {
  text-align: center;
  margin-top: 40px; }

.c-form-btn button {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  border: 0;
  max-width: 340px;
  border-radius: 64px;
  color: #fff;
  text-decoration: none;
  padding: 18px 15px;
  -webkit-appearance: none;
  background: -webkit-gradient(linear, right top, left top, from(#2652e1), to(#12bcf0));
  background: -webkit-linear-gradient(right, #2652e1, #12bcf0);
  background: linear-gradient(-90deg, #2652e1, #12bcf0); }

.c-form-btn .back {
  background: #5c5c5c;
  margin-left: 20px; }

@media (max-width: 768.98px) {
  .c-form-btn .back {
    margin-left: 0; } }
@media (max-width: 768.98px) {
  .c-form-btn {
    padding-left: 15px;
    padding-right: 15px; }

  .c-form-btn button {
    background: -webkit-gradient(linear, right top, left top, from(#2652e1), to(#12bcf0));
    background: -webkit-linear-gradient(right, #2652e1, #12bcf0);
    background: linear-gradient(-90deg, #2652e1, #12bcf0);
    margin-right: 0;
    margin-bottom: 15px; } }
/*　中項目
-----------------------------------------*/
/*  小項目  */
/*========================================
大項目
=========================================*/
/*　中項目
-----------------------------------------*/
/*  小項目  */
/*========================================
大項目
=========================================*/
.c-list01 {
  list-style: none;
  padding: 0;
  background-color: #fff; }

.c-list01 .topics-none {
  padding: 24px 40px; }

.c-list01 li {
  border-bottom: 1px solid #f7f7f7; }

.c-list01 li:last-child {
  margin-bottom: 0; }

.c-list01 li a {
  color: #231815;
  display: block;
  position: relative;
  padding: 24px 40px; }

.c-list01 li a span {
  display: inline-block;
  margin-right: 30px; }

.c-list01 li a i {
  display: inline-block;
  font-style: normal;
  margin-left: 10px;
  padding-left: 20px;
  position: relative;
  color: #1C94C0; }

.c-list01 li a i:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 16px;
  background-color: #1C94C0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.c-list01 li a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 12px;
  height: 20px;
  background-image: url(/images/common/icon/icon-arrow-black.svg);
  background-size: contain; }

.c-list01 li a:hover {
  text-decoration: none;
  color: #0d57a6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media (max-width: 768.98px) {
  .c-list01 .topics-none {
    padding: 10px 10px 10px; } }
@media (max-width: 768.98px) {
  .c-list01 li a {
    padding: 10px 10px 10px;
    padding-right: 30px; } }
@media (max-width: 768.98px) {
  .c-list01 li a:before {
    right: 8px;
    width: 8px;
    height: 13px; } }
/*　中項目
-----------------------------------------*/
/*  小項目  */
/*========================================
大項目
=========================================*/
/*　中項目
-----------------------------------------*/
/*  小項目  */
/*========================================
レイアウト用パーツ
=========================================*/
.c-box-col2 {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px; }

.c-box-col2 .c-box01 {
  width: 48%;
  padding: 0;
  margin: 0; }

@media (max-width: 768.98px) {
  .c-box-col2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 20px; } }
@media (max-width: 768.98px) {
  .c-box-col2 .c-box01 {
    width: 100%; } }
.c-box01 {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 60px;
  position: relative; }

@media (max-width: 768.98px) {
  .c-box01 {
    margin-bottom: 20px;
    padding: 0 15px; } }
.c-box01__title {
  margin-bottom: 20px; }

.c-box01__title + .c-box01__text {
  margin-bottom: 20px; }

.c-box01__title + .c-box01__img {
  margin-bottom: 14px; }

@media (max-width: 768.98px) {
  .c-box01__title + .c-box01__text {
    margin-bottom: 14px; } }
@media (max-width: 768.98px) {
  .c-box01__title + .c-box01__img {
    margin-bottom: 10px; } }
.c-box01__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.c-box01__img img {
  width: 48%; }

.c-box01-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c-box01-card__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%; }

.c-box01-card__item:nth-child(3n) {
  margin-right: 0; }

.c-box01-card__item img {
  width: 100%; }

@media (max-width: 768.98px) {
  .c-box01-card__item p {
    font-size: 1.1rem; } }
.c-box01-card__item-col2 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2%; }

.c-box01-card__item-col2:nth-child(2n) {
  margin-right: 0; }

.c-box01-card__item-col2 img {
  width: 100%; }

@media (max-width: 768.98px) {
  .c-box01-card__item-col2 p {
    font-size: 1.1rem; } }
.c-box01-caution {
  background-color: #F8F8F8;
  padding: 10px 20px; }

.c-box01-caution p {
  text-align: center; }

.c-box02 {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 60px;
  position: relative; }

@media (max-width: 768.98px) {
  .c-box02 {
    margin-bottom: 20px;
    padding: 0 15px; } }
.c-box02__title {
  margin-bottom: 20px; }

.c-box02__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768.98px) {
  .c-box02__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.c-box02__text {
  width: 48%; }

@media (max-width: 768.98px) {
  .c-box02__text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
.c-box02__img {
  width: 48%; }

.c-box02__img img {
  width: 100%; }

@media (max-width: 768.98px) {
  .c-box02__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px; } }
.c-box03 {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 60px;
  position: relative; }

@media (max-width: 768.98px) {
  .c-box03 {
    margin-bottom: 20px;
    padding: 0 15px; } }
.c-box03__title {
  margin-bottom: 20px; }

.c-box03__title + .c-box03__text {
  margin-bottom: 20px; }

.c-box03__title + .c-box03__img {
  margin-bottom: 14px; }

@media (max-width: 768.98px) {
  .c-box03__title + .c-box03__text {
    margin-bottom: 14px; } }
@media (max-width: 768.98px) {
  .c-box03__title + .c-box03__img {
    margin-bottom: 10px; } }
.c-box03__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.c-box03__img img {
  width: 32%; }

/*  小項目  */
.c-pagenation01 {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c-pagenation01 .active {
  background-color: #DFDFDF;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  color: #231815;
  font-size: 2rem;
  border-radius: 10px; }

.c-pagenation01 li {
  margin-right: 22px; }

.c-pagenation01 li a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  color: #231815;
  background-color: #fff;
  font-size: 2rem;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

.c-pagenation01 li a:hover {
  text-decoration: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; }

.c-pagenation01 li:last-child {
  margin-right: 0; }

@media (max-width: 768.98px) {
  .c-pagenation01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 768.98px) {
  .c-pagenation01 .active {
    height: 40px;
    width: 40px;
    font-size: 1.5rem; } }
@media (max-width: 768.98px) {
  .c-pagenation01 li {
    margin-bottom: 10px;
    margin-right: 6px; } }
@media (max-width: 768.98px) {
  .c-pagenation01 li a {
    height: 40px;
    width: 40px;
    font-size: 1.5rem; } }
.c-pagenation01__prev a {
  background-color: #0d57a6 !important; }

.c-pagenation01__prev a img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 10px; }

.c-pagenation01__next a {
  background-color: #0d57a6 !important; }

.c-pagenation01__next a img {
  width: 10px; }

.no-frame {
  background-color: #636363; }

/*========================================
大項目
=========================================*/
/*　中項目
-----------------------------------------*/
/*  小項目  */
/*========================================
大項目
=========================================*/
.c-table01 {
  width: 100%;
  border-top: 1px solid #C8C8C8; }

.c-table01 tr {
  border-bottom: 1px solid #C8C8C8; }

.c-table01 th {
  color: #3071b7;
  padding: 16px 10px; }

.c-table01 td {
  padding: 16px 12px;
  word-break: break-all; }

@media (max-width: 768.98px) {
  .c-table01 th {
    display: block;
    padding: 10px 8px;
    background-color: #f1f1f1; } }
@media (max-width: 768.98px) {
  .c-table01 td {
    display: block;
    padding: 10px 8px; } }
.c-table02 {
  width: 100%; }

.c-table02 th,
.c-table02 td {
  border: 1px solid #bcbcbc;
  padding: 16px;
  word-break: break-all; }

@media (max-width: 768.98px) {
  .c-table02 th,
  .c-table02 td {
    padding: 10px; } }
.c-table03 {
  width: 100%;
  border: 1px solid #bcbcbc;
  border-collapse: collapse; }

.c-table03 th {
  background-color: #0d57a6;
  color: #fff;
  padding: 14px 10px;
  border-bottom: 1px solid #fff;
  font-size: 1.4rem; }

.c-table03 th:last-child {
  border-bottom: none; }

.c-table03 td {
  border: 1px solid #bcbcbc;
  padding: 14px 12px;
  font-size: 1.4rem;
  word-break: break-all; }

@media (max-width: 768.98px) {
  .c-table03 {
    border: none; } }
@media (max-width: 768.98px) {
  .c-table03 th {
    display: block;
    padding: 10px 8px;
    width: 100%;
    border-bottom: none; } }
@media (max-width: 768.98px) {
  .c-table03 td {
    display: block;
    padding: 10px 8px;
    width: 100%;
    border: none; } }
/*　中項目
-----------------------------------------*/
/*  小項目  */
/*========================================
見出し
=========================================*/
.c-heading01 {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700; }

.c-heading01 span {
  font-size: 5.8rem;
  display: block;
  line-height: 1;
  font-family: "Yantramanav", sans-serif;
  margin-bottom: 2px; }

@media (max-width: 768.98px) {
  .c-heading01 {
    font-size: 1.4rem; } }
@media (max-width: 768.98px) {
  .c-heading01 span {
    font-size: 3.2rem; } }
.c-heading02 {
  text-align: left;
  font-size: 4.0rem;
  font-family: "Yantramanav", sans-serif;
  line-height: 1.2; }

.c-heading02 span {
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  font-family: "Noto Sans JP", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin-bottom: 10px;
  position: relative;
  padding-left: 80px;
  margin-top: 10px; }

.c-heading02 span:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 768.98px) {
  .c-heading02 {
    font-size: 3.2rem; } }
@media (max-width: 768.98px) {
  .c-heading02 span {
    font-size: 1.4rem; } }
.c-heading03 {
  font-size: 1.8rem;
  font-weight: 700; }

.c-heading03 span {
  color: #0d57a6;
  font-size: 5.0rem;
  font-family: "Yantramanav", sans-serif;
  line-height: 1;
  margin-bottom: 6px;
  display: block; }

@media (max-width: 768.98px) {
  .c-heading03 {
    font-size: 1.4rem; } }
@media (max-width: 768.98px) {
  .c-heading03 span {
    font-size: 3.2rem;
    margin-bottom: 2px; } }
.c-heading04 {
  position: relative;
  padding: 0.7rem 0;
  border-bottom: 2px solid #D9D9D9;
  font-size: 2.6rem;
  font-weight: 700; }

.c-heading04:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: #0d57a6; }

.c-heading04 small {
  font-size: 1.4rem;
  color: #7E7E7E;
  display: inline-block; }

@media (max-width: 768.98px) {
  .c-heading04 {
    font-size: 1.8rem; } }
.c-heading05 {
  position: relative;
  padding: 14px;
  border: 1px solid #231815;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center; }

.c-heading05 small {
  display: block;
  font-size: 1.4rem; }

@media (max-width: 768.98px) {
  .c-heading05 {
    font-size: 1.8rem; } }
.c-heading06 {
  font-size: 2rem;
  color: #0d57a6;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #231815;
  padding-bottom: 16px;
  line-height: 1.4; }

.c-heading06 span {
  display: inline-block;
  border-radius: 10px;
  background-color: #0d57a6;
  color: #fff;
  font-size: 2.4rem;
  padding: 8px 20px;
  margin-right: 16px; }

@media (max-width: 768.98px) {
  .c-heading06 {
    font-size: 1.8rem;
    display: block; } }
@media (max-width: 768.98px) {
  .c-heading06 span {
    font-size: 1.4rem;
    padding: 4px;
    display: block;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 0; } }
.c-heading07 {
  font-size: 1.8rem;
  border-left: 3px solid #0d57a6;
  padding: 2px 0;
  padding-left: 20px;
  font-weight: 700; }

@media (max-width: 768.98px) {
  .c-heading07 {
    font-size: 1.5rem;
    padding-left: 10px; } }
.c-heading08 {
  background-color: #F6F6F6;
  padding: 10px 0;
  padding-left: 20px;
  font-weight: 700; }

@media (max-width: 768.98px) {
  .c-heading08 {
    padding: 10px 12px; } }
.c-heading09 {
  background-color: #0d57a6;
  padding: 10px 0;
  padding-left: 20px;
  font-weight: 700;
  color: #fff; }

@media (max-width: 768.98px) {
  .c-heading09 {
    padding: 10px 12px; } }
.c-heading10 {
  position: relative;
  height: 134px;
  width: 420px;
  min-width: 420px;
  background: #3071b7;
  display: flex;
  justify-content: center;
  align-items: center; }
  .c-heading10::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: -35px;
    width: 100%;
    height: 100%;
    background-image: url(/img/common/line.png);
    z-index: -1; }
  .c-heading10 .ja {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2.22em;
    color: #fff; }
    .c-heading10 .ja::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      background: #e5e5e5;
      height: 35px;
      width: 35px;
      clip-path: polygon(0 0, 0% 100%, 100% 0); }
  .c-heading10 .en {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1em;
    color: #e5e5e5;
    font-family: helvetica, sans-serif;
    opacity: 0.2; }
  @media (max-width: 480px) {
    .c-heading10 {
      width: 90%;
      min-width: initial;
      height: initial;
      aspect-ratio: 3.13; }
      .c-heading10::before {
        bottom: -15px;
        left: -15px; }
      .c-heading10 .ja {
        font-size: 16px;
        font-feature-settings: 'palt'; }
      .c-heading10 .en {
        font-size: 8vw; } }

.c-heading11 {
  position: relative;
  padding-left: 30px;
  font-size: 25px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 700; }
  .c-heading11::after, .c-heading11::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    height: 25px;
    width: 14px; }
  .c-heading11::after {
    left: 0px;
    z-index: 0; }
  .c-heading11::before {
    left: 10px;
    opacity: 0.5;
    z-index: 1; }
  @media (max-width: 480px) {
    .c-heading11 {
      font-size: 20px; } }

.c-heading12 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  padding-left: 30px;
  color: #006cb6;
  margin-bottom: 20px; }
  .c-heading12::before, .c-heading12::after {
    position: absolute;
    content: '';
    background: #006cb6;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .c-heading12::before {
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%; }
  .c-heading12::after {
    top: 50%;
    left: calc(100% + 20px);
    height: 1px;
    width: calc(1180px - (100% + 20px) ); }
  @media (max-width: 480px) {
    .c-heading12 {
      font-size: 18px;
      padding-left: 15px; }
      .c-heading12::before {
        width: 10px;
        height: 10px; }
      .c-heading12::after {
        width: calc( (100vw - 30px) - (100% + 20px) ); } }

/* CSS Document */
/*　中項目
-----------------------------------------*/
/*  小項目  */
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
プロジェクト（ページ個別） .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*========================================
トップページ
=========================================*/
.p-top-main {
  width: 100%;
  background-color: #efefef;
  height: 760px;
  position: relative;
  margin-top: 80px; }

@media (max-width: 768.98px) {
  .p-top-main {
    height: 460px;
    margin-top: 50px; } }
.p-top-main-jr {
  position: absolute;
  right: 10vw;
  top: 40px;
  width: 62px; }

.p-top-main-jr img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-top-main-jr {
    width: 30px;
    top: 24px;
    right: 5vw; } }
.p-top-main-catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 90px; }

.p-top-main-catch h2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 5.7rem;
  line-height: 1.9;
  letter-spacing: 2rem;
  margin-left: 30px;
  color: #414549; }

.p-top-main-catch h2 span {
  color: #0d57a6; }

.p-top-main-catch p {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2.6;
  letter-spacing: 0.1rem;
  color: #414549; }

@media (max-width: 768.98px) {
  .p-top-main-catch {
    padding-top: 40px; } }
@media (max-width: 768.98px) {
  .p-top-main-catch h2 {
    margin-left: 0;
    font-size: 3.0rem;
    letter-spacing: 1.5rem; } }
@media (max-width: 768.98px) {
  .p-top-main-catch p {
    display: none; } }
.p-top-main-bg {
  width: 100%;
  position: absolute;
  bottom: 90px;
  left: 0; }

@media (max-width: 768.98px) {
  .p-top-main-bg {
    bottom: 40px; } }
.p-top-main-bg__item01 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  text-align: center;
  z-index: 30;
  visibility: hidden; }

.p-top-main-bg__item01 img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 188px; }

@media (max-width: 768.98px) {
  .p-top-main-bg__item01 img {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    height: auto; } }
.p-top-main-bg__item02 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 70px;
  visibility: hidden; }

.p-top-main-bg__item02 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 320px; }

@media (max-width: 768.98px) {
  .p-top-main-bg__item02 {
    bottom: 30px; } }
@media (max-width: 768.98px) {
  .p-top-main-bg__item02 img {
    -o-object-fit: fill;
    object-fit: fill;
    height: auto; } }
.p-top-main-bg__item03 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 27px;
  text-align: center;
  z-index: 30;
  visibility: hidden; }

.p-top-main-bg__item03 img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 95px; }

@media (max-width: 768.98px) {
  .p-top-main-bg__item03 {
    bottom: -30px; } }
.p-top-info01 {
  background-color: #231815;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 768.98px) {
  .p-top-info01 {
    height: auto;
    padding: 16px 0 30px; } }
.p-top-info01__inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto; }

.p-top-info01__inner h3 {
  color: #1c94c0;
  font-size: 1.8rem;
  border-right: 1px solid #1c94c0;
  padding-right: 26px;
  margin-right: 26px; }

.p-top-info01__inner ul {
  padding: 0;
  max-width: 80%;
  padding-right: 100px; }

.p-top-info01__inner ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
  width: 90%; }

.p-top-info01__inner ul li br {
  display: none; }

.p-top-info01__inner ul li div {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  overflow: hidden; }

.p-top-info01__inner ul li span {
  color: #fff;
  display: block;
  min-width: 120px; }

.p-top-info01__inner ul li a {
  color: #fff;
  display: inline; }

.p-top-info01__inner ul li .file {
  display: none; }

.p-top-info01__inner .p-top-info01-btn {
  display: block;
  color: #1c94c0;
  background-color: #595757;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8%; }

.p-top-info01__inner .slick-prev {
  right: 40px;
  left: auto;
  z-index: 1; }

.p-top-info01__inner .slick-prev::before {
  content: "";
  background-image: url(/img/common/icon-arrow-white.svg);
  width: 11px;
  height: 18px;
  display: block;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.p-top-info01__inner .slick-next {
  right: 0;
  left: auto; }

.p-top-info01__inner .slick-next::before {
  content: "";
  background-image: url(/img/common/icon-arrow-white.svg);
  width: 11px;
  height: 18px;
  display: block;
  background-size: contain; }

@media (max-width: 768.98px) {
  .p-top-info01__inner {
    padding: 0 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%; } }
@media (max-width: 768.98px) {
  .p-top-info01__inner h3 {
    width: 100%;
    border-right: none;
    margin-bottom: 6px; } }
@media (max-width: 768.98px) {
  .p-top-info01__inner ul {
    width: 100%;
    padding-right: 0;
    max-width: 100%; } }
@media (max-width: 768.98px) {
  .p-top-info01__inner ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 768.98px) {
  .p-top-info01__inner ul li div {
    width: 95%; } }
@media (max-width: 768.98px) {
  .p-top-info01__inner ul li span {
    min-width: 100%; } }
@media (max-width: 768.98px) {
  .p-top-info01__inner ul li a {
    width: 100%; } }
@media (max-width: 768.98px) {
  .p-top-info01__inner .p-top-info01-btn {
    width: 100%;
    margin: 14px auto 0;
    height: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media (max-width: 768.98px) {
  .p-top-info01__inner .slick-prev {
    right: 40px;
    top: -20px; } }
@media (max-width: 768.98px) {
  .p-top-info01__inner .slick-next {
    right: 0;
    top: -20px; } }
.p-top-info02 {
  background-color: #1c94c0;
  padding: 80px 0; }

@media (max-width: 768.98px) {
  .p-top-info02 {
    padding: 30px 0; } }
.p-top-info02-card {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-top-info02-card .slick-dots {
  bottom: -34px; }

.p-top-info02-card .slick-dots > li > button {
  border: 9px solid #1c94c0;
  background: rgba(20, 20, 20, 0.4); }

@media (max-width: 768.98px) {
  .p-top-info02-card {
    display: block;
    padding: 0; } }
.p-top-info02-card__item {
  background-color: #fff;
  padding: 40px;
  position: relative;
  width: calc(100% / 3); }

.p-top-info02-card__item:nth-child(2):before {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #1C94C0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.p-top-info02-card__item:nth-child(2):after {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #1C94C0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.p-top-info02-card__item a {
  color: #231815;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.p-top-info02-card__item a:hover {
  text-decoration: none;
  opacity: 0.5;
  display: block; }

@media (max-width: 768.98px) {
  .p-top-info02-card__item {
    width: 100%;
    padding: 15px;
    position: static;
    margin: 0 10px; } }
@media (max-width: 768.98px) {
  .p-top-info02-card__item:nth-child(2):before {
    content: none; } }
@media (max-width: 768.98px) {
  .p-top-info02-card__item:nth-child(2):after {
    content: none; } }
.p-top-info02-card__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }

.p-top-info02-card__sub .icon {
  color: #76a22d;
  border: 1px solid #76a22d;
  padding: 4px;
  min-width: 120px;
  text-align: center;
  line-height: 1; }

.p-top-about {
  background-image: url(/img/common/line.png);
  padding: 100px 0;
  position: relative; }

.p-top-about:before {
  content: "";
  background-image: url(/img/top/img-top-about.jpg);
  width: 45%;
  height: 420px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 100px; }

@media (max-width: 768.98px) {
  .p-top-about {
    padding-top: 40px;
    padding-bottom: 40px; } }
@media (max-width: 768.98px) {
  .p-top-about:before {
    width: 100%;
    position: static;
    display: block;
    height: 220px;
    margin-bottom: 12px; } }
.p-top-train {
  width: 100%;
  margin-top: -100px;
  position: relative; }

.p-top-train img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-top-train {
    margin-top: -20px; } }
.p-top-about__inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-top-about__inner {
    padding: 0 15px; } }
.p-top-about-main {
  width: 50%; }

.p-top-about-main h3 {
  margin-bottom: 40px; }

.p-top-about-main h4 {
  font-size: 2.4rem;
  color: #0d57a6;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
  font-weight: 700; }

.p-top-about-main p {
  margin-bottom: 30px; }

.p-top-about-main a {
  max-width: 290px; }

@media (max-width: 768.98px) {
  .p-top-about-main {
    width: 100%; } }
@media (max-width: 768.98px) {
  .p-top-about-main h3 {
    margin-bottom: 24px; } }
@media (max-width: 768.98px) {
  .p-top-about-main h4 {
    font-size: 1.8rem;
    margin-bottom: 12px; } }
@media (max-width: 768.98px) {
  .p-top-about-main a {
    margin: auto; } }
.p-top-outline {
  max-width: 1220px;
  padding: 0 20px;
  margin: -120px auto 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768.98px) {
  .p-top-outline {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 40px; } }
.p-top-outline-main {
  width: 47%; }

.p-top-outline-main h3 {
  margin-bottom: 40px; }

.p-top-outline-main h4 {
  font-size: 2.0rem;
  color: #0d57a6;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
  font-weight: 700; }

.p-top-outline-main p {
  margin-bottom: 30px; }

.p-top-outline-main a {
  max-width: 290px; }

@media (max-width: 768.98px) {
  .p-top-outline-main {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media (max-width: 768.98px) {
  .p-top-outline-main h3 {
    margin-bottom: 24px; } }
@media (max-width: 768.98px) {
  .p-top-outline-main h4 {
    font-size: 1.8rem;
    margin-bottom: 14px;
    letter-spacing: 0.1rem; } }
@media (max-width: 768.98px) {
  .p-top-outline-main p {
    margin-bottom: 12px; } }
@media (max-width: 768.98px) {
  .p-top-outline-main a {
    margin: auto; } }
.p-top-outline-img {
  width: 50%;
  margin-top: 180px; }

.p-top-outline-img img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-top-outline-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
.p-top-business {
  margin-bottom: 130px; }

@media (max-width: 768.98px) {
  .p-top-business {
    margin-bottom: 50px; } }
.p-top-business-main {
  background-color: #e5e5e5;
  padding: 100px 0 60px;
  position: relative; }

.p-top-business-main a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #231815; }

.p-top-business-main a:hover {
  text-decoration: none;
  opacity: 0.5; }

@media (max-width: 768.98px) {
  .p-top-business-main {
    padding: 30px 0; } }
.p-top-business-main-inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }

@media (max-width: 768.98px) {
  .p-top-business-main-inner {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.p-top-business-main-title {
  width: 45%;
  padding-left: 80px; }

.p-top-business-main-title h3 {
  margin-bottom: 40px; }

@media (max-width: 768.98px) {
  .p-top-business-main-title {
    width: 100%;
    padding: 0 10px;
    position: relative;
    z-index: 1; } }
@media (max-width: 768.98px) {
  .p-top-business-main-title h3 {
    margin-bottom: 30px; } }
.p-top-business-main-img {
  width: 50%;
  margin-top: -180px;
  position: absolute;
  right: 0;
  bottom: 0; }

.p-top-business-main-img img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-top-business-main-img {
    width: 200px;
    bottom: auto;
    top: -60px;
    margin-top: 0; } }
.p-top-business-box01 {
  width: 100%;
  position: relative; }

.p-top-business-box01 a {
  background-color: #0d57a6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.p-top-business-box01 a:hover {
  text-decoration: none;
  opacity: 0.5; }

@media (max-width: 768.98px) {
  .p-top-business-box01 {
    height: 160px; } }
.p-top-business-box01__main {
  width: 50%;
  padding: 30px 6vw; }

.p-top-business-box01__main h3 {
  color: #fff;
  font-size: 4.0rem;
  font-family: "Yantramanav", sans-serif;
  margin-bottom: 40px;
  line-height: 1; }

.p-top-business-box01__main h4 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px; }

.p-top-business-box01__main p {
  color: #fff; }

@media (max-width: 768.98px) {
  .p-top-business-box01__main {
    padding: 0 10px;
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (max-width: 768.98px) {
  .p-top-business-box01__main h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: center;
    display: none; } }
@media (max-width: 768.98px) {
  .p-top-business-box01__main h4 {
    font-size: 1.5rem;
    margin-bottom: 0; } }
@media (max-width: 768.98px) {
  .p-top-business-box01__main p {
    display: none; } }
.p-top-business-box01__img {
  width: 40%; }

.p-top-business-box01__img img {
  height: 400px; }

@media (max-width: 768.98px) {
  .p-top-business-box01__img {
    width: 45%; } }
@media (max-width: 768.98px) {
  .p-top-business-box01__img img {
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
    width: 100%; } }
.p-top-business-box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-top-business-box02__item {
  width: 50%;
  position: relative; }

.p-top-business-box02__item:nth-child(2) {
  background-color: #0098d8; }

.p-top-business-box02__item:nth-child(2):before {
  content: "";
  background-image: url(/img/top/img-top-block02.svg);
  width: 360px;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0; }

.p-top-business-box02__item:nth-child(1) {
  background-color: #3071b7; }

.p-top-business-box02__item:nth-child(1):before {
  content: "";
  background-image: url(/img/top/img-top-block03.svg);
  width: 540px;
  height: 285px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0; }

.p-top-business-box02__item:nth-child(3) {
  background-color: #00aeeb; }

.p-top-business-box02__item:nth-child(3):before {
  content: "";
  background-image: url(/img/top/img-top-block04.svg);
  width: 450px;
  height: 330px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0; }

.p-top-business-box02__item:nth-child(4) {
  background-color: #58c3f0; }

.p-top-business-box02__item:nth-child(4):before {
  content: "";
  background-image: url(/img/top/img-top-block05.svg);
  width: 390px;
  height: 290px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0; }

.p-top-business-box02__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.p-top-business-box02__item a:hover {
  text-decoration: none;
  opacity: 0.5; }

.p-top-business-box02__item:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media (max-width: 768.98px) {
  .p-top-business-box02__item {
    width: 100%;
    height: 160px; } }
@media (max-width: 768.98px) {
  .p-top-business-box02__item:nth-child(2):before {
    width: 45%;
    height: 160px;
    background-size: cover;
    background-position-x: right; } }
@media (max-width: 768.98px) {
  .p-top-business-box02__item:nth-child(1):before {
    width: 45%;
    height: 160px;
    background-size: cover;
    background-position-x: right; } }
@media (max-width: 768.98px) {
  .p-top-business-box02__item:nth-child(3):before {
    width: 45%;
    height: 160px;
    background-size: cover;
    background-position-x: right; } }
@media (max-width: 768.98px) {
  .p-top-business-box02__item:nth-child(4):before {
    width: 45%;
    height: 160px;
    background-size: cover;
    background-position-x: right; } }
.p-top-business-box02__main {
  padding: 60px 6vw;
  width: 80%;
  position: relative; }

.p-top-business-box02__main h3 {
  color: #fff;
  font-size: 3.7rem;
  margin-bottom: 30px;
  font-family: "Yantramanav", sans-serif;
  line-height: 1.2; }

.p-top-business-box02__main h4 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px; }

.p-top-business-box02__main p {
  color: #fff; }

@media (max-width: 768.98px) {
  .p-top-business-box02__main {
    padding: 0 10px;
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (max-width: 768.98px) {
  .p-top-business-box02__main h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: center;
    display: none; } }
@media (max-width: 768.98px) {
  .p-top-business-box02__main h4 {
    font-size: 1.5rem;
    margin-bottom: 0; } }
@media (max-width: 768.98px) {
  .p-top-business-box02__main p {
    display: none; } }
.p-top-sus {
  width: 100%;
  position: relative;
  padding-top: 180px;
  margin-bottom: 120px; }

.p-top-sus:before {
  content: "";
  background-color: #f1f1f1;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/img/top/img-top-sus-bg.jpg);
  background-size: cover; }

@media (max-width: 768.98px) {
  .p-top-sus {
    padding-top: 40px;
    margin-bottom: 50px; } }
@media (max-width: 768.98px) {
  .p-top-sus:before {
    height: 50vw; } }
.p-top-sus__inner {
  max-width: 940px;
  padding: 0 20px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 768.98px) {
  .p-top-sus__inner {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.p-top-sus__img {
  width: 68%;
  margin-top: 110px; }

.p-top-sus__img img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-top-sus__img {
    width: 80%;
    margin: 0 auto; } }
.p-top-sus__main {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(315deg, #3366cc 0%, #1d4f85 86%);
  background: linear-gradient(135deg, #3366cc 0%, #1d4f85 86%);
  padding: 50px; }

.p-top-sus__main h3 {
  color: #fff;
  font-size: 4.0rem;
  margin-bottom: 30px;
  font-weight: 700; }

.p-top-sus__main p {
  color: #fff;
  margin-bottom: 30px; }

.p-top-sus__main p span {
  font-size: 2rem;
  display: block;
  margin-bottom: 14px;
  font-weight: 700; }

@media (max-width: 768.98px) {
  .p-top-sus__main {
    width: 80%;
    position: static;
    margin-top: -50px;
    margin-left: auto;
    padding: 20px; } }
@media (max-width: 768.98px) {
  .p-top-sus__main h3 {
    font-size: 3.0rem;
    margin-bottom: 14px; } }
@media (max-width: 768.98px) {
  .p-top-sus__main p {
    margin-bottom: 14px; } }
@media (max-width: 768.98px) {
  .p-top-sus__main p span {
    font-size: 1.6rem; } }
.p-top-recruit {
  margin-bottom: 140px; }

@media (max-width: 768.98px) {
  .p-top-recruit {
    margin-bottom: 50px; } }
.p-top-recruit-title {
  margin-bottom: 50px; }

@media (max-width: 768.98px) {
  .p-top-recruit-title {
    margin-bottom: 30px; } }
.p-top-recruit-card {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 768.98px) {
  .p-top-recruit-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.p-top-recruit-card__item {
  width: 50%;
  height: 330px; }

.p-top-recruit-card__item:nth-child(2) a {
  background-image: url(/img/top/img-top-recruit02.jpg);
  background-position: center; }

.p-top-recruit-card__item a {
  background-image: url(/img/top/img-top-recruit01.jpg);
  background-size: cover;
  height: 100%;
  display: block;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.p-top-recruit-card__item a:hover {
  opacity: 0.7;
  text-decoration: none; }

.p-top-recruit-card__item a h4 {
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center; }

.p-top-recruit-card__item a p {
  text-align: center;
  margin-bottom: 30px; }

.p-top-recruit-card__item .c-btn01-white {
  width: 300px; }

@media (max-width: 768.98px) {
  .p-top-recruit-card__item {
    width: 100%;
    height: 250px; } }
@media (max-width: 768.98px) {
  .p-top-recruit-card__item a {
    padding: 15px; } }
.p-top-interview {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 150px; }

.p-top-interview:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20vw;
  background-image: url(/img/common/line.png); }

@media (max-width: 768.98px) {
  .p-top-interview {
    padding-bottom: 10px;
    margin-bottom: 80px; } }
@media (max-width: 768.98px) {
  .p-top-interview:before {
    content: none; } }
.p-top-interview-title {
  margin-bottom: 60px; }

.p-top-interview-title h3 {
  margin-bottom: 30px; }

.p-top-interview-title p {
  text-align: center; }

@media (max-width: 768.98px) {
  .p-top-interview-title {
    margin-bottom: 30px;
    padding: 0 15px; } }
@media (max-width: 768.98px) {
  .p-top-interview-title h3 {
    margin-bottom: 24px; } }
.p-top-interview-card {
  width: 92%;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.p-top-interview-card .slick-dots {
  bottom: -34px; }

.p-top-interview-card .slick-dots > li > button {
  border: 9px solid #fff;
  background: rgba(20, 20, 20, 0.4); }

.p-top-interview-card .passive {
  display: none; }

@media (max-width: 768.98px) {
  .p-top-interview-card {
    display: block;
    padding: 0;
    width: 100%; } }
.p-top-interview-card__item {
  position: relative;
  width: 18%;
  display: block !important; }

.p-top-interview-card__item a {
  color: #231815;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.p-top-interview-card__item a:hover {
  text-decoration: none;
  opacity: 0.5;
  display: block; }

.p-top-interview-card__item a img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-top-interview-card__item {
    width: 100%;
    position: relative;
    margin: 0 10px; } }
.p-top-interview-card__name {
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3; }

.p-top-interview-card__name span {
  font-size: 1.4rem; }

.p-top-interview-card__name p {
  margin-top: 4px;
  font-size: 2.4rem;
  line-height: 1; }

.p-top-interview-card__name p small {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 8px; }

.p-top-interview-card__name ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0px;
  margin: 15px 0 10px -5px; }

.p-top-interview-card__name ul li {
  list-style: none;
  background: #000;
  border-radius: 20px;
  color: #fff;
  padding: 0px 13px;
  margin: 0px 5px 5px; }

@media (max-width: 768.98px) {
  .p-top-interview-card__name {
    padding-bottom: 20px;
    padding-top: 14px; } }
@media (max-width: 768.98px) {
  .p-top-interview-card__name span {
    font-size: 1.2rem; } }
@media (max-width: 768.98px) {
  .p-top-interview-card__name p {
    font-size: 2rem; } }
@media (max-width: 768.98px) {
  .p-top-interview-card__name p small {
    font-size: 1.2rem; } }
.p-top-interview-card__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }

.p-top-interview-card__sub .icon {
  color: #76a22d;
  border: 1px solid #76a22d;
  padding: 4px;
  min-width: 120px;
  text-align: center;
  line-height: 1; }

/*========================================
サイトマップ
=========================================*/
.p-sitemap {
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-sitemap {
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-sitemap-list {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-sitemap-list .first {
  width: 100%; }

.p-sitemap-list .second {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 4%; }

.p-sitemap-list .second:nth-child(odd) {
  margin-right: 0; }

.p-sitemap-list .second .main {
  width: 100%;
  margin-bottom: 20px; }

.p-sitemap-list .second .sub {
  width: 48%;
  margin-right: 4%; }

.p-sitemap-list .second .sub:nth-child(odd) {
  margin-right: 0; }

.p-sitemap-list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px; }

.p-sitemap-list ul .main {
  background-color: #F9F9F9;
  font-size: 2rem; }

.p-sitemap-list ul .main a {
  padding: 12px;
  padding-left: 20px;
  border-left: 8px solid #0d57a6;
  position: relative; }

.p-sitemap-list ul .main a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 8px;
  height: 12px;
  background-image: url(/img/common/icon-btn-arrow-primary.svg);
  background-size: contain; }

.p-sitemap-list ul .main a:hover {
  background-color: #EFF7FF; }

.p-sitemap-list ul .sub {
  border-bottom: 1px solid #CBCBCB; }

.p-sitemap-list ul .sub a {
  text-align: center;
  padding: 14px 0; }

.p-sitemap-list ul a {
  display: block;
  color: #231815;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.p-sitemap-list ul a:hover {
  text-decoration: none;
  color: #0d57a6; }

@media (max-width: 768.98px) {
  .p-sitemap-list {
    padding: 0 15px;
    margin-bottom: 40px; } }
@media (max-width: 768.98px) {
  .p-sitemap-list .second {
    width: 100%;
    margin-right: 0; } }
@media (max-width: 768.98px) {
  .p-sitemap-list ul {
    margin-bottom: 30px; } }
@media (max-width: 768.98px) {
  .p-sitemap-list ul .main {
    font-size: 1.8rem; } }
@media (max-width: 768.98px) {
  .p-sitemap-list ul .main a {
    padding: 10px;
    padding-left: 20px; } }
@media (max-width: 768.98px) {
  .p-sitemap-list ul .sub a {
    padding: 10px 0; } }
.p-sitemap-list02 {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto; }

.p-sitemap-list02 ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.p-sitemap-list02 ul li {
  width: 24%; }

.p-sitemap-list02 ul li a {
  height: 84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 768.98px) {
  .p-sitemap-list02 {
    padding: 0 15px; } }
@media (max-width: 768.98px) {
  .p-sitemap-list02 ul li {
    width: 100%;
    margin-bottom: 4%; } }
@media (max-width: 768.98px) {
  .p-sitemap-list02 ul li a {
    height: 60px;
    line-height: 1.2; } }
/*========================================
プライバシー
=========================================*/
.p-privacy {
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-privacy {
    padding: 0 15px;
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-privacy-box {
  margin-bottom: 40px; }

.p-privacy-box h3 {
  font-size: 2.6rem;
  margin-bottom: 20px; }

.p-privacy-box .second {
  padding-left: 40px;
  margin-bottom: 20px; }

.p-privacy-box .second span {
  color: #0d57a6;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 4px; }

.p-privacy-box p {
  word-break: break-all; }

@media (max-width: 768.98px) {
  .p-privacy-box {
    margin-bottom: 30px; } }
@media (max-width: 768.98px) {
  .p-privacy-box h3 {
    font-size: 1.8rem;
    margin-bottom: 14px; } }
@media (max-width: 768.98px) {
  .p-privacy-box .second {
    padding-left: 20px; } }
@media (max-width: 768.98px) {
  .p-privacy-box .second span {
    font-size: 1.5rem; } }
.p-privacy-box02 {
  border: 8px solid #F2F2F2;
  max-width: 1000px;
  margin: auto; }

.p-privacy-box02 h3 {
  background-color: #F2F2F2;
  text-align: center;
  padding: 10px;
  font-size: 1.8rem;
  margin-bottom: 20px; }

.p-privacy-box02 h4 {
  text-align: center;
  color: #0d57a6;
  font-size: 2rem;
  border-bottom: 2px solid #F2F2F2;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.p-privacy-box02 p {
  text-align: center;
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-privacy-box02 {
    border: 4px solid #F2F2F2; } }
@media (max-width: 768.98px) {
  .p-privacy-box02 h3 {
    font-size: 1.5rem;
    margin-bottom: 12px; } }
@media (max-width: 768.98px) {
  .p-privacy-box02 h4 {
    font-size: 1.8rem;
    padding: 12px;
    padding-top: 0; } }
@media (max-width: 768.98px) {
  .p-privacy-box02 p {
    padding: 0 10px;
    margin-bottom: 20px; } }
.p-privacy p,
.p-privacy h3 {
  word-break: break-word; }

.p-privacy .bracket-num-list {
  position: relative;
  padding-left: 2.0em; }

.p-privacy .bracket-num-list li {
  list-style-type: none;
  counter-increment: cnt; }

.p-privacy .bracket-num-list li::before {
  content: "(" counter(cnt) ") ";
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: absolute;
  left: 0; }

.p-privacy .bracket-lower-alpha-list {
  position: relative;
  padding-left: 2.0em;
  counter-reset: count; }

.p-privacy .bracket-lower-alpha-list > li {
  list-style-type: none;
  /* counter-increment: cnt; */
  counter-increment: count; }

.p-privacy .bracket-lower-alpha-list > li::before {
  content: "(" counter(count,lower-alpha) ") ";
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: absolute;
  left: 0; }

.p-privacy .disc-list {
  list-style-type: disc;
  position: relative;
  left: -30px; }

.p-privacy .disc-list-01 {
  list-style-type: disc; }

.p-privacy .disc-list-02 {
  list-style-type: none;
  position: relative; }

.p-privacy .disc-list-02 > li ::before {
  list-style-type: none;
  content: "- ";
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: absolute;
  left: 0; }

.p-privacy .bracket-num-list-p {
  left: -30px;
  position: relative; }

/*========================================
お問い合わせ
=========================================*/
.p-contact {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-contact {
    padding: 0 15px;
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-contact-title {
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-contact-title {
    margin-bottom: 20px; } }
.p-contact-tel {
  margin-bottom: 60px; }

@media (max-width: 768.98px) {
  .p-contact-tel {
    margin-bottom: 40px; } }
.p-contact-tel-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }

@media (max-width: 768.98px) {
  .p-contact-tel-box {
    display: block;
    padding: 12px; } }
.p-contact-tel-box__title {
  text-align: center;
  font-size: 1.4rem;
  border-right: 1px solid #D4D4D4;
  padding-right: 30px;
  margin-right: 30px;
  width: 25%;
  font-weight: 700; }

.p-contact-tel-box__title span {
  font-size: 2rem;
  display: block; }

@media (max-width: 768.98px) {
  .p-contact-tel-box__title {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 6px;
    margin-bottom: 2px;
    border-bottom: 1px solid #d4d4d4; } }
@media (max-width: 768.98px) {
  .p-contact-tel-box__title span {
    font-size: 1.8rem;
    display: inline-block; } }
.p-contact-tel-box__num {
  width: 35%;
  font-size: 4.0rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.p-contact-tel-box__num:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(/img/common/icon-contact-tel.svg);
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat; }

@media (max-width: 768.98px) {
  .p-contact-tel-box__num {
    width: 100%;
    font-size: 3.2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media (max-width: 768.98px) {
  .p-contact-tel-box__num:before {
    width: 36px;
    height: 36px; } }
.p-contact-tel-box__add {
  width: 47%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.p-contact-tel-box__add:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(/img/common/icon-contact-add.svg);
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat; }

@media (max-width: 768.98px) {
  .p-contact-tel-box__add {
    width: 100%;
    background-color: #f1f1f1;
    padding: 6px; }

  .p-contact-tel-box__add p {
    font-size: 1.2rem;
    line-height: 1.3; } }
@media (max-width: 768.98px) {
  .p-contact-tel-box__add:before {
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px; } }
.p-conatct-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768.98px) {
  .p-conatct-mail {
    display: block;
    margin-bottom: 40px; } }
.p-contact-mail__text {
  width: 52%; }

@media (max-width: 768.98px) {
  .p-contact-mail__text {
    width: 100%;
    margin-bottom: 20px; } }
.p-contact-mail__info {
  width: 44%;
  background-color: #F1F1F1;
  padding: 20px;
  border-radius: 10px; }

.p-contact-mail__info p {
  text-align: center;
  margin-bottom: 10px; }

.p-contact-mail__info a {
  display: block;
  background-color: #fff;
  color: #231815;
  padding: 6px;
  text-align: center;
  border-radius: 10px;
  font-size: 3.0rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.p-contact-mail__info a:before {
  content: "";
  background-image: url(/img/common/icon-contact-mail.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat; }

@media (max-width: 768.98px) {
  .p-contact-mail__info {
    width: 100%;
    padding: 12px; } }
@media (max-width: 768.98px) {
  .p-contact-mail__info a {
    font-size: 2.6rem; } }
.p-contact-map-route {
  background-color: #DEDEDE;
  padding: 20px;
  margin-bottom: 50px; }

@media (max-width: 768.98px) {
  .p-contact-map-route {
    padding: 12px;
    margin-bottom: 30px; } }
.p-contact-map-route-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-contact-map-route-body .route-from {
  padding: 8px 16px;
  border: none;
  width: 33%; }

.p-contact-map-route-body .arrow {
  margin: 0 16px; }

.p-contact-map-route-body p {
  padding: 8px 16px;
  border: 1px solid #231815; }

.p-contact-map-route-body .submit {
  background-color: #0d57a6;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  border: none;
  width: 22%;
  margin-left: auto; }

@media (max-width: 768.98px) {
  .p-contact-map-route-body {
    display: block;
    text-align: center; } }
@media (max-width: 768.98px) {
  .p-contact-map-route-body .route-from {
    width: 100%;
    font-size: 1.6rem; } }
@media (max-width: 768.98px) {
  .p-contact-map-route-body .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 10px 0; } }
@media (max-width: 768.98px) {
  .p-contact-map-route-body p {
    width: 100%;
    text-align: center; } }
@media (max-width: 768.98px) {
  .p-contact-map-route-body .submit {
    width: 90%;
    margin-top: 20px; } }
.p-conatct-map-iframe iframe {
  width: 100%;
  height: 580px; }

@media (max-width: 768.98px) {
  .p-conatct-map-iframe iframe {
    height: 100vw; } }
/*========================================
事業紹介
=========================================*/
.p-business {
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-business {
    padding-bottom: 50px; } }
.p-business-movie__bg {
  background-image: url(/img/common/line.png);
  padding: 100px 0; }

@media (max-width: 768.98px) {
  .p-business-movie__bg {
    padding: 30px 0; } }
.p-business-movie {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 10px solid #DFDFDF;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 480px; }

@media (max-width: 768.98px) {
  .p-business-movie {
    max-width: 90%;
    border: 6px solid #DFDFDF;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto; } }
.p-business-movie__left {
  width: 36.5%;
  padding: 0 30px; }

@media (max-width: 768.98px) {
  .p-business-movie__left {
    width: 100%;
    padding: 14px; } }
.p-business-movie__right {
  width: 63.5%;
  height: 100%; }

.p-business-movie__right iframe {
  width: 100%;
  height: 100%; }

@media (max-width: 768.98px) {
  .p-business-movie__right {
    width: 100%;
    height: 60vw; } }
/*========================================
車両メンテナンス
=========================================*/
.p-maintenance {
  padding-top: 80px; }

.p-maintenance .l-contents-section02,
.p-maintenance .l-contents-section {
  padding-top: 100px;
  margin-top: -100px; }

@media (max-width: 768.98px) {
  .p-maintenance {
    padding-top: 30px; } }
@media (max-width: 768.98px) {
  .p-maintenance .l-contents-section02,
  .p-maintenance .l-contents-section {
    padding-top: 50px;
    margin-top: -50px; } }
.p-maintenance-card {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -160px;
  margin-bottom: 120px;
  position: relative; }

@media (max-width: 768.98px) {
  .p-maintenance-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-top: -80px;
    margin-bottom: 60px; } }
.p-maintenace-card__item {
  width: 19%;
  height: 280px; }

.p-maintenace-card__item a {
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-linear-gradient(315deg, #3366cc 0%, #1d4f85 86%);
  background: linear-gradient(135deg, #3366cc 0%, #1d4f85 86%);
  padding: 30px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.p-maintenace-card__item a:hover {
  opacity: 0.7;
  text-decoration: none; }

.p-maintenace-card__item a:after {
  content: "";
  background-image: url(/img/common/icon-arrow-white.svg);
  width: 10px;
  height: 17px;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

@media (max-width: 768.98px) {
  .p-maintenace-card__item {
    width: 49%;
    height: 45vw;
    margin-bottom: 2%; } }
@media (max-width: 768.98px) {
  .p-maintenace-card__item a {
    padding: 10px; } }
.p-maintenace-card__img {
  text-align: center;
  margin-bottom: 30px; }

.p-maintenace-card__img img {
  width: 60px; }

@media (max-width: 768.98px) {
  .p-maintenace-card__img {
    margin-bottom: 10px; } }
@media (max-width: 768.98px) {
  .p-maintenace-card__img img {
    width: auto;
    height: 13vw; } }
.p-maintenace-card__title h4 {
  text-align: center;
  font-size: 1.6rem; }

@media (max-width: 768.98px) {
  .p-maintenace-card__title h4 {
    font-size: 1.4rem;
    line-height: 1.4; } }
.p-maintenance-section {
  position: relative;
  overflow: hidden;
  background-color: #e5e5e5;
  padding-bottom: 90px;
  margin-bottom: 90px; }

.p-maintenance-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #fff; }

.p-maintenance-section:after {
  content: "";
  background-color: #d0e2ec;
  width: 130%;
  height: 40%;
  -webkit-transform: skew(0deg, -52deg);
  transform: skew(0deg, -52deg);
  position: absolute;
  top: 850px;
  right: -60%; }

@media (max-width: 768.98px) {
  .p-maintenance-section {
    padding-bottom: 20px;
    margin-bottom: 50px; } }
@media (max-width: 768.98px) {
  .p-maintenance-section:after {
    width: 170%; } }
.p-maintenance-section-bg {
  position: absolute;
  top: 35px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90vw 70vw 0 0;
  border-color: #fff transparent transparent transparent; }

@media (max-width: 768.98px) {
  .p-maintenance-section-bg {
    border-width: 140vw 110vw 0 0; } }
.p-maintenance-section-main {
  position: relative;
  margin-bottom: 120px; }

.p-maintenance-section-main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 35px;
  background-image: url(/img/maintenance/img-maintenance-header01.png);
  width: 68%;
  height: 418px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 0; }

@media (max-width: 768.98px) {
  .p-maintenance-section-main {
    margin-bottom: 30px; } }
@media (max-width: 768.98px) {
  .p-maintenance-section-main:before {
    top: 70px;
    width: 95%;
    height: 47vw; } }
.p-maintenance-section-main__inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  position: relative; }

@media (max-width: 768.98px) {
  .p-maintenance-section-main__inner {
    padding: 0 15px; } }
.p-maintenance-section-title {
  width: 36%;
  margin-bottom: 60px;
  margin-left: auto;
  position: relative; }

.p-maintenance-section-title h3 {
  width: 100%;
  padding: 30px;
  height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: -webkit-linear-gradient(315deg, #3366cc 0%, #1d4f85 86%);
  background: linear-gradient(135deg, #3366cc 0%, #1d4f85 86%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center; }

.p-maintenance-section-title h3 span {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 6px; }

.p-maintenance-section-title:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/img/common/line.png);
  position: absolute;
  left: -35px;
  top: 35px; }

@media (max-width: 768.98px) {
  .p-maintenance-section-title {
    width: 100%;
    margin-bottom: 44vw; } }
@media (max-width: 768.98px) {
  .p-maintenance-section-title h3 {
    padding: 12px;
    height: 110px;
    font-size: 1.2rem; } }
@media (max-width: 768.98px) {
  .p-maintenance-section-title h3 span {
    font-size: 2rem; } }
@media (max-width: 768.98px) {
  .p-maintenance-section-title:before {
    left: -10px;
    top: 10px; } }
.p-maintenance-section-text {
  width: 36%;
  margin-left: auto;
  position: relative; }

@media (max-width: 768.98px) {
  .p-maintenance-section-text {
    width: 100%; } }
.p-maintenance-subtitle {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 40px;
  position: relative; }

.p-maintenance-subtitle h4 {
  margin-bottom: 30px; }

/*========================================

事業方針
=========================================*/
.p-vision {
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-vision {
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-vision-concept {
  position: relative;
  width: 100%;
  padding-top: 520px;
  margin-bottom: 80px; }

.p-vision-concept:before {
  content: "";
  background-image: url(/img/vision/img-vision-concept.jpg);
  background-size: cover;
  width: 100%;
  height: 650px;
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 768.98px) {
  .p-vision-concept {
    padding-top: 40vw;
    margin-bottom: 50px; } }
@media (max-width: 768.98px) {
  .p-vision-concept:before {
    height: 50vw; } }
.p-vision-concept__text {
  background-color: #fff;
  position: relative;
  max-width: 1220px;
  padding: 40px 20px;
  margin: auto;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.p-vision-concept__text p {
  text-align: center;
  color: #0d57a6;
  font-size: 2.6rem;
  font-weight: 700; }

@media (max-width: 768.98px) {
  .p-vision-concept__text {
    max-width: 90%;
    padding: 14px 10px; } }
@media (max-width: 768.98px) {
  .p-vision-concept__text p {
    font-size: 1.8rem; } }
.p-vision-title {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 30px; }

.p-vision-le {
  background-color: #1C94C0;
  padding: 60px 0; }

@media (max-width: 768.98px) {
  .p-vision-le {
    padding: 30px 0; } }
.p-vision-le__inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-vision-le__inner {
    padding: 0 15px; } }
.p-vision-le-title {
  margin-bottom: 40px; }

.p-vision-le-title h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px; }

.p-vision-le-title h4 span {
  font-size: 4.0rem;
  font-family: "Yantramanav", sans-serif;
  line-height: 1;
  margin-bottom: 6px;
  display: block; }

.p-vision-le-title p {
  color: #fff;
  width: 70%;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-vision-le-title {
    margin-bottom: 30px; } }
@media (max-width: 768.98px) {
  .p-vision-le-title h4 {
    margin-bottom: 20px; } }
@media (max-width: 768.98px) {
  .p-vision-le-title h4 span {
    font-size: 2.6rem; } }
@media (max-width: 768.98px) {
  .p-vision-le-title p {
    width: 100%; } }
.p-vision-le-main {
  background-color: #fff;
  padding: 40px 120px 80px; }

@media (max-width: 768.98px) {
  .p-vision-le-main {
    padding: 20px 12px 40px; } }
.p-vision-le__img {
  text-align: center; }

.p-vision-le__img img {
  width: 100%; }

.p-vision-le__text h5 {
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-vision-le__text h5 {
    margin-bottom: 20px; } }
/*========================================
車両部品製造
=========================================*/
.p-parts {
  padding-top: 80px;
  padding-bottom: 120px; }

.p-parts .l-business-about {
  padding-bottom: 400px; }

.p-parts .l-business-about::before {
  height: 596px; }

@media (max-width: 768.98px) {
  .p-parts {
    padding-bottom: 50px;
    padding-top: 30px; } }
@media (max-width: 768.98px) {
  .p-parts .l-business-about {
    padding-bottom: 200px; } }
@media (max-width: 768.98px) {
  .p-parts .l-business-about::before {
    height: 93.5%; } }
.p-parts-movie {
  max-width: 1200px;
  margin: -240px auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 10px solid #DFDFDF;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 480px;
  position: relative; }

@media (max-width: 768.98px) {
  .p-parts-movie {
    max-width: 90%;
    border: 6px solid #DFDFDF;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin-top: -160px;
    margin-bottom: 40px; } }
.p-parts-movie__left {
  width: 36.5%;
  padding: 0 30px; }

@media (max-width: 768.98px) {
  .p-parts-movie__left {
    width: 100%;
    padding: 14px; } }
.p-parts-movie__right {
  width: 63.5%;
  height: 100%; }

.p-parts-movie__right iframe {
  width: 100%;
  height: 100%; }

@media (max-width: 768.98px) {
  .p-parts-movie__right {
    width: 100%;
    height: 60vw; } }
.p-parts-info {
  background-color: #F2F2F2;
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px; }

.p-parts-info p {
  margin-bottom: 20px;
  text-align: center; }

.p-parts-info img {
  max-width: 50%; }

@media (max-width: 768.98px) {
  .p-parts-info {
    max-width: calc(100% - 30px);
    padding: 14px;
    margin-bottom: 60px; } }
@media (max-width: 768.98px) {
  .p-parts-info img {
    max-width: 100%; } }
/*========================================
車両基地設備
=========================================*/
.p-facility {
  padding-top: 80px;
  padding-bottom: 120px; }

.p-facility .l-business-about {
  padding-bottom: 400px; }

.p-facility .l-business-about::before {
  height: 553px; }

@media (max-width: 768.98px) {
  .p-facility {
    padding-bottom: 50px;
    padding-top: 30px; } }
@media (max-width: 768.98px) {
  .p-facility .l-business-about {
    padding-bottom: 200px; } }
@media (max-width: 768.98px) {
  .p-facility .l-business-about::before {
    height: 93%; } }
.p-facility-concept {
  max-width: 1000px;
  margin: -225px auto 100px;
  background-color: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative; }

@media (max-width: 768.98px) {
  .p-facility-concept {
    max-width: 90%;
    margin-top: -160px;
    margin-bottom: 50px; } }
.p-facility-concept__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-facility-concept__img img {
  width: 50%; }

.p-facility-concept__text {
  padding: 30px 50px; }

.p-facility-maintenance {
  padding-top: 90px;
  margin-top: -90px; }

@media (max-width: 768.98px) {
  .p-facility-concept__text {
    padding: 14px; } }
/*========================================
車両リノベーション
=========================================*/
.p-renovation {
  padding-top: 80px;
  padding-bottom: 120px; }

.p-renovation .l-business-about {
  padding-bottom: 200px;
  margin-bottom: 50px; }

.p-renovation .l-business-about::before {
  height: 325px; }

@media (max-width: 768.98px) {
  .p-renovation {
    padding-bottom: 50px;
    padding-top: 30px; } }
@media (max-width: 768.98px) {
  .p-renovation .l-business-about {
    padding-bottom: 40px;
    margin-bottom: 40px;
    overflow: hidden; } }
@media (max-width: 768.98px) {
  .p-renovation .l-business-about::before {
    height: 89%; } }
.p-renovation-flow {
  background-color: #0d57a6;
  padding: 100px 0;
  margin-bottom: 100px; }

@media (max-width: 768.98px) {
  .p-renovation-flow {
    padding: 40px 15px;
    margin-bottom: 50px; } }
.p-renovation-flow__inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-renovation-flow__inner {
    padding: 0; } }
.p-renovation-flow__title {
  margin-bottom: 50px; }

.p-renovation-flow__title h3 {
  color: #fff;
  font-size: 3.0rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-align: center;
  display: table;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-renovation-flow__title {
    margin-bottom: 30px; } }
@media (max-width: 768.98px) {
  .p-renovation-flow__title h3 {
    font-size: 1.8rem; } }
.p-renovation-flow-box {
  background-color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

.p-renovation-flow-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px; }

.p-renovation-flow-link .c-btn01-white {
  width: 300px; }

@media (max-width: 768.98px) {
  .p-renovation-flow-box {
    padding: 14px;
    margin-bottom: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.p-renovation-flow-box__text {
  width: 53%; }

.p-renovation-flow-box__text h4 {
  margin-bottom: 20px; }

@media (max-width: 768.98px) {
  .p-renovation-flow-box__text {
    width: 100%;
    margin-bottom: 10px; } }
.p-renovation-flow-box__img {
  width: 43.5%; }

.p-renovation-flow-box__img img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-renovation-flow-box__img {
    width: 50%; } }
.p-renovation-flow__arrow {
  text-align: center;
  margin-bottom: 20px; }

@media (max-width: 768.98px) {
  .p-renovation-flow__arrow {
    margin-bottom: 10px; } }
@media (max-width: 768.98px) {
  .p-renovation-flow__arrow img {
    width: 20px; } }
/*========================================
製品・販売
=========================================*/
.p-products {
  padding-top: 80px;
  padding-bottom: 120px; }

.p-products .l-business-about {
  padding-bottom: 230px; }

.p-products .l-business-about::before {
  height: 464px; }

.p-products .c-heading04 {
  padding-top: 100px;
  margin-top: -100px; }

.p-products .l-contents-section::after {
  width: 230%;
  top: 1500px; }

.p-products .c-box02__text .c-btn01 {
  width: 250px; }

body.english .p-products .c-box02__text .c-btn01 {
  width: 350px;
  padding: 14px 30px 14px 10px; }

@media (max-width: 768.98px) {
  .p-products {
    padding-bottom: 50px;
    padding-top: 30px; }

  .p-products .l-business-about {
    padding-bottom: 230px; }

  .p-products .l-business-about::before {
    height: 93.5%; }

  .p-products .c-heading04 {
    padding-top: 60px;
    margin-top: -60px; } }
.p-products-list-box {
  max-width: 1220px;
  padding: 0 20px;
  margin: -120px auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }

@media (max-width: 768.98px) {
  .p-products-list-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: -190px auto 70px; } }
.p-products-list {
  width: 100%;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  margin-bottom: 20px; }

.p-products-list ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-products-list ul li {
  /* width: 100%; */
  width: calc( 100% / 3 );
  /*margin-bottom: 6px;*/
  padding: 3px 0px; }

.p-products-list ul li a {
  display: block;
  padding: 6px;
  padding-left: 20px;
  position: relative;
  padding-left: 35px;
  line-height: 1.3em; }

.p-products-list ul li a::before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0d57a6;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.p-products-list ul .first {
  position: relative;
  width: 100%;
  /*margin-bottom: 10px;*/ }

.p-products-list ul li:nth-child(n+2) {
  display: none; }

.p-products-list ul.open li:nth-child(n+2) {
  display: inline-block; }

.p-products-list ul .expand {
  display: none !important;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: transparent !important; }

.p-products-list ul.open .expand {
  transform: translateY(-50%) rotate(180deg) !important;
  -webkit-transform: translateY(-50%) rotate(180deg) !important; }

.p-products-list ul .first a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: -webkit-linear-gradient(315deg, #1d4f85 0%, #36c 86%);
  background: linear-gradient(135deg, #1d4f85 0%, #36c 86%);
  font-weight: 700;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.p-products-list ul .first a::before {
  display: none; }

.p-products-list ul .first a:hover {
  opacity: 0.8;
  text-decoration: none; }

/*
.p-products-list:nth-child(1){
    width: 58%;
}
.p-products-list:nth-child(2){
    width: 38%;
}
*/
@media (max-width: 1180px) {
  .p-products-list ul .expand {
    /*display: inline-block !important;*/
    display: flex !important;
    padding: 0 !important; }

  .p-products-list ul li {
    width: calc( 100% / 2 ); } }
@media (max-width: 768.98px) {
  .p-products-list {
    width: 100% !important; }

  .p-products-list ul li {
    width: 100%; } }
@media (max-width: 768.98px) {
  .p-products-list ul li a {
    /*font-size: 1.2rem;*/
    /*padding: 6px;*/
    /*padding-left: 35px;*/ } }
@media (max-width: 768.98px) {
  .p-products-list ul .first a {
    /*font-size: 1.5rem;*/ } }
@media (max-width: 430px) {
  .p-products-list ul .first a {
    /*font-size: 1.3rem;*/ } }
/*========================================
企業理念
=========================================*/
.p-philosophy {
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-philosophy {
    padding: 0 15px;
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-philosophy-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 20px;
  margin-bottom: 40px; }

.p-philosophy-box:first-child {
  border-top: 1px solid #DCDCDC;
  padding-top: 40px; }

@media (max-width: 768.98px) {
  .p-philosophy-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 40px; } }
.p-philosophy-box__title {
  width: 44%; }

.p-philosophy-box__title h3 {
  font-size: 6.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1; }

.p-philosophy-box__title h3 span {
  font-size: 1.5rem;
  color: #0d57a6;
  display: block;
  font-family: "Yantramanav", sans-serif;
  margin-bottom: 10px; }

@media (max-width: 768.98px) {
  .p-philosophy-box__title {
    width: 100%; } }
@media (max-width: 768.98px) {
  .p-philosophy-box__title h3 {
    font-size: 2.6rem;
    margin-bottom: 14px; } }
/*========================================
代表挨拶
=========================================*/
.p-topmessage {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
  background-color: #e6e6e6; }

.p-topmessage::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84vw 70vw 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0; }

@media (max-width: 768.98px) {
  .p-topmessage {
    padding-bottom: 50px;
    padding-top: 30px;
    margin-bottom: 60px; } }
.p-topmessage-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  position: relative; }

@media (max-width: 768.98px) {
  .p-topmessage-box {
    padding: 0 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.p-topmessage-box__img {
  max-width: 440px;
  text-align: center; }

.p-topmessage-box__img img {
  width: 100%; }

.p-topmessage-box__img .name {
  width: 50%;
  margin-top: 14px; }

@media (max-width: 768.98px) {
  .p-topmessage-box__img {
    max-width: 80%;
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
@media (max-width: 768.98px) {
  .p-topmessage-box__img .name {
    width: 70%;
    margin-top: 10px; } }
.p-topmessage-box__text {
  max-width: 650px; }

.p-topmessage-box__text h3 {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px; }

.p-topmessage-box__text h3 span {
  color: #0d57a6;
  font-size: 1.5rem;
  display: block; }

@media (max-width: 768.98px) {
  .p-topmessage-box__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px; } }
@media (max-width: 768.98px) {
  .p-topmessage-box__text h3 {
    font-size: 1.8rem;
    margin-bottom: 20px; } }
@media (max-width: 768.98px) {
  .p-topmessage-box__text h3 span {
    font-size: 1.4rem; } }
.p-philosophy-box__title {
  width: 44%; }

.p-philosophy-box__title h3 {
  font-size: 6.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1; }

.p-philosophy-box__title h3 span {
  font-size: 1.5rem;
  color: #0d57a6;
  display: block;
  font-family: "Yantramanav", sans-serif;
  margin-bottom: 10px; }

@media (max-width: 768.98px) {
  .p-philosophy-box__title {
    width: 100%; } }
@media (max-width: 768.98px) {
  .p-philosophy-box__title h3 {
    font-size: 2.6rem;
    margin-bottom: 14px; } }
/*========================================
会社概要
=========================================*/
.p-overview {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative; }

@media (max-width: 768.98px) {
  .p-overview {
    padding: 0 15px;
    padding-bottom: 50px;
    padding-top: 30px;
    display: block; } }
.p-overview-nav {
  width: 24%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: 100%; }

.p-overview-nav h3 {
  margin-bottom: 30px; }

.p-overview-nav h3 span {
  font-size: 4rem; }

.p-overview-nav ul {
  list-style: none;
  padding: 0; }

.p-overview-nav ul li {
  margin-bottom: 10px; }

.p-overview-nav ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #0d57a6;
  border-radius: 30px;
  border: 1px solid #0d57a6;
  padding: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.4rem; }

.p-overview-nav ul li a:hover {
  color: #fff;
  background-color: #0d57a6;
  text-decoration: none; }

@media (max-width: 768.98px) {
  .p-overview-nav {
    width: 100%;
    position: static;
    margin-bottom: 50px; } }
@media (max-width: 768.98px) {
  .p-overview-nav h3 {
    margin-bottom: 20px;
    display: none; } }
@media (max-width: 768.98px) {
  .p-overview-nav ul li {
    margin-bottom: 10px; } }
@media (max-width: 768.98px) {
  .p-overview-nav ul li a {
    padding: 8px; } }
.p-overview-contents {
  width: 69.5%; }

@media (max-width: 768.98px) {
  .p-overview-contents {
    width: 100%; } }
.p-overview-container {
  max-width: 1220px;
  margin: auto;
  margin-bottom: 120px;
  padding-top: 100px;
  margin-top: -100px; }

@media (max-width: 768.98px) {
  .p-overview-container {
    margin-bottom: 70px; } }
.p-overview-title {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-overview-title p {
  margin-top: 30px;
  width: 100%; }

@media (max-width: 768.98px) {
  .p-overview-title {
    margin-bottom: 20px; } }
@media (max-width: 768.98px) {
  .p-overview-title .c-btn01,
  .p-overview-title .c-btn01-white {
    display: none; } }
.p-overview-table p {
  margin-bottom: 10px; }

.p-overview-table a {
  max-width: 320px;
  margin: 20px auto 0; }

.p-overview-img {
  margin-bottom: 60px; }

.p-overview-img p {
  margin-bottom: 10px; }

.p-overview-img img {
  border: 1px solid #ccc;
  padding: 40px;
  width: 100%; }

@media (max-width: 768.98px) {
  .p-overview-img img {
    padding: 14px; } }
.p-overview-history__bg {
  background-color: #f6f6f6;
  padding: 80px 0;
  margin-bottom: 80px;
  position: relative; }

@media (max-width: 768.98px) {
  .p-overview-history__bg {
    padding: 40px 0;
    margin-bottom: 40px; } }
.p-overview-history__inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-overview-history__inner {
    padding: 0 15px; } }
.p-overview-history__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 8px 20px;
  margin-bottom: 10px;
  min-height: 96px; }

@media (max-width: 768.98px) {
  .p-overview-history__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 10px;
    min-height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
.p-overview-history__year {
  color: #3071b7;
  font-weight: 700;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px;
  min-width: 130px;
  text-align: center; }

.p-overview-history__year span {
  font-size: 3.0rem; }

@media (max-width: 768.98px) {
  .p-overview-history__year {
    min-width: 48%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    line-height: 1; } }
.p-overview-history__month {
  background-color: #3071b7;
  color: #fff;
  padding: 6px 10px;
  min-width: 110px;
  text-align: center;
  margin-right: 20px; }

@media (max-width: 768.98px) {
  .p-overview-history__month {
    min-width: 48%;
    margin-right: 0; } }
.p-overview-history__text p {
  font-size: 1.4rem; }

@media (max-width: 768.98px) {
  .p-overview-history__text {
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc; } }
.p-overview-box {
  margin-bottom: 30px; }

.p-overview-box h4 {
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0; }

@media (max-width: 768.98px) {
  .p-overview-box {
    margin-bottom: 20px; } }
.p-overview-box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.p-overview-box-flex p {
  width: 48%; }

@media (max-width: 768.98px) {
  .p-overview-box-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 768.98px) {
  .p-overview-box-flex p {
    width: 100%; } }
.p-philosophy-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 20px;
  margin-bottom: 40px; }

.p-philosophy-box:first-child {
  border-top: 1px solid #DCDCDC;
  padding-top: 40px; }

@media (max-width: 768.98px) {
  .p-philosophy-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 40px; } }
.p-philosophy-box__title {
  width: 44%; }

.p-philosophy-box__title h3 {
  font-size: 6.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1; }

.p-philosophy-box__title h3 span {
  font-size: 1.5rem;
  color: #0d57a6;
  display: block;
  font-family: "Yantramanav", sans-serif;
  margin-bottom: 10px; }

@media (max-width: 768.98px) {
  .p-philosophy-box__title {
    width: 100%; } }
@media (max-width: 768.98px) {
  .p-philosophy-box__title h3 {
    font-size: 2.6rem;
    margin-bottom: 14px; } }
.print-btn {
  width: 200px;
  cursor: pointer; }

/*プリント用CSS*/
@media print {
  .area {
    width: 100%; }

  .print-btn,
  .print-all {
    display: none; }

  .c-table01 th,
  .c-table01 td {
    display: table-cell; }

  .p-overview-title {
    margin-bottom: 14px; }

  .p-overview-table .c-btn01,
  .p-overview-table .c-btn01-white {
    display: none; }

  .p-overview-history__year {
    min-width: 13%;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc; }

  .p-overview-history__year span {
    font-size: 2.4rem; }

  .p-overview-history__month {
    min-width: 8%;
    margin-right: 10px; }

  .p-overview-history__text {
    width: auto;
    border: none;
    padding-top: 0;
    margin-top: 0;
    min-width: 77%; }

  .p-overview-history__text p {
    font-size: 1.3rem; }

  .p-overview-history__item {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .p-overview-box-flex {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .p-overview-box-flex p {
    width: 48%; }

  .btn-zoom {
    display: none !important; } }
#print .p-overview-img {
  margin-bottom: 0; }

#print .p-overview-img img {
  width: 83%; }

/*========================================
事業所紹介
=========================================*/
.p-office {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative; }

@media (max-width: 768.98px) {
  .p-office {
    padding: 0 15px;
    padding-bottom: 50px;
    padding-top: 30px;
    display: block; } }
.p-office-nav {
  width: 24%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: 100%; }

.p-office-nav h3 {
  margin-bottom: 30px; }

.p-office-nav h3 span {
  font-size: 4rem; }

.p-office-nav ul {
  list-style: none;
  padding: 0; }

.p-office-nav ul li {
  margin-bottom: 10px; }

.p-office-nav ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #0d57a6;
  border-radius: 30px;
  border: 1px solid #0d57a6;
  padding: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.4rem; }

.p-office-nav ul li a:hover {
  color: #fff;
  background-color: #0d57a6;
  text-decoration: none; }

@media (max-width: 768.98px) {
  .p-office-nav {
    width: 100%;
    position: static;
    margin-bottom: 50px; } }
@media (max-width: 768.98px) {
  .p-office-nav h3 {
    margin-bottom: 20px;
    display: none; } }
@media (max-width: 768.98px) {
  .p-office-nav ul li {
    margin-bottom: 10px; } }
@media (max-width: 768.98px) {
  .p-office-nav ul li a {
    padding: 8px; } }
.p-office-contents {
  width: 69.5%; }

@media (max-width: 768.98px) {
  .p-office-contents {
    width: 100%; } }
.p-office-title {
  margin-bottom: 40px;
  padding-top: 100px;
  margin-top: -100px; }

@media (max-width: 768.98px) {
  .p-office-title {
    margin-bottom: 30px; } }
.p-office-map {
  margin-bottom: 40px; }

.p-office-map p {
  margin-bottom: 10px; }

.p-office-map iframe {
  width: 100%;
  height: 660px; }

@media (max-width: 768.98px) {
  .p-office-map iframe {
    height: 100vw; } }
.p-office-box {
  margin-bottom: 80px; }

@media (max-width: 768.98px) {
  .p-office-box {
    margin-bottom: 50px; } }
.p-office-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #E1E1E1; }

.p-office-box__item:first-child {
  border-top: 1px solid #E1E1E1; }

.p-office-box__item .js-office-ac {
  width: 100%;
  display: none; }

.p-office-box__item.open .js-office-ac {
  display: block; }

.p-office-box__title {
  width: 100%;
  cursor: pointer;
  padding: 30px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative; }

.p-office-box__title:hover {
  background-color: #fafafa; }

.p-office-box__title::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #000;
  -webkit-transition: .2s;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

.p-office-box__title::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #000;
  -webkit-transition: .3s;
  transition: .3s; }

.p-office-box__title.open::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg); }

.p-office-box__title.open::after {
  background-color: transparent; }

.p-office-box__title h4 {
  color: #3071b7;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1; }

@media (max-width: 768.98px) {
  .p-office-box__title {
    padding: 20px 0;
    padding-right: 20px; } }
@media (max-width: 768.98px) {
  .p-office-box__title::before {
    width: 20px;
    right: 4px; } }
@media (max-width: 768.98px) {
  .p-office-box__title::after {
    width: 20px;
    right: 4px; } }
@media (max-width: 768.98px) {
  .p-office-box__title h4 {
    font-size: 1.8rem; } }
.p-office-box-section {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px; }

.p-office-box__main {
  width: 51%; }

.p-office-box__main p {
  line-height: 1.6;
  margin-bottom: 20px; }

.p-office-box__main a {
  display: block;
  width: 64%;
  text-align: center;
  color: #0d57a6;
  border-radius: 30px;
  border: 1px solid #0d57a6;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.p-office-box__main a:hover {
  color: #fff;
  background-color: #0d57a6;
  text-decoration: none; }

.p-office-box__main a:hover::before {
  background-image: url(/img/common/icon-pin-white.svg); }

.p-office-box__main a::before {
  content: "";
  background-image: url(/img/common/icon-pin.svg);
  width: 12px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 6px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px); }

@media (max-width: 768.98px) {
  .p-office-box__main {
    width: 100%;
    margin-bottom: 20px; } }
@media (max-width: 768.98px) {
  .p-office-box__main p {
    margin-bottom: 12px; } }
@media (max-width: 768.98px) {
  .p-office-box__main a {
    padding: 8px; } }
.p-office-box__img01 {
  width: 44%; }

.p-office-box__img01 img {
  max-width: 220px; }

.p-office-box__img01 p {
  font-size: 1.2rem; }

@media (max-width: 768.98px) {
  .p-office-box__img01 {
    width: 100%; } }
.p-office-box__img02 {
  width: 44%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.p-office-box__img02 div {
  width: 170px; }

.p-office-box__img02 img {
  max-width: 100%; }

.p-office-box__img02 p {
  font-size: 1.2rem; }

@media (max-width: 768.98px) {
  .p-office-box__img02 {
    width: 100%; } }
@media (max-width: 768.98px) {
  .p-office-box__img02 div {
    width: 48%; } }
/*========================================
トピックス
=========================================*/
.p-topics {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-topics {
    padding: 0 15px;
    padding-bottom: 50px;
    padding-top: 30px;
    margin-bottom: 60px; } }
.p-topics-list {
  list-style: none;
  padding: 0;
  border-top: 1px solid #bebebe; }

.p-topics-list li {
  border-bottom: 1px solid #bebebe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.p-topics-list li .p-topics-list__date {
  display: inline-block;
  min-width: 150px; }

.p-topics-list li .p-topics-list__title {
  width: 76%; }

.p-topics-list li .file-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto; }

.p-topics-list li .file-pdf::before {
  content: "";
  background-image: url(/img/common/icon-pdf.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px; }

.p-topics-list li a {
  color: #0d57a6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.p-topics-list li a span {
  display: inline-block;
  margin-right: 26px; }

@media (max-width: 768.98px) {
  .p-topics-list li {
    padding: 16px 0; } }
@media (max-width: 768.98px) {
  .p-topics-list li .p-topics-list__date {
    font-size: 1.2rem;
    margin-right: 0;
    min-width: 100%;
    margin-bottom: 8px; } }
@media (max-width: 768.98px) {
  .p-topics-list li .p-topics-list__title {
    width: 100%;
    margin-bottom: 6px; } }
@media (max-width: 768.98px) {
  .p-topics-list li .file-pdf::before {
    width: 20px;
    height: 20px;
    margin-right: 4px; } }
@media (max-width: 768.98px) {
  .p-topics-list li a span {
    margin-right: 0; } }
/*========================================
働きやすい環境作り
=========================================*/
.p-workplace {
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-workplace {
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-workplace-heading {
  margin-bottom: 60px; }

.p-workplace-heading p {
  text-align: center;
  color: #0d57a6;
  font-size: 3.0rem;
  font-weight: 700; }

@media (max-width: 768.98px) {
  .p-workplace-heading {
    margin-bottom: 30px; } }
@media (max-width: 768.98px) {
  .p-workplace-heading p {
    font-size: 1.6rem;
    padding: 0 15px; } }
.p-workplace-box {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px; }

@media (max-width: 768.98px) {
  .p-workplace-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 36px; } }
.p-workplace-box__title,
.p-workplace-box02__title,
.p-workplace-box03__title {
  margin-bottom: 30px;
  width: 100%; }

@media (max-width: 768.98px) {
  .p-workplace-box__title,
  .p-workplace-box02__title,
  .p-workplace-box03__title {
    margin-bottom: 18px; } }
.p-workplace-box__text .margin-bottm_10 {
  margin-bottom: 10px; }

.p-workplace-box__text,
.p-workplace-box__text02,
.p-workplace-box__text03 {
  width: 64%; }

@media (max-width: 768.98px) {
  .p-workplace-box__text,
  .p-workplace-box__text02,
  .p-workplace-box__text03 {
    width: 100%; } }
.p-workplace-box__text36 {
  width: 36%; }

@media (max-width: 768.98px) {
  .p-workplace-box__text36 {
    width: 100%; } }
.p-workplace-box__text49 {
  width: 49%;
  display: flex;
  align-items: center; }

.p-workplace-box__text49 img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-workplace-box__text49 {
    width: 100%; } }
.p-workplace-box__text30 {
  width: 30%; }

@media (max-width: 768.98px) {
  .p-workplace-box__text30 {
    width: 100%; } }
.p-workplace-box__text ul,
.p-workplace-box__text02 ul,
.p-workplace-box__text03 ul {
  list-style: none;
  padding: 0; }

.p-workplace-box__text ul li,
.p-workplace-box__text02 ul li,
.p-workplace-box__text03 ul li {
  border-left: 3px solid #231815;
  padding: 6px 0;
  padding-left: 20px;
  margin-bottom: 26px; }

@media (max-width: 768.98px) {
  .p-workplace-box__text ul li,
  .p-workplace-box__text02 ul li,
  .p-workplace-box__text03 ul li {
    margin-bottom: 12px;
    padding-left: 10px; } }
.p-workplace-box__text h5 {
  margin-bottom: 20px; }

.p-workplace-box__text02,
.p-workplace-box__text03 {
  width: 100%; }

.p-workplace-box__text02 h5,
.p-workplace-box__text03 h5 {
  margin-bottom: 20px; }

@media (max-width: 768.98px) {
  .p-workplace-box__text h5,
  .p-workplace-box__text02 h5,
  .p-workplace-box__text03 h5 {
    margin-bottom: 12px; } }
.p-workplace-box__img {
  width: 33%; }

.p-workplace-box__img img {
  width: 100%; }

.p-workplace-box01__img {
  width: 100%; }

.p-workplace-box__textlist {
  padding: 30px 0; }

@media (max-width: 768.98px) {
  .p-workplace-box__img {
    width: 100%;
    margin-top: 10px; } }
@media (max-width: 768.98px) {
  .p-workplace-box__img img {
    max-width: 100%; } }
.p-worksplace-box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-worksplace-box-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.p-workplace-subtitle {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 6px; }

.p-workplace-subtitle h4 {
  margin-bottom: 30px; }

.p-workplace-box02 {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

@media (max-width: 768.98px) {
  .p-workplace-box02 {
    width: calc(100% - 30px);
    padding: 14px; } }
.p-workplace-box02__text {
  background-color: #F1F1F1;
  padding: 14px 30px;
  width: 100%;
  margin-bottom: 20px; }

.p-workplace-box02__table {
  width: 100%; }

.p-workplace-box02__table p {
  margin-bottom: 10px; }

.p-workplace-box02__table th {
  color: #231815;
  width: 20%; }

@media (max-width: 768.98px) {
  .p-workplace-box02__table th {
    width: 100%; } }
.p-workplace-box03 {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

@media (max-width: 768.98px) {
  .p-workplace-box03 {
    width: calc(100% - 30px);
    padding: 14px; } }
.p-workplace-box03__title {
  text-align: center;
  position: relative;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  left: -40px; }

.p-workplace-box03__title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(calc(100% - 90px) 0, calc(100% - 80px) 0, calc(100% - 20px) 100%, calc(100% - 30px) 100%);
  background: #007e3d;
  width: 100%;
  height: 100%; }

.p-workplace-box03__title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(calc(100% - 70px) 0, calc(100% - 60px) 0, 100% 100%, calc(100% - 10px) 100%);
  background: #007e3d;
  width: 100%;
  height: 100%; }

.p-workplace-box03__title h4 {
  font-size: 1.7rem;
  color: #fff;
  margin: 16px;
  line-height: 1.8em;
  background: #007e3d;
  clip-path: polygon(0 0, calc(100% - 100px) 0, calc(100% - 40px) 100%, 0% 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 16px;
  margin: 0;
  padding-left: 40px; }

.p-workplace-box03__title h4 span {
  font-size: 3.1rem;
  letter-spacing: 8px;
  color: #fff;
  font-weight: 600; }

@media (max-width: 768.98px) {
  .p-workplace-box03__title {
    left: -14px; }

  .p-workplace-box03__title h4 {
    font-size: 1.4rem;
    text-align: left;
    padding-left: 5px; }

  .p-workplace-box03__title h4 span {
    font-size: 2.4rem; } }
.p-workplace-box03__text {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center; }

@media (max-width: 768.98px) {
  .p-workplace-box03__text {
    margin-bottom: 20px 40px;
    font-size: 1.4rem;
    text-align: left; } }
.p-workplace-box03__table {
  width: 100%; }

.p-workplace-box03__table p {
  margin-bottom: 10px; }

.p-workplace-box03__table th {
  color: #231815;
  width: 20%; }

@media (max-width: 768.98px) {
  .p-workplace-box03__table th {
    width: 100%; } }
.p-workplace-box04 {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

@media (max-width: 768.98px) {
  .p-workplace-box04 {
    width: calc(100% - 30px);
    padding: 14px; } }
.p-workplace-box04__title {
  width: 100%;
  margin-bottom: 50px; }

.p-workplace-box04__title h4 {
  font-size: 1.8rem;
  color: #fff;
  margin: 16px;
  line-height: 1.8em;
  background: #0c57ab;
  padding: 16px;
  margin: 0;
  padding-left: 40px;
  text-align: center; }

@media (max-width: 768.98px) {
  .p-workplace-box04__title h4 {
    font-size: 1.4rem; } }
.p-workplace-box04__text {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center; }

@media (max-width: 768.98px) {
  .p-workplace-box04__text {
    margin-bottom: 20px 40px;
    font-size: 1.4rem;
    text-align: left; } }
.p-workplace-box04__table {
  width: 100%; }

.p-workplace-box04__table p {
  margin-bottom: 10px; }

.p-workplace-box04__table th {
  color: #231815;
  width: 20%; }

@media (max-width: 768.98px) {
  .p-workplace-box04__table th {
    width: 100%; } }
.p-workplace-box04__img {
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px; }

.p-workplace-box04__img img {
  width: 100%; }

.p-workplace-box04__img img:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3; }

.p-workplace-box04__img img:nth-child(2) {
  grid-area: 1 / 2 / 2 / 5; }

.p-workplace-box04__img img:nth-child(3) {
  grid-area: 1 / 4 / 2 / 6; }

.p-workplace-box04__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0px 100px 50px; }
  .p-workplace-box04__list-item {
    width: calc((100% - (110px * 3)) / 3 ); }
    .p-workplace-box04__list-item .title {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #0c57ab;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      margin-bottom: 25px; }
      .p-workplace-box04__list-item .title span {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.71em; }
    .p-workplace-box04__list-item .visual {
      width: 100%;
      height: 205px;
      object-fit: contain;
      margin-bottom: 25px; }
    .p-workplace-box04__list-item .sub-title, .p-workplace-box04__list-item .disc {
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 1.6em;
      text-align: center; }
    .p-workplace-box04__list-item .disc {
      text-decoration: underline;
      text-decoration-color: #007e3d;
      text-underline-offset: 5px; }
@media (max-width: 1024px) {
  .p-workplace-box04__list {
    margin: 0px 0px 50px; }
    .p-workplace-box04__list-item {
      width: calc((100% - (55px * 3)) / 3 ); } }
@media (max-width: 768px) {
  .p-workplace-box04__list-item {
    width: calc((100% - (10px * 3)) / 3 ); } }
@media (max-width: 580px) {
  .p-workplace-box04__list {
    flex-direction: column; }
    .p-workplace-box04__list-item {
      width: 100%;
      margin-bottom: 50px;
      padding: 0 20px; } }

@media (max-width: 768.98px) {
  .p-workplace-box04__img {
    grid-template-columns: 1fr 1fr 32px 1fr 1fr;
    grid-template-rows: 45% 10% 45%;
    padding-bottom: 50px; }

  .p-workplace-box04__img img {
    width: 100%; }

  .p-workplace-box04__img img:nth-child(1) {
    grid-area: 1 / 1 / 3 / 4;
    z-index: 1; }

  .p-workplace-box04__img img:nth-child(2) {
    grid-area: 2 / 2 / 4 / 5;
    z-index: 0; }

  .p-workplace-box04__img img:nth-child(3) {
    grid-area: 1 / 3 / 3 / 6;
    z-index: 1; } }
.p-workplace-box05 {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px; }

@media (max-width: 768.98px) {
  .p-workplace-box05 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 36px; } }
.p-workplace-box06 {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  border-top: 1px dashed #231815;
  padding: 40px 80px; }

.p-workplace-box06 .p-worksplace-box-flex {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-workplace-box06 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0px;
    margin: 15px 15px 36px 15px; } }
.p-workplace-box__list {
  margin-bottom: 30px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

.p-workplace-box__list div:nth-child(1) {
  background: #0e57a6;
  border-bottom: 1px solid #fff;
  width: 190px;
  max-width: 190px;
  color: #fff;
  padding-left: 30px;
  display: flex;
  align-items: center;
  font-size: 1.3rem; }

@media (max-width: 768.98px) {
  .p-workplace-box__list div:nth-child(1) {
    padding-left: 10px; } }
.p-workplace-box__list div:nth-child(2) {
  border-bottom: 1px dashed #231815;
  padding-left: 30px;
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  font-size: 1.3rem; }

@media (max-width: 768.98px) {
  .p-workplace-box__list div:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px; } }
.p-workplace-box__list li {
  display: flex;
  flex-direction: row;
  min-height: 50px;
  margin-bottom: 0px !important;
  padding: 0 !important;
  border-left: 0 !important; }

.p-workplace-box__list li:last-child div:nth-child(1) {
  border-bottom: 0px; }

.p-workplace-box__list li:last-child div:nth-child(2) {
  border-bottom: 0px; }

.p-workplace-box-kaigo__list div:nth-child(1) {
  background: #555555; }

.p-workplace-box_layer01 {
  display: flex;
  flex-direction: row; }

@media (max-width: 768.98px) {
  .p-workplace-box_layer01 {
    flex-direction: column-reverse; } }
.p-workplace-box_layer01 div:nth-child(1) {
  width: 60%; }

@media (max-width: 768.98px) {
  .p-workplace-box_layer01 div:nth-child(1) {
    width: 100%; } }
.p-workplace-box_layer01 div:nth-child(2) {
  width: 40%;
  display: flex;
  justify-content: center; }

@media (max-width: 768.98px) {
  .p-workplace-box_layer01 div:nth-child(2) {
    width: 100%; } }
.p-workplace-box_layer01 div:nth-child(2) img {
  max-width: 200px;
  width: 200px;
  height: auto; }

@media (max-width: 768.98px) {
  .p-workplace-box_layer01 div:nth-child(2) img {
    margin-bottom: 20px; } }
.p-workplace-box__table {
  width: 100%;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

.p-workplace-box__table th {
  background: #0e57a6;
  width: 33%;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  height: 50px; }

.p-workplace-box__table th:last-child {
  border-right: 0px; }

.p-workplace-box__table td {
  background: #fff;
  width: 33%;
  text-align: center;
  border-right: 1px dashed #231815;
  height: 50px; }

.p-workplace-box__table td:last-child {
  border-right: 0px; }

.smart-life-project {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

@media (max-width: 768.98px) {
  .smart-life-project {
    margin-bottom: 10px; } }
.smart-life-project img {
  max-height: 95px;
  width: auto;
  margin-right: 40px; }

@media (max-width: 768.98px) {
  .smart-life-project img {
    margin-right: 0px;
    width: 100%; } }
.positivedb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px; }

.positivedb img {
  max-height: 85px;
  width: auto; }

@media (max-width: 768.98px) {
  .positivedb img {
    width: 100%; } }
:root {
  --composition-coloum1: 62%;
  --composition-space: 15px; }
  @media (max-width: 768.98px) {
    :root {
      --composition-coloum1: 90%;
      --composition-space: 10px; } }

.p-workplace-composition {
  display: grid;
  grid-template-columns: var(--composition-coloum1) 30px 1fr;
  grid-template-rows: max-content 60px max-content 30px max-content 30px 60px 30px max-content 30px max-content;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%; }
  .p-workplace-composition .box1, .p-workplace-composition .box2, .p-workplace-composition .box3, .p-workplace-composition .box4 {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .p-workplace-composition .box1 .title, .p-workplace-composition .box2 .title, .p-workplace-composition .box3 .title, .p-workplace-composition .box4 .title {
      width: 55%;
      height: 100%; }
    .p-workplace-composition .box1 .body, .p-workplace-composition .box2 .body, .p-workplace-composition .box3 .body, .p-workplace-composition .box4 .body {
      width: 45%;
      padding: 10px 0 10px 30px; }
      .p-workplace-composition .box1 .body .desc, .p-workplace-composition .box2 .body .desc, .p-workplace-composition .box3 .body .desc, .p-workplace-composition .box4 .body .desc {
        margin-top: 10px; }
  .p-workplace-composition .box5 .body, .p-workplace-composition .box6 .body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0; }
    .p-workplace-composition .box5 .body .desc, .p-workplace-composition .box6 .body .desc {
      margin-left: 10px;
      display: flex;
      align-items: center; }
  .p-workplace-composition .box1 {
    grid-area: 1 / 1 / 2 / 2; }
  .p-workplace-composition .box2 {
    grid-area: 3 / 1 / 5 / 2; }
  .p-workplace-composition .box3 {
    grid-area: 6 / 1 / 9 / 2; }
  .p-workplace-composition .box4 {
    grid-area: 10 / 1 / 12 / 2; }
  .p-workplace-composition .box5 {
    position: relative;
    grid-area: 4 / 3 / 7 / 4; }
    .p-workplace-composition .box5::after {
      position: absolute;
      content: '';
      border-right: 1px solid #251714;
      border-top: 1px solid #251714;
      width: calc( (100% / 2) + 30px );
      height: calc((146px / 2) - 30px );
      bottom: 100%;
      left: -30px; }
  .p-workplace-composition .box6 {
    position: relative;
    grid-area: 8 / 3 / 11 / 4; }
    .p-workplace-composition .box6::after {
      position: absolute;
      content: '';
      border-right: 1px solid #251714;
      border-top: 1px solid #251714;
      width: calc( (100% / 2) + 30px );
      height: calc((120px / 2) - 30px );
      bottom: 100%;
      left: -30px; }
  .p-workplace-composition .space1 {
    grid-area: 2 / 1 / 3 / 4;
    position: relative; }
    .p-workplace-composition .space1::before {
      position: absolute;
      content: '';
      width: 8px;
      height: calc(100% + (var(--composition-space) * 2));
      top: calc(0px - var(--composition-space));
      left: calc( ((var(--composition-coloum1) - (var(--composition-space) * 2)) * 0.55) / 3 );
      background: #251714;
      clip-path: polygon(54% 0%, 54% 90%, 100% 87%, 50% 100%, 0 87%, 46% 90%, 46% 0%);
      z-index: 1; }
    .p-workplace-composition .space1::after {
      position: absolute;
      content: '';
      width: 8px;
      height: calc(100% + (var(--composition-space) * 2));
      top: calc(0px - var(--composition-space));
      left: calc( (((var(--composition-coloum1) - (var(--composition-space) * 2)) * 0.55) / 3 ) * 2 );
      background: #251714;
      clip-path: polygon(50% 0%, 100% 12%, 54% 8%, 54% 100%, 46% 100%, 46% 8%, 0 12%);
      z-index: 1; }
  .p-workplace-composition .space2, .p-workplace-composition .space3 {
    position: relative; }
    .p-workplace-composition .space2::before, .p-workplace-composition .space3::before {
      position: absolute;
      content: '';
      width: 8px;
      height: calc(100% + (var(--composition-space) * 2));
      top: calc(0px - var(--composition-space));
      left: calc((((var(--composition-coloum1) - (var(--composition-space) * 2)) * 0.55) / 2 ) + var(--composition-space) );
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      background: #251714;
      clip-path: polygon(50% 0%, 100% 10%, 54% 8%, 54% 92%, 100% 90%, 50% 100%, 0 90%, 46% 92%, 46% 8%, 0 10%);
      z-index: 1; }
  .p-workplace-composition .space2 {
    grid-area: 5 / 1 / 6 / 4; }
    .p-workplace-composition .space2::after {
      position: absolute;
      content: '';
      top: calc( 100% / 2 );
      left: calc((((var(--composition-coloum1) - (var(--composition-space) * 2)) * 0.55) / 2 ) + var(--composition-space) );
      height: 1px;
      width: calc(( 62% - ((var(--composition-coloum1) - (var(--composition-space) * 2)) * 0.55) / 2 ) + 30px );
      border-bottom: 1px solid #251714; }
  .p-workplace-composition .space3 {
    grid-area: 9 / 1 / 10 / 4; }
  .p-workplace-composition .composition-box {
    padding: 15px; }
    .p-workplace-composition .composition-box .title {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: #fff;
      color: #251714;
      border-radius: 6px;
      font-size: 20px;
      letter-spacing: 0;
      line-height: 1.75em;
      font-weight: 500;
      padding: 10px; }
      .p-workplace-composition .composition-box .title span {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.57em;
        font-weight: 400;
        color: #251714; }
    .p-workplace-composition .composition-box .part {
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 1.85em;
      font-weight: 700;
      color: #fff;
      padding: 6px 14px;
      width: 60px;
      min-width: 60px;
      max-height: 40px; }
    .p-workplace-composition .composition-box .desc {
      font-size: 14px;
      letter-spacing: 0em;
      line-height: 1.42em;
      font-weight: 400;
      color: #000000; }
    .p-workplace-composition .composition-box.blue {
      background: #a3c5e3; }
      .p-workplace-composition .composition-box.blue .part {
        background: #0057ac; }
    .p-workplace-composition .composition-box.gren {
      background: #80c09a; }
      .p-workplace-composition .composition-box.gren .title {
        color: #008134; }
      .p-workplace-composition .composition-box.gren .part {
        background: #008134; }
  @media (max-width: 768.98px) {
    .p-workplace-composition {
      grid-template-columns: 35% 55% 10%;
      grid-template-rows: max-content 30px max-content max-content max-content max-content max-content; }
      .p-workplace-composition .box1 .body, .p-workplace-composition .box2 .body, .p-workplace-composition .box3 .body, .p-workplace-composition .box4 .body {
        padding-left: 10px; }
      .p-workplace-composition .box5, .p-workplace-composition .box6 {
        margin: 30px 0; }
        .p-workplace-composition .box5 .body, .p-workplace-composition .box6 .body {
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding: 10px 0; }
          .p-workplace-composition .box5 .body .desc, .p-workplace-composition .box6 .body .desc {
            margin-top: 10px;
            margin-left: 0px; }
      .p-workplace-composition .box1 {
        grid-area: 1 / 1 / 2 / 3; }
      .p-workplace-composition .box2 {
        grid-area: 3 / 1 / 5 / 3; }
      .p-workplace-composition .box3 {
        grid-area: 6 / 1 / 9 / 3; }
      .p-workplace-composition .box4 {
        grid-area: 10 / 1 / 12 / 3; }
      .p-workplace-composition .box5 {
        grid-area: 5 / 2 / 6 / 4; }
        .p-workplace-composition .box5::after {
          position: absolute;
          content: '';
          border-right: 0;
          border-top: 0;
          width: 1px;
          height: 30px;
          bottom: 100%;
          left: calc(100% / 2);
          background: #000; }
      .p-workplace-composition .box6 {
        grid-area: 9 / 2 / 10 / 4; }
        .p-workplace-composition .box6::after {
          position: absolute;
          content: '';
          border-right: 0;
          border-top: 0;
          width: 1px;
          height: 30px;
          bottom: 100%;
          left: calc(100% / 2);
          background: #000; }
      .p-workplace-composition .space1 {
        grid-area: 2 / 1 / 3 / 4; }
        .p-workplace-composition .space1::before {
          clip-path: polygon(54% 0%, 54% 88%, 100% 80%, 50% 100%, 0 80%, 46% 88%, 46% 0%); }
        .p-workplace-composition .space1::after {
          clip-path: polygon(50% 0%, 100% 20%, 54% 12%, 54% 100%, 46% 100%, 46% 12%, 0 20%); }
      .p-workplace-composition .space2::before, .p-workplace-composition .space3::before {
        clip-path: polygon(50% 0%, 100% 3%, 54% 2%, 54% 98%, 100% 97%, 50% 100%, 0 97%, 46% 98%, 46% 2%, 0 3%); }
      .p-workplace-composition .space2 {
        grid-area: 5 / 1 / 6 / 4; }
      .p-workplace-composition .space3 {
        grid-area: 9 / 1 / 10 / 4; }
      .p-workplace-composition .composition-box {
        padding: 10px; }
        .p-workplace-composition .composition-box .title {
          font-size: 16px; } }

/*========================================
人を育てる
=========================================*/
.p-human {
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-human {
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-human-heading {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768.98px) {
  .p-human-heading {
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px; } }
.p-human-heading__text {
  width: 47%; }

.p-human-heading__text h3 {
  color: #0d57a6;
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-human-heading__text {
    width: 100%;
    margin-bottom: 18px; } }
@media (max-width: 768.98px) {
  .p-human-heading__text h3 {
    font-size: 1.8rem;
    margin-bottom: 14px; } }
.p-human-heading__img {
  width: 48%; }

.p-human-heading__img img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-human-heading__img {
    width: 100%; } }
/*========================================
リスクに備える
=========================================*/
.p-risk {
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-risk {
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-risk-heading {
  margin-bottom: 60px; }

.p-risk-heading p {
  text-align: center;
  color: #0d57a6;
  font-size: 3.0rem;
  font-weight: 700; }

@media (max-width: 768.98px) {
  .p-risk-heading {
    margin-bottom: 30px; } }
@media (max-width: 768.98px) {
  .p-risk-heading p {
    font-size: 1.6rem;
    padding: 0 15px; } }
.p-risk__bg {
  background-color: #F6F8FA;
  padding: 100px 0; }

@media (max-width: 768.98px) {
  .p-risk__bg {
    padding: 50px 0; } }
.p-risk-box {
  max-width: 1220px;
  margin: auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 40px; }

@media (max-width: 768.98px) {
  .p-risk-box {
    max-width: calc(100% - 30px);
    padding: 24px;
    margin-bottom: 30px; } }
.p-risk-box__title {
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-risk-box__title {
    margin-bottom: 20px; } }
.p-risk-box__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768.98px) {
  .p-risk-box__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.p-risk-box__text {
  width: 60%; }

@media (max-width: 768.98px) {
  .p-risk-box__text {
    width: 100%;
    margin-bottom: 10px; } }
.p-risk-box__text02 h4 {
  margin-bottom: 12px; }

.p-risk-box__text02 p {
  margin-bottom: 30px;
  padding-left: 20px; }

@media (max-width: 768.98px) {
  .p-risk-box__text02 h4 {
    margin-bottom: 8px; } }
@media (max-width: 768.98px) {
  .p-risk-box__text02 p {
    padding-left: 16px; } }
.p-risk-box__img {
  width: 36%; }

.p-risk-box__img img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-risk-box__img {
    width: 100%; } }
/*========================================
安全・品質への取組み
=========================================*/
.p-safety {
  padding-top: 80px;
  padding-bottom: 80px; }

@media (max-width: 768.98px) {
  .p-safety {
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-safety-heading {
  margin-bottom: 60px; }

.p-safety-heading h3 {
  text-align: center;
  color: #0d57a6;
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 30px; }

.p-safety-heading p {
  text-align: center;
  margin-bottom: 20px; }

@media (max-width: 768.98px) {
  .p-safety-heading {
    margin-bottom: 30px;
    padding: 0 15px; } }
@media (max-width: 768.98px) {
  .p-safety-heading h3 {
    font-size: 1.6rem;
    padding: 0 15px;
    margin-bottom: 12px; } }
.p-safety-heading__img {
  max-width: 600px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.p-safety-heading__img div {
  width: 280px; }

.p-safety-heading__img img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-safety-heading__img div {
    width: 48%; }

  .p-safety-heading__img div p {
    font-size: 1.2rem; } }
.p-safety__bg {
  background-image: url(/img/common/line.png);
  padding: 80px 0; }

@media (max-width: 768.98px) {
  .p-safety__bg {
    padding: 50px 0; } }
.p-workplace__bg {
  padding: 80px 0 0; }

@media (max-width: 768.98px) {
  .p-workplace__bg {
    padding: 50px 0 0; } }
.p-safety-box {
  max-width: 1220px;
  margin: auto;
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

@media (max-width: 768.98px) {
  .p-safety-box {
    max-width: calc(100% - 30px);
    padding: 18px; } }
.p-safety-box__text {
  width: 100%; }

.p-safety-box__text h4 {
  margin-bottom: 12px; }

.p-safety-box__text p {
  margin-bottom: 30px;
  padding-left: 20px; }

.p-safety-box__text ul {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: none; }

.p-safety-box__text .thum {
  max-width: 160px; }

@media (max-width: 768.98px) {
  .p-safety-box__text h4 {
    margin-bottom: 8px; } }
@media (max-width: 768.98px) {
  .p-safety-box__text p {
    padding-left: 16px; } }
@media (max-width: 768.98px) {
  .p-safety-box__text ul {
    padding-left: 0; } }
@media (max-width: 768.98px) {
  .p-safety-box__text ul li {
    line-height: 1.5;
    margin-bottom: 14px; }

  .p-safety-box__text ul li:last-child {
    margin-bottom: 0; } }
/*========================================
社会への貢献
=========================================*/
.p-social {
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-social {
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-social-heading {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768.98px) {
  .p-social-heading {
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px; } }
.p-social-heading__text {
  width: 62%; }

.p-social-heading__text h3 {
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-social-heading__text {
    width: 100%;
    margin-bottom: 18px; } }
@media (max-width: 768.98px) {
  .p-social-heading__text h3 {
    margin-bottom: 20px; } }
.p-social-heading__img {
  width: 32%; }

.p-social-heading__img img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-social-heading__img {
    width: 100%; } }
.p-social-box01 {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  margin-bottom: 60px; }

@media (max-width: 768.98px) {
  .p-social-box01 {
    padding: 0 15px;
    margin-bottom: 30px; } }
.p-social-box01__title {
  margin-bottom: 40px; }

@media (max-width: 768.98px) {
  .p-social-box01__title {
    margin-bottom: 20px; } }
.p-social-box01__img {
  max-width: 1000px;
  margin: auto; }

.p-social-box01__img img {
  width: 100%; }

@media (max-width: 768.98px) {
  .p-social-box01__img {
    width: 100%; } }
.p-social-box02 {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  margin-bottom: 60px; }

@media (max-width: 768.98px) {
  .p-social-box02 {
    padding: 0 15px;
    margin-bottom: 30px;
    margin-top: 50px; } }
.p-social-box02__title {
  margin-bottom: 40px; }

.p-social-box02__title h3 {
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-social-box02__title {
    margin-bottom: 30px; } }
@media (max-width: 768.98px) {
  .p-social-box02__title h3 {
    margin-bottom: 20px; } }
.p-social-box02__text {
  margin-bottom: 30px; }

.p-social-box02__text h4 {
  margin-bottom: 20px; }

.p-social-box02__text p span {
  color: #0d57a6;
  display: block;
  font-weight: 700; }

@media (max-width: 768.98px) {
  .p-social-box02__text h4 {
    margin-bottom: 12px; } }
.p-social-box02-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
  margin-bottom: 60px; }

@media (max-width: 768.98px) {
  .p-social-box02-card {
    margin-bottom: 40px; } }
.p-social-box02-card__item {
  width: calc(100% / 3);
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7; }

.p-social-box02-card__item span {
  display: block;
  background-color: #0d57a6;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem; }

.p-social-box02-card__item p {
  padding: 14px 14px; }

@media (max-width: 768.98px) {
  .p-social-box02-card__item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (max-width: 768.98px) {
  .p-social-box02-card__item span {
    font-size: 2rem;
    width: 12%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media (max-width: 768.98px) {
  .p-social-box02-card__item p {
    width: 88%;
    padding: 10px; } }
/*========================================
採用担当者からのメッセージ
=========================================*/
.p-message {
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-message {
    padding-bottom: 50px; } }
.p-message__bg {
  background-image: url(/img/common/line.png);
  padding: 90px 0;
  margin-bottom: 80px; }

@media (max-width: 768.98px) {
  .p-message__bg {
    padding: 50px 0;
    margin-bottom: 40px; } }
.p-message-box {
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

@media (max-width: 768.98px) {
  .p-message-box {
    max-width: calc(100% - 30px);
    padding: 14px; } }
.p-message-box__title {
  margin-bottom: 30px; }

.p-message-box__title h3 {
  color: #0d57a6;
  font-size: 3.0rem;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 700; }

@media (max-width: 768.98px) {
  .p-message-box__title {
    margin-bottom: 18px; } }
@media (max-width: 768.98px) {
  .p-message-box__title h3 {
    font-size: 2rem;
    padding-bottom: 14px; } }
.p-message-box__text {
  max-width: 70%;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-message-box__text {
    max-width: 100%;
    margin-bottom: 10px; } }
.p-message-box02 {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-message-box02 {
    padding: 0 15px; } }
.p-message-box02__title {
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-message-box02__title {
    margin-bottom: 20px; } }
.p-message-box02-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768.98px) {
  .p-message-box02-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.p-message-box02-card__item {
  width: 31%; }

.p-message-box02-card__item h4 {
  background-color: #3071b7;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 30px 0;
  margin-bottom: 10px; }

.p-message-box02-card__item h4 span {
  font-size: 6.6rem;
  display: block;
  font-family: "Yantramanav", sans-serif;
  margin-bottom: 8px; }

@media (max-width: 768.98px) {
  .p-message-box02-card__item {
    width: 100%;
    margin-bottom: 30px; } }
@media (max-width: 768.98px) {
  .p-message-box02-card__item h4 {
    padding: 20px 0; } }
@media (max-width: 768.98px) {
  .p-message-box02-card__item h4 span {
    font-size: 5.0rem; } }
/*========================================
新卒採用
=========================================*/
.p-graduate {
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-graduate {
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-graduate-heading {
  margin-bottom: 60px; }

.p-graduate-heading h3 {
  text-align: center;
  color: #0d57a6;
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-graduate-heading {
    margin-bottom: 30px;
    padding: 0 15px; } }
@media (max-width: 768.98px) {
  .p-graduate-heading h3 {
    font-size: 1.6rem;
    padding: 0 15px;
    margin-bottom: 12px; } }
.p-graduate-container {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-graduate-container {
    padding: 0 15px; } }
.p-graduate-title {
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-graduate-title {
    margin-bottom: 20px; } }
.p-graduate-text {
  margin-bottom: 40px; }

@media (max-width: 768.98px) {
  .p-graduate-text {
    margin-bottom: 30px; } }
.p-graduate-table {
  margin-bottom: 40px; }

.p-graduate-table th {
  width: 14%; }

@media (max-width: 768.98px) {
  .p-graduate-table th {
    width: 100%; } }
.p-graduate-box {
  margin-bottom: 40px; }

@media (max-width: 768.98px) {
  .p-graduate-box {
    margin-bottom: 30px; } }
.p-graduate-box__title {
  margin-bottom: 20px; }

.p-graduate-box__text {
  width: 100%; }

.p-graduate-box__text p {
  margin-bottom: 30px; }

.p-graduate-mynavi {
  background-image: url(/img/common/line.png);
  padding: 30px 0;
  text-align: center;
  margin-bottom: 50px; }

.p-graduate-mynavi img {
  max-width: 100%; }

.p-graduate-flow__bg {
  background-color: #F2F2F2;
  padding: 60px 0;
  margin-bottom: 80px; }

@media (max-width: 768.98px) {
  .p-graduate-flow__bg {
    padding: 40px 0;
    margin-bottom: 50px; } }
.p-graduate-flow__title {
  margin-bottom: 40px; }

.p-graduate-flow__title h4 {
  color: #0d57a6;
  font-size: 2rem;
  text-align: center;
  font-weight: 700; }

@media (max-width: 768.98px) {
  .p-graduate-flow__title {
    margin-bottom: 20px; } }
.p-graduate-flow-card {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768.98px) {
  .p-graduate-flow-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px; } }
.p-graduate-flow-card__item {
  width: 12%;
  background-color: #fff;
  padding: 16px;
  position: relative; }

.p-graduate-flow-card__item span {
  border-radius: 30px;
  color: #fff;
  background-color: #0d57a6;
  text-align: center;
  display: block;
  margin: auto;
  padding: 4px 10px;
  font-size: 1.2rem;
  margin-bottom: 10px; }

.p-graduate-flow-card__item p {
  text-align: center;
  font-weight: 700; }

.p-graduate-flow-card__item:after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(/img/common/icon-arrow-route.svg);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -46px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.p-graduate-flow-card__item:last-child:after {
  content: none; }

@media (max-width: 768.98px) {
  .p-graduate-flow-card__item {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px; } }
@media (max-width: 768.98px) {
  .p-graduate-flow-card__item span {
    margin-bottom: 4px;
    padding: 2px 0; } }
@media (max-width: 768.98px) {
  .p-graduate-flow-card__item:after {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
    top: auto;
    bottom: -24px;
    right: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 18px; } }
@media (max-width: 768.98px) {
  .p-graduate-flow-card__item:last-child {
    margin-bottom: 0; } }
/*========================================
社会人採用
=========================================*/
.p-career {
  padding-top: 0px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-career {
    padding-bottom: 50px; } }
.p-career-container {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-career-container {
    padding: 0 15px; } }
.p-career-intro {
  position: relative;
  height: 700px; }
  .p-career-intro::before, .p-career-intro::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 700px;
    z-index: -1; }
  .p-career-intro::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0.9) 85%, white 100%); }
  .p-career-intro .intro-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    object-fit: cover;
    z-index: -1; }
  .p-career-intro .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 50%);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 650px; }
    .p-career-intro .box .c-heading03 {
      grid-area: 1 / 1 / 2 / 2;
      display: flex;
      align-items: flex-end;
      color: #006cb6;
      font-size: 40px;
      letter-spacing: 0.2em;
      line-height: 1.65em;
      font-weight: 700; }
    .p-career-intro .box p {
      grid-area: 2 / 2 / 3 / 3;
      display: flex;
      align-items: flex-start;
      color: #000;
      font-size: 16px;
      letter-spacing: 0.06em;
      line-height: 2em;
      font-weight: 500; }
  @media (max-width: 1080px) {
    .p-career-intro .box {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .p-career-intro .box .c-heading03 {
        margin-bottom: 50px; } }
  @media (max-width: 580px) {
    .p-career-intro .box .c-heading03 {
      font-size: 7vw; }
    .p-career-intro .box p {
      font-size: 1.4rem; } }

:root {
  --swiper-navigation-sides-offset: -42px; }
  @media (max-width: 1320px) {
    :root {
      --swiper-navigation-sides-offset: 28px; } }
  @media (max-width: 480px) {
    :root {
      --swiper-navigation-size: 16px !important; } }

.p-career-interview {
  position: relative;
  padding-bottom: 60px; }
  .p-career-interview::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/common/line.png);
    z-index: -1; }
  .p-career-interview .box {
    position: relative; }
  .p-career-interview .title .c-heading07 {
    position: relative;
    font-size: 25px;
    letter-spacing: 0.2em;
    line-height: 1.6em;
    color: #006cb6;
    border-left: 3px solid #006cb6;
    top: -87px; }
    .p-career-interview .title .c-heading07::before {
      position: absolute;
      content: 'VOICE';
      top: 55%;
      left: 10px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      /*font-family: "Zen Kaku Gothic New", sans-serif;*/
      font-family: helvetica, sans-serif;
      font-size: 175px;
      letter-spacing: 0em;
      line-height: 1.16em;
      color: #fff;
      text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
      z-index: -1; }
  .p-career-interview .slider {
    display: flex;
    flex-wrap: row;
    overflow: hidden;
    margin: 0 18px; }
    .p-career-interview .slider .swiper-wrapper {
      margin: auto; }
    .p-career-interview .slider .swiper-slide {
      flex-shrink: 0; }
    .p-career-interview .slider .card__item:hover {
      text-decoration-line: none; }
    .p-career-interview .slider .card__item:hover .card__img img {
      transform: scale(1.2); }
    .p-career-interview .slider .card__item .card__img {
      overflow: hidden; }
      .p-career-interview .slider .card__item .card__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s ease 0s; }
    .p-career-interview .slider .card__item .card__name {
      position: relative;
      top: 0;
      left: 0px;
      clip-path: polygon(0 0, 98% 0, 92.5% 100%, 0 100%);
      background: #006cb6;
      padding: 6px 15px 9px 12px;
      color: #1a1a1a;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.1rem;
      z-index: 10; }
      .p-career-interview .slider .card__item .card__name::after {
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        clip-path: polygon(0 0, calc(98% - 3px) 0, calc(93% - 3px) calc(100% - 3px), 0% calc(100% - 3px));
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: -1; }
    .p-career-interview .slider .card__item .card__visual {
      position: relative;
      top: -20px;
      border-left: 4px solid #006cb6;
      border-bottom: 1px solid #006cb6; }
    .p-career-interview .slider .card__item .card__title {
      padding: 25px 0 25px 15px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.2em;
      line-height: 1.64em;
      font-feature-settings: 'palt';
      color: #1a1a1a; }
    .p-career-interview .slider .card__item .card__body {
      padding: 8px 18px;
      margin-top: -20px; }
      .p-career-interview .slider .card__item .card__body div:nth-of-type(1) {
        font-size: 10px;
        letter-spacing: 0.03em;
        color: #1a1a1a; }
      .p-career-interview .slider .card__item .card__body div:nth-of-type(2) {
        font-size: 12px;
        letter-spacing: 0.03em; }
      .p-career-interview .slider .card__item .card__body div:nth-of-type(3) {
        font-size: 12px;
        letter-spacing: 0.03em;
        color: #1a1a1a; }
      .p-career-interview .slider .card__item .card__body ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 0px;
        margin: 5px 0 10px -5px; }
        .p-career-interview .slider .card__item .card__body ul li {
          list-style: none;
          background: #000;
          border-radius: 20px;
          color: #fff;
          padding: 0px 13px;
          margin: 0px 3px 5px;
          font-size: 10px;
          letter-spacing: 0.03em;
          line-height: 2.3em; }
    .p-career-interview .slider .color1 .card__name {
      background: #006cb6; }
    .p-career-interview .slider .color1 .card__visual {
      border-left: 4px solid #006cb6;
      border-bottom: 1px solid #006cb6; }
    .p-career-interview .slider .color1 .card__body > div:nth-of-type(2) {
      color: #006cb6; }
    .p-career-interview .slider .color2 .card__name {
      background: #00833e; }
    .p-career-interview .slider .color2 .card__visual {
      border-left: 4px solid #00833e;
      border-bottom: 1px solid #00833e; }
    .p-career-interview .slider .color2 .card__body > div:nth-of-type(2) {
      color: #00833e; }
    .p-career-interview .slider .color3 .card__name {
      background: #cd4619; }
    .p-career-interview .slider .color3 .card__visual {
      border-left: 4px solid #cd4619;
      border-bottom: 1px solid #cd4619; }
    .p-career-interview .slider .color3 .card__body > div:nth-of-type(2) {
      color: #cd4619; }
    .p-career-interview .slider .color4 .card__name {
      background: #321464; }
    .p-career-interview .slider .color4 .card__visual {
      border-left: 4px solid #321464;
      border-bottom: 1px solid #321464; }
    .p-career-interview .slider .color4 .card__body > div:nth-of-type(2) {
      color: #321464; }
    .p-career-interview .slider .color5 .card__name {
      background: #7d6932; }
    .p-career-interview .slider .color5 .card__visual {
      border-left: 4px solid #7d6932;
      border-bottom: 1px solid #7d6932; }
    .p-career-interview .slider .color5 .card__body > div:nth-of-type(2) {
      color: #7d6932; }
    .p-career-interview .slider .swiper-button-next, .p-career-interview .slider .swiper-button-prev {
      background: #fff;
      border-radius: 50%;
      width: 60px !important;
      height: 60px !important;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
  @media (max-width: 1240px) {
    .p-career-interview .slider {
      margin: 0; } }
  @media (max-width: 580px) {
    .p-career-interview .title .c-heading07 {
      font-size: 2.0rem; }
      .p-career-interview .title .c-heading07::before {
        font-size: 30vw; } }
  @media (max-width: 480px) {
    .p-career-interview .slider .swiper-button-next, .p-career-interview .slider .swiper-button-prev {
      width: 30px !important;
      height: 30px !important; } }

.p-career-recruitment {
  padding-top: 50px;
  margin-bottom: -40px; }
  .p-career-recruitment .title .c-heading07 {
    position: relative;
    font-size: 25px;
    letter-spacing: 0.2em;
    line-height: 1.6em;
    color: #006cb6;
    border-left: 3px solid #006cb6; }
  .p-career-recruitment .chatch {
    display: flex;
    justify-content: center; }
    .p-career-recruitment .chatch > div {
      text-align: center;
      font-size: 85px;
      letter-spacing: 0;
      font-family: helvetica, sans-serif;
      font-weight: 700;
      color: #e5e5e5; }
  .p-career-recruitment .links {
    position: relative;
    top: -70px; }
    .p-career-recruitment .links::before, .p-career-recruitment .links::after {
      position: absolute;
      content: '';
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      width: 100%;
      height: 180px;
      background: #e5e5e5; }
    .p-career-recruitment .links::before {
      bottom: 0;
      z-index: 0; }
    .p-career-recruitment .links::after {
      bottom: -30px;
      background: linear-gradient(to right, #3071b7 0%, rgba(48, 113, 183, 0.25) 50%, #3071b7 100%);
      z-index: 1; }
  .p-career-recruitment .links-box {
    position: relative;
    z-index: 2; }
  .p-career-recruitment .link-list {
    display: flex;
    flex-direction: row; }
    .p-career-recruitment .link-list .link-item {
      width: calc( 100% / 3 );
      margin-right: 50px; }
      .p-career-recruitment .link-list .link-item:last-child {
        margin-right: 0px; }
      .p-career-recruitment .link-list .link-item a {
        display: grid;
        grid-template-columns: 190px 1fr;
        grid-template-rows: 45px 1fr 45px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        min-height: 250px;
        position: relative; }
        .p-career-recruitment .link-list .link-item a::after {
          position: absolute;
          content: '\f078';
          font-family: 'Font Awesome 6 Free';
          /*Solid/900*/
          font-weight: 600;
          bottom: -5px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          color: #fff;
          font-size: 30px; }
      .p-career-recruitment .link-list .link-item .img {
        grid-area: 1 / 1 / 3 / 2;
        z-index: 3;
        border: 3px solid #3071b7;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        aspect-ratio: 0.92; }
        .p-career-recruitment .link-list .link-item .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .p-career-recruitment .link-list .link-item .title {
        grid-area: 2 / 2 / 3 / 3;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.8em;
        letter-spacing: 0.045em;
        color: #fff;
        padding: 23px;
        font-feature-settings: 'palt'; }
      .p-career-recruitment .link-list .link-item .bg {
        grid-area: 2 / 1 / 4 / 3;
        background: linear-gradient(to right, #1d4f85 35%, #3085b7 100%);
        z-index: 0; }
  @media (max-width: 1240px) {
    .p-career-recruitment .chatch > div {
      font-size: 7vw; }
    .p-career-recruitment .link-list .link-item {
      margin-right: 10px; }
      .p-career-recruitment .link-list .link-item a {
        grid-template-columns: 130px 1fr;
        grid-template-rows: 20px 1fr 45px;
        min-height: 200px; } }
  @media (max-width: 940px) {
    .p-career-recruitment .link-list .link-item {
      margin-right: 50px; }
      .p-career-recruitment .link-list .link-item a {
        display: flex;
        flex-direction: column; }
        .p-career-recruitment .link-list .link-item a .img {
          border: 0;
          z-index: 0;
          position: relative; }
          .p-career-recruitment .link-list .link-item a .img::after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0.4; }
        .p-career-recruitment .link-list .link-item a .title {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%);
          width: 100%;
          text-align: center; } }
  @media (max-width: 768px) {
    .p-career-recruitment .links {
      top: -30px; }
    .p-career-recruitment .link-list .link-item {
      margin-right: 10px; } }
  @media (max-width: 580px) {
    .p-career-recruitment .link-list .link-item a {
      min-height: auto; }
    .p-career-recruitment .link-list .link-item .title {
      padding: 10px; }
    .p-career-recruitment .link-list .link-item:nth-child(3) .title {
      font-size: 14px; } }
  @media (max-width: 480px) {
    .p-career-recruitment .links {
      top: -10px; }
    .p-career-recruitment .link-list {
      flex-direction: column; }
      .p-career-recruitment .link-list .link-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; }
        .p-career-recruitment .link-list .link-item a {
          width: 100%;
          flex-direction: row;
          background: linear-gradient(to right, #1d4f85 35%, #3085b7 100%); }
          .p-career-recruitment .link-list .link-item a .img {
            display: none; }
          .p-career-recruitment .link-list .link-item a .title {
            position: static;
            transform: initial;
            padding-right: 40px;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
          .p-career-recruitment .link-list .link-item a::after {
            bottom: auto;
            left: auto;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            font-size: 16px; } }

.p-career-job-description .l-contents-section {
  padding-top: 100px; }
.p-career-job-description .intro {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1; }
  .p-career-job-description .intro-read {
    display: flex;
    align-items: flex-end;
    padding: 0 20px;
    color: #231815;
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.75em; }
.p-career-job-description .list {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  left: -40px;
  width: calc(100% + (40px * 2 )); }
.p-career-job-description .item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: max-content max-content 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 40px;
  padding: 45px;
  background: rgba(255, 255, 255, 0.75);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }
  .p-career-job-description .item .title {
    position: relative;
    grid-area: 1 / 1 / 2 / 2;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-feature-settings: 'palt';
    margin-bottom: 35px;
    padding-left: 30px; }
    .p-career-job-description .item .title::after {
      position: absolute;
      content: '';
      top: 50%;
      left: 0px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      clip-path: polygon(0 0, 0% 100%, 100% 50%);
      background: #3071b7;
      height: 25px;
      width: 14px;
      z-index: 0; }
    .p-career-job-description .item .title::before {
      position: absolute;
      content: '';
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      clip-path: polygon(0 0, 0% 100%, 100% 50%);
      background: #3071b7;
      height: 25px;
      width: 14px;
      opacity: 0.5;
      z-index: 1; }
  .p-career-job-description .item .text {
    grid-area: 2 / 1 / 3 / 2;
    padding-left: 25px; }
    .p-career-job-description .item .text p {
      font-size: 16px;
      letter-spacing: 0.04em;
      line-height: 1.75em;
      font-feature-settings: 'palt'; }
  .p-career-job-description .item .detail-link {
    grid-area: 3 / 1 / 4 / 2;
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.85em; }
    .p-career-job-description .item .detail-link a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 166px;
      height: 35px;
      border: 1px solid #000;
      color: #000;
      position: relative;
      bottom: -20px;
      transition: all 0.5s ease 0s; }
      .p-career-job-description .item .detail-link a:hover {
        text-decoration: none; }
  .p-career-job-description .item .visual {
    grid-area: 1 / 2 / 4 / 3;
    aspect-ratio: calc(391 / 254);
    max-height: 254px;
    margin-left: 52px;
    overflow: hidden; }
    .p-career-job-description .item .visual img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .p-career-job-description .item .link {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1.9em; }
    .p-career-job-description .item .link a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 254px;
      height: 68px;
      color: #fff;
      background: linear-gradient(to right, black 0%, #3085b7 100%); }
      .p-career-job-description .item .link a i {
        position: relative;
        left: 0px;
        opacity: 0.5;
        margin-left: 10px;
        transition: all 0.5s ease 0s; }
      .p-career-job-description .item .link a:hover {
        text-decoration: none; }
        .p-career-job-description .item .link a:hover i {
          left: 10px; }
.p-career-job-description .color1 {
  border-color: #3071b7; }
  .p-career-job-description .color1 .detail-link a {
    border-color: #3071b7;
    color: #3071b7; }
    .p-career-job-description .color1 .detail-link a:hover {
      background: #3071b7;
      color: #fff; }
  .p-career-job-description .color1 .title {
    color: #3071b7; }
    .p-career-job-description .color1 .title::after, .p-career-job-description .color1 .title::before {
      background: #3071b7; }
  .p-career-job-description .color1 .link a {
    background: linear-gradient(to right, #3085b7 0%, #174f85 100%);
    text-shadow: 2px 2px 2px #3071b7; }
.p-career-job-description .color2 {
  border-color: #00833e; }
  .p-career-job-description .color2 .detail-link a {
    border-color: #00833e;
    color: #00833e; }
    .p-career-job-description .color2 .detail-link a:hover {
      background: #00833e;
      color: #fff; }
  .p-career-job-description .color2 .title {
    color: #00833e; }
    .p-career-job-description .color2 .title::after, .p-career-job-description .color2 .title::before {
      background: #00833e; }
  .p-career-job-description .color2 .link a {
    background: linear-gradient(to right, #00833e 0%, #006432 100%);
    text-shadow: 2px 2px 2px #00833e; }
.p-career-job-description .color3 {
  border-color: #cd4619; }
  .p-career-job-description .color3 .detail-link a {
    border-color: #cd4619;
    color: #cd4619; }
    .p-career-job-description .color3 .detail-link a:hover {
      background: #cd4619;
      color: #fff; }
  .p-career-job-description .color3 .title {
    color: #cd4619; }
    .p-career-job-description .color3 .title::after, .p-career-job-description .color3 .title::before {
      background: #cd4619; }
  .p-career-job-description .color3 .link a {
    background: linear-gradient(to right, #cd4619 0%, #912819 100%);
    text-shadow: 2px 2px 2px #cd4619; }
.p-career-job-description .color4 {
  border-color: #321464; }
  .p-career-job-description .color4 .detail-link a {
    border-color: #321464;
    color: #321464; }
    .p-career-job-description .color4 .detail-link a:hover {
      background: #321464;
      color: #fff; }
  .p-career-job-description .color4 .title {
    color: #321464; }
    .p-career-job-description .color4 .title::after, .p-career-job-description .color4 .title::before {
      background: #321464; }
  .p-career-job-description .color4 .link a {
    background: linear-gradient(to right, #321464 0%, #1a1a40 100%);
    text-shadow: 2px 2px 2px #321464; }
.p-career-job-description .color5 {
  border-color: #7d6932; }
  .p-career-job-description .color5 .detail-link a {
    border-color: #7d6932;
    color: #7d6932; }
    .p-career-job-description .color5 .detail-link a:hover {
      background: #7d6932;
      color: #fff; }
  .p-career-job-description .color5 .title {
    color: #7d6932; }
    .p-career-job-description .color5 .title::after, .p-career-job-description .color5 .title::before {
      background: #7d6932; }
  .p-career-job-description .color5 .link a {
    background: linear-gradient(to right, #7d6932 0%, #4b3700 100%);
    text-shadow: 2px 2px 2px #7d6932; }
@media (max-width: 768px) {
  .p-career-job-description .intro {
    flex-direction: column; }
    .p-career-job-description .intro-read {
      padding: 20px 0 0; }
  .p-career-job-description .list {
    padding-top: 0px;
    width: 100%;
    left: 0; }
  .p-career-job-description .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    .p-career-job-description .item .title {
      width: 100%; }
    .p-career-job-description .item .text {
      width: 50%;
      padding-left: 0px; }
    .p-career-job-description .item .visual {
      width: 50%;
      margin-left: 0px;
      padding-left: 10px; } }
@media (max-width: 580px) {
  .p-career-job-description .item {
    padding: 45px 10px; }
    .p-career-job-description .item .title {
      font-size: 20px;
      order: 1; }
    .p-career-job-description .item .text {
      width: 100%;
      order: 3; }
    .p-career-job-description .item .visual {
      width: 100%;
      order: 2;
      padding: 0;
      margin-bottom: 10px; }
    .p-career-job-description .item .detail-link {
      width: 100%;
      order: 4; } }
@media (max-width: 480px) {
  .p-career-job-description .item .detail-link {
    display: flex;
    justify-content: center;
    padding: 30px 0; }
    .p-career-job-description .item .detail-link a {
      bottom: 0; }
  .p-career-job-description .item .link {
    position: static;
    order: 5;
    width: 100%; }
    .p-career-job-description .item .link a {
      width: 100%;
      height: auto;
      font-size: 16px; } }

.p-career-selection-process .l-contents-section {
  margin-top: -100px;
  padding-top: 100px; }
.p-career-selection-process .intro {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1; }
  .p-career-selection-process .intro-read {
    display: flex;
    align-items: flex-end;
    padding: 0 20px;
    color: #231815;
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.75em; }
.p-career-selection-process .list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 100px;
  z-index: 1; }
.p-career-selection-process .item {
  position: relative;
  display: flex;
  flex-direction: row;
  box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 60px;
  min-height: 200px; }
  .p-career-selection-process .item::before, .p-career-selection-process .item::after {
    position: absolute;
    content: '';
    z-index: -1; }
  .p-career-selection-process .item::before {
    top: 10px;
    left: 10px;
    background: #b3b3b3;
    height: 100%;
    width: 100%; }
  .p-career-selection-process .item::after {
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #3071b7;
    height: 17px;
    width: 34px;
    clip-path: polygon(0 0, 50% 100%, 100% 0); }
  .p-career-selection-process .item:last-child::after {
    display: none; }
  .p-career-selection-process .item:nth-child(1) .visual img {
    left: 10px; }
  .p-career-selection-process .item:nth-child(3) .visual img {
    left: 10px; }
  .p-career-selection-process .item:nth-child(5) .visual img {
    left: 5px; }
  .p-career-selection-process .item .left {
    position: relative;
    width: 255px;
    min-width: 255px;
    background: linear-gradient(to right, #1d4f85 0%, #3071b7 100%);
    display: flex;
    justify-content: center;
    align-items: center; }
    .p-career-selection-process .item .left .step {
      position: absolute;
      top: 16px;
      left: 16px;
      display: flex;
      flex-direction: column;
      color: #d0e2ec;
      font-family: helvetica, sans-serif;
      font-weight: 700;
      font-size: 22px;
      letter-spacing: 0.05;
      line-height: 1.81em;
      -webkit-text-stroke: 0.5px #d0e2ec;
      /*ベンダープレフィックス*/
      text-stroke: 0.5px #d0e2ec;
      /*1px赤色縁取り*/ }
      .p-career-selection-process .item .left .step svg {
        position: relative;
        top: -14px; }
        .p-career-selection-process .item .left .step svg text {
          font-family: helvetica, sans-serif;
          font-weight: 700;
          font-size: 65px; }
          .p-career-selection-process .item .left .step svg text:nth-child(1) {
            stroke: #3071b7;
            stroke-width: 6px;
            fill: #none; }
          .p-career-selection-process .item .left .step svg text:nth-child(2) {
            fill: #fff; }
    .p-career-selection-process .item .left .visual img {
      position: relative;
      width: 100px;
      max-width: 100px; }
    .p-career-selection-process .item .left .title {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      color: #fff;
      width: 100%;
      text-align: center;
      font-size: 15px;
      letter-spacing: 0.1em;
      line-height: 1.2em;
      font-weight: 700; }
      .p-career-selection-process .item .left .title br {
        display: none; }
  .p-career-selection-process .item .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(700px - 255px);
    background: #fff;
    padding: 25px; }
    .p-career-selection-process .item .right p {
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 1.57em;
      font-weight: 700;
      font-feature-settings: 'palt'; }
      .p-career-selection-process .item .right p.note {
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.66em;
        font-weight: 700;
        margin-top: 10px; }
@media (max-width: 768px) {
  .p-career-selection-process .intro {
    flex-direction: column; }
    .p-career-selection-process .intro-read {
      padding: 20px 0 0; }
  .p-career-selection-process .list {
    padding-top: 0px; }
  .p-career-selection-process .item {
    width: 100%; }
    .p-career-selection-process .item .left {
      width: 155px;
      min-width: inherit;
      padding: 50px 0; }
      .p-career-selection-process .item .left .step {
        flex-direction: row; }
        .p-career-selection-process .item .left .step svg {
          top: -32px;
          left: -5px; }
          .p-career-selection-process .item .left .step svg text {
            font-size: 48px; }
    .p-career-selection-process .item .right {
      width: calc(100% - 155px); } }
@media (max-width: 480px) {
  .p-career-selection-process .item .left {
    flex-direction: column;
    padding: 60px 0 40px;
    width: 120px; }
    .p-career-selection-process .item .left .title {
      position: static;
      transition: initial;
      -webkit-transform: initial;
      bottom: 15%; }
      .p-career-selection-process .item .left .title br {
        display: inline-block; }
    .p-career-selection-process .item .left .visual {
      margin-bottom: 5px; }
      .p-career-selection-process .item .left .visual img {
        width: 60px; }
  .p-career-selection-process .item .right {
    width: calc(100% - 120px); } }

.p-career-referral-alumni .l-contents-section {
  padding-top: 100px;
  margin-top: -100px; }
  .p-career-referral-alumni .l-contents-section::after {
    width: 200%; }
.p-career-referral-alumni .intro {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1; }
  .p-career-referral-alumni .intro-read {
    display: flex;
    align-items: flex-end;
    padding: 0 20px;
    color: #231815;
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.75em; }
.p-career-referral-alumni .box .about, .p-career-referral-alumni .box .precautions, .p-career-referral-alumni .box .step {
  position: relative;
  z-index: 1; }
.p-career-referral-alumni .box .about {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 64% 36%;
  grid-template-rows: max-content max-content 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 70px; }
  .p-career-referral-alumni .box .about .c-heading11 {
    grid-area: 1 / 1 / 2 / 3;
    color: #006cb6; }
    .p-career-referral-alumni .box .about .c-heading11::before, .p-career-referral-alumni .box .about .c-heading11::after {
      background: #006cb6; }
  .p-career-referral-alumni .box .about .subtitle {
    grid-area: 2 / 1 / 3 / 3;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4em;
    margin-top: 60px; }
  .p-career-referral-alumni .box .about .read {
    grid-area: 3 / 1 / 4 / 2;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    margin-top: 50px;
    margin-right: 50px; }
  .p-career-referral-alumni .box .about .merit {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-area: 3 / 2 / 4 / 3;
    background: linear-gradient(to left, #1d4f85 0%, #3071b7 100%);
    padding-left: 30px;
    width: calc(100% + ((100vw - 1180px) / 2) );
    padding-right: calc(((100vw - 1180px) / 2));
    min-height: 279px;
    max-height: 300px; }
    .p-career-referral-alumni .box .about .merit::after {
      position: absolute;
      content: '';
      bottom: -15px;
      left: 15px;
      width: 100%;
      height: 100%;
      background: #b3b3b3;
      z-index: -1; }
    .p-career-referral-alumni .box .about .merit .title {
      color: #fff;
      font-size: 19px;
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 2.1;
      text-decoration: underline;
      text-decoration-color: #cd4619;
      text-decoration-thickness: 10px;
      text-underline-offset: -4px;
      text-align: center; }
    .p-career-referral-alumni .box .about .merit .read {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.04em;
      line-height: 1.75;
      margin-top: 28px;
      margin-right: 0px; }
    .p-career-referral-alumni .box .about .merit .visual {
      position: absolute;
      bottom: 0;
      right: calc(((100vw - 1180px) / 2));
      color: #fff;
      opacity: 0.2;
      font-size: 60px;
      font-weight: 700;
      letter-spacing: 0em;
      line-height: 1.45;
      font-family: helvetica, sans-serif; }
.p-career-referral-alumni .box .precautions {
  margin-bottom: 50px; }
  .p-career-referral-alumni .box .precautions .read {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.75em; }
.p-career-referral-alumni .box .step .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .p-career-referral-alumni .box .step .list .item {
    position: relative;
    width: calc( (100% - (28px * 3)) / 4 );
    min-height: 195px;
    border: 2px solid #3071b7;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 10px; }
    .p-career-referral-alumni .box .step .list .item .num {
      position: absolute;
      top: 0px;
      left: 10px;
      display: flex;
      flex-direction: column;
      color: #3071b7;
      font-family: helvetica, sans-serif;
      font-weight: 700;
      font-size: 22px;
      letter-spacing: 0.05;
      line-height: 1.81em; }
      .p-career-referral-alumni .box .step .list .item .num svg {
        position: relative;
        top: -30px;
        left: 0px; }
        .p-career-referral-alumni .box .step .list .item .num svg text {
          font-family: helvetica, sans-serif;
          font-weight: 700;
          font-size: 80px; }
          .p-career-referral-alumni .box .step .list .item .num svg text:nth-child(1) {
            stroke: #3071b7;
            stroke-width: 6px;
            fill: #none; }
          .p-career-referral-alumni .box .step .list .item .num svg text:nth-child(2) {
            fill: #fff; }
    .p-career-referral-alumni .box .step .list .item .visual {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 50%; }
      .p-career-referral-alumni .box .step .list .item .visual img {
        position: relative;
        left: 20px;
        max-width: 136px;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .p-career-referral-alumni .box .step .list .item .title {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 50%;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 1.75em;
      color: #1a1a1a;
      width: 100%;
      font-feature-settings: 'palt';
      z-index: 1; }
      .p-career-referral-alumni .box .step .list .item .title a {
        display: contents; }
      .p-career-referral-alumni .box .step .list .item .title small {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.71em; }
.p-career-referral-alumni .alumni .about .c-heading11 {
  color: #00833e; }
  .p-career-referral-alumni .alumni .about .c-heading11::before, .p-career-referral-alumni .alumni .about .c-heading11::after {
    background: #00833e; }
.p-career-referral-alumni .alumni .about .merit {
  background: linear-gradient(to left, #006432 0%, #00833e 100%); }
.p-career-referral-alumni .alumni .c-heading12 {
  color: #00833e; }
  .p-career-referral-alumni .alumni .c-heading12::before, .p-career-referral-alumni .alumni .c-heading12::after {
    background: #00833e; }
.p-career-referral-alumni .alumni .step .list {
  display: grid;
  grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-rows: 1fr 20px 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px; }
  .p-career-referral-alumni .alumni .step .list .item {
    width: inherit;
    border: 0px;
    padding: 0;
    background: transparent;
    min-height: auto; }
    .p-career-referral-alumni .alumni .step .list .item .item-box {
      border: 2px solid #00833e;
      position: relative;
      width: 100%;
      height: 100%;
      background: #fff;
      padding: 20px 10px 0px; }
      .p-career-referral-alumni .alumni .step .list .item .item-box .num {
        color: #00833e;
        font-weight: 700;
        font-size: 22px;
        letter-spacing: 0.05em;
        line-height: 1.81em;
        top: -3px; }
        .p-career-referral-alumni .alumni .step .list .item .item-box .num svg {
          top: -32px; }
          .p-career-referral-alumni .alumni .step .list .item .item-box .num svg text:nth-child(1) {
            stroke: #00833e; }
      .p-career-referral-alumni .alumni .step .list .item .item-box .visual img {
        max-width: 114px;
        object-fit: contain; }
      .p-career-referral-alumni .alumni .step .list .item .item-box .title {
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 1.55em;
        text-align: center; }
      .p-career-referral-alumni .alumni .step .list .item .item-box a {
        color: #00833e; }
    .p-career-referral-alumni .alumni .step .list .item.item1 > div, .p-career-referral-alumni .alumni .step .list .item.item2 > div {
      position: relative;
      display: flex;
      align-items: center;
      color: #fff;
      clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
      padding: 15px 25px 15px 15px;
      width: 100%;
      height: 100%;
      max-height: 113px;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 1.7em; }
      .p-career-referral-alumni .alumni .step .list .item.item1 > div::before, .p-career-referral-alumni .alumni .step .list .item.item2 > div::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        clip-path: polygon(82% 0, 85% 0, 95% 50%, 85% 100%, 82% 100%, 92% 50%);
        width: 100%;
        height: 100%;
        max-height: 113px;
        z-index: 1; }
    .p-career-referral-alumni .alumni .step .list .item.item1 {
      grid-area: 1 / 1 / 2 / 2; }
      .p-career-referral-alumni .alumni .step .list .item.item1 > div {
        background: #00833e; }
        .p-career-referral-alumni .alumni .step .list .item.item1 > div::before {
          background: #e5e5e5; }
    .p-career-referral-alumni .alumni .step .list .item.item2 {
      grid-area: 3 / 1 / 4 / 2; }
      .p-career-referral-alumni .alumni .step .list .item.item2 > div {
        background: #666666; }
        .p-career-referral-alumni .alumni .step .list .item.item2 > div::before {
          background: #e5e5e5; }
    .p-career-referral-alumni .alumni .step .list .item.item3 .item-box, .p-career-referral-alumni .alumni .step .list .item.item4 .item-box {
      max-height: 175px;
      height: 175px; }
    .p-career-referral-alumni .alumni .step .list .item.item3 {
      grid-area: 1 / 3 / 2 / 4;
      position: relative; }
    .p-career-referral-alumni .alumni .step .list .item.item4 {
      grid-area: 1 / 5 / 2 / 6; }
    .p-career-referral-alumni .alumni .step .list .item.item5 {
      grid-area: 3 / 3 / 4 / 6; }
      .p-career-referral-alumni .alumni .step .list .item.item5 .item-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 135px;
        max-height: 135px;
        padding: 10px 10px 10px 60px; }
        .p-career-referral-alumni .alumni .step .list .item.item5 .item-box .num {
          top: 63%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }
        .p-career-referral-alumni .alumni .step .list .item.item5 .item-box .visual {
          min-width: 114px; }
          .p-career-referral-alumni .alumni .step .list .item.item5 .item-box .visual img {
            object-fit: cover; }
    .p-career-referral-alumni .alumni .step .list .item.item3, .p-career-referral-alumni .alumni .step .list .item.item6 {
      position: relative; }
      .p-career-referral-alumni .alumni .step .list .item.item3::after, .p-career-referral-alumni .alumni .step .list .item.item6::after {
        position: absolute;
        content: '';
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        height: 3px;
        width: 20px;
        background: #80c19f; }
    .p-career-referral-alumni .alumni .step .list .item.item6 .item-box, .p-career-referral-alumni .alumni .step .list .item.item7 .item-box {
      height: 195px;
      max-height: 195px; }
    .p-career-referral-alumni .alumni .step .list .item.item6 {
      grid-area: 1 / 7 / 4 / 8; }
    .p-career-referral-alumni .alumni .step .list .item.item7 {
      grid-area: 1 / 9 / 4 / 10; }
    .p-career-referral-alumni .alumni .step .list .item.item8 {
      grid-area: 1 / 6 / 4 / 7;
      display: flex;
      align-items: center;
      justify-content: center; }
      .p-career-referral-alumni .alumni .step .list .item.item8 .item-box {
        height: 50%;
        clip-path: polygon(0 0, 100% 50%, 0 100%, 0 93%, 87% 50%, 0 7%);
        background: #80c19f; }
@media (max-width: 1220px) {
  .p-career-referral-alumni .box .about {
    grid-template-columns: 50% 50%; }
    .p-career-referral-alumni .box .about .merit {
      width: calc(100% + 20px);
      padding-right: 150px; }
      .p-career-referral-alumni .box .about .merit .visual {
        right: 150px; } }
@media (max-width: 1080px) {
  .p-career-referral-alumni .box.referral .step .list .item {
    width: calc( (100% - (10px * 3)) / 4 );
    padding: 20px 15px 10px; }
    .p-career-referral-alumni .box.referral .step .list .item .title {
      font-size: 16px; }
    .p-career-referral-alumni .box.referral .step .list .item .visual {
      width: 13vw; }
  .p-career-referral-alumni .box.alumni .step .list .item .item-box .title {
    font-size: 14px; }
    .p-career-referral-alumni .box.alumni .step .list .item .item-box .title small {
      font-size: 12px; }
  .p-career-referral-alumni .box.alumni .step .list .item.item1 > div, .p-career-referral-alumni .box.alumni .step .list .item.item2 > div {
    font-size: 14px; } }
@media (max-width: 960px) {
  .p-career-referral-alumni .box .about .merit {
    margin-top: 50px;
    padding-right: 50px; }
    .p-career-referral-alumni .box .about .merit .visual {
      right: 50px; }
  .p-career-referral-alumni .box.alumni .step .list .item .item-box {
    padding-top: 40px;
    padding-bottom: 10px; }
    .p-career-referral-alumni .box.alumni .step .list .item .item-box .num {
      top: 8px;
      flex-direction: row; }
      .p-career-referral-alumni .box.alumni .step .list .item .item-box .num svg {
        top: -60px; }
        .p-career-referral-alumni .box.alumni .step .list .item .item-box .num svg text {
          font-size: 35px; }
    .p-career-referral-alumni .box.alumni .step .list .item .item-box .visual img {
      left: 0px;
      width: 8vw; }
  .p-career-referral-alumni .box.alumni .step .list .item.item5 .item-box {
    padding: 10px 10px 10px 100px; }
  .p-career-referral-alumni .box.alumni .step .list .item.item5 .num {
    top: 78%; } }
@media (max-width: 860px) {
  .p-career-referral-alumni .box.referral .step .list .item .num svg {
    top: -57px;
    left: 6px; }
    .p-career-referral-alumni .box.referral .step .list .item .num svg text {
      font-size: 50px; }
  .p-career-referral-alumni .box.referral .step .list .item .title {
    font-size: 14px; }
    .p-career-referral-alumni .box.referral .step .list .item .title small {
      font-size: 12px; }
  .p-career-referral-alumni .box.alumni .step .list {
    grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
    grid-template-rows: max-content 20px 1fr 20px 1fr 20px 1fr 20px 1fr; }
    .p-career-referral-alumni .box.alumni .step .list .item .item-box {
      height: 100%;
      max-height: 100%;
      flex-direction: column; }
      .p-career-referral-alumni .box.alumni .step .list .item .item-box .num {
        flex-direction: column;
        top: -3px; }
        .p-career-referral-alumni .box.alumni .step .list .item .item-box .num svg {
          top: -30px;
          left: -1px; }
          .p-career-referral-alumni .box.alumni .step .list .item .item-box .num svg text {
            font-size: 80px; }
      .p-career-referral-alumni .box.alumni .step .list .item .item-box .visual {
        height: auto; }
        .p-career-referral-alumni .box.alumni .step .list .item .item-box .visual img {
          width: 100%;
          object-fit: contain; }
      .p-career-referral-alumni .box.alumni .step .list .item .item-box .title {
        height: auto;
        font-size: 18px; }
        .p-career-referral-alumni .box.alumni .step .list .item .item-box .title small {
          font-size: 14px; }
    .p-career-referral-alumni .box.alumni .step .list .item.item1 > div, .p-career-referral-alumni .box.alumni .step .list .item.item2 > div {
      font-size: 18px;
      clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
      padding: 15px 25px 15px 15px;
      justify-content: center;
      text-align: center;
      height: 150px;
      max-height: 150px; }
      .p-career-referral-alumni .box.alumni .step .list .item.item1 > div::before, .p-career-referral-alumni .box.alumni .step .list .item.item2 > div::before {
        clip-path: polygon(0 85%, 0 82%, 50% 92%, 100% 82%, 100% 85%, 50% 95%);
        max-height: 150px; }
    .p-career-referral-alumni .box.alumni .step .list .item.item1 {
      grid-area: 1 / 3 / 2 / 4; }
    .p-career-referral-alumni .box.alumni .step .list .item.item2 {
      grid-area: 1 / 1 / 2 / 2; }
    .p-career-referral-alumni .box.alumni .step .list .item.item3 {
      grid-area: 3 / 3 / 4 / 4; }
    .p-career-referral-alumni .box.alumni .step .list .item.item3::after, .p-career-referral-alumni .box.alumni .step .list .item.item6::after {
      height: 20px;
      width: 3px;
      top: auto;
      right: auto;
      bottom: -30px; }
    .p-career-referral-alumni .box.alumni .step .list .item.item4 {
      grid-area: 5 / 3 / 6 / 4; }
    .p-career-referral-alumni .box.alumni .step .list .item.item5 {
      grid-area: 3 / 1 / 6 / 2; }
      .p-career-referral-alumni .box.alumni .step .list .item.item5 .item-box {
        padding: 20px 10px 0px; }
        .p-career-referral-alumni .box.alumni .step .list .item.item5 .item-box .num {
          top: 70px !important; }
    .p-career-referral-alumni .box.alumni .step .list .item.item6 .item-box, .p-career-referral-alumni .box.alumni .step .list .item.item7 .item-box {
      width: 50%; }
    .p-career-referral-alumni .box.alumni .step .list .item.item6 {
      grid-area: 7 / 1 / 8 / 4; }
    .p-career-referral-alumni .box.alumni .step .list .item.item7 {
      grid-area: 9 / 1 / 10 / 4; }
    .p-career-referral-alumni .box.alumni .step .list .item.item8 {
      grid-area: 6 / 1 / 7 / 4; }
      .p-career-referral-alumni .box.alumni .step .list .item.item8 .item-box {
        width: 30%;
        height: 20px;
        clip-path: polygon(0 0, 5% 0, 50% 85%, 95% 0, 100% 0, 50% 100%);
        padding: 0; } }
@media (max-width: 768px) {
  .p-career-referral-alumni .intro {
    flex-direction: column; }
    .p-career-referral-alumni .intro-read {
      padding: 20px 0 0; }
  .p-career-referral-alumni .box.referral .step .list .item {
    padding-top: 60px; }
    .p-career-referral-alumni .box.referral .step .list .item .num {
      top: 20px;
      flex-direction: row; }
      .p-career-referral-alumni .box.referral .step .list .item .num svg {
        top: -62px;
        left: -5px; }
    .p-career-referral-alumni .box.referral .step .list .item .visual {
      height: 30%; }
      .p-career-referral-alumni .box.referral .step .list .item .visual img {
        left: 0; }
    .p-career-referral-alumni .box.referral .step .list .item .title {
      height: 70%;
      text-align: center; }
      .p-career-referral-alumni .box.referral .step .list .item .title br {
        display: none; } }
@media (max-width: 680px) {
  .p-career-referral-alumni .box .about {
    display: flex;
    flex-direction: column; }
    .p-career-referral-alumni .box .about .read {
      margin-right: 0; }
    .p-career-referral-alumni .box .about .merit {
      width: calc(80% + 20px );
      margin-left: calc(100% - 80%); } }
@media (max-width: 580px) {
  .p-career-referral-alumni .box.referral .step .list {
    flex-wrap: wrap; }
    .p-career-referral-alumni .box.referral .step .list .item {
      width: calc( (100% - (10px * 1)) / 2 );
      margin-bottom: 10px; }
      .p-career-referral-alumni .box.referral .step .list .item .num {
        top: 0px;
        flex-direction: column; }
        .p-career-referral-alumni .box.referral .step .list .item .num svg {
          top: -30px;
          left: 0px; }
          .p-career-referral-alumni .box.referral .step .list .item .num svg text {
            font-size: 80px; }
      .p-career-referral-alumni .box.referral .step .list .item .visual {
        height: 50%;
        width: auto; }
        .p-career-referral-alumni .box.referral .step .list .item .visual img {
          left: 20px; }
      .p-career-referral-alumni .box.referral .step .list .item .title {
        height: 50%;
        font-size: 18px; }
        .p-career-referral-alumni .box.referral .step .list .item .title br {
          display: inline-block; }
        .p-career-referral-alumni .box.referral .step .list .item .title small {
          font-size: 14px; } }
@media (max-width: 480px) {
  .p-career-referral-alumni .box .about .merit {
    width: calc(95% + 20px);
    margin-left: calc(100% - 95%); }
  .p-career-referral-alumni .box.referral .step .list .item {
    width: 100%; }
    .p-career-referral-alumni .box.referral .step .list .item .num svg {
      left: -5px; }
    .p-career-referral-alumni .box.referral .step .list .item .visual img {
      left: 0; }
  .p-career-referral-alumni .box.alumni .step .list .item .item-box .num {
    top: 8px;
    flex-direction: row; }
    .p-career-referral-alumni .box.alumni .step .list .item .item-box .num svg {
      top: -60px;
      left: -5px; }
      .p-career-referral-alumni .box.alumni .step .list .item .item-box .num svg text {
        font-size: 35px; }
  .p-career-referral-alumni .box.alumni .step .list .item .item-box .title {
    margin-top: 10px;
    font-size: 14px; }
    .p-career-referral-alumni .box.alumni .step .list .item .item-box .title small {
      font-size: 12px; }
  .p-career-referral-alumni .box.alumni .step .list .item.item1 > div, .p-career-referral-alumni .box.alumni .step .list .item.item2 > div {
    font-size: 14px;
    padding: 10px; }
    .p-career-referral-alumni .box.alumni .step .list .item.item1 > div br, .p-career-referral-alumni .box.alumni .step .list .item.item2 > div br {
      display: none; }
  .p-career-referral-alumni .box.alumni .step .list .item.item5 .item-box .num {
    top: 61px !important; }
  .p-career-referral-alumni .box.alumni .step .list .item.item6 .item-box, .p-career-referral-alumni .box.alumni .step .list .item.item7 .item-box {
    width: 100%; }
  .p-career-referral-alumni .box.alumni .step .list .item.item8 .item-box {
    width: 50%; } }

.p-career-data {
  margin-bottom: 150px; }
  .p-career-data .data-box .data-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 60px; }
    .p-career-data .data-box .data-list-item {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-right: 40px;
      border-bottom: 1px solid #333333;
      width: 236px;
      max-width: 236px; }
      .p-career-data .data-box .data-list-item .year {
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 2.22em;
        font-weight: 500; }
      .p-career-data .data-box .data-list-item .ratio {
        font-size: 25px;
        letter-spacing: 0.1em;
        line-height: 1.6em;
        font-weight: 700;
        color: #3071b7; }
        .p-career-data .data-box .data-list-item .ratio span {
          font-size: 18px;
          letter-spacing: 0.1em;
          line-height: 2.22em;
          font-weight: 500; }
      .p-career-data .data-box .data-list-item:last-child {
        margin-right: 0px; }
  @media (max-width: 580px) {
    .p-career-data .data-box .data-list {
      flex-direction: column; }
      .p-career-data .data-box .data-list-item {
        width: 100%;
        max-width: 80%;
        margin-right: 0px;
        margin-bottom: 20px;
        align-items: center; } }

.p-career-contact,
.p-job-desc-contatc {
  position: relative;
  background: #3071b7;
  z-index: 0;
  padding-bottom: 40px; }
  .p-career-contact .c-heading10,
  .p-job-desc-contatc .c-heading10 {
    background: #fff;
    border: 1px solid #3071b7; }
    .p-career-contact .c-heading10 .ja,
    .p-job-desc-contatc .c-heading10 .ja {
      color: #3071b7; }
      .p-career-contact .c-heading10 .ja::before,
      .p-job-desc-contatc .c-heading10 .ja::before {
        background: #3071b7; }
    .p-career-contact .c-heading10 .en,
    .p-job-desc-contatc .c-heading10 .en {
      color: #3071b7; }
  .p-career-contact .intro,
  .p-job-desc-contatc .intro {
    position: relative;
    top: -35px;
    display: flex;
    flex-direction: row;
    margin-bottom: -35px;
    z-index: 1; }
    .p-career-contact .intro-read,
    .p-job-desc-contatc .intro-read {
      display: flex;
      align-items: flex-end;
      padding: 0 20px;
      color: #fff;
      font-size: 16px;
      letter-spacing: 0.075em;
      line-height: 1.75em; }
  .p-career-contact .contact-description,
  .p-job-desc-contatc .contact-description {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px; }
    .p-career-contact .contact-description .read p,
    .p-job-desc-contatc .contact-description .read p {
      text-align: center;
      font-size: 20px;
      letter-spacing: 0.1em;
      line-height: 1.55em;
      font-weight: 700;
      color: #fff;
      font-feature-settings: 'palt'; }
    .p-career-contact .contact-description .bg,
    .p-job-desc-contatc .contact-description .bg {
      position: absolute;
      top: 64%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      text-align: center;
      font-size: 85px;
      letter-spacing: 0;
      font-family: helvetica, sans-serif;
      font-weight: 700;
      color: #d0e2ec;
      opacity: 0.1;
      width: 100vw; }
  .p-career-contact .contact-method,
  .p-job-desc-contatc .contact-method {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px; }
    .p-career-contact .contact-method .box,
    .p-job-desc-contatc .contact-method .box {
      border: 5px solid #acc6e2;
      background: #fff;
      width: calc((100% - 40px) / 2);
      padding: 25px; }
      .p-career-contact .contact-method .box .c-heading11,
      .p-job-desc-contatc .contact-method .box .c-heading11 {
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 2.22;
        color: #3071b7; }
        .p-career-contact .contact-method .box .c-heading11::before, .p-career-contact .contact-method .box .c-heading11::after,
        .p-job-desc-contatc .contact-method .box .c-heading11::before,
        .p-job-desc-contatc .contact-method .box .c-heading11::after {
          background: #3071b7;
          height: 20px;
          width: 10px; }
        .p-career-contact .contact-method .box .c-heading11::before,
        .p-job-desc-contatc .contact-method .box .c-heading11::before {
          left: 8px; }
    .p-career-contact .contact-method .post .c-heading11,
    .p-job-desc-contatc .contact-method .post .c-heading11 {
      margin-bottom: 15px; }
    .p-career-contact .contact-method .post .address,
    .p-job-desc-contatc .contact-method .post .address {
      font-size: 14px;
      letter-spacing: 0.075em;
      line-height: 1.57em;
      font-weight: 400;
      color: #1a1a1a;
      margin-left: 20px; }
    .p-career-contact .contact-method .post .to,
    .p-job-desc-contatc .contact-method .post .to {
      font-size: 16px;
      letter-spacing: 0.075em;
      line-height: 1.5625em;
      font-weight: 400;
      color: #1a1a1a;
      border-bottom: 1px solid #3071b7;
      margin-left: 20px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .p-career-contact .contact-method .post .note,
    .p-job-desc-contatc .contact-method .post .note {
      font-size: 14px;
      letter-spacing: 0.075em;
      line-height: 1.57em;
      font-weight: 400;
      color: #3071b7;
      margin-left: 20px; }
    .p-career-contact .contact-method .mail .c-heading11,
    .p-job-desc-contatc .contact-method .mail .c-heading11 {
      margin-bottom: 30px; }
    .p-career-contact .contact-method .mail .to,
    .p-job-desc-contatc .contact-method .mail .to {
      font-size: 18px;
      letter-spacing: 0.075em;
      line-height: 1.222em;
      font-weight: 500;
      color: #3071b7;
      border-bottom: 1px solid #3071b7;
      margin-left: 20px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .p-career-contact .contact-method .mail .note,
    .p-job-desc-contatc .contact-method .mail .note {
      font-size: 14px;
      letter-spacing: 0.075em;
      line-height: 1.57em;
      font-weight: 400;
      color: #1a1a1a;
      margin-left: 20px; }
  .p-career-contact .contact-privacy,
  .p-job-desc-contatc .contact-privacy {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e5e5e5;
    padding: 15px 0; }
    .p-career-contact .contact-privacy p,
    .p-job-desc-contatc .contact-privacy p {
      font-size: 14px;
      letter-spacing: 0.04em;
      line-height: 1.57em;
      font-weight: 500;
      text-align: center;
      font-feature-settings: 'palt'; }
  @media (max-width: 768px) {
    .p-career-contact .intro,
    .p-job-desc-contatc .intro {
      flex-direction: column; }
      .p-career-contact .intro-read,
      .p-job-desc-contatc .intro-read {
        padding: 20px 0 0; } }
  @media (max-width: 580px) {
    .p-career-contact .contact-description .read p,
    .p-job-desc-contatc .contact-description .read p {
      font-size: 16px; }
    .p-career-contact .contact-description .bg,
    .p-job-desc-contatc .contact-description .bg {
      top: -30px;
      font-size: 6vw; }
    .p-career-contact .contact-method,
    .p-job-desc-contatc .contact-method {
      flex-direction: column; }
      .p-career-contact .contact-method .box,
      .p-job-desc-contatc .contact-method .box {
        width: 100%;
        margin-bottom: 20px; }
      .p-career-contact .contact-method .mail .note br,
      .p-job-desc-contatc .contact-method .mail .note br {
        display: none; }
    .p-career-contact .contact-privacy p br,
    .p-job-desc-contatc .contact-privacy p br {
      display: none; } }

/*========================================
募集要項
=========================================*/
.p-job-desc-container {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto; }

.p-job-desc-intro {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center; }
  .p-job-desc-intro::before, .p-job-desc-intro::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 700px;
    z-index: -1; }
  .p-job-desc-intro::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0.9) 85%, white 100%); }
  .p-job-desc-intro .intro-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    object-fit: cover;
    z-index: -1; }
  .p-job-desc-intro .box {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .p-job-desc-intro .box .c-heading03 {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-bottom: 40px; }
      .p-job-desc-intro .box .c-heading03 span {
        font-feature-settings: 'palt';
        margin-bottom: 0; }
      .p-job-desc-intro .box .c-heading03 span:nth-of-type(1) {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #006cb6;
        color: #fff;
        font-size: 25px;
        letter-spacing: 0.1em;
        line-height: 1.6em;
        font-weight: 700;
        max-width: 174px;
        padding: 10px 20px 5px;
        margin-bottom: 30px; }
      .p-job-desc-intro .box .c-heading03 span:nth-of-type(2) {
        color: #006cb6;
        font-size: 40px;
        letter-spacing: 0.2em;
        line-height: 1.625em;
        font-weight: 700;
        margin-bottom: 15px; }
      .p-job-desc-intro .box .c-heading03 span:nth-of-type(3) {
        position: relative;
        color: #006cb6;
        font-size: 25px;
        letter-spacing: 0.1em;
        line-height: 1.6em;
        font-weight: 700; }
    .p-job-desc-intro .box .visual {
      width: 300px;
      aspect-ratio: 1.604;
      overflow: hidden; }
      .p-job-desc-intro .box .visual img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .p-job-desc-intro .box .read {
      display: flex;
      align-items: center;
      color: #000;
      font-size: 16px;
      letter-spacing: 0.06em;
      line-height: 1.75em;
      font-weight: 400;
      width: calc(100% - 300px - 40px);
      margin-left: 40px;
      max-width: 547px; }
  .p-job-desc-intro .deco {
    position: absolute;
    bottom: 6vw;
    right: 0;
    font-size: 110px;
    letter-spacing: 0em;
    line-height: 1em;
    font-weight: 700;
    font-family: helvetica, sans-serif;
    color: #fff;
    z-index: -1; }
  @media (max-width: 680px) {
    .p-job-desc-intro .box .c-heading03 {
      margin-bottom: 20px; }
      .p-job-desc-intro .box .c-heading03 span:nth-of-type(1) {
        font-size: 25px;
        margin-bottom: 15px; }
      .p-job-desc-intro .box .c-heading03 span:nth-of-type(2) {
        font-size: 6vw;
        margin-bottom: 8px; }
      .p-job-desc-intro .box .c-heading03 span:nth-of-type(3) {
        font-size: 5vw; }
    .p-job-desc-intro .box .visual {
      margin-bottom: 10px; }
    .p-job-desc-intro .box .read {
      width: 100%;
      margin-left: 0px;
      max-width: initial; }
    .p-job-desc-intro .deco {
      font-size: 14vw; } }

.p-job-desc-list {
  margin-bottom: 180px; }
  .p-job-desc-list .list {
    list-style: none;
    padding: 0; }
    .p-job-desc-list .list .item .c-heading11 {
      color: #3071b7;
      font-size: 25px;
      letter-spacing: 0.1em;
      line-height: 1.6em;
      font-weight: 700; }
      .p-job-desc-list .list .item .c-heading11::before, .p-job-desc-list .list .item .c-heading11::after {
        background: #3071b7; }
    .p-job-desc-list .list .item-name {
      padding-top: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #333333;
      margin-bottom: 30px; }
    .p-job-desc-list .list .item-text {
      margin-bottom: 50px; }
      .p-job-desc-list .list .item-text p {
        font-size: 18px;
        letter-spacing: 0.04em;
        line-height: 1.666em;
        font-weight: 400;
        font-feature-settings: 'palt';
        color: #231815; }

.p-job-desc-links {
  margin-bottom: 180px;
  position: relative;
  background: linear-gradient(to right, #3071b7 0%, rgba(48, 113, 183, 0.25) 50%, #3071b7 100%); }
  .p-job-desc-links::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #e5e5e5;
    z-index: -1;
    height: calc(100% + 30px);
    width: 100%; }
  .p-job-desc-links .deco {
    position: absolute;
    top: -73px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 85px;
    letter-spacing: 0em;
    line-height: 1.15em;
    font-weight: 700;
    font-family: helvetica, sans-serif;
    color: #e5e5e5;
    opacity: 0.45;
    width: 100%;
    text-align: center;
    z-index: -1; }
    .p-job-desc-links .deco br {
      display: none; }
  .p-job-desc-links .links {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 15px 0; }
    .p-job-desc-links .links .link-item {
      width: 330px;
      height: 115px; }
      .p-job-desc-links .links .link-item .link-box {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%; }
        .p-job-desc-links .links .link-item .link-box .visual {
          width: 120px;
          height: 115px;
          overflow: hidden; }
          .p-job-desc-links .links .link-item .link-box .visual img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .p-job-desc-links .links .link-item .link-box .text {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 10px;
          color: #fff;
          font-size: 16px;
          letter-spacing: 0.1em;
          line-height: 1.875em;
          font-weight: 700; }
          .p-job-desc-links .links .link-item .link-box .text i {
            position: relative;
            left: 0px;
            transition: all 0.5s ease 0s;
            font-size: 25px; }
        .p-job-desc-links .links .link-item .link-box:hover .text i {
          position: relative;
          left: 10px; }
      .p-job-desc-links .links .link-item:nth-of-type(1) .link-box .text {
        background: linear-gradient(to right, #1d4f85 0%, #3071b7 100%); }
      .p-job-desc-links .links .link-item:nth-of-type(2) .link-box .text {
        background: linear-gradient(to right, #006432 0%, #00833e 100%); }
  @media (max-width: 1240px) {
    .p-job-desc-links .deco {
      font-size: 7vw; } }
  @media (max-width: 680px) {
    .p-job-desc-links .deco {
      font-size: 11vw;
      left: 0;
      transition: unset;
      -webkit-transform: unset;
      text-align: left;
      top: -28vw;
      line-height: 0.9; }
      .p-job-desc-links .deco br {
        display: block; }
    .p-job-desc-links .links {
      justify-content: space-between; }
      .p-job-desc-links .links .link-item {
        width: calc(50% - 5px);
        height: 200px; }
        .p-job-desc-links .links .link-item .link-box {
          position: relative; }
          .p-job-desc-links .links .link-item .link-box .visual {
            width: 100%;
            height: 200px; }
          .p-job-desc-links .links .link-item .link-box .text {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
        .p-job-desc-links .links .link-item:nth-of-type(1) .link-box .text {
          background: rgba(29, 79, 133, 0.3); }
        .p-job-desc-links .links .link-item:nth-of-type(2) .link-box .text {
          background: rgba(0, 131, 62, 0.3); } }
  @media (max-width: 480px) {
    .p-job-desc-links .deco {
      font-size: 14vw;
      top: -39vw;
      line-height: 1; }
    .p-job-desc-links .links {
      flex-direction: column; }
      .p-job-desc-links .links .link-item {
        width: 100%;
        height: 115px;
        margin-bottom: 10px; }
        .p-job-desc-links .links .link-item .link-box {
          position: relative; }
          .p-job-desc-links .links .link-item .link-box .visual {
            width: 120px;
            height: 115px; }
          .p-job-desc-links .links .link-item .link-box .text {
            position: static; }
        .p-job-desc-links .links .link-item:nth-of-type(1) .link-box .text {
          background: linear-gradient(to right, #1d4f85 0%, #3071b7 100%); }
        .p-job-desc-links .links .link-item:nth-of-type(2) .link-box .text {
          background: linear-gradient(to right, #006432 0%, #00833e 100%); } }

/*========================================
採用に関するお問い合わせ
=========================================*/
.p-contactus {
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-contactus {
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-contactus-heading {
  margin-bottom: 60px; }

.p-contactus-heading h3 {
  text-align: center;
  color: #0d57a6;
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-contactus-heading {
    margin-bottom: 30px;
    padding: 0 15px; } }
@media (max-width: 768.98px) {
  .p-contactus-heading h3 {
    font-size: 1.6rem;
    padding: 0 15px;
    margin-bottom: 12px; } }
.p-contactus-container {
  max-width: 1000px;
  padding: 0 20px;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-contactus-container {
    padding: 0 15px; } }
.p-contactus-title {
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-contactus-title {
    margin-bottom: 20px; } }
.p-contactus-text {
  margin-bottom: 40px; }

.p-contactus-text p {
  text-align: center; }

@media (max-width: 768.98px) {
  .p-contactus-text {
    margin-bottom: 30px; } }
.p-contactus-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768.98px) {
  .p-contactus-box {
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.p-contactus-box__tel {
  width: 48%;
  background-color: #F2F2F2;
  padding: 30px; }

.p-contactus-box__tel span {
  font-size: 4.0rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #747474;
  padding-bottom: 20px;
  margin-bottom: 10px;
  line-height: 1; }

.p-contactus-box__tel span:before {
  content: "";
  background-image: url(/img/common/icon-contact-tel.svg);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px; }

.p-contactus-box__tel a {
  font-size: 3.0rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #747474;
  padding-bottom: 20px;
  margin-bottom: 10px;
  line-height: 1;
  color: #231815; }

.p-contactus-box__tel a:before {
  content: "";
  background-image: url(/img/common/icon-contact-tel.svg);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px; }

@media (max-width: 768.98px) {
  .p-contactus-box__tel {
    width: 100%;
    margin-bottom: 20px;
    padding: 18px; } }
@media (max-width: 768.98px) {
  .p-contactus-box__tel a {
    font-size: 2.6rem; } }
@media (max-width: 768.98px) {
  .p-contactus-box__tel a:before {
    width: 36px;
    height: 36px; } }
.p-contactus-box__mail {
  width: 48%;
  background-color: #F2F2F2;
  padding: 30px; }

.p-contactus-box__mail a {
  font-size: 3.0rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #747474;
  padding-bottom: 20px;
  margin-bottom: 10px;
  line-height: 1;
  color: #231815; }

.p-contactus-box__mail a:before {
  content: "";
  background-image: url(/img/common/icon-contact-mail.svg);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px; }

@media (max-width: 768.98px) {
  .p-contactus-box__mail {
    width: 100%;
    padding: 18px; } }
@media (max-width: 768.98px) {
  .p-contactus-box__mail a {
    font-size: 2rem; } }
@media (max-width: 768.98px) {
  .p-contactus-box__mail a:before {
    width: 36px;
    height: 36px; } }
.p-contactus-link {
  display: table;
  margin: 0 auto 0; }

.p-contactus-link a {
  display: block;
  border: 1px solid #0d57a6;
  padding: 14px 20px;
  color: #0d57a6;
  font-weight: 700;
  text-align: center; }

@media (max-width: 768.98px) {
  .p-contactus-link a {
    padding: 10px 6px; } }
/*========================================
福利厚生
=========================================*/
.p-benefits {
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-benefits {
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-benefits-heading {
  margin-bottom: 60px; }

.p-benefits-heading h3 {
  text-align: center;
  color: #0d57a6;
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-benefits-heading {
    margin-bottom: 30px;
    padding: 0 15px; } }
@media (max-width: 768.98px) {
  .p-benefits-heading h3 {
    font-size: 1.6rem;
    padding: 0 15px;
    margin-bottom: 12px; } }
.p-benefits-container {
  max-width: 1000px;
  padding: 0 20px;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-benefits-container {
    padding: 0 15px; } }
.p-benefits-title {
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-benefits-title {
    margin-bottom: 20px; } }
.p-benefits-text {
  margin-bottom: 40px; }

.p-benefits-text p {
  text-align: center; }

@media (max-width: 768.98px) {
  .p-benefits-text {
    margin-bottom: 30px; } }
.p-benefits-table h4 {
  margin-top: 50px;
  margin-bottom: 30px; }

.p-benefits-table th {
  width: 24%;
  background-color: #F2F2F2;
  text-align: center;
  padding: 30px 20px; }

.p-benefits-table td {
  padding: 30px 20px; }

@media (max-width: 768.98px) {
  .p-benefits-table th {
    width: 100%; } }
@media (max-width: 768.98px) {
  .p-benefits-table th,
  .p-benefits-table td {
    padding: 16px 10px; } }
.p-benefits-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }

.p-benefits-card__item {
  width: 31%; }

.p-benefits-card__item img {
  width: 100%;
  margin-bottom: 10px; }

@media (max-width: 768.98px) {
  .p-benefits-card__item img {
    margin-bottom: 4px; } }
@media (max-width: 768.98px) {
  .p-benefits-card__item p {
    font-size: 1.2rem; } }
/*========================================
社員紹介
=========================================*/
.p-interview {
  padding-top: 80px;
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-interview {
    padding-bottom: 50px;
    padding-top: 30px; } }
.p-interview-heading {
  margin-bottom: 60px; }

.p-interview-heading h3 {
  text-align: center;
  color: #0d57a6;
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 30px; }

@media (max-width: 768.98px) {
  .p-interview-heading {
    margin-bottom: 30px;
    padding: 0 15px; } }
@media (max-width: 768.98px) {
  .p-interview-heading h3 {
    font-size: 1.6rem;
    padding: 0 15px;
    margin-bottom: 12px; } }
.p-interview-container {
  max-width: 1000px;
  padding: 0 20px;
  margin: auto; }

@media (max-width: 768.98px) {
  .p-interview-container {
    padding: 0 15px; } }
.p-interview-list-card {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media only screen and (max-width: 1000px) {
  .p-interview-list-card {
    max-width: 80%; } }
@media only screen and (max-width: 767px) {
  .p-interview-list-card {
    max-width: 75%;
    padding: 0; } }
.p-interview-list-card__item {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 5%;
  position: relative;
  border-radius: 10px; }

.p-interview-list-card__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 100%;
  height: 80%;
  background-image: url(/img/common/line.png);
  z-index: -1;
  border-radius: 10px; }

.p-interview-list-card__item:nth-child(2n) {
  margin-right: 0; }

.p-interview-list-card__item a {
  display: block; }

.p-interview-list-card__item a:hover {
  text-decoration: none; }

.p-interview-list-card__item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.p-interview-list-card__item .p-interview-list-card__img {
  overflow: hidden;
  border-radius: 10px; }

.p-interview-list-card__item .p-interview-list-card__img img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }

@media only screen and (max-width: 1000px) {
  .p-interview-list-card__item {
    width: 47%;
    margin-right: 6%; }

  .p-interview-list-card__item:nth-child(2n) {
    margin-right: 0; } }
@media only screen and (max-width: 767px) {
  .p-interview-list-card__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%; }

  .p-interview-list-card__item:nth-child(3n) {
    margin-right: 0; }

  .p-interview-list-card__item::before {
    left: 10px; } }
.p-interview-list-card__name {
  border-radius: 0 0 10px 10px;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #000;
  z-index: 3;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 0px; }

.p-interview-list-card__name span {
  font-size: 1.4rem; }

.p-interview-list-card__name p {
  margin-top: 4px;
  font-size: 3.0rem;
  line-height: 1; }

.p-interview-list-card__name p small {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 8px; }

.p-interview-list-card__item ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0px;
  margin: 0px 0 10px 55px; }

.p-interview-list-card__item ul li {
  list-style: none;
  background: #000;
  border-radius: 20px;
  color: #fff;
  padding: 0px 13px;
  margin: 0px 5px 5px; }

@media (max-width: 768.98px) {
  .p-interview-list-card__name {
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 0px; }

  .p-interview-list-card__item ul {
    margin: 0px 0 10px 15px; } }
@media (max-width: 768.98px) {
  .p-interview-list-card__name span {
    font-size: 1.2rem; } }
@media (max-width: 768.98px) {
  .p-interview-list-card__name p {
    font-size: 2rem; } }
@media (max-width: 768.98px) {
  .p-interview-list-card__name p small {
    font-size: 1.2rem; } }
/*========================================
社員紹介詳細
=========================================*/
.p-interview-detail {
  padding-bottom: 120px; }

@media (max-width: 768.98px) {
  .p-interview-detail {
    padding-bottom: 50px; } }
.p-interview-detail-heading {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  min-height: 440px; }

.p-interview-detail-heading:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #002144;
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 768.98px) {
  .p-interview-detail-heading {
    margin-bottom: 30px; } }
@media (max-width: 768.98px) {
  .p-interview-detail-heading:before {
    height: 80%;
    background-position: center; } }
.p-interview-detail-heading-box {
  max-width: 1220px;
  padding: 120px 20px 0;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 440px; }

@media (max-width: 768.98px) {
  .p-interview-detail-heading-box {
    padding: 50px 15px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.p-interview-detail-heading__text {
  width: 48%;
  margin-bottom: 20px; }

.p-interview-detail-heading__text h3 {
  color: #fff;
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 40px; }

.p-interview-detail-heading__text p {
  color: #fff; }

.p-interview-detail-heading__text p span {
  font-size: 2rem; }

.p-interview-detail-heading__text ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0px;
  margin: 20px 0 20px -5px; }

.p-interview-detail-heading__text ul li {
  list-style: none;
  background: #fff;
  border-radius: 20px;
  color: #000;
  padding: 0px 13px;
  margin: 0px 5px 5px; }

.p-interview-detail-heading__text .p-interview-detail-heading-career__text {
  display: flex;
  flex-direction: row; }

.p-interview-detail-heading__text .p-interview-detail-heading-career__text p:nth-child(1) {
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap; }

.p-interview-detail-heading__text .p-interview-detail-heading-career__text p:nth-child(2) {
  border-left: 1px solid #fff;
  padding-left: 10px; }

@media (max-width: 768.98px) {
  .p-interview-detail-heading__text {
    width: 100%;
    margin-bottom: 20px; }

  .p-interview-detail-heading-career__text {
    display: flex !important;
    flex-direction: column !important; }

  .p-interview-detail-heading-career__text p:nth-child(1) {
    justify-content: left !important;
    font-size: 14pt; }

  .p-interview-detail-heading-career__text p:nth-child(2) {
    border-left: 0px !important;
    padding-left: 0px !important; } }
@media (max-width: 768.98px) {
  .p-interview-detail-heading__text h3 {
    font-size: 2rem;
    margin-bottom: 20px; } }
@media (max-width: 768.98px) {
  .p-interview-detail-heading__text p span {
    font-size: 1.5rem;
    font-weight: 700; } }
.p-interview-detail-heading__img {
  width: 50%;
  position: absolute;
  right: 0; }

.p-interview-detail-heading__img img {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
  object-fit: cover; }

@media (max-width: 768.98px) {
  .p-interview-detail-heading__img {
    position: static;
    width: 100%; } }
@media (max-width: 768.98px) {
  .p-interview-detail-heading__img img {
    height: 50vw; } }
.p-interview-box01 {
  max-width: 750px;
  padding: 0 20px 0;
  margin: 0 auto 80px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #dadada; }

@media (max-width: 768.98px) {
  .p-interview-box01 {
    margin-bottom: 30px;
    padding: 0 15px 30px; } }
.p-interview-box01__title {
  margin-bottom: 30px; }

.p-interview-box01__title h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center; }

.p-interview-box01__title h3 span {
  color: #0d57a6;
  font-size: 1.4rem;
  display: block;
  font-family: "Yantramanav", sans-serif; }

@media (max-width: 768.98px) {
  .p-interview-box01__title {
    margin-bottom: 10px; } }
@media (max-width: 768.98px) {
  .p-interview-box01__title h3 {
    font-size: 2rem; } }
.p-interview-section__bg {
  background-color: #0d57a6;
  margin-top: 200px;
  padding-bottom: 80px; }

@media (max-width: 768.98px) {
  .p-interview-section__bg {
    margin-top: 130px;
    padding-bottom: 40px; } }
.p-interview-detail__img {
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  margin-bottom: -40px; }

.p-interview-detail__img img {
  width: 100%;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

@media (max-width: 768.98px) {
  .p-interview-detail__img {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    margin-bottom: -40px; } }
.p-interview-box02 {
  max-width: 750px;
  padding: 0 20px 0;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #fff; }

@media (max-width: 768.98px) {
  .p-interview-box02 {
    margin-bottom: 30px;
    padding: 0 15px 30px; } }
.p-interview-box02__title {
  margin-bottom: 30px; }

.p-interview-box02__title h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff; }

.p-interview-box02__title h3 span {
  font-size: 1.4rem;
  display: block;
  font-family: "Yantramanav", sans-serif; }

@media (max-width: 768.98px) {
  .p-interview-box02__title {
    margin-bottom: 10px; } }
@media (max-width: 768.98px) {
  .p-interview-box02__title h3 {
    font-size: 2rem; } }
.p-interview-box02__text p {
  color: #fff; }

.p-interview-box03 {
  max-width: 750px;
  padding: 0 20px 0;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #fff; }

.p-interview-box03 .p-interview-box03__wrap {
  background: #5789BD;
  border-radius: 20px;
  padding: 50px; }

@media (max-width: 768.98px) {
  .p-interview-box03 {
    margin-bottom: 30px;
    padding: 0 15px 30px; }

  .p-interview-box03 .p-interview-box03__wrap {
    padding: 50px 25px !important; } }
.p-interview-box03__title {
  margin-bottom: 30px; }

.p-interview-box03__title h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff; }

.p-interview-box03__title h3 span {
  font-size: 1.4rem;
  display: block;
  font-family: "Yantramanav", sans-serif; }

@media (max-width: 768.98px) {
  .p-interview-box03__title {
    margin-bottom: 10px; } }
@media (max-width: 768.98px) {
  .p-interview-box03__title h3 {
    font-size: 2rem; } }
.p-interview-box03__text p {
  color: #fff; }

.p-interview-box04 {
  max-width: 750px;
  padding: 0 20px 0;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #fff; }

@media (max-width: 768.98px) {
  .p-interview-box04 {
    margin-bottom: 30px;
    padding: 0 15px 30px; } }
.p-interview-box04__title {
  margin-bottom: 30px; }

.p-interview-box04__title h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff; }

.p-interview-box04__title h3 span {
  font-size: 1.4rem;
  display: block;
  font-family: "Yantramanav", sans-serif; }

.p-interview-box04__wrap {
  margin: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: row; }

.p-interview-box04__wrap .p-interview-box04__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%; }

.p-interview-box04__wrap .p-interview-box04__title span {
  position: relative; }

.p-interview-box04__wrap .p-interview-box04__title span::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 29px;
  height: 30px;
  background-image: url(/img/common/clock.png);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.p-interview-box04__wrap .p-interview-box04__timetable {
  width: 70%; }

.p-interview-box04__wrap .p-interview-box04__timetable ul {
  width: 100%; }

.p-interview-box04__wrap .p-interview-box04__timetable ul li {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  padding: 10px 0 10px 20px; }

.p-interview-box04__wrap .p-interview-box04__timetable ul li:nth-child(2n+1) {
  background: #2767AB; }

.p-interview-box04__wrap .p-interview-box04__timetable ul li > div {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  height: 100%;
  width: 100%; }

.p-interview-box04__wrap .p-interview-box04__timetable ul li > div:nth-child(1) {
  width: 100px; }

@media (max-width: 768.98px) {
  .p-interview-box04__title {
    margin-bottom: 10px; }

  .p-interview-box04__wrap {
    flex-direction: column;
    margin: 0px;
    padding: 30px 10px; }

  .p-interview-box04__wrap .p-interview-box04__title {
    width: 100%;
    height: 100px; }

  .p-interview-box04__wrap .p-interview-box04__timetable {
    width: 100%; }

  .p-interview-box04__wrap .p-interview-box04__timetable ul {
    padding: 0px; } }
@media (max-width: 768.98px) {
  .p-interview-box04__title h3 {
    font-size: 2rem; } }
.p-interview-box04__text p {
  color: #fff; }

/*========================================
英語ページ関連
=========================================*/
body.english {
  font-family: "Yantramanav", sans-serif; }

.letter-en {
  letter-spacing: 0.02em !important;
  line-height: 1.5; }

.p-top-main-catch-en {
  padding-top: 60px;
  display: table;
  margin: auto; }

.p-top-main-catch-en h2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-size: 5.7rem;
  color: #414549;
  font-family: "Yantramanav", sans-serif;
  line-height: 1.4;
  margin-bottom: 20px; }

.p-top-main-catch-en h2 span {
  color: #0d57a6; }

.p-top-main-catch-en p {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 1.2rem;
  color: #414549;
  line-height: 2;
  font-family: "Yantramanav", sans-serif; }

@media (max-width: 768.98px) {
  .p-top-main-catch-en {
    padding-top: 80px; } }
@media (max-width: 768.98px) {
  .p-top-main-catch-en h2 {
    font-size: 2.4rem; } }
@media (max-width: 768.98px) {
  .p-top-main-catch-en p {
    display: none; } }
.english p {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.01em; }

.english .p-top-business-box02__main p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }

.english .p-philosophy-box__title {
  min-width: 40%; }

.english .p-philosophy-box__title h3 {
  font-size: 5.0rem; }

.english .p-contact-tel-box__add {
  width: 40%; }

.english .p-contact-tel-box__add::before {
  min-width: 50px;
  min-height: 50px; }

.english .p-contact-map-route-body p {
  font-size: 1.3rem;
  padding: 11px 12px; }

.english .p-privacy-box p {
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */ }

.english .indent-en-note {
  position: relative;
  padding-left: 112px !important; }

.english .indent-en-note::before {
  counter-increment: number 1;
  /* number カウンタを増加 */
  content: "(Note " counter(number) ") ";
  /* 表示形式を指定 */
  position: absolute;
  left: 50px;
  top: 0; }

.english .indent-en {
  position: relative;
  padding-left: 94px !important; }

.english .indent-en:before {
  content: "-";
  position: absolute;
  left: 80px;
  top: 0; }

.english .l-business-about-title h3 {
  font-size: 3.4rem;
  line-height: 1.4; }

.english .p-topmessage-box__text h3 {
  line-height: 1.3; }

.english .p-topmessage-box__text h3 span {
  margin-bottom: 4px; }

.english .p-parts .l-business-about {
  padding-bottom: 200px; }

.english .p-parts .l-business-about::before {
  height: 430px; }

@media (max-width: 768.98px) {
  .english p {
    font-size: 1.5rem; } }
@media (max-width: 768.98px) {
  .english .p-top-business-box01__main {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; } }
@media (max-width: 768.98px) {
  .english .p-top-business-box01__main .en {
    display: block;
    text-align: left;
    margin-bottom: 0; } }
@media (max-width: 768.98px) {
  .english .p-top-business-box02__main {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; } }
@media (max-width: 768.98px) {
  .english .p-top-business-box02__main .en {
    display: block;
    text-align: left;
    margin-bottom: 0; } }
@media (max-width: 768.98px) {
  .english .l-contents-block-box01__main,
  .english .l-contents-block-box02__main {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .english .l-contents-block-box01__main h3,
  .english .l-contents-block-box02__main h3 {
    display: block;
    text-align: left;
    margin-bottom: 0; } }
@media (max-width: 768.98px) {
  .english .p-contact-tel-box__add {
    width: 100%; } }
@media (max-width: 768.98px) {
  .english .p-contact-tel-box__add::before {
    min-width: 36px;
    min-height: 36px; } }
@media (max-width: 768.98px) {
  .english .p-parts .l-business-about {
    padding-bottom: 30px;
    margin-bottom: 30px; } }
@media (max-width: 768.98px) {
  .english .p-parts .l-business-about::before {
    height: calc(100% - 80px); } }
/* CSS Document */
/*=======================================
  2023.10.26 - add(expo2023 bnr)
=========================================*/
.expo2023 {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 30px; }

.expo2023-inner {
  display: flex;
  flex-direction: column;
  align-items: center; }

.expo2023 .check {
  position: absolute;
  background: #000;
  right: 0;
  bottom: 0;
  padding: 0 20px 0 10px;
  line-height: 1.4; }

.expo2023 .check span {
  position: relative;
  color: #fff;
  font-size: 12px; }

.expo2023 .check span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: -14px;
  transform: translateY(-50%); }

/* 特設サイトのバナー */
.expo2023 .bnr-spcsite {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden; }

.expo2023 .bnr-spcsite::after {
  content: '';
  position: absolute;
  background: url("/img/expo2023/ptn_bluegreen.svg") no-repeat;
  background-size: contain;
  width: 214px;
  height: 100px;
  bottom: -80px;
  left: -46px; }

.expo2023 .bnr-spcsite a {
  background: #e8e8e8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
  transition: all .3s ease; }

.expo2023 .bnr-spcsite a:hover {
  opacity: 0.8; }

.expo2023 .bnr-spcsite .title {
  margin-bottom: 10px; }

.expo2023 .bnr-spcsite .title img {
  width: 180px; }

.expo2023 .bnr-spcsite .kv img {
  width: 240px; }

/* 鉄道技術展へのバナー */
.bnr-mtij {
  width: 100%; }

.bnr-mtij a {
  background: linear-gradient(90deg, #000022 0%, #008cca 70%, #000022 100%);
  display: block;
  transition: all .3s ease; }

.bnr-mtij a:hover {
  text-decoration: none;
  opacity: 0.8; }

.bnr-mtij .bnr-mtij-inner {
  display: flex;
  position: relative;
  align-items: center;
  padding: 20px 10px 20px 20px;
  height: 100%; }

.bnr-mtij .bnr-mtij-inner .title {
  width: 64%; }

.bnr-mtij .bnr-mtij-inner .txt {
  width: 36%;
  color: #fff;
  padding-left: 14px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600; }

.expo2023 .bnr-mtij .check {
  background: #fff; }

.expo2023 .bnr-mtij .check span {
  color: #000; }

.expo2023 .bnr-mtij .check span::after {
  border-color: transparent transparent transparent #000; }

@media screen and (min-width: 576px) {
  .expo2023 .bnr-spcsite a {
    flex-direction: row; }

  .expo2023 .bnr-spcsite .title {
    width: 48%;
    margin-bottom: 0; }

  .expo2023 .bnr-spcsite .title img {
    width: 100%; }

  .expo2023 .bnr-spcsite .kv {
    width: 52%;
    padding-left: 20px; }

  .expo2023 .bnr-spcsite .kv img {
    width: 100%; }

  .bnr-mtij {
    max-width: 350px; } }
@media screen and (min-width: 768px) {
  .expo2023-inner {
    flex-direction: row;
    justify-content: center; }

  .expo2023 .bnr-spcsite {
    width: 60%;
    max-width: 680px;
    margin-bottom: 0; }

  .bnr-mtij {
    width: 40%;
    padding-left: 14px; } }
@media screen and (min-width: 1024px) {
  .expo2023 .bnr-spcsite a {
    height: 130px; }

  .bnr-mtij .bnr-mtij-inner {
    height: 130px; } }
/* CSS Document */
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
ユーティリティ .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*=======================================
フォントサイズ
=========================================*/
.u-fz--1 {
  font-size: 1.4rem !important; }

.u-fz--2 {
  font-size: 1.5rem !important; }

.u-fz--3 {
  font-size: 1.8rem !important; }

.u-fz--4 {
  font-size: 2rem !important; }

.u-fz--5 {
  font-size: 2.6rem !important; }

.u-fz--6 {
  font-size: 3.2rem !important; }

.u-fz--7 {
  font-size: 3.6rem !important; }

.u-fz--8 {
  font-size: 4rem !important; }

@media (min-width: 576px) {
  .u-fz-sm--1 {
    font-size: 1.4rem !important; }

  .u-fz-sm--2 {
    font-size: 1.5rem !important; }

  .u-fz-sm--3 {
    font-size: 1.8rem !important; }

  .u-fz-sm--4 {
    font-size: 2rem !important; }

  .u-fz-sm--5 {
    font-size: 2.6rem !important; }

  .u-fz-sm--6 {
    font-size: 3.2rem !important; }

  .u-fz-sm--7 {
    font-size: 3.6rem !important; }

  .u-fz-sm--8 {
    font-size: 4rem !important; } }
@media (min-width: 769px) {
  .u-fz-md--1 {
    font-size: 1.4rem !important; }

  .u-fz-md--2 {
    font-size: 1.5rem !important; }

  .u-fz-md--3 {
    font-size: 1.8rem !important; }

  .u-fz-md--4 {
    font-size: 2rem !important; }

  .u-fz-md--5 {
    font-size: 2.6rem !important; }

  .u-fz-md--6 {
    font-size: 3.2rem !important; }

  .u-fz-md--7 {
    font-size: 3.6rem !important; }

  .u-fz-md--8 {
    font-size: 4rem !important; } }
@media (min-width: 1025px) {
  .u-fz-lg--1 {
    font-size: 1.4rem !important; }

  .u-fz-lg--2 {
    font-size: 1.5rem !important; }

  .u-fz-lg--3 {
    font-size: 1.8rem !important; }

  .u-fz-lg--4 {
    font-size: 2rem !important; }

  .u-fz-lg--5 {
    font-size: 2.6rem !important; }

  .u-fz-lg--6 {
    font-size: 3.2rem !important; }

  .u-fz-lg--7 {
    font-size: 3.6rem !important; }

  .u-fz-lg--8 {
    font-size: 4rem !important; } }
@media (min-width: 1240px) {
  .u-fz-xl--1 {
    font-size: 1.4rem !important; }

  .u-fz-xl--2 {
    font-size: 1.5rem !important; }

  .u-fz-xl--3 {
    font-size: 1.8rem !important; }

  .u-fz-xl--4 {
    font-size: 2rem !important; }

  .u-fz-xl--5 {
    font-size: 2.6rem !important; }

  .u-fz-xl--6 {
    font-size: 3.2rem !important; }

  .u-fz-xl--7 {
    font-size: 3.6rem !important; }

  .u-fz-xl--8 {
    font-size: 4rem !important; } }
/*=======================================
サイズ指定　※tableやinputにて使用
=========================================*/
.u-w--auto {
  width: auto; }

.u-w--10 {
  width: 10%; }

.u-w--20 {
  width: 20%; }

.u-w--30 {
  width: 30%; }

.u-w--40 {
  width: 40%; }

.u-w--50 {
  width: 50%; }

.u-w--60 {
  width: 60%; }

.u-w--70 {
  width: 70%; }

.u-w--80 {
  width: 80%; }

.u-w--90 {
  width: 90%; }

.u-w--100 {
  width: 100%; }

@media (min-width: 576px) {
  .u-w-sm--auto {
    width: auto; }

  .u-w-sm--10 {
    width: 10%; }

  .u-w-sm--20 {
    width: 20%; }

  .u-w-sm--30 {
    width: 30%; }

  .u-w-sm--40 {
    width: 40%; }

  .u-w-sm--50 {
    width: 50%; }

  .u-w-sm--60 {
    width: 60%; }

  .u-w-sm--70 {
    width: 70%; }

  .u-w-sm--80 {
    width: 80%; }

  .u-w-sm--90 {
    width: 90%; }

  .u-w-sm--100 {
    width: 100%; } }
@media (min-width: 769px) {
  .u-w-md--auto {
    width: auto; }

  .u-w-md--10 {
    width: 10%; }

  .u-w-md--20 {
    width: 20%; }

  .u-w-md--30 {
    width: 30%; }

  .u-w-md--40 {
    width: 40%; }

  .u-w-md--50 {
    width: 50%; }

  .u-w-md--60 {
    width: 60%; }

  .u-w-md--70 {
    width: 70%; }

  .u-w-md--80 {
    width: 80%; }

  .u-w-md--90 {
    width: 90%; }

  .u-w-md--100 {
    width: 100%; } }
@media (min-width: 1025px) {
  .u-w-lg--auto {
    width: auto; }

  .u-w-lg--10 {
    width: 10%; }

  .u-w-lg--20 {
    width: 20%; }

  .u-w-lg--30 {
    width: 30%; }

  .u-w-lg--40 {
    width: 40%; }

  .u-w-lg--50 {
    width: 50%; }

  .u-w-lg--60 {
    width: 60%; }

  .u-w-lg--70 {
    width: 70%; }

  .u-w-lg--80 {
    width: 80%; }

  .u-w-lg--90 {
    width: 90%; }

  .u-w-lg--100 {
    width: 100%; } }
@media (min-width: 1240px) {
  .u-w-xl--auto {
    width: auto; }

  .u-w-xl--10 {
    width: 10%; }

  .u-w-xl--20 {
    width: 20%; }

  .u-w-xl--30 {
    width: 30%; }

  .u-w-xl--40 {
    width: 40%; }

  .u-w-xl--50 {
    width: 50%; }

  .u-w-xl--60 {
    width: 60%; }

  .u-w-xl--70 {
    width: 70%; }

  .u-w-xl--80 {
    width: 80%; }

  .u-w-xl--90 {
    width: 90%; }

  .u-w-xl--100 {
    width: 100%; } }
/*=======================================
フォント指定
=========================================*/
.u-ff--ja {
  font-family: "Noto Sans JP", メイリオ, sans-serif !important; }

.u-ff--en {
  font-family: "Yantramanav", sans-serif !important; }

/*=======================================
高さのサイズ指定
=========================================*/
.u-h--auto {
  min-height: 0;
  height: auto; }

.u-h--10 {
  min-height: 60px;
  height: 10vh; }

.u-h--20 {
  min-height: 120px;
  height: 20vh; }

.u-h--30 {
  min-height: 180px;
  height: 30vh; }

.u-h--40 {
  min-height: 240px;
  height: 40vh; }

.u-h--50 {
  min-height: 300px;
  height: 50vh; }

.u-h--60 {
  min-height: 360px;
  height: 60vh; }

.u-h--70 {
  min-height: 420px;
  height: 70vh; }

.u-h--80 {
  min-height: 480px;
  height: 80vh; }

.u-h--90 {
  min-height: 540px;
  height: 90vh; }

.u-h--100 {
  min-height: 600px;
  height: 100vh; }

@media (min-width: 576px) {
  .u-h-sm--auto {
    min-height: 0;
    height: auto; }

  .u-h-sm--10 {
    min-height: 60px;
    height: 10vh; }

  .u-h-sm--20 {
    min-height: 120px;
    height: 20vh; }

  .u-h-sm--30 {
    min-height: 180px;
    height: 30vh; }

  .u-h-sm--40 {
    min-height: 240px;
    height: 40vh; }

  .u-h-sm--50 {
    min-height: 300px;
    height: 50vh; }

  .u-h-sm--60 {
    min-height: 360px;
    height: 60vh; }

  .u-h-sm--70 {
    min-height: 420px;
    height: 70vh; }

  .u-h-sm--80 {
    min-height: 480px;
    height: 80vh; }

  .u-h-sm--90 {
    min-height: 540px;
    height: 90vh; }

  .u-h-sm--100 {
    min-height: 600px;
    height: 100vh; } }
@media (min-width: 769px) {
  .u-h-md--auto {
    min-height: 0;
    height: auto; }

  .u-h-md--10 {
    min-height: 60px;
    height: 10vh; }

  .u-h-md--20 {
    min-height: 120px;
    height: 20vh; }

  .u-h-md--30 {
    min-height: 180px;
    height: 30vh; }

  .u-h-md--40 {
    min-height: 240px;
    height: 40vh; }

  .u-h-md--50 {
    min-height: 300px;
    height: 50vh; }

  .u-h-md--60 {
    min-height: 360px;
    height: 60vh; }

  .u-h-md--70 {
    min-height: 420px;
    height: 70vh; }

  .u-h-md--80 {
    min-height: 480px;
    height: 80vh; }

  .u-h-md--90 {
    min-height: 540px;
    height: 90vh; }

  .u-h-md--100 {
    min-height: 600px;
    height: 100vh; } }
@media (min-width: 1025px) {
  .u-h-lg--auto {
    min-height: 0;
    height: auto; }

  .u-h-lg--10 {
    min-height: 60px;
    height: 10vh; }

  .u-h-lg--20 {
    min-height: 120px;
    height: 20vh; }

  .u-h-lg--30 {
    min-height: 180px;
    height: 30vh; }

  .u-h-lg--40 {
    min-height: 240px;
    height: 40vh; }

  .u-h-lg--50 {
    min-height: 300px;
    height: 50vh; }

  .u-h-lg--60 {
    min-height: 360px;
    height: 60vh; }

  .u-h-lg--70 {
    min-height: 420px;
    height: 70vh; }

  .u-h-lg--80 {
    min-height: 480px;
    height: 80vh; }

  .u-h-lg--90 {
    min-height: 540px;
    height: 90vh; }

  .u-h-lg--100 {
    min-height: 600px;
    height: 100vh; } }
@media (min-width: 1240px) {
  .u-h-xl--auto {
    min-height: 0;
    height: auto; }

  .u-h-xl--10 {
    min-height: 60px;
    height: 10vh; }

  .u-h-xl--20 {
    min-height: 120px;
    height: 20vh; }

  .u-h-xl--30 {
    min-height: 180px;
    height: 30vh; }

  .u-h-xl--40 {
    min-height: 240px;
    height: 40vh; }

  .u-h-xl--50 {
    min-height: 300px;
    height: 50vh; }

  .u-h-xl--60 {
    min-height: 360px;
    height: 60vh; }

  .u-h-xl--70 {
    min-height: 420px;
    height: 70vh; }

  .u-h-xl--80 {
    min-height: 480px;
    height: 80vh; }

  .u-h-xl--90 {
    min-height: 540px;
    height: 90vh; }

  .u-h-xl--100 {
    min-height: 600px;
    height: 100vh; } }
/*=======================================
下線
=========================================*/
.u-td--underline {
  text-decoration: underline; }

.u-td--none {
  text-decoration: none; }

/*=======================================
行間
=========================================*/
.u-lh--0 {
  line-height: 1; }

.u-lh--1 {
  line-height: 1.4; }

.u-lh--2 {
  line-height: 1.6; }

.u-lh--3 {
  line-height: 1.8; }

.u-lh--4 {
  line-height: 2.2; }

/*=======================================
文字間
=========================================*/
.u-ls--0 {
  letter-spacing: 0em; }

.u-ls--1 {
  letter-spacing: 0.02em; }

.u-ls--2 {
  letter-spacing: 0.06em; }

.u-ls--3 {
  letter-spacing: 0.1em; }

.u-ls--4 {
  letter-spacing: 0.14em; }

/*=======================================
z-index
=========================================*/
.u-z-index--0 {
  z-index: 0; }

.u-z-index--1 {
  z-index: 1; }

.u-z-index--2 {
  z-index: 2; }

.u-z-index--3 {
  z-index: 3; }

/*=======================================
汎用アイコン
=========================================*/
.u-icon--blank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 9'%3E%3Cpath fill='%230d57a6' d='M2.000,7.000 L2.000,-0.000 L11.000,-0.000 L11.000,7.000 L2.000,7.000 ZM10.000,2.000 L3.000,2.000 L3.000,6.000 L10.000,6.000 L10.000,2.000 ZM7.000,9.000 L-0.000,9.000 L-0.000,2.000 L1.000,2.000 L1.000,8.000 L7.000,8.000 L7.000,9.000 Z,'/%3E%3C/svg%3E");
  background-size: 11px 9px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 7px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px); }

.u-icon--white-blank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 9'%3E%3Cpath fill='%23FFFFFF' d='M2.000,7.000 L2.000,-0.000 L11.000,-0.000 L11.000,7.000 L2.000,7.000 ZM10.000,2.000 L3.000,2.000 L3.000,6.000 L10.000,6.000 L10.000,2.000 ZM7.000,9.000 L-0.000,9.000 L-0.000,2.000 L1.000,2.000 L1.000,8.000 L7.000,8.000 L7.000,9.000 Z,'/%3E%3C/svg%3E");
  background-size: 11px 9px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 7px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px); }

/*=======================================
bootstrapで不足している背景
=========================================*/
.u-bg--body {
  background-color: #ffffff; }

/*=======================================
背景をぼかす
=========================================*/
.u-bg--blur {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); }

/*=======================================
スマホでの左右余白を調整
=========================================*/
.u-bg-no-gutters {
  margin-left: -20px;
  margin-right: -20px; }

.u-bg-no-gutters > .col,
.u-bg-no-gutters > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px; }

@media (max-width: 768.98px) {
  .u-bg-no-gutters {
    margin-left: -15px;
    margin-right: -15px; } }
@media (max-width: 768.98px) {
  .u-bg-no-gutters > .col,
  .u-bg-no-gutters > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px; } }
/*=======================================
縦書き
=========================================*/
.u-writing--vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

@media (min-width: 576px) {
  .u-writing-sm--vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl; } }
@media (min-width: 769px) {
  .u-writing-md--vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl; } }
@media (min-width: 1025px) {
  .u-writing-lg--vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl; } }
@media (min-width: 1240px) {
  .u-writing-xl--vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl; } }
.u-writing--horizontal {
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
  -o-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb; }

@media (min-width: 576px) {
  .u-writing-sm--horizontal {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb; } }
@media (min-width: 769px) {
  .u-writing-md--horizontal {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb; } }
@media (min-width: 1025px) {
  .u-writing-lg--horizontal {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb; } }
@media (min-width: 1240px) {
  .u-writing-xl--horizontal {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb; } }
/*=======================================
object-fit
=========================================*/
.u-tpl-cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

@media all and (-ms-high-contrast: none) {
  .u-tpl-cover-image {
    visibility: hidden; }

  .u-tpl-cover-image *::-ms-backdrop {
    visibility: hidden; } }
