@charset "UTF-8";
/* ====================================================================================================
   import
==================================================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Miriam+Libre:wght@400..700&display=swap");
/* ====================================================================================================
   foundation
==================================================================================================== */
/* --------------------------------------------------
variables
*/
/* maxWidth */
/* mediaScreen */
/* font */
/* color */
/* colorBg */
/* colorBorder */
/* colorFont */
/* other */
/* --------------------------------------------------
reset
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
sub,
sup,
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

/* --------------------------------------------------
basic
*/
html {
  position: relative;
  font-size: 9px;
  overflow-y: scroll;
  background-color: #F9F3E7;
}
@media (min-width: 720px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #111111;
}

hr {
  border: none;
}

a {
  color: #111111;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

/* scrollbar */
::-webkit-scrollbar {
  display: none;
}

/* fontSet */
h1,
h2,
h3,
h4,
h5 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2rem;
}
h1.accent,
h2.accent,
h3.accent,
h4.accent,
h5.accent {
  display: block;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  color: white;
  background-color: #2D4096;
  border-radius: 1rem;
}

p {
  font-size: 1.4rem;
  line-height: 2rem;
}
p > time {
  font-family: "Miriam Libre", sans-serif;
  letter-spacing: 0.1em;
}
p > strong {
  font-weight: bold;
  color: #111111;
}
p > em {
  font-weight: bold;
  text-decoration: underline;
}
p > a {
  text-decoration: underline;
  color: #35A3DD;
}
p > small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

/* ====================================================================================================
   layout
==================================================================================================== */
/* --------------------------------------------------
l-header
*/
.l-header {
  margin-bottom: -11rem;
  border-top: solid 10px #35A3DD;
}
.l-header .l-header__top {
  padding: 2rem 0;
}
.l-header .l-header__top .l-header__top__in {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.l-header .l-header__top .l-header__top__in .l-header__logo {
  width: auto;
}
.l-header .l-header__top .l-header__top__in .l-header__logo > a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.l-header .l-header__top .l-header__top__in .l-header__logo > a > p {
  margin-left: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2rem;
  color: #2D4096;
}
.l-header .l-header__top .l-header__top__in .l-header__nav {
  display: none;
  margin-left: auto;
}
@media (min-width: 1080px) {
  .l-header .l-header__top .l-header__top__in .l-header__nav {
    display: block;
  }
}
.l-header .l-header__top .l-header__top__in .l-header__btn {
  position: relative;
  z-index: 1001;
  width: 7rem;
  height: 7rem;
  margin-left: 4rem;
  background-color: #2D4096;
  border-radius: 100%;
}
.l-header .l-header__top .l-header__top__in .l-header__btn > .c-hamburgerBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header .l-header__side {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  transform: translateY(-50%);
}
.l-header .l-header__side li + li {
  margin-top: 1rem;
}
.l-header .l-header__side li a {
  display: block;
  padding: 2rem 1.5rem 2rem 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  writing-mode: vertical-rl;
  color: white;
  background-color: #35A3DD;
  border-radius: 1rem 0 0 1rem;
}
.l-header .l-header__side li a.accent {
  background-color: #2D4096;
}
.l-header .l-header__side li a > img {
  display: inline-block;
  width: 2rem;
  height: auto;
  margin-bottom: 0.5rem;
}

.spNav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: linear-gradient(to right, #35A3DD, #2D4096);
}
.spNav ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spNav ul > li + li {
  margin-top: 2rem;
}
.spNav ul > li > a {
  display: block;
  padding: 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  color: white;
}

/* --------------------------------------------------
l-contents
*/
.l-contents {
  overflow: hidden;
}

/* --------------------------------------------------
l-footer
*/
.l-footer {
  width: auto;
  padding: 10rem 0;
  background: linear-gradient(to right, #35A3DD, #2D4096);
}
.l-footer ul {
  text-align: center;
}
.l-footer ul li {
  display: inline-block;
}
.l-footer ul li + li:before {
  content: "|";
  display: inline-block;
  margin: 0 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  color: white;
}
.l-footer ul li a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3rem;
  color: white;
}
.l-footer small {
  display: block;
  font-size: 1rem;
  text-align: center;
  line-height: 1rem;
  color: white;
}

/* --------------------------------------------------
l-section
*/
.l-section {
  padding: 10rem 0;
}
.l-section:nth-child(even) {
  background-color: white;
}

.l-section--mainimg {
  position: relative;
  height: 100vh;
  z-index: -10;
  background: url(../images/bg_top_mainimg01.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
}
.l-section--mainimg h1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  display: block;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  line-height: 3.5rem;
}
@media (min-width: 720px) {
  .l-section--mainimg h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.l-section--mainimg h1 > img {
  display: inline-block;
  width: auto;
  height: 10rem;
  margin-bottom: 1rem;
}
@media (min-width: 720px) {
  .l-section--mainimg h1 > img {
    height: 18rem;
    margin-bottom: 2rem;
  }
}
.l-section--mainimg h1 > span {
  display: block;
  margin-top: 1rem;
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
  color: #2D4096;
}
@media (min-width: 720px) {
  .l-section--mainimg h1 > span {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.l-section--mainimg h1 br.sp {
  display: block;
}
@media (min-width: 720px) {
  .l-section--mainimg h1 br.sp {
    display: none;
  }
}
.l-section--mainimg:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  display: block;
  width: 200vh;
  height: 10rem;
  background: linear-gradient(to right, #35A3DD, #fff);
}
@media (min-width: 720px) {
  .l-section--mainimg:after {
    height: 25rem;
  }
}

.l-section--line {
  position: relative;
  overflow: hidden;
}
.l-section--line:after {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -10;
  content: "";
  display: block;
  width: 200vh;
  height: 10rem;
  background: linear-gradient(to right, #35A3DD, #fff);
}
@media (min-width: 720px) {
  .l-section--line:after {
    height: 25rem;
  }
}

.l-section--accent {
  background: linear-gradient(to right, #35A3DD, #2D4096);
}

/* --------------------------------------------------
l-separate
*/
.l-separate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 720px) {
  .l-separate {
    flex-wrap: nowrap;
  }
}
.l-separate > * + * {
  margin-top: 4rem;
}
@media (min-width: 720px) {
  .l-separate > * + * {
    margin-top: 0;
  }
}
.l-separate aside {
  width: 100%;
}
@media (min-width: 720px) {
  .l-separate aside {
    width: 35%;
  }
}
.l-separate main {
  width: 100%;
}
@media (min-width: 720px) {
  .l-separate main {
    width: calc(65% - 6rem);
  }
}

/* --------------------------------------------------
l-grid
*/
.l-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
  margin: -0.5rem;
}
@media (min-width: 720px) {
  .l-grid {
    flex-wrap: nowrap;
  }
}
.l-grid > * {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  transition: all 0.4s ease-out;
}
.l-grid .l-grid--rev {
  flex-direction: row-reverse;
}

@media (min-width: 720px) {
  .l-grid--S {
    margin: -1rem;
  }
}
@media (min-width: 720px) {
  .l-grid--S > * {
    padding: 1rem;
  }
}

@media (min-width: 720px) {
  .l-grid--M {
    margin: -2rem;
  }
}
@media (min-width: 720px) {
  .l-grid--M > * {
    padding: 2rem;
  }
}

@media (min-width: 720px) {
  .l-grid--L {
    margin: -3rem;
  }
}
@media (min-width: 720px) {
  .l-grid--L > * {
    padding: 3rem;
  }
}

/* --------------------------------------------------
other
*/
.l-newsObj {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
@media (min-width: 720px) {
  .l-newsObj {
    flex-wrap: nowrap;
  }
}
@media (min-width: 720px) {
  .l-newsObj > * + * {
    margin-left: 2rem;
  }
}
.l-newsObj .l-newsObj__sub {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.l-newsObj .l-newsObj__sub > * + * {
  margin-left: 2rem;
}
.l-newsObj .l-newsObj__main {
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 720px) {
  .l-newsObj .l-newsObj__main {
    width: auto;
    margin-top: 0;
  }
}

/* ====================================================================================================
   object
==================================================================================================== */
/* --------------------------------------------------
c-breadCrumb
*/
.c-breadCrumb > * {
  display: inline-block;
}
.c-breadCrumb > * + *:before {
  content: "｜";
  margin: 0 0.5em;
}

/* --------------------------------------------------
c-badge
*/
.c-badge, .c-badgeList > a {
  display: inline-block;
  padding: 0.5rem 2rem;
  text-align: center;
  white-space: nowrap;
  color: white;
  background-color: #2D4096;
  border-radius: 0.5rem;
}

/* --------------------------------------------------
c-button
*/
.c-button, .c-form input[type=submit] {
  position: relative;
  display: inline-block;
  min-width: 20rem;
  padding: 2rem 4rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  color: white;
  background: linear-gradient(to right, #35A3DD, #2D4096);
  border-radius: 1rem;
  overflow: hidden;
}
.c-button:after, .c-form input[type=submit]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_arrow01.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-button--white {
  color: #2D4096;
  background: white;
}
.c-button--white:after {
  background: url(../images/icon_arrow02.svg) no-repeat;
}

/* --------------------------------------------------
c-navBar
*/
.c-navBar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.c-navBar > * + * {
  margin-left: 3rem;
}
.c-navBar > * > a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
}

/* --------------------------------------------------
c-panel
*/
.c-panel {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem;
  border: solid 1px #2D4096;
  border-radius: 1rem;
  overflow: hidden;
}

.c-panel--white {
  border-color: white;
}

/* --------------------------------------------------
c-media
*/
.c-media {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
.c-media > .c-media__img > img {
  display: block;
}
.c-media > .c-media__body {
  width: auto;
}

/* rev */
.c-media--rev {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.c-mediaSimple {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

/* --------------------------------------------------
c-tableView
*/
.c-tableView {
  display: block;
  overflow: hidden;
  background-color: #F9F3E7;
  border-radius: 1rem;
  overflow: hidden;
}
.c-tableView > * {
  padding: 2rem;
}
.c-tableView > * + * {
  border-top: solid 1px #bdbdbd;
}

/* --------------------------------------------------
c-card
*/
.c-card {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F9F3E7;
  border-radius: 1rem;
  overflow: hidden;
}
.c-card > .c-card__img {
  width: auto;
}
.c-card > .c-card__body {
  padding: 2rem;
}

/* --------------------------------------------------
c-hamburger
*/
.c-hamburgerBtn {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 1rem;
  transition: all 0.4s ease-out;
}
.c-hamburgerBtn > * {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.4s ease-out;
}
.c-hamburgerBtn > *:nth-of-type(1) {
  top: 0;
}
.c-hamburgerBtn > *:nth-of-type(2) {
  bottom: 0;
  width: 2rem;
}
.c-hamburgerBtn:hover {
  cursor: pointer;
}

/* animation */
.c-hamburgerBtn.active *:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.c-hamburgerBtn.active *:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 3rem;
}

/* --------------------------------------------------
c-form
*/
.c-form * {
  /* reset */
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* color */
}
.c-form *:-ms-clear {
  visibility: hidden;
}
.c-form *:-ms-reveal {
  visibility: hidden;
}
.c-form *:-moz-placeholder-shown {
  color: #616161;
}
.c-form *:placeholder-shown {
  color: #616161;
}
.c-form *::-webkit-input-placeholder {
  color: #616161;
}
.c-form *:-moz-placeholder {
  opacity: 1;
  color: #616161;
}
.c-form *::-moz-placeholder {
  opacity: 1;
  color: #616161;
}
.c-form *:-ms-input-placeholder {
  color: #616161;
}
.c-form input[type=text],
.c-form input[type=password],
.c-form input[type=email],
.c-form textarea {
  width: 100%;
  padding: 1.5rem;
  background-color: #F9F3E7;
  border-radius: 1rem;
}
.c-form select {
  width: 100%;
  padding: 1.5rem;
  background-color: #F9F3E7;
  border-radius: 1rem;
}
.c-form select:hover {
  cursor: pointer;
}
.c-form input[type=checkbox],
.c-form input[type=radio] {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #F9F3E7;
  transition: all 0.4s ease-out;
}
.c-form input[type=checkbox]:before,
.c-form input[type=radio]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  transition: all 0.4s ease-out;
}
.c-form input[type=checkbox]:hover,
.c-form input[type=radio]:hover {
  cursor: pointer;
}
.c-form input[type=checkbox]:checked:before,
.c-form input[type=radio]:checked:before {
  background-color: #111111;
}
.c-form input[type=radio] {
  border-radius: 100%;
}
.c-form input[type=radio]:before {
  border-radius: 100%;
}
/* --------------------------------------------------
c-title
*/
.c-title {
  display: block;
  text-align: center;
  overflow: hidden;
}
.c-title > span {
  position: relative;
  display: inline-block;
  font-family: "Miriam Libre", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
  color: #2D4096;
}
.c-title > span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 2rem);
  transform: translateY(-50%);
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #35A3DD;
}
.c-title > span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 2rem);
  transform: translateY(-50%);
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #35A3DD;
}
.c-title > small {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
}

.c-title--white {
  color: white;
}
.c-title--white > span {
  color: white;
}
.c-title--white > span:before, .c-title--white > span:after {
  background-color: white;
}

.c-titleSub {
  display: block;
  margin-right: 6rem;
  margin-left: 6rem;
  text-align: center;
}
.c-titleSub > span {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 4rem;
  color: #2D4096;
}
.c-titleSub > span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3rem;
  display: block;
  width: 1px;
  background-color: #2D4096;
  transform: rotate(-45deg);
}
.c-titleSub > span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3rem;
  display: block;
  width: 1px;
  background-color: #2D4096;
  transform: rotate(45deg);
}

/* --------------------------------------------------
c-fontSet
*/
.c-fontSet h1,
.c-fontSet h2,
.c-fontSet h3,
.c-fontSet h4,
.c-fontSet h5 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
  color: #2D4096;
}
.c-fontSet h3 {
  text-align: center;
}
.c-fontSet table {
  width: 100%;
}
.c-fontSet table tr th,
.c-fontSet table tr td {
  padding: 2rem;
  font-size: 1.4rem;
  border-bottom: solid 1px #35A3DD;
}
.c-fontSet table tr th {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  color: #2D4096;
  border-bottom-color: #2D4096;
}
.c-fontSet p {
  font-size: 1.6rem;
  line-height: 3rem;
}

/* ====================================================================================================
   utility
==================================================================================================== */
/* --------------------------------------------------
u-taX
*/
.u-taR {
  text-align: right;
}

.u-taC {
  text-align: center;
}

.u-taL {
  text-align: left;
}

/* --------------------------------------------------
u-clearfix
*/
.u-clearfix, .u-innerL, .u-innerM, .u-innerS {
  display: block;
  min-height: 1%;
}
.u-clearfix:after, .u-innerL:after, .u-innerM:after, .u-innerS:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

* html .u-clearfix, * html .u-innerL, * html .u-innerM, * html .u-innerS {
  height: 1%;
}

/* --------------------------------------------------
u-flX
*/
.u-flL {
  float: left;
}

.u-flR {
  float: right;
}

/* --------------------------------------------------
u-hover
*/
.u-hover, .spNav ul > li > a, .l-footer ul li a, a.c-badge, .c-badgeList > a, .c-button, .c-navBar > * > a, .c-form input[type=submit] {
  transition: all 0.4s ease-out;
}
.u-hover:hover, .spNav ul > li > a:hover, .l-footer ul li a:hover, a.c-badge:hover, .c-badgeList > a:hover, .c-button:hover, .c-navBar > * > a:hover, .c-form input[type=submit]:hover {
  cursor: pointer;
}
@media (min-width: 1080px) {
  .u-hover:hover, .spNav ul > li > a:hover, .l-footer ul li a:hover, a.c-badge:hover, .c-badgeList > a:hover, .c-button:hover, .c-navBar > * > a:hover, .c-form input[type=submit]:hover {
    opacity: 0.5;
  }
}

/* --------------------------------------------------
u-img
*/
.u-imgMaxW {
  max-width: 100%;
  height: auto;
}

.u-imgThumb {
  display: block;
  padding: 1rem;
  border: solid 1px #bdbdbd;
}

.u-imgThumbLogo {
  width: 14rem;
  height: auto;
  border: solid 2px #35A3DD;
  border-radius: 100%;
}

.u-imgIcon {
  height: 2em;
  width: auto;
}

.u-imgIconSns {
  height: 5rem;
  width: auto;
}

.u-imgCrop {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-imgHeaderLogo {
  width: auto;
  height: 7rem;
}

/* --------------------------------------------------
u-inner
*/
.u-innerS {
  box-sizing: content-box;
  max-width: 64rem;
  margin: 0 auto;
}

.u-innerM {
  box-sizing: content-box;
  max-width: 80rem;
  margin: 0 auto;
}

.u-innerL {
  box-sizing: content-box;
  max-width: 110rem;
  margin: 0 auto;
}

.u-innerGarterS {
  padding: 0 1rem;
}

.u-innerGarterM {
  padding: 0 2rem;
}

.u-innerGarterL {
  padding: 0 4rem;
}

/* --------------------------------------------------
u-vr
*/
.u-vrS > * + * {
  margin-top: 1rem;
}

.u-vrM > * + *, .c-fontSet > * + * {
  margin-top: 3rem;
}

.u-vrL > * + * {
  margin-top: 4rem;
}

/* --------------------------------------------------
u-color
*/
.u-color--white {
  color: white;
}

/* ====================================================================================================
   vender
==================================================================================================== *//*# sourceMappingURL=common.css.map */