@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*=======================================
 ■Foundation
=======================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  padding: 0px;
  margin: 0px;
}

body {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  color: #2C3E50;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
}
a img {
  display: inline-block;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/*clearfix*/
.clearfix {
  clear: both;
  display: block;
  float: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  height: 0px;
}

a[href^="tel:"] {
  font-family: "Inter", sans-serif;
  color: #1185E7;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    /* クリック無効化 */
    cursor: default;
    /* カーソルを通常に */
    text-decoration: none;
    /* 下線を消す場合 */
    color: #2C3E50;
  }
}

/* =======================================
 ■Layout
=======================================*/
/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 575px) {
  .l-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.l-container--mini {
  max-width: 600px;
  margin: 0 auto;
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
/*グリッドの外側＝＝＝＝＝＝＝＝*/
.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

/*隙間なし＝＝＝＝＝＝＝＝*/
.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

.l-row__col,
.l-row__col--auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--sm,
.l-row__col--sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--md,
.l-row__col--md-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--lg,
.l-row__col--lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--xl,
.l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--1,
.l-row__col--sm-1,
.l-row__col--md-1,
.l-row__col--lg-1,
.l-row__col--xl-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.l-row__col--offset-1 {
  margin-left: 8.33333%;
}

.l-row__col--2,
.l-row__col--sm-2,
.l-row__col--md-2,
.l-row__col--lg-2,
.l-row__col--xl-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.l-row__col--offset-2 {
  margin-left: 16.66667%;
}

.l-row__col--3,
.l-row__col--sm-3,
.l-row__col--md-3,
.l-row__col--lg-3,
.l-row__col--xl-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

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

.l-row__col--4,
.l-row__col--sm-4,
.l-row__col--md-4,
.l-row__col--lg-4,
.l-row__col--xl-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.l-row__col--offset-4 {
  margin-left: 33.33333%;
}

.l-row__col--5,
.l-row__col--sm-5,
.l-row__col--md-5,
.l-row__col--lg-5,
.l-row__col--xl-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.66666%;
  flex: 0 0 41.66666%;
  max-width: 41.66666%;
}

.l-row__col--offset-5 {
  margin-left: 41.66666%;
}

.l-row__col--6,
.l-row__col--sm-6,
.l-row__col--md-6,
.l-row__col--lg-6,
.l-row__col--xl-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

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

.l-row__col--7,
.l-row__col--sm-7,
.l-row__col--md-7,
.l-row__col--lg-7,
.l-row__col--xl-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.l-row__col--offset-7 {
  margin-left: 58.33333%;
}

.l-row__col--8,
.l-row__col--sm-8,
.l-row__col--md-8,
.l-row__col--lg-8,
.l-row__col--xl-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

.l-row__col--offset-8 {
  margin-left: 66.66666%;
}

.l-row__col--9,
.l-row__col--sm-9,
.l-row__col--md-9,
.l-row__col--lg-9,
.l-row__col--xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

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

.l-row__col--10,
.l-row__col--sm-10,
.l-row__col--md-10,
.l-row__col--lg-10,
.l-row__col--xl-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.l-row__col--offset-10 {
  margin-left: 83.33333%;
}

.l-row__col--11,
.l-row__col--sm-11,
.l-row__col--md-11,
.l-row__col--lg-11,
.l-row__col--xl-11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.66666%;
  flex: 0 0 91.66666%;
  max-width: 91.66666%;
}

.l-row__col--offset-11 {
  margin-left: 91.66666%;
}

.l-row__col--12,
.l-row__col--sm-12,
.l-row__col--md-12,
.l-row__col--lg-12,
.l-row__col--xl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--offset-12 {
  margin-left: 100%;
}

.l-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.l-row__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.l-row__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.l-row__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media screen and (min-width: 576px) {
  .l-row__col--sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }

  .l-row__col--offset-sm-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-sm-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .l-row__col--offset-sm-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-sm-5 {
    margin-left: 41.66666%;
  }

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

  .l-row__col--offset-sm-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-sm-8 {
    margin-left: 66.66666%;
  }

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

  .l-row__col--offset-sm-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-sm-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-sm-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--md-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--md-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--md-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-md-0 {
    margin-left: 0;
  }

  .l-row__col--offset-md-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-md-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .l-row__col--offset-md-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-md-5 {
    margin-left: 41.66666%;
  }

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

  .l-row__col--offset-md-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-md-8 {
    margin-left: 66.66666%;
  }

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

  .l-row__col--offset-md-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-md-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-md-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-lg-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .l-row__col--offset-lg-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-lg-5 {
    margin-left: 41.66666%;
  }

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

  .l-row__col--offset-lg-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-lg-8 {
    margin-left: 66.66666%;
  }

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

  .l-row__col--offset-lg-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-lg-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-lg-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-row__col--xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }

  .l-row__col--offset-xl-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-xl-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .l-row__col--offset-xl-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-xl-5 {
    margin-left: 41.66666%;
  }

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

  .l-row__col--offset-xl-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-xl-8 {
    margin-left: 66.66666%;
  }

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

  .l-row__col--offset-xl-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-xl-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-xl-12 {
    margin-left: 100%;
  }
}
.l-row__col--column-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.l-row__col--column-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* =========================================================
common -  共通レイアウトの記述
========================================================= */
/*==================================
main
==================================*/
.l-main {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .l-main > .l-container {
    max-width: 1032px;
  }
}
.l-main > .l-container > .l-section:first-of-type {
  padding-top: 0;
}

@media screen and (min-width: 1200px) {
  .l-main--mini > .l-container {
    max-width: 800px;
  }
}

.l-main--col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.l-main--col2 .l-main {
  padding-bottom: 0;
  margin-bottom: 50px;
  width: calc(100% - 300px);
  margin-bottom: 0px;
}
.l-main--col2 .l-side {
  width: 260px;
}
@media screen and (max-width: 991px) {
  .l-main--col2 .l-main {
    width: calc(100% - 260px);
  }
  .l-main--col2 .l-side {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .l-main--col2 {
    display: block;
  }
  .l-main--col2 .l-main {
    width: 100%;
  }
  .l-main--col2 .l-side {
    margin-top: 4rem;
    width: 100%;
  }
}

/*==================================
section
==================================*/
.l-section {
  padding: 60px 0 0px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 30px 0 30px;
  }
}
.l-section--gray {
  background: #e5e5e5;
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 110px;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, height 0.4s ease, color 0.4s ease;
  z-index: 1000;
}
@media screen and (max-width: 1199px) {
  .c-header {
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .c-header {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 70px;
  }
}
.c-header__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 90px;
  margin-top: 20px;
  padding: 0px 25px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.025);
}
@media screen and (min-width: 1200px) {
  .c-header__in {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  .c-header__in {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .c-header__in {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__in {
    height: 60px;
    margin-top: 10px;
    padding: 0px 10px 0px 15px;
  }
}
.c-header .l-container {
  max-width: inherit;
}
@media screen and (max-width: 1199px) {
  .c-header .l-container {
    position: relative;
  }
}
.c-header.is-scrolled {
  transition: background-color 0.4s ease, box-shadow 0.4s ease, height 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .c-header.is-scrolled {
    height: 60px;
  }
}

body {
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 90px;
  }
}

.c-header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-header-logo__link {
  max-width: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .c-header-logo__link {
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-logo__link {
    max-width: 160px;
  }
}

#scroll-header-trigger {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 1px;
  visibility: hidden;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■ページトップへ戻るボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.c-pagetop {
  width: 100%;
}
.c-pagetop .l-container {
  text-align: right;
  line-height: 80px;
}
@media screen and (max-width: 575px) {
  .c-pagetop .l-container {
    line-height: 50px;
  }
}
.c-pagetop-btn {
  text-decoration: none;
}
.c-pagetop-btn span {
  color: #2C3E50;
  font-weight: bold;
  position: relative;
  line-height: 30px;
  padding-right: 40px;
}
.c-pagetop-btn span:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  background: url(../images/icon/icon_arrow_g.svg) no-repeat center center;
  background-size: 15px 15px;
  padding-center: 25px;
  background-position: 10px center;
  padding: 0;
  transform: rotate(-90deg);
}

/* =========================================================
footer - footer関連全てココ
========================================================= */
.c-footer {
  border-top: 1px solid #ccc;
}
.c-footer-logo {
  max-width: 230px;
}
.c-footer-corp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-footer-corp {
    padding: 2rem 0 0;
  }
}
@media screen and (max-width: 575px) {
  .c-footer-corp {
    padding: 1rem 0 0;
  }
}
.c-footer-corp__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-footer-corp__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-footer-corp__txt-address {
  line-height: 1.6;
}
.c-footer-corp .c-txt-box {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  margin-left: 2rem;
}
.c-footer-corp .c-txt-box .ttl {
  display: block;
  font-family: "Inter", sans-serif;
}
.c-footer-corp .c-txt-box.tel {
  font-family: "Inter", sans-serif;
}
.c-footer-corp .c-txt-box.fax {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-footer-corp .c-txt-box {
    margin-top: 10px;
  }
  .c-footer-corp .c-txt-box.address .ttl {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-corp {
    display: block;
    text-align: center;
  }
  .c-footer-corp__logo {
    display: block;
    text-align: center;
  }
  .c-footer-corp__logo .c-footer-logo {
    margin: 0 auto;
  }
  .c-footer-corp__txt {
    display: block;
  }
  .c-footer-corp__txt .c-txt-box .ttl {
    display: inline;
  }
}
.c-footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 3rem 0 0;
}
@media screen and (max-width: 991px) {
  .c-footer-nav {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 1.5rem 0 0;
  }
}
@media screen and (max-width: 575px) {
  .c-footer-nav {
    padding: 1rem 0 0;
  }
}
.c-footer-nav__box {
  width: 200px;
}
.c-footer-nav__box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-footer-nav__box .c-footer-nav__list {
  display: block;
}
.c-footer-nav__box .c-txt-btn {
  position: relative;
  display: block;
  height: 30px;
  padding-right: 50px;
}
.c-footer-nav__box .c-txt-btn__in {
  padding: 0;
  line-height: 30px;
  padding: 10px 0;
}
.c-footer-nav__box .c-txt-btn:before {
  position: absolute;
  right: 0;
  width: 26px;
  height: 26px;
}
.c-footer-nav__box .c-txt-btn:after {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  background: url(../images/icon/icon_arrow_w.svg) no-repeat center center;
  background-size: 12px 12px;
  padding-center: 22px;
  background-position: center center;
  padding: 0;
}
.c-footer-nav__box .c-txt-btn:hover:after {
  background: url(../images/icon/icon_arrow_m.svg) no-repeat center center;
  background-size: 12px 12px;
  padding-center: 22px;
  background-position: center center;
  padding: 0;
}
.c-footer-nav__box .c-footer-nav__item + .c-footer-nav__item {
  margin-top: 10px;
}
.c-footer-nav__box + .c-footer-nav__box {
  margin-left: 2rem;
}
.c-footer-nav__box p {
  margin-bottom: 0.5rem;
  font-weight: bold;
  display: none;
}
@media screen and (max-width: 991px) {
  .c-footer-nav__box {
    width: 33.333%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-footer-nav__box-wrap {
    margin-top: 1.5rem;
  }
  .c-footer-nav__box .c-txt-btn {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-nav__box + .c-footer-nav__box {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .c-footer-nav__box {
    width: 100%;
  }
  .c-footer-nav__box-wrap {
    display: block;
    margin-top: 1rem;
  }
  .c-footer-nav__box + .c-footer-nav__box {
    margin-left: 0;
    margin-top: 10px;
  }
  .c-footer-nav__box p {
    display: none;
  }
}
.c-footer-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer-nav__list.sub {
  margin-top: 2rem;
}
.c-footer-nav__list.sub .c-footer-nav__item {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}
.c-footer-nav__list.sub .c-footer-nav__item + .c-footer-nav__item {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-footer-nav__list.sub {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .c-footer-nav__list.sub {
    margin-top: 1rem;
    border-bottom: 1px solid #ccc;
  }
  .c-footer-nav__list.sub .c-footer-nav__item {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 40px;
    border-top: 1px solid #ccc;
  }
  .c-footer-nav__list.sub .c-footer-nav__item + .c-footer-nav__item {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
.c-footer-nav__link {
  display: block;
  position: relative;
  color: #2C3E50;
}
.c-footer-nav__btn {
  width: 240px;
}
.c-footer-nav__btn .c-basic-btn {
  width: 100%;
  padding: 1rem 2rem;
  text-align: center;
  display: inline-block !important;
}
.c-footer-nav__btn .c-basic-btn .c-basic-btn__in {
  font-size: 16px;
  font-size: 1rem;
  line-height: 38px;
}
.c-footer-nav__btn .c-basic-btn + .c-basic-btn {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .c-footer-nav__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: calc(100% + 10px);
    margin: 0 -5px;
    text-align: center;
  }
  .c-footer-nav__btn .c-basic-btn {
    max-width: 240px;
    padding: 0.6rem 2rem;
    margin: 0 5px;
  }
  .c-footer-nav__btn .c-basic-btn + .c-basic-btn {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-nav__btn .c-basic-btn {
    width: 50%;
    padding: 0.6rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  .c-footer-nav__btn {
    display: block;
    width: 100%;
    margin: 0;
  }
  .c-footer-nav__btn .c-basic-btn {
    width: 100%;
    max-width: inherit;
    padding: 0 2rem;
    line-height: 50px;
  }
  .c-footer-nav__btn .c-basic-btn + .c-basic-btn {
    margin-top: 10px;
  }
}

/*コピーライト=====*/
.c-footer-copy {
  margin-top: 3rem;
  text-align: left;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05rem;
  border-top: 1px solid #ccc;
}
.c-footer-copy__text {
  display: inline-block;
  line-height: 40px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 991px) {
  .c-footer-copy__text {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-copy {
    margin-top: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .c-footer-copy {
    margin-top: 1rem;
  }
}

/* =========================================================
navigation - グローバルナビ SPメニュー　内部リンク
========================================================= */
/* =================================
  ■【PC】グローバルナビ
=================================*/
.c-gnav {
  margin-right: 1rem;
  display: none;
}
@media screen and (min-width: 1200px) {
  .c-gnav {
    display: block;
  }
}
.c-gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-gnav__item {
  position: relative;
}
.c-gnav__item + .c-gnav__item {
  margin-left: 1rem;
}
.c-gnav__item:before {
  position: absolute;
  top: calc(50% - 3px);
  left: 0px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0399EB;
}
.c-gnav__item:after {
  background: #0399EB;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.c-gnav__item:hover:before {
  transition: .3s;
  opacity: 1;
}
.c-gnav__item:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.c-gnav__item:hover .c-gnav__link {
  color: #0399EB;
}
.c-gnav__link {
  display: block;
  width: 100%;
  padding: 0 0 0 0.6rem;
  margin-right: 0.6rem;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  color: #2C3E50;
  line-height: 40px;
  letter-spacing: 0.02rem;
  opacity: 1;
  transition: color 0.3s ease;
}
.c-gnav__link:hover {
  opacity: 1;
}
.c-gnav-sub__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.c-gnav-sub__item {
  margin-left: 1.5rem;
}
.c-gnav-sub__link {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #2C3E50;
  line-height: 1.2;
}
.c-gnav-sub__link span {
  line-height: 15px;
  display: inline-block;
}
.c-gnav-sub__link.contact span {
  background: url(../images/icon/icon_mail_g.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
  padding-left: 20px;
}
.c-gnav-sub__link.logout span {
  background: url(../images/icon/icon_logout_g.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
  padding-left: 20px;
}
.c-gnav-sub__link.faq span {
  background: url(../images/icon/icon_faq_g.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
  padding-left: 20px;
}
.c-gnav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .c-gnav-wrap {
    position: absolute;
    top: 0;
    right: 30px;
  }
}
.c-gnav-wrap .c-basic-btn.login {
  padding: 0.3rem 0;
  width: 100%;
  width: 150px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-gnav-wrap .c-basic-btn.login .c-basic-btn__in {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 1199px) {
  .c-gnav-wrap .c-basic-btn.login {
    display: none;
  }
}

.c-dropdown {
  position: absolute;
  top: 100%;
  /* 親要素の真下に配置 */
  left: 0;
  z-index: 100;
  width: 240px;
  margin: 0;
  opacity: 0;
  /* 初期状態は透明 */
  visibility: hidden;
  /* 非表示（キーボードフォーカスなども無効化） */
  transform: translateY(-10px);
  /* 最初は少し上に引き上げておく */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.c-dropdown__inner {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: .5rem .5rem 2rem #0000001a;
}
.c-dropdown__list {
  padding: 10px 20px;
}
.c-dropdown__item + .c-dropdown__item {
  border-top: 1px solid #ccc;
}
.c-dropdown__link {
  position: relative;
  display: block;
  padding: 10px 50px 10px 0;
  color: #2C3E50;
  line-height: 30px;
  font-weight: bold;
  transition: color 0.3s ease;
}
.c-dropdown__link:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 0px;
  border-radius: 50%;
  background-color: #0399EB;
}
.c-dropdown__link:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 0px;
  background: url(../images/icon/icon_arrow_w.svg) no-repeat center center;
  background-size: 12px 12px;
  padding-center: 22px;
}
.c-dropdown__link:hover {
  color: #0399EB;
}

.hav-sub:hover .c-dropdown {
  opacity: 1;
  /* 不透明にする */
  visibility: visible;
  /* 表示する */
  transform: translateY(0);
  /* 本来の位置（上から下に降りてくる） */
}

/*====================
　■【SP】横スライドメニュー
====================*/
.c-slide-menu {
  background: #0399EB;
  /*ヘッダーのSPメニューボタン*/
  /* -------------------------------------------
     【重要】開いたとき（JSが動いて属性が変わったとき）の動き
  ------------------------------------------- */
}
.c-slide-menu__contents {
  text-align: center;
}
.c-slide-menu__contents .c-header-logo {
  display: block;
  text-align: center;
  padding: 1rem;
}
.c-slide-menu__contents .c-basic-btn {
  margin: 0 auto;
  margin-top: 1.5rem;
  border-radius: 25px;
  padding: 0;
  max-width: 300px;
}
.c-slide-menu__contents .c-basic-btn__in {
  line-height: 48px;
  font-size: 16px;
  font-size: 1rem;
}
.c-slide-menu__list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}
.c-slide-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.c-slide-menu__link {
  display: block;
  width: 100%;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
}
.c-slide-menu-sub {
  width: 100%;
  margin: 0;
  /* 初期状態：非表示（透明 ＆ 判定を消す） */
  opacity: 0;
  visibility: hidden;
  height: 0;
  /* 高さを0にして下の要素を詰める */
  overflow: hidden;
  /* はみ出た中身を隠す */
  transform: translateY(-10px);
  /* 最初は少し上に引き上げておく */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, height 0.3s ease;
}
.c-slide-menu-sub__link {
  position: relative;
  display: block;
  padding: 0 2rem;
  line-height: 50px;
  border-top: 1px solid #9ad6f7;
}
.c-slide-menu-sub__link span {
  color: #2C3E50;
  font-weight: 500;
}
.c-slide-menu-sub__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 8px;
  height: 2px;
  background: #9ad6f7;
}
.c-slide-menu-sub.is-open {
  opacity: 1;
  visibility: visible;
  height: auto;
  /* 中身の高さに合わせて表示 */
  transform: translateY(0px);
}
.c-slide-menu-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 2px;
  top: 10px;
  border-radius: 50%;
  background: #0399EB;
}
@media screen and (min-width: 1200px) {
  .c-slide-menu-btn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .c-slide-menu-btn {
    top: 5px;
    right: -7px;
  }
}
@media screen and (max-width: 767px) {
  .c-slide-menu-btn {
    width: 50px;
    height: 50px;
    top: 5px;
    right: -8px;
  }
}
@media screen and (max-width: 575px) {
  .c-slide-menu-btn {
    width: 50px;
    height: 50px;
    top: 5px;
    right: -12px;
  }
}

/* -------------------------------------------
   ハンバーガーメニュー
------------------------------------------- */
/* fade-styles.css */
.hamburger-fade {
  position: fixed;
  top: 30px;
  right: 32px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .hamburger-fade {
    top: 25px;
    right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-fade {
    top: 15px;
    right: 22px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .hamburger-fade {
    right: 18px;
  }
}
.hamburger-fade__wrapper {
  position: relative;
  width: 30px;
  height: 20px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .hamburger-fade__wrapper {
    margin: 15px auto;
  }
}
.hamburger-fade__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-fade__line:nth-child(1) {
  top: 0;
}
.hamburger-fade__line:nth-child(2) {
  top: 9px;
}
.hamburger-fade__line:nth-child(3) {
  top: 18px;
}
.hamburger-fade.active .hamburger-fade__line {
  background-color: #fff;
}
.hamburger-fade.active .hamburger-fade__line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger-fade.active .hamburger-fade__line:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}
.hamburger-fade.active .hamburger-fade__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.nav-fade {
  overscroll-behavior: contain;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  z-index: 900;
}
.nav-fade__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 244, 253, 0.95);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-fade.active {
  visibility: visible;
}
.nav-fade.active .nav-fade__bg {
  opacity: 1;
}
.nav-fade__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 20px 0;
}
@media screen and (max-width: 991px) {
  .nav-fade__wrapper {
    padding-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .nav-fade__wrapper {
    padding-top: 90px;
  }
}
.nav-fade .c-basic-btn {
  width: 100%;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 70px;
  text-align: center;
  width: calc(50% - 10px);
}
.nav-fade .c-basic-btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.nav-fade .c-basic-btn__wrap.bottom {
  display: block;
  margin-top: -5px;
  text-align: center;
}
.nav-fade .c-basic-btn__wrap.bottom a span {
  background: url(../images/icon/icon_logout_g.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
  padding-left: 20px;
  color: #2C3E50;
}
@media screen and (max-width: 991px) {
  .nav-fade .c-basic-btn {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .nav-fade .c-basic-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .nav-fade .c-basic-btn {
    width: 100%;
  }
  .nav-fade .c-basic-btn + .c-basic-btn {
    margin-top: 10px;
  }
  .nav-fade .c-basic-btn__wrap {
    display: block;
  }
}
.nav-fade__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-fade__list-wrap {
  height: 320px;
  overflow-y: auto;
}
.nav-fade__list.sub {
  border-bottom: 1px solid #9ad6f7;
}
.nav-fade__item {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border-top: 1px solid #9ad6f7;
}
.nav-fade.active .nav-fade__item {
  opacity: 1;
  transform: translateY(0);
}
.nav-fade.active .nav-fade__item:nth-child(1) {
  transition-delay: 0.2s;
}
.nav-fade.active .nav-fade__item:nth-child(2) {
  transition-delay: 0.3s;
}
.nav-fade.active .nav-fade__item:nth-child(3) {
  transition-delay: 0.4s;
}
.nav-fade.active .nav-fade__item:nth-child(4) {
  transition-delay: 0.5s;
}
.nav-fade.active .nav-fade__item:nth-child(5) {
  transition-delay: 0.6s;
}
.nav-fade.active .nav-fade__item:nth-child(6) {
  transition-delay: 0.7s;
}
.nav-fade.active .nav-fade__item:nth-child(7) {
  transition-delay: 0.8s;
}
.nav-fade.active .nav-fade__item:nth-child(8) {
  transition-delay: 0.9s;
}
.nav-fade__link {
  position: relative;
  display: block;
  padding: 0 2rem;
  color: #2C3E50;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav-fade__link:hover {
  color: #4a90e2;
}
.nav-fade__link:before {
  position: absolute;
  top: calc(50% - 4px);
  left: 15px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0399EB;
}
.nav-fade .menu-toggle {
  position: relative;
}
.nav-fade .menu-toggle span.arrow {
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  width: 22px;
  height: 22px;
  transform-origin: center center;
  transition-duration: 0.2s;
  border: 2px solid #0399EB;
  border-radius: 50%;
}
.nav-fade .menu-toggle span.arrow:before, .nav-fade .menu-toggle span.arrow:after {
  content: "";
  background-color: #0399EB;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 2px;
  transform-origin: center center;
}
.nav-fade .menu-toggle span.arrow:before {
  width: 2px;
  height: 14px;
  top: 2px;
  left: 8px;
}
.nav-fade .menu-toggle[aria-expanded="true"] span.arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nav-fade .menu-toggle[aria-expanded="true"] span.arrow:before {
  content: none;
}
.nav-fade.active .nav-fade__info {
  opacity: 1;
  transform: translateY(0);
}
.nav-fade__address, .nav-fade__tel {
  margin: 5px 0;
}

/*====================
　■ページナビ
====================*/
.c-pagenav {
  margin-bottom: 2rem;
  border-bottom: 3px solid #0399EB;
  padding: 0 20px;
}
.c-pagenav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.c-pagenav__item {
  width: calc(50% - 10px);
  text-align: center;
}
.c-pagenav__link {
  display: block;
  border: 3px solid #ccc;
  border-bottom: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.c-pagenav__link span {
  color: #2C3E50;
  line-height: 50px;
  font-weight: bold;
}
.c-pagenav__link.active {
  border-color: #0399EB;
  background: #0399EB;
}
.c-pagenav__link.active span {
  color: #fff;
}

/*====================
　■ローカルナビ
====================*/
.c-localnav {
  padding: 1.5rem;
  background: #0399EB;
  border-radius: 15px;
}
.c-localnav__ttl {
  margin-bottom: 0.8rem;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
}
.c-localnav__list {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.c-localnav__item {
  text-align: center;
}
.c-localnav__link {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  line-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.c-localnav__link span {
  color: #fff;
  display: block;
  background: red;
  background: url(../images/icon/icon_arrow_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 25px;
}
.c-localnav__link.active {
  background: pink;
}
.c-localnav + .c-localnav {
  margin-top: 1.5rem;
}
.c-localnav-sub {
  margin-bottom: 2rem;
}
.c-localnav-sub__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-localnav-sub__item {
  width: calc(50% - 10px);
  text-align: center;
  margin: 0 5px;
}
.c-localnav-sub__link {
  display: block;
  width: 100%;
  line-height: 60px;
  background: #fff;
  font-weight: bold;
  color: #2C3E50;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 10px;
}
.c-localnav-sub__link.active {
  background: #0399EB;
  color: #fff;
}

/*====================
　■
====================*/
.c-anchornav {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.c-anchornav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-anchornav__item {
  width: 50%;
  text-align: center;
  width: calc(50% - 0.5rem);
}
.c-anchornav__item + .c-anchornav__item {
  margin-left: 1rem;
}
.c-anchornav__link {
  background: #fff;
  display: block;
  padding: 1rem;
  border-radius: 30px;
}
.c-anchornav__link span {
  position: relative;
  color: #2C3E50;
  font-weight: bold;
  padding-right: 30px;
  line-height: 24px;
}
.c-anchornav__link span:after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon/icon_arrow_m.svg) no-repeat center center;
  background-size: 15px 15px;
  padding-center: 25px;
  background-position: center;
  padding: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 575px) {
  .c-anchornav__list {
    display: block;
  }
  .c-anchornav__item {
    width: 100%;
    text-align: center;
  }
  .c-anchornav__item + .c-anchornav__item {
    margin-left: 0;
    margin-top: 10px;
  }
}

/*====================
　■ページ遷移ナビ
====================*/
.c-linearnav {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2rem;
}

/*====================
　■
====================*/
.c-basic-btn.back .c-basic-btn__in {
  display: inline-block;
  width: auto;
  background: url(../images/icon/icon_back_m.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
}

/*====================
　■
====================*/
.c-basic-btn.login {
  background: #2ECC71;
  border-color: #2ECC71;
  display: block;
}
.c-basic-btn.login .c-basic-btn__in {
  display: inline;
  color: #fff;
  width: inherit;
  background: url(../images/icon/icon_member_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
}

/* =========================================================
side - サイド
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
.c-ttl {
  display: block;
}
.c-ttl-h2 {
  margin-bottom: 1.5rem;
  padding: 10px 0;
  border-bottom: 3px solid #0399EB;
}
.c-ttl-h2 .c-ttl__label {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #0399EB;
}
.c-ttl-h3 {
  margin-bottom: 1rem;
  padding: 5px 0;
  border-bottom: 3px solid #0399EB;
}
.c-ttl-h3 .c-ttl__label {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 15px;
}
.c-ttl-h3 .c-ttl__label:before {
  position: absolute;
  top: 10px;
  left: 0px;
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  background: #0399EB;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-ttl-h3 .c-ttl__label {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-ttl-h3 .c-ttl__label:before {
    top: 5px;
    height: 18px;
  }
}
@media screen and (max-width: 575px) {
  .c-ttl-h3 .c-ttl__label {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-ttl-h3 .c-ttl__label:before {
    top: 5px;
    height: 15px;
  }
}
.c-ttl-h4 {
  margin-bottom: 0.5rem;
}
.c-ttl-h4 .c-ttl__label {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 15px;
  display: inline-block;
}
.c-ttl-h4 .c-ttl__label:before {
  position: absolute;
  top: 9px;
  left: 0px;
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  background: #2C3E50;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-ttl-h4 .c-ttl__label {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-ttl-h4 .c-ttl__label:before {
    top: 5px;
  }
}
.c-ttl-center {
  margin-bottom: 1.5rem;
  text-align: center;
}
.c-ttl-center .c-ttl__label {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-ttl-center {
    margin-bottom: 1rem;
  }
  .c-ttl-center .c-ttl__label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* =========================================================
page-ttl - 子ページのタイトル
========================================================= */
.c-ttl-page {
  position: relative;
  height: 100%;
}
.c-ttl-page > .l-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-ttl-page__in {
  position: relative;
}
.c-ttl-page__jp {
  margin-bottom: 1rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  font-size: 58px;
  font-size: 3.625rem;
}
.c-ttl-page__en {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  background: url(../images/icon/icon_electric_a.svg) no-repeat left center;
  background-size: 25px 25px;
  padding-left: 35px;
  padding-left: 25px;
}
@media screen and (max-width: 1199px) {
  .c-ttl-page__en {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-ttl-page__illust {
  position: absolute;
  right: 10%;
  top: 0px;
}
.c-ttl-page__illust img {
  max-width: inherit;
}
.c-ttl-page__txt {
  margin-bottom: 0;
}

.c-main__head {
  position: relative;
  height: 100%;
}
.c-main__head.main {
  width: 100%;
  height: 300px;
}
.c-main__head.main .c-ttl-page__illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 300px;
  margin-top: -10px;
}
.c-main__head.main .c-ttl-page__illust img {
  width: auto;
  height: 300px;
}
.c-main__head.main .c-ttl-page__jp {
  margin-bottom: 0.6rem;
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
}
.c-main__head.main .c-pankuzu {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-main__head.main .c-pankuzu .l-container {
  margin-bottom: 11rem;
}
@media screen and (max-width: 1199px) {
  .c-main__head.main {
    height: 260px;
  }
  .c-main__head.main .c-ttl-page__illust {
    height: 260px;
  }
  .c-main__head.main .c-ttl-page__illust img {
    height: 260px;
  }
  .c-main__head.main .c-ttl-page__jp {
    font-size: 52px;
    font-size: 3.25rem;
    margin-bottom: 0.5rem;
  }
  .c-main__head.main .c-pankuzu .l-container {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .c-main__head.main {
    height: 220px;
  }
  .c-main__head.main .c-ttl-page__illust {
    right: 5%;
    height: 220px;
  }
  .c-main__head.main .c-ttl-page__illust img {
    height: 220px;
  }
  .c-main__head.main .c-ttl-page__jp {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .c-main__head.main .c-pankuzu .l-container {
    margin-bottom: 9.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-main__head.main {
    height: 180px;
  }
  .c-main__head.main .c-ttl-page__illust {
    height: 180px;
  }
  .c-main__head.main .c-ttl-page__illust img {
    height: 180px;
  }
  .c-main__head.main .c-ttl-page__jp {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .c-main__head.main .c-pankuzu .l-container {
    margin-bottom: 9.5rem;
  }
}
@media screen and (max-width: 575px) {
  .c-main__head.main {
    height: 140px;
  }
  .c-main__head.main .c-ttl-page__illust {
    height: 140px;
  }
  .c-main__head.main .c-ttl-page__illust img {
    height: 140px;
  }
  .c-main__head.main .c-ttl-page__jp {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.c-main__head.sub {
  width: 100%;
  height: 120px;
}
.c-main__head.sub .l-container {
  height: calc(100% - 27px);
}
.c-main__head.sub .c-ttl-page__in {
  top: -10px;
}
.c-main__head.sub .c-ttl-page__illust {
  display: none;
}
.c-main__head.sub .c-ttl-page__jp {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 991px) {
  .c-main__head.sub {
    height: 80px;
  }
  .c-main__head.sub .c-ttl-page__jp {
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-main__head.sub {
    height: 60px;
  }
  .c-main__head.sub .c-pankuzu {
    position: relative;
    top: -15px;
  }
  .c-main__head.sub .c-ttl-page__jp {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-main__body {
  min-height: 100%;
  padding: 2rem 0 5rem;
  background: #e5f4fd;
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-basic-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-basic-txt:last-of-type {
  margin-bottom: 0;
}
.c-basic-txt--sm {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-basic-txt--sm {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-basic-txt--lg {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-basic-txt--lg {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-basic-txt--xl {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-basic-txt--xl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-attention-txt {
  position: relative;
  padding-left: 1rem;
  font-size: 11px;
  font-size: 0.6875rem;
}
.c-attention-txt span {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (min-width: 992px) {
  .c-attention-txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
/*ベースボタン＝＝＝＝*/
.c-basic-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 1.5rem 2rem;
  background: transparent !important;
  box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .c-basic-btn {
    padding: 1rem 2rem;
  }
}
.c-basic-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  /* 元のボタンのデザインに合わせた角丸の数値に変えてください */
  z-index: -1;
  /* 文字の裏側に配置 */
  /* 滑らかなアニメーションの設定 */
  transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform: scale(1);
  will-change: transform;
}
.c-basic-btn:hover:before {
  transform: scale(1.06) !important;
}
.c-basic-btn__in {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  transform: none !important;
}
@media screen and (min-width: 992px) {
  .c-basic-btn__in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-basic-btn--bg-main:before {
  background-color: #0399EB;
  border-color: #0399EB;
}
.c-basic-btn--bg-accent:before {
  background-color: #FFC107;
  border-color: #FFC107;
}
.c-basic-btn--bg-accent .c-basic-btn__in {
  color: #2C3E50;
}
.c-basic-btn--bg-accent02:before {
  background-color: #FF6B4A;
  border-color: #FF6B4A;
}
.c-basic-btn--bg-gray:before {
  background-color: #666;
  border-color: #666;
}
.c-basic-btn.login:before {
  background-color: #27C263;
  border-color: #27C263;
}
.c-basic-btn.login .c-basic-btn__in {
  background: url(../images/icon/icon_member_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
}
.c-basic-btn.contact:before {
  background-color: #0399EB;
  border-color: #0399EB;
}
.c-basic-btn.contact .c-basic-btn__in {
  background: url(../images/icon/icon_mail_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
}
.c-basic-btn.modify .c-basic-btn__in {
  background: url(../images/icon/icon_pen_w.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 30px;
}
.c-basic-btn.send .c-basic-btn__in {
  background: url(../images/icon/icon_plane_w.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 30px;
}
.c-basic-btn--line-main {
  border-color: #0399EB;
}
.c-basic-btn--line-main .c-basic-btn__in {
  color: #0399EB;
}
.c-basic-btn--line-wht {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-color: #fff;
  background: none;
  opacity: 1;
}
.c-basic-btn--line-wht .c-basic-btn__in {
  color: #fff;
}
.c-basic-btn--line-wht::after {
  background: #0399EB;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-basic-btn--line-wht:hover {
  opacity: 1;
  color: #fff;
}
.c-basic-btn--line-wht:hover::after {
  transform: scale(1, 1);
}

.c-txt-btn {
  position: relative;
  padding-right: 70px;
  opacity: 1;
  height: 55px;
}
.c-txt-btn__in {
  position: relative;
  color: #2C3E50;
  font-weight: bold;
  line-height: 50px;
  padding: 10px 0;
}
.c-txt-btn__in:before {
  background: #0399EB;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.c-txt-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #0399EB;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #0399EB;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-txt-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 17px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../images/icon/icon_arrow_w.svg) no-repeat center center;
  background-size: 20px 20px;
  padding-center: 30px;
  background-position: center center;
  padding: 0;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-txt-btn:hover {
  opacity: 1;
}
.c-txt-btn:hover .c-txt-btn__in {
  color: #0399EB;
}
.c-txt-btn:hover .c-txt-btn__in:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.c-txt-btn:hover:before {
  border: 2px solid #0399EB;
  background: #fff;
}
.c-txt-btn:hover:after {
  background: url(../images/icon/icon_arrow_m.svg) no-repeat center center;
  background-size: 20px 20px;
  padding-center: 30px;
  background-position: center center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-txt-btn {
    padding-right: 60px;
    height: 45px;
  }
  .c-txt-btn__in {
    line-height: 40px;
  }
  .c-txt-btn:before {
    width: 40px;
    height: 40px;
  }
  .c-txt-btn:after {
    top: 14px;
    right: 15px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}
.c-txt-btn.prv {
  padding-left: 70px;
  padding-right: 0px;
}
.c-txt-btn.prv:before {
  top: 0px;
  left: 0px;
}
.c-txt-btn.prv:after {
  left: 17px;
  background: url(../images/icon/icon_arrow_w.svg) no-repeat center center;
  background-size: 20px 20px;
  padding-center: 30px;
  transform: rotate(180deg);
}
.c-txt-btn.prv:hover:after {
  background: url(../images/icon/icon_arrow_m.svg) no-repeat center center;
  background-size: 20px 20px;
  padding-center: 30px;
}

.c-backnav {
  margin-top: 2rem;
  text-align: center;
}
.c-backnav .c-basic-btn__in {
  color: #0399EB;
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.c-responsive-img__link {
  width: 100%;
}

.c-figure__img {
  vertical-align: bottom;
}

/* =========================================================
ifream - ifream関連
========================================================= */
/*gmap===================*/
/*ifream===================*/
/* =========================================================
pankuzu - パンくず
========================================================= */
/*パンクズ＝＝＝＝＝＝＝＝＝＝＝*/
.c-pankuzu__in {
  overflow-x: auto;
}
.c-pankuzu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-pankuzu__item {
  position: relative;
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 0px;
  margin-left: 5px;
}
.c-pankuzu__item:first-of-type {
  margin-left: 0;
  background: url(../images/icon/icon_home_g.svg) no-repeat left center;
  background-size: 13px 13px;
  padding-left: 23px;
  padding-left: 22px;
}
.c-pankuzu__item:first-of-type .c-pankuzu__name {
  color: #2C3E50;
}
.c-pankuzu__item + .c-pankuzu__item:before {
  position: absolute;
  top: 15px;
  left: 4px;
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #2C3E50;
}
.c-pankuzu__name {
  color: #2C3E50;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .c-pankuzu__item {
    margin-left: 3px;
    padding-left: 17px;
  }
  .c-pankuzu__item:first-of-type {
    margin-left: 0;
    background: url(../images/icon/icon_home_g.svg) no-repeat left center;
    background-size: 11px 11px;
    padding-left: 21px;
    background-position: 0 7px;
    padding-left: 17px;
  }
  .c-pankuzu__item + .c-pankuzu__item:before {
    position: absolute;
    top: 14px;
    width: 8px;
  }
  .c-pankuzu__name {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 2rem;
}
.c-pagenation__item + .c-pagenation__item {
  margin-left: .5rem;
}
.c-pagenation__item.prv .c-pagenation__link {
  background: url(../images/icon/icon_arrow_m.svg) no-repeat center center;
  background-size: 15px 15px;
  padding-center: 25px;
  transform: rotate(180deg);
  background-color: #fff;
}
.c-pagenation__item.prv .c-pagenation__link:hover {
  background: url(../images/icon/icon_arrow_w.svg) no-repeat center center;
  background-size: 15px 15px;
  padding-center: 25px;
  background-color: #0399EB;
}
.c-pagenation__item.nxt .c-pagenation__link {
  background: url(../images/icon/icon_arrow_m.svg) no-repeat center center;
  background-size: 15px 15px;
  padding-center: 25px;
  background-color: #fff;
}
.c-pagenation__item.nxt .c-pagenation__link:hover {
  background: url(../images/icon/icon_arrow_w.svg) no-repeat center center;
  background-size: 15px 15px;
  padding-center: 25px;
  background-color: #0399EB;
}
.c-pagenation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #0399EB;
  background: #ffffff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .c-pagenation__link {
    width: 50px;
    height: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
  }
}
.c-pagenation__link:hover {
  background-color: #0399EB;
  color: #fff;
}
.c-pagenation__link.active {
  color: #ffffff;
  font-weight: bold;
  background: #0399EB;
  border: 1px solid #0399EB;
}

/* =========================================================
form - フォーム関連
========================================================= */
/*form要素のcssリセット*/
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  display: inline-block;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.c-free-search.c-form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-free-search.c-form-content .c-free-search__input.c-form-input {
  -moz-border-radius: 100px 0 0 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px 0 0 100px;
  width: calc(100% - 60px);
  border-right: none;
  margin: 0;
  max-width: 100%;
  border: 1px solid #dddddd;
  padding: 10px 15px;
  height: 42px;
}
.c-free-search.c-form-content .c-free-search__btn {
  display: inline-block;
  vertical-align: bottom;
  background: url(../images/icon/icon_search_w.svg) no-repeat center;
  background-size: auto 60%;
  background-color: #0399EB;
  -moz-border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0;
  border-radius: 0 100px 100px 0;
  border: 1px solid #dddddd;
  border-left: none;
  height: 42px;
  width: 60px;
}

/*問い合わせ　ステップ ※htmlは同じ
===============*/
.c-form-stepbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 300px;
  position: relative;
  text-align: center;
  margin: 20px auto;
}
@media screen and (min-width: 992px) {
  .c-form-stepbar {
    margin: 30px auto 40px;
  }
}
.c-form-stepbar__item {
  position: relative;
  width: 33.333%;
  line-height: 1.3;
  text-align: center;
}
.c-form-stepbar__item:first-child::after {
  content: none;
}
.c-form-stepbar .visited .c-form-stepbar__icon {
  color: #fff;
  background: #0399EB;
}
.c-form-stepbar .visited .c-form-stepbar__text {
  color: #0399EB;
  font-weight: bold;
}
.c-form-stepbar .visited::after {
  border-bottom-color: #0399EB;
}
.c-form-stepbar__icon {
  position: relative;
  z-index: 5;
  display: inline-block;
  background: #fff;
  width: 70px;
  height: 70px;
  padding-top: 10px;
  margin-bottom: 5px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
.c-form-stepbar__icon .text {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
}
.c-form-stepbar__icon .num {
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  line-height: l;
}
.c-form-stepbar__text {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

/*===================
formの形
====================*/
.c-form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.c-form__in {
  padding-bottom: 30px;
}

/*in============*/
.c-form-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .c-form-in {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  .c-form-in .c-form-content input[type="text"], .c-form-in .c-form-content input[type="number"], .c-form-in .c-form-content input[type="password"], .c-form-in .c-form-content input[type="email"], .c-form-in .c-form-content input[type="tel"], .c-form-in .c-form-content input[type="date"], .c-form-in .c-form-content textarea, .c-form-in .c-form-content select {
    max-width: inherit;
  }
}
.c-form-in + .c-form-in {
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  .c-form-in + .c-form-in {
    margin-top: 0rem;
  }
}

/*ttl==============*/
.c-form-ttl {
  text-align: left;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px;
  width: 220px;
  display: inline-block;
  top: 10px;
  position: relative;
}

/*項目==============*/
.c-form-items {
  padding: 10px;
  width: calc(100% - 220px);
  background: #ffffff;
}
@media screen and (max-width: 991px) {
  .c-form-items {
    width: calc(100%);
  }
}

/*コンテンツ==============*/
.c-form-content {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: left;
  line-height: 1.3;
  /*テキストエリア*/
}
@media screen and (min-width: 992px) {
  .c-form-content {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
  }
}
.c-form-content__in {
  padding: 0 0 10px;
}
.c-form-content__in .c-ttl-in {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px;
  margin-bottom: 0px;
}
.c-form-content__in .in {
  padding: 5px 0;
}
@media screen and (min-width: 992px) {
  .c-form-content__in .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-form-content input[type="text"],
.c-form-content input[type="number"],
.c-form-content input[type="password"],
.c-form-content input[type="email"],
.c-form-content input[type="tel"],
.c-form-content input[type="date"],
.c-form-content textarea,
.c-form-content select {
  padding: 3px 10px;
  outline: none;
  border: 1px solid #b7b7b7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
}
.c-form-content select {
  max-width: 120px;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .c-form-content .c-form-input__line-up + .c-txt-sentence,
  .c-form-content input + .c-txt-sentence,
  .c-form-content textarea + .c-txt-sentence,
  .c-form-content select + .c-txt-sentence {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .c-form-content .c-form-input__line-up + .c-txt-sentence,
  .c-form-content input + .c-txt-sentence,
  .c-form-content textarea + .c-txt-sentence,
  .c-form-content select + .c-txt-sentence {
    text-align: left;
  }
}
.c-form-content .c-form-textarea {
  max-width: 400px;
  width: 100%;
  height: 150px;
  margin: 0;
  display: block;
  font-family: sans-serif;
}
@media screen and (min-width: 992px) {
  .c-form-content .c-form-textarea {
    display: inline-block;
  }
}
.c-form-content .c-form-textarea:focus {
  background: #f8f8f8;
}
.c-form-content .c-form-passcheck__btn {
  right: 10px;
}
.c-form-content .c-form-select {
  max-width: 400px;
  width: 100%;
  display: block;
}
.c-form-content .c-form-select:hover {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .c-form-content .c-form-select {
    display: inline-block;
  }
}
.c-form-content .c-form-select.mini {
  max-width: 90px;
  display: inline-block;
}
.c-form-content .c-form-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  max-width: 150px;
}
@media screen and (min-width: 992px) {
  .c-form-content .c-form-add {
    display: block;
    margin: 0;
  }
}
.c-form-content .c-form-add .c-form-input {
  margin-right: 10px;
}
.c-form-content .c-form-add .c-link-btn--mini {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 100px;
}
@media screen and (min-width: 992px) {
  .c-form-content .c-form-add .c-link-btn--mini {
    display: inline-block;
  }
}

/*パスワードを表示するボタン*/
.c-form-passcheck {
  position: relative;
  width: 100%;
  max-width: 400px !important;
  margin: 0;
  display: block;
}
@media screen and (min-width: 992px) {
  .c-form-passcheck {
    display: inline-block;
    max-width: 300px;
    margin: 0 auto;
  }
}
.c-form-passcheck__input {
  padding-right: 25px;
  max-width: 100%;
}
.c-form-passcheck__btn {
  display: block;
  background: url("../images/icon/icon_eye_gray.svg") no-repeat center center;
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #efefef;
  z-index: 10;
  position: absolute;
  right: 7px;
  bottom: calc(50% - 15px);
  cursor: pointer;
}

/*規約に同意=========*/
.c-form-agree {
  max-width: 400px;
  margin: 0 auto;
}
.c-form-agree label.c-form-checkbox .c-form-checkbox__parts::before {
  top: -1px;
}
.c-form-agree label.c-form-checkbox .c-form-checkbox__parts::before {
  background: #fff;
  border: 1px solid #666;
}
.c-form-agree label.c-form-checkbox input:checked + .c-form-checkbox__parts::before {
  border-color: #0399EB;
}
.c-form-agree label.c-form-checkbox:has(.c-form-checkbox__input:checked) {
  background: none;
}
.c-form-agree .c-form-error {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.c-form-agree .c-form-checkbox {
  display: inline-block;
  width: auto;
  border: none;
  box-shadow: none;
  padding: 0;
}
.c-form-agree .c-form-checkbox__parts {
  padding-right: 0px;
}
.c-form-agree .c-form-checkbox__parts a {
  text-decoration: underline;
  color: #0399EB;
}
.c-form-agree .c-form-req span {
  padding-right: 55px;
}
.c-form-agree .c-form-req span:after {
  top: 0px;
  right: 0;
  line-height: 22px;
  padding: 0 10px;
}
.c-form-agree__wrap {
  padding: 1rem 1rem 1.2rem;
  margin-bottom: 2rem;
  background: #ededed;
  border-radius: 15px;
}
.c-form-agree__wrap .c-basic-txt {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}

/*inputの装飾
===============*/
/*input*/
input.c-form-input {
  border: 1px solid #b7b7b7;
  padding: 5px 10px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  max-width: 400px;
  display: block;
  min-height: 36px;
  line-height: 34px;
}
input.c-form-input:focus {
  background: #f8f8f8;
}
@media screen and (min-width: 992px) {
  input.c-form-input.mini {
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  input.c-form-input.mini2 {
    max-width: 150px;
  }
}
input.c-form-input.mini3 {
  max-width: 90px;
}
@media screen and (min-width: 992px) {
  input.c-form-input.mini3 {
    max-width: 100px;
  }
}

/*input date*/
input[type="date"].c-form-input {
  font-size: 15px;
  font-size: 0.9375rem;
  max-width: 230px;
}

/*input text*/
input[type="text"].c-form-text {
  border: 1px solid #b7b7b7;
  padding: 5px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*セレクトタグ*/
.c-form-select {
  display: block;
  width: 100%;
  border: 1px solid #959595;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/icon/icon_bottom_gray.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 20px;
  background-color: #ffffff;
  min-height: 36px;
  line-height: 34px;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .c-form-select {
    background: #ffffff;
    padding-right: 5px;
  }
}
.c-form-select[disabled="disabled"] {
  border-color: #dddddd;
  color: #dddddd;
  background: #ffffff;
}

/*チェックボタン==================*/
/*list*/
.c-form-checkbox__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .c-form-checkbox__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/*item*/
.c-form-checkbox__item {
  margin: 10px 0;
  padding: 0 5px;
  width: 100%;
}
@media screen and (min-width: 350px) {
  .c-form-checkbox__item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .c-form-checkbox__item {
    width: 25%;
  }
}

/*label 本体===========*/
label.c-form-checkbox {
  display: block;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
  transition: border-color 0.2s ease;
  /* 色の変化をなめらかに */
}
label.c-form-checkbox input {
  display: none !important;
}
label.c-form-checkbox input:checked + .c-form-checkbox__parts {
  color: #0399EB;
}
label.c-form-checkbox input:checked + .c-form-checkbox__parts::before {
  background: url("../images/icon/icon_check_w.svg") no-repeat center;
  background-size: 70% 70%;
  background-color: #0399EB;
}
label.c-form-checkbox:has(.c-form-checkbox__input:checked) {
  border-color: #0399EB;
  background: #e5f4fd;
}
label.c-form-checkbox .c-form-checkbox__parts {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
  line-height: 1.3;
}
label.c-form-checkbox .c-form-checkbox__parts::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  left: 0;
}

/*！選べない！*/
span.c-form-checkbox {
  display: block;
  width: 100%;
  display: block;
  margin: 0;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
span.c-form-checkbox__parts {
  display: inline-block;
  position: relative;
  color: #959595;
  padding-left: 25px;
}

/*枠無し*/
.no-waku--checkbox .c-form-checkbox {
  border: none;
}

/*ラジオボタン==================*/
/*list*/
.c-form-radio__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .c-form-radio__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/*item*/
.c-form-radio__item {
  margin: 5px 0;
  padding: 0 5px;
  width: 100%;
}
@media screen and (min-width: 350px) {
  .c-form-radio__item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .c-form-radio__item {
    width: 25%;
  }
}

/*label 本体===========*/
label.c-form-radio {
  display: block;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
  transition: border-color 0.2s ease;
  /* 色の変化をなめらかに */
}
label.c-form-radio input {
  display: none !important;
}
label.c-form-radio input:checked + .c-form-radio__parts {
  color: #0399EB;
}
label.c-form-radio input:checked + .c-form-radio__parts::before {
  background-color: #0399EB;
}
label.c-form-radio input:checked + .c-form-radio__parts::after {
  background-color: #ffffff;
}
label.c-form-radio:has(input:checked) {
  border-color: #0399EB;
  background: #e5f4fd;
}
label.c-form-radio .c-form-radio__parts {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
}
label.c-form-radio .c-form-radio__parts::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: -3px;
  left: 0;
}
label.c-form-radio .c-form-radio__parts::after {
  content: ' ';
  background-color: #E7E7E7;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 2px;
  left: 5px;
}

/*”！選べない！*/
span.c-form-radio {
  display: block;
  width: 100%;
  display: block;
  margin: 0;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
span.c-form-radio__parts {
  display: inline-block;
  position: relative;
  color: #959595;
  padding-left: 25px;
}

/*パスワード============*/
@media screen and (min-width: 992px) {
  .c-form-password {
    max-width: 300px;
  }
}

/*テキストエリア*/
.c-form-textarea {
  max-width: 550px;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  display: block;
  font-family: sans-serif;
  padding: 3px 10px;
  outline: none;
  background: #ffffff;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

/*必須*/
.c-form-req {
  margin-top: 0px;
}
.c-form-req span {
  padding-right: 50px;
  position: relative;
}
.c-form-req span::after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ffffff;
  font-weight: normal;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  border-radius: 3;
  background: #ed4141;
  position: absolute;
  right: 0;
  padding: 4px 10px;
  border-radius: 50px;
}

/*必須 背景色変更*/
.c-input--req {
  background-color: #f55555;
}
.c-input--req + .c-form-checkbox__parts::before {
  background-color: #f55555;
}

/*error表示*/
.c-input--error {
  border-color: #eb4f4f !important;
}
.c-input--error + .c-form-checkbox__parts::before {
  border-color: #eb4f4f !important;
}
.c-input--error.c-form-radio {
  border: 1px solid #eb4f4f;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
}

/*inputが２個以上並ぶとき*/
.c-form .c-form-input__line-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .c-form .c-form-input__line-up {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .c-form .c-form-input__line-up.long {
    width: 100%;
    max-width: 80%;
  }
}
.c-form .c-form-input__line-up.long .c-form-input {
  margin: 0 0 5px;
  width: 70%;
}
.c-form .c-form-input__line-up .c-form-input {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .c-form .c-form-input__line-up .c-form-input {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.c-form .c-form-input__line-up .c-form-input:last-of-type {
  margin-right: 0;
}
.c-form .c-form-input__line-up .c-form-input__ttl {
  width: 15%;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .c-form .c-form-input__line-up .c-form-input__ttl {
    padding-right: 10px;
    text-align: center;
    width: auto;
    min-width: 45px;
  }
}
.c-form .c-form-input__line-up .c-form-input__text {
  text-align: left;
  padding-left: 5px;
}
@media screen and (min-width: 992px) {
  .c-form .c-form-input__line-up .c-form-input__text {
    width: 30%;
    margin-bottom: 0;
    padding-right: 10px;
    width: auto;
    min-width: 100px;
  }
}
.c-form .c-form-input__line-up .c-form-select {
  width: 85%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .c-form .c-form-input__line-up .c-form-select {
    width: 100%;
    max-width: 200px;
    min-width: 170px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

/*ボタンの並び*/
.c-form-btnarea {
  text-align: center;
}
.c-form-btnarea .c-basic-btn {
  display: inline-block;
  max-width: 300px;
  margin: 5px auto;
}
@media screen and (min-width: 992px) {
  .c-form-btnarea .c-basic-btn {
    margin: 5px;
  }
}
.c-form-btnarea--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .c-form-btnarea--reverse {
    display: block;
  }
}

/*=====================
確認画面
=======================*/
.c-form-confirmation {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .c-form-confirmation .c-form-ttl,
  .c-form-confirmation .c-form-content {
    padding: 10px 0;
  }
}
.c-form-confirmation .c-form-req::after {
  content: none;
}
.c-form-confirmation .c-form-content {
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-form-confirmation .c-form-in.name .c-form-content::after {
  content: "様";
  padding-left: 3px;
}

/*=======================
サンクス
=======================*/
.c-form-thanks {
  text-align: center;
  background: #fff;
  border-radius: 20px;
}
.c-form-thanks__ttl {
  margin-bottom: 10px;
  line-height: 1.6;
  background: #0399EB;
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.c-form-thanks__ttl .main {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  background: url(../images/icon/icon_plane_w.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 40px;
}
.c-form-thanks__ttl .sub {
  padding-top: 5px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
.c-form-thanks__cnt {
  padding: 2rem;
}
.c-form-thanks__cnt .c-basic-txt {
  line-height: 2;
}
.c-form-thanks__cnt .c-form-btnarea {
  margin-top: 2rem;
}

/*=======================
大きいエラー表示　通常表示
=======================*/
/*error*/
.c-form-box--error {
  margin: 15px auto;
}
.c-form-box--error__title {
  padding: 10px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  background: #eb4f4f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.c-form-box--error__title .in {
  background: url(../images/icon/icon_exclamation_w.svg) no-repeat left center;
  background-size: 24px 24px;
  padding-left: 34px;
  color: #fff;
}
.c-form-box--error ul {
  margin: 0 auto;
}
.c-form-box--error ul li {
  text-align: left;
  color: #eb4f4f;
  background: url(../images/icon/icon_exclamation_r.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
}
.c-form-box--error__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
  border: 1px solid #eb4f4f;
}

/*===========
error　バリデーション
============*/
.c-form-error {
  text-align: left;
}
.c-form-error .error {
  display: block;
  padding: 5px 10px;
  color: #eb4f4f;
  font-size: 13px;
  font-size: 0.8125rem;
  background: url(../images/icon/icon_exclamation_r.svg) no-repeat left center;
  background-size: 13px 13px;
  padding-left: 23px;
}
.c-form-error ~ .c-form-checkbox__list .c-form-checkbox, .c-form-error ~ .c-form-select, .c-form-error ~ .p-search-select .c-form-select, .c-form-error ~ .mwform-tel-field .c-form-input, .c-form-error ~ .c-form-input, .c-form-error ~ .c-form-textarea {
  background-color: #ffe8e8;
}

/* =========================================================
table.scss - 表
========================================================= */
.c-table {
  background: #F9F9F9;
  border-top: 1px solid #E5E5E5;
  width: 100%;
}
.c-table .c-tr {
  border-bottom: 1px solid #E5E5E5;
}
.c-table .c-th,
.c-table .c-td {
  padding: 10px;
  min-height: 44px;
}
.c-table .c-th {
  color: #000000;
  font-weight: bold;
}
.c-table .c-th:first-of-type {
  border-top: none;
}
.c-table .c-td {
  background: #ffffff;
}
.c-table-wrap__scroll {
  overflow-x: auto;
}
.c-table-wrap__scroll .c-th,
.c-table-wrap__scroll .c-td {
  white-space: nowrap;
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
/* ====================
	■シンプルなリスト
	=====================*/
.p-basic-list__item {
  display: block;
  text-indent: -1.3rem;
  padding-left: 1rem;
  margin-bottom: 5px;
}

.c-list-order > li {
  position: relative;
  padding-left: 1rem;
}
.c-list-order > li + li {
  margin-top: 1rem;
}
.c-list-order > li .c-list__mark {
  font-weight: bold;
}
.c-list__mark {
  position: absolute;
  top: 0px;
  left: 0px;
}
.c-list-bullet li {
  position: relative;
  padding-left: 1rem;
}
.c-list-bullet li + li {
  margin-top: 5px;
}
.c-list-bullet li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #3EADC4;
}
.c-list-news {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
}
.c-list-news__item {
  position: relative;
  padding: 1.6rem;
  border-bottom: 1px solid #eee7d8;
  transition: .3s;
}
.c-list-news__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-list-news__item a.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .c-list-news__item {
    padding: 1.2rem;
  }
}
.c-list-news__item:hover {
  background: #FFFBF2;
}
.c-list-news__item:last-of-type {
  border-bottom: none;
}
.c-list-news__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 24px;
  margin-bottom: 10px;
  color: #0399EB;
}
.c-list-news__meta .date {
  margin-right: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
.c-list-news__meta .cate {
  height: 24px;
  padding: 0 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 22px;
  background: #fff;
  border-radius: 12px;
  font-weight: bold;
  border: 1px solid #0399EB;
  background: #e5f4fd;
}
.c-list-news__meta .new {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #FF6B4A;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  color: #fff;
  padding: 0 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-list-news__meta {
    margin-bottom: 8px;
  }
  .c-list-news__meta .cate {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-list-news__ttl {
  margin-top: 5px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-list-news__ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .c-list-news__ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-list-news__ex {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .c-list-news__ex {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-list-news--media li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.c-list-news--media li .c-figure {
  width: 150px;
}
.c-list-news--media li .c-figure__img {
  border-radius: 15px;
}
.c-list-news--media__txt {
  width: calc(100% - 180px);
}
@media screen and (max-width: 575px) {
  .c-list-news--media li {
    display: block;
  }
  .c-list-news--media li .c-list-news--media__txt {
    width: 100%;
  }
  .c-list-news--media li .c-figure {
    width: 100%;
    margin-top: 1rem;
  }
  .c-list-news--media li .c-figure__img {
    border-radius: 15px;
  }
}
.c-list-cate {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .c-list-cate {
    margin-bottom: 1.5rem;
  }
}
.c-list-cate__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 -4px;
}
.c-list-cate__item {
  padding: 4px;
}
.c-list-cate__link {
  min-width: 120px;
  padding: 0px 1rem;
  text-align: center;
  color: #2C3E50;
  line-height: 50px;
  border-radius: 25px;
  background: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-list-cate__link:hover {
  color: #0399EB;
  border-color: #0399EB;
}
.c-list-cate__link.active {
  color: #fff;
  background: #0399EB;
  border-color: #0399EB;
}
@media screen and (max-width: 767px) {
  .c-list-cate__link {
    min-width: 100px;
    line-height: 40px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-list-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.c-list-shop__head {
  padding: 15px 20px 15px;
}
.c-list-shop__head .txt-name span {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 15px;
  display: inline-block;
}
.c-list-shop__head .txt-name span:before {
  position: absolute;
  top: 10px;
  left: 0px;
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  background: #0399EB;
  border-radius: 3px;
}
.c-list-shop__head .txt-comment {
  margin-top: 10px;
  padding-left: 15px;
  padding: 5px 10px;
  color: #0399EB;
  font-size: 14px;
  font-size: 0.875rem;
  background: #e5f4fd;
}
@media screen and (max-width: 991px) {
  .c-list-shop__head .txt-name span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-list-shop__head .txt-name span:before {
    top: 6px;
  }
}
@media screen and (max-width: 575px) {
  .c-list-shop__head {
    padding: 10px 10px;
  }
  .c-list-shop__head .txt-name span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-list-shop__head .txt-name span:before {
    top: 4px;
  }
}
.c-list-shop__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px 5px 20px;
}
.c-list-shop__body .c-figure {
  margin-right: 20px;
}
.c-list-shop__body .c-figure .img-wrap {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 15px;
  overflow: hidden;
}
.c-list-shop__body .c-figure__img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 画像が枠より小さくならないように調整 */
  min-width: 100%;
  min-height: 100%;
  /* スマホ等で縦横比を崩さず綺麗に収める場合 */
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .c-list-shop__body {
    display: block;
    padding: 0 20px 5px 20px;
  }
  .c-list-shop__body .c-figure {
    margin-bottom: 15px;
  }
  .c-list-shop__body .c-figure .img-wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .c-list-shop__body {
    padding: 0 10px 5px 10px;
  }
  .c-list-shop__body .c-figure {
    margin-bottom: 15px;
  }
}
.c-list-shop__item {
  position: relative;
  width: calc(50% - 20px);
  margin: 10px;
  padding-bottom: 15px;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .c-list-shop__item {
    width: calc(100% - 20px);
  }
}
.c-list-shop-txt {
  position: relative;
  min-height: 20px;
  padding-top: 2px;
  margin-bottom: 5px;
  padding-left: 80px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.3;
}
@media screen and (max-width: 575px) {
  .c-list-shop-txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-list-shop-txt .txt-item {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 70px;
  line-height: 20px;
  margin-right: 5px !important;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
.c-list-shop-txt .txt-item:before {
  content: "[";
  position: absolute;
  left: 0px;
  top: 0px;
}
.c-list-shop-txt .txt-item:after {
  content: "]";
  position: absolute;
  right: 0px;
  top: 0px;
}
.c-list-shop-txt.tel {
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list-shop-txt.tel span {
  display: block;
  white-space: nowrap;
  margin-right: 1rem;
}
.c-list-shop-txt__cate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px 5px;
}
.c-list-shop-txt__cate li {
  margin: 2px;
  padding: 0 10px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  text-align: center;
  color: #0399EB;
  border: 1px solid #0399EB;
  border-radius: 20px;
}
.c-list-shop-txt.web {
  font-family: "Inter", sans-serif;
}
.c-list-shop-txt.web .c-link-hp {
  overflow-wrap: anywhere;
}
.c-list-shop-txt.sns {
  margin-top: 15px;
  position: absolute;
  top: 0px;
  right: 20px;
  padding-left: 0;
  text-align: right;
}
.c-list-shop-txt.sns .c-link-line {
  display: inline-block;
  min-height: 30px;
  background: url(../images/icon/icon_line_c.png) no-repeat left center;
  background-size: 30px auto;
  padding-left: 30px;
}
.c-list-shop-txt.sns .c-link-line span {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}
.c-list-shop-txt.sns .c-link-x {
  display: inline-block;
  min-height: 30px;
  background: url(../images/icon/icon_x_c.png) no-repeat left center;
  background-size: auto 22px;
  padding-left: 22px;
}
.c-list-shop-txt.sns .c-link-x span {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}
.c-list-shop-txt.sns .c-link-ig {
  display: inline-block;
  min-height: 30px;
  background: url(../images/icon/icon_ig_c.png) no-repeat left center;
  background-size: auto 30px;
  padding-left: 30px;
}
.c-list-shop-txt.sns .c-link-ig span {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}
.c-list-shop-txt.sns a + a {
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .c-list-shop-txt.sns {
    position: relative;
    text-align: right;
    right: inherit;
  }
}
.c-list-dl__list {
  background: #fff;
  border-radius: 20px;
}
.c-list-dl__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #eee7d8;
  transition: .3s;
}
.c-list-dl__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-list-dl__item a.in-link {
  position: relative;
  z-index: 5;
}
.c-list-dl__item:last-of-type {
  border-bottom: none;
}
.c-list-dl__meta {
  margin-top: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0399EB;
}
.c-list-dl__meta .cate {
  margin-left: 5px;
  height: 24px;
  padding: 0 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 22px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #0399EB;
  background: #e5f4fd;
}
.c-list-dl__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2px;
}
.c-list-dl__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5rem;
  background: #3EADC4;
  border-radius: 5px;
}
.c-list-dl__btn span {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  letter-spacing: -0.05rem;
  background: url(../images/icon/icon_dl_w.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 30px;
  background-position: center 0;
  padding: 25px 0 0 0;
}
@media screen and (max-width: 575px) {
  .c-list-dl__meta {
    margin-top: 8px;
    line-height: 18px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-list-dl__meta .cate {
    height: 18px;
    line-height: 16px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
  }
  .c-list-dl__ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .c-list-dl .c-list-dl__btn {
    display: none;
  }
}

.c-txt-tel {
  font-family: "Inter", sans-serif;
}
.c-txt-tel:before {
  content: "tel.";
}

.c-txt-fax {
  font-family: "Inter", sans-serif;
}
.c-txt-fax:before {
  content: "fax.";
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.pagelink {
  padding-top: 120px !important;
  margin-top: -120px !important;
}

#cboxLoadedContent img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.c-block-contact {
  margin-top: 60px;
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  background: #0399EB;
  color: #fff;
}
.c-block-contact .ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.c-block-contact .tel {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.2rem;
}
.c-block-contact .c-basic-btn {
  margin-top: 1.5rem;
  width: 100%;
  max-width: 300px;
}
.c-block-contact .c-basic-btn:before {
  background-color: #fff;
}
.c-block-contact .c-basic-btn .c-basic-btn__in {
  color: #0399EB;
  background: url(../images/icon/icon_mail_m.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
}
@media screen and (max-width: 991px) {
  .c-block-contact .ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-block-contact .tel {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-block-contact {
    margin-top: 0px;
    padding: 1.5rem;
  }
  .c-block-contact .ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-block-contact .tel {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-block-contact .ttl {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-block-contact .tel {
    font-size: 32px;
    font-size: 2rem;
  }
  .c-block-contact .c-basic-btn {
    margin-top: 1rem;
    max-width: 100%;
  }
}

.c-map__name {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 5px 10px 5px;
  font-weight: bold;
  color: #2C3E50;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  border-radius: 5px;
  background: #0399EB;
}
.c-map__dtl {
  position: relative;
  width: 240px;
  font-size: 1rem;
}
.c-map__dtl p {
  line-height: 1.4;
}
.c-map__dtl p + p {
  margin-top: 5px;
}
.c-map__dtl p.tel {
  background: url(../images/icon/icon_tel_g.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
  padding-left: 20px;
  font-weight: bold;
}

.gm-style-iw-c {
  overflow: visible !important;
  padding-top: 10px !important;
}
.gm-style-iw-c .gm-style-iw-chr {
  position: absolute;
  top: auto;
  left: 0px;
  bottom: 0;
  width: 100%;
}
.gm-style-iw-c .gm-style-iw-chr .gm-ui-hover-effect {
  position: absolute;
  top: 24px;
  right: -24px;
  opacity: 1;
  color: #fff;
  background: #0399EB !important;
  border-radius: 50%;
}
.gm-style-iw-c .gm-style-iw-chr .gm-ui-hover-effect span {
  display: none;
}
.gm-style-iw-c .gm-style-iw-chr button span {
  position: relative;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  background: none;
}
.gm-style-iw-c .gm-style-iw-chr button span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 3px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 2px;
}
.gm-style-iw-c .gm-style-iw-chr button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 3px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 2px;
}
.gm-style-iw-c .gm-style-iw-d {
  overflow-y: scroll;
}

.c-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.c-tab__item {
  flex: 1 1;
  order: -1;
  opacity: .5;
  min-width: 70px;
  padding: .6em 1em;
  border-radius: 5px 5px 0 0;
  background-color: #2589d0;
  color: #fff;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
}
.c-tab__item:hover {
  opacity: .8;
}
.c-tab__item:has(:checked) {
  opacity: 1;
}
.c-tab__item:has(:checked) + div {
  display: block;
}
.c-tab input {
  display: none;
}
.c-tab__content {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}

.c-accordion {
  max-width: 500px;
  margin-bottom: 5px;
  border-bottom: 2px solid #d6dde3;
}
.c-accordion__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.c-accordion__head::before {
  color: #75bbff;
  content: "Q";
}
.c-accordion__head::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}
.c-accordion__body {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}
.c-accordion__body::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}
.c-accordion__head::before, .c-accordion__body::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.c-accordion[open] dt::after {
  transform: rotate(225deg);
}
.c-accordion[open] dd {
  transform: none;
  opacity: 1;
}

.c-adbox + .c-adbox {
  margin-top: 1rem;
}
.c-adbox__head {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-adbox__head {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .c-adbox__head {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-adbox__head:hover {
  cursor: pointer;
  opacity: 0.8;
}
.c-adbox__head .btn {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.c-adbox__head .btn:before, .c-adbox__head .btn:after {
  content: "";
  background-color: #0399EB;
  border-radius: 10px;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0px;
  transform-origin: center center;
}
.c-adbox__head .btn:before {
  width: 2px;
  height: 20px;
  top: 0px;
  left: 9px;
}
.c-adbox__head.is-active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #ccc;
}
.c-adbox__head.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.c-adbox__head.is-active .btn:before {
  content: none;
}
.c-adbox__head::-webkit-details-marker {
  display: none;
}
.c-adbox__body {
  padding: 1rem 1.5rem;
  background: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.c-adbox__body p {
  margin: 0 0 20px;
  text-align: left;
}
.c-adbox__body p:last-of-type {
  margin: 0 0 0;
}

/* =========================================================
anime - アニメーション
========================================================= */
@keyframes maskFadeIn {
  0% {
    opacity: 0;
    /* 中央の極小の正方形（または点）から開始 */
    clip-path: inset(50% 50% 50% 50% round 20px);
  }
  100% {
    opacity: 1;
    /* 枠いっぱいに広げる */
    clip-path: inset(0% 0% 0% 0% round 20px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
    /* 下に落ちている状態 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* 元の位置に戻る */
  }
}
@keyframes fadeZoomAnime {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
    /* 最初の大きさ（30%） */
  }
  100% {
    opacity: 1;
    transform: scale(1);
    /* 最終的な大きさ（100%） */
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(1.5);
    /* 最初の大きさ（30%） */
  }
  100% {
    opacity: 1;
    transform: scale(1);
    /* 最終的な大きさ（100%） */
  }
}
.p-top {
  /* MVカデレンジャー*/
  /* マスク自体が広がる */
  /* タイトル */
  /* メインビジュアル */
}
.p-top .p-top-chara .box_chara img {
  opacity: 0;
}
.p-top .p-top-chara .box_logo img {
  /* 変形（拡大・縮小）の基準点を中央に設定 */
  transform-origin: center center;
  opacity: 0;
}
.p-top .p-top-chara .box_logo .p-character__copy {
  transform: translateY(20px);
  opacity: 0;
}
.p-top .p-top-chara .box_logo .c-basic-btn {
  transform: translateY(20px);
  opacity: 0;
}
.p-top .p-top-chara.is-active .box_chara img {
  animation: zoomOut 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0s;
}
.p-top .p-top-chara.is-active .box_logo img {
  animation: zoomOut 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.4s;
}
.p-top .p-top-chara.is-active .box_logo .p-character__copy {
  animation: fadeInUp 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1s;
}
.p-top .p-top-chara.is-active .box_logo .c-basic-btn {
  animation: fadeInUp 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1.2s;
}
.p-top .fade-in-center {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
  opacity: 0;
  clip-path: inset(50% 50% 50% 50% round 20px);
}
.p-top .fade-in-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top .p-top-ttl {
  opacity: 0;
  transform: translateY(20px);
}
.p-top .p-top-mv-main .p-top-mv__txt {
  opacity: 0;
  transform: translateY(20px);
}
.p-top .is-active {
  /* タイトル */
  /* メインビジュアル */
}
.p-top .is-active .p-top-ttl {
  animation: fadeInUp 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.4s;
}
.p-top .is-active .p-top-mv-main .fade-in-center {
  animation: maskFadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0s;
}
.p-top .is-active .p-top-mv-main .p-top-mv__txt {
  animation: fadeInUp 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.8s;
}
.p-top .is-active .p-top-about__inner .fade-in-center {
  animation: maskFadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0s;
}
.p-top .is-active .p-top-about__inner .p-top-ttl {
  animation: fadeInUp 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.8s;
}

/* =========================================================
plugin - jsの追記
========================================================= */
/*===================
横から出るメニュー　
*/
article.js-menu--list {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  transition: .4s;
  min-height: 100%;
  height: 100%;
  width: calc(100% - 60px);
  overflow-y: scroll;
}
article.js-menu--list.active {
  right: 0;
}
article.js-menu--list div.g-menu_contents {
  height: 100%;
}
article.js-menu--list.active .g-menu_close {
  left: 1em;
}

article.back_curtain {
  display: none;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  position: fixed;
  top: 0;
}
article.back_curtain:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 4px;
  /* 棒の幅（太さ） */
  height: 40px;
  /* 棒の高さ */
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
article.back_curtain:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 4px;
  /* 棒の幅（太さ） */
  height: 40px;
  /* 棒の高さ */
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.js-menu--open,
.js-image-menu--open {
  cursor: pointer;
}

/*======================
【js-slick】スライダー
======================*/
.slick-slider {
  opacity: 0;
  transition: 0.3s;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-slider .slick-track {
  min-width: 100%;
}

.js-slick-prev,
.js-slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 27px);
  width: 33px;
  height: 54px;
  background-color: #0399EB;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  z-index: 50;
  transition: .3s;
  cursor: pointer;
}

.js-slick-prev {
  left: 0;
  background-image: url(../images/icon/icon_left_w.svg);
  -moz-border-radius: 0 100% 100% 0/50%;
  -webkit-border-radius: 0;
  border-radius: 0 100% 100% 0/50%;
  background-position: left 2px center;
}

.js-slick-next {
  right: 0;
  background-image: url(../images/icon/icon_right_w.svg);
  -moz-border-radius: 100% 0 0 100%/50%;
  -webkit-border-radius: 100%;
  border-radius: 100% 0 0 100%/50%;
  background-position: right 2px center;
}

.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.slick-dots li .js-slick__dots-item {
  color: #dddddd;
  font-size: 13px;
}
.slick-dots li.slick-active .js-slick__dots-item {
  color: #0399EB;
}

.slick-list {
  margin: 0 -10px;
}
.slick-slide {
  padding: 0 10px;
}
.slick-dots li {
  padding: 0 10px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
}
.slick-active button {
  background: #0399EB !important;
}

/* =========================================================
inview.js ×　animate.css
========================================================= */
/*Project
======================================= */
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 140px;
}
.p-top main {
  position: relative;
  background: none;
}
.p-top-ttl {
  margin-bottom: 2rem;
  color: #2C3E50;
}
.p-top-ttl__jp {
  margin-bottom: 0.8rem;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}
.p-top-ttl__en {
  display: inline-block;
  padding-left: 25px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  background: url(../images/icon/icon_electric_a.svg) no-repeat left center;
  background-size: 25px 25px;
  padding-left: 35px;
}
@media screen and (max-width: 1199px) {
  .p-top-ttl__jp {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-top-ttl__en {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-ttl__jp {
    margin-bottom: 0.4rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-top-ttl__en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  .p-top-ttl {
    margin-bottom: 1.5rem;
  }
  .p-top-ttl__jp {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-top-ttl__en {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-cnt__head {
    margin-bottom: 1.5rem;
  }
}
.p-top__btn {
  margin-top: 2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-top__btn {
    margin-top: 1rem;
  }
}
.p-top .section {
  position: relative;
  margin-top: -120px;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  /* スマホのアドレスバー対策 */
}
@media screen and (max-width: 991px) {
  .p-top .section {
    margin-top: -110px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .section {
    margin-top: -90px;
  }
}
.p-top .section__inner {
  inset: 0 0 auto 0;
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/top/img_chara_bg.png") center bottom no-repeat;
  background-size: cover;
  background-color: #EDFBFE;
}
.p-top .section .box_chara {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top .section .box_chara .img-wrap {
  max-height: calc(100% - 150px);
  margin-top: 100px;
}
.p-top .section .box_chara .img-wrap img {
  width: clamp(300px, 100vw, 1400px);
  height: calc(100vh - 150px);
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .p-top .section .box_chara .img-wrap img {
    margin-bottom: 150px;
  }
}
.p-top .section .box_logo {
  position: absolute;
  top: calc(50% + 150px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  /* 画像より手前に表示 */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  /* ロゴ画像 */
}
@media (max-height: 600px) {
  .p-top .section .box_logo {
    top: calc(50% + 100px);
    max-height: inherit;
    height: auto;
  }
  .p-top .section .box_logo .c-basic-btn {
    padding: 1rem 2rem;
  }
}
.p-top .section .box_logo .c-figure .img-wrap img {
  max-width: inherit;
  width: clamp(300px, 95vw, 1000px);
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}
@media (max-height: 800px) {
  .p-top .section .box_logo .c-figure .img-wrap img {
    max-height: 200px;
  }
}
.p-top .section .box_logo .p-character__copy {
  margin-top: -10vh;
}
.p-top .section .box_logo .p-character__copy-in {
  padding: 1.5rem 0rem;
}
.p-top .section .box_logo .p-character__copy-in p {
  line-height: 1.2;
  letter-spacing: 0.1rem;
  margin: 0 5px;
  display: block;
}
.p-top .section .box_logo .p-character__copy-in p.main {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 2rem);
}
.p-top .section .box_logo .p-character__copy-in p.sub {
  margin: 0;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
}
.p-top .section .box_logo .p-character__copy-in:before {
  width: 50px;
  left: -50px;
}
.p-top .section .box_logo .p-character__copy-in:after {
  width: 50px;
  right: -50px;
}
@media screen and (max-width: 1199px) {
  .p-top .section .box_logo .p-character__copy {
    margin-top: -5vh;
  }
  .p-top .section .box_logo .p-character__copy-in {
    padding: 15px 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .section .box_logo .p-character__copy {
    margin-top: -3vh;
  }
}
@media (max-height: 800px) {
  .p-top .section .box_logo .p-character__copy {
    margin-top: -4vh;
  }
}
.p-top .section .box_logo .c-basic-btn {
  width: 100%;
  max-width: 300px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top .section .box_logo .c-basic-btn {
    max-width: 100%;
  }
}
.p-top .section:nth-of-type(1) {
  position: relative;
  height: 100svh;
}
.p-top .section:nth-of-type(1) .section__inner {
  position: relative;
}
.p-top-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 0;
  background: #0399EB;
}
.p-top-mv .l-container {
  position: relative;
  margin: 6rem 0;
}
@media screen and (min-width: 992px) {
  .p-top-mv .l-container {
    width: 94vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-mv .l-container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-mv .l-container {
    margin: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv .l-container {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 575px) {
  .p-top-mv .l-container {
    margin: 1.8rem 0;
  }
}
.p-top-mv-main {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-top-mv-ttl__jp {
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.15rem;
}
.p-top-mv-ttl p {
  margin: 1rem 0;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1199px) {
  .p-top-mv-ttl__jp {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  .p-top-mv-ttl__jp {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv-ttl__jp {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
    letter-spacing: -0.05rem;
  }
  .p-top-mv-ttl p {
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  .p-top-mv-ttl {
    text-align: center;
  }
  .p-top-mv-ttl__jp {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-top-mv-ttl p {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 0.5rem;
  }
}
.p-top-mv__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  color: #fff;
}
.p-top-mv__txt-inner {
  width: 100%;
}
.p-top-mv__txt .c-figure {
  width: 32%;
  text-align: center;
  margin-bottom: 1.5rem;
}
.p-top-mv__txt .c-figure img {
  width: 20vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__txt {
    text-align: center;
    margin-top: 1.5rem;
  }
  .p-top-mv__txt-inner {
    width: 100%;
  }
  .p-top-mv__txt .c-figure {
    display: none;
  }
  .p-top-mv__txt .c-basic-btn {
    margin: 1rem auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__txt {
    margin-top: 1rem;
  }
}
.p-top-mv__txt .c-basic-btn span {
  background: url(../images/icon/icon_search_w.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 30px;
}
.p-top-mv__img {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 68%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__img {
    position: inherit;
  }
}
.p-top-mv__img .img-wrap {
  position: relative;
  overflow: hidden;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.p-top-mv__img .img-wrap .slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* ★ここが超重要！背景画像と同じ挙動にするプロパティ */
  object-fit: cover;
  object-position: center;
  opacity: 0;
  /* 初期状態は非表示 */
  /* アニメーション（前回のコードと同じです） */
  animation: fadeZoomAnime 16s linear infinite;
}
.p-top-mv__img .img-wrap .slide-item:nth-child(1) {
  animation-delay: 0s;
}
.p-top-mv__img .img-wrap .slide-item:nth-child(2) {
  animation-delay: 8s;
}
.p-top-mv__img-main {
  width: calc(70% - 15px);
}
.p-top-mv__img-main .c-figure, .p-top-mv__img-main .img-wrap {
  width: 100%;
  height: 100%;
}
.p-top-mv__img-main .c-figure img, .p-top-mv__img-main .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 画像が枠より小さくならないように調整 */
  min-width: 100%;
  min-height: 100%;
  /* スマホ等で縦横比を崩さず綺麗に収める場合 */
  object-fit: cover;
}
.p-top-mv__img-sub {
  width: 30%;
}
.p-top-mv__img-sub .c-figure {
  height: 100%;
}
.p-top-mv__img-sub .img-wrap.photo01 {
  height: 30%;
}
.p-top-mv__img-sub .img-wrap.photo02 {
  height: calc(70% - 15px);
}
.p-top-mv__img-sub .img-wrap + .img-wrap {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__img {
    width: 100%;
  }
  .p-top-mv__img-main {
    width: 100%;
  }
  .p-top-mv__img-sub {
    display: none;
  }
}
.p-top-mv__img .p-top-mv__chara {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-mv__img .p-top-mv__chara {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__img .p-top-mv__chara {
    display: block;
  }
  .p-top-mv__img .p-top-mv__chara img {
    height: 240px;
  }
}
@media screen and (max-width: 575px) {
  .p-top-mv__img .p-top-mv__chara {
    display: block;
  }
  .p-top-mv__img .p-top-mv__chara img {
    height: 160px;
  }
}
.p-top-mv__chara {
  position: absolute;
  right: -70px;
  bottom: -6rem;
  z-index: 3;
}
.p-top-mv__chara img {
  height: 40vh;
}
@media screen and (max-width: 991px) {
  .p-top-mv__chara {
    right: -30px;
    bottom: -5rem;
  }
  .p-top-mv__chara img {
    height: 35vh;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__chara {
    display: none;
  }
}
.p-top-news {
  position: relative;
  z-index: 1;
  padding: 120px 0 80px;
  background: #fff;
}
.p-top-news .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 80vw;
}
.p-top-news .p-top-cnt__head {
  width: 300px;
}
.p-top-news .p-top-cnt__body {
  width: calc(100% - 360px);
}
.p-top-news .c-list-news {
  border-radius: 0px;
  border-top: 1px solid #eee7d8;
  border-bottom: 1px solid #eee7d8;
}
.p-top-news .c-list-news__item {
  display: block;
}
@media screen and (max-width: 1199px) {
  .p-top-news {
    padding: 80px 0 60px;
  }
  .p-top-news .l-container {
    width: 94vw;
  }
  .p-top-news .p-top-cnt__head {
    width: 240px;
  }
  .p-top-news .p-top-cnt__body {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 991px) {
  .p-top-news {
    padding: 60px 0;
  }
  .p-top-news .l-container {
    display: block;
    width: 100%;
  }
  .p-top-news .p-top-cnt__head {
    width: 100%;
    text-align: center;
  }
  .p-top-news .p-top-cnt__body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 30px 0;
  }
}
.p-top-search {
  position: relative;
  z-index: 1;
  padding: 80px 0 120px;
  background-color: #FFFBF2;
}
.p-top-search .l-container {
  text-align: center;
}
.p-top-search__txt-copy {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  font-weight: bold;
  background: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-top-search__txt-copy:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
.p-top-search .l-row {
  max-width: 700px;
  margin: 0 auto;
}
.p-top-search .c-card {
  position: relative;
  background: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 20px 20px 45px;
  transition-duration: .4s;
}
.p-top-search .c-card a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top-search .c-card a.in-link {
  position: relative;
  z-index: 5;
}
.p-top-search .c-card__header {
  text-align: center;
}
.p-top-search .c-card__header .c-figure {
  text-align: center;
}
.p-top-search .c-card__header .c-figure img {
  max-width: 200px;
}
.p-top-search .c-card__footer {
  position: relative;
  margin-top: 1.5rem;
}
.p-top-search .c-card__footer:before {
  position: absolute;
  bottom: -75px;
  left: 50%;
  margin-left: -30px;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0399EB;
  overflow: hidden;
  box-shadow: 0 0 0 2px #0399EB, 0 0 0 7px #FFFBF2;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.p-top-search .c-card__footer:after {
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  bottom: -55px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background: url(../images/icon/icon_arrow_w.svg) no-repeat center center;
  background-size: 20px 20px;
  padding-center: 30px;
  background-position: center center;
  padding: 0;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.p-top-search .c-card__btn {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
.p-top-search .c-card:hover {
  transform: scale(1.05);
}
.p-top-search .c-card:hover .c-card__footer:before {
  background: #fff;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.p-top-search .c-card:hover .c-card__footer:after {
  background: url(../images/icon/icon_arrow_m.svg) no-repeat center center;
  background-size: 20px 20px;
  padding-center: 30px;
  background-position: center center;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .p-top-search {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-search {
    padding: 40px 0 60px;
  }
  .p-top-search__txt-copy {
    margin-bottom: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-search__txt-copy:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
  }
  .p-top-search .l-row {
    max-width: inherit;
    margin: 0 -10px;
  }
  .p-top-search .l-row__col--6 {
    padding: 0 10px;
  }
  .p-top-search .c-card {
    padding: 20px 20px 35px;
  }
  .p-top-search .c-card__footer {
    margin-top: 15px;
  }
  .p-top-search .c-card__footer:before {
    bottom: -55px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
  }
  .p-top-search .c-card__footer:after {
    bottom: -45px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .p-top-search .c-card__btn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .p-top-search {
    padding: 40px 0;
  }
  .p-top-search .l-row {
    display: block;
    margin: 0;
  }
  .p-top-search .l-row__col--6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .p-top-search .l-row__col--6 + .l-row__col--6 {
    margin-top: 15px;
  }
  .p-top-search .c-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 15px;
  }
  .p-top-search .c-card__header {
    width: 60px;
  }
  .p-top-search .c-card__header .c-figure img {
    max-width: 100px;
  }
  .p-top-search .c-card__footer {
    margin-top: 0rem;
    width: calc(100% - 80px);
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-top-search .c-card__footer:before {
    top: 50%;
    left: 100%;
    bottom: inherit;
    margin-left: 15px;
    margin-top: -20px;
  }
  .p-top-search .c-card__footer:after {
    top: 50%;
    left: 100%;
    bottom: inherit;
    margin-left: 28px;
    margin-top: -8px;
  }
}
.p-top-search__illust {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.p-top-search__illust .c-figure {
  position: absolute;
  width: 25%;
}
.p-top-search__illust .c-figure.illust01 {
  top: 10%;
  left: 10px;
}
.p-top-search__illust .c-figure.illust02 {
  bottom: 10%;
  right: 10px;
}
.p-top-about {
  position: relative;
  z-index: 1;
  padding: 100px 0 60px;
}
.p-top-about .l-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.p-top-about .l-container > .c-figure {
  position: absolute;
  right: -20px;
  bottom: -50px;
  display: none;
}
.p-top-about .l-container > .c-figure img {
  max-width: 280px;
}
.p-top-about .p-top-cnt__head {
  width: 440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-top-about .p-top-cnt__body {
  width: calc(100% - 500px);
}
.p-top-about .p-top-cnt__body .img-wrap {
  overflow: hidden;
  position: relative;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.p-top-about .p-top-cnt__body .img-wrap img {
  width: 100%;
}
.p-top-about .p-top-ttl__jp {
  letter-spacing: -0.1rem;
}
.p-top-about .c-basic-txt {
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1199px) {
  .p-top-about {
    padding: 70px 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-about .l-container {
    display: block;
  }
  .p-top-about .l-container > .c-figure img {
    max-width: 220px;
  }
  .p-top-about .p-top-cnt__head {
    display: block;
    width: 100%;
    text-align: center;
  }
  .p-top-about .p-top-cnt__body {
    margin-top: 2rem;
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding: 40px 0;
  }
  .p-top-about .p-top-cnt__body {
    margin-top: 1rem;
  }
}
.p-top-character {
  padding: 0;
}
.p-top-character .c-figure__img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.p-top-blog {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.p-top-blog .p-top-ttl {
  text-align: center;
}
.p-top-blog .c-figure .img-wrap {
  position: relative;
  overflow: hidden;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 16 / 12;
}
.p-top-blog .c-figure .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 画像が枠より小さくならないように調整 */
  min-width: 100%;
  min-height: 100%;
  /* スマホ等で縦横比を崩さず綺麗に収める場合 */
  object-fit: cover;
  opacity: 0.9;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  transition: .3s;
}
.p-top-blog .c-card {
  transition: .3s;
  cursor: pointer;
  position: relative;
}
.p-top-blog .c-card a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-top-blog .c-card a.in-link {
  position: relative;
  z-index: 5;
}
.p-top-blog .c-card__footer {
  padding: 1rem 0 0;
}
.p-top-blog .c-card__cate {
  margin-bottom: 8px;
}
.p-top-blog .c-card__cate span {
  display: inline-block;
  height: 24px;
  padding: 0 1rem;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  line-height: 22px;
  background: #fff;
  color: #0399EB;
  border: 1px solid #0399EB;
  background: #e5f4fd;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-top-blog .c-card__text {
  font-weight: bold;
}
.p-top-blog .c-card:hover .c-figure .img-wrap img {
  min-width: 110%;
  min-height: 110%;
}
.p-top-blog .c-card a {
  display: inline;
}
.p-top-blog .slider {
  padding-bottom: 50px;
}
.p-top-blog .slick-dots {
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .p-top-blog {
    padding: 60px 0 0px;
  }
}
.p-top-blog .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-top-banner {
  padding-top: 100px;
}
.p-top-banner__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .p-top-banner__wrap {
    margin: 0 -5px;
  }
}
.p-top-banner__box {
  margin: 10px;
  width: calc(25% - 20px);
  background: #ededed;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-top-banner__box.w2 {
  width: calc(50% - 20px);
}
.p-top-banner__box.w2 .c-figure {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-top-banner__box.w2 .c-figure .img-wrap {
  max-width: 120px;
}
.p-top-banner__box.w2 .c-figure__caption {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .p-top-banner__box {
    width: calc(33.333% - 20px);
  }
  .p-top-banner__box.w2 {
    width: calc(66.666% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-banner__box {
    margin: 5px;
    padding: 10px;
    width: calc(50% - 10px);
  }
  .p-top-banner__box.w2 {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 1199px) {
  .p-top-banner {
    padding-top: 40px;
  }
}

/* =========================================================
top - topページの独自コンテンツ
========================================================= */
body:not(.p-search-map) .c-cnt-page-wrap > .l-container {
  max-width: 1000px;
}

body:not(.p-top) {
  background: url("../images/common/bg_cloud2.png") right top no-repeat;
  background-size: 40% auto;
}

.p-about.p-list .c-main__body .l-container,
.p-login .c-main__body .l-container,
.p-logout .c-main__body .l-container,
.p-contact .c-main__body .l-container,
.p-list .c-main__body .l-container,
.p-faq .c-main__body .l-container {
  max-width: 800px;
}

.p-about-index .c-main__body .l-container,
.p-about-join .c-main__body .l-container {
  max-width: 1000px;
}

.p-about .txt-lead {
  position: relative;
  margin-top: 1rem;
  padding: 2rem 0;
  text-align: center;
}
.p-about .txt-lead:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  background: url(../images/icon/icon_quote_m.svg) no-repeat left center;
  background-size: 60px 60px;
  padding-left: 70px;
  padding: 0;
  transform: rotate(180deg);
}
.p-about .txt-lead:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  background: url(../images/icon/icon_quote_m.svg) no-repeat left center;
  background-size: 60px 60px;
  padding-left: 70px;
  padding: 0;
}
.p-about .txt-lead .inner {
  padding: 2.5rem 0;
  position: relative;
}
.p-about .txt-lead .inner:before {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 2px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #0399EB;
}
.p-about .txt-lead .inner:after {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #0399EB;
}
.p-about .txt-lead .main {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  color: #0399EB;
}
.p-about .txt-lead .sub {
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  .p-about .txt-lead:before {
    width: 40px;
    height: 40px;
    background: url(../images/icon/icon_quote_m.svg) no-repeat left center;
    background-size: 40px 40px;
    padding-left: 50px;
    padding: 0;
  }
  .p-about .txt-lead:after {
    width: 40px;
    height: 40px;
    background: url(../images/icon/icon_quote_m.svg) no-repeat left center;
    background-size: 40px 40px;
    padding-left: 50px;
    padding: 0;
  }
  .p-about .txt-lead .inner {
    padding: 2rem 0;
  }
  .p-about .txt-lead .inner:before {
    width: calc(100% - 60px);
  }
  .p-about .txt-lead .inner:after {
    width: calc(100% - 60px);
  }
  .p-about .txt-lead .main {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .txt-lead .main {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 575px) {
  .p-about .txt-lead .main {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-about-activity__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  padding: 2rem;
  border-radius: 30px;
}
.p-about-activity__box .c-figure {
  width: calc(100% - 400px);
}
.p-about-activity__box .c-figure .img-wrap {
  width: 100%;
  height: 280px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.p-about-activity__box .c-figure .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 画像が枠より小さくならないように調整 */
  min-width: 100%;
  min-height: 100%;
  /* スマホ等で縦横比を崩さず綺麗に収める場合 */
  object-fit: cover;
}
.p-about-activity__box-txt {
  width: 360px;
}
.p-about-activity__box-txt .ttl {
  margin-bottom: 1rem;
}
.p-about-activity__box-txt .ttl p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.p-about-activity__box-txt .ttl p span {
  font-weight: bold;
  font-size: 26px;
  font-size: 1.625rem;
  color: #3EADC4;
}
.p-about-activity__box-txt .ttl p span + span:before {
  content: "・";
}
.p-about-activity__box-txt .ttl .icon {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 10px;
  line-height: 24px;
  color: #FF6B4A;
  background: #FFECE7;
  border-radius: 12px;
}
.p-about-activity__box-txt .txt {
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
.p-about-activity__box + .p-about-activity__box {
  margin-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  .p-about-activity__box-txt .ttl p span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-activity__box {
    display: block;
    padding: 1.5rem;
  }
  .p-about-activity__box-txt {
    width: 100%;
  }
  .p-about-activity__box-txt .ttl {
    text-align: center;
  }
  .p-about-activity__box-txt .ttl p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .p-about-activity__box-txt .ttl p span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-about-activity__box-txt .ttl .icon {
    margin: 0 auto;
  }
  .p-about-activity__box .c-figure {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .p-about-activity__box {
    padding: 1.5rem 1rem 1rem;
  }
  .p-about-activity__box-txt .ttl {
    max-width: 300px;
    margin: 0 auto 1rem auto;
  }
  .p-about-activity__box-txt .ttl p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .p-about-activity__box-txt .ttl p span {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-about-activity__box .c-figure {
    margin-top: 1rem;
  }
  .p-about-activity__box .c-figure .img-wrap {
    height: 200px;
  }
}
.p-about-index .c-adbox__head {
  font-weight: bold;
}
.p-about-index .c-adbox__body .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-about-index .c-adbox__body .line > * {
  padding: 1rem;
  line-height: 1;
  margin: 0;
}
.p-about-index .c-adbox__body .line > * span {
  white-space: nowrap;
}
.p-about-index .c-adbox__body .line.head {
  background: #FFFBF2;
}
.p-about-index .c-adbox__body .line.head p {
  text-align: center;
}
.p-about-index .c-adbox__body .line .job {
  width: 200px;
  text-align: center;
}
.p-about-index .c-adbox__body .line .area {
  width: 100px;
  text-align: center;
}
.p-about-index .c-adbox__body .line .corp {
  width: 100%;
}
.p-about-index .c-adbox__body .line .name {
  width: 150px;
  text-align: center;
}
.p-about-index .c-adbox__body .line .tel {
  width: 150px;
  text-align: center;
}
.p-about-index .c-adbox__body .line-wrap {
  overflow-x: auto;
}
.p-about-join-merit .l-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.p-about-join-merit__box {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.p-about-join-merit__box .inner {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem 1rem 2rem;
  text-align: center;
}
.p-about-join-merit__box .c-figure {
  max-width: 200px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  position: relative;
}
.p-about-join-merit__box .c-figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #d8eef3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-about-join-merit__box .c-figure .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.p-about-join-merit__box .c-figure .img-wrap img {
  width: 80%;
  min-width: 100px;
}
.p-about-join-merit__box .ttl {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}
.p-about-join-merit__box .icon {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 20px;
  line-height: 24px;
  color: #FF6B4A;
  background: #FFECE7;
  border-radius: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-about-join-merit__box {
    width: 50%;
  }
  .p-about-join-merit__box .ttl {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 575px) {
  .p-about-join-merit__box {
    width: 100%;
  }
  .p-about-join-merit__box .ttl {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-about-join-merit__box .icon {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.p-search .c-search-results {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 40px;
}
.p-search .c-search-results dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 36px;
  font-weight: bold;
}
.p-search .c-search-results dl dt {
  margin-right: 1rem;
}
.p-search .c-search-results dl dd span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-search .c-search-results {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-search__area-map {
  max-width: 800px;
  position: relative;
  aspect-ratio: 16 / 16;
  background: url("../images/illust/img_map.png") center center no-repeat;
  background-size: auto 90%;
  border-radius: 20px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  border: 3px solid #0399EB;
}
.p-search__area-box {
  width: 220px;
  padding: 5px 5px 5px;
  background: #0399EB;
  border-radius: 10px;
}
.p-search__area-box p {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.p-search__area-box .btn {
  margin-top: 4px;
  width: 103px;
  color: #2C3E50;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border-radius: 5px;
}
.p-search__area-box .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-search__area-box .btn:nth-of-type(even) {
  margin-left: 4px;
}
.p-search__area-box.otsu {
  position: absolute;
  bottom: 20%;
  left: 2.5%;
}
.p-search__area-box.nanbu {
  position: absolute;
  bottom: 20%;
  left: 35.5%;
}
.p-search__area-box.koka {
  position: absolute;
  bottom: 10%;
  left: 35.5%;
}
.p-search__area-box.houmi {
  position: absolute;
  bottom: 20%;
  right: 2.5%;
}
.p-search__area-box.koto {
  position: absolute;
  bottom: 35%;
  right: 2.5%;
}
.p-search__area-box.kohoku {
  position: absolute;
  top: 20%;
  right: 2.5%;
}
.p-search__area-box.kosei {
  position: absolute;
  top: 20%;
  left: 2.5%;
}
@media screen and (max-width: 767px) {
  .p-search__area-map {
    aspect-ratio: inherit;
    background-size: 300px auto;
    background-position: top 10px center;
    background: #fff;
  }
  .p-search__area-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 10px;
  }
  .p-search__area-box {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    margin: 5px;
    width: calc(33.333% - 10px);
  }
  .p-search__area-box .btn {
    width: calc(50% - 2px);
  }
}
@media screen and (max-width: 600px) {
  .p-search__area-box {
    width: calc(50% - 6px);
    margin: 3px;
  }
}
@media screen and (max-width: 575px) {
  .p-search__area-box {
    width: 100%;
  }
}
.p-search-map #map_canvas {
  border-radius: 20px;
}
.p-search-map .c-form {
  margin-top: 1rem;
}
.p-search-map .c-form .c-form-in.keyword {
  position: inherit;
  width: 100%;
  margin-top: 1rem;
}
.p-search-map .c-form-in.keyword {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.p-search-map .c-form-in.keyword input {
  width: calc(100% - 100px);
  max-width: inherit;
  height: 40px;
  border: none;
  border-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.p-search-map .c-form-in.keyword button {
  width: 100px;
  background: #0399EB;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.p-search-map .c-form-in.keyword button span {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
}
@media screen and (min-width: 1200px) {
  .p-search-map .c-main__body > .l-container {
    max-width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .p-search-map .map_wrap {
    position: relative;
    width: calc(100% - 480px);
    height: 100%;
  }
  .p-search-map #map_canvas {
    height: 1000px;
    width: 100%;
  }
  .p-search-map .c-form {
    position: relative;
    margin: 0px;
    padding: 0;
  }
  .p-search-map .c-form .c-form-in.keyword {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 70px);
    margin-top: 0;
  }
  .p-search-map .c-list-shop__wrap {
    width: 460px;
  }
  .p-search-map .c-list-shop__wrap .scroll-box {
    height: 950px;
    border-radius: 20px;
    overflow: hidden;
  }
  .p-search-map .c-list-shop__wrap .scroll-box-wrap {
    border-radius: 20px;
    border: 3px solid #0399EB;
  }
  .p-search-map .c-list-shop__wrap .c-list-shop {
    display: block;
    margin: 0;
    overflow-y: auto;
    height: 950px;
    position: relative;
    border-radius: 20px;
  }
  .p-search-map .c-list-shop__wrap .c-list-shop__head {
    padding: 15px 15px 10px;
  }
  .p-search-map .c-list-shop__wrap .c-list-shop__head .txt-name span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-search-map .c-list-shop__wrap .c-list-shop__head .txt-name span:before {
    top: 6px;
  }
  .p-search-map .c-list-shop__wrap .c-list-shop__head .txt-comment {
    margin-top: 8px;
    padding-left: 15px;
    padding: 3px 10px;
    color: #0399EB;
    font-size: 13px;
    font-size: 0.8125rem;
    background: #e5f4fd;
  }
  .p-search-map .c-list-shop__wrap .c-list-shop__body {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0px 15px 30px;
  }
  .p-search-map .c-list-shop__wrap .c-list-shop__body .c-figure {
    width: 120px;
    height: 90px;
    margin: 0 0 0 10px;
  }
  .p-search-map .c-list-shop__wrap .c-list-shop__body .c-figure .img-wrap {
    width: 120px;
    height: 90px;
  }
  .p-search-map .c-list-shop__wrap .c-list-shop__item {
    position: relative;
    width: 100%;
    min-height: 170px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee7d8;
    border-radius: 0;
  }
  .p-search-map .c-list-shop__wrap .c-list-shop-txt {
    margin-bottom: 2px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-search-map .c-list-shop__wrap .c-list-shop-txt__cate li {
    margin: 2px;
    padding: 0 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 20px;
    text-align: center;
    color: #0399EB;
    border: 1px solid #0399EB;
    border-radius: 20px;
  }
  .p-search-map .c-list-shop__wrap .c-list-shop-txt.sns {
    width: 120px;
    top: 0px;
    right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .p-search-map #map_canvas {
    height: 500px;
    width: auto;
  }
}
.p-search__narrow-box {
  margin-bottom: 2rem;
}
.p-search__narrow-box .c-ttl-h4 {
  margin-bottom: 1rem;
}
.p-search__narrow-box .c-ttl-h4 .icon {
  background: #2C3E50;
  color: #fff;
  border-radius: 5px;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  width: 50px;
  text-align: center;
  display: inline-block;
  margin-left: 1rem;
}
.p-search__narrow-box .c-form-checkbox__item {
  width: calc(100% / 5);
  margin: 5px 0;
}
.p-search__narrow-box .c-form-radio__item {
  width: calc(100% / 5);
}
@media screen and (max-width: 991px) {
  .p-search__narrow-box .c-form-checkbox__item {
    width: calc(100% / 4);
  }
  .p-search__narrow-box .c-form-radio__item {
    width: calc(100% / 6);
  }
}
@media screen and (max-width: 767px) {
  .p-search__narrow-box .c-form-checkbox__item {
    width: calc(100% / 3);
  }
  .p-search__narrow-box .c-form-radio__item {
    width: calc(100% / 5);
  }
}
@media screen and (max-width: 575px) {
  .p-search__narrow-box .c-form-checkbox__item {
    width: 100%;
  }
  .p-search__narrow-box .c-form-radio__item {
    width: calc(100% / 2);
  }
}
.p-search__narrow-box label.c-form-checkbox,
.p-search__narrow-box label.c-form-radio {
  padding: 15px 5px;
}
.p-search__narrow-box label.c-form-checkbox .c-form-checkbox__parts,
.p-search__narrow-box label.c-form-radio .c-form-radio__parts {
  display: block;
  padding: 0px;
  text-align: center;
}
.p-search__narrow-box label.c-form-checkbox .c-form-checkbox__parts::before,
.p-search__narrow-box label.c-form-radio .c-form-radio__parts::before,
.p-search__narrow-box label.c-form-radio .c-form-radio__parts::after {
  background: none;
}
.p-search__narrow-box label.c-form-checkbox input:checked + .c-form-checkbox__parts,
.p-search__narrow-box label.c-form-radio input:checked + .c-form-radio__parts {
  font-weight: bold;
}
.p-search__narrow-box label.c-form-checkbox input:checked + .c-form-checkbox__parts::before,
.p-search__narrow-box label.c-form-radio input:checked + .c-form-radio__parts::before {
  background: none;
}
.p-search__narrow-box label.c-form-checkbox input:checked + .c-form-checkbox__parts::after,
.p-search__narrow-box label.c-form-radio input:checked + .c-form-radio__parts::after {
  background: none;
}
.p-search__narrow-box .c-form-radio__list, .p-search__narrow-box .c-form-checkbox__list {
  background: #fff;
  padding: 1rem;
  border-radius: 20px;
}

.p-contact .c-form {
  background: #fff;
  border-radius: 20px;
  padding: 2rem 2rem 3rem;
}

.p-character__all {
  background: #fff;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .p-character__all {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .p-character__all {
    margin-bottom: 2rem;
  }
}
.p-character__ph .c-figure img {
  max-width: inherit;
  height: 700px;
}
@media screen and (max-width: 1199px) {
  .p-character__ph .c-figure img {
    height: 550px;
  }
}
@media screen and (max-width: 991px) {
  .p-character__ph .c-figure img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-character__ph .c-figure img {
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .p-character__ph .c-figure img {
    height: 250px;
  }
}
@media screen and (max-width: 349px) {
  .p-character__ph .c-figure img {
    height: 200px;
  }
}
.p-character__logo {
  margin-top: -300px;
}
.p-character__logo .c-figure img {
  max-width: inherit;
  height: 300px;
}
@media screen and (max-width: 1199px) {
  .p-character__logo {
    margin-top: -240px;
  }
  .p-character__logo .c-figure img {
    max-width: inherit;
    height: 240px;
  }
}
@media screen and (max-width: 991px) {
  .p-character__logo {
    margin-top: -160px;
  }
  .p-character__logo .c-figure img {
    max-width: inherit;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-character__logo {
    margin-top: -140px;
  }
  .p-character__logo .c-figure img {
    max-width: inherit;
    height: 140px;
  }
}
@media screen and (max-width: 575px) {
  .p-character__logo {
    margin-top: -120px;
  }
  .p-character__logo .c-figure img {
    max-width: inherit;
    height: 120px;
  }
}
@media screen and (max-width: 349px) {
  .p-character__logo {
    margin-top: -100px;
  }
  .p-character__logo .c-figure img {
    max-width: inherit;
    height: 100px;
  }
}
.p-character__copy {
  text-align: center;
  margin-top: -80px;
}
.p-character__copy-in {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  background-image: linear-gradient(to right, #0d0d0d 40%, #333333 100%);
}
.p-character__copy-in:before {
  position: absolute;
  display: block;
  width: 30px;
  height: 100%;
  content: '';
  left: -30px;
  top: 0%;
  transform: skewX(15deg);
  transform-origin: 100% 0;
  background: #0d0d0d;
}
.p-character__copy-in:after {
  position: absolute;
  display: block;
  width: 30px;
  height: 100%;
  content: '';
  right: -30px;
  top: 0%;
  transform: skewX(-15deg);
  transform-origin: 100% 0;
  background: #333333;
}
.p-character__copy-in p {
  display: inline;
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-size: 1.375rem;
  color: yellow;
  letter-spacing: 0.05rem;
}
.p-character__copy-in p.main {
  font-weight: 700;
}
.p-character__copy-in p.sub {
  margin-left: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .p-character__copy {
    margin-top: -60px;
  }
  .p-character__copy-in {
    padding: 1rem 2rem;
  }
  .p-character__copy p {
    letter-spacing: 0.05rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  .p-character__copy {
    margin-top: -40px;
  }
  .p-character__copy-in {
    padding: 0.4rem 0;
  }
  .p-character__copy p {
    letter-spacing: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-character__copy {
    margin-top: -50px;
  }
  .p-character__copy-in {
    padding: 0.4rem 1rem;
  }
  .p-character__copy p {
    display: block;
    letter-spacing: 0.05rem;
  }
  .p-character__copy p.sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .p-character__copy {
    margin-top: -40px;
  }
  .p-character__copy-in {
    padding: 0.4rem 1rem;
  }
  .p-character__copy p {
    display: block;
    letter-spacing: 0.05rem;
  }
}
@media screen and (max-width: 349px) {
  .p-character__copy {
    margin-top: -30px;
  }
  .p-character__copy-in {
    padding: 0.2rem 1rem;
  }
  .p-character__copy p {
    display: block;
    letter-spacing: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-character__copy p.sub {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.p-character__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: calc(100% + 20px);
  margin: 40px -10px 80px;
}
.p-character__nav-item {
  margin: 20px 10px;
}
.p-character__nav-item .name {
  position: relative;
  z-index: 3;
  margin-top: -20px;
  text-align: center;
  padding: 0.5rem 0;
  color: #fff;
  line-height: 1.6;
}
.p-character__nav-item .name:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  background-image: linear-gradient(to right, #0d0d0d 40%, #333333 100%);
  z-index: 1;
}
.p-character__nav-item .name span {
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 2;
  letter-spacing: 0.05rem;
}
.p-character__nav .c-figure {
  position: relative;
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.p-character__nav .c-figure:before {
  position: absolute;
  top: 10px;
  left: 0px;
  display: block;
  content: "";
  width: 180px;
  height: 180px;
  background: url("../images/page/img_chara_bg.jpg") center center no-repeat;
  background-size: auto 100%;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}
.p-character__nav .c-figure img {
  position: relative;
  z-index: 2;
  width: auto;
  height: 360px;
  max-width: inherit;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 991px) {
  .p-character__nav {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .p-character__nav-item {
    width: 140px;
    text-align: center;
    margin: 10px 10px;
  }
  .p-character__nav-item .name {
    padding: 0.3rem 0;
  }
  .p-character__nav-item .name span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-character__nav .c-figure {
    width: 140px;
    height: 140px;
  }
  .p-character__nav .c-figure:before {
    top: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
  }
  .p-character__nav .c-figure img {
    height: 260px;
  }
}
@media screen and (max-width: 349px) {
  .p-character__nav {
    margin-top: -20px;
  }
}
.p-character .l-section {
  margin: 80px auto 40px;
  position: relative;
  overflow: hidden;
}
.p-character .l-section .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 2rem 4rem;
}
.p-character .l-section .inner > .c-figure {
  position: relative;
  width: 360px;
}
.p-character .l-section .inner > .c-figure img {
  position: relative;
  z-index: 2;
  width: auto;
  height: 500px;
  filter: drop-shadow(5px 5px 5px #aaa);
}
.p-character .l-section .box-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  width: calc(100% - 360px);
}
.p-character .l-section .box-txt > div {
  width: 100%;
}
.p-character .l-section .box-txt .name {
  margin-bottom: 2rem;
  width: 100%;
}
.p-character .l-section .box-txt .name-main {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 900;
  background: linear-gradient(135deg, #e90000 0%, #e8d000 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transform: skew(-15deg);
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
.p-character .l-section .box-txt .name-sub {
  width: 100%;
  margin-top: 1.5rem;
  padding: 0.5rem 2rem;
  color: #fff;
  line-height: 1.6;
  transform: skew(-15deg);
  background-image: linear-gradient(to right, #e90000 0%, #e8d000 100%);
}
.p-character .l-section .box-txt .c-figure {
  position: relative;
  width: 240px;
  margin-top: 1rem;
  position: relative;
}
.p-character .l-section .box-txt .c-figure a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-character .l-section .box-txt .c-figure a.in-link {
  position: relative;
  z-index: 5;
}
.p-character .l-section .box-txt .c-figure .img-wrap {
  position: relative;
  overflow: hidden;
}
.p-character .l-section .box-txt .c-figure .img-wrap:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
}
.p-character .l-section .box-txt .c-figure .img-wrap img {
  opacity: 0.5;
  transition: transform .6s ease;
}
.p-character .l-section .box-txt .c-figure .icon_zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -38px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.05rem;
  font-size: 15px;
  font-size: 0.9375rem;
  background: url(../images/icon/icon_search_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
}
.p-character .l-section .box-txt .c-figure:hover img {
  transform: scale(1.1);
}
.p-character .l-section:last-of-type {
  margin-bottom: 0;
}
.p-character .l-section:after {
  position: absolute;
  bottom: -40px;
  right: 0px;
  opacity: 0.03;
  font-size: 260px;
  font-size: 16.25rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08rem;
  font-family: "Inter", sans-serif;
  transform: skew(-15deg);
}
@media screen and (max-width: 991px) {
  .p-character .l-section {
    margin-bottom: 20px;
  }
  .p-character .l-section .inner {
    padding: 2rem 2rem;
  }
  .p-character .l-section .inner > .c-figure {
    width: 260px;
  }
  .p-character .l-section .inner > .c-figure img {
    height: 360px;
  }
  .p-character .l-section .box-txt {
    width: calc(100% - 260px);
  }
  .p-character .l-section .box-txt .name-main {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .p-character .l-section:after {
    bottom: -40px;
    font-size: 200px;
    font-size: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-character .l-section {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .p-character .l-section .inner {
    padding: 1.5rem 1.5rem 1.5rem 1rem;
  }
  .p-character .l-section .inner > .c-figure {
    width: 180px;
  }
  .p-character .l-section .inner > .c-figure img {
    height: auto;
  }
  .p-character .l-section .box-txt {
    width: calc(100% - 180px);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
  .p-character .l-section .box-txt .name {
    margin-bottom: 1rem;
  }
  .p-character .l-section .box-txt .name-main {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .p-character .l-section .box-txt .name-sub {
    padding: 0.2rem 1rem;
    margin-top: 1rem;
  }
  .p-character .l-section:after {
    bottom: -20px;
    font-size: 120px;
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 575px) {
  .p-character .l-section .inner {
    display: block;
    padding: 1rem 1rem;
  }
  .p-character .l-section .inner > .c-figure {
    width: 100%;
  }
  .p-character .l-section .inner > .c-figure img {
    height: 200px;
  }
  .p-character .l-section .box-txt {
    width: 100%;
    margin-top: 1rem;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    text-align: center;
  }
  .p-character .l-section .box-txt .name {
    margin-bottom: 0.5rem;
  }
  .p-character .l-section .box-txt .name-main {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: inherit;
  }
  .p-character .l-section .box-txt .name-main br {
    display: none;
  }
  .p-character .l-section .box-txt .name-sub {
    padding: 0.2rem 1rem;
    margin-top: 0.5rem;
  }
  .p-character .l-section .box-txt .c-figure {
    width: 200px;
    margin: 0.6rem auto 0;
  }
  .p-character .l-section:after {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
.p-character .l-section#red .box-txt .name-main {
  background: linear-gradient(135deg, #e90000 20%, #e8d000 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.p-character .l-section#red .box-txt .name-sub {
  background-image: linear-gradient(to right, #e90000 40%, #e8d000 100%);
}
.p-character .l-section#red:after {
  content: "NAVI";
}
.p-character .l-section#yellow .box-txt .name-main {
  background: linear-gradient(135deg, #f7b304 20%, #e8d000 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media screen and (min-width: 1200px) {
  .p-character .l-section#yellow .box-txt .name-main br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .p-character .l-section#yellow .box-txt .name-main {
    letter-spacing: -0.3rem;
  }
  .p-character .l-section#yellow .box-txt .name-main br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .p-character .l-section#yellow .box-txt .name-main {
    letter-spacing: -0.1rem;
  }
}
.p-character .l-section#yellow .box-txt .name-sub {
  background-image: linear-gradient(to right, #f7b304 40%, #e8d000 100%);
}
.p-character .l-section#yellow:after {
  content: "MECHA";
}
.p-character .l-section#green .box-txt .name-main {
  background: linear-gradient(135deg, #00893d 20%, #e8d000 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.p-character .l-section#green .box-txt .name-sub {
  background-image: linear-gradient(to right, #00893d 40%, #e8d000 100%);
}
.p-character .l-section#green:after {
  content: "ECO";
}
.p-character .l-section#pink .box-txt .name-main {
  background: linear-gradient(135deg, #fd5cac 20%, #febddd 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.p-character .l-section#pink .box-txt .name-sub {
  background-image: linear-gradient(to right, #fd5cac 40%, #febddd 100%);
}
.p-character .l-section#pink:after {
  content: "CARE";
}
.p-character .l-section#blue .box-txt .name-main {
  background: linear-gradient(135deg, #2b66dc 20%, #7095fa 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.p-character .l-section#blue .box-txt .name-sub {
  background-image: linear-gradient(to right, #2b66dc 40%, #7095fa 100%);
}
.p-character .l-section#blue:after {
  content: "GUARD";
}
.p-character .l-section#white .box-txt .name-main {
  background: linear-gradient(135deg, #0d0d0d 20%, #d4d6da 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.p-character .l-section#white .box-txt .name-sub {
  background-image: linear-gradient(to right, #0d0d0d 40%, #d4d6da 100%);
}
.p-character .l-section#white:after {
  content: "HEART";
}

.p-login {
  background: #FFFBF2;
}
.p-login .l-main {
  text-align: center;
}
.p-login .l-main .l-section {
  padding: 0;
  max-width: 500px;
  margin: 0 auto;
}
.p-login .c-form {
  padding: 2.5rem;
  background: #fff;
  border-radius: 20px;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-login .c-form {
    padding: 2rem;
  }
}
.p-login .c-form h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 1rem;
  font-weight: bold;
  background: url(../images/icon/icon_lock_g.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 40px;
  display: inline-block;
}
.p-login .c-form__in {
  padding-bottom: 10px;
}
.p-login .c-form-in {
  display: block;
  border: none;
}
.p-login .c-form-in + .c-form-in {
  margin-top: 0;
}
.p-login .c-form-ttl {
  width: 100%;
  padding-left: 0;
  text-align: center;
  margin-bottom: 10px;
}
.p-login .c-form-items {
  width: 100%;
  padding: 0px 0px 10px 0px;
  background: none;
}
.p-login .c-form .c-basic-btn {
  max-width: inherit;
}
.p-login .c-form .c-attention-txt {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 0.5rem;
  text-align: left;
}
.p-login .c-form .c-basic-btn.login {
  width: 100%;
}

.p-logout .l-section {
  text-align: center;
}
.p-logout .l-section .c-basic-btn {
  max-width: 300px;
  margin: 2rem auto 0;
}
.p-logout__ttl {
  margin-bottom: 2rem;
}
.p-logout__ttl p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  background: url(../images/icon/icon_checkmark_m.svg) no-repeat left center;
  background-size: 100px 100px;
  padding-left: 110px;
  background-position: center top;
  padding: 120px 0 0 0;
  color: #0399EB;
}
@media screen and (max-width: 575px) {
  .p-logout .l-section {
    padding: 0;
  }
  .p-logout .l-section .c-basic-btn {
    max-width: 100%;
  }
  .p-logout__ttl p {
    font-size: 16px;
    font-size: 1rem;
    background-size: 60px auto;
    padding: 70px 0 0 0;
  }
}

.p-faq .l-main .c-adbox__head {
  padding-left: 60px;
  color: #0399EB;
}
.p-faq .l-main .c-adbox__head:before {
  position: absolute;
  top: 0;
  left: 25px;
  content: "Q";
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 60px;
  color: #0399EB;
  font-family: "Inter", sans-serif;
}
.p-faq .l-main .c-adbox__body {
  position: relative;
  padding-left: 60px;
}
.p-faq .l-main .c-adbox__body:before {
  position: absolute;
  top: 0;
  left: 25px;
  content: "A";
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 60px;
  color: #FF6B4A;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-faq .l-main .c-adbox__head {
    padding-left: 55px;
  }
  .p-faq .l-main .c-adbox__head:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-faq .l-main .c-adbox__body {
    padding-left: 55px;
  }
  .p-faq .l-main .c-adbox__body:before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-privacy .c-main__body .l-section {
  border-radius: 20px;
  background: #fff;
  padding: 3rem;
}
.p-privacy .c-main__body .c-ttl {
  margin-bottom: 2rem;
}
.p-privacy .c-main__body .c-list-bullet {
  margin-top: 5px;
}
.p-privacy__point {
  margin-top: 10px;
  border: 3px solid #3EADC4;
  padding: 1rem 1.2rem;
  border-radius: 15px;
}
.p-privacy__point .c-list {
  margin-top: 0px !important;
}
.p-privacy__point .ttl {
  background: #ededed;
  width: 100px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  color: #3EADC4;
}
@media screen and (max-width: 991px) {
  .p-privacy .c-main__body .l-section {
    padding: 2rem;
  }
  .p-privacy .c-main__body .c-ttl {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .p-privacy .c-main__body .l-section {
    padding: 1.5rem;
  }
  .p-privacy__point {
    padding: 1rem 1.2rem;
  }
  .p-privacy__point .c-list {
    margin-top: 0px !important;
  }
  .p-privacy__point .c-list li + li {
    margin-top: 10px;
  }
  .p-privacy__point .ttl {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}

.p-member.p-list .pagelink + .pagelink .c-ttl-h3 {
  margin-top: 4rem;
}

/* =========================================================
blog - 記事・ブログ関連
========================================================= */
/*記事一覧==================*/
.c-blog__head {
  margin-bottom: 2rem;
}
.c-blog__head .c-list-news__meta {
  margin-bottom: 10px;
}
.c-blog__head .c-list-news__meta .cate {
  margin-right: 0;
}
.c-blog__head h1 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}
.c-blog__featured {
  margin-bottom: 2rem;
  border-radius: 20px;
  overflow: hidden;
}
.c-blog__featured img {
  border-radius: 20px;
}
.c-blog__body {
  line-height: 2;
}
.c-blog__body p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-blog__head h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .c-blog__head {
    margin-bottom: 1rem;
  }
  .c-blog__head h1 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .c-blog__featured {
    margin-bottom: 1rem;
  }
}

/* =========================================================
sitemap - サイトマップページの独自コンテンツ
========================================================= */
/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
/* =========================================================
print - プリント表示に対する対応
========================================================= */
@media print {
  body::before {
    background: none;
  }

  .l-header,
  .l-footer {
    display: none !important;
  }

  .c-main-ttl__in {
    font-size: 30px;
  }

  .l-main {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .l-main--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-main--row .l-main--left {
    width: calc(100% - 300px) !important;
    padding-right: 15px;
  }
  .l-main--row .slick-track,
  .l-main--row .slick-initialized .slick-slide {
    width: calc(100% - 300px) !important;
  }
  .l-main--row .l-side {
    max-width: 300px;
  }

  .p-detail-images-print {
    display: block !important;
  }
  .p-detail-images-print__item {
    text-align: center;
    max-height: 500px;
    background: #ffffff;
  }
  .p-detail-images-print__in {
    max-height: 500px;
  }

  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .c-table .c-th,
  .c-table .c-td {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-table .c-th:first-of-type,
  .c-table .c-td:first-of-type {
    border-top: none;
  }
  .c-table .c-th {
    width: 15%;
  }
  .c-table .c-td {
    width: 85%;
  }
  .c-table.c-table--col4 .c-th {
    width: 15%;
  }
  .c-table.c-table--col4 .c-td {
    background: #ffffff;
    width: 35%;
  }
  .c-table.c-table--col4 .c-th,
  .c-table.c-table--col4 .c-td {
    display: block !important;
  }
  .c-table.c-table--col4 .c-th:first-of-type,
  .c-table.c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
  .c-table.c-table--col4 .c-th:nth-of-type(2),
  .c-table.c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #0399EB !important;
}

.u-fc-accent {
  color: #FFC107 !important;
}

.u-fc-white {
  color: #ffffff !important;
}

.u-fc-red {
  color: #d90b23 !important;
}

.u-fc-blue {
  color: #2D83BA !important;
}

.u-fw-l {
  font-weight: lighter !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

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

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

@media screen and (min-width: 992px) {
  .u-ta-lg-l {
    text-align: left;
  }

  .u-ta-lg-c {
    text-align: center;
  }

  .u-ta-lg-r {
    text-align: right;
  }
}
.u-line-yellow {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fefe75 30%);
  display: inline-block;
}

.pc-center {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .pc-center {
    text-align: center;
  }
}

.sp-center {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .sp-center {
    text-align: left;
  }
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-m-7 {
  margin: 3.5rem !important;
}

.u-p-7 {
  padding: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mx-7 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.u-px-7 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.u-py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

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

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

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

@media screen and (min-width: 350px) {
  .u-m-sem-0 {
    margin: 0 !important;
  }

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

  .u-m-sem-1 {
    margin: 0.5rem !important;
  }

  .u-p-sem-1 {
    padding: 0.5rem !important;
  }

  .u-m-sem-2 {
    margin: 1rem !important;
  }

  .u-p-sem-2 {
    padding: 1rem !important;
  }

  .u-m-sem-3 {
    margin: 1.5rem !important;
  }

  .u-p-sem-3 {
    padding: 1.5rem !important;
  }

  .u-m-sem-4 {
    margin: 2rem !important;
  }

  .u-p-sem-4 {
    padding: 2rem !important;
  }

  .u-m-sem-5 {
    margin: 2.5rem !important;
  }

  .u-p-sem-5 {
    padding: 2.5rem !important;
  }

  .u-m-sem-6 {
    margin: 3rem !important;
  }

  .u-p-sem-6 {
    padding: 3rem !important;
  }

  .u-m-sem-7 {
    margin: 3.5rem !important;
  }

  .u-p-sem-7 {
    padding: 3.5rem !important;
  }

  .u-m-sem-8 {
    margin: 4rem !important;
  }

  .u-p-sem-8 {
    padding: 4rem !important;
  }

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

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

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

  .u-mt-sem-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-sem-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-sem-2 {
    margin-top: 1rem !important;
  }

  .u-pt-sem-2 {
    padding-top: 1rem !important;
  }

  .u-mt-sem-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-sem-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-sem-4 {
    margin-top: 2rem !important;
  }

  .u-pt-sem-4 {
    padding-top: 2rem !important;
  }

  .u-mt-sem-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-sem-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-sem-6 {
    margin-top: 3rem !important;
  }

  .u-pt-sem-6 {
    padding-top: 3rem !important;
  }

  .u-mt-sem-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-sem-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-sem-8 {
    margin-top: 4rem !important;
  }

  .u-pt-sem-8 {
    padding-top: 4rem !important;
  }

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

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

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

  .u-mr-sem-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-sem-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-sem-2 {
    margin-right: 1rem !important;
  }

  .u-pr-sem-2 {
    padding-right: 1rem !important;
  }

  .u-mr-sem-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-sem-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-sem-4 {
    margin-right: 2rem !important;
  }

  .u-pr-sem-4 {
    padding-right: 2rem !important;
  }

  .u-mr-sem-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-sem-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-sem-6 {
    margin-right: 3rem !important;
  }

  .u-pr-sem-6 {
    padding-right: 3rem !important;
  }

  .u-mr-sem-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-sem-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-sem-8 {
    margin-right: 4rem !important;
  }

  .u-pr-sem-8 {
    padding-right: 4rem !important;
  }

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

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

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

  .u-mb-sem-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-sem-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-sem-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-sem-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-sem-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-sem-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-sem-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-sem-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-sem-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-sem-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-sem-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-sem-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-sem-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-sem-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-sem-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-sem-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

  .u-ml-sem-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-sem-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-sem-2 {
    margin-left: 1rem !important;
  }

  .u-pl-sem-2 {
    padding-left: 1rem !important;
  }

  .u-ml-sem-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-sem-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-sem-4 {
    margin-left: 2rem !important;
  }

  .u-pl-sem-4 {
    padding-left: 2rem !important;
  }

  .u-ml-sem-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-sem-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-sem-6 {
    margin-left: 3rem !important;
  }

  .u-pl-sem-6 {
    padding-left: 3rem !important;
  }

  .u-ml-sem-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-sem-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-sem-8 {
    margin-left: 4rem !important;
  }

  .u-pl-sem-8 {
    padding-left: 4rem !important;
  }

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

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

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

  .u-mx-sem-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-sem-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-sem-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-sem-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-sem-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-sem-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-sem-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-sem-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-sem-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-sem-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-sem-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-sem-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-sem-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-sem-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-sem-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-sem-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

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

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

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

  .u-my-sem-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-sem-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-sem-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-sem-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-sem-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-sem-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-sem-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-sem-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-sem-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-sem-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-sem-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-sem-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-sem-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-sem-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-sem-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-sem-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-sem-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }

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

  .u-m-sm-1 {
    margin: 0.5rem !important;
  }

  .u-p-sm-1 {
    padding: 0.5rem !important;
  }

  .u-m-sm-2 {
    margin: 1rem !important;
  }

  .u-p-sm-2 {
    padding: 1rem !important;
  }

  .u-m-sm-3 {
    margin: 1.5rem !important;
  }

  .u-p-sm-3 {
    padding: 1.5rem !important;
  }

  .u-m-sm-4 {
    margin: 2rem !important;
  }

  .u-p-sm-4 {
    padding: 2rem !important;
  }

  .u-m-sm-5 {
    margin: 2.5rem !important;
  }

  .u-p-sm-5 {
    padding: 2.5rem !important;
  }

  .u-m-sm-6 {
    margin: 3rem !important;
  }

  .u-p-sm-6 {
    padding: 3rem !important;
  }

  .u-m-sm-7 {
    margin: 3.5rem !important;
  }

  .u-p-sm-7 {
    padding: 3.5rem !important;
  }

  .u-m-sm-8 {
    margin: 4rem !important;
  }

  .u-p-sm-8 {
    padding: 4rem !important;
  }

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

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

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

  .u-mt-sm-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-sm-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-sm-2 {
    margin-top: 1rem !important;
  }

  .u-pt-sm-2 {
    padding-top: 1rem !important;
  }

  .u-mt-sm-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-sm-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-sm-4 {
    margin-top: 2rem !important;
  }

  .u-pt-sm-4 {
    padding-top: 2rem !important;
  }

  .u-mt-sm-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-sm-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-sm-6 {
    margin-top: 3rem !important;
  }

  .u-pt-sm-6 {
    padding-top: 3rem !important;
  }

  .u-mt-sm-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-sm-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-sm-8 {
    margin-top: 4rem !important;
  }

  .u-pt-sm-8 {
    padding-top: 4rem !important;
  }

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

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

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

  .u-mr-sm-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-sm-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-sm-2 {
    margin-right: 1rem !important;
  }

  .u-pr-sm-2 {
    padding-right: 1rem !important;
  }

  .u-mr-sm-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-sm-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-sm-4 {
    margin-right: 2rem !important;
  }

  .u-pr-sm-4 {
    padding-right: 2rem !important;
  }

  .u-mr-sm-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-sm-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-sm-6 {
    margin-right: 3rem !important;
  }

  .u-pr-sm-6 {
    padding-right: 3rem !important;
  }

  .u-mr-sm-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-sm-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-sm-8 {
    margin-right: 4rem !important;
  }

  .u-pr-sm-8 {
    padding-right: 4rem !important;
  }

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

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

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

  .u-mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-sm-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-sm-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-sm-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-sm-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-sm-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-sm-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-sm-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-sm-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-sm-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

  .u-ml-sm-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-sm-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-sm-2 {
    margin-left: 1rem !important;
  }

  .u-pl-sm-2 {
    padding-left: 1rem !important;
  }

  .u-ml-sm-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-sm-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-sm-4 {
    margin-left: 2rem !important;
  }

  .u-pl-sm-4 {
    padding-left: 2rem !important;
  }

  .u-ml-sm-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-sm-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-sm-6 {
    margin-left: 3rem !important;
  }

  .u-pl-sm-6 {
    padding-left: 3rem !important;
  }

  .u-ml-sm-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-sm-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-sm-8 {
    margin-left: 4rem !important;
  }

  .u-pl-sm-8 {
    padding-left: 4rem !important;
  }

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

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

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

  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-sm-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-sm-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-sm-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-sm-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-sm-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-sm-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-sm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-sm-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-sm-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-sm-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-sm-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-sm-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

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

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

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

  .u-my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-sm-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-sm-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }

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

  .u-m-md-1 {
    margin: 0.5rem !important;
  }

  .u-p-md-1 {
    padding: 0.5rem !important;
  }

  .u-m-md-2 {
    margin: 1rem !important;
  }

  .u-p-md-2 {
    padding: 1rem !important;
  }

  .u-m-md-3 {
    margin: 1.5rem !important;
  }

  .u-p-md-3 {
    padding: 1.5rem !important;
  }

  .u-m-md-4 {
    margin: 2rem !important;
  }

  .u-p-md-4 {
    padding: 2rem !important;
  }

  .u-m-md-5 {
    margin: 2.5rem !important;
  }

  .u-p-md-5 {
    padding: 2.5rem !important;
  }

  .u-m-md-6 {
    margin: 3rem !important;
  }

  .u-p-md-6 {
    padding: 3rem !important;
  }

  .u-m-md-7 {
    margin: 3.5rem !important;
  }

  .u-p-md-7 {
    padding: 3.5rem !important;
  }

  .u-m-md-8 {
    margin: 4rem !important;
  }

  .u-p-md-8 {
    padding: 4rem !important;
  }

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

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

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

  .u-mt-md-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-md-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-md-2 {
    margin-top: 1rem !important;
  }

  .u-pt-md-2 {
    padding-top: 1rem !important;
  }

  .u-mt-md-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-md-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-md-4 {
    margin-top: 2rem !important;
  }

  .u-pt-md-4 {
    padding-top: 2rem !important;
  }

  .u-mt-md-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-md-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-md-6 {
    margin-top: 3rem !important;
  }

  .u-pt-md-6 {
    padding-top: 3rem !important;
  }

  .u-mt-md-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-md-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-md-8 {
    margin-top: 4rem !important;
  }

  .u-pt-md-8 {
    padding-top: 4rem !important;
  }

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

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

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

  .u-mr-md-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-md-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-md-2 {
    margin-right: 1rem !important;
  }

  .u-pr-md-2 {
    padding-right: 1rem !important;
  }

  .u-mr-md-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-md-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-md-4 {
    margin-right: 2rem !important;
  }

  .u-pr-md-4 {
    padding-right: 2rem !important;
  }

  .u-mr-md-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-md-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-md-6 {
    margin-right: 3rem !important;
  }

  .u-pr-md-6 {
    padding-right: 3rem !important;
  }

  .u-mr-md-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-md-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-md-8 {
    margin-right: 4rem !important;
  }

  .u-pr-md-8 {
    padding-right: 4rem !important;
  }

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

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

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

  .u-mb-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-md-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-md-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-md-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-md-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-md-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-md-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-md-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-md-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-md-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-md-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

  .u-ml-md-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-md-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-md-2 {
    margin-left: 1rem !important;
  }

  .u-pl-md-2 {
    padding-left: 1rem !important;
  }

  .u-ml-md-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-md-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-md-4 {
    margin-left: 2rem !important;
  }

  .u-pl-md-4 {
    padding-left: 2rem !important;
  }

  .u-ml-md-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-md-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-md-6 {
    margin-left: 3rem !important;
  }

  .u-pl-md-6 {
    padding-left: 3rem !important;
  }

  .u-ml-md-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-md-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-md-8 {
    margin-left: 4rem !important;
  }

  .u-pl-md-8 {
    padding-left: 4rem !important;
  }

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

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

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

  .u-mx-md-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-md-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-md-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-md-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-md-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-md-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-md-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-md-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-md-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-md-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-md-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-md-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-md-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-md-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

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

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

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

  .u-my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-md-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-md-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

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

  .u-m-lg-1 {
    margin: 0.5rem !important;
  }

  .u-p-lg-1 {
    padding: 0.5rem !important;
  }

  .u-m-lg-2 {
    margin: 1rem !important;
  }

  .u-p-lg-2 {
    padding: 1rem !important;
  }

  .u-m-lg-3 {
    margin: 1.5rem !important;
  }

  .u-p-lg-3 {
    padding: 1.5rem !important;
  }

  .u-m-lg-4 {
    margin: 2rem !important;
  }

  .u-p-lg-4 {
    padding: 2rem !important;
  }

  .u-m-lg-5 {
    margin: 2.5rem !important;
  }

  .u-p-lg-5 {
    padding: 2.5rem !important;
  }

  .u-m-lg-6 {
    margin: 3rem !important;
  }

  .u-p-lg-6 {
    padding: 3rem !important;
  }

  .u-m-lg-7 {
    margin: 3.5rem !important;
  }

  .u-p-lg-7 {
    padding: 3.5rem !important;
  }

  .u-m-lg-8 {
    margin: 4rem !important;
  }

  .u-p-lg-8 {
    padding: 4rem !important;
  }

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

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

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

  .u-mt-lg-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-lg-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-lg-2 {
    margin-top: 1rem !important;
  }

  .u-pt-lg-2 {
    padding-top: 1rem !important;
  }

  .u-mt-lg-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-lg-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-lg-4 {
    margin-top: 2rem !important;
  }

  .u-pt-lg-4 {
    padding-top: 2rem !important;
  }

  .u-mt-lg-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-lg-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-lg-6 {
    margin-top: 3rem !important;
  }

  .u-pt-lg-6 {
    padding-top: 3rem !important;
  }

  .u-mt-lg-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-lg-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-lg-8 {
    margin-top: 4rem !important;
  }

  .u-pt-lg-8 {
    padding-top: 4rem !important;
  }

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

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

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

  .u-mr-lg-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-lg-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-lg-2 {
    margin-right: 1rem !important;
  }

  .u-pr-lg-2 {
    padding-right: 1rem !important;
  }

  .u-mr-lg-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-lg-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-lg-4 {
    margin-right: 2rem !important;
  }

  .u-pr-lg-4 {
    padding-right: 2rem !important;
  }

  .u-mr-lg-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-lg-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-lg-6 {
    margin-right: 3rem !important;
  }

  .u-pr-lg-6 {
    padding-right: 3rem !important;
  }

  .u-mr-lg-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-lg-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-lg-8 {
    margin-right: 4rem !important;
  }

  .u-pr-lg-8 {
    padding-right: 4rem !important;
  }

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

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

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

  .u-mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-lg-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-lg-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-lg-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-lg-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-lg-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-lg-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-lg-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-lg-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-lg-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-lg-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

  .u-ml-lg-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-lg-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-lg-2 {
    margin-left: 1rem !important;
  }

  .u-pl-lg-2 {
    padding-left: 1rem !important;
  }

  .u-ml-lg-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-lg-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-lg-4 {
    margin-left: 2rem !important;
  }

  .u-pl-lg-4 {
    padding-left: 2rem !important;
  }

  .u-ml-lg-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-lg-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-lg-6 {
    margin-left: 3rem !important;
  }

  .u-pl-lg-6 {
    padding-left: 3rem !important;
  }

  .u-ml-lg-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-lg-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-lg-8 {
    margin-left: 4rem !important;
  }

  .u-pl-lg-8 {
    padding-left: 4rem !important;
  }

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

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

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

  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-lg-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-lg-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-lg-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-lg-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-lg-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-lg-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-lg-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-lg-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-lg-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-lg-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-lg-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-lg-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

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

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

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

  .u-my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-lg-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-lg-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }

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

  .u-m-xl-1 {
    margin: 0.5rem !important;
  }

  .u-p-xl-1 {
    padding: 0.5rem !important;
  }

  .u-m-xl-2 {
    margin: 1rem !important;
  }

  .u-p-xl-2 {
    padding: 1rem !important;
  }

  .u-m-xl-3 {
    margin: 1.5rem !important;
  }

  .u-p-xl-3 {
    padding: 1.5rem !important;
  }

  .u-m-xl-4 {
    margin: 2rem !important;
  }

  .u-p-xl-4 {
    padding: 2rem !important;
  }

  .u-m-xl-5 {
    margin: 2.5rem !important;
  }

  .u-p-xl-5 {
    padding: 2.5rem !important;
  }

  .u-m-xl-6 {
    margin: 3rem !important;
  }

  .u-p-xl-6 {
    padding: 3rem !important;
  }

  .u-m-xl-7 {
    margin: 3.5rem !important;
  }

  .u-p-xl-7 {
    padding: 3.5rem !important;
  }

  .u-m-xl-8 {
    margin: 4rem !important;
  }

  .u-p-xl-8 {
    padding: 4rem !important;
  }

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

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

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

  .u-mt-xl-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-xl-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-xl-2 {
    margin-top: 1rem !important;
  }

  .u-pt-xl-2 {
    padding-top: 1rem !important;
  }

  .u-mt-xl-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-xl-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-xl-4 {
    margin-top: 2rem !important;
  }

  .u-pt-xl-4 {
    padding-top: 2rem !important;
  }

  .u-mt-xl-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-xl-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-xl-6 {
    margin-top: 3rem !important;
  }

  .u-pt-xl-6 {
    padding-top: 3rem !important;
  }

  .u-mt-xl-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-xl-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-xl-8 {
    margin-top: 4rem !important;
  }

  .u-pt-xl-8 {
    padding-top: 4rem !important;
  }

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

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

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

  .u-mr-xl-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-xl-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-xl-2 {
    margin-right: 1rem !important;
  }

  .u-pr-xl-2 {
    padding-right: 1rem !important;
  }

  .u-mr-xl-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-xl-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-xl-4 {
    margin-right: 2rem !important;
  }

  .u-pr-xl-4 {
    padding-right: 2rem !important;
  }

  .u-mr-xl-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-xl-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-xl-6 {
    margin-right: 3rem !important;
  }

  .u-pr-xl-6 {
    padding-right: 3rem !important;
  }

  .u-mr-xl-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-xl-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-xl-8 {
    margin-right: 4rem !important;
  }

  .u-pr-xl-8 {
    padding-right: 4rem !important;
  }

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

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

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

  .u-mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-xl-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-xl-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-xl-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-xl-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-xl-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-xl-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-xl-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-xl-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-xl-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-xl-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

  .u-ml-xl-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-xl-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-xl-2 {
    margin-left: 1rem !important;
  }

  .u-pl-xl-2 {
    padding-left: 1rem !important;
  }

  .u-ml-xl-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-xl-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-xl-4 {
    margin-left: 2rem !important;
  }

  .u-pl-xl-4 {
    padding-left: 2rem !important;
  }

  .u-ml-xl-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-xl-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-xl-6 {
    margin-left: 3rem !important;
  }

  .u-pl-xl-6 {
    padding-left: 3rem !important;
  }

  .u-ml-xl-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-xl-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-xl-8 {
    margin-left: 4rem !important;
  }

  .u-pl-xl-8 {
    padding-left: 4rem !important;
  }

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

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

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

  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-xl-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-xl-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-xl-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-xl-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-xl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-xl-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-xl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-xl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-xl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-xl-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-xl-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-xl-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-xl-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

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

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

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

  .u-my-xl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-xl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-xl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .u-m-xxl-0 {
    margin: 0 !important;
  }

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

  .u-m-xxl-1 {
    margin: 0.5rem !important;
  }

  .u-p-xxl-1 {
    padding: 0.5rem !important;
  }

  .u-m-xxl-2 {
    margin: 1rem !important;
  }

  .u-p-xxl-2 {
    padding: 1rem !important;
  }

  .u-m-xxl-3 {
    margin: 1.5rem !important;
  }

  .u-p-xxl-3 {
    padding: 1.5rem !important;
  }

  .u-m-xxl-4 {
    margin: 2rem !important;
  }

  .u-p-xxl-4 {
    padding: 2rem !important;
  }

  .u-m-xxl-5 {
    margin: 2.5rem !important;
  }

  .u-p-xxl-5 {
    padding: 2.5rem !important;
  }

  .u-m-xxl-6 {
    margin: 3rem !important;
  }

  .u-p-xxl-6 {
    padding: 3rem !important;
  }

  .u-m-xxl-7 {
    margin: 3.5rem !important;
  }

  .u-p-xxl-7 {
    padding: 3.5rem !important;
  }

  .u-m-xxl-8 {
    margin: 4rem !important;
  }

  .u-p-xxl-8 {
    padding: 4rem !important;
  }

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

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

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

  .u-mt-xxl-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-xxl-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-xxl-2 {
    margin-top: 1rem !important;
  }

  .u-pt-xxl-2 {
    padding-top: 1rem !important;
  }

  .u-mt-xxl-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-xxl-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-xxl-4 {
    margin-top: 2rem !important;
  }

  .u-pt-xxl-4 {
    padding-top: 2rem !important;
  }

  .u-mt-xxl-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-xxl-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-xxl-6 {
    margin-top: 3rem !important;
  }

  .u-pt-xxl-6 {
    padding-top: 3rem !important;
  }

  .u-mt-xxl-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-xxl-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-xxl-8 {
    margin-top: 4rem !important;
  }

  .u-pt-xxl-8 {
    padding-top: 4rem !important;
  }

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

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

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

  .u-mr-xxl-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-xxl-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-xxl-2 {
    margin-right: 1rem !important;
  }

  .u-pr-xxl-2 {
    padding-right: 1rem !important;
  }

  .u-mr-xxl-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-xxl-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-xxl-4 {
    margin-right: 2rem !important;
  }

  .u-pr-xxl-4 {
    padding-right: 2rem !important;
  }

  .u-mr-xxl-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-xxl-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-xxl-6 {
    margin-right: 3rem !important;
  }

  .u-pr-xxl-6 {
    padding-right: 3rem !important;
  }

  .u-mr-xxl-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-xxl-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-xxl-8 {
    margin-right: 4rem !important;
  }

  .u-pr-xxl-8 {
    padding-right: 4rem !important;
  }

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

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

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

  .u-mb-xxl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-xxl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-xxl-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-xxl-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-xxl-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-xxl-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-xxl-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-xxl-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-xxl-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-xxl-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-xxl-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-xxl-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-xxl-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-xxl-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

  .u-ml-xxl-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-xxl-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-xxl-2 {
    margin-left: 1rem !important;
  }

  .u-pl-xxl-2 {
    padding-left: 1rem !important;
  }

  .u-ml-xxl-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-xxl-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-xxl-4 {
    margin-left: 2rem !important;
  }

  .u-pl-xxl-4 {
    padding-left: 2rem !important;
  }

  .u-ml-xxl-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-xxl-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-xxl-6 {
    margin-left: 3rem !important;
  }

  .u-pl-xxl-6 {
    padding-left: 3rem !important;
  }

  .u-ml-xxl-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-xxl-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-xxl-8 {
    margin-left: 4rem !important;
  }

  .u-pl-xxl-8 {
    padding-left: 4rem !important;
  }

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

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

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

  .u-mx-xxl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-xxl-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-xxl-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-xxl-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-xxl-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-xxl-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-xxl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-xxl-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-xxl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-xxl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-xxl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-xxl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-xxl-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-xxl-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-xxl-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-xxl-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

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

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

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

  .u-my-xxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-xxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-xxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-xxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-xxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-xxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-xxl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-xxl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .u-m-xxxl-0 {
    margin: 0 !important;
  }

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

  .u-m-xxxl-1 {
    margin: 0.5rem !important;
  }

  .u-p-xxxl-1 {
    padding: 0.5rem !important;
  }

  .u-m-xxxl-2 {
    margin: 1rem !important;
  }

  .u-p-xxxl-2 {
    padding: 1rem !important;
  }

  .u-m-xxxl-3 {
    margin: 1.5rem !important;
  }

  .u-p-xxxl-3 {
    padding: 1.5rem !important;
  }

  .u-m-xxxl-4 {
    margin: 2rem !important;
  }

  .u-p-xxxl-4 {
    padding: 2rem !important;
  }

  .u-m-xxxl-5 {
    margin: 2.5rem !important;
  }

  .u-p-xxxl-5 {
    padding: 2.5rem !important;
  }

  .u-m-xxxl-6 {
    margin: 3rem !important;
  }

  .u-p-xxxl-6 {
    padding: 3rem !important;
  }

  .u-m-xxxl-7 {
    margin: 3.5rem !important;
  }

  .u-p-xxxl-7 {
    padding: 3.5rem !important;
  }

  .u-m-xxxl-8 {
    margin: 4rem !important;
  }

  .u-p-xxxl-8 {
    padding: 4rem !important;
  }

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

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

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

  .u-mt-xxxl-1 {
    margin-top: 0.5rem !important;
  }

  .u-pt-xxxl-1 {
    padding-top: 0.5rem !important;
  }

  .u-mt-xxxl-2 {
    margin-top: 1rem !important;
  }

  .u-pt-xxxl-2 {
    padding-top: 1rem !important;
  }

  .u-mt-xxxl-3 {
    margin-top: 1.5rem !important;
  }

  .u-pt-xxxl-3 {
    padding-top: 1.5rem !important;
  }

  .u-mt-xxxl-4 {
    margin-top: 2rem !important;
  }

  .u-pt-xxxl-4 {
    padding-top: 2rem !important;
  }

  .u-mt-xxxl-5 {
    margin-top: 2.5rem !important;
  }

  .u-pt-xxxl-5 {
    padding-top: 2.5rem !important;
  }

  .u-mt-xxxl-6 {
    margin-top: 3rem !important;
  }

  .u-pt-xxxl-6 {
    padding-top: 3rem !important;
  }

  .u-mt-xxxl-7 {
    margin-top: 3.5rem !important;
  }

  .u-pt-xxxl-7 {
    padding-top: 3.5rem !important;
  }

  .u-mt-xxxl-8 {
    margin-top: 4rem !important;
  }

  .u-pt-xxxl-8 {
    padding-top: 4rem !important;
  }

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

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

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

  .u-mr-xxxl-1 {
    margin-right: 0.5rem !important;
  }

  .u-pr-xxxl-1 {
    padding-right: 0.5rem !important;
  }

  .u-mr-xxxl-2 {
    margin-right: 1rem !important;
  }

  .u-pr-xxxl-2 {
    padding-right: 1rem !important;
  }

  .u-mr-xxxl-3 {
    margin-right: 1.5rem !important;
  }

  .u-pr-xxxl-3 {
    padding-right: 1.5rem !important;
  }

  .u-mr-xxxl-4 {
    margin-right: 2rem !important;
  }

  .u-pr-xxxl-4 {
    padding-right: 2rem !important;
  }

  .u-mr-xxxl-5 {
    margin-right: 2.5rem !important;
  }

  .u-pr-xxxl-5 {
    padding-right: 2.5rem !important;
  }

  .u-mr-xxxl-6 {
    margin-right: 3rem !important;
  }

  .u-pr-xxxl-6 {
    padding-right: 3rem !important;
  }

  .u-mr-xxxl-7 {
    margin-right: 3.5rem !important;
  }

  .u-pr-xxxl-7 {
    padding-right: 3.5rem !important;
  }

  .u-mr-xxxl-8 {
    margin-right: 4rem !important;
  }

  .u-pr-xxxl-8 {
    padding-right: 4rem !important;
  }

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

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

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

  .u-mb-xxxl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-pb-xxxl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-mb-xxxl-2 {
    margin-bottom: 1rem !important;
  }

  .u-pb-xxxl-2 {
    padding-bottom: 1rem !important;
  }

  .u-mb-xxxl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-pb-xxxl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-mb-xxxl-4 {
    margin-bottom: 2rem !important;
  }

  .u-pb-xxxl-4 {
    padding-bottom: 2rem !important;
  }

  .u-mb-xxxl-5 {
    margin-bottom: 2.5rem !important;
  }

  .u-pb-xxxl-5 {
    padding-bottom: 2.5rem !important;
  }

  .u-mb-xxxl-6 {
    margin-bottom: 3rem !important;
  }

  .u-pb-xxxl-6 {
    padding-bottom: 3rem !important;
  }

  .u-mb-xxxl-7 {
    margin-bottom: 3.5rem !important;
  }

  .u-pb-xxxl-7 {
    padding-bottom: 3.5rem !important;
  }

  .u-mb-xxxl-8 {
    margin-bottom: 4rem !important;
  }

  .u-pb-xxxl-8 {
    padding-bottom: 4rem !important;
  }

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

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

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

  .u-ml-xxxl-1 {
    margin-left: 0.5rem !important;
  }

  .u-pl-xxxl-1 {
    padding-left: 0.5rem !important;
  }

  .u-ml-xxxl-2 {
    margin-left: 1rem !important;
  }

  .u-pl-xxxl-2 {
    padding-left: 1rem !important;
  }

  .u-ml-xxxl-3 {
    margin-left: 1.5rem !important;
  }

  .u-pl-xxxl-3 {
    padding-left: 1.5rem !important;
  }

  .u-ml-xxxl-4 {
    margin-left: 2rem !important;
  }

  .u-pl-xxxl-4 {
    padding-left: 2rem !important;
  }

  .u-ml-xxxl-5 {
    margin-left: 2.5rem !important;
  }

  .u-pl-xxxl-5 {
    padding-left: 2.5rem !important;
  }

  .u-ml-xxxl-6 {
    margin-left: 3rem !important;
  }

  .u-pl-xxxl-6 {
    padding-left: 3rem !important;
  }

  .u-ml-xxxl-7 {
    margin-left: 3.5rem !important;
  }

  .u-pl-xxxl-7 {
    padding-left: 3.5rem !important;
  }

  .u-ml-xxxl-8 {
    margin-left: 4rem !important;
  }

  .u-pl-xxxl-8 {
    padding-left: 4rem !important;
  }

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

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

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

  .u-mx-xxxl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .u-px-xxxl-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .u-mx-xxxl-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .u-px-xxxl-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .u-mx-xxxl-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .u-px-xxxl-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .u-mx-xxxl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .u-px-xxxl-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .u-mx-xxxl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .u-px-xxxl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .u-mx-xxxl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .u-px-xxxl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .u-mx-xxxl-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .u-px-xxxl-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .u-mx-xxxl-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .u-px-xxxl-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

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

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

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

  .u-my-xxxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .u-py-xxxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .u-my-xxxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .u-py-xxxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .u-my-xxxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .u-py-xxxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .u-my-xxxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .u-py-xxxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .u-my-xxxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .u-py-xxxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-my-xxxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .u-py-xxxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .u-my-xxxl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .u-py-xxxl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .u-my-xxxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .u-py-xxxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .u-my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.pc-show {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .pc-show {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .sp-show {
    display: none !important;
  }
}

.u-none {
  display: none !important;
}

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

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

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

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

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

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

/*色*/
.u-bg-white {
  background: #ffffff;
}
.u-bg-gray {
  background: #f6f6f6;
}
.u-bg-red {
  background: #D82115;
}

/*print=================*/
@media print {
  .u-print-none {
    display: none !important;
  }

  .u-print-inline {
    display: inline !important;
  }

  .u-print-inline-block {
    display: inline-block !important;
  }

  .u-print-block {
    display: block !important;
  }

  .u-print-table {
    display: table !important;
  }

  .u-print-table-row {
    display: table-row !important;
  }

  .u-print-table-cell {
    display: table-cell !important;
  }

  .u-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* =========================================================
flex - flexを使った位置調整など
========================================================= */
/*flex=========*/
.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

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

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

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

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

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

  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

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

  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

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

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

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

  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

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

  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

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

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

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

  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

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

  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

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

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

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

  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

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

  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
