@charset "UTF-8";
/*
  Web Font -> Noto Sans Japanese
  http://www.google.com/fonts/earlyaccess
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}
/*
  Reset Style -> html5doctor.com Reset Stylesheet v1.6.1
  Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "-apple-system", "BlinkMacSystemFont", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "segoe ui", "游ゴシック  Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1;
  position: relative;
  color: #231815;
}

ol, ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.45;
}

table, li, p {
  line-height: 1.45;
}

a {
  color: #005bac;
}

/*
  normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

td, th {
  padding: 0;
}

/*
  CSS framework -> Bootstrap v3.3.6 (http://getbootstrap.com)
  Copyright 2011-2015 Twitter, Inc.
  Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

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

a {
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

/* ---------------------------------------------------------
  Contents First
--------------------------------------------------------- */
body {
  min-width: 320px;
}

.container {
  padding-top: 60px;
}

@media (min-width: 600px) {
  body {
    font-size: 1.5rem;
    min-width: 1100px;
  }

  .container {
    padding-top: 178px;
  }
  

}
/* ---------------------------------------------------------
  Header ヘッダー
--------------------------------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  font-family: "Noto Sans Japanese", "-apple-system", "BlinkMacSystemFont", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "segoe ui", "游ゴシック  Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  z-index: 300;
  transition: none;
}

.drawer-open .header {
  position: fixed;
  transform: translateY(0);
}

.is_fixed {
  position: fixed;
  transform: translateY(-100%);
  background: rgba(255, 255, 255, 0.85);
}

.is_effect {
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.is_fixed {
  position: fixed;
  transform: translateY(-100%);
}

.is_sticky.header {
  transform: translateY(0);
}

.h_row {
  display: flex;
  justify-content: space-between;
  height: 60px;
  position: relative;
  z-index: 200;
}

.h_title a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}
.h_title img {
  width: 180px;
  height: auto;
}

.h_btn {
  display: flex;
  background: #009fc9;
  padding: 6px;
}
.h_btn a {
  color: #fff;
}

.h_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: solid 2px #fff;
  margin-right: 8px;
  font-size: 1.1rem;
  padding: 0 5px;
}
.h_contact i {
  display: block;
  min-height: 0%;
  font-size: 1.7rem;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  .header {
    background: #009fc9;
  }

  .is_fixed {
    background: transparent;
  }

  .h_row {
    height: 100px;
    background: transparent;
  }

  .is_fixed .h_row {
    display: none;
  }

  .h_title {
    background: #fff;
    width: 350px;
    height: 100%;
    padding-left: 0;
  }
  .h_title img {
    width: inherit;
  }

  .h_btn {
    padding: 0;
    background: transparent;
  }

  .h_contact {
    width: 305px;
    background: #005bab;
    font-size: 2rem;
    margin-right: 0;
    border: none;
    padding: 0;
  }
  .h_contact i {
    font-size: 2rem;
    margin-bottom: 14px;
  }
}
/* ---------------------------------------------------------
  Gloval Navigation グローバルナビゲーション
--------------------------------------------------------- */
.g_nav_btn {
  display: flex;
  width: 40px;
  border: solid 2px #fff;
  position: relative;
  cursor: pointer;
}
.g_nav_btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  transition: background .1s ease;
}
.g_nav_btn i:before, .g_nav_btn i:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  border-radius: 3px;
  background-color: #fff;
  transition: all .3s ease;
}
.g_nav_btn i:before {
  top: -8px;
}
.g_nav_btn i:after {
  bottom: -8px;
}
.g_nav_btn span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.drawer-open .g_nav_btn i {
  background: #023c60;
}
.drawer-open .g_nav_btn i:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
}
.drawer-open .g_nav_btn i:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}

@media (min-width: 600px) {
  .g_nav_btn {
    display: none;
  }
}
.g_nav {
  /* DrawerNav */
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 101;
}
.g_nav a {
  color: #231815;
}
.g_nav li {
  min-height: 0%;
}
.g_nav > ul {
  padding-top: 60px;
}

.g_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: 45px;
  background: rgba(0, 159, 201, 0.85);
  position: relative;
  color: #fff;
}
.g_menu a:hover {
  opacity: .8;
}
.g_menu a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.g_menu > li:first-child a:before {
  content: none;
}
.g_menu > li {
  letter-spacing: 0.05em;
}

.g_menu_child {
  transition: none;
}
.g_menu_child a {
  background: rgba(90, 200, 226, 0.85);
}

/*!
* jquery-drawer v3.2.2
* Flexible drawer menu using jQuery, iScroll and CSS.
* http://git.blivesta.com/drawer
* License : MIT
* Author : blivesta <design@blivesta.com> (http://blivesta.com/)
*/
.drawer-open {
  overflow: hidden !important;
  height: 100%;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

@media (min-width: 600px) {
  .drawer--right .drawer-nav {
    right: inherit;
  }

  .g_nav > ul {
    padding: 0;
  }

  .g_nav {
    display: block;
    height: 78px;
    position: relative;
    z-index: 100;
    background: #fff;
    overflow: visible;
  }

  .is_fixed .g_nav {
    background: rgba(255, 255, 255, 0.85);
    min-width: 1100px;
  }

  .g_menu {
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .g_menu > li {
    height: 100%;
    padding: 0 30px;
  }
  .g_menu a {
    position: relative;
    display: flex;
    align-items: center;
    height: inherit;
    line-height: inherit;
    background: transparent;
    color: #231815;
  }
  .g_menu a:hover {
    opacity: 1;
  }
  .g_menu a:before {
    content: none;
  }
  .g_menu span {
    padding: 0 5px;
    position: relative;
  }
  .g_menu span:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: solid 4px #009fc9;
    transform: scaleX(0);
    transition: transform 150ms ease;
  }
  .g_menu a:hover span:before {
    transform: scaleX(1);
  }

  .g_dropdown_menu:hover .g_menu_child {
    transform: translateX(-25%) scale(1);
    opacity: 1;
  }

  .g_menu_child {
    position: absolute;
    top: 78px;
    transform: translateX(-25%) scale(1, 0);
    transform-origin: top;
    opacity: 0;
    transition: transform 280ms ease-out, opacity 280ms ease-out;
  }
  .g_menu_child li {
    position: relative;
  }
  .g_menu_child a {
    display: block;
    background: rgba(0, 159, 201, 0.7);
    color: #fff;
    padding: 12px 10px;
    min-width: 210px;
    text-align: center;
    font-weight: 400;
    position: relative;
  }
  .g_menu_child.g_menu_child_message a{
    transform: translateX(-20px);
  }
  .g_menu_child a:before {
    content: "";
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  .g_menu_child a:hover {
    background: rgba(0, 159, 201, 0.5);
  }
  .g_menu_child li:first-child a:before {
    content: none;
  }
}
/* ---------------------------------------------------------
  Contents コンテンツ
--------------------------------------------------------- */
.color_blue {
  color: #009fc9;
}

.content_width {
  padding: 0 4.5%;
}

@media (min-width: 600px) {
  .content_full_width {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .content_width {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.highlight {
  transition: opacity 150ms ease;
}

.highlight:hover {
  opacity: .7;
}

.scrollpoint {
  margin-top: -60px;
  padding-top: 60px;
}
@media (min-width: 600px) {
  .scrollpoint {
    margin-top: -78px;
    padding-top: 78px;
  }
}

/*.in_view, .in_view_next{*/
.in_view_item {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  transition: 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.in_view_prev.fadeInUp + .in_view_next {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.in_delay_2s {
  transition-delay: .2s;
}

.in_delay_3s {
  transition-delay: .3s;
}

.in_delay_4s {
  transition-delay: .4s;
}

.in_delay_5s {
  transition-delay: .5s;
}

.in_delay_6s {
  transition-delay: .6s;
}

.in_delay-7s {
  transition-delay: .7s;
}

.in_delay_8s {
  transition-delay: .8s;
}

/* ---------------------------------------------------------
  Pagetop ページトップ
--------------------------------------------------------- */
.pagetop {
  width: 64px;
  height: 64px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 150ms ease-out, opacity 300ms ease-out;
}
.pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01657c;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
.pagetop span {
  transform: translateY(1px);
}
.pagetop i {
  display: block;
  font-size: 2.3rem;
  margin-top: 5px;
}
.pagetop.is_sticky {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 600px) {
  .pagetop {
    width: 80px;
    height: 80px;
  }
  .pagetop a {
    font-size: 1.4rem;
    transition: background 150ms ease-out;
  }
  .pagetop a:hover {
    background: #005bac;
  }
  .pagetop span {
    transform: translateY(4px);
  }
  .pagetop i {
    font-size: 2.9rem;
  }
}

/* ---------------------------------------------------------
  Footer フッター
--------------------------------------------------------- */
.footer {
  background: #009fc9;
  font-size: 1.5rem;
}

.f_nav a {
  color: #fff;
}

.f_menu a {
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 44px;
  height: 44px;
  border-bottom: solid 1px #8dd0e0;
}

@media (min-width: 600px) {
  .footer {
    font-size: 1.6rem;
  }

  .f_inner {
    padding-bottom: 20px;
  }

  .f_nav {
    padding: 45px 0 65px;
  }

  .f_menu {
    display: flex;
    justify-content: center;
  }
  .f_menu > li {
    padding: 0 48px;
    letter-spacing: .1em;
  }
  .f_menu > li:nth-child(2) {
    margin-right: -4em;
  }
  .f_menu a {
    display: inline;
    border-bottom: 0;
    line-height: 1.6;
    height: inherit;
  }
  .f_menu a:hover {
    text-decoration: underline;
  }

  .f_menu_child {
    margin-top: 40px;
    padding-left: 15px;
  }
  .f_menu_child li {
    margin-bottom: 38px;
  }
  .f_menu_child li:last-child {
    margin-bottom: 0;
  }
}
.copyright {
  display: block;
  background: #999;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (min-width: 600px) {
  .copyright {
    font-size: 1.6rem;
  }
}
.u_mt0 {
  margin-top: 0px !important;
}

.u_mb0 {
  margin-bottom: 0px !important;
}

.u_ml0 {
  margin-left: 0px !important;
}

.u_mr0 {
  margin-right: 0px !important;
}

.u_mt5 {
  margin-top: 5px !important;
}

.u_mb5 {
  margin-bottom: 5px !important;
}

.u_ml5 {
  margin-left: 5px !important;
}

.u_mr5 {
  margin-right: 5px !important;
}

.u_mt10 {
  margin-top: 10px !important;
}

.u_mb10 {
  margin-bottom: 10px !important;
}

.u_ml10 {
  margin-left: 10px !important;
}

.u_mr10 {
  margin-right: 10px !important;
}

.u_mt15 {
  margin-top: 15px !important;
}

.u_mb15 {
  margin-bottom: 15px !important;
}

.u_ml15 {
  margin-left: 15px !important;
}

.u_mr15 {
  margin-right: 15px !important;
}

.u_mt20 {
  margin-top: 20px !important;
}

.u_mb20 {
  margin-bottom: 20px !important;
}

.u_ml20 {
  margin-left: 20px !important;
}

.u_mr20 {
  margin-right: 20px !important;
}

.u_mt25 {
  margin-top: 25px !important;
}

.u_mb25 {
  margin-bottom: 25px !important;
}

.u_ml25 {
  margin-left: 25px !important;
}

.u_mr25 {
  margin-right: 25px !important;
}

.u_mt30 {
  margin-top: 30px !important;
}

.u_mb30 {
  margin-bottom: 30px !important;
}

.u_ml30 {
  margin-left: 30px !important;
}

.u_mr30 {
  margin-right: 30px !important;
}

.u_tcenter {
  text-align: center !important;
}

.u_tright {
  text-align: right !important;
}

.u_hide {
  display: none !important;
}

.u_show {
  display: block !important;
}

@media (min-width: 480px) {
  .u_hide_phone {
    display: none !important;
  }

  .u_show_phone {
    display: block !important;
  }
}
@media (min-width: 600px) {
  .u_hide_tablet_portrait {
    display: none !important;
  }

  .u_show_tablet_portrait {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .u_hide_tablet_landscape {
    display: none !important;
  }

  .u_show_tablet_landscape {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .u_hide_desktop {
    display: none !important;
  }

  .u_show_desktop {
    display: block !important;
  }
}
@media (min-width: 1800px) {
  .u_hide_lg_desktop {
    display: none !important;
  }
}
.u_fweight300 {
  font-weight: 300;
}

.u_fweight400 {
  font-weight: 400;
}

.u_fweight500 {
  font-weight: 500;
}

.u_fweight600 {
  font-weight: 600;
}

.u_fweight700 {
  font-weight: 700;
}

.u_fweight800 {
  font-weight: 800;
}


/*reCapture*/
.recapture {
  display: block;
  background: #999;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}