@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.black {
  color: #000000;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.gray {
  color: #f0f4f6;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.bg_gray {
  background-color: #f0f4f6;
}

.blue {
  color: #023a9b;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.orange {
  color: #ffab18;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
span,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #000000;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.5rem;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

/* 共通
--------------------------------------------------*/
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #ccc; /* お好きな色と太さに変更 */
  outline: none; /* outlineは不要なら外す */
}

h1, h2 {
  font-size: 3rem !important;
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  h1, h2 {
    font-size: 1.8rem !important;
  }
}

.blue_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .blue_ttl {
    font-size: 2rem !important;
    margin-top: 13px;
  }
}
.blue_ttl::before {
  content: "";
  background-color: #023a9b;
  display: inline-block;
  width: 10px;
  height: 70px;
  margin-right: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .blue_ttl::before {
    height: 63px;
  }
}

/* BuddyPress 通知設定などでラジオ/チェックボックスが押せない問題の修正 */
input[type=radio],
input[type=checkbox] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin-right: 0.4em !important;
  cursor: pointer !important;
  accent-color: #023a9b;
}

label[for] {
  cursor: pointer;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* ヘッダー
--------------------------------------------------*/
header .header_wrap {
  margin: 2.14vw auto 0;
  width: calc(100% - 18.5vw);
}
@media screen and (max-width: 999px) {
  header .header_wrap {
    width: 90%;
  }
}
header .header_wrap .header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
header .header_wrap .header_top h1 {
  width: 20%;
  min-width: 150px;
}
header .header_wrap .header_top .h_top_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_top .h_top_nav li {
  margin-right: 2.7vw;
}
header .header_wrap .header_top .h_top_nav li:last-of-type {
  margin-right: 0;
}
header .header_wrap .header_top .h_top_nav li a {
  font-size: 1vw;
}
header .header_wrap .header_top .h_top_nav li form {
  border: solid 1px #535353;
  background-color: #ececec;
  width: 13.7vw;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  box-sizing: border-box;
}
header .header_wrap .header_top .h_top_nav li form input {
  font-size: 1.4rem;
  box-sizing: border-box;
  width: 80%;
}
header .header_wrap .header_top .h_top_nav li form button i {
  font-size: 1.6rem;
  color: #535353;
}
header .header_wrap .header_top .h_top_nav li .btn {
  display: block;
  font-size: 1.28vw;
  width: 15vw;
  height: auto;
  padding: 18px 0px;
  text-align: center;
  box-sizing: border-box;
}
header .header_wrap .header_target_link {
  margin-top: 25px;
}
header .header_wrap .header_target_link ul {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
header .header_wrap .header_target_link ul li {
  text-align: center;
}
header .header_wrap .header_target_link ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 1vw;
  background-color: #023a9b;
  padding: 0.35vw 0;
  width: 120px;
}
header .header_wrap .header_bottom .h_bottom_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_bottom .h_bottom_nav .header_nav_link {
  height: 5.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.14vw;
  position: relative;
}
header .header_wrap .header_bottom .h_bottom_nav .header_nav_link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #023a9b;
  bottom: 0px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s;
}
header .header_wrap .header_bottom .h_bottom_nav .header_nav_link:hover::after {
  transform: scale(1, 1);
}
header .header_wrap .header_bottom .h_bottom_nav .nav_content {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 4;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}
header .header_wrap .header_bottom .h_bottom_nav .nav_content .mega_menu {
  background-color: #023a9b;
}
header .header_wrap .header_bottom .h_bottom_nav .nav_content .mega_menu .menu_item {
  width: calc(100% - 18.5vw);
  padding: 50px 0;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  header .header_wrap .header_bottom .h_bottom_nav .nav_content .mega_menu .menu_item {
    width: 90%;
  }
}
header .header_wrap .header_bottom .h_bottom_nav .nav_content .mega_menu .menu_item .main_nav a {
  color: #fff;
  font-weight: 400;
  font-size: 1.14vw;
}
header .header_wrap .header_bottom .h_bottom_nav .nav_content .mega_menu .menu_item .main_nav a i {
  margin-left: 10px;
}
header .header_wrap .header_bottom .h_bottom_nav .nav_content .mega_menu .menu_item .main_nav a:hover {
  opacity: 0.5;
}
header .header_wrap .header_bottom .h_bottom_nav .nav_content .mega_menu .menu_item .sub_nav {
  position: relative;
  margin-left: 4.28vw;
  display: flex;
  min-height: 150px;
  align-items: center;
}
header .header_wrap .header_bottom .h_bottom_nav .nav_content .mega_menu .menu_item .sub_nav::before {
  content: "";
  height: 100%;
  width: 5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .header_wrap .header_bottom .h_bottom_nav .nav_content .mega_menu .menu_item .sub_nav a {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  margin: 20px 2.8vw;
  font-size: 1.14vw;
  display: flex;
  align-items: center;
}
header .header_wrap .header_bottom .h_bottom_nav .nav_content .mega_menu .menu_item .sub_nav a:hover {
  opacity: 0.5;
}
header .header_wrap .header_bottom .h_bottom_nav .nav_content .mega_menu .menu_item .sub_nav a::after {
  content: "";
  background-image: url(../img/common/arrow_header.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-left: 20px;
}
header .header_wrap .header_bottom .h_bottom_nav .open {
  opacity: 1;
  max-height: 400px;
  transition: 0.2s;
  pointer-events: auto;
}
header .header_wrap .header_bottom .h_bottom_nav .is-current .header_nav_link {
  color: #023a9b;
}

.h_fixed {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
.h_fixed .h_bottom_nav {
  width: calc(100% - 18.5vw);
  margin: auto;
}
@media screen and (max-width: 999px) {
  .h_fixed .h_bottom_nav {
    width: 90%;
  }
}
.h_fixed .nav_content {
  top: 98% !important;
}

header .header_wrap_sp {
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  background-color: #fff;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  padding: 10px 15px;
}
header .header_wrap_sp h1 {
  width: 150px;
  align-items: center;
  display: flex;
}

/*------------------------------
  検索モーダル
------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal .modal_content {
  position: absolute;
  width: 90%;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal_content form {
  border: solid 1px #535353;
  background-color: #ececec;
  width: 100%;
  margin: auto;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.modal .modal_content form input {
  font-size: 1.4rem;
  box-sizing: border-box;
  width: 80%;
}
.modal .modal_content form button i {
  font-size: 1.6rem;
  color: #535353;
}
.modal .modal_content .modal_close {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}

/*------------------------------
  ドロワーメニュー
------------------------------*/
.header_wrap_sp {
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0px;
  left: 0;
  background-color: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  /* ボタン */
}
.header_wrap_sp .logo_head {
  width: 48vw;
}
.header_wrap_sp .modal_search {
  position: absolute;
  right: 16%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 15px;
}
.header_wrap_sp .modal_search i {
  font-size: 30px;
  color: #535353;
}
.header_wrap_sp .menu-btn {
  display: none;
  width: 40px;
  background-color: transparent;
  border: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  outline: none;
  position: absolute;
  top: 0px;
  right: 60px;
  z-index: 10000;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .header_wrap_sp .menu-btn {
    display: block;
    right: 5%;
    top: 41%;
    transform: translateY(-50%);
    z-index: 10000;
  }
}

.menu-btn .drawer-hamburger-icon {
  margin-top: 10px;
  display: block;
  position: relative;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 3px;
  background-color: #be0d21;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.pushy-open-right .drawer-hamburger-icon {
  background-color: transparent;
}

.pushy-open-right .drawer-hamburger-icon:before {
  top: 0;
  background-color: #be0d21;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.pushy-open-right .drawer-hamburger-icon:after {
  top: 0;
  background-color: #be0d21;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

/* ドロワーメニュー内 */
.overlay {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.pushy_logo img {
  width: 150px;
  padding-bottom: 20px;
}

.pushy-open-right .overlay {
  display: block;
}

.pushy {
  width: 100%;
  display: block;
  text-align: left;
}
.pushy .pushy-content {
  margin: 20px auto;
  width: 100%;
}
.pushy form {
  border: solid 1px #535353;
  background-color: #ececec;
  width: 100%;
  margin: auto;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.pushy form input {
  font-size: 1.4rem;
  box-sizing: border-box;
  width: 80%;
}
.pushy form button i {
  font-size: 1.6rem;
  color: #535353;
}
.pushy .menu {
  width: 90%;
  margin: 30px auto;
}
.pushy .menu li {
  margin-bottom: 20px;
}
.pushy .menu li a {
  font-size: 1.5rem;
}
.pushy .menu li:nth-child(11) {
  margin-bottom: 10px;
}
.pushy .menu li:nth-child(11) a {
  font-size: 1.2rem;
}
.pushy .menu li:nth-child(12) {
  margin-bottom: 10px;
}
.pushy .menu li:nth-child(12) a {
  font-size: 1.2rem;
}
.pushy .menu li .btn {
  text-align: center;
  color: #fff;
}
.pushy .menu .sp_menu_item a::after {
  content: "";
  background-image: url(../img/common/arrow_header_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-left: 20px;
}
.pushy .menu .has_child .main_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pushy .menu .has_child .main_menu .open_btn {
  display: inline-block;
  background-color: #f0f4f6;
  border-radius: 6px;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
}
.pushy .menu .has_child .main_menu .open_btn::after {
  content: url(../img/common/plus-solid.svg);
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.pushy .menu .has_child .main_menu.open .open_btn::after {
  content: url(../img/common/minus-solid.svg);
}
.pushy .menu .has_child .nav_content {
  margin-left: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.pushy .menu .has_child .nav_content li {
  margin: 18px 0;
}
.pushy .menu .has_child .nav_content li a {
  font-size: 1.4rem;
}
.pushy .menu .has_child .nav_content li a::after {
  content: "";
  background-image: url(../img/common/arrow_header_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-left: 20px;
}
.pushy .menu .has_child .nav_content.open {
  max-height: 500px;
}
.pushy .menu .target_link_item {
  width: 100%;
}
.pushy .menu .target_link_item .target_link {
  background-color: #023a9b;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
}
.pushy .menu .sub_page_link {
  margin-bottom: 10px;
}
.pushy .menu .sub_page_link a {
  font-size: 1.2rem;
}

/* 流用パーツ
--------------------------------------------------*/
.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-view {
    display: block;
  }
}

.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  br.tab {
    display: none;
  }
}
br.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  br.pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  br.pc-view.blank {
    display: none;
  }
}
br.lg-view {
  display: block;
}
@media screen and (min-width: 1000px) {
  br.lg-view {
    display: none;
  }
}
br.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  br.sp-view {
    display: none;
  }
}
br.sm-view {
  display: none;
}
@media screen and (max-width: 449px) {
  br.sm-view {
    display: block;
  }
}

/* 共通パーツ
--------------------------------------------------*/
span {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.x50 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 50%;
}

.x60 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 60%;
}

.x66 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 66.66%;
}

.x70 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 70%;
}

.x80 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 80%;
}

.x130 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 130%;
}

.x140 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 140%;
}

.mb0 {
  margin-bottom: 0;
}

.mt50 {
  margin-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.w90p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.w1000 {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .w1200 {
    width: calc(100% - 30px);
  }
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.tac {
  text-align: center;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* btn
--------------------------------------------------*/
.btn {
  background-color: #be0d21;
  color: #fff;
  padding: 18px 35px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 10px;
  border: solid 2px #be0d21;
}
@media screen and (max-width: 999px) {
  .btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.6rem;
    padding: 18px 0;
  }
}
@media screen and (max-width: 449px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn i {
  margin-left: 20px;
}
@media screen and (max-width: 999px) {
  .btn i {
    margin-left: 5px;
  }
}
.btn:hover {
  background-color: #fff;
  color: #be0d21;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}
@keyframes jumpAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-15px);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce2 {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  25% {
    transform: translateY(-15px) rotate(90deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(0) rotate(90deg);
  }
  75% {
    transform: translateY(-8px) rotate(90deg);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes bounce-job {
  0% {
    transform: translateY(0) translateZ(15px);
  }
  25% {
    transform: translateY(-15px) translateZ(15px);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(0) translateZ(15px);
  }
  75% {
    transform: translateY(-8px) translateZ(15px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0) translateZ(15px);
  }
}
@keyframes bounce-small {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceX {
  0% {
    transform: translateX(0) translateY(-50%);
  }
  25% {
    transform: translateX(15px) translateY(-50%);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateX(0) translateY(-50%);
  }
  75% {
    transform: translateX(8px) translateY(-50%);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0) translateY(-50%);
  }
}
@keyframes bounceX-small {
  0% {
    transform: translateX(0) translateY(-50%);
  }
  25% {
    transform: translateX(10px) translateY(-50%);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateX(0) translateY(-50%);
  }
  75% {
    transform: translateX(5px) translateY(-50%);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0) translateY(-50%);
  }
}
@keyframes bounceY {
  0% {
    transform: rotate(90deg) translateX(-50%);
  }
  25% {
    transform: rotate(90deg) translateX(-75%);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotate(90deg) translateX(-50%);
  }
  75% {
    transform: rotate(90deg) translateX(-63%);
    animation-timing-function: ease-in;
  }
  100% {
    transform: rotate(90deg) translateX(-50%);
  }
}/*# sourceMappingURL=style.css.map */