.nav-bar {
  display: none;
}

.brand-color-line {
  height: 0;
}

header.mypage-header {
  background-color: var(--aqua-green);
  display: block;
}

header.mypage-header p.current-tab-name {
  width: 150px;
}

div.header-logout p {
  color: var(--white-color);
}

.header-control {
  display: flex;
  align-items: center;
}

div.header-logout {
  top: unset;
  right: unset;
  background: unset;
  position: unset;
}

.header-logout:hover {
  outline: none;
}

header:not(.exclusion) .logo {
  padding: unset;
  display: flex;
  align-items: center;
}

div.mypage-container {
  min-height: calc(100vh - 35px - 56px - 50px - 65px + 1px);
}

header:not(.exclusion) .logo img {
  width: 120px;
}

.ring-button {
  position: relative;
}

.ring-text {
  position: absolute;
  top: 0px;
  left: 15px;
  border-radius: 10px;
  height: 19px;
  width: 19px;
  font-size: 14px;
  color: white;
  background: var(--color-alert);
  text-align: center;
  font-weight: 900;
}

header:not(.exclusion) .inner {
  align-items: center;
}

.step-layout.step-container .step,
.step-layout.step-container .step::before {
  border-radius: 4px;
}

.step-layout.step-container .step {
  padding: 10px 8px;
}

header:not(.exclusion) ul.sp_nav {
  transform: translateX(100%);
  transition: 0.3s all;
}

header:not(.exclusion) ul.sp_nav.clicked {
  transform: translateX(0);
}

.service-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hum-nav.sp_nav {
  width: 65%;
  margin-left: auto;
}

header:not(.exclusion) ul {
  background: var(--white-color);
}

header:not(.exclusion) ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid var(--placeholder-color);
}

header:not(.exclusion) ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--black-color);
  font-size: 12px;
}

.logout-button {
  margin-top: 60px;
  width: 100%;
  background: var(--placeholder-color);
}

.logout-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--black-color);
}

div.header-logout img {
  width: unset;
  margin-left: 6px;
}

@media (max-width: 1366px) {
  #sp-menu {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 3%;
    top: 84%;
    transform: translateY(-50%);
    z-index: 999999;
    margin: 0;
    display: none !important;
    transition: 0.3s all;
  }

  #sp-menu.clicked {
    display: block !important;
    right: 5%;
    bottom: -35px;
  }

  #sp-menu span {
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 10px;
    background-size: 100% 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 0;
    background: #ffffff;
  }
  #sp-menu span.top-border {
    top: 0;
  }
  #sp-menu span.middle-border {
    top: 14px;
    margin: 0;
  }
  #sp-menu span.bottom-border {
    top: 28px;
    margin: 0;
  }

  #sp-menu.clicked span.top-border {
    transform: rotate(-45deg);
    top: 15px;
  }

  #sp-menu.clicked span.middle-border {
    transform: rotate(45deg);
    top: 15px;
  }

  #sp-menu.clicked span.bottom-border {
    opacity: 0;
  }

  header:not(.exclusion) ul.sp_nav.clicked {
    display: block;
  }

  header.mypage-header {
    background-color: var(--aqua-green);
    position: sticky;
  }

  .nav-bar {
    display: block;
  }

  header:not(.exclusion) .logo {
    width: 90px;
    padding: 10px 0px 16px 15px;
  }

  header:not(.exclusion) .logo img {
    width: 160px;
  }

  .ring-button {
    position: relative;
    right: 65px;
    bottom: 16px;
  }

  header:not(.exclusion) .inner {
    display: flex;
    align-items: end;
  }

  #sp-menu.clicked span {
    background: var(--black-color);
  }

  #sp-menu span {
    height: 4px;
    background: var(--yellow400-color);
  }

  header.mypage-header nav.header-item {
    justify-content: center;
    background-color: var(--aqua-green);
  }
  .current-tab-name-box {
    display: none;
  }

  header.mypage-header p.header-logo {
    padding-left: 0;
  }

  header.mypage-header p.header-logo a img {
    margin: 50px 0 12px 0;
  }

  div.header-control .header-logout {
    display: none;
  }

  div.header-logout {
    width: 100%;
    height: unset;
    align-content: center;
    padding: 20px;
  }

  header:not(.exclusion) ul {
    padding: 100px 46px;
    position: fixed;
    opacity: 1;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  header:not(.exclusion) .logo img {
    width: 120px;
  }
  #sp-menu {
    display: none !important;
    bottom: 9px;
    top: unset;
  }
  header:not(.exclusion) .logo,
  header:not(.exclusion) .logo-lp {
    padding: 16px 0;
  }
  .step-layout.step-container .step {
    width: 16.6%;
  }

  .step-layout.step-container .step-title {
    padding: 0;
    font-size: 10px;
    line-height: 12px;
  }
  .header_step--text {
    display: block;
    margin-top: 2px;
  }
  .step-layout.step-container .step {
    padding: 10px 4px;
  }

  .step-layout.step-container .step.active .step-title {
    padding-bottom: 2px;
    font-size: 10px;
    display: block;
  }

  header:not(.exclusion) ul {
    padding: 100px 46px;
  }

  div.header-logout {
    width: 100%;
    height: 40px;
    align-content: center;
    padding: 0 12px;
  }

  div.header-logout img {
    position: unset;
    width: unset;
  }
  .logout-button {
    margin-top: 35px;
  }
  #sp-menu.clicked {
    display: block !important;
    right: 5%;
    bottom: -15px;
  }
}

@media screen and (min-width: 1367px) {
  div.header-logout-person,
  div.header-logout-arrow {
    position: unset;
    left: unset;
    top: unset;
    width: unset;
  }

  div.header-logout {
    background-color: var(--white-color);
    padding: 6px 12px;
    width: 160px;
  }

  .layout-not-logout div.header-logout {
    display: none;
  }

  div.header-logout > a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  a > .header-logout-person > img {
    width: 24px;
    height: 26px;
  }

  a > .header-logout-arrow > img {
    width: 7px;
    height: 13px;
  }

  div.header-logout p {
    color: var(--black-color);
    position: unset;
    line-height: 28px;
  }
}

/*header アップデート*/

/*STEP（ヘッダー）*/
.step-text{
  font-size: 2.2rem;
  font-weight: bold;
}

.percent svg circle {
  position: relative;
  fill: none;
  stroke-width: 8px;
  stroke: #00bbab;
  stroke-dasharray: 360;
  stroke-dashoffset: 0;
}
.percent {
  position: relative;
  width: 70px;
  height: 70px;
}
.percent svg {
  position: relative;
  width: 70px;
  height: 70px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.percent .line {
  -webkit-animation: circleAnim 1s forwards;
          animation: circleAnim 1s forwards;
          stroke: #ffe100;
          stroke-width: 9px;
          stroke-dashoffset: 330;
}
.percent .line.per40{
  animation: circleAnim-40 1s forwards;
  stroke-dashoffset: 300;
}
.percent .line.per60{
  animation: circleAnim-60 1s forwards;
  stroke-dashoffset: 270;
}
.percent .line.per80{
  animation: circleAnim-80 1s forwards;
  stroke-dashoffset: 240;
}
.percent .line.per100{
  animation: circleAnim-100 1s forwards;
  stroke-dashoffset: 210;
}
.percent .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
.percent .number .title {
  font-size: 2rem;
}
.percent .number .title span {
  font-size: 1.5rem;
  font-weight: normal;
}
 
@keyframes circleAnim {
  0% {
   stroke-dashoffset: 360;
  }
  99.9% {
    stroke-dashoffset: 330;
  }
}
@keyframes circleAnim-40 {
  0% {
    stroke-dashoffset: 360;
  }
  99.9% {
    stroke-dashoffset: 300;
  }
}
@keyframes circleAnim-60 {
  0% {
    stroke-dashoffset: 360;
  }
  99.9% {
    stroke-dashoffset: 270;
  }
}
@keyframes circleAnim-80 {
  0% {
    stroke-dashoffset: 360;
  }
  99.9% {
    stroke-dashoffset: 240;
  }
}
@keyframes circleAnim-100 {
  0% {
    stroke-dashoffset: 360;
  }
  99.9% {
    stroke-dashoffset: 210;
  }
}
.pie-chart > span {
  font-size: 0.6em;
  font-weight: normal;
  transform: translateY(0.05em);
  margin-left: 0.15em;
}
.step-num{
  display: none;
}
.step-num.active > div{
  display: flex;
  gap: 20px;
  align-items: center;
  margin: auto;
}
.step-num.active{
  display: block;
}

@media screen and (max-width: 767px) {
  /*header アップデート*/
  header:not(.exclusion) .inner{
    max-width: 767px;
  }
  header:not(.exclusion) .logo{
    justify-content: center;
    width: 100%;
    padding: 0 5%;
    transform: none;
  }
  header:not(.exclusion) a{
    flex-grow: 1;
  }
  header:not(.exclusion) img{
    margin: auto;
  }
  .step-layout.step-container{
    width: 100%;
    margin-top: 10px;
    padding: 0 6%;
  }
}
header.mypage-header{
  display: block;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 50px;
  margin-top: 0;
  font-size: 1.3rem;
  background-color: var(--aqua-green);
  box-shadow: 0px 0px 6px rgba(0,0,0,.4);
  z-index: 10000001;
}
header:not(.exclusion) .inner{
  display: flex;
  align-items: center;
  max-width: 1168px;
  height: 50px;
  margin: 0 auto;
}
header:not(.exclusion) .logo{
  width: 100%;
  padding: 0;
  justify-content: space-between;
}
header:not(.exclusion) .logo img{
  height: 30px;
  width: auto;
}
/*通知アイコン*/
.alarm{
  padding: 5px;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
}
.alarm i.fa-bell{
  font-size: 25px;
  color: #ffe100;
  position: relative;
}
.alarm i.fa-bell.push::after{
  content:"●";
  color: red;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
