@charset "UTF-8";
:root {
  --header-height: 8.8rem;
  --header-height_sp: 6rem;
  --main-position: center;
  --main-lh: 1.5;
}

/* cleafix
------------------------------------------------------------ */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  menu.css
***************************************************/
@media only screen and (min-width: 1025px) {
  .l-global_nav__menu .list > li:nth-child(3) a::before {
    background: url(/assets/img/common/mark.png) 50% 50% no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
/* #menu.index
------------------------------------------------------------ */
#menu.index .p-menu__box01:not(:first-child) {
  margin-top: 5rem;
}
#menu.index .p-menu__box01 .title01 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
}
#menu.index .p-menu__box01 .title01[data-subText]::before {
  content: attr(data-subText);
  display: inline-block;
  margin-right: 1rem;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
#menu.index .p-menu__box01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 0.5rem;
}
#menu.index .p-menu__box01 .list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#022a90), to(#8c2287));
  background: linear-gradient(90deg, #022a90, #8c2287);
}
#menu.index .p-menu__box01 .list .item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#menu.index .p-menu__text01 {
  margin-top: 5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  text-align: right;
}
#menu.index .p-menu__box02 {
  position: relative;
  margin-top: 5rem;
  padding: 3.5rem 0 1.5rem;
  border: 1px solid #14a5e0;
  text-align: center;
}
#menu.index .p-menu__box02 .title01 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  background: linear-gradient(0deg, transparent, #000 10%, #000 90%, transparent);
}
#menu.index .p-menu__box02 .text01 dt {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 599px) {
  #menu.index .p-menu__box01:not(:first-child) {
    margin-top: 5rem;
  }
  #menu.index .p-menu__box01 .title01 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  #menu.index .p-menu__box01 .title01[data-subText]::before {
    margin-right: 1rem;
    font-size: 2rem;
  }
  #menu.index .p-menu__box01 .list {
    display: block;
  }
  #menu.index .p-menu__box01 .list .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #menu.index .p-menu__text01 {
    margin-top: 5rem;
    font-size: 1.2rem;
  }
  #menu.index .p-menu__box02 {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=menu.css.map */